

#focusregler .buttons{
  margin-top: 0px;
  margin-left: -1px;
}
#focusregler .buttons button{
  height: 32px;
}


#suchschlitz {
    color: #fff;
}

#focusregler {
    /* width: 569px; */
    width: 79%;
    position: relative;
}

#focusregler > * {
    display: inline-block;
    vertical-align: middle;
    /* border: 1px solid red; */
}

#focusdetails {
    position: absolute;
    left: calc(100% - 30px);
    left: 90%;
    top: 60px;
    overflow-y: hidden;
}

#focusdetailslabel {
    display: block;
    color: #008 !important;
    background: #ffc;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #008;
    margin-top: -40px;
    transition: 1s;
    transition-delay: .2s;
}

#focusdetailslabel a,
#focusdetailslabel a:hover {
   color: #008;
}

#focusregler:hover #focusdetailslabel {
    margin-top: 0px;
    transition-delay: .5s;
}

.hidden,
.slider {
    opacity: .05;
    transition: .7s;
    /* transition-delay: .5s; */
}
.hidden,
.searchboxslider {
    opacity: .05;
    transition: .7s;
    /* transition-delay: .5s; */
}

#focusdisplay {
    margin-left: -131px;
    margin-top: 4px;
    position: relative;
}

#focusregler:hover .hidden,
#focusregler:hover .searchboxslider {
    opacity: 1;
}

#searchboxslider {
    position: absolute;
    margin: 0;
    top: 34px;
    left: -0px;
}

.searchboxslider {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    border-radius: 12px;
    border: 1px solid #666;
    background: #888;
    height: 2px;
    margin: 0;
}

.searchboxslider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 12px; /* Set a specific slider handle width */
    height: 12px; /* Slider handle height */
    background: #fd0; /* Green background */
    border-radius: 10px;
    cursor: pointer; /* Cursor on hover */
}

.searchboxslider::-moz-range-thumb {
    width: 12px; /* Set a specific slider handle width */
    height: 12px; /* Slider handle height */
    background: #fd0; /* Green background */
    border-radius: 10px;
    cursor: pointer; /* Cursor on hover */
}

 @media all and (-ms-high-contrast:none){
   /* IE11 */
      #searchboxslider { 
        top : 37px;
      }
     .searchboxslider { 
       background: none;
       height: auto;
       margin: 0;
       padding: 0;
       border: 0;
     } 
     
     .searchboxslider::-ms-thumb{
       /* height: 20px; */
     }
     .searchboxslider::-ms-fill-upper {
        background: #888;
    }
     .searchboxslider::-ms-fill-lower {
        background: #888;
     }
     .searchboxslider::-ms-thumb {
       background: #fd0;
      }
     .searchboxslider::-ms-tooltip {
       display: none;
      }
     
}

#spansuchinput {
    height: 30px;
    border: 1px solid #ffcc32;
    background: #fff;
    width: calc(90%);
    box-shadow: none;
}

#spansuchinput input#suchinput{
    height: 28px;
    border: 0;
    padding-left:5px;
    background: #fff;
    width: 90%;
    box-shadow: none;
}

#mobilefocus {
    overflow: hidden;
}

#mobilefocuslist {
    margin-top: -150px;
    transition: .3s;
    display: block;
}

#mobilefocuslist li {
    display: block;
    height: 30px;
}

#suchbn {
    height: 18px;
    width: 18px;
    border: 1px solid #fd0;
    background: #fd0;
    /* box-shadow: 0 0 10px 0px #fd0; */
    color: #008;
    padding: 6px;
}

@media only screen and (max-width: 480px) {
  #header-fluid {
    padding-bottom: 11px;
  }
  #suchschlitz{
    margin-top: 10px;
    width: 96%;
    display: inline-block;
    border: 0;
  }
  #focusregler{
    width: 88%;
  }
  
  #mobilefocuslist.open {
    margin-top: 20px;
  }
  #grafisch {
    cursor: pointer;
  }
  #slider,
  #focusdetails {
    display: none;
  }

  #searchboxslider{
    display: none;
  }
  #spansuchinput {
    width: 100%;
  }
  #suchinput {
    width: 90%;
  }
  #focusdisplay {
    margin-left: calc(-34% + 32px);
  }
}

@media only screen and (max-width: 360px) {
  #focusdisplay {
    margin-left: calc(-39% + 32px);
  }
}

@media only screen and (max-width: 375px) {
  #focusdisplay {
    margin-left: calc(-38% + 32px);
  }
}




@media only screen and (min-device-width : 360px) and (max-device-width : 740px) and (orientation : landscape) { 

  #einfacheSuche{
    margin-top: 10px;
  }
  #focusregler {
    width: 100%;
  }
  #mobilefocuslist.open {
    margin-top: 12px;
  }
  #focusdisplay {
    margin-left: calc(-16% + 32px);
  }
  
  
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
  
  #einfacheSuche{
    margin-top: 10px;
  }
  #focusregler {
    width: 100%;
  }
  #mobilefocuslist.open {
    margin-top: 30px;
  }
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 
  #einfacheSuche{
    margin-top: 10px;
  }
  #focusregler {
    width: 100%;
  }
  
  #focusdisplay {
    margin-left: -86px;
  }
  #mobilefocuslist.open {
    margin-top: 30px;
  }
}

