header {
  border-bottom: 3px solid #1b59a2;
  position: relative;
  height: 177px;
}
.top-nav {
  font-size: 0.75rem;
  text-align: right;
  padding-bottom: 0;
}
nav.navbar.navbar-default {
  margin: 0;
}
.logo-box {
  position: relative;
  float: left;
  z-index: 9;
  padding: 0 !important;
}
.loupe {
  cursor: crosshair;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25) 0;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25);
}
.navi-highlight {
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: -33px;
  left: 0;
  text-align: center;
  z-index: 900;
}
.navi-highlight a {
  width: 14.5%;
  display: block;
  padding: 5px 1rem;
  color: #fff;
  font-size: .875rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 0 0.25%;
  float: left;
}
a.highlight_green {
  background: none #78b132;
  margin-left: 35%;
}
a.highlight_blue {
  background: none #1b59a2;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .pull-left {
  padding-top: 0.1rem;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  font-size: 0.75rem;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 0;
}
.grid-item .article .details-wrap .content p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 2rem;
}
.grid-item .article .details-wrap .content {
  height: 10rem;
}
.grid-item .article .details-wrap .content.small_content {
  height: 8rem;
}
.grid-item .article h4,
.grid-item .article h4 a {
  height: 2rem;
}
.portfolio_product .grid-item figure figcaption {
  background-color: #1b59a2;
}
.portfolio_product .grid-item figure figcaption .thumb-info i {
  background-color: #78b132 !important;
  color: #ffffff;
}
a.btn.btn-info.intern-link.aNgreen {
  background: #78b132;
  color: #fff;
}
a.btn.btn-info.intern-link.aNblue {
  background: #1b59a2;
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 70px;
  height: 100px;
  background: center center none;
}
.pswp__button--arrow--left:before {
  background-image: url("../img/icon--arrow-left.png");
}
.pswp__button--arrow--right:before {
  background-image: url("../img/icon--arrow-right.png");
}
.teaser-highlight-green {
  background: url("../img/startseite_sonderanfertigung.png") no-repeat right top transparent;
}
footer {
  border-top: 9px solid #1b59a2;
}
div#main-content-footer {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.2rem;
}
div#main-content-footer a {
  color: #ffffff;
}
.teaser-highlights {
  display: none;
}
.page1 .teaser-highlights {
  display: block;
}
.teaser-highlights {
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 1;
}
.teaser-highlight-green {
  background: url("../img/startseite_sonderanfertigung.png") no-repeat right top #5f5f5f;
  border-top: 5px solid #78b132;
  height: 100%;
  display: block;
  padding: 5px 1rem;
  color: #fff;
  font-size: .875rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  float: left;
  width: 28%;
  margin: 0 1%;
  margin-left: 20%;
}
.teaser-highlight-blue {
  background: url("../img/startseite_kollektionen.png") no-repeat right top #5f5f5f;
  border-top: 5px solid #1b59a2;
  height: 100%;
  display: block;
  padding: 5px 1rem;
  color: #fff;
  font-size: .875rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  float: left;
  width: 28%;
  margin: 0 1%;
}
.teaser-highlight-green p,
.teaser-highlight-blue p {
  width: 60%;
  font-size: .875rem;
}
a#toggler {
  display: block;
  margin-top: 1rem;
  height: 1rem;
  float: left;
  cursor: pointer;
  position: relative;
}
a#toggler:hover {
  cursor: pointer;
}
a#toggler_inline {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  background: none #1b59a2;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
}
#cart_badge {
  display: none;
}
#cart_badge.active {
  background-color: #1b59a2;
  border-radius: 25px;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 2px 5px;
  position: absolute;
  right: -20px;
  top: -14px;
  display: block;
}
p.info {
  text-align: center;
  padding: 1rem 0.5rem;
  color: #999;
}
.cart_item {
  clear: both;
  padding: 0.5rem;
  border-bottom: 1px solid #dddddd;
}
.cart_item_image {
  float: left;
  width: 25%;
}
.cart_item_text {
  float: right;
  width: 70%;
  font-size: 0.75rem;
}
.page24 .portfolio_product .grid-item figure {
  height: 367px;
}
div#lz_ec_sub_header_text {
  top: 22px;
}
@media (max-width: 1024px) {
  .navi-highlight a {
    width: 19.5%;
  }
  a.highlight_green {
    margin-left: 30%;
  }
}
@media (min-width: 992px) {
  .width_95 {
    float: left;
    width: 95%;
  }
  .width_90 {
    float: left;
    width: 90%;
  }
  .width_80 {
    float: left;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .navi-highlight a {
    width: 24.5%;
  }
  a.highlight_green {
    margin-left: 25%;
  }
}
@media (max-width: 479px) {
  .top-nav {
    text-align: center;
  }
  .navi-highlight a {
    width: 49.5%;
  }
  a.highlight_green {
    margin-left: 0;
    float: left;
  }
  a.highlight_green {
    margin-left: 0;
    float: right;
  }
  .navbar {
    margin-bottom: 0;
    border: none;
  }
  .navbar-toggle {
    padding: 14px 10px 0 10px;
  }
}
#sidebar--slide-in.sidebar {
  width: 342px;
  border: 1px solid #ffffff;
  right: -342px;
}
#sidebar--slide-in .toggler {
  background-color: #cccccc;
  border: 0 none;
  border-radius: 0;
  color: #000000;
  font-size: 1.5rem;
  height: auto;
  left: -40px;
  padding: 5px 10px;
  top: 321px;
  width: auto;
}
@media (max-width: 1199px) {
  a#toggler {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1b59a2;
    color: #ffffff;
    height: auto;
    margin: 0px 0px;
    padding: 5px 20px;
  }
}
@media (max-width: 850px) {
  a#toggler {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 769px) {
  header {
    position: fixed;
    height: 177px;
    width: 100%;
    z-index: 99;
    top: 0;
  }
  .row-offcanvas.row-offcanvas-right {
    padding-top: 177px;
  }
}
@media (max-width: 768px) {
  a#toggler {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 527px) {
  header {
    border-bottom: 3px solid #1b59a2;
    position: relative;
    height: 134px;
  }
  .sidebar.sidebar-right {
    right: 0;
    left: auto;
  }
  .navi-highlight {
    position: relative;
    bottom: auto;
  }
  a#toggler {
    background-color: transparent;
    color: #000000;
    padding: 5px 47px;
  }
  .top-nav {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  a#toggler {
    padding: 0;
    margin-right: 19px;
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 375px) {
  a#toggler {
    top: 37px;
    right: 27px;
  }
}
