.ikiss-autocomplete-result-wrap {
    display: none;  
	position: absolute;
	top: 75px;
    left: 0;
    right: 0;
    z-index: 1001 !important;
    max-height: 85vh;
    max-height: calc(100vh - 118px);
	background: #fff;
	color: #004664;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
	text-align:left;
	font-size: 1em;
    padding: 15px 30px 0 30px;
    overflow: auto;
    font-style: normal;
}
.top-bar.sticky .ikiss-autocomplete-result-wrap {
    top: 68px;
}
.ikiss-autocomplete-result-head {
    position: relative;
}
.ikiss-autocomplete-result-head::before {
    content: 'Top Treffer';
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    color: #fff;
    background-color: #008CA0;
    padding: 5px 10px;
    font-size: 0.778em;
    font-weight: 700;
}
.ikiss-autocomplete-result-wrap h2 {
    color: #004664;
    font-weight: 700;
	font-size: 1.333em;
	padding: 0;
	margin: 0;
}
.ikiss-autocomplete-result-head ul {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #008CA0;
    transition: all 2s;
    margin-bottom: 5px;
}
.ikiss-autocomplete-result-head:last-of-type ul {
    border-bottom: none;
    margin-bottom: 0;
}
.ikiss-autocomplete-result-head ul li{
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    margin-bottom:0;
}
.ikiss-autocomplete-result-wrap .btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #004664;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border: none !important;
    margin: 0 auto 25px auto;
    cursor: pointer;
    text-align: center;
}
.ikiss-autocomplete-result-wrap .btn:hover,
.ikiss-autocomplete-result-wrap .btn:focus {
    background-color: #008CA0;
}
.ikiss-autocomplete-result-wrap .btn::before {
    display: none;
}
.ikiss-autocomplete-result-head ul li a:hover,
.ikiss-autocomplete-result-head ul li a:focus {
    text-decoration: underline;
}
.ikiss-autocomplete-result-head ul li a::before {
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    color: #004664;
    text-decoration: none;
}
.ikiss-autocomplete-result-head ul li a:hover::before,
.ikiss-autocomplete-result-head ul li a:focus::before {
    color: #008CA0;
    text-decoration: none;
}
.ikiss-autocomplete-result-head ul li a[href*="object"]::before,
.ikiss-autocomplete-result-head ul li a[href*="NavID"]::before {
    content: '\f324';
}
.ikiss-autocomplete-result-head ul li a[href*="ModID=9"]::before {
    content: '\f324';
}
.ikiss-autocomplete-result-head ul li a[href*="ModID=255"]::before {
    content: '\f324';
}
.ikiss-autocomplete-result-head ul li a[href*="ModID=10"]::before {
    content: '\f324';
}
.ikiss-autocomplete-result-head ul li a[href*="PDF"]::before {
    content: '\f324';
}

@media screen and (max-width: 1419px) {

    .ikiss-autocomplete-result-wrap {
        top: 77px;
        left: 0;
        padding: 10px 15px 0 15px;
    }
    .ikiss-autocomplete-result-wrap .btn {
        padding: 10px 15px;
        margin: 0 auto;
    }
    .ikiss-autocomplete-result-head::before {
        top: 2px;
        font-size: 0.728em;
        padding: 3px 8px;
    }    

}
@media only screen and (max-width:960px) {
    .ikiss-autocomplete-result-wrap {
        left: 0;
        top: 50px;
    }
    .ikiss-autocomplete-result-head::before {
        top: 5px;
        font-size: 0.678em;
        padding: 3px 6px;
    }
}
@media only screen and (max-width:767px) {

    .ikiss-autocomplete-result-wrap {
        left: 0;
    }
    .ikiss-autocomplete-result-wrap h2 {
        font-size: 1.133em;
    }    
    .ikiss-autocomplete-result-head::before {
        font-size: 0.578em;
        top: 6px;
        padding: 2px 5px;
    }
}