.product-detail-head .product-detail-layer.surface-type .icon:after {
  border: 4px solid #adadad;
  border-radius: 50%;
  box-shadow: none;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .4s ease-in-out,box-shadow .6s ease-out;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width:991px) {
  .product-detail-head .product-detail-layer.surface-type .icon:after {
    border-width: 3px;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type .icon:after {
    border-width: 2px;
  }
}

.product-detail-head .product-detail-layer.surface-type .icon .count,
.product-detail-head .product-detail-layer.surface-type .icon:before {
  background-color: #adadad;
  border-radius: 50%;
  bottom: -5px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  position: absolute;
  right: -5px;
  text-align: center;
  transition: background-color .4s ease-in-out;
  width: 38px;
  z-index: 4;
}

@media screen and (max-width:991px) {
  .product-detail-head .product-detail-layer.surface-type .icon .count,
  .product-detail-head .product-detail-layer.surface-type .icon:before {
    font-size: .875rem;
    height: 32px;
    line-height: 24px;
    width: 32px;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type .icon .count,
  .product-detail-head .product-detail-layer.surface-type .icon:before {
    border-width: 3px;
    height: 30px;
    width: 30px;
  }
}

.product-detail-head .product-detail-layer.surface-type .icon:before {
  content: "\e903";
  background-color: #000;
  font-size: 11px;
  line-height: 32px;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  z-index: 5;
}

@media screen and (max-width:991px) {
  .product-detail-head .product-detail-layer.surface-type .icon:before {
    font-size: 10px;
    height: 32px;
    line-height: 24px;
    width: 32px;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type .icon:before {
    height: 30px;
    width: 30px;
  }
}

.product-detail-head .product-detail-layer.surface-type .icon img {
  border-radius: 50%;
  height: 80px;
  max-width: none;
  position: relative;
  top: 1px;
  width: 80px;
}

.product-detail-head .product-detail-layer.surface-type input:checked+.icon:before {
  opacity: 1;
}

.product-detail-head .product-detail-layer.surface-type input:checked+.icon:after {
  box-shadow: inset 0 0 0 15px #fff;
  opacity: 1;
}

.product-detail-head .product-detail-layer.surface-type input:checked+.icon+.labeltext {
  color: #777;
}

.product-detail-head .product-detail-layer.surface-type label:active .icon:after,
.product-detail-head .product-detail-layer.surface-type label:hover .icon:after {
  opacity: 1;
}

.product-detail-head .product-detail-layer.surface-type label:active .icon .count,
.product-detail-head .product-detail-layer.surface-type label:hover .icon .count {
  background-color: #adadad;
}

.product-detail-head .product-detail-layer.surface-type .labeltext {
  display: block;
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.3875rem;
}

@media screen and (max-width:1599px) {
  .product-detail-head .product-detail-layer.surface-type .labeltext {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:991px) {
  .product-detail-head .product-detail-layer.surface-type .icon img {
    height: 60px;
    width: 60px;
  }

  .product-detail-head .product-detail-layer.surface-type .labeltext {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:1199px) {
  .product-detail-head .product-detail-layer.surface-type .labeltext {
    margin-top: .7rem;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type .icon img {
    height: 40px;
    width: 40px;
  }

  .product-detail-head .product-detail-layer.surface-type input:checked+.icon:after {
    box-shadow: inset 0 0 0 13px #fff;
  }

  .product-detail-head .product-detail-layer.surface-type .labeltext {
    display: table-cell;
    line-height: 1.3;
    margin-top: 0;
    padding-left: 1rem;
    vertical-align: middle;
  }
}

.product-detail-head .product-detail-layer.surface-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-detail-head .product-detail-layer.surface-type li {
  display: block;
  float: left;
  width: 16.66666667%;
  margin-bottom: 2.75rem;
}

@media screen and (min-width:1600px) {
  .product-detail-head .product-detail-layer.surface-type li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-detail-head .product-detail-layer.surface-type li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-detail-head .product-detail-layer.surface-type li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-detail-head .product-detail-layer.surface-type li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .product-detail-head .product-detail-layer.surface-type li {
    width: 25%;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type li {
    width: 50%;
    margin-bottom: 1.6875rem;
  }
}

.product-detail-head .product-detail-layer.surface-type li a {
  text-decoration: none;
}

.product-detail-head .product-detail-layer.surface-type li a:active .icon:after,
.product-detail-head .product-detail-layer.surface-type li a:hover .icon:after {
  opacity: 1;
}

.product-detail-head .product-detail-layer.surface-type li a:active .icon .count,
.product-detail-head .product-detail-layer.surface-type li a:hover .icon .count {
  background-color: #000;
}

.product-detail-head .product-detail-layer.surface-type li.active .icon:before {
  opacity: 1;
}

.product-detail-head .product-detail-layer.surface-type li.active .icon:after {
  box-shadow: inset 0 0 0 15px #fff;
  opacity: 1;
}

.product-detail-head .product-detail-layer.product-type>div {
  padding-bottom: 2.75rem;
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.surface-type li.active .icon:after {
    box-shadow: inset 0 0 0 13px #fff;
  }

  .product-detail-head .product-detail-layer.product-type>div {
    padding-bottom: 1.6875rem;
  }
}

@media screen and (max-width:479px) {
  .product-detail-head .product-detail-layer.surface-type li {
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
  }

  .product-detail-head .product-detail-layer.product-type>div {
    padding-bottom: 0;
  }
}

.product-detail-head .product-detail-layer.product-type .slider {
  clear: both;
  margin: 0;
}

.product-detail-head .product-detail-layer.product-type .product {
  display: block;
  float: left;
  width: 25%;
}

@media screen and (min-width:1600px) {
  .product-detail-head .product-detail-layer.product-type .product {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-detail-head .product-detail-layer.product-type .product {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-detail-head .product-detail-layer.product-type .product {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-detail-head .product-detail-layer.product-type .product {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-detail-head .product-detail-layer.product-type .product {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .product-detail-head .product-detail-layer.product-type .product {
    width: 33.33333333%;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.product-type .product {
    width: 50%;
  }
}

@media screen and (max-width:479px) {
  .product-detail-head .product-detail-layer.product-type .product {
    float: none;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}

.product-detail-head .product-detail-layer.product-type .product a {
  color: #000;
  display: block;
  text-decoration: none;
}

.product-detail-head .product-detail-layer.product-type .product a:active,
.product-detail-head .product-detail-layer.product-type .product a:hover,
.product-detail-head .product-detail-layer.product-type .product.active {
  color: #777;
}

.product-detail-head .product-detail-layer.product-type .product figure {
  border: 1px solid transparent;
  padding: 1.6875rem;
  position: relative;
  transition: border-color .4s ease-out;
}

.no-touchevents .product-detail-head .product-detail-layer.product-type .product figure:hover {
  border-color: #d6d6d6;
}

@media screen and (max-width:1599px) {
  .product-detail-head .product-detail-layer.product-type .product figure {
    padding: 1rem;
  }
}

.product-detail-head .product-detail-layer.product-type .product figure .img {
  position: relative;
}

.product-detail-head .product-detail-layer.product-type .product figure .img:before {
  content: "";
  display: block;
  padding-bottom: 160%;
}

.product-detail-head .product-detail-layer.product-type .product figure .img>* {
  position: absolute;
}

.product-detail-head .product-detail-layer.product-type .product figure .img img {
  bottom: 0;
}

.product-detail-head .product-detail-layer.product-type .product figcaption {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  margin-top: 1.6875rem;
  margin-bottom: 1.75rem;
  text-align: center;
}

@media screen and (max-width:1599px) {
  .product-detail-head .product-detail-layer.product-type .product figcaption {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .product-detail-head .product-detail-layer.product-type .product figure .img {
    display: table-cell;
    vertical-align: middle;
    width: 33%;
  }

  .product-detail-head .product-detail-layer.product-type .product figure .img:before {
    display: none;
  }

  .product-detail-head .product-detail-layer.product-type .product figure .img img {
    position: relative;
  }

  .product-detail-head .product-detail-layer.product-type .product figcaption {
    font-size: .875rem;
    line-height: 1rem;
    display: table-cell;
    padding-left: .75rem;
    text-align: left;
    vertical-align: middle;
  }
}

.product-detail-head .product-detail-layer.product-type .product.active figure {
  border: 1px solid #d6d6d6;
}

.product-detail-head .product-detail-layer.product-type .product.active figure:before {
  content: "\e903";
  background-color: #000;
  border-radius: 1.6875rem;
  color: #fff;
  font-size: .875rem;
  height: 27px;
  line-height: 27px;
  position: absolute;
  right: 1.6875rem;
  text-align: center;
  top: 1.6875rem;
  width: 27px;
}

.product-detail-head .product-detail-layer.product-type .layer-paging {
  margin: 2.75rem auto 0;
  width: 180px;
}

.product-detail-head .product-detail-layer.product-type .layer-paging:after,
.product-detail-head .product-detail-layer.product-type .layer-paging:before {
  content: " ";
  display: table;
}

.product-detail-head .product-detail-layer.product-type .layer-paging:after {
  clear: both;
}

@media screen and (max-width:1599px) {
  .product-detail-head .product-detail-layer.product-type .product.active figure:before {
    right: 1rem;
    top: 1rem;
  }

  .product-detail-head .product-detail-layer.product-type .layer-paging {
    margin-top: 2.75rem;
  }
}

@media screen and (max-width:767px) {
  .product-detail-head .product-detail-layer.product-type .layer-paging {
    margin-top: 1.6875rem;
  }
}

@media screen and (max-width:479px) {
  .product-detail-head .product-detail-layer.product-type .product.active figure:before {
    right: .625rem;
    top: .625rem;
  }

  .product-detail-head .product-detail-layer.product-type .layer-paging {
    display: none;
  }
}

.product-detail-head .product-detail-layer.product-type .layer-paging .slick-arrow {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 0;
  line-height: 1;
  outline: 0;
  padding: 0;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .slick-arrow:before {
  content: "\e80a";
  font-size: 2.625rem;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .slick-arrow.slick-disabled {
  color: #adadad;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .slick-prev {
  float: left;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-detail-head .product-detail-layer.product-type .layer-paging .slick-next {
  float: left;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .slick-dots li,
.product-detail-head .product-detail-layer.product-type .layer-paging span {
  color: #000;
  display: block;
  float: left;
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  line-height: 44px;
  height: 44px;
  vertical-align: middle;
}

.product-detail-technology .filter-dropdown .filter-tabs li a.active,
.product-overview .product-filter .filter.filter-categories .filter-group.accordion.open .accordion-label {
  color: #777;
}

@media screen and (max-width:1199px) {
  .product-detail-head .product-detail-layer.product-type .layer-paging .slick-dots li,
  .product-detail-head .product-detail-layer.product-type .layer-paging span {
    font-size: 1.3125rem;
    line-height: 44px;
  }
}

.product-detail-head .product-detail-layer.product-type .layer-paging .dots {
  float: left;
  margin: 0 0 0 .375rem;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .dots .slick-dots {
  margin: 0;
  padding: 0;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .dots li {
  display: none;
}

.product-detail-head .product-detail-layer.product-type .layer-paging .dots li.slick-active {
  display: inline-block;
}

.product-detail-head .product-detail-layer.product-type .layer-paging span {
  float: left;
  margin: 0 .375rem;
}

#header+.product-detail-head {
  margin-top: 5.8125rem;
}

.layer-bg {
  background-color: rgba(255,255,255,.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.product-detail-technology .headline {
  display: block;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

@media screen and (min-width:1600px) {
  .product-detail-technology .headline {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-detail-technology .headline {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-detail-technology .headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-detail-technology .headline {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-detail-technology .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-detail-technology .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .product-detail-technology .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .product-detail-technology .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .product-detail-technology .headline {
    margin-bottom: 1rem;
  }
}

.product-detail-technology .filter-tabs img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  opacity: .7;
  transition: opacity .3s ease-out;
  width: 35px;
}

.product-detail-technology .filter-tabs .active img,
.product-detail-technology .filter-tabs a:focus img,
.product-detail-technology .filter-tabs a:hover img {
  opacity: 1;
}

.product-detail-technology .filter-dropdown .dropit-open>a {
  color: #777;
  padding-bottom: .6875rem;
}

.product-detail-technology .filter-dropdown img {
  display: block;
  margin: 0 0 .625rem;
  width: 15px;
}

.product-detail-technology .filter-dropdown .filter-tabs {
  padding-bottom: 2.75rem;
}

.product-detail-technology .filter-dropdown .filter-tabs li {
  text-align: left;
}

.product-detail-technology .filter-dropdown .filter-tabs li a {
  border-bottom: 1px solid #000;
}

.product-detail-technology .filter-dropdown .filter-tabs li a:active,
.product-detail-technology .filter-dropdown .filter-tabs li a:hover {
  border-color: #777;
}

.product-detail-technology .img {
  display: block;
  float: left;
  width: 50%;
}

@media screen and (min-width:1600px) {
  .product-detail-technology .img {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-detail-technology .img {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-detail-technology .img {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-detail-technology .img {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-detail-technology .img {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-detail-technology .img {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .product-detail-technology .img {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    display: block;
    margin-bottom: 2.75rem;
  }
}

@media screen and (max-width:767px) {
  .product-detail-technology .img {
    width: 100%;
    margin-left: 0;
  }
}

.product-detail-technology .img figure {
  position: relative;
  border: 1px solid #d6d6d6;
  margin-right: 1.6875rem;
}

.product-detail-technology .img figure:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.product-detail-technology .img figure>* {
  position: absolute;
}

@media screen and (max-width:1199px) {
  .product-detail-technology .img figure {
    margin-right: 1rem;
  }
}

.product-detail-technology .img figure img {
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto;
}

.product-detail-technology .text {
  display: block;
  float: left;
  width: 50%;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  text-align: left;
}

@media screen and (min-width:1600px) {
  .product-detail-technology .text {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-detail-technology .text {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-detail-technology .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-detail-technology .text {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-detail-technology .text {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1599px) {
  .product-detail-technology .text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .product-detail-technology .img figure {
    margin-right: 0;
  }

  .product-detail-technology .text {
    font-size: 1rem;
    line-height: 1.3125rem;
    width: 83.33333333%;
    margin-left: 8.33333333%;
    display: block;
  }
}

@media screen and (max-width:479px) {
  .product-detail-technology .text {
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
    margin-left: 0;
  }
}

.product-detail-technology .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-detail-technology .text ul li {
  margin-bottom: 1.29375rem;
}

@media screen and (max-width:1599px) {
  .product-detail-technology .text ul li {
    margin-bottom: 1.35rem;
  }
}

@media screen and (max-width:991px) {
  .product-detail-technology .text ul li {
    margin-bottom: 1.3875rem;
  }
}

.product-detail-technology .text p {
  margin-bottom: 1.29375rem;
}

@media screen and (max-width:1599px) {
  .product-detail-technology .text p {
    margin-bottom: 1.35rem;
  }
}

@media screen and (max-width:991px) {
  .product-detail-technology .text p {
    margin-bottom: 1.3875rem;
  }

  .product-overview .product-filter .filter.functional-range .filter-group {
    padding-bottom: .6875rem;
  }
}

.product-detail-technology .subheadline {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  margin-top: 0;
  margin-bottom: 2.2625rem;
  text-transform: uppercase;
}

.product-overview .product-filter .filter.functional-range .filter-pane {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  display: none;
  padding-top: 4.4375rem;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter.functional-range .filter-pane {
    padding-top: 2.75rem;
  }
}

.product-overview .product-filter .filter.functional-range .filter-group:after,
.product-overview .product-filter .filter.functional-range .filter-group:before {
  content: " ";
  display: table;
}

.product-overview .product-filter .filter.functional-range .filter-group:after {
  clear: both;
}

.product-overview .product-filter .filter.functional-range .filter-group li {
  display: block;
  float: left;
  width: 16.66666667%;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    width: 25%;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter.functional-range .filter-pane {
    padding-top: 1.6875rem;
  }

  .product-overview .product-filter .filter.functional-range .filter-group li {
    width: 50%;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter.functional-range .filter-group li {
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-pane {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  display: none;
  padding-top: 4.4375rem;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter.filter-categories .filter-pane {
    padding-top: 2.75rem;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-group:after,
.product-overview .product-filter .filter.filter-categories .filter-group:before {
  content: " ";
  display: table;
}

.product-overview .product-filter .filter.filter-categories .filter-group:after {
  clear: both;
}

.product-overview .product-filter .filter.filter-categories .filter-group li {
  display: block;
  float: left;
  width: 16.66666667%;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .filter.filter-categories .filter-group li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter.filter-categories .filter-group li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter.filter-categories .filter-group li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter.filter-categories .filter-group li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter.filter-categories .filter-group li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-group li:nth-child(6n+1) {
  clear: left;
}

@media screen and (max-width:1199px) {
  .product-detail-technology .subheadline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 1.29375rem;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group li {
    width: 25%;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group li:nth-child(6n+1) {
    clear: none;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group li:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter.filter-categories .filter-pane {
    padding-top: 1.6875rem;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group li {
    width: 50%;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group li:nth-child(4n+1) {
    clear: none;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter.filter-categories .filter-group li {
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label span {
  border-top: 1px solid #d6d6d6;
  display: block;
  padding-bottom: 2.35625rem;
  padding-top: 2.35625rem;
  position: relative;
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label span:after {
  content: "\e807";
  position: absolute;
  right: 0;
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion:first-child {
  margin-top: -2.75rem;
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion:first-child .accordion-label span {
  border-top: 0 none;
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion.open .accordion-label span:after {
  content: "\e808";
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-pane {
  clear: both;
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-pane:after,
.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-pane:before {
  content: " ";
  display: table;
}

.product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-pane:after {
  clear: both;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label span {
    padding-bottom: 1.3875rem;
    padding-top: 1.3875rem;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group.accordion:first-child {
    margin-top: -1.6875rem;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-pane {
    padding-top: 1.0625rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-label {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .product-overview .product-filter .filter.filter-categories .filter-group.accordion .accordion-pane {
    padding-top: 0;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-button {
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  margin-top: 1.6875rem;
  position: relative;
  padding-top: 4.1375rem;
  padding-bottom: 4.1375rem;
  text-align: left;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-left: 6px;
    padding-right: 6px;
  }

  .product-overview .product>a .text {
    max-height: 90%;
    overflow: hidden;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    margin-top: 0;
  }
}

.product-overview .product-filter .filter.filter-categories .filter-button:before {
  border-top: 1px solid #d6d6d6;
  content: "";
  left: -6%;
  position: absolute;
  right: -6%;
  top: 0;
}

.product-overview .product-filter .filter.filter-categories .filter-button button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.product-overview .product-filter .filter .icon-type:after,
.product-overview .product-filter .filter .icon-type:before {
  content: " ";
  display: table;
}

.product-overview .product-filter .filter .icon-type:after {
  clear: both;
}

.product-overview .product-filter .filter .icon-type li {
  margin-bottom: 4.4375rem;
  text-align: center;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    padding-bottom: 2.4875rem;
    padding-top: 2.4875rem;
  }

  .product-overview .product-filter .filter .icon-type li {
    margin-bottom: 2.75rem;
  }
}

.product-overview .product-filter .filter .icon-type li a,
.product-overview .product-filter .filter .icon-type li label {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter.filter-categories .filter-button {
    margin-top: 1.0625rem;
    padding-bottom: 1.425rem;
    padding-top: 1.425rem;
  }

  .product-overview .product-filter .filter .icon-type {
    padding-bottom: .6875rem;
  }

  .product-overview .product-filter .filter .icon-type li {
    margin-bottom: 1rem;
    text-align: left;
  }

  .product-overview .product-filter .filter .icon-type li a,
  .product-overview .product-filter .filter .icon-type li label {
    display: table;
    table-layout: fixed;
  }
}

.product-overview .product-filter .filter .icon-type .icon {
  border-radius: 50%;
  border: 1px solid #adadad;
  display: inline-block;
  height: 100px;
  line-height: 94px;
  position: relative;
  width: 100px;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .icon-type .icon {
    height: 80px;
    line-height: 72px;
    width: 80px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .icon-type .icon {
    display: table-cell;
    height: 60px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
  }
}

.product-overview .product-filter .filter .icon-type .icon:after {
  border: 4px solid #adadad;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .icon-type .icon:after {
    border-width: 3px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .icon-type .icon:after {
    border-width: 2px;
  }
}

.product-overview .product-filter .filter .icon-type .icon:before {
  content: "\e903";
  background-color: #000;
  border-radius: 50%;
  bottom: -5px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 11px;
  height: 38px;
  line-height: 32px;
  opacity: 0;
  position: absolute;
  right: -5px;
  text-align: center;
  transition: opacity .4s ease-in-out;
  width: 38px;
  z-index: 2;
}

.product-overview .product-filter .filter .icon-type .active .icon:after,
.product-overview .product-filter .filter .icon-type .active .icon:before,
.product-overview .product-filter .filter .icon-type a:active .icon:after,
.product-overview .product-filter .filter .icon-type a:hover .icon:after,
.product-overview .product-filter .filter .icon-type input:checked+.icon:after,
.product-overview .product-filter .filter .icon-type input:checked+.icon:before,
.product-overview .product-filter .filter .icon-type label:active .icon:after,
.product-overview .product-filter .filter .icon-type label:hover .icon:after {
  opacity: 1;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .icon-type .icon:before {
    font-size: 10px;
    height: 32px;
    line-height: 24px;
    width: 32px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .icon-type .icon:before {
    border-width: 3px;
    height: 30px;
    width: 30px;
  }
}

.product-overview .product-filter .filter .icon-type .icon img {
  height: 80px;
  max-width: none;
  width: 80px;
}

.product-overview .product-filter .filter .icon-type .active .icon+.labeltext,
.product-overview .product-filter .filter .icon-type input:checked+.icon+.labeltext {
  color: #777;
}

.product-overview .product-filter .filter .icon-type .labeltext,
.product-overview .product-filter .filter .icon-type figcaption {
  display: block;
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.3875rem;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter .icon-type .labeltext,
  .product-overview .product-filter .filter .icon-type figcaption {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .icon-type .icon img {
    height: 60px;
    width: 60px;
  }

  .product-overview .product-filter .filter .icon-type .labeltext,
  .product-overview .product-filter .filter .icon-type figcaption {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:1199px) {
  .product-overview .product-filter .filter .icon-type .labeltext,
  .product-overview .product-filter .filter .icon-type figcaption {
    margin-top: .7rem;
  }
}

.product-overview .product-filter .filter .surface-type li {
  margin-bottom: 1.6875rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .icon-type .icon img {
    height: 40px;
    width: 40px;
  }

  .product-overview .product-filter .filter .icon-type .labeltext,
  .product-overview .product-filter .filter .icon-type figcaption {
    display: table-cell;
    height: 60px;
    line-height: 1.3;
    padding-left: 1rem;
    vertical-align: middle;
  }

  .product-overview .product-filter .filter .surface-type .accordion-pane {
    padding-bottom: .6875rem;
  }

  .product-overview .product-filter .filter .surface-type li {
    margin-bottom: 1rem;
    text-align: left;
  }
}

.product-overview .product-filter .filter .surface-type li label {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .surface-type li label {
    display: table;
  }
}

.product-overview .product-filter .filter .surface-type .icon {
  border-radius: 50%;
  border: 1px solid #adadad;
  display: block;
  height: 100px;
  line-height: 92px;
  margin: auto;
  position: relative;
  width: 100px;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .surface-type .icon {
    height: 80px;
    line-height: 72px;
    width: 80px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .surface-type .icon {
    display: table-cell;
    height: 60px;
    line-height: 52px;
    text-align: center;
    width: 60px;
  }
}

.product-overview .product-filter .filter .surface-type .icon:after {
  border: 4px solid #adadad;
  border-radius: 50%;
  box-shadow: none;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .4s ease-in-out,box-shadow .6s ease-out;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .surface-type .icon:after {
    border-width: 3px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .surface-type .icon:after {
    border-width: 2px;
  }
}

.product-overview .product-filter .filter .surface-type .icon .count,
.product-overview .product-filter .filter .surface-type .icon:before {
  background-color: #adadad;
  border-radius: 50%;
  bottom: -5px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  position: absolute;
  right: -5px;
  text-align: center;
  transition: background-color .4s ease-in-out;
  width: 38px;
  z-index: 4;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .surface-type .icon .count,
  .product-overview .product-filter .filter .surface-type .icon:before {
    font-size: .875rem;
    height: 32px;
    line-height: 24px;
    width: 32px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .surface-type .icon .count,
  .product-overview .product-filter .filter .surface-type .icon:before {
    border-width: 3px;
    height: 30px;
    width: 30px;
  }
}

.product-overview .product-filter .filter .surface-type .icon:before {
  content: "\e903";
  background-color: #000;
  font-size: 11px;
  line-height: 32px;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  z-index: 5;
}

.product-overview .product-filter .filter .surface-type input:checked+.icon:before,
.product-overview .product-filter .filter .surface-type label:active .icon:after,
.product-overview .product-filter .filter .surface-type label:hover .icon:after {
  opacity: 1;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .surface-type .icon:before {
    font-size: 10px;
    height: 32px;
    line-height: 24px;
    width: 32px;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .surface-type .icon:before {
    height: 30px;
    width: 30px;
  }
}

.product-overview .product-filter .filter .surface-type .icon img {
  border-radius: 50%;
  height: 80px;
  max-width: none;
  position: relative;
  top: 1px;
  width: 80px;
}

.product-overview .product-filter .filter .surface-type input:checked+.icon:after {
  box-shadow: inset 0 0 0 15px #fff;
  opacity: 1;
}

.product-overview .product-filter .filter .surface-type input:checked+.icon+.labeltext {
  color: #777;
}

.product-overview .product-filter .filter .surface-type label:active .icon .count,
.product-overview .product-filter .filter .surface-type label:hover .icon .count {
  background-color: #adadad;
}

.product-overview .product-filter .filter .surface-type .labeltext {
  display: block;
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.3875rem;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter .surface-type .labeltext {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .surface-type .icon img {
    height: 60px;
    width: 60px;
  }

  .product-overview .product-filter .filter .surface-type .labeltext {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:1199px) {
  .product-overview .product-filter .filter .surface-type .labeltext {
    margin-top: .7rem;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .surface-type .icon img {
    height: 40px;
    width: 40px;
  }

  .product-overview .product-filter .filter .surface-type input:checked+.icon:after {
    box-shadow: inset 0 0 0 13px #fff;
  }

  .product-overview .product-filter .filter .surface-type .labeltext {
    display: table-cell;
    line-height: 1.3;
    margin-top: 0;
    padding-left: 1rem;
    vertical-align: middle;
  }

  .product-overview .product-filter .filter .checkbox-type .accordion-pane {
    padding-bottom: .6875rem;
  }
}

.product-overview .product-filter .filter .checkbox-type li {
  line-height: 1.2;
  margin-bottom: 1.6875rem;
}

.product-overview .product-filter .filter .checkbox-type li label {
  min-width: 185px;
  padding-left: 3.5rem;
}

.product-overview .product-filter .filter .checkbox-type li .title {
  display: table-cell;
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  height: 42px;
  vertical-align: middle;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter .checkbox-type li .title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .checkbox-type li label {
    padding-left: 2.625rem;
  }

  .product-overview .product-filter .filter .checkbox-type li .title {
    font-size: 1rem;
    line-height: 1.125rem;
    height: 32px;
  }
}

.product-overview .product-filter .filter .checkbox-type li .count {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-left: -3.5rem;
  margin-right: 1rem;
  position: relative;
  text-align: center;
  transition: color .4s ease-out;
  vertical-align: middle;
  width: 40px;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .checkbox-type li .count {
    font-size: .875rem;
    height: 32px;
    line-height: 30px;
    margin-left: -2.625rem;
    width: 32px;
  }
}

.product-overview .product-filter .filter .checkbox-type li .count:before {
  content: "\e903";
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 30px;
  left: 50%;
  line-height: 32px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: opacity .4s ease-in-out;
  top: 50%;
  width: 30px;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .checkbox-type li .count:before {
    font-size: 10px;
    height: 23px;
    line-height: 25px;
    width: 23px;
  }
}

.product-overview .product-filter .filter .checkbox-type li .count:after {
  border: 3px solid #adadad;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  top: 0;
  width: 100%;
}

.product-overview .product-filter .filter .checkbox-type li label:active .count,
.product-overview .product-filter .filter .checkbox-type li label:hover .count {
  color: #777;
}

.product-overview .product-filter .filter .checkbox-type li input:checked+.count:after,
.product-overview .product-filter .filter .checkbox-type li input:checked+.count:before,
.product-overview .product-filter .filter .checkbox-type li label:active .count:after,
.product-overview .product-filter .filter .checkbox-type li label:hover .count:after {
  opacity: 1;
}

.product-overview .product-filter .filter .checkbox-type li input:checked+.count+.title {
  color: #777;
}

.product-overview .product-filter .filter .link-type {
  padding-bottom: 1.0625rem;
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .checkbox-type li {
    margin-bottom: 1rem;
  }

  .product-overview .product-filter .filter .checkbox-type li .count {
    margin-right: 0;
  }

  .product-overview .product-filter .filter .link-type {
    padding-bottom: .6875rem;
  }
}

.product-overview .product-filter .filter .link-type li {
  margin-bottom: 1.6875rem;
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .link-type li {
    margin-bottom: 1rem;
  }
}

.product-overview .product-filter .filter .link-type li a {
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  line-height: 1.2;
  padding-left: 3.5rem;
  position: relative;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter .link-type li a {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .checkbox-type li .count:after {
    border-width: 2px;
  }

  .product-overview .product-filter .filter .link-type li a {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.product-overview .product-filter .filter .link-type li a:before {
  content: "\e808";
  color: #777;
  font-size: 15px;
  left: 12px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: none;
  z-index: 2;
}

.product-overview .product-filter .filter .link-type li a .title {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .link-type li a {
    padding-left: 2.625rem;
  }

  .product-overview .product-filter .filter .link-type li a:before {
    font-size: 12px;
    left: 10px;
    top: 8px;
  }

  .product-overview .product-filter .filter .link-type li a .title {
    height: 32px;
  }
}

.product-overview .product-filter .filter .link-type li a .check {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 50%;
  color: #777;
  display: inline-block;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-left: -3.5rem;
  margin-right: 1rem;
  position: relative;
  text-align: center;
  transition: color .4s ease-out;
  vertical-align: middle;
  width: 40px;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .link-type li a .check {
    font-size: .875rem;
    height: 32px;
    line-height: 30px;
    margin-left: -2.625rem;
    width: 32px;
  }
}

.product-overview .product-filter .filter .link-type li a .check:before {
  content: "\e903";
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: .875rem;
  height: 30px;
  left: 50%;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  width: 30px;
  z-index: 5;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .link-type li a .check:before {
    font-size: 10px;
    height: 23px;
    line-height: 25px;
    width: 23px;
  }
}

.product-overview .product-filter .filter .link-type li a .check:after {
  border: 3px solid #adadad;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  top: 0;
  width: 100%;
}

.product-overview .product-filter .filter .link-type li a:active .check:after,
.product-overview .product-filter .filter .link-type li a:hover .check:after,
.product-overview .product-filter .filter .link-type li.active a .check:after,
.product-overview .product-filter .filter .link-type li.active a .check:before {
  opacity: 1;
}

.product-overview .product-filter .filter .link-type li a:active:before,
.product-overview .product-filter .filter .link-type li a:hover:before {
  color: #000;
}

.product-overview .product .add-to-notepad:hover,
.product-overview .product-filter .filter .link-type li a:active .check,
.product-overview .product-filter .filter .link-type li a:hover .check,
.product-overview .product-filter .filter .link-type li.active a {
  color: #777;
}

.product-overview {
  position: relative;
}

.product-overview .product-wrapper:after,
.product-overview .product-wrapper:before {
  content: " ";
  display: table;
}

.product-overview .product-wrapper:after {
  clear: both;
}

@media screen and (max-width:479px) {
  .product-overview .product>a:after {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    bottom: 1px;
    content: "";
    height: 20px;
    left: 1px;
    position: absolute;
    right: 1px;
    z-index: 10;
  }
}

.references .tile figure:after,
.stage-wrapper .video:after,
.stage-wrapper figure:after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.product-overview .product .add-to-notepad {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  right: 1.6875rem;
  text-align: center;
  top: 1.6875rem;
  width: 15px;
}

.product-overview .product .add-to-notepad:before {
  content: "\e90b";
  font-size: 1.3125rem;
}

.product-overview .product .add-to-notepad:hover:before,
.product-overview .product.notepad-added .add-to-notepad:before {
  content: "\e90a";
}

.product-overview .product.notepad-added .add-to-notepad {
  cursor: default;
  color: #777;
}

.product-overview .load-more {
  width: 100%;
  float: none;
  clear: both;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width:1600px) {
  .product-overview .load-more {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .load-more {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .load-more {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .load-more {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .load-more {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-overview .load-more {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.product-overview .load-more a {
  margin-top: 1.0625rem;
}

.product-overview .product-navigation {
  margin-bottom: 1.4875rem;
}

@media screen and (max-width:1599px) {
  .product-overview .product-navigation {
    margin-bottom: 1.6375rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .link-type li a .check:after {
    border-width: 2px;
  }

  .product-overview .load-more a {
    margin-top: 1.75rem;
  }

  .product-overview .product-navigation {
    margin-bottom: 1.73125rem;
  }
}

.product-overview .product-navigation a,
.product-overview .product-navigation p {
  color: #000;
}

.product-overview .product-navigation a.active,
.product-overview .product-navigation a:active,
.product-overview .product-navigation a:hover,
.product-overview .product-navigation p.active,
.product-overview .product-navigation p:active,
.product-overview .product-navigation p:hover {
  color: #777;
}

.product-overview .product-navigation a+a,
.product-overview .product-navigation a+p,
.product-overview .product-navigation p+a,
.product-overview .product-navigation p+p {
  border-left: 1px solid #d6d6d6;
}

.product-overview .filter-dropdown .product-navigation {
  padding-left: 0;
  padding-right: 0;
}

.product-overview .filter-dropdown .product-navigation a,
.product-overview .filter-dropdown .product-navigation p {
  border: 0;
  padding-left: 0;
}

.product-overview .filter-dropdown .dropit-trigger>a {
  font-size: 2.125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 2.625rem;
}

@media screen and (max-width:1599px) {
  .product-overview .filter-dropdown .dropit-trigger>a {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .filter-dropdown .dropit-trigger>a {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

.product-overview .product-selected-filter {
  display: block;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
}

@media screen and (min-width:1600px) {
  .product-overview .product-selected-filter {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-selected-filter {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-selected-filter {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-selected-filter {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-selected-filter {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-selected-filter {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .product-overview .product .add-to-notepad {
    right: 1rem;
    top: 1rem;
  }

  .product-overview .product-selected-filter {
    margin-bottom: .6875rem;
  }
}

@media screen and (max-width:767px) {
  .product-overview .load-more a {
    margin-top: 1.75rem;
  }

  .product-overview .product-selected-filter {
    margin-bottom: .6875rem;
  }

  .product-overview .product-selected-filter:after,
  .product-overview .product-selected-filter:before {
    content: " ";
    display: table;
  }

  .product-overview .product-selected-filter:after {
    clear: both;
  }

  .product-overview .product-selected-filter a {
    float: left;
    margin-right: 1rem;
  }
}

.product-overview .product-selected-filter a {
  border: 1px solid #777;
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  vertical-align: middle;
  padding: .425rem .625rem .325rem;
}

.product-overview .product-selected-filter a.search-result {
  background-color: #777;
  color: #fff;
}

.product-overview .product-selected-filter a:after {
  content: "\e905";
  display: inline-block;
  font-weight: 400;
  font-size: 8px;
  margin-left: 1rem;
}

.product-overview .product-selected-filter a+a {
  margin-left: 1.6875rem;
}

.product-overview .product-wrapper.empty {
  text-align: center;
}

.product-overview .product-wrapper.empty .title {
  color: #777;
  font-size: 2.125rem;
  line-height: 1.3;
  margin-top: 1.25rem;
}

@media screen and (max-width:1199px) {
  .product-overview .product-wrapper.empty .title {
    font-size: 1.625rem;
    margin-top: .8125rem;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-selected-filter a+a {
    margin-left: 0;
  }

  .product-overview .product-wrapper.empty .title {
    font-size: 1.3125rem;
    margin-top: 0;
  }
}

.product-overview .product-filter {
  margin-bottom: 4.4375rem;
}

.product-overview .product-filter:after,
.product-overview .product-filter:before {
  content: " ";
  display: table;
}

.product-overview .product-filter:after {
  clear: both;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter {
    margin-bottom: 2.75rem;
  }
}

.product-overview .product-filter .filter {
  display: block;
  float: left;
  width: 25%;
  background-color: #fff;
  border: 1px solid transparent;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .filter {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-wrapper.empty .title {
    font-size: 1.125rem;
  }

  .product-overview .product-filter {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .product-overview .product-filter .filter {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .product-overview .product-filter .filter {
    width: 33.33333333%;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter {
    margin-bottom: 1.0625rem;
  }

  .product-overview .product-filter .filter {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .product-overview .product-filter .filter+.filter {
    margin-top: .6875rem;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    width: 100%;
  }
}

.product-overview .product-filter .filter .filter-title {
  border-bottom: 1px solid #9f9f9f;
  cursor: pointer;
  display: block;
  font-size: 1.3125rem;
  font-family: 'Futura Medium',sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  line-height: 1;
  margin-right: 1rem;
  padding: .625rem 0;
  position: relative;
  transition: color .4s ease-out,border-color .4s ease-out;
  text-decoration: none;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter .filter-title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .filter-title {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.product-overview .product-filter .filter .filter-title:after {
  content: "\e807";
  float: right;
  font-size: .875rem;
  top: 4px;
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .filter-title {
    margin-right: 0;
  }
}

.product-overview .product-filter .filter .filter-pane {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  width: 100%;
  left: 0;
  list-style: none;
  margin: -1px 0 0;
  z-index: 20;
}

.product-overview .product-filter .filter .filter-pane>:after,
.product-overview .product-filter .filter .filter-pane>:before {
  content: " ";
  display: table;
}

.product-overview .product-filter .filter .filter-pane>:after {
  clear: both;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .filter .filter-pane>* {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter .filter-pane>* {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter .filter-pane>* {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter .filter-pane>* {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter .filter-pane>* {
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter .filter-pane {
    padding-left: 10%;
    padding-right: 10%;
  }

  .product-overview .product-filter .filter .filter-pane>* {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.product-overview .product-filter .filter .filter-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-overview .product-filter .filter .filter-pane a,
.product-overview .product-filter .filter .filter-pane label {
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s ease-out;
}

.product-overview .product-filter .filter .filter-pane a.active,
.product-overview .product-filter .filter .filter-pane a:active,
.product-overview .product-filter .filter .filter-pane a:hover,
.product-overview .product-filter .filter .filter-pane label.active,
.product-overview .product-filter .filter .filter-pane label:active,
.product-overview .product-filter .filter .filter-pane label:hover {
  color: #777;
}

.product-overview .product-filter .filter .filter-pane input {
  display: none;
}

.product-overview .product-filter .filter.open {
  border-color: #d6d6d6;
}

.product-overview .product-filter .filter.open:after {
  background-color: rgba(255,255,255,.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.product-overview .product-filter .filter.open .filter-title {
  color: #777;
  margin-bottom: -2px;
  z-index: 25;
}

.product-overview .product-filter .filter.open .filter-title:after {
  content: "\e808";
}

.product-overview .product-filter .filter.open .filter-title:before {
  background-color: #fff;
  bottom: -1px;
  content: "";
  display: block;
  height: 4px;
  left: -16px;
  position: absolute;
  right: -32px;
}

.references .tile,
.references .tile figure {
  position: relative;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .filter.open .filter-title:before {
    left: -12px;
    right: -28px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .filter.open .filter-title:before {
    left: -10px;
    right: -26px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .filter.open .filter-title:before {
    left: -8px;
    right: -24px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .filter.open .filter-title:before {
    left: -6px;
    right: -6px;
  }
}

.product-overview .product-filter .filter .filter-pane .country-popup {
  display: none;
  margin: auto;
  padding-bottom: 4.4375rem;
  text-align: center;
  width: 70%;
}

@media screen and (max-width:991px) {
  .product-overview .product-filter .filter .filter-pane .country-popup {
    padding-top: 1.6875rem;
    width: 100%;
  }
}

.product-overview .product-filter .filter .filter-pane .country-popup .subtitle {
  color: #777;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 .375rem;
}

.product-overview .product-filter .filter .filter-pane .country-popup .title {
  color: #777;
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 4.04375rem;
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .filter.open .filter-title:before {
    left: -1.375rem;
    right: -1.375rem;
  }

  .product-overview .product-filter .filter .filter-pane .country-popup .subtitle,
  .product-overview .product-filter .filter .filter-pane .country-popup .title {
    text-align: left;
  }
}

.product-overview .product-filter .filter .filter-pane .country-popup a {
  display: inline-block;
}

.product-overview .product-filter .filter .filter-pane .country-popup a+a {
  margin-left: 4.4375rem;
}

@media screen and (max-width:1599px) {
  .product-overview .product-filter .filter .filter-pane .country-popup .title {
    margin-bottom: 2.35625rem;
  }

  .product-overview .product-filter .filter .filter-pane .country-popup a+a {
    margin-left: 2.75rem;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .filter .filter-pane .country-popup {
    padding-top: 0;
  }

  .product-overview .product-filter .filter .filter-pane .country-popup .title {
    font-size: 1.125rem;
  }

  .product-overview .product-filter .filter .filter-pane .country-popup a+a {
    margin-left: 0;
    margin-top: 2.4875rem;
  }
}

.product-overview .product-filter .productcount {
  display: block;
  width: 25%;
  color: #777;
  float: right;
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-align: right;
}

@media screen and (min-width:1600px) {
  .product-overview .product-filter .productcount {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .product-overview .product-filter .productcount {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .product-overview .product-filter .productcount {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .product-overview .product-filter .productcount {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .product-overview .product-filter .productcount {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .product-overview .product-filter .productcount {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:767px) {
  .product-overview .product-filter .productcount {
    width: 100%;
    margin: 1.0625rem 0 0;
    text-align: left;
  }
}

@media screen and (max-width:479px) {
  .product-overview .product-filter .productcount {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    width: 100%;
  }
}

.references {
  text-align: center;
}

.references .headline {
  color: #777;
  font-weight: 400;
  font-style: italic;
  font-size: 3.5rem;
  margin-bottom: 4.7625rem;
  text-align: center;
}

@media screen and (max-width:1599px) {
  .references .headline {
    font-size: 2.625rem;
    margin-bottom: 2.5875rem;
  }
}

@media screen and (max-width:1199px) {
  .references .headline {
    font-size: 2.125rem;
  }
}

@media screen and (max-width:767px) {
  .references .headline {
    width: 100%;
    font-size: 1.625rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.references>:first-child:nth-last-child(-n+3)~* {
  display: inline-block;
  float: none;
}

.references .tile {
  margin-bottom: 1.6875rem;
  text-decoration: none;
  display: block;
  float: left;
  width: 33.33333333%;
}

@media screen and (min-width:1600px) {
  .references .tile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .references .tile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .references .tile {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .references .tile {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .references .tile {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:767px) {
  .references .tile {
    width: 49%;
  }

  .references .tile:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width:479px) {
  .references .tile {
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
    float: none;
  }

  .references .tile:nth-child(4) {
    display: block;
  }
}

.references .tile figure:after {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.references .tile figure img {
  z-index: 1;
}

.references .tile figcaption {
  color: #fff;
  display: block;
  font-size: 2.125rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  bottom: 165px;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  transition: color .4s ease-out;
  width: 80%;
  z-index: 5;
}

.share-author .share a,
.sharing .icon {
  transition: background-color .5s,color .5s;
  cursor: pointer;
}

.white .references .headline {
  color: #777;
}

.share-author>div {
  width: 50%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
}

@media screen and (min-width:1600px) {
  .share-author>div {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .share-author>div {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .share-author>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .share-author>div {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .share-author>div {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .share-author>div {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.share-author>div:after,
.share-author>div:before {
  content: " ";
  display: table;
}

.share-author>div:after {
  clear: both;
}

@media screen and (max-width:1599px) {
  .references .tile figcaption {
    font-size: 1.625rem;
    bottom: 105px;
  }

  .share-author>div {
    width: 66.66666667%;
  }
}

@media screen and (max-width:1199px) {
  .references .tile figcaption {
    font-size: 1.3125rem;
    bottom: 70px;
  }

  .share-author>div {
    width: 83.33333333%;
  }
}

@media screen and (max-width:991px) {
  .share-author>div {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .share-author>div {
    display: block;
  }
}

.share-author figure {
  display: table-cell;
  padding-right: 1.6875rem;
  vertical-align: middle;
  width: 25%;
}

@media screen and (max-width:767px) {
  .share-author figure {
    display: block;
    padding-right: 0;
    margin-bottom: 1.375rem;
    text-align: center;
    width: auto;
  }
}

.share-author figure img {
  border-radius: 50%;
  width: 120px;
}

.share-author .text {
  display: table-cell;
  vertical-align: middle;
  width: 62.5%;
  padding-right: 2.5%;
}

@media screen and (max-width:767px) {
  .share-author .text {
    display: block;
    padding-right: 0;
    text-align: center;
    width: auto;
  }
}

.share-author .text p {
  margin: 0;
}

.share-author .text p .name {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: baseline;
}

@media screen and (max-width:1199px) {
  .share-author .text p .name {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:767px) {
  .share-author .text p .name {
    display: block;
    margin-right: 0;
    margin-bottom: .375rem;
  }
}

.share-author .text p .position {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  display: inline-block;
  vertical-align: baseline;
}

@media screen and (max-width:1599px) {
  .share-author .text p .position {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .share-author .text p .position {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.share-author .text .title {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin-bottom: .1375rem;
  margin-top: 0;
}

@media screen and (max-width:1599px) {
  .share-author .text .title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .share-author .text .title {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.share-author .text .email {
  margin-top: 1.2rem;
  display: inline-block;
}

.share-author .share {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 105px;
  font-size: 0;
}

@media screen and (max-width:767px) {
  .share-author .text .email {
    margin-top: 1.25rem;
  }

  .share-author .share {
    display: block;
    margin-left: 0;
    margin-top: 1.375rem;
    padding-left: 0;
    text-align: center;
    width: auto;
  }
}

.share-author .share a {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-size: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem;
}

.share-author .share a.print-page {
  margin-right: 1rem;
}

.share-author .share a:before {
  font-size: 1.15rem;
}

.share-author .share a.icon-print {
  border: 1px solid transparent;
}

.share-author .share a.icon-print:before {
  content: "\e80f";
}

.share-author .share a.icon-print:hover {
  background-color: #9f9f9f;
}

.no-js .share-author .share a.icon-print {
  display: none;
}

.sharing {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 10;
}

.sharing .icon {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 5px 0;
  font-size: 0;
  width: 40px;
  vertical-align: middle;
}

.sharing .icon:before {
  display: inline-block;
  font-size: 1.15rem;
  text-align: center;
  width: 38px;
}

.sharing .icon:active,
.sharing .icon:hover {
  background-color: #9f9f9f;
  color: #000;
}

.white .sharing .icon,
.white.mixed .shopfinder-layer .shopfinder .headline,
.white.mixed .shopfinder-layer .shopfinder .subline {
  color: #fff;
}

.white .sharing .icon {
  background-color: #000;
}

.white .sharing .icon:active,
.white .sharing .icon:hover {
  background-color: #777;
  color: #fff;
}

.sharing .icon.icon-share {
  border: 1px solid transparent;
  display: inline-block;
  z-index: 1;
  margin: 0;
}

.sharing .icon.icon-share:before {
  content: "\e810";
}

.sharing .icon.icon-facebook:before {
  content: "\e80c";
}

.sharing .icon.icon-twitter:before {
  content: "\e80d";
}

.sharing .icon.icon-pinterest:before {
  content: "\e80b";
}

.sharing .icon.icon-instagram:before {
  content: "\e901";
}

.sharing .icon.icon-mail:before {
  content: "\e902";
}

.sharing .icon.icon-google-plus:before {
  content: "\e900";
}

.sharing .share-icons {
  bottom: -5px;
  left: -5px;
  border-radius: 50px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 50px;
  position: absolute;
  transition: all .7s ease-in-out;
  width: 50px;
  z-index: -1;
}

.sharing.open .share-icons {
  background: rgba(255,255,255,.3);
  opacity: 1;
  max-height: 500px;
}

.white .sharing.open .share-icons {
  background: rgba(0,0,0,.3);
}

.sharing.open .icon {
  margin: 5px 0;
}

.sharing.open .icon.icon-share {
  background-color: #9f9f9f;
  margin: 0;
}

.shopfinder .headline,
.shopfinder .subline {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white .sharing.open .icon.icon-share {
  background-color: #777;
}

.shopfinder.loading {
  clear: both;
  position: relative;
  height: auto;
  overflow: hidden;
  width: inherit;
}

.shopfinder.loading:before {
  background: url(../img/layout/ajax-loader.gif) center center no-repeat rgba(0,0,0,.6);
  border-radius: 50%;
  content: "";
  height: 160px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 160px;
  z-index: 150;
}

.shopfinder.loading:after {
  background-color: rgba(0,0,0,.6);
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.shopfinder .headline {
  width: 83.33333333%;
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
}

@media screen and (min-width:1600px) {
  .shopfinder .headline {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder .headline {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder .headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder .headline {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .shopfinder .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder .headline {
    width: 100%;
  }
}

.shopfinder .subline {
  width: 83.33333333%;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin-bottom: 1.75rem;
}

@media screen and (min-width:1600px) {
  .shopfinder .subline {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder .subline {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder .subline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder .subline {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .subline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder .subline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1599px) {
  .shopfinder .subline {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder .subline {
    font-size: 1rem;
    line-height: 1.3125rem;
    width: 100%;
  }
}

.shopfinder .form-wrapper {
  display: block;
  float: left;
  width: 41.66666667%;
  margin-left: 8.33333333%;
  margin-bottom: 2.75rem;
}

@media screen and (min-width:1600px) {
  .shopfinder .form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder .form-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder .form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder .form-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .form-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder .form-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1599px) {
  .shopfinder .form-wrapper {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  .shopfinder .form-wrapper {
    width: 100%;
    margin-bottom: 1.6875rem;
  }
}

.shopfinder .result {
  float: left;
  width: 33.33333333%;
  color: #9f9f9f;
  display: none;
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  padding-top: 1.25rem;
  text-align: right;
}

@media screen and (min-width:1600px) {
  .shopfinder .result {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder .result {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder .result {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder .result {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .result {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder .result {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .shopfinder .result {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder .form-wrapper {
    margin-left: 0;
  }

  .shopfinder .result {
    float: right;
  }
}

@media screen and (max-width:767px) {
  .shopfinder .result {
    width: 100%;
    margin-bottom: 1.6875rem;
    padding-top: 0;
    text-align: left;
  }

  .shopfinder .resultlist .resultitem .text {
    min-width: 300px;
  }
}

.shopfinder .map-wrapper,
.shopfinder .resultlist {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.75rem;
}

.shopfinder form {
  border-bottom: 2px solid #9f9f9f;
  padding-right: 35px;
  position: relative;
}

.shopfinder input[type=text] {
  background-color: transparent!important;
  border: 0;
  box-shadow: none;
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  outline: 0;
  width: 100%;
  padding: .5125rem 0;
}

@media screen and (max-width:1199px) {
  .shopfinder input[type=text] {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    padding-bottom: .60625rem;
    padding-top: .60625rem;
  }
}

.shopfinder button {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  bottom: 10px;
  color: #fff;
  font-size: 0;
  outline: 0;
  padding: 0 .3125rem;
  position: absolute;
  right: 0;
  transition: color .4s ease-out;
}

.shopfinder button:before {
  content: "\e802";
  font-size: 1.25rem;
}

.shopfinder button:active,
.shopfinder button:hover {
  color: #9f9f9f;
}

.shopfinder .map-wrapper {
  width: 83.33333333%;
  clear: both;
}

@media screen and (min-width:1600px) {
  .shopfinder .map-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder .map-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder .map-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder .map-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .map-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder .map-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .shopfinder .map-wrapper {
    width: 100%;
  }
}

.shopfinder .map {
  position: relative;
  background-color: #000!important;
}

.shopfinder .map:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.shopfinder .map>* {
  position: absolute;
}

.shopfinder .map .gm-style-cc>div,
.shopfinder .map .gmnoscreen>div {
  background-color: #000;
  color: #fff;
}

.shopfinder .resultlist {
  width: 83.33333333%;
}

@media screen and (min-width:1600px) {
  .shopfinder .resultlist {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder .resultlist {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder .resultlist {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder .resultlist {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder .resultlist {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder .resultlist {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .shopfinder .resultlist {
    width: 100%;
  }
}

.shopfinder .resultlist .resultitem {
  border-bottom: 1px solid rgba(119,119,119,.5);
  display: table;
  position: relative;
  padding: 1.6875rem 0;
  width: 100%;
}

.shopfinder .resultlist .resultitem:first-child {
  border-top: 1px solid rgba(119,119,119,.5);
}

.shopfinder .resultlist .resultitem img {
  left: 0;
  position: absolute;
  top: 1.6875rem;
  width: 40px;
}

@media screen and (max-width:479px) {
  .shopfinder .resultlist .resultitem {
    display: block;
  }

  .shopfinder .resultlist .resultitem:after,
  .shopfinder .resultlist .resultitem:before {
    content: " ";
    display: table;
  }

  .shopfinder .resultlist .resultitem:after {
    clear: both;
  }

  .shopfinder .resultlist .resultitem img {
    left: auto;
    right: 0;
    top: 1.6875rem;
  }
}

.shopfinder .resultlist .resultitem .text {
  display: table-cell;
  padding-left: 67px;
  vertical-align: top;
}

.shopfinder .resultlist .resultitem .text:after,
.shopfinder .resultlist .resultitem .text:before {
  content: " ";
  display: table;
}

.shopfinder .resultlist .resultitem .text:after {
  clear: both;
}

@media screen and (max-width:479px) {
  .shopfinder .resultlist .resultitem .text {
    display: block;
    padding-left: 0;
    padding-right: 95px;
    min-width: 0;
  }
}

.shopfinder .resultlist .resultitem .text h3,
.shopfinder .resultlist .resultitem .text h4 {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  margin: 0 0 .25rem;
}

@media screen and (max-width:1199px) {
  .shopfinder .resultlist .resultitem .text h3,
  .shopfinder .resultlist .resultitem .text h4 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder .resultlist .resultitem .text h3,
  .shopfinder .resultlist .resultitem .text h4 {
    margin-bottom: .5625rem;
  }
}

.shopfinder .resultlist .resultitem .text p {
  clear: both;
  display: block;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin: 0 0 -2px;
}

@media screen and (max-width:1599px) {
  .shopfinder .resultlist .resultitem .text p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: .375rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder .resultlist .resultitem .text p {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: .625rem;
  }
}

.shopfinder .resultlist .resultitem .text .phone {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  text-decoration: none;
}

@media screen and (max-width:1599px) {
  .shopfinder .resultlist .resultitem .text .phone {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.shopfinder .resultlist .resultitem .info {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  width: 230px;
}

@media screen and (max-width:991px) {
  .shopfinder .resultlist .resultitem .text .phone {
    font-size: 1rem;
    line-height: 1.3125rem;
  }

  .shopfinder .resultlist .resultitem .info {
    width: 180px;
  }
}

@media screen and (max-width:767px) {
  .shopfinder .resultlist .resultitem .info {
    display: none;
  }
}

.shopfinder .resultlist .resultitem .info .partnerlabel {
  left: 0;
  position: absolute;
  top: 0;
}

.shopfinder .resultlist .resultitem .partnerlabel {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  padding: .375rem .625rem;
  white-space: nowrap;
}

@media screen and (max-width:1599px) {
  .shopfinder .resultlist .resultitem .partnerlabel {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.shopfinder .resultlist .resultitem .text .partnerlabel {
  clear: left;
  display: none;
  float: left;
  margin-top: .625rem;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .shopfinder .resultlist .resultitem .text .partnerlabel {
    display: block;
  }
}

.shopfinder .resultlist .resultitem .text .website {
  clear: left;
  display: none;
  float: left;
  margin-top: 1rem;
}

@media screen and (max-width:767px) {
  .shopfinder .resultlist .resultitem .text .website {
    display: block;
  }
}

.shopfinder .resultlist .resultitem .additional {
  display: table-cell;
  position: relative;
  text-align: right;
  width: 180px;
}

@media screen and (max-width:479px) {
  .shopfinder .resultlist .resultitem .partnerlabel {
    font-size: .875rem;
    line-height: 1rem;
  }

  .shopfinder .resultlist .resultitem .additional {
    bottom: 1.6875rem;
    display: block;
    margin-top: 1.6875rem;
    position: absolute;
    right: 0;
    width: auto;
  }
}

.shopfinder .resultlist .resultitem .distance {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  color: #9f9f9f;
  margin: 0 0 1.6875rem;
}

.shopfinder .resultlist .resultitem .routing-link,
.shopfinder .resultlist .resultitem .routing-page {
  bottom: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

@media screen and (max-width:479px) {
  .shopfinder .resultlist .resultitem .distance {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: auto;
  }

  .shopfinder .resultlist .resultitem .routing-link,
  .shopfinder .resultlist .resultitem .routing-page {
    position: relative;
  }
}

.shopfinder .load-more {
  margin-left: 8.33333333%;
  display: none;
}

.shopfinder .load-more.shown {
  display: inline-block;
}

@media screen and (max-width:1199px) {
  .shopfinder .resultlist .resultitem .distance {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }

  .shopfinder .load-more {
    margin-left: 0;
  }
}

.shopfinder .dealer-page {
  display: none;
}

.shopfinder .dealer-page.shown {
  display: inline-block;
}

.shopfinder #routing-layer {
  background-color: #000;
  border: 1px solid rgba(119,119,119,.5);
  display: none;
  left: 50%;
  padding: 2.75rem 7.1875rem;
  position: absolute;
  top: 180px;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 90%;
  z-index: 110;
}

.shopfinder #routing-layer>:after,
.shopfinder #routing-layer>:before {
  content: " ";
  display: table;
}

.shopfinder #routing-layer>:after {
  clear: both;
}

@media screen and (min-width:1600px) {
  .shopfinder #routing-layer>* {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder #routing-layer>* {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder #routing-layer>* {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder #routing-layer>* {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .shopfinder #routing-layer>* {
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media screen and (max-width:991px) {
  .shopfinder #routing-layer {
    padding: 1.6875rem 2.75rem;
  }
}

.shopfinder #routing-layer .routing-input {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 2.75rem;
}

@media screen and (min-width:1600px) {
  .shopfinder #routing-layer .routing-input {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder #routing-layer .routing-input {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder #routing-layer .routing-input {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder #routing-layer .routing-input {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder #routing-layer>* {
    margin-left: -6px;
    margin-right: -6px;
  }

  .shopfinder #routing-layer .routing-input {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .routing-input {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .shopfinder #routing-layer .routing-input {
    width: 66.66666667%;
  }
}

.shopfinder #routing-layer .routing-map,
.shopfinder #routing-layer .routing-result {
  display: block;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {
  .shopfinder #routing-layer .routing-input {
    width: 100%;
    margin-bottom: 1.6875rem;
  }
}

.shopfinder #routing-layer .routing-input form {
  border-bottom: 0 none;
}

.shopfinder #routing-layer .routing-input input {
  border-bottom: 4px solid rgba(119,119,119,.3);
}

.shopfinder #routing-layer .routing-map {
  clear: both;
  height: 530px;
  margin-bottom: 4.4375rem;
}

@media screen and (min-width:1600px) {
  .shopfinder #routing-layer .routing-map {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder #routing-layer .routing-map {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder #routing-layer .routing-map {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder #routing-layer .routing-map {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder #routing-layer .routing-map {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .routing-map {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width:1600px) {
  .shopfinder #routing-layer .routing-result {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder #routing-layer .routing-result {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder #routing-layer .routing-result {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder #routing-layer .routing-result {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder #routing-layer .routing-result {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .routing-result {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.shopfinder #routing-layer .routing-result .routingitem {
  border-top: 1px solid rgba(119,119,119,.6);
  padding: 1.6875rem 0;
}

.shopfinder #routing-layer .routing-result .routingitem:after,
.shopfinder #routing-layer .routing-result .routingitem:before {
  content: " ";
  display: table;
}

.shopfinder #routing-layer .routing-result .routingitem:after {
  clear: both;
}

.shopfinder #routing-layer .routing-result .routingitem span {
  display: inline-block;
  float: left;
  text-align: left;
}

.shopfinder #routing-layer .routing-result .routingitem span.col-first {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  width: 20%;
}

@media screen and (max-width:1599px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-first {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-first {
    font-size: .875rem;
    line-height: 1rem;
  }
}

@media screen and (max-width:767px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-first {
    width: auto;
  }
}

.shopfinder #routing-layer .routing-result .routingitem span.col-middle {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  padding: 0 1rem;
  width: 60%;
}

@media screen and (max-width:1599px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-middle {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-middle {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:767px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-middle {
    clear: both;
    display: block;
    float: none;
    padding: 0;
    width: auto;
  }
}

.shopfinder #routing-layer .routing-result .routingitem span.col-last {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  float: right;
  text-align: right;
  width: 20%;
}

@media screen and (max-width:1599px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-last {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-last {
    font-size: .875rem;
    line-height: 1rem;
  }
}

@media screen and (max-width:767px) {
  .shopfinder #routing-layer .routing-result .routingitem span.col-last {
    float: left;
    padding-left: .375rem;
    width: auto;
  }

  .shopfinder #routing-layer .routing-result .routingitem span.col-last:before {
    content: "/ ";
  }
}

.shopfinder #routing-layer .routing-result .routingitem span b {
  font-weight: 400;
}

.shopfinder #routing-layer .routing-result .directionsPanel {
  color: #000;
  font-family: Futura,Helvetica,Arial,sans-serif;
  width: auto;
}

.shopfinder #routing-layer .routing-result .directionsPanel .bm_dirInstructionRowGroup {
  border-top: 1px solid rgba(119,119,119,.6);
  display: block;
  padding: 1rem 0 1rem 20%;
  position: relative;
}

.shopfinder #routing-layer .routing-result .directionsPanel .bm_dirInstructionRowGroup * {
  display: block;
}

.shopfinder #routing-layer .routing-result .directionsPanel .dirRouteEnd,
.shopfinder #routing-layer .routing-result .directionsPanel .dirRouteStart,
.shopfinder #routing-layer .routing-result .directionsPanel [aria-hidden=true],
.shopfinder #routing-layer .routing-result .directionsPanel>ul {
  display: none!important;
}

.shopfinder #routing-layer .routing-result .directionsPanel .dirInstructions {
  width: 100%;
}

.shopfinder #routing-layer .routing-result .directionsPanel .bm_dirLeftSpace {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  width: 10%;
}

@media screen and (max-width:1599px) {
  .shopfinder #routing-layer .routing-result .directionsPanel .bm_dirLeftSpace {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .routing-result .directionsPanel .bm_dirLeftSpace {
    font-size: .875rem;
    line-height: 1rem;
  }
}

.shopfinder #routing-layer .routing-result .directionsPanel .dirInstruction {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  padding: 0 1rem;
  width: 80%;
}

@media screen and (max-width:1599px) {
  .shopfinder #routing-layer .routing-result .directionsPanel .dirInstruction {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .shopfinder #routing-layer .routing-result .directionsPanel .dirInstruction {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.shopfinder #routing-layer .routing-result .directionsPanel .dirInstructionTravelDistance {
  left: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
}

.shopfinder #routing-layer .routing-result .directionsPanel .dirHint {
  font-size: 18px;
}

.shopfinder #routing-layer .routing-result .directionsPanel .dirLeg {
  border: 0;
}

.shopfinder #routing-layer .close-layer {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 5px;
  position: absolute;
  right: 2.75rem;
  text-decoration: none;
  top: 2.75rem;
}

.shopfinder #routing-layer .close-layer:before {
  content: "\e909";
  display: block;
  font-size: 1.3125rem;
}

.shopfinder #routing-layer .close-layer:active,
.shopfinder #routing-layer .close-layer:hover {
  color: #9f9f9f;
}

@media screen and (max-width:1199px) {
  .shopfinder #routing-layer .close-layer {
    right: 1.6875rem;
    top: 1.6875rem;
  }
}

.shopfinder #routing-layer a.print {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 2.75rem;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem;
  transition: background-color .5s,color .5s;
}

.shopfinder #routing-layer a.print:before {
  content: "\e80f";
  display: inline;
  font-size: 1.15rem;
}

.shopfinder #routing-layer a.print:active,
.shopfinder #routing-layer a.print:hover {
  background-color: #9f9f9f;
}

.no-js .shopfinder #routing-layer a.print {
  display: none;
}

.shopfinder-layer {
  display: none;
  left: 0;
  height: 90%;
  height: 90vh;
  padding-top: 6.5625rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 120;
}

.shopfinder-layer.loading {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
}

.shopfinder-layer.loading:before {
  background: url(../img/layout/ajax-loader.gif) center center no-repeat rgba(0,0,0,.6);
  border-radius: 50%;
  content: "";
  height: 160px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 160px;
  z-index: 150;
}

.shopfinder-layer .nano-content {
  margin-top: 6.5625rem;
}

@media screen and (max-width:1599px) {
  .shopfinder-layer {
    padding-top: 2.125rem;
  }

  .shopfinder-layer .nano-content {
    margin-top: 2.125rem;
  }
}

.shopfinder-layer .shopfinder {
  margin-bottom: 2.75rem;
}

@media screen and (max-width:991px) {
  .shopfinder-layer .shopfinder {
    margin-bottom: 1.6875rem;
  }
}

.shopfinder-inline .headline {
  margin-left: 0;
  margin-bottom: 2.75rem;
}

.shopfinder-inline .map-wrapper {
  display: block;
  float: left;
  width: 58.33333333%;
  clear: none;
}

@media screen and (min-width:1600px) {
  .shopfinder-inline .map-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder-inline .map-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder-inline .map-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder-inline .map-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder-inline .map-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder #routing-layer .close-layer {
    right: 1rem;
  }

  .shopfinder-inline .map-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .shopfinder-inline .map-wrapper {
    width: 50%;
  }
}

@media screen and (max-width:991px) {
  .shopfinder-inline .map-wrapper {
    width: 100%;
    float: none;
    margin: 0 0 2.75rem;
  }
}

.shopfinder-inline .map-wrapper .map {
  margin-right: 1.6875rem;
}

.shopfinder-inline .form-wrapper {
  width: 41.66666667%;
  margin-left: 0;
  float: right;
}

@media screen and (max-width:1199px) {
  .shopfinder-inline .form-wrapper {
    width: 50%;
  }
}

@media screen and (max-width:991px) {
  .shopfinder-inline .map-wrapper .map {
    margin-right: 0;
  }

  .shopfinder-inline .form-wrapper {
    width: 100%;
    float: none;
  }
}

.shopfinder-inline .resultlist {
  display: block;
  float: left;
  width: 41.66666667%;
}

@media screen and (min-width:1600px) {
  .shopfinder-inline .resultlist {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder-inline .resultlist {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder-inline .resultlist {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder-inline .resultlist {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder-inline .resultlist {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .shopfinder-inline .resultlist {
    width: 50%;
  }
}

@media screen and (max-width:991px) {
  .shopfinder-inline .resultlist {
    width: 100%;
    float: none;
  }
}

.shopfinder-inline .resultlist .resultitem {
  position: relative;
}

.shopfinder-inline .resultlist .resultitem img {
  top: 1.6875rem;
}

.shopfinder-inline .resultlist .resultitem .distance {
  margin-bottom: 1rem;
}

.shopfinder-inline .resultlist .resultitem .text .partnerlabel,
.shopfinder-inline .resultlist .resultitem .text .website {
  clear: left;
  display: inline-block;
  float: left;
}

.shopfinder-inline .resultlist .resultitem .text .partnerlabel {
  margin-top: 1.3125rem;
  margin-bottom: .6875rem;
}

@media screen and (max-width:1599px) {
  .shopfinder-inline .resultlist .resultitem .text .partnerlabel {
    margin-top: 1.0625rem;
  }
}

.shopfinder-inline .resultlist .resultitem .routing-page {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width:767px) {
  .shopfinder-inline .resultlist .resultitem .text .partnerlabel {
    margin-bottom: 0;
    margin-top: .625rem;
  }
}

@media screen and (max-width:479px) {
  .shopfinder-inline .resultlist {
    padding-left: 6px;
    padding-right: 6px;
  }

  .shopfinder-inline .resultlist .resultitem .additional .distance {
    margin-bottom: 1rem;
  }

  .shopfinder-inline .resultlist .resultitem .additional .routing-page {
    position: relative;
  }

  .shopfinder-inline .resultlist .resultitem .additional .partnerlabel {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

.shopfinder-inline .dealer-page {
  float: left;
  display: none;
  width: auto;
}

@media screen and (min-width:1600px) {
  .shopfinder-inline .dealer-page {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .shopfinder-inline .dealer-page {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .shopfinder-inline .dealer-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .shopfinder-inline .dealer-page {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .shopfinder-inline .dealer-page {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .shopfinder-inline .dealer-page {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.shopfinder-inline .dealer-page.shown {
  display: inline-block;
}

.pac-container {
  background-color: #000;
  border: 1px solid rgba(119,119,119,.5);
  box-sizing: content-box;
  box-shadow: none;
  margin-left: -.84375rem;
  padding: 1.6875rem 1.6875rem 0;
}

.pac-container .pac-item {
  border: 0;
  cursor: pointer;
  margin-bottom: 1.6875rem;
  padding: 0;
}

.pac-container .pac-item.pac-item-selected,
.pac-container .pac-item:hover {
  background-color: #777;
}

.pac-container .pac-item span {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  padding: 0;
  transition: color .4s ease-out;
}

@media screen and (max-width:1199px) {
  .pac-container .pac-item span {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

.pac-container .pac-item .pac-matched {
  font-weight: 100;
}

.pac-container .pac-item .pac-item-query:after {
  content: ', ';
}

.pac-container .pac-item:active,
.pac-container .pac-item:hover {
  background-color: transparent;
}

.pac-container .pac-item:active span,
.pac-container .pac-item:hover span {
  color: #fff;
}

.pac-container .pac-icon {
  display: none;
}

#autocomplete-box {
  position: absolute;
  top: 45px;
  width: 100%;
}

#autocomplete-box .as_container_search {
  background-color: #000;
  box-shadow: none;
  width: 100%;
}

#autocomplete-box .asOuterContainer {
  border: 1px solid rgba(119,119,119,.5);
  padding: 1.6875rem 1.6875rem 0;
}

.white #autocomplete-box .asOuterContainer,
.white .pac-container,
.white.mixed.layer-open #autocomplete-box .asOuterContainer {
  border-color: #d6d6d6;
}

#autocomplete-box .asOuterContainer ul {
  padding: 0;
}

#autocomplete-box .suggestLink {
  color: #fff;
  margin-bottom: 1.6875rem;
  padding: 0;
}

#autocomplete-box .suggestLink.selected {
  background-color: #777;
}

#autocomplete-box .suggestLink:active,
#autocomplete-box .suggestLink:hover {
  background-color: transparent;
}

#autocomplete-box .suggestLink p {
  display: inline;
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
}

#autocomplete-box .suggestLink p+p:before {
  content: ", ";
}

#autocomplete-box .as_img {
  display: none;
}

.white .shopfinder button,
.white .shopfinder input[type=text] {
  color: #000;
}

.white .shopfinder .result,
.white .shopfinder .resultlist .resultitem .distance,
.white .shopfinder button:active,
.white .shopfinder button:hover {
  color: #777;
}

.white .shopfinder .map {
  background-color: #fff!important;
}

.white .shopfinder .map .gm-style-cc>div,
.white .shopfinder .map .gmnoscreen>div {
  background-color: #fff;
}

.white .shopfinder .resultlist .resultitem .partnerlabel {
  background-color: #000;
  color: #fff;
}

.white .shopfinder-inline .resultlist .infobox .distance {
  color: #777;
}

.white #routing-layer {
  background-color: #fff;
}

.white #routing-layer .close-layer {
  color: #000;
}

.white #routing-layer .close-layer:active,
.white #routing-layer .close-layer:hover {
  color: #777;
}

.white #routing-layer button {
  color: #000;
}

.white #routing-layer button:active,
.white #routing-layer button:hover {
  color: #777;
}

.white #routing-layer a.print {
  background-color: #000;
  color: #fff;
}

.white #autocomplete-box .suggestLink,
.white .pac-container .pac-item span {
  color: #000;
}

.white #routing-layer a.print:active,
.white #routing-layer a.print:hover {
  background-color: #777;
}

.white .pac-container {
  background-color: #fff;
}

.white .pac-container .pac-item.pac-item-selected,
.white .pac-container .pac-item:hover {
  background-color: rgba(119,119,119,.5);
}

.white #autocomplete-box .as_container_search {
  background-color: #fff;
}

.white #autocomplete-box .suggestLink.selected,
.white #autocomplete-box .suggestLink:active,
.white #autocomplete-box .suggestLink:hover {
  background-color: rgba(119,119,119,.5);
}

.white.mixed.layer-open .shopfinder button,
.white.mixed.layer-open .shopfinder input[type=text] {
  color: #fff;
}

.white.mixed.layer-open .shopfinder .result,
.white.mixed.layer-open .shopfinder .resultlist .resultitem .distance,
.white.mixed.layer-open .shopfinder button:active,
.white.mixed.layer-open .shopfinder button:hover {
  color: #777;
}

.white.mixed.layer-open .shopfinder .map {
  background-color: #000!important;
}

.white.mixed.layer-open .shopfinder .map .gm-style-cc>div,
.white.mixed.layer-open .shopfinder .map .gmnoscreen>div {
  background-color: #000;
}

.white.mixed.layer-open .shopfinder .resultlist .resultitem .partnerlabel {
  background-color: #fff;
  color: #000;
}

.white.mixed.layer-open .shopfinder-inline .resultlist .infobox .distance {
  color: #777;
}

.white.mixed.layer-open #routing-layer {
  background-color: #000;
}

.white.mixed.layer-open #routing-layer .close-layer {
  color: #fff;
}

.white.mixed.layer-open #routing-layer .close-layer:active,
.white.mixed.layer-open #routing-layer .close-layer:hover {
  color: #777;
}

.white.mixed.layer-open #routing-layer button {
  color: #fff;
}

.white.mixed.layer-open #routing-layer button:active,
.white.mixed.layer-open #routing-layer button:hover {
  color: #777;
}

.white.mixed.layer-open #routing-layer a.print {
  background-color: #fff;
  color: #000;
}

.white.mixed.layer-open #routing-layer a.print:active,
.white.mixed.layer-open #routing-layer a.print:hover {
  background-color: #777;
}

.white.mixed.layer-open .pac-container {
  background-color: #000;
  border-color: #d6d6d6;
}

.white.mixed.layer-open .pac-container .pac-item.pac-item-selected,
.white.mixed.layer-open .pac-container .pac-item:hover {
  background-color: rgba(119,119,119,.5);
}

.white.mixed.layer-open .pac-container .pac-item span {
  color: #fff;
}

.white.mixed.layer-open #autocomplete-box .as_container_search {
  background-color: #fff;
}

.white.mixed.layer-open #autocomplete-box .suggestLink {
  color: #000;
}

.white.mixed.layer-open #autocomplete-box .suggestLink.selected,
.white.mixed.layer-open #autocomplete-box .suggestLink:active,
.white.mixed.layer-open #autocomplete-box .suggestLink:hover {
  background-color: rgba(119,119,119,.5);
}

.single-image-text {
  display: table;
}

.single-image-text .img {
  width: 50%;
  margin-left: 8.33333333%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media screen and (min-width:1600px) {
  .single-image-text .img {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .single-image-text .img {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .single-image-text .img {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .single-image-text .img {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .single-image-text .img {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .single-image-text .img {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.single-image-text .img figure {
  margin-right: 2.75rem;
}

@media screen and (max-width:1599px) {
  .single-image-text .img figure {
    margin-right: 1.6875rem;
  }
}

@media screen and (max-width:1199px) {
  #autocomplete-box .suggestLink p {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }

  .single-image-text .img {
    width: 58.33333333%;
    margin-left: 0;
  }

  .single-image-text .img figure {
    margin-right: 1rem;
  }
}

@media screen and (max-width:767px) {
  .single-image-text .img {
    width: 100%;
    display: block;
  }

  .single-image-text .img figure {
    margin-right: 0;
    margin-bottom: 4.4375rem;
  }
}

.single-image-text .img .bpg-wrapper {
  position: relative;
}

.single-image-text .img .bpg-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.single-image-text .img .bpg-wrapper>* {
  position: absolute;
}

.single-image-text .img .bpg-wrapper canvas,
.single-image-text .img .bpg-wrapper img {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.single-image-text .headline {
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
  z-index: 5;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .single-image-text .headline {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .single-image-text .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .single-image-text .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

.single-image-text .text {
  width: 33.33333333%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media screen and (min-width:1600px) {
  .single-image-text .text {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .single-image-text .text {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .single-image-text .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .single-image-text .text {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .single-image-text .text {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.single-image-text .text span.introtext p span.url a.button:before,
.single-image-text .text span.url a.button:before {
  display: block;
  content: '';
  margin-top: 2rem;
}

@media screen and (max-width:1199px) {
  .single-image-text .text {
    width: 41.66666667%;
  }
}

@media screen and (max-width:767px) {
  .single-image-text .text {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    display: block;
  }
}

@media screen and (max-width:479px) {
  .single-image-text .text {
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
    margin-left: 0;
  }
}

.single-image-text .text p {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
}

@media screen and (max-width:1599px) {
  .single-image-text .headline {
    margin-bottom: 3.4375rem;
  }

  .single-image-text .text span.introtext p span.url a.button:before,
  .single-image-text .text span.url a.button:before {
    margin-top: 2.4375rem;
  }

  .single-image-text .text p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .single-image-text .headline {
    margin-bottom: 2.125rem;
  }

  .single-image-text .text span.introtext p span.url a.button:before,
  .single-image-text .text span.url a.button:before {
    margin-top: 1.6875rem;
  }

  .single-image-text .text p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.single-image-text .text .button {
  margin-top: 2rem;
}

@media screen and (max-width:1599px) {
  .single-image-text .text .button {
    margin-top: 2.4375rem;
  }
}

@media screen and (max-width:991px) {
  .single-image-text .text .button {
    margin-top: 1.6875rem;
  }
}

.single-image-text.change-cols figure {
  margin-right: 0;
  margin-left: 2.75rem;
}

@media screen and (max-width:1599px) {
  .single-image-text.change-cols figure {
    line-height: 1.4rem;
    margin-left: 1.6875rem;
  }
}

@media screen and (max-width:1199px) {
  .single-image-text.change-cols figure {
    margin-left: 1rem;
  }
}

@media screen and (max-width:767px) {
  .single-image-text.change-cols figure {
    margin-left: 0;
  }

  .no-js .single-image-text.change-cols figure {
    margin-bottom: 0;
  }

  .no-js .single-image-text.change-cols .text {
    margin-bottom: 2.75rem;
  }

  .single-image-text.portrait-mode .img {
    width: 100%;
    display: block;
  }

  .single-image-text.portrait-mode .img figure {
    margin-right: 0;
    margin-bottom: 2.75rem;
  }

  .single-image-text.portrait-mode .img .bpg-wrapper {
    position: relative;
  }

  .single-image-text.portrait-mode .img .bpg-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 133.33333333%;
  }

  .single-image-text.portrait-mode .img .bpg-wrapper>* {
    position: absolute;
  }

  .single-image-text.portrait-mode .text {
    display: block;
  }

  .single-image-text.change-cols.portrait-mode .img figure {
    margin-right: 0;
    margin-left: 0;
  }

  .no-js .single-image-text.change-cols.portrait-mode .img figure {
    margin-bottom: 0;
  }
}

.sitemap a {
  display: inline-block;
  text-decoration: none;
  transition: color .4s;
}

.sitemap a:after {
  background-color: #9f9f9f;
  content: "";
  display: block;
  height: 1px;
  transition: background-color .4s;
  width: auto;
}

.sitemap a:active:after,
.sitemap a:hover:after {
  visibility: visible;
}

.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap div.col-2>ul>li a:after,
.sitemap div>ul ul li a:after {
  margin-top: .125rem;
}

.sitemap div {
  margin-bottom: 5.775rem;
}

.sitemap div:after,
.sitemap div:before {
  content: " ";
  display: table;
}

.sitemap div:after {
  clear: both;
}

@media screen and (max-width:1199px) {
  .sitemap div {
    margin-bottom: 6.075rem;
  }
}

.sitemap div.col-2 {
  float: left;
  width: 50%;
}

@media screen and (max-width:767px) {
  .sitemap div {
    margin-bottom: 2.4375rem;
  }

  .sitemap div.col-2 {
    float: none;
    width: auto;
  }
}

.sitemap div.col-2 .level-1 {
  display: block;
  float: left;
  width: 83.33333333%;
  margin-left: 16.66666667%;
}

@media screen and (min-width:1600px) {
  .sitemap div.col-2 .level-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .sitemap div.col-2 .level-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .sitemap div.col-2 .level-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .sitemap div.col-2 .level-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .sitemap div.col-2 .level-1 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .sitemap div.col-2 .level-1 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .sitemap div.col-2 .level-1 {
    margin-left: 0;
  }
}

.sitemap div.col-2>ul {
  display: block;
  float: left;
  width: 83.33333333%;
  margin-left: 16.66666667%;
}

@media screen and (min-width:1600px) {
  .sitemap div.col-2>ul {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .sitemap div.col-2>ul {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .sitemap div.col-2>ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .sitemap div.col-2>ul {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .sitemap div.col-2>ul {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .sitemap div.col-2>ul {
    margin-left: 0;
  }
}

.sitemap div.col-2>ul>li {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  float: none;
  margin-bottom: 1rem;
  width: auto;
}

@media screen and (max-width:1599px) {
  .sitemap div.col-2>ul>li {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .sitemap div.col-2>ul {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sitemap div.col-2>ul>li {
    font-size: .875rem;
    line-height: 1rem;
  }
}

.sitemap div.col-1 {
  width: auto;
}

.sitemap div.col-1 .level-1 {
  display: block;
  float: left;
  width: 83.33333333%;
  margin-left: 8.33333333%;
}

@media screen and (min-width:1600px) {
  .sitemap div.col-1 .level-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .sitemap div.col-1 .level-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .sitemap div.col-1 .level-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .sitemap div.col-1 .level-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .sitemap div.col-1 .level-1 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .sitemap div.col-1 .level-1 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.sitemap div.col-1>ul>li {
  display: block;
  float: left;
  width: 25%;
}

.sitemap div>ul ul:after,
.sitemap div>ul ul:before,
.sitemap div>ul:after,
.sitemap div>ul:before {
  content: " ";
  display: table;
}

@media screen and (min-width:1600px) {
  .sitemap div.col-1>ul>li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .sitemap div.col-1>ul>li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .sitemap div.col-1>ul>li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .sitemap div.col-1>ul>li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .sitemap div.col-1>ul>li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .sitemap div.col-1 .level-1 {
    margin-left: 0;
  }

  .sitemap div.col-1>ul>li {
    width: 33.33333333%;
  }
}

.sitemap div.col-1>ul>li:nth-child(3n+1) {
  margin-left: 8.33333333%;
  clear: left;
}

@media screen and (max-width:991px) {
  .sitemap div.col-1>ul>li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .sitemap div.col-2>ul>li {
    margin-bottom: 1.6875rem;
  }

  .sitemap div.col-2>ul>li:last-child {
    margin-bottom: 0;
  }

  .sitemap div.col-1>ul>li {
    float: none;
    width: auto;
  }

  .sitemap div.col-1>ul>li:nth-child(3n+1) {
    width: 100%;
  }
}

.sitemap div:nth-child(2n+1) {
  clear: left;
}

.sitemap div>ul ul:after,
.sitemap div>ul:after {
  clear: both;
}

.sitemap div .level-1 {
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 1.4375rem;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .sitemap div .level-1 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    margin-bottom: 1.6875rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .sitemap div .level-1 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .sitemap div .level-1 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:1199px) {
  .sitemap div .level-1 {
    margin-bottom: 1.9375rem;
  }
}

@media screen and (max-width:767px) {
  .sitemap div .level-1 {
    margin-bottom: 1.29375rem;
  }

  .sitemap div>ul ul {
    display: none;
  }
}

.sitemap div>ul ul li {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  margin-bottom: .625rem;
}

@media screen and (max-width:1599px) {
  .sitemap div>ul ul li {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .sitemap div.col-1>ul>li {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sitemap div>ul ul li {
    font-size: .875rem;
    line-height: 1rem;
  }
}

@media screen and (max-width:767px) {
  .sitemap div>ul ul li {
    margin-bottom: 1.6875rem;
  }
}

.sitemap div>ul .level-2 {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:1199px) {
  .sitemap div>ul .level-2 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 1.29375rem;
  }
}

.sitemap div>ul .level-2>a {
  display: inline-block;
}

.sitemap div>ul .level-2>a:before {
  content: "\e807";
  display: none;
  font-size: .875rem;
}

@media screen and (max-width:767px) {
  .sitemap div>ul .level-2 {
    border-top: 1px solid rgba(119,119,119,.3);
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin: 0;
  }

  .sitemap div>ul .level-2>a {
    display: block;
    padding: 1.6875rem 0;
  }

  .sitemap div>ul .level-2>a:before {
    display: block;
    float: right;
  }

  .sitemap div>ul .level-2>a:after {
    display: none;
  }

  .sitemap div>ul>li:last-child .level-2 {
    border-bottom: 1px solid rgba(119,119,119,.3);
  }

  .sitemap div>ul>li.open .level-2 {
    border-bottom: 0 none;
  }

  .sitemap div>ul>li.open .level-2>a:before {
    content: "\e808";
  }
}

.stage {
  background-color: #000;
  height: 100%;
  height: 100vh;
  margin: 0 0 11.625rem;
  opacity: 0;
  padding: 0;
  position: relative;
}

.stage-wrapper .text .headline,
.stage-wrapper .text .subline {
  font-weight: 100;
  letter-spacing: .3rem;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
}

.no-js .stage {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .stage {
    margin-bottom: 7.1875rem;
    opacity: 1;
  }

  .stage-wrapper .text {
    bottom: 4.4375rem;
  }
}

.stage.stage-align-left .stage-wrapper .video video,
.stage.stage-align-left .stage-wrapper figure img {
  left: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

@media screen and (min-aspect-ratio:16/10) {
  .stage.stage-align-left .stage-wrapper .video video,
  .stage.stage-align-left .stage-wrapper figure img {
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

.stage.stage-align-right .stage-wrapper .video video,
.stage.stage-align-right .stage-wrapper figure img {
  left: auto;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

@media screen and (min-aspect-ratio:16/10) {
  .stage.stage-align-right .stage-wrapper .video video,
  .stage.stage-align-right .stage-wrapper figure img {
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

.stage-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.stage-wrapper .text {
  display: block;
  float: left;
  width: 66.66666667%;
  bottom: 4.4375rem;
  margin: 0;
  position: absolute;
  right: 90px;
  text-align: right;
  z-index: 5;
}

@media screen and (min-width:1600px) {
  .stage-wrapper .text {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .stage-wrapper .text {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .stage-wrapper .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .stage-wrapper .text {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .stage-wrapper .text {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.stage-wrapper .text .headline {
  font-size: 2.625rem;
  line-height: 3.5rem;
  margin-bottom: .25rem;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .stage-wrapper .text .headline {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (max-width:1199px) {
  .stage-wrapper .text .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (max-width:479px) {
  .stage-wrapper .text {
    padding-left: 6px;
    padding-right: 6px;
  }

  .stage-wrapper .text .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:1599px) {
  .stage-wrapper .text {
    right: 8.3%;
  }

  .stage-wrapper .text .headline {
    margin-bottom: .625rem;
  }
}

.stage-wrapper .text .subline {
  font-size: 2.625rem;
  line-height: 3.5rem;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .stage-wrapper .text .subline {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (max-width:1199px) {
  .stage-wrapper .text .subline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (max-width:479px) {
  .stage-wrapper .text .subline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

.stage-wrapper .text .subline+.button {
  margin-top: 2.0625rem;
}

.white .stage-wrapper .text .button {
  color: #fff;
}

.switch-navigation .quicklinks ul li a.active,
.white .stage-wrapper .text .button:active,
.white .stage-wrapper .text .button:hover {
  color: #9f9f9f;
}

.stage-wrapper .video,
.stage-wrapper figure {
  position: relative;
  display: inline-block;
  height: calc(100vh - 89px);
  max-width: 100%;
  width: calc((100vh - 89px) * 16 / 9);
  z-index: 3;
}

@media screen and (max-width:767px) {
  .stage-wrapper .text .headline {
    margin-bottom: 0;
  }

  .stage-wrapper .text .subline+.button {
    margin-top: 1rem;
  }

  .stage-wrapper .video,
  .stage-wrapper figure {
    height: calc(100vh - 67px);
    width: calc((100vh - 67px) * 16 / 9);
  }
}

.stage-wrapper .video:after,
.stage-wrapper figure:after {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  height: 70%;
  left: -1%;
  position: absolute;
  width: 102%;
  z-index: 4;
}

.stage-wrapper .video .img,
.stage-wrapper figure .img {
  height: 100%;
}

.stage-wrapper .video img,
.stage-wrapper .video video,
.stage-wrapper figure img,
.stage-wrapper figure video {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto;
}

@media screen and (min-aspect-ratio:16/10) {
  .stage-wrapper .video img,
  .stage-wrapper figure img {
    min-width: auto;
  }
}

.stage.slider {
  width: calc((100vh - 89px) * 16 / 9);
  margin: 0 auto 11.625rem;
  max-width: 100%;
  opacity: 0;
}

.stage.slider figure {
  width: 100%;
}

.stage .slick-slider {
  max-width: 100%;
  width: calc(177.77777778vh);
}

#header+.stage .slick-slider {
  height: calc(100vh - 89px);
}

@media screen and (max-width:767px) {
  .stage.slider {
    opacity: 1;
  }

  #header+.stage .slick-slider {
    height: calc(100vh - 67px);
  }
}

.stage .slick-slider figure:first-of-type {
  display: block;
}

.stage .slick-slider:before {
  display: none;
}

.stage .slick-slider .slick-list {
  height: 100%;
}

.stage .slick-slider .slick-track {
  transition-timing-function: ease-in-out!important;
  height: 100%;
}

.stage .slick-slider .slick-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.stage .slick-slider .slick-slide .img {
  position: relative;
  z-index: 1;
}

#header+.stage {
  height: calc(100vh - 89px);
  margin-top: 89px;
}

#header+.stage .stage-wrapper {
  width: 100%;
}

#header+.stage .stage-wrapper .slick-slide,
#header+.stage .video,
#header+.stage figure {
  width: calc((100vh - 89px) * 16 / 9);
}

@media screen and (max-width:767px) {
  #header+.stage {
    height: calc(100vh - 67px);
    margin-top: 67px;
  }

  #header+.stage .video,
  #header+.stage figure {
    width: calc((100vh - 67px) * 16 / 9);
  }
}

#header+.stage.slider {
  margin: 89px auto 11.625rem;
}

@media screen and (max-width:767px) {
  #header+.stage.slider {
    margin: 67px auto 7.1875rem;
  }
}

.standard-text p {
  display: block;
  width: 66.66666667%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin-bottom: 2.35625rem;
}

@media screen and (min-width:1600px) {
  .standard-text p {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .standard-text p {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .standard-text p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .standard-text p {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .standard-text p {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1599px) {
  .standard-text p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 2.4125rem;
  }
}

@media screen and (max-width:991px) {
  .standard-text p {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: 2.45rem;
    width: 83.33333333%;
  }
}

.standard-text .headline {
  font-size: 4.25rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 5.625rem;
  text-transform: uppercase;
  margin-bottom: 3.1625rem;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .standard-text .headline {
    font-size: 3.5rem;
    line-height: 4.25rem;
    margin-bottom: 3.3875rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .standard-text .headline {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width:991px) {
  .standard-text .headline {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (max-width:479px) {
  .standard-text p {
    padding-left: 6px;
    padding-right: 6px;
  }

  .standard-text .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .standard-text .headline {
    margin-bottom: 3.65rem;
  }
}

@media screen and (max-width:991px) {
  .standard-text .headline {
    margin-bottom: 2.1125rem;
  }
}

.standard-text .title {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
}

@media screen and (max-width:1199px) {
  .standard-text .title {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

.standard-text .linkbutton {
  display: inline-block;
}

.switch-navigation {
  margin-bottom: 2.75rem;
}

.switch-navigation+.journal-overview {
  margin-top: 4.4375rem;
}

.switch-navigation .quicklinks {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:1600px) {
  .switch-navigation .quicklinks {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .switch-navigation .quicklinks {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .switch-navigation .quicklinks {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .switch-navigation .quicklinks {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .switch-navigation .quicklinks {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .switch-navigation .quicklinks {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:991px) {
  .switch-navigation .quicklinks {
    font-size: 1rem;
  }
}

@media screen and (max-width:767px) {
  .switch-navigation .quicklinks {
    display: none;
  }
}

.switch-navigation .quicklinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.switch-navigation .quicklinks ul li {
  display: inline-block;
  margin-bottom: .625rem;
  margin-right: 21px;
  padding-right: 26px;
  position: relative;
}

.switch-navigation .quicklinks ul li:last-child:after,
.switch-navigation .select-wrapper {
  display: none;
}

.switch-navigation .quicklinks ul li:after {
  background-color: #9f9f9f;
  content: "";
  height: 20px;
  right: 0;
  position: absolute;
  top: 3px;
  width: 1px;
}

.switch-navigation .quicklinks ul li a {
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .switch-navigation .select-wrapper {
    display: block;
  }

  .teaserslider .img {
    background-color: #000;
    overflow: hidden;
  }

  .teaserslider .img img {
    -webkit-transform: translate(20%,0);
    -ms-transform: translate(20%,0);
    transform: translate(20%,0);
  }
}

.switch-navigation .select-wrapper select {
  display: none;
}

.switch-navigation .select-wrapper .dropdown {
  border: 1px solid transparent;
  border-bottom: 0 none;
  position: relative;
}

.switch-navigation .select-wrapper .dropdown>a {
  border-bottom: 1px solid #fff;
  display: block;
  cursor: pointer;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  line-height: normal;
  padding: .625rem 0;
  text-decoration: none;
}

@media screen and (max-width:1599px) {
  .switch-navigation .select-wrapper .dropdown>a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .switch-navigation .select-wrapper .dropdown>a {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.switch-navigation .select-wrapper .dropdown>a:after {
  content: "\e807";
  color: #9f9f9f;
  font-size: .875rem;
  float: right;
  top: 2px;
}

.switch-navigation .select-wrapper .dropdown ul {
  background-color: #000;
  border-left: 1px solid rgba(119,119,119,.5);
  border-right: 1px solid rgba(119,119,119,.5);
  border-bottom: 1px solid rgba(119,119,119,.5);
  display: none;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 1.75rem 0 0;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 10;
}

.switch-navigation .select-wrapper .dropdown ul li {
  margin-bottom: 1.6875rem;
}

.switch-navigation .select-wrapper .dropdown ul a {
  display: block;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  cursor: pointer;
  padding: 0 1rem;
  text-decoration: none;
}

@media screen and (max-width:1599px) {
  .switch-navigation .select-wrapper .dropdown ul a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .switch-navigation .select-wrapper .dropdown ul a {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.switch-navigation .select-wrapper .dropdown.dropit-open {
  border-color: rgba(119,119,119,.5);
  margin: 0 -1rem;
  padding: 0 1rem;
}

.switch-navigation .select-wrapper .dropdown.dropit-open>a {
  color: #fff;
  border-bottom-color: transparent;
}

.switch-navigation .select-wrapper .dropdown.dropit-open>a:after {
  content: "\e808";
}

.teaserslider .headline {
  display: block;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 1.9625rem;
}

@media screen and (min-width:1600px) {
  .teaserslider .headline {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .teaserslider .headline {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .teaserslider .headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .teaserslider .headline {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .teaserslider .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:479px) {
  .teaserslider .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .teaserslider .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .teaserslider .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:1599px) {
  .teaserslider .headline {
    margin-bottom: 2.1125rem;
  }
}

.teaserslider figure {
  position: relative;
}

.teaserslider .slick-active figcaption {
  z-index: 30;
}

.teaserslider figcaption {
  display: block;
  float: left;
  width: 40%;
  margin-left: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  text-align: left;
}

.teaser .tile,
.teaser .tile a {
  position: relative;
  display: block;
}

@media screen and (min-width:1600px) {
  .teaserslider figcaption {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .teaserslider figcaption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .teaserslider figcaption {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .teaserslider figcaption {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .teaserslider figcaption {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.teaserslider figcaption>* {
  margin-right: 2.75rem;
}

@media screen and (max-width:1199px) {
  .teaserslider figcaption>* {
    margin-right: 1.6875rem;
  }
}

@media screen and (max-width:767px) {
  .teaserslider figcaption>* {
    margin-right: 0;
  }

  .teaserslider figcaption {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    margin-top: 3.75rem;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width:479px) {
  .teaserslider figcaption {
    margin-left: 0;
    padding: 0;
    width: auto;
  }
}

.teaserslider figcaption p {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin-bottom: 0;
}

@media screen and (max-width:1599px) {
  .teaserslider figcaption p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .teaserslider figcaption p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.teaserslider figcaption .title {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  margin-bottom: 2.2625rem;
}

@media screen and (max-width:1199px) {
  .teaserslider figcaption .title {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 2.35625rem;
  }
}

@media screen and (max-width:767px) {
  .teaserslider figcaption p {
    color: #423d34;
  }

  .teaserslider figcaption .title {
    color: #000;
    margin-bottom: 1.29375rem;
  }
}

.teaserslider figcaption .button {
  margin-top: 1.29375rem;
}

.white .teaserslider figcaption .button {
  color: #fff;
}

.white .teaserslider figcaption .button:active,
.white .teaserslider figcaption .button:hover {
  color: #9f9f9f;
}

.white .teaserslider figcaption .button:after {
  background-color: #9f9f9f;
}

.teaser .tile {
  float: left;
  width: 41.66666667%;
}

@media screen and (min-width:1600px) {
  .teaser .tile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .teaser .tile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .teaser .tile {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .teaser .tile {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .teaser .tile {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.teaser .tile:first-child {
  margin-left: 8.33333333%;
}

@media screen and (max-width:1599px) {
  .teaser .tile {
    width: 50%;
  }

  .teaser .tile:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .white .teaserslider figcaption .button {
    color: #000;
  }

  .white .teaserslider figcaption .button:active,
  .white .teaserslider figcaption .button:hover {
    color: #777;
  }

  .white .teaserslider figcaption .button:after {
    background-color: #777;
  }

  .teaser .tile {
    width: 100%;
    margin-bottom: 1.6875rem;
  }
}

.teaser .tile a {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.teaser .tile a:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.teaser .tile a>* {
  position: absolute;
}

.videomodule,
.videomodule figure {
  position: relative;
}

.teaser .tile a:active,
.teaser .tile a:active .linklabel,
.teaser .tile a:hover,
.teaser .tile a:hover .linklabel {
  color: #9f9f9f;
}

.teaser .tile a>div {
  bottom: 2.75rem;
  left: 2.75rem;
  right: 2.75rem;
}

@media screen and (max-width:1199px) {
  .teaser .tile a>div {
    bottom: 1.6875rem;
    left: 1.6875rem;
    right: 1.6875rem;
  }
}

@media screen and (max-width:479px) {
  .teaser .tile {
    padding-left: 6px;
    padding-right: 6px;
  }

  .teaser .tile a>div {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
}

.teaser .tile .section-header {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 1.3125rem;
  left: 0;
  margin: 0;
  padding: 2.75rem 0 0 2.75rem;
  top: 0;
}

@media screen and (max-width:1599px) {
  .teaser .tile .section-header {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width:479px) {
  .teaser .tile .section-header {
    font-size: .875rem;
    line-height: 1rem;
    display: none;
  }
}

.teaser .tile .headline {
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .teaser .tile .headline {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .teaser .tile .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .teaser .tile .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:1199px) {
  .teaser .tile .section-header {
    padding: 1.6875rem 0 0 1.6875rem;
  }

  .teaser .tile .headline {
    margin-bottom: .4375rem;
  }
}

@media screen and (max-width:479px) {
  .teaser .tile .headline {
    margin-bottom: .25rem;
  }
}

.teaser .tile .linktitle {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin: 0 0 2.5rem;
}

@media screen and (max-width:1599px) {
  .teaser .tile .linktitle {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .teaser .tile-white {
    margin-right: 0;
  }
}

@media screen and (max-width:991px) {
  .teaser .tile .linktitle {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

@media screen and (max-width:1199px) {
  .teaser .tile .linktitle {
    margin-bottom: 1.375rem;
  }
}

@media screen and (max-width:479px) {
  .teaser .tile .linktitle {
    margin-bottom: .5rem;
  }
}

.teaser .tile .linklabel {
  margin: 0;
}

.white .teaser .tile .linklabel {
  color: #fff;
}

.teaser .tile-white a {
  background-color: #fff;
  color: #000;
}

.teaser .tile-white a .linklabel,
.white .teaser .tile-white a .linklabel {
  color: #000;
}

.teaser .tile-white a:active,
.teaser .tile-white a:active .linklabel,
.teaser .tile-white a:hover,
.teaser .tile-white a:hover .linklabel {
  color: #777;
}

.textmodule .headline {
  margin: 0 0 3.65rem 8.33333333%;
  font-size: 2.625rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 50%;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .textmodule .headline {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:480px) and (max-width:767px) {
  .textmodule .headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (max-width:479px) {
  .textmodule .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}

@media screen and (min-width:1600px) {
  .textmodule .headline {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .textmodule .headline {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .textmodule .headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .textmodule .headline {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .textmodule .headline {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:1199px) {
  .textmodule .headline {
    margin-bottom: 2.2625rem;
  }
}

@media screen and (max-width:991px) {
  .textmodule .headline {
    width: 66.66666667%;
    margin-left: 0;
    margin-bottom: 2.1125rem;
  }
}

@media screen and (max-width:767px) {
  .textmodule .headline {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width:479px) {
  .textmodule .headline {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0;
    width: 100%;
  }
}

.textmodule .side-col {
  display: block;
  width: 16.66666667%;
  margin-right: 8.33333333%;
  float: right;
}

@media screen and (min-width:1600px) {
  .textmodule .side-col {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .textmodule .side-col {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .textmodule .side-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .textmodule .side-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .textmodule .side-col {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:767px) {
  .textmodule .side-col {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    float: left;
    display: none;
  }
}

@media screen and (max-width:479px) {
  .textmodule .side-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0;
    width: 100%;
  }
}

.textmodule .side-col p {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  color: #9f9f9f;
}

@media screen and (max-width:1599px) {
  .textmodule .side-col p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .textmodule .side-col {
    margin-right: 0;
  }

  .textmodule .side-col p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.textmodule .side-col p a {
  color: #9f9f9f;
}

.textmodule .side-col p a:active,
.textmodule .side-col p a:hover {
  color: #fff;
}

.textmodule .main-col {
  clear: left;
  display: block;
  float: left;
  width: 58.33333333%;
  margin-left: 8.33333333%;
}

@media screen and (min-width:1600px) {
  .textmodule .main-col {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .textmodule .main-col {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .textmodule .main-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .textmodule .main-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .textmodule .main-col {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.textmodule .main-col span.uppercase {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
  margin-bottom: 1.29375rem;
  margin-top: 2.35625rem;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width:1199px) {
  .textmodule .main-col span.uppercase {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }

  .textmodule .main-col {
    width: 58.33333333%;
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width:1599px) {
  .textmodule .main-col span.uppercase {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:991px) {
  .textmodule .main-col span.uppercase {
    font-size: 1rem;
    line-height: 1.3125rem;
  }

  .textmodule .main-col {
    width: 75%;
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .textmodule .main-col {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width:479px) {
  .textmodule .main-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0;
    width: 100%;
  }
}

.textmodule .main-col p {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 2.125rem;
}

@media screen and (max-width:1599px) {
  .textmodule .main-col p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.textmodule.change-cols .headline {
  margin-left: 0;
  margin-right: 16.66666667%;
  float: right;
}

@media screen and (max-width:767px) {
  .textmodule.change-cols .headline {
    float: left;
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width:479px) {
  .textmodule.change-cols .headline {
    margin-left: 0;
  }
}

.textmodule.change-cols .side-col {
  margin-left: 8.33333333%;
  float: left;
  text-align: right;
}

@media screen and (max-width:1199px) {
  .textmodule.change-cols .side-col {
    margin-left: 8.33333333%;
  }

  .textmodule.change-cols .main-col {
    margin-right: 8.33333333%;
  }
}

@media screen and (max-width:991px) {
  .textmodule .main-col p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }

  .textmodule.change-cols .headline {
    margin-right: 8.33333333%;
  }

  .textmodule.change-cols .side-col {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .textmodule.change-cols .side-col {
    margin-left: 8.33333333%;
    text-align: left;
  }
}

@media screen and (max-width:479px) {
  .textmodule.change-cols .side-col {
    margin-left: 0;
  }
}

.textmodule.change-cols .main-col {
  margin-left: 0;
  margin-right: 8.33333333%;
  float: right;
}

@media screen and (max-width:991px) {
  .textmodule.change-cols .main-col {
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .textmodule.change-cols .main-col {
    float: left;
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width:479px) {
  .textmodule.change-cols .main-col {
    margin-left: 0;
  }
}

.textmodule.single-col .headline {
  width: 66.66666667%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {
  .textmodule.single-col .headline {
    width: 83.33333333%;
  }
}

@media screen and (max-width:479px) {
  .textmodule.single-col .headline {
    width: 100%;
  }
}

.textmodule.single-col .main-col {
  width: 66.66666667%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:991px) {
  .textmodule.single-col .main-col {
    width: 66.66666667%;
  }
}

@media screen and (max-width:767px) {
  .textmodule.single-col .main-col {
    width: 83.33333333%;
  }
}

@media screen and (max-width:479px) {
  .textmodule.single-col .main-col {
    width: 100%;
  }
}

.pressdetail .textmodule.single-col .headline {
  font-size: 1.625rem;
  font-weight: 100;
  line-height: 2.125rem;
  margin-bottom: 2.2625rem;
}

@media screen and (max-width:1199px) {
  .pressdetail .textmodule.single-col .headline {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 2.35625rem;
  }
}

.white .textmodule .headline,
.white .textmodule .main-col p,
.white .textmodule .main-col p i,
.white .textmodule .main-col p strong {
  color: #000;
}

.white .textmodule .side-col p,
.white .textmodule .side-col p a {
  color: #777;
}

.white .textmodule .side-col p a:active,
.white .textmodule .side-col p a:hover {
  color: #000;
}

.videomodule {
  display: block;
  margin-bottom: 11.625rem;
}

.videomodule a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.videomodule figure:after {
  background-color: rgba(0,0,0,.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.videomodule .mi-player figure:after {
  display: none;
}

.videomodule figcaption {
  font-size: 4.25rem;
  font-weight: 100;
  letter-spacing: .3rem;
  line-height: 5.625rem;
  text-transform: uppercase;
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 90%;
  z-index: 5;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .videomodule figcaption {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .videomodule figcaption {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width:991px) {
  .videomodule figcaption {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media screen and (max-width:479px) {
  .videomodule figcaption {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.videomodule figcaption:after {
  content: "\e809";
  background-color: rgba(0,0,0,.7);
  border-radius: 50%;
  display: block;
  font-size: 85px;
  font-weight: 700;
  height: 100px;
  letter-spacing: 0;
  line-height: 100px;
  margin-top: 3.025rem;
  margin-left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  text-align: center;
  width: 100px;
}

@media screen and (max-width:1599px) {
  .videomodule figcaption:after {
    font-size: 65px;
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
}

@media screen and (min-width:768px) {
  .js .videomodule figcaption.scroll-animate:after {
    -webkit-transform: translate(-50%,0) rotateY(0);
    transform: translate(-50%,0) rotateY(0);
  }
}

.videomodule .img:after {
  content: "\e809";
  display: none;
}

.videomodule .me-plugin,
.videomodule .video,
.videomodule video {
  display: block;
  margin: auto;
  max-width: 1600px;
  width: 100%;
}

.videomodule .video {
  padding-bottom: 56.25%;
  position: relative;
}

.videomodule .video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width:1199px) {
  .videomodule {
    margin-bottom: 7.1875rem;
  }
}

@media screen and (max-width:991px) {
  .videomodule figcaption:after {
    margin-top: .675rem;
  }
}

@media screen and (max-width:479px) {
  .videomodule figcaption {
    left: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    width: 100%;
  }

  .videomodule figcaption:after {
    display: none;
  }

  .videomodule .img {
    position: relative;
  }

  .videomodule .img:after {
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 65px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80px;
    z-index: 5;
  }

  .videomodule.empty .img:after {
    display: none;
  }
}

.videomodule.empty figcaption:after {
  display: none;
}

#header+.videomodule {
  margin-top: 89px;
}

@media screen and (max-width:767px) {
  #header+.videomodule {
    margin-top: 67px;
  }
}

@media print {
  .press-overview .press-slider .slick-slide figure,
  .product-overview .product,
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  *,
  :after,
  :before {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    opacity: 1!important;
    text-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  #header {
    position: relative;
  }

  #header .logo img {
    display: block;
  }

  #footer .footer-bottom .meta-links,
  #footer .footer-nav,
  #footer .footer-top .back-to-top,
  .external-linkbutton,
  .stage-wrapper .video .bottom-container .arrow-down,
  .stage-wrapper .video video,
  .stage-wrapper figure .bottom-container .arrow-down,
  .stage-wrapper figure video,
  .videomodule {
    display: none;
  }

  .stage,
  .stage-wrapper,
  .stage-wrapper .video,
  .stage-wrapper figure {
    height: auto;
    margin: 0 0 186px;
    position: static!important;
    width: 100%!important;
  }

  #header+.stage {
    height: auto;
  }

  .stage-wrapper .text {
    left: 0;
    margin: 0 auto 20px;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .stage-wrapper .video .img,
  .stage-wrapper figure .img {
    height: auto;
    margin: auto;
    width: 80%;
  }

  .stage-wrapper .video img,
  .stage-wrapper figure img {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
  }

  .journal-overview .tile-wrapper,
  .product-overview .product .text {
    height: auto!important;
  }

  .stage-wrapper .video .bottom-container,
  .stage-wrapper figure .bottom-container {
    position: relative;
  }

  .stage-wrapper .slick-track {
    width: 100%!important;
  }

  .imageslider,
  .teaserslider {
    display: none!important;
  }

  .contact-person .load-more,
  .contact-person .tile .linktitle,
  .form .icon-female input[type=radio]+span:after,
  .form .icon-male input[type=radio]+span:after,
  .more-articles .load-more,
  .more-articles .tile .linktitle,
  .product-collection .filter-pane .link,
  .product-overview .load-more,
  .product-overview .product-filter,
  .share-author .share {
    display: none;
  }

  .share-author>div {
    width: 80%;
  }

  .share-author .text {
    width: auto;
  }

  .form .row .col-2,
  .teaser .tile {
    margin-left: 0;
    width: 50%;
  }

  .contact-person .tile figcaption,
  .more-articles .tile figcaption {
    bottom: 0;
    position: relative;
  }

  .teaser .tile {
    margin-right: 0;
  }

  .teaser .tile .headline {
    position: static;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  .product-overview .product {
    width: 33.3333%;
  }

  .product-overview .product figure {
    position: relative;
  }

  .js .product-detail-features .accessories .pane,
  .product-collection .filter-pane,
  .product-detail-technology .filter-pane {
    display: block!important;
  }

  .product-detail-downloads .filter-pane .download .info,
  .product-detail-downloads .filter-pane .download a:after {
    display: none;
  }

  .references .tile {
    vertical-align: top;
  }

  .references .tile figcaption {
    bottom: 0;
    position: relative;
  }

  .shopfinder #routing-layer {
    border: 0;
    position: relative;
  }

  .gm-style img {
    max-width: none!important;
  }

  .journal-overview .tile {
    display: block!important;
    padding: 0 16px;
    position: static!important;
    opacity: 1!important;
    visibility: visible;
  }

  .journal-overview .tile:nth-child(3) {
    margin-top: 0;
  }

  .journal-overview .tile.tile-follow,
  .press-overview .yearslider .slick-slide {
    display: none;
  }

  .press-overview .yearslider .slick-slide.slick-current {
    display: block;
  }

  .press-overview .press-slider .slick-slide {
    display: none;
  }

  .press-overview .press-slider .slick-list {
    height: 100%!important;
  }

  .press-overview .press-slider .slick-track {
    width: 100%!important;
  }

  .press-overview .press-slider .slick-slide.slick-current {
    display: block;
    width: 100%!important;
  }

  .press-overview .press-slider .slick-slide .tile {
    page-break-inside: avoid;
    width: 50%;
  }

  .configurator .filter .filter-label {
    height: 150px!important;
  }

  .configurator .spritespin-stage img {
    display: none!important;
  }
}

/*# sourceMappingURL=style.min.css.map */