#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}
#custom-search-input .test{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-right: solid 1px #ccc;
}
/* .test:hover span {display:none}
.test:hover:before {content:"Mietart"} */
#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
#custom-search-input .test:hover{
    border: 0;
    box-shadow: none;
    border-right: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

 #ajax_output {
    position: absolute;
    z-index: +9000;
    background-color: #fff;
    width: 30em;
    border: solid 0px #ccc;
    border-radius: 6px;

   /*  color: red; */

}
#ajax_output ul{
   color: #666666;
   list-style-type:none;
}
#ajax_output li{
    margin: 5px;
    color: #515151 ;
    border-bottom:  solid 1px #ccc;

 }
 #ajax_output li:hover{
     color: #ffae20 ;
     cursor: pointer;
     border-bottom:  solid 2px #ccc;

  }

.suchmaske{
    margin-top: 10px;
    background-image: url(../assets/img/start_search2.jpg); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; height: 40rem;
}
