/***************************************************************************************/
/*                                                                                     */
/*                                                                                     */
/***  								 Suche / Search-Button							 ***/ 
/*                                   mit SUCHINDEX                                     */
/*                                                                                     */
/*                                   Button klappt Suchmenü auf.                       */
/*                                                                                     */
/***************************************************************************************/

/* Lästiges kleines Fenster eliminiert */
.tooltip-inner, div.tooltip-arrow  {display:none;}

/* Unsichtbares Fläche zum Schließen des Suchfeldes auf dem ganzen Bildschirm */
.dropdown-backdrop {
	pointer-events: none;
}


/*Search-BTN Toggle-BTN*/
.search-button .btn {
    font-family: "Material Icons";
    height: 25px;
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
	z-index: 991;
}


.element-invisible {
   display: none;
}


/*Search-BTN Toggle-BTN RESPONSIV*/
.search-responsiv .btn {

    font-family: "Material Icons";
    height: 25px;
    padding: 0;
    line-height: 60px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;

}

/*Search-Btn im Dropdown-Fenster */
.form-search .btn {
    font-family: 'Open Sans', sans-serif;
    height: 25px;
    padding: 6px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    width: 30px;
    margin: 0;
    border-radius: 0;
    background-color: var(--transparent);
    border: none;
    text-transform: uppercase;
    font-size: 0;
    color: var(--weiss);
}
.form-search .btn::before {
    font-size: 24px;
    text-transform: none;
    content: "search";
    font-family: "Material Icons";
	line-height: 18px;
}

/*Search-Btn auf der Seite */


#finder-search .btn.btn-primary {

    font-family: 'Open Sans', sans-serif;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    width: 75px;
    margin: 0;
    border-radius: 0;
    background-color: var(--primaerfarbe);
    border: none;
    text-transform: uppercase;

}




.form-search .btn:hover, .form-search .btn:focus, .form-search .btn.focus {
	/*background-color: var(--sekundaerfarbe);
	color:var(--weiss);*/
	color:var(--hellgrau);
}

#finder-search .btn.btn-primary:hover, #finder-search .btn.btn-primary:focus, #finder-search .btn.btn-primary.focus {
	background-color: var(--primaerfarbe);
	color:var(--sekundaerfarbe);
	
}

.search-button .dropdown-menu, .search-responsiv .dropdown-menu {
	transition:2s all ease-in-out;
    padding: 0;
    margin: 0;
    width: 100%;
    position: fixed;
    top: 60px;
}




.form-search .input-medium {

    float: left;
    position: relative;
    width: calc(100% - 30px);
    height: 30px;
    border: none;
    padding-left: 5px;
	font-size:11px;
	background-color: var(--hellgrau);
}


#advancedSearch hr {

    margin: 0;

}

.advanced-search-tip {

    font-size: 11px;
    background-color: var(--weiss);
    padding: 20px 10px;
    line-height: normal;

}
.advanced-search-tip p {
	margin:0;
}




.glyphicon-search::before {
    content: "search";
    font-size: 48px;
    font-family: "Material Icons";
    line-height: 48px;
}

.search-responsiv{
	position: relative;
    left: 0px;
    top: 0px;
    float: right;
	display: block;
}



/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 450px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/
 
@media (min-width: 450px) {
	
}/*ENDE @media (min-width: 450px) ENDE*/


/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 600px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 600px) {

}/*ENDE @media (min-width: 600px) ENDE*/


/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 767px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 767px) {

.search-button {

    display: block;
}
.search-responsiv{
	display: none;
}

}/*ENDE @media (min-width: 767px) ENDE*/


/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 990px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 990px) {

} /*ENDE @media (min-width: 990px) ENDE*/
 
 
/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 1200px)   - Leistungen -            */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 1200px) {

} /*ENDE @media (min-width: 1160px) ENDE*/