/* ------------- */
/* ÄNDERUNGEN NUR IN DER LESS DATEI VORNEHMEN!!! */
/* ------------- */
div.structure-info .structure-mobile.no-header .structure-mobile-expand {
  top: 0;
}
div.structure-info .structure-mobile .structure-settings-cog {
  cursor: pointer;
  position: absolute;
  top: 40px;
  max-width: 20px;
  right: 10px;
}
div.structure-info .structure-mobile .product-to-pdf button.btn {
  width: 100%;
  padding: 7px 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border: 1px solid #5b86a3;
  font-size: 13px;
  text-transform: uppercase;
}
div.structure-info .structure-mobile .product-to-pdf button.btn.viscon-control-back {
  background: #fff;
  color: #5b86a3;
  margin: 0;
  border: 1px solid #5b86a3;
}
#viscon-introduction.no-header {
  height: 100%;
}
.menu-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(240, 248, 255, 0.5);
  position: absolute;
  top: 0;
  z-index: 1200;
}
@media (max-width: 495px) {
  .menu-overlay {
    position: fixed;
    height: 100vH;
    width: 100vW;
    z-index: 1220;
  }
}
.menu-overlay #menu {
  display: block;
  position: relative;
  background: #fff;
  top: 10%;
  z-index: 1115;
  width: 80%;
  margin: 0 auto;
  max-height: calc(100vh - 355px);
}
@media (max-width: 495px) {
  .menu-overlay #menu {
    max-height: 100vH;
    height: 100vH;
    top: 0;
  }
}
.menu-overlay #menu .close-menu {
  cursor: pointer;
  float: right;
}
@media (max-width: 495px) {
  .menu-overlay #menu .sel.act {
    max-height: calc(100vh - 145px) !important;
  }
}
@media (max-width: 495px) {
  #searchresults {
    max-height: calc(100% - 80px);
  }
}
