.no-js .top-bar {
    display: none;
  }
  
  @media screen and (min-width: 40em) {
    .no-js .top-bar {
      display: block;
    }
  
    .no-js .title-bar {
      display: none;
    }
  }

  .animatedx>svg:hover {-webkit-animation: animatedx 0.3s; animation: animatedx 0.3s;}

  @-webkit-keyframes animatedx {
    from { -webkit-transform: rotate(0deg) }
    to { -webkit-transform: rotate(18deg) }
  }
  
  @keyframes animatedx {
    from { transform: rotate(0deg) }
    to { transform: rotate(180deg) }
  }

  .select-css {
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5rem;
}

  .mainbg {background-color: #889da5;}
  .maincolor {color: #889da5;}
  .newbadge {position:absolute;font-size:10px;font-weight:bold;padding:3px;top:6px;right:6px;border-radius: 50%;background-color:#fff000;transform: rotate(330deg);}

  .hauptkategorie {color:#3adb76 !important;border-color:#3adb76 !important;}

  .navpoint {border-bottom:1px solid #d0d7da;}

  .menu>li>a {color:#ffffff;}
  .menu>li>a:hover {color:#cacaca;}
  input:checked~.switch-paddle {background:#889da5;}

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {border-color: #000 transparent transparent;}
  .drilldown .js-drilldown-back>a::before {border-color: transparent #000 transparent transparent;}
  .drilldown .is-drilldown-submenu-parent>a::after {border-color: transparent transparent transparent #000;}

  .dropdown.menu>li.is-active>a {color:#333;}

  a {color: #889da5;}
  a:hover, a:focus {color: #889da5; }
  .button {background-color: #889da5;}
  .button:hover, .button:focus {
    background-color: #889da5;}
  
  .menu .active>a {
      background: #889da5;
    }
  
  
  .button.hollow {
        border: 1px solid #889da5;
        color: #889da5;
  }
  
  .button.hollow:focus, .button.hollow:hover {
      border-color: #889da5;
      color: #889da5;
  }

.off-canvas {
  background: rgba(239,239,239,.96);
}

  .off-canvas.is-transition-overlap {
    z-index: 1002;
  }

  .off-canvas.is-transition-overlap.is-open {
    box-shadow: unset;
    border-bottom: 1px solid #706f6f;
}



  .top-bar, .top-bar ul {background-color: #d0d7da;z-index:1001;}
  .menu>li>a {color:#000;}
  .menu>li>a:hover {color:#333;}

  a.thumbnail:focus, a.thumbnail:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(136,157,165,.5);
    box-shadow: 0 0 6px 1px rgba(136,157,165,.5)
  }

  h1 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }


  #searchbox {
    margin-left:1rem; border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    margin-right: 0rem;    
  }

  #searchbutton {
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: inline-block;
    margin-left: -1px;
    margin-top: -1px;
  }

  @-moz-document url-prefix() {
    #searchbutton {
      margin-top: -3px;
    }
}

#filterbox {
  border-bottom: 1px solid #706f6f;
  background: rgba(239,239,239,.96);
  min-height:62px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .extranavigation {
    background-color: #ffffff;
    padding: 0.5rem 1rem;
  }
  .extranavigation2 {
    background-color: #ffffff;
    width: 100% !important;
  }  
  #searchbox {
    max-width: calc(100% - 80px);
  }
  #searchbutton {
    margin-top: -2px;
  }
}

@media screen and (min-width: 40em) {
  #filterbox {
    position: fixed;
  } 

  #filterdistance {
    margin-top: 62px;
  }

}