/* 
*   ================================================================================================
*   Suchfilter unter Suchschlitz
*   ================================================================================================
*/
ul#elastic-search-filter{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#elastic-search-filter li{
	display:inline-block;
	margin:0.5em 0;
	line-height: normal;
    padding: 5px 0;
	font-size: 12px;
}
ul#elastic-search-filter li a i{
	padding-right: 5px;
}
ul#elastic-search-filter li a.elastic-search-filterstyle {
    background-color: #3371AE;
    color: #ffffff;
    padding: 0.6em 0.8em 0.5em 0.8em;
    font-weight: normal;
    font-size: 16px;
    border-radius: 0.5em;
    border-bottom-color: transparent;
	text-decoration: none;
}
ul#elastic-search-filter li a.elastic-search-filterstyle:hover {
    background-color: #a1be95;
    text-decoration: none;
	color: #212529;
}

/* 
*   ================================================================================================
*   Highlighting Suchtreffer
*   ================================================================================================
*/
.elastic-search-highlight {
	background-color: #e3e3e3;
    padding: 1px;
    font-weight: bolder;
}

/* 
*   ================================================================================================
*   Remove IE default X for Input-Tag (Header/Content)
*   ================================================================================================
*/
input::-ms-clear {  /* */
	width : 0;
	height: 0;
}

section#elastic-search-marginal ul.elastic-search-marginal-selection li label a span {
	display: inline-block;
    padding-left: 5px;
	color: #3371AE;
}
section#elastic-search-marginal ul.elastic-search-marginal-selection li label a:hover span {
	text-decoration: none !important;
	color: #004085;
}

section#elastic-search-marginal ul.elastic-search-marginal-selection li a.elastic-search-marginal-showless{
	margin: 10px 0;
    display: none;
}

/* 
*   ================================================================================================
*   Autocomplete
*   ================================================================================================
*/
.ui-autocomplete {
    position: absolute;
    z-index: 99999;
    display: none;
    min-width: 160px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border: 2px solid #3371AE;
    line-height: 2.5;
    text-indent: 10px;
    font-size: 16px;
    padding: 0;
    font-family: DINWebPro, sans-serif;
    cursor: pointer;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #3371AE;
    background-image: none;
	cursor: pointer;
}
.ui-helper-hidden-accessible div{
	display: none;
}

/* 
*   ================================================================================================
*   Suche Icon Close
*   ================================================================================================
*/
div#navbarCollapse form#elastic-search-header{
    position: relative;
    float: left;
}

.elastic-search-header-icon-close-sm:hover::before,
.elastic-search-header-icon-close-lg:hover::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    text-decoration: inherit;
    color: #585858;
}
.elastic-search-header-icon-close-sm:before,
.elastic-search-header-icon-close-lg:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    text-decoration: inherit;
    color: #003D73;
}
nav.navbar-expand-xl .elastic-search-header-icon-close-sm {
    margin-top: 9px;
}
.elastic-search-header-icon-close-sm {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 110px;
    margin-top: 0px;
    font-style: normal;
    font-size: 1.5em;
    user-select: none;
    cursor: pointer;
	border: 0;
    background: transparent;
}
.nav-style-default i.elastic-search-header-icon-close-sm {
    top: 9px;
    margin-right: 117px;
}
.elastic-search-header-icon-close-lg {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 18px;
    margin-top: 6px;
    font-style: normal;
    font-size: 1.5em;
    user-select: none;
    cursor: pointer;
	border: 0;
    background: transparent;
}
div.mobile-search i.elastic-search-header-icon-close-sm {
    margin-right: 10px;
}