.ProductGroupRelated {
  position: relative;
}

.ProductGroupRelated-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.ProductGroupRelated-item {
  width: 262px;
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
}

.ProductGroupRelated-prevLink {
  position: absolute;
  left: 0;
  top: 0;
}

.ProductGroupRelated-nextLink {
  position: absolute;
  right: 0;
  top: 0;
}

.ProductGroupRelated-prevLink {
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  outline: none;
  fill: currentColor;
  width: 1em;
  margin-left: -1em;
  pointer-events: auto;
  background-color: transparent;
  transition: color 0.2s ease;
  position: absolute;
  top: 50%;
  right: 100%;
}
.ProductGroupRelated-nextLink {
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  fill: currentColor;
  width: 1em;
  margin-right: -1em;
  pointer-events: auto;
  background-color: transparent;
  margin-left: auto;
  transition: color 0.2s ease;
  position: absolute;
  top: 50%;
  left: 100%;
}
[role=button] {
  cursor: pointer;
}

.container {
  max-width: 1504px;
  margin: 0 auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1200px) {
  .container {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .container {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

.grid {
  padding: 128px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 64px;
}
.grid::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .grid {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .grid {
    padding: 20px 0;
  }
}
.grid--black {
  background-color: #4A4F54;
}
.grid .container {
  position: relative;
  z-index: 1;
}
.grid__headline {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .grid__headline {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .grid__headline {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-bottom: 16px;
  }
}
.grid__headline--level-3 {
  margin-bottom: 32px;
}
.grid__headline h3.headline {
  margin-top: 0;
}
.grid__headline > .headline {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .grid__headline > .headline {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .grid__headline {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.grid__column::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .grid__column:last-child {
    margin-bottom: 0 !important;
  }
}
.grid--1x1 .grid__column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .grid--1x1 .grid__column {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--small-column .grid__column {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
@media (max-width: 1024px) {
  .grid--small-column .grid__column {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--small-column .grid__column {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--small-column .grid__column {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .grid--small-column .grid__column {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 480px) {
  .grid--small-column .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .grid--2x1.grid--fix-height.grid--33-66 .grid__column--left,
.grid--2x1.grid--fix-height.grid--33-66 .grid__column--right, .grid--2x1.grid--fix-height.grid--50-50 .grid__column--left,
.grid--2x1.grid--fix-height.grid--50-50 .grid__column--right, .grid--2x1.grid--fix-height.grid--66-33 .grid__column--left,
.grid--2x1.grid--fix-height.grid--66-33 .grid__column--right {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .grid--2x1.grid--fix-height.grid--33-66 .grid__column--left,
.grid--2x1.grid--fix-height.grid--33-66 .grid__column--right, .grid--2x1.grid--fix-height.grid--50-50 .grid__column--left,
.grid--2x1.grid--fix-height.grid--50-50 .grid__column--right, .grid--2x1.grid--fix-height.grid--66-33 .grid__column--left,
.grid--2x1.grid--fix-height.grid--66-33 .grid__column--right {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.grid--2x1.grid--fix-height img {
  height: var(--image-height) !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .grid--2x1.grid--fix-height img {
    height: auto !important;
    -o-object-fit: initial;
    object-fit: initial;
  }
}
.grid--2x1.grid--66-33 .grid__column--left {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--2x1.grid--66-33 .grid__column--left {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--2x1.grid--66-33 .grid__column--left {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
@media (max-width: 480px) {
  .grid--2x1.grid--66-33 .grid__column--left {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--2x1.grid--66-33 .grid__column--right {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--2x1.grid--66-33 .grid__column--right {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--2x1.grid--66-33 .grid__column--right {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
@media (max-width: 480px) {
  .grid--2x1.grid--66-33 .grid__column--right {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--2x1.grid--50-50 .grid__column:first-of-type {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--2x1.grid--50-50 .grid__column:first-of-type {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .grid--2x1.grid--50-50 .grid__column:first-of-type {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--2x1.grid--50-50 .grid__column:last-of-type {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--2x1.grid--50-50 .grid__column:last-of-type {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .grid--2x1.grid--50-50 .grid__column:last-of-type {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--2x1.grid--33-66 .grid__column--left {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--2x1.grid--33-66 .grid__column--left {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .grid--2x1.grid--33-66 .grid__column--left {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--2x1.grid--33-66 .grid__column--right {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--2x1.grid--33-66 .grid__column--right {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .grid--2x1.grid--33-66 .grid__column--right {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--2x1 .grid__column {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--2x1 .grid__column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .grid--2x1 .grid__column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .grid--2x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--3x1 .container {
  margin: 0;
}
.grid--3x1 .grid__headline h1, .grid--3x1 .grid__headline h2, .grid--3x1 .grid__headline h3 {
  margin: 1em 0 !important;
}
.grid--3x1 .grid__column {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--3x1 .grid__column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--3x1 .grid__column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .grid--3x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .grid--3x1 .grid__column:first-of-type {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .grid--3x1 .grid__column:first-of-type {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .grid--3x1 .grid__column:first-of-type {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid__background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.grid--transparent .grid__background-color {
  opacity: 0.5;
}
.grid--small-gap {
  padding: 20px 0;
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

button {
  border: none;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../Webfonts/Lato/lato-v20-latin-300.woff2") format("woff2"), url("../Webfonts/Lato/lato-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../Webfonts/Lato/lato-v20-latin-regular.woff2") format("woff2"), url("../Webfonts/Lato/lato-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../Webfonts/Lato/lato-v20-latin-700.woff2") format("woff2"), url("../Webfonts/Lato/lato-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../Webfonts/Lato/lato-v20-latin-900.woff2") format("woff2"), url("../Webfonts/Lato/lato-v20-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.button {
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  padding: 11px 22px;
  line-height: 26px;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: ease-in-out border 0.3s;
}
@media (max-width: 768px) {
  .button {
    padding: 8px 11px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .button {
    font-size: 16px;
  }
}
.button:hover:after {
  bottom: 0;
}
.button:hover .button__icon:after {
  opacity: 1;
}
.button:after {
  content: " ";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  border-radius: 8px;
  z-index: 0;
  bottom: calc((100% + 2px) * -1);
  left: -1px;
  transition: ease-in-out all 0.3s;
}
@media (max-width: 768px) {
  .button:after {
    height: 100%;
    bottom: -100%;
  }
}
.button.icon:before {
  transition: 0.3s ease-in-out all;
}
.button span {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.button--rte {
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}
.button--rte:after {
  display: none;
}
.button--inline {
  width: auto;
}
.button--filter {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 30px;
  background: none;
  color: #4A4F54;
  padding-left: 0;
  font-weight: normal;
}
.button--filter:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/filter.svg);
}
.button--filter:before {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .button--filter {
    margin-bottom: 10px;
  }
}
.button--filter-open {
  background: none;
  margin-top: 18px;
  color: #4A4F54;
  padding-left: 0;
  font-weight: normal;
}
.button--filter-open:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/filter.svg);
}
.button--filter-open:before {
  margin-right: 10px;
}

.link {
  display: inline-block;
  text-decoration: none;
}
.link.link--circle {
  margin-left: 36px;
  position: relative;
}
@media (max-width: 480px) {
  .link.link--circle {
    margin-bottom: 10px;
  }
}
.link.link--circle:hover:before {
  background-size: 15px !important;
}
.link.link--circle[href^="https://"]:before, .link.link--circle[href^="http://"]:before {
  transform: rotate(-45deg);
}
.link.link--circle[href^=mailto]:before {
  background-size: 13px !important;
}
.link.link--circle[href^="tel:"]:before {
  background-size: 12px !important;
}
.link.link--circle[href$=".jpg"]:before, .link.link--circle[href$=".png"]:before, .link.link--circle[href$=".doc"]:before, .link.link--circle[href$=".docx"]:before, .link.link--circle[href$=".pdf"]:before, .link.link--circle[href$=".xls"]:before, .link.link--circle[href$=".xlsx"]:before {
  background-size: 16px !important;
}
.link.link--circle.link--fax:before {
  background-size: 13px !important;
}
.link.link--circle.link--marker:before {
  background-size: 11px !important;
}
.link.link--circle:before {
  content: " ";
  background-size: 15px;
  width: 25px !important;
  height: 25px !important;
  background-position: center center !important;
  display: inline-block;
  border-radius: 50%;
  top: 1px !important;
  position: absolute !important;
  left: -32px !important;
  margin-right: 0 !important;
}
@media (max-width: 480px) {
  .link.link--circle:before {
    top: -2px !important;
  }
}
.link.link--back:before {
  top: 5px;
  margin-right: 5px;
  background-size: 13px !important;
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon.icon--header-phone:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 34px;
  width: 34px;
  height: 34px;
  background-image: url(../Icons/Content/black/header-phone.svg);
}
.icon.icon--header-phone:before {
  top: 10px;
}
.icon.icon--header-search:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 28px;
  width: 28px;
  height: 28px;
  background-image: url(../Icons/Content/black/header-search.svg);
}
.icon.icon--header-search:before {
  top: 7px;
  margin-right: 5px;
}
.icon.icon--phone:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/phone.svg);
}
.icon.icon--bed:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../Icons/Content/black-50/bed.svg);
}
.icon.icon--layout:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../Icons/Content/black-50/layout.svg);
}
.icon.icon--ruler:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../Icons/Content/black-50/ruler.svg);
}
.icon.icon--reset:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/reset.svg);
}
.icon.icon--rotate:before {
  animation: rotate-center 1s linear infinite both;
}

body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #4A4F54;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}
body * {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 1em 0;
  font-weight: 400;
  color: #4A4F54;
}
@media (max-width: 480px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.headline--decoration {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 480px) {
  .headline--decoration {
    margin-bottom: 30px;
  }
}
.headline--decoration strong, .headline--decoration em {
  text-transform: uppercase;
  font-weight: 400;
}
.headline--decoration:after {
  content: " ";
  width: 150px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFBE37;
}
.headline--background-black {
  color: #ffffff;
}

h1,
.h1 {
  font-size: 55px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h1,
.h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  h1,
.h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  h1,
.h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  h1,
.h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
h1 b, h1 strong,
.h1 b,
.h1 strong {
  font-weight: 400;
  text-transform: uppercase;
}

h2,
.h2,
.grid__headline {
  font-size: 43px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}
h2--level-3,
.h2--level-3,
.grid__headline--level-3 {
  text-transform: none;
}
@media (max-width: 1024px) {
  h2,
.h2,
.grid__headline {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  h2,
.h2,
.grid__headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  h2,
.h2,
.grid__headline {
    font-size: 24px;
    line-height: 30px;
  }
}
h2 strong,
.h2 strong,
.grid__headline strong {
  font-weight: 400;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 42px;
  text-transform: initial;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1024px) {
  h3,
.h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h3,
.h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  h3,
.h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 36px;
  text-transform: initial;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1024px) {
  h4,
.h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  h4,
.h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  h4,
.h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5,
.h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: initial;
  text-align: left;
}
@media (max-width: 1024px) {
  h5,
.h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  h5,
.h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  h5,
.h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
h5 a,
.h5 a {
  color: #FFBE37;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

p, ul, ol, table {
  margin: 1em 0;
}
@media (max-width: 480px) {
  p, ul, ol, table {
    font-size: 16px;
    line-height: 20px;
  }
}

ul, ol {
  margin-left: 30px;
}
ul li, ol li {
  margin-bottom: 5px;
  line-height: 28px;
}
@media (max-width: 768px) {
  ul li, ol li {
    line-height: 22px;
  }
}

ol {
  counter-reset: item;
  margin-left: 35px;
}
ol li {
  counter-increment: item;
}
ol li:before {
  content: counters(item, ".") ". ";
  width: initial;
  height: initial;
  top: initial;
  left: initial;
  border-radius: initial;
  background-color: initial !important;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: -23px;
  font-weight: bold;
  color: #FFBE37;
}
.grid-section--black ol li:before {
  color: #ffffff;
}
ol li ol {
  margin-left: 35px;
}
ol li ol li:before {
  margin-left: -36px;
}
ol li ol li ol {
  margin-left: 45px;
}
ol li ol li ol li:before {
  margin-left: -49px;
}

ul.check-list {
  margin: 0 0 0 5px;
}
ul.check-list li {
  position: relative;
  margin-left: 36px;
  font-size: 20px;
  line-height: 28px;
}
ul.check-list li::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  ul.check-list li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  ul.check-list li {
    font-size: 16px;
    line-height: 22px;
  }
}
ul.check-list li:before {
  background-color: transparent;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 3px;
  left: -36px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center center;
  background-image: url(../Icons/Content/black/check.svg);
}
@media (max-width: 1024px) {
  ul.check-list li:before {
    top: 0;
  }
}
.grid-section--black ul.check-list li:before {
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center center;
  background-image: url(../Icons/Content/white/check.svg);
}
ul.check-list li p {
  float: left;
  margin: 0 0 10px;
  width: calc(100% - 65px);
}

li {
  list-style: none outside none;
  position: relative;
  margin-bottom: 10px;
}
li:before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #FFBE37;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: -20px;
}
@media (max-width: 768px) {
  li:before {
    top: 8px;
  }
}
.grid-section--black li:before {
  background-color: #ffffff;
}

a {
  font-weight: 700;
  color: #FFBE37;
}
.grid-section--black a {
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: 700;
}

hr {
  max-width: 1444px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(74, 79, 84, 0.3);
  border: none;
  position: relative;
  overflow: initial;
}

table td, table th {
  line-height: 22px;
}

img {
  max-width: 100%;
  height: auto;
}

/* rte styles */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.large-text {
  font-size: 26px;
  line-height: 34px;
  color: #000000;
}
@media (max-width: 768px) {
  .large-text {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p.text-end {
  text-align: right;
}

.small-text {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .small-text {
    font-size: 14px;
    line-height: 20px;
  }
}

table {
  border-spacing: 0;
  border: none;
  margin: 0 auto;
}
table thead th {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #4A4F54;
  border-bottom: 1px solid rgba(74, 79, 84, 0.3);
}
table tbody td {
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid rgba(74, 79, 84, 0.3);
}
@media (max-width: 1024px) {
  table tbody td {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  table tbody td {
    font-size: 16px;
    line-height: 22px;
  }
}
table td, table th {
  padding: 0 16px;
  border: none;
  text-align: left;
  height: 97px;
}
@media (max-width: 1200px) {
  table td, table th {
    height: 60px;
  }
}
.grid-section--black table th {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.grid-section--black table td {
  border-bottom: 1px solid #ffcb5f;
}

label {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  label {
    font-size: 16px;
    line-height: 22px;
  }
}

.contenttable {
  width: 100%;
}

.form {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
@media (max-width: 1024px) {
  .form {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .form {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .form {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.form .form__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .form__row.form__row--error-hint {
  border: 2px solid #f30077;
  padding: 20px 20px 0;
  display: none;
  font-weight: 700;
  color: #f30077;
  font-size: 18px;
}
.form .form__row.form__row--error-hint p {
  margin: 0;
}
@media (max-width: 480px) {
  .form .form__row {
    flex-wrap: wrap;
  }
}
.form .form__row .form__column {
  margin-bottom: 25px;
  line-height: 0;
}
@media (max-width: 768px) {
  .form .form__row .form__column {
    margin-bottom: 20px;
  }
}
.form .form__row .form__column.form__column--explanation label {
  display: inline-block;
}
.form .form__row .form__column.form__column--explanation label span {
  margin-top: -6px;
}
.form .form__row .form__column.form__column--explanation .form__explanation {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0 0 0;
  display: inline-block;
  color: #4A4F54;
}
.form .form__row .form__column.form__column--100 {
  width: 100%;
}
.form .form__row .form__column.form__column--50 {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  .form .form__row .form__column.form__column--50 {
    width: 100%;
  }
}
.form .form__row .form__column .form__field {
  margin: 0 0 20px;
}
.form .form__row .form__column .form__field:last-of-type {
  margin: 0;
}
.form .form__row .form__column .form__error-note {
  display: none;
}
.form .form__row .form__column.form__column--error input[type=text],
.form .form__row .form__column.form__column--error input[type=email],
.form .form__row .form__column.form__column--error textarea {
  border: 2px solid #f30077;
}
.form .form__row .form__column.form__column--error .form__error-note {
  font-weight: 700;
  color: #f30077;
  font-size: 18px;
  display: none;
  line-height: 24px;
}
.form .form__row .form__column.form__column--header {
  margin-bottom: 30px;
}
.form .form__row .form__column.form__column--data-protection {
  margin-top: 10px;
  width: 100%;
}
.form .form__row .form__column.form__column--data-protection input[type=checkbox] {
  width: 22px;
  height: 22px;
  background-color: #ECECEC;
  position: relative;
  top: 3px;
}
.form .form__row .form__column.form__column--data-protection input[type=checkbox]:checked {
  background-size: 20px;
}
.form .form__row .form__column.form__column--data-protection input[type=checkbox]:before, .form .form__row .form__column.form__column--data-protection input[type=checkbox]:after {
  height: 15px !important;
}
.form .form__row .form__column.form__column--data-protection label {
  float: right;
  width: calc(100% - 30px);
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #4A4F54;
}
.form .form__row .form__column.form__column--checkbox {
  background-color: #FFBE37;
  padding: 32px 37px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .form .form__row .form__column.form__column--checkbox {
    padding: 15px 15px;
  }
}
.form .form__row .form__column.form__column--checkbox label {
  display: block;
  float: right;
  width: calc(100% - 40px);
  margin-top: 5px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  left: 11px;
}
@media (max-width: 768px) {
  .form .form__row .form__column.form__column--checkbox label {
    margin-top: 0;
    width: calc(100% - 25px);
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .form .form__row .form__column.form__column--checkbox label {
    font-size: 16px;
  }
}
.form .form__row .form__column.form__column--submit {
  margin-top: 20px !important;
}
.form .form__optional {
  display: none;
}

.request-feedback {
  display: none;
}

.form input,
.form textarea {
  width: 100%;
  border: none;
  font-size: 20px;
  line-height: 28px;
  padding: 5px 18px;
  background-color: #ECECEC;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .form input,
.form textarea {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .form input,
.form textarea {
    font-size: 16px;
    line-height: 22px;
  }
}
.form input {
  height: 48px;
}
.form textarea {
  height: 200px;
  resize: none;
  padding: 10px 18px;
}
.form input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.form input[type=checkbox]:checked {
  background-color: #4A4F54;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  background-image: url(../Icons/Content/black/check.svg);
}
@media (max-width: 768px) {
  .form input[type=checkbox]:checked {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    background-image: url(../Icons/Content/black/check.svg);
  }
}
.form button {
  background-color: #FFBE37;
  color: #4A4F54;
}
.form button:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/email.svg);
}
.form button:before {
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
.form label {
  display: block;
  line-height: 28px;
  margin-bottom: 10px;
  color: #4A4F54;
  font-weight: 900;
  font-size: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .form label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .form label {
    font-size: 16px;
    line-height: 22px;
  }
}
.form label a {
  color: #4A4F54;
  font-weight: 300;
}
.form .form__required {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #f30077;
  font-weight: bold;
}

.powermail_input.powermail_field_error, .form__column--error input {
  border: 3px solid #f30077;
}

.form__error-note {
  color: #f30077 !important;
  font-weight: bold;
}

.header {
  background-color: #ffffff;
  position: sticky;
  z-index: 101;
  height: 167px;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 1024px) {
  .header {
    height: 64px;
  }
}
.header.header--open-sub-navigation:before {
  content: " ";
  position: fixed;
  top: 167px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out all;
}
@media only screen and (max-width: 1650px) {
  .header.header--open-sub-navigation:before {
    display: none;
  }
}
.header .header__logo {
  margin: 38px 0 0 50px;
  float: left;
  transition: 0.3s ease-in-out all;
  line-height: 0;
}
@media (max-width: 1024px) {
  .header .header__logo {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .header .header__logo {
    margin-top: 12px;
    margin-left: 20px !important;
  }
}
.header .header__logo img {
  width: 267px;
  height: auto;
  transition: 0.3s ease-in-out all;
}
@media only screen and (max-width: 1440px) {
  .header .header__logo img {
    width: 170px;
  }
}
@media (max-width: 1024px) {
  .header .header__logo img {
    width: 80px;
  }
}
.header .header__navigation {
  float: right;
  margin: 70px 0 0 0;
  width: calc(100% - 868px);
  transition: 0.3s ease-in-out all;
}
@media only screen and (max-width: 1650px) {
  .header .header__navigation {
    width: calc(100% - 670px);
    margin-left: 30px;
    position: absolute;
  }
}
@media only screen and (max-width: 1440px) {
  .header .header__navigation {
    margin: 0;
  }
}
.header .header__navigation .header__mobile-navigation-button {
  display: none;
  margin-top: 24px;
}
.header .header__buttons {
  margin: 63px 30px 0 45px;
  float: right;
  transition: 0.3s ease-in-out all;
}
@media only screen and (max-width: 1600px) {
  .header .header__buttons {
    margin: 63px 30px 0 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .header .header__buttons {
    margin: 63px 0 0 30px;
  }
}
@media (max-width: 1024px) {
  .header .header__buttons {
    margin: 11px 15px 0 0;
  }
}
.header .header__buttons .header__current-button {
  position: relative;
}
.header .header__buttons .header__current-button:after {
  display: block;
}
.header .header__buttons a {
  display: inline-block;
  width: auto;
  position: relative;
  text-decoration: none;
  color: #4A4F54;
}
@media (max-width: 1024px) {
  .header .header__buttons a {
    margin-left: 10px !important;
  }
}
.header .header__buttons a:hover:after {
  display: block;
}
.header .header__buttons a:after {
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background-color: #FFBE37;
  display: none;
  transition: 0.3s ease-in-out all;
  top: initial;
  border-radius: 0;
  bottom: 4px;
}
.header .header__buttons a .icon.icon--header-search {
  top: 8px;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 5px;
}
.header .header__buttons a .icon.icon--header-search:before {
  width: 100%;
  height: 100%;
  top: 0;
}
.header .header__buttons a .icon.icon--header-phone {
  top: 8px;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.header .header__buttons a .icon.icon--header-phone:before {
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .header .header__buttons a .icon:before {
    width: 42px;
    height: 42px;
  }
}
.header .header__buttons a span {
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .header .header__buttons a span {
    display: none;
  }
}
.header .header__buttons a:last-of-type {
  margin-left: 35px;
}
@media only screen and (max-width: 1600px) {
  .header .header__buttons a:last-of-type {
    margin-left: 20px;
  }
}
.header .header__mobile-navigation {
  float: right;
  margin: 68px 50px 0 0;
  transition: 0.3s ease-in-out all;
  display: none;
}
@media only screen and (max-width: 1650px) {
  .header .header__mobile-navigation {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header .header__mobile-navigation {
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .header .header__mobile-navigation {
    margin-right: 20px;
  }
}
.header.header--scrolled {
  height: 75px;
}
@media (max-width: 1024px) {
  .header.header--scrolled {
    height: 64px;
  }
}
.header.header--scrolled:before {
  top: 75px;
}
.header.header--scrolled .header__logo {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .header__logo {
    margin-top: 12px;
  }
}
.header.header--scrolled .header__logo img {
  height: 65px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .header__logo img {
    height: 43px;
  }
}
.header.header--scrolled .header__buttons {
  margin-top: 17px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .header__buttons {
    margin-top: 11px !important;
  }
}
.header.header--scrolled .header__navigation {
  margin-top: 23px;
}
.header.header--scrolled .header__mobile-navigation {
  margin-top: 21px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .header__mobile-navigation {
    margin-top: 15px;
  }
}

.main > *:last-child.grid-section--black {
  margin-bottom: 0;
}

.footer::after {
  clear: both;
  content: "";
  display: table;
}
.footer:before {
  content: " ";
  position: relative;
  height: 1px;
  background-color: rgba(74, 79, 84, 0.3);
  max-width: 1444px;
  display: block;
  margin: 0 auto;
}
.footer > .grid:first-of-type {
  padding: 60px 0;
}
.footer .ce-header {
  margin-bottom: 0;
}
.footer .ce-header * {
  margin-bottom: 0;
}
.footer .ce-menu-pages {
  margin: 0;
  padding: 20px 0;
}
.footer .ce-menu-pages li {
  list-style: none outside none;
  display: inline-block;
  margin-right: 48px;
}
.footer .ce-menu-pages li:before {
  display: none !important;
}
.footer .ce-menu-pages li:last-of-type {
  margin-right: 0;
}
.footer .ce-menu-pages li a {
  text-decoration: none;
}
.footer .ce-menu-pages li a span {
  transition: 0.3s ease-in-out color;
}
.footer .ce-menu-pages li a span:hover {
  text-decoration: underline;
}
.footer .ce-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .ce-text .text-right {
    text-align: left;
  }
}
.footer .ce-text .contenttable td {
  height: 70px;
}
.footer .grid-section.grid-section--black {
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer .grid-section.grid-section--black {
    padding: 32px 0;
  }
}
.footer .grid-section .grid {
  margin: 0;
}
.footer .grid {
  margin: 0;
}
@media (max-width: 1024px) {
  .footer .grid.grid--1x1 .grid__column {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .footer .grid.grid--2x1 .grid__column {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .footer .grid.grid--4x1 .container .grid__column {
    width: 33.33333%;
  }
  .footer .grid.grid--4x1 .container .grid__column:last-of-type {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .footer .grid.grid--4x1 .container .grid__column {
    width: 50%;
  }
  .footer .grid.grid--4x1 .container .grid__column:last-of-type {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer .grid.grid--4x1 .container .grid__column:last-of-type {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer .grid.grid--4x1 .container .grid__column {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.footer .grid.grid--cookie-settings {
  padding: 20px 0;
  background-color: #ffcb5f;
}
.footer .grid.grid--cookie-settings a {
  cursor: pointer;
  color: #4A4F54;
  font-size: 16px;
  margin-bottom: 0;
}
.footer .grid.grid--cookie-settings a:before {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  background-image: url(../Icons/Content/black/arrow-right.svg);
  border: 1px solid #ffffff;
}

:focus-visible {
  Outline: auto 1px;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#access-skip-wrapper {
  position: absolute;
  left: -2000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  z-index: 5000;
}
#access-skip-wrapper h1:focus {
  background: #000000;
  color: #ffffff;
}
#access-skip-wrapper .access-skip:focus, #access-skip-wrapper .access-skip:focus-visible {
  display: block;
  position: fixed;
  left: 50%;
  top: 15px;
  z-index: 5000;
  width: 350px;
  margin-left: -175px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  padding: 0.9em;
  font-size: 130%;
  border: none;
  text-decoration: none;
  opacity: 0.95;
  box-sizing: border-box;
  line-height: 20px;
}
#access-skip-wrapper .access-skip:active {
  position: absolute;
  left: -2000px;
  top: -1000px;
  width: 1px;
  height: 1px;
}

form::after {
  clear: both;
  content: "";
  display: table;
}
form.form--contact {
  margin-left: 0 !important;
  width: 100%;
}
form .row::after {
  clear: both;
  content: "";
  display: table;
}
form .row--75-25 > div:first-of-type {
  width: calc(75% - 10px);
  float: left;
}
@media (max-width: 768px) {
  form .row--75-25 > div:first-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--75-25 > div:first-of-type {
    width: 100%;
  }
}
form .row--75-25 > div:last-of-type {
  width: calc(25% - 10px);
  float: right;
}
@media (max-width: 768px) {
  form .row--75-25 > div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--75-25 > div:last-of-type {
    width: 100%;
  }
}
form .row--66-33 > div:first-of-type {
  width: calc(66.6666% - 10px);
  float: left;
}
@media (max-width: 768px) {
  form .row--66-33 > div:first-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--66-33 > div:first-of-type {
    width: 100%;
  }
}
form .row--66-33 > div:last-of-type {
  width: calc(33.3333% - 10px);
  float: right;
}
@media (max-width: 768px) {
  form .row--66-33 > div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--66-33 > div:last-of-type {
    width: 100%;
  }
}
form .row--50-50 > div:first-of-type {
  width: calc(50% - 10px);
  float: left;
}
@media (max-width: 768px) {
  form .row--50-50 > div:first-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--50-50 > div:first-of-type {
    width: 100%;
  }
}
form .row--50-50 > div:last-of-type {
  width: calc(50% - 10px);
  float: right;
}
@media (max-width: 768px) {
  form .row--50-50 > div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--50-50 > div:last-of-type {
    width: 100%;
  }
}
form .row--33-66 > div:first-of-type {
  width: calc(33.3333% - 10px);
  float: left;
}
@media (max-width: 768px) {
  form .row--33-66 > div:first-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--33-66 > div:first-of-type {
    width: 100%;
  }
}
form .row--33-66 > div:last-of-type {
  width: calc(66.6666% - 10px);
  float: right;
}
@media (max-width: 768px) {
  form .row--33-66 > div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--33-66 > div:last-of-type {
    width: 100%;
  }
}
form .row--25-75 > div:first-of-type {
  width: calc(25% - 10px);
  float: left;
}
@media (max-width: 768px) {
  form .row--25-75 > div:first-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--25-75 > div:first-of-type {
    width: 100%;
  }
}
form .row--25-75 > div:last-of-type {
  width: calc(75% - 10px);
  float: right;
}
@media (max-width: 768px) {
  form .row--25-75 > div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid--2x1 form .row--25-75 > div:last-of-type {
    width: 100%;
  }
}
form .form-group {
  margin-bottom: 32px;
}
form .form-group::after {
  clear: both;
  content: "";
  display: table;
}
form .form-group span.required {
  color: #ffe5af;
}
form .form-group--field-small-checkbox {
  width: 100%;
  float: left;
}
form .form-group--field-small-checkbox .form-check {
  display: inline-block;
  float: left;
}
form .form-group--field-small-checkbox .help-block {
  float: left;
  width: calc(100% - 40px);
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -5px;
}
form .form-group--field-small-checkbox label span {
  display: none;
}
form .form-group--field-small-checkbox input[type=checkbox] {
  background-color: #fff9eb;
  position: relative;
  width: 22px;
  height: 22px;
}
@media (max-width: 480px) {
  form .form-group--field-small-checkbox input[type=checkbox] {
    top: 5px;
  }
}
form .form-group--field-small-checkbox input[type=checkbox]:checked {
  background-color: #4A4F54;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/black/check.svg);
}
@media (max-width: 768px) {
  form .form-group--field-small-checkbox input[type=checkbox]:checked {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    background-image: url(../Icons/Content/black/check.svg);
  }
}
form textarea {
  height: 150px;
}
form button.button {
  margin-bottom: 32px;
}

.grid-section.grid-section--contact-form .ce-header h3 {
  margin-bottom: 32px;
}
.grid-section.grid-section--contact-form .ce-text {
  margin-bottom: 36px;
}
.grid-section.grid-section--contact-form .ce-image {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .grid-section.grid-section--contact-form .ce-image {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .grid-section.grid-section--contact-form .grid .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid-section.grid-section--contact-form .grid .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}

.cookie-optin {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  display: none;
}
.cookie-optin .cookie-optin__content {
  max-width: 1504px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.cookie-optin .cookie-optin__content .button {
  margin-right: 6px;
}
@media (max-width: 768px) {
  .cookie-optin .cookie-optin__content .button {
    margin-bottom: 10px;
  }
}
.cookie-optin .cookie-optin__content .button#netl-gdpr-update {
  position: absolute;
  left: -99999px;
}

.cookie-detail-settings {
  left: -99999px;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
}
.cookie-detail-settings.cookie-detail-settings--open {
  left: 0;
  opacity: 1;
}
.cookie-detail-settings.cookie-detail-settings--open:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookie-detail-settings .cookie-detail-settings__content {
  width: 75%;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 50px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .cookie-detail-settings .cookie-detail-settings__content {
    width: 90%;
    height: auto;
    padding: 20px;
  }
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button {
    margin-top: 20px;
  }
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:before, .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:after {
  content: " ";
  width: 100%;
  height: 4px;
  background-color: #FFBE37;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list {
  margin: 0 0 20px;
  padding: 0;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item {
  position: relative;
  margin-bottom: 10px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox {
  background-color: #FFBE37;
  padding: 10px;
  line-height: 0px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 0;
  display: inline-block;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox input[type=checkbox][disabled]:checked {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/black-50/check.svg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox input[type=checkbox]:checked {
  background-color: #4A4F54;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/black/check.svg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox label {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  margin-left: 15px;
  position: relative;
  top: -7px;
  line-height: 15px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 15px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/chevron-down.svg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__button.cookie-detail-settings__button--opened {
  transform: rotate(-180deg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content.cookie-detail-settings__hidden-content--show {
  height: 100%;
  padding: 10px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content p:first-of-type {
  margin-top: 0;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table {
  width: 100%;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item:before {
  display: none;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__buttons .button {
  margin-right: 6px;
}
@media (max-width: 768px) {
  .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__buttons .button {
    margin-bottom: 10px;
    margin-right: 6px;
  }
}

.product-details::after {
  clear: both;
  content: "";
  display: table;
}
.product-details .product-details__back-link {
  padding: 24px 0 25px;
  margin-bottom: 0;
  background: #ECECEC;
}
@media (max-width: 768px) {
  .product-details .product-details__back-link {
    padding: 14px 0 15px;
  }
}
.product-details .product-details__back-link .link {
  color: #4A4F54;
  font-weight: 700;
  margin-bottom: 0;
}
.product-details hr {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .product-details hr {
    width: calc(100% - 120px);
  }
  .product-details hr:before {
    background-position: center center;
  }
}
@media (max-width: 768px) {
  .product-details hr {
    width: calc(100% - 40px);
    margin: 20px auto;
  }
}
.product-details .product-details__sub-title h3 {
  text-align: center;
}
.product-details .product-details__section {
  padding: 100px 0;
  width: 100%;
}
.product-details .product-details__section::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .product-details .product-details__section {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section {
    padding: 50px 0;
  }
}
.product-details .product-details__section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0;
  margin-bottom: 28px !important;
}
.product-details .product-details__section.product-details__section--dark {
  background-color: #efefef;
}
.product-details .product-details__section.product-details__section--no-space-top {
  margin-top: 0;
  padding-top: 0;
}
.product-details .product-details__section.product-details__section--small-space-bottom {
  padding-bottom: 62px;
}
.product-details .product-details__section:first-of-type {
  margin: 50px 0 100px;
}
@media (max-width: 768px) {
  .product-details .product-details__section:first-of-type {
    margin: 0;
  }
}
.product-details .product-details__section .product-details__section-headline {
  text-align: center;
  line-height: 54px;
}
@media (max-width: 480px) {
  .product-details .product-details__section .product-details__section-headline {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.product-details .product-details__section .product-details__section-headline.product-details__section-headline--left {
  text-align: left;
  max-width: 1160px;
  margin: 0 auto 30px;
}
.product-details .product-details__section .product-details__section-headline .headline {
  margin: 20px 0 64px;
}
.product-details .product-details__section .product-details__back-link {
  padding: 20px;
}
.product-details .product-details__section .product-details__title {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .product-details .product-details__section .product-details__title {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__title {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section .product-details__title {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
.product-details .product-details__section .product-details__title h1 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__title h3 {
    margin-bottom: 15px;
  }
}
.product-details .product-details__section .product-details__quick-facts::after {
  clear: both;
  content: "";
  display: table;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery {
    width: 100%;
    float: left;
    margin-left: 0;
  }
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-single {
  position: relative;
  margin-top: 0;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-single::after {
  clear: both;
  content: "";
  display: table;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-single img {
  width: 100%;
  height: auto;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs {
  position: relative;
  margin-top: 0;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs::after {
  clear: both;
  content: "";
  display: table;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs img {
  width: 100%;
  height: auto;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper {
  position: relative;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .product-details__gallery-single {
  margin: 0 0 15px;
  width: calc(100% - 6px);
}
@media (max-width: 1024px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .product-details__gallery-single {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .product-details__gallery-single {
    margin: 0 0 15px;
  }
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .product-details__gallery-single .product-details__gallery-item:before {
  display: none;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .button {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  position: absolute;
  bottom: 26px;
  left: 20px;
  height: 48px;
  width: auto !important;
  transition: ease-in-out background-color 0.3s;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .button:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/search.svg);
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .button:hover {
  background-color: #FFBE37;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-wrapper .button:before {
  top: 2px;
  margin: 0 10px 0 0;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs .product-details__gallery-item {
  margin-right: 10px;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs .product-details__gallery-item:before {
  display: none;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs .product-details__gallery-item.slick-current {
  position: relative;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .product-details__gallery-thumbs .product-details__gallery-item.slick-current:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 5px solid #FFBE37;
  background-color: transparent;
  border-radius: 0;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow {
  width: 60px;
  height: 60px;
  font-size: 0px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow:hover {
  background-color: #FFBE37;
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow.slick-prev {
  left: 18px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  background-image: url(../Icons/Content/black/chevron-left.svg);
  background-position: 20px center;
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow.slick-prev {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center;
    background-image: url(../Icons/Content/black/chevron-left.svg);
    background-position: 9px center;
  }
}
.product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow.slick-next {
  right: 18px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  background-image: url(../Icons/Content/black/chevron-right.svg);
  background-position: 24px center;
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__gallery .slick-arrow.slick-next {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center;
    background-image: url(../Icons/Content/black/chevron-right.svg);
    background-position: 11px center;
  }
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet {
    width: 100%;
    margin-left: 0;
  }
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__headline h1, .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__headline h2, .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__headline h3, .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__headline h4, .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__headline h5 {
  margin-top: 0;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__icon-facts {
  margin-bottom: 20px;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__price-offer {
  margin-top: 30px;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__price-offer::after {
  clear: both;
  content: "";
  display: table;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__price-offer .product-details__price-value {
  float: right;
  font-size: 28px;
  color: #4A4F54;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__price-offer .product-details__taxes {
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar {
  margin-top: 30px;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .width-55 {
  width: calc(55% - 10px);
  float: left;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .width-45 {
  width: calc(45% - 10px);
  float: right;
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .width-45:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../Icons/Content/white/heart.svg);
}
.product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .width-45:before {
  top: 1px;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .button {
    width: calc(55% - 10px);
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section .product-details__quick-facts .product-details__data-sheet .product-details__button-bar .button {
    width: 100%;
  }
}
.product-details .product-details__section.product-details__section--video-player {
  background-color: #FFBE37;
  padding: 75px 0 96px;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--video-player {
    padding: 25px 0 50px;
  }
}
.product-details .product-details__section.product-details__section--video-player .product-details__section-content {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
  position: relative;
}
@media (max-width: 1024px) {
  .product-details .product-details__section.product-details__section--video-player .product-details__section-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--video-player .product-details__section-content {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--video-player .product-details__section-content:before {
  content: " ";
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: block;
}
.product-details .product-details__section.product-details__section--video-player .product-details__section-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-details .product-details__section.product-details__section--technical-details {
  background-color: rgba(74, 79, 84, 0.15);
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features.product-details__detail-features--left {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features.product-details__detail-features--left {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features.product-details__detail-features--left {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features.product-details__detail-features--right {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features.product-details__detail-features--right {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features.product-details__detail-features--right {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features {
  margin: 0 0 40px;
  padding: 0;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features:first-of-type .technical-features__headline h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list {
  margin: 0;
  padding: 0;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list .technical-features__list-item {
  border-bottom: 1px solid rgba(74, 79, 84, 0.3);
  padding: 20px 0;
  list-style: none outside none;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list .technical-features__list-item::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list .technical-features__list-item {
    padding: 14px 0;
    margin-bottom: 0;
  }
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list .technical-features__list-item:before {
  display: none;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list .technical-features__list-item span {
  display: block;
  width: calc(45% - 10px);
  float: left;
  padding-left: 10px;
}
.product-details .product-details__section.product-details__section--technical-details .product-details__section-content .product-details__detail-features .technical-features .technical-features__list .technical-features__list-item strong {
  display: block;
  width: 55%;
  float: right;
  text-align: right;
}
.product-details .product-details__section.product-details__section--text-description .product-details__section-content {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--text-description .product-details__section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--text-description .product-details__section-content {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--features .product-details__section-content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--features .product-details__section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--features .product-details__section-content {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list {
  margin: 0;
  text-align: center;
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list {
    justify-content: space-between;
  }
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list .product-details__icon-list-item {
  list-style: none outside none;
  width: 130px;
  min-height: 140px;
  display: inline-block;
  padding: 16px 10px 14px;
  background-color: #ECECEC;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin: 0 8px 14px;
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list .product-details__icon-list-item:before {
  display: none;
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list .product-details__icon-list-item .product-details__icon {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list .product-details__icon-list-item .product-details__icon img {
  display: inline-block;
  height: 45px;
}
.product-details .product-details__section.product-details__section--features .product-details__section-content .product-details__icon-list .product-details__icon-list-item .product-details__icon-caption {
  font-size: 18px;
  line-height: 24px;
  display: block;
  width: 100%;
  -webkit-hyphens: auto;
  hyphens: auto;
  float: left;
  text-align: center;
}
.product-details .product-details__section.product-details__section--highlight .product-details__section-content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--highlight .product-details__section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--highlight .product-details__section-content {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-left: calc(25% - 25px + 40px);
  margin-bottom: 64px;
}
.product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights .product-details__image {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights .product-details__image {
    width: 100%;
    float: none;
  }
}
.product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights .product-details__image img {
  max-width: 100%;
}
.product-details .product-details__section.product-details__section--highlight .product-details__section-content .product-details__highlights .product-details__image span {
  font-size: 18px;
  position: absolute;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 0;
  padding: 13px 21px;
}
.product-details .product-details__section.product-details__section--contact-form #request-feedback h1, .product-details .product-details__section.product-details__section--contact-form #request-feedback h2, .product-details .product-details__section.product-details__section--contact-form #request-feedback h3, .product-details .product-details__section.product-details__section--contact-form #request-feedback h4, .product-details .product-details__section.product-details__section--contact-form #request-feedback p {
  text-align: center;
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--contact-form .form .form__row .form__column {
    width: 100%;
  }
}
.product-details .product-details__section.product-details__section--contact-form .form .form__row .form__field textarea {
  min-height: 260px;
}
@media (max-width: 1024px) {
  .product-details .product-details__section.product-details__section--contact-form .form .form__row .form__field textarea {
    min-height: 252px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--contact-form .form .form__row .form__field textarea {
    min-height: 200px;
  }
}
.product-details .product-details__section.product-details__section--contact {
  background-color: #ECECEC;
}
.product-details .product-details__section.product-details__section--contact .product-details__map {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .product-details .product-details__section.product-details__section--contact .product-details__map {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--contact .product-details__map {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--contact .product-details__map {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--contact .product-details__map .product-details__map-wrapper {
  position: relative;
  overflow: hidden;
}
.product-details .product-details__section.product-details__section--contact .product-details__persons {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .product-details .product-details__section.product-details__section--contact .product-details__persons {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .product-details .product-details__section.product-details__section--contact .product-details__persons {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--contact .product-details__persons {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person {
  width: calc(50% - 15px);
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person:first-of-type {
  float: left;
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person:last-of-type {
  float: right;
}
@media (max-width: 480px) {
  .product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person img {
  width: 100%;
  height: auto;
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person ul {
  margin: 0;
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person ul li {
  text-align: left;
  list-style: none outside none;
}
.product-details .product-details__section.product-details__section--contact .product-details__persons .product-details__contact-person ul li:before {
  display: none;
}
.product-details .grid.grid--last-grid {
  margin-bottom: 0;
}
.product-details .product-details__producer {
  margin-bottom: 0;
}
.product-details .product-details__producer .grid__headline {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .product-details .product-details__producer .grid__column {
    margin-bottom: 48px;
  }
  .product-details .product-details__producer .grid__column:last-child {
    margin-bottom: 0;
  }
}
.product-details .more-offers-button {
  margin: 100px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .product-details .more-offers-button {
    margin: 20px 0 50px;
  }
}
.product-details .product-details__sticky-footline {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  z-index: 5;
  transition: 0.3s ease-in-out bottom;
  border-top: 1px solid #ffd887;
}
@media (max-width: 1024px) {
  .product-details .product-details__sticky-footline {
    height: 69px;
    bottom: -69px;
  }
}
@media (max-width: 480px) {
  .product-details .product-details__sticky-footline {
    bottom: -80px;
    height: 80px;
  }
}
.product-details .product-details__sticky-footline.product-details__sticky-footline--visible {
  bottom: 0;
}
.product-details .sticky-footline .sticky-footline__container {
  max-width: 1504px;
  margin: 0 auto;
  padding: 26px 0;
}
.product-details .sticky-footline .sticky-footline__container::after {
  clear: both;
  content: "";
  display: block;
}
.product-details .sticky-footline .sticky-footline__container::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1200px) {
  .product-details .sticky-footline .sticky-footline__container {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .product-details .sticky-footline .sticky-footline__container {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.product-details .sticky-footline .sticky-footline__container::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .product-details .sticky-footline .sticky-footline__container {
    padding: 10px 0;
  }
}
.product-details .sticky-footline .sticky-footline__container .sticky-footline__model {
  width: calc(100% - 930px);
  float: left;
  padding: 10px 0;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__model {
    width: calc(100% - 680px);
  }
}
@media (max-width: 1024px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__model {
    display: none;
  }
}
.product-details .sticky-footline .sticky-footline__container .sticky-footline__model h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.product-details .sticky-footline .sticky-footline__container .sticky-footline__price {
  width: 350px;
  float: left;
  text-align: right;
  padding: 5px 10px 5px 0;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__price {
    width: 300px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__price {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__price {
    width: 50%;
    padding: 0 10px 5px 0;
    bottom: 3px;
    position: relative;
    margin-left: 0;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__price {
    width: calc(100% - 60px);
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__price {
    font-size: 16px;
    padding: 0;
    margin-top: 17px;
  }
}
.product-details .sticky-footline .sticky-footline__container .sticky-footline__contact {
  width: 500px;
  float: right;
  padding-right: 32px;
  text-align: right;
}
@media (max-width: 1200px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact {
    width: 300px;
    float: right;
  }
}
@media (max-width: 1024px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact {
    padding-right: 0;
    float: right;
  }
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact button {
    position: relative;
    top: 21px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact button {
    top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact button {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact button {
    width: 45px;
    top: 0;
  }
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact button:before {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact button span {
    display: none;
  }
}
@media (max-width: 768px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact {
    width: 50%;
    float: right;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact {
    width: 60px;
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .product-details .sticky-footline .sticky-footline__container .sticky-footline__contact {
    position: absolute;
    top: 15px;
    right: 20px;
    float: none;
    margin-left: 0;
    width: 45px;
    margin-top: 3px;
  }
}
.product-details .sticky-footline .sticky-footline__container h4, .product-details .sticky-footline .sticky-footline__container h5 {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (max-width: 1200px) {
  .product-details .sticky-footline .sticky-footline__container h4, .product-details .sticky-footline .sticky-footline__container h5 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .product-details .sticky-footline .sticky-footline__container h4, .product-details .sticky-footline .sticky-footline__container h5 {
    font-size: 18px;
  }
}
.product-details .tx-netl-social-media > * {
  color: #4A4F54;
}
.product-details .tx-netl-social-media .netl-social-media-info {
  position: relative;
}
.product-details .tx-netl-social-media .netl-social-media-info.map-background {
  height: 346px;
  background: url(../Images/background-map.jpg);
}
.product-details .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 540px;
  background: #ffffff;
  padding: 20px;
}
.product-details .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap a, .product-details .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap p {
  font-weight: normal;
  color: #4A4F54;
}

/* TODO: To be styled */
#request-feedback {
  display: none;
}

.search-form {
  position: relative;
  z-index: 1;
}
.search-form .search-form__header {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1200px) {
  .search-form .search-form__header {
    margin: 0 0 10px 0;
  }
}
.search-form .search-form__header strong {
  font-weight: bold;
}
.search-form .search-form__column {
  display: block;
  position: relative;
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  z-index: auto;
}
.search-form .search-form__column::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1200px) {
  .search-form .search-form__column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
  }
}
.search-form .search-form__column.search-form__column--wide {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .search-form .search-form__column.search-form__column--wide {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__column.search-form__column--beds {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__column.search-form__column--price {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .search-form__column.search-form__column--full {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.search-form .search-form__column.search-form__column--header {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.search-form .search-form__column.search-form__column--header h2 {
  font-weight: bold;
  font-size: 32px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .search-form .search-form__column.search-form__column--header h2 {
    font-size: 20px;
    margin: 0;
  }
}
.search-form .search-form__column .search-form__submit {
  display: block;
  float: left;
  width: 100%;
}
.search-form .search-form__column .search-form__submit .button {
  height: 52px;
}
@media (max-width: 768px) {
  .search-form .search-form__column .search-form__submit .button {
    height: inherit;
  }
}
.search-form .search-form__container-wrap {
  background: #FFBE37;
  color: #4A4F54;
  padding: 0 30px 0 30px;
}
@media (max-width: 1200px) {
  .search-form .search-form__container-wrap {
    padding: 0;
  }
}
.search-form .search-form__container-wrap.search-form__container-wrap--extended {
  background: #FFDDA8;
}
.search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column--beds .button span, .search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column--price .button span {
  color: #ffffff;
}
.search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column--beds .button:after, .search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column--price .button:after {
  background-color: #FFBE37;
}
.search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column--wide {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .search-form .search-form__container-wrap.search-form__container-wrap--extended .search-form__column--wide {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .search-form__container-wrap.search-form__container-wrap--no-background {
  background: none;
  color: #4A4F54;
}
.search-form .search-form__container-wrap.search-form__container-wrap--no-background .search-form__filter, .search-form .search-form__container-wrap.search-form__container-wrap--no-background .search-form__filter-options {
  border: 1px solid #aaa;
}
.search-form .search-form__container-wrap.search-form__container-wrap--no-background .search-form__filter-options {
  left: -1px;
  width: calc(100% + 2px);
}
.search-form .search-form__container {
  max-width: 1501px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .search-form .search-form__container {
    flex-wrap: wrap;
  }
}
.search-form .search-form__container::after {
  clear: both;
  content: "";
  display: table;
}
.search-form .search-form__sticky {
  background: #FFBE37;
  color: #4A4F54;
  border-top: 1px solid #ffd887;
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search-form .search-form__sticky::after {
  clear: both;
  content: "";
  display: table;
}
.search-form .search-form__sticky .icon--reset:before {
  margin-right: 10px;
}
.search-form .search-form__sticky a {
  float: right;
}
@media (max-width: 1024px) {
  .search-form .search-form__sticky a {
    font-weight: lighter;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__sticky a {
    float: none;
    display: block;
  }
}
.search-form .search-form__sticky.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .search-form .search-form__sticky {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search-form .search-form__sticky .search-form__column {
    margin-top: 0;
  }
}
.search-form .search-form__type {
  width: 100%;
}
.search-form .search-form__type ul {
  text-align: center;
  list-style: none;
  margin: 30px;
}
.search-form .search-form__type ul li {
  display: inline-block;
  position: relative;
}
.search-form .search-form__type ul li:before {
  display: none;
}
.search-form .search-form__type ul li input {
  position: absolute;
  opacity: 0;
}
.search-form .search-form__type ul li label {
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.search-form .search-form__type ul li label span {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 8px;
  background: #4A4F54;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .search-form .search-form__type ul li label span {
    margin-right: 0;
  }
}
.search-form .search-form__type ul li label span i {
  display: inline-block;
  height: 48px;
  width: 48px;
}
.search-form .search-form__type ul li label b {
  font-weight: lighter;
}
@media (max-width: 1024px) {
  .search-form .search-form__type ul li label b {
    display: none;
  }
}
.search-form .search-form__type ul li.active label span {
  background: #ffffff;
}
.search-form .search-form__type ul li.active i.search-form__type--all {
  background: url("../Icons/Content/black/type_all.svg") no-repeat center center;
  background-size: 38px 38px;
}
.search-form .search-form__type ul li.active i.search-form__type--Caravan {
  background: url("../Icons/Content/black/type_caravan.svg") no-repeat center center;
  background-size: 32px 32px;
}
.search-form .search-form__type ul li.active i.search-form__type--Reisemobil {
  background: url("../Icons/Content/black/type_reisemobil.svg") no-repeat center center;
  background-size: 32px 32px;
}
.search-form .search-form__type ul li.active i.search-form__type--Van {
  background: url("../Icons/Content/black/type_van.svg") no-repeat center center;
  background-size: 32px 32px;
}
.search-form .search-form__type ul li.disabled label {
  color: rgba(74, 79, 84, 0.3) !important;
}
.search-form .search-form__type ul li i.search-form__type--all {
  background: url("../Icons/Content/white/type_all.svg") no-repeat center center;
  background-size: 38px 38px;
}
.search-form .search-form__type ul li i.search-form__type--Caravan {
  background: url("../Icons/Content/white/type_caravan.svg") no-repeat center center;
  background-size: 32px 32px;
}
.search-form .search-form__type ul li i.search-form__type--Reisemobil {
  background: url("../Icons/Content/white/type_reisemobil.svg") no-repeat center center;
  background-size: 32px 32px;
}
.search-form .search-form__type ul li i.search-form__type--Van {
  background: url("../Icons/Content/white/type_van.svg") no-repeat center center;
  background-size: 32px 32px;
}
.search-form .search-form__filter {
  background: #ffffff;
  position: relative;
}
.search-form .search-form__filter h3 {
  position: relative;
  font-size: 1em;
  font-weight: lighter;
  padding: 5px 15px;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 768px) {
  .search-form .search-form__filter h3 {
    font-size: 16px;
  }
}
.search-form .search-form__filter h3:before {
  content: " ";
  display: block;
  height: 18px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 18px;
  background: url("../Icons/Content/black/chevron-down.svg") no-repeat;
  background-size: 20px 20px;
  transform-origin: center center;
  transition: transform 0.5s;
}
@media (max-width: 1024px) {
  .search-form .search-form__filter h3:before {
    top: 15px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__filter h3:before {
    top: 12px;
  }
}
@media (max-width: 480px) {
  .search-form .search-form__filter h3:before {
    top: 10px;
  }
}
.search-form .search-form__filter.search-form__filter--open h3:before {
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.search-form .search-form__filter .button.button--yellow {
  border: 0;
}
.search-form .search-form__filter .button.button--yellow:after {
  background-color: #FFBE37;
}
.search-form .search-form__filter .button.button--yellow:hover span {
  color: #ffffff;
}
.search-form .search-form__filter-info {
  color: #4A4F54;
  padding: 30px 15px;
}
.search-form .search-form__filter-options {
  position: absolute;
  left: 0;
  top: 57px;
  min-width: 270px;
  width: 100%;
  z-index: 10;
  color: #4A4F54;
  background: #ffffff;
}
@media (max-width: 768px) {
  .search-form .search-form__filter-options {
    top: 45px;
  }
}
.search-form .search-form__filter-options input[type=text] {
  width: 60px;
  margin: 10px 15px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  font-size: 1em;
}
.search-form .search-form__filter-options p {
  margin: 0 10px;
}
.search-form .search-form__filter-options button {
  margin: 10px;
  width: calc(100% - 20px);
}
.search-form .search-form__filter-options.search-form__filter-options--price {
  right: 0;
  left: initial;
}
.search-form .search-form__filter-options.search-form__filter-options--price input[type=text] {
  width: 150px;
}
.search-form .search-form__filter-options ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.search-form .search-form__filter-options ul li {
  padding: 5px 10px;
}
.search-form .search-form__filter-options ul li:before {
  display: none;
}
.search-form .search-form__filter-options ul li:hover {
  cursor: pointer;
}
.search-form .search-form__filter-options ul li.disabled label {
  color: rgba(74, 79, 84, 0.3) !important;
}
.search-form .search-form__filter-options ul li [type=radio] + label {
  position: absolute;
  width: 100%;
}
.search-form .search-form__filter-options ul li [type=radio] {
  position: relative;
  left: 15px;
  top: -2px;
  z-index: 0;
  -webkit-appearance: none;
}
.search-form .search-form__filter-options ul li [type=radio] + label::before {
  width: 22px;
  height: 22px;
  background-color: #4A4F54;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  z-index: 5;
  position: relative;
  border-radius: 30px;
}
.search-form .search-form__filter-options ul li input[type=radio]:checked + label::before {
  background: url("../Icons/Content/radio.png");
}
.search-form .search-form__range-filter {
  /** FF*/
  /* IE*/
}
.search-form .search-form__range-filter * {
  font-weight: lighter;
}
.search-form .search-form__range-filter h3 {
  color: #4A4F54;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .search-form .search-form__range-filter h3 {
    margin-bottom: 0;
  }
}
.search-form .search-form__range-filter input[type=text] {
  width: calc(100% - 95px);
  border: none;
  margin: 10px 15px;
  padding: 5px 10px;
  font-size: 1em;
}
@media (max-width: 768px) {
  .search-form .search-form__range-filter input[type=text] {
    width: 200px;
  }
}
.search-form .search-form__range-filter .slider-wrap {
  display: inline-block;
  width: calc(60% - 20px);
  margin-right: 20px;
}
@media (max-width: 768px) {
  .search-form .search-form__range-filter .slider-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.search-form .search-form__range-filter .slider-input {
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .search-form .search-form__range-filter .slider-input {
    width: 100%;
  }
}
.search-form .search-form__range-filter .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  background: #ffffff;
  outline: none;
}
.search-form .search-form__range-filter .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: url("../Icons/Content/slider.png") no-repeat;
  cursor: pointer;
}
.search-form .search-form__range-filter .slider::-moz-range-thumb {
  width: 46px;
  height: 46px;
  border: 0;
  background: url("../Icons/Content/slider.png") no-repeat;
  cursor: pointer;
}
.search-form .search-form__range-filter input[type=range]::-moz-range-progress {
  height: 10px;
  background-color: rgba(74, 79, 84, 0.3);
}
.search-form .search-form__range-filter input[type=range]::-moz-range-track {
  height: 10px;
  background-color: rgba(74, 79, 84, 0.3);
}
.search-form .search-form__range-filter input[type=range]::-ms-fill-lower {
  height: 10px;
  background-color: rgba(74, 79, 84, 0.3);
}
.search-form .search-form__range-filter input[type=range]::-ms-fill-upper {
  height: 10px;
  background-color: #ffffff;
}
.search-form .search-form__multi-filter h3 {
  color: #4A4F54;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .search-form .search-form__multi-filter h3 {
    padding: 0;
  }
}
.search-form .search-form__multi-filter ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  width: 100%;
}
.search-form .search-form__multi-filter ul li {
  width: 100%;
  margin-bottom: 20px;
  font-weight: lighter;
}
.search-form .search-form__multi-filter ul li:before {
  display: none;
}
.search-form .search-form__multi-filter ul li [type=checkbox] + label {
  position: absolute;
  width: 100%;
}
.search-form .search-form__multi-filter ul li [type=checkbox] {
  position: relative;
  left: 15px;
  top: -2px;
  z-index: 0;
  -webkit-appearance: none;
}
.search-form .search-form__multi-filter ul li [type=checkbox] + label::before {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  z-index: 5;
  position: relative;
}
.search-form .search-form__multi-filter ul li input[type=checkbox]:checked + label::before {
  background: url("../Icons/Content/checkbox.png");
}
.search-form .search-form__multi-filter ul li.disabled {
  color: rgba(74, 79, 84, 0.5);
}
.search-form .search-form__multi-filter ul li.disabled [type=checkbox] + label::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.search-form .search-form__state {
  height: 48px;
  margin-top: 30px;
  margin-bottom: 50px;
  z-index: 10;
  display: flex;
  align-content: center;
}
.search-form .search-form__state a {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .search-form .search-form__state {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
}
.search-form .search-form__state .button {
  float: left;
}
@media (max-width: 768px) {
  .search-form .search-form__state .button {
    float: none;
  }
}
.search-form .search-form__state ul {
  list-style: none;
  display: inline-block;
  margin: 6px 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .search-form .search-form__state ul {
    display: block;
    margin: 0;
  }
}
.search-form .search-form__state ul li {
  display: inline-block;
  background: #fff9eb;
  color: #000000;
  margin-right: 20px;
  border-radius: 8px;
  font-size: 18px;
  padding: 0 14px 0 8px;
  height: 36px;
  line-height: 36px;
  font-weight: lighter;
  border: none;
  text-decoration: none;
}
.search-form .search-form__state ul li:before {
  display: none;
}
@media (max-width: 768px) {
  .search-form .search-form__state ul li {
    font-size: 16px;
    font-weight: normal;
  }
}
.search-form .search-form__state ul li span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 3px;
  height: 18px;
  width: 18px;
}
.search-form .search-form__state ul li span:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 12px;
  width: 12px;
  height: 12px;
  background-image: url(../Icons/Content/black/close.svg);
}
.search-form .search-form__state ul li:hover {
  background-color: #fff2d7;
  cursor: pointer;
}

.search-form .search-form__list-options .search-form__column {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .search-form .search-form__list-options .search-form__column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__list-options .search-form__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .search-form__list-options .search-form__column--store {
  margin-left: calc(50% - 30px + 40px);
}
@media (max-width: 1200px) {
  .search-form .search-form__list-options .search-form__column--store {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__list-options .search-form__column--store {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .search-form__list-options .search-form__column--sort {
  margin-left: calc(75% - 35px + 40px);
}
@media (max-width: 1200px) {
  .search-form .search-form__list-options .search-form__column--sort {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__list-options .search-form__column--sort {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .search-form__list-options .search-form__column--wide {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .search-form .search-form__list-options .search-form__column--wide {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .search-form .search-form__list-options .search-form__column--wide {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.search-form .button.button--filter-open {
  background: none !important;
  border: none !important;
}
.search-form .button.button--filter-open span {
  color: #4A4F54 !important;
  top: -3px;
}
.search-form .button.button--filter-open:after {
  display: none;
}
.search-form .button.button--filter {
  background: none !important;
  border: none !important;
}
.search-form .button.button--filter span {
  color: #4A4F54 !important;
  top: -3px;
}
.search-form .button.button--filter:after {
  display: none;
}

.quicksearch {
  text-align: left;
}
.quicksearch .search-form {
  z-index: 5;
}
.quicksearch .search-form .search-form__container {
  max-width: 959px;
}
.quicksearch .search-form .search-form__container-wrap {
  padding: 0 50px;
  background: none;
  margin: 0 auto;
}
@media (max-width: 1504px) {
  .quicksearch .search-form .search-form__container-wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .quicksearch .search-form .search-form__container-wrap {
    padding: 0;
  }
}
.quicksearch .search-form .search-form__container {
  width: 100%;
}
.quicksearch .search-form .search-form__column {
  margin-top: 0;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .quicksearch .search-form .search-form__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.quicksearch .search-form .search-form__column .search-form__filter {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .quicksearch .search-form .search-form__column .search-form__filter {
    margin-bottom: 20px;
  }
}
.quicksearch .search-form .search-form__column .search-form__filter.search-form__filter--half-first {
  float: left;
}
.quicksearch .search-form .search-form__column .search-form__filter.search-form__filter--half-last {
  float: right;
}
.quicksearch .search-form .search-form__column .search-form__filter.search-form__filter--half {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .quicksearch .search-form .search-form__column .search-form__filter.search-form__filter--half {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .quicksearch .search-form .search-form__column .search-form__filter.search-form__filter--half {
    width: 100%;
  }
}
.quicksearch .search-form .search-form__column.search-form__column--wide {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .quicksearch .search-form .search-form__column.search-form__column--wide {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.quicksearch .search-form .search-form__column.search-form__column--full {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.quicksearch .button {
  display: block;
}
@media (max-width: 768px) {
  .quicksearch .button {
    margin-bottom: 20px;
  }
}

.search__preloader {
  background: #FFBE37;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
.search__preloader i {
  display: inline-block;
  margin-right: 10px;
}

.search__pagination {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 180px;
}
.search__pagination .button {
  width: auto;
}
.search__pagination .button i {
  display: inline-block;
  margin-right: 10px;
}
.search__pagination .button i:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/black/reset.svg);
}

.search-result {
  padding: 0 30px 0 30px;
}
@media (max-width: 1200px) {
  .search-result {
    padding: 0;
  }
}

.list-item-wrap {
  background: #fff;
  box-shadow: 0px -1px 15px 0px #00000040;
  margin: 30px;
}
.list-item-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.list-item {
  margin: 0 auto;
  max-width: 1504px;
}
.list-item::after {
  clear: both;
  content: "";
  display: block;
}
.list-item .list-item__image {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: 0;
}
.list-item .list-item__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .list-item .list-item__image {
    width: 100%;
    margin: 0;
  }
}
.list-item .list-item__data {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.list-item .list-item__data header > * {
  display: block;
}
.list-item .list-item__data header h5 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data header h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.list-item .list-item__data header h5 a {
  color: #4A4F54;
  text-decoration: none;
}
.list-item .list-item__data header .list-item__addition {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data header .list-item__addition {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.list-item .list-item__data header .list-item__condition {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data header .list-item__condition {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.list-item .list-item__data table {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  border-top: 1px solid rgba(74, 79, 84, 0.15);
  border-bottom: 1px solid rgba(74, 79, 84, 0.15);
}
@media (max-width: 1024px) {
  .list-item .list-item__data table {
    margin-bottom: 10px;
  }
}
.list-item .list-item__data table tr.icon-list__row {
  width: 50%;
}
.list-item .list-item__data table tr.icon-list__row td.icon-list__column, .list-item .list-item__data table tr.icon-list__row th.icon-list__column {
  display: inline-block;
  padding: 15px 0 0;
  text-align: left;
  border: none;
  font-size: 18px;
  height: auto;
}
.list-item .list-item__data table tr.icon-list__row td.icon-list__column img, .list-item .list-item__data table tr.icon-list__row th.icon-list__column img {
  height: 22px;
  width: 22px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data table tr.icon-list__row td.icon-list__column, .list-item .list-item__data table tr.icon-list__row th.icon-list__column {
    padding: 10px 0 0;
  }
}
.list-item .list-item__data table tr.icon-list__row td.icon-list__column.icon-list__column--value {
  text-align: left;
  width: calc(100% - 28px);
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data table tr.icon-list__row td.icon-list__column.icon-list__column--value {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .list-item .list-item__data table tr.icon-list__row--hide-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .list-item .list-item__data table tr.icon-list__row--mobile-wide {
    width: 100%;
  }
}
.list-item .list-item__data .list-item__cta > * {
  float: right;
}
@media (max-width: 1024px) {
  .list-item .list-item__data .list-item__cta > * {
    float: none;
  }
}
.list-item .list-item__data .list-item__cta strong {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin-right: 40px;
  color: #4A4F54;
  margin-top: 8px;
}
.list-item .list-item__data .list-item__cta strong.hide-mobile {
  display: block;
}
@media (max-width: 1024px) {
  .list-item .list-item__data .list-item__cta strong.hide-mobile {
    display: none;
  }
}
.list-item .list-item__data .list-item__cta strong.hide-desktop {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data .list-item__cta strong.hide-desktop {
    display: block;
    font-size: 20px;
    margin-right: 0;
  }
}
.list-item .list-item__data .list-item__cta a {
  width: 352px;
}
@media (max-width: 1024px) {
  .list-item .list-item__data .list-item__cta a {
    width: 100%;
  }
}
.list-item .icon-list-wrap {
  display: flex;
}

.series-list::after {
  clear: both;
  content: "";
  display: table;
}
.series-list .series-list__item-wrapper .series-list__row {
  background-color: #4A4F54;
  margin-bottom: 424px;
}
@media (max-width: 1024px) {
  .series-list .series-list__item-wrapper .series-list__row {
    margin-bottom: 490px;
  }
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row {
    background-color: #ffffff;
    margin-bottom: 0;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1504px;
  margin: 0 auto;
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column {
    width: 100%;
    margin-bottom: 18px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image {
    background-color: #4A4F54;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image:hover:before {
  opacity: 0;
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image:hover img {
  transform: scale(1.1);
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
  opacity: 1;
  background-color: rgba(74, 79, 84, 0.7);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image:before {
    display: none;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FFBE37;
  background: linear-gradient(0deg, rgba(255, 190, 55, 0) 0%, rgba(255, 190, 55, 0.7) 100%);
  display: block;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image:after {
    display: none;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .image {
  overflow: hidden;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .image {
    margin-bottom: 24px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .image img {
  transition: transform ease-in-out 0.3s;
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image h3 {
  position: absolute;
  top: 40px;
  left: 32px;
  margin: 0;
  color: white;
  z-index: 2;
  transition: color ease-in-out 0.3s;
}
@media (max-width: 1024px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image h3 {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image h3 {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 22px;
    width: 100%;
    float: left;
    padding-left: 32px;
  }
}
@media (max-width: 480px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image h3 {
    padding-left: 20px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .button {
  position: absolute;
  bottom: 47px;
  right: 32px;
  z-index: 2;
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .button:hover:after {
  background-color: #ffffff;
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .button:hover span {
  color: #4A4F54;
}
@media (max-width: 1504px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .button {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .button {
    position: relative;
    right: initial;
    bottom: initial;
    margin: 0 0 37px 32px;
  }
}
@media (max-width: 480px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__image .button {
    margin: 0 0 37px 20px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content {
  position: absolute;
  width: 100%;
  padding: 21px 32px;
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content {
    position: relative;
  }
}
@media (max-width: 480px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content {
    padding: 21px 20px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__claim {
  width: 50%;
  float: left;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__claim {
    width: 100%;
    padding-right: 0;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__claim h5 {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__claim h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__claim h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts {
  width: 50%;
  float: right;
}
@media (max-width: 1024px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts {
    width: 100%;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts .datasheet .datasheet__icon {
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts .datasheet .datasheet__label {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts .datasheet .datasheet__value {
    font-size: 18px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts .datasheet .datasheet__value {
  float: right;
}
@media (max-width: 768px) {
  .series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__table-facts .datasheet .datasheet__price span {
    position: relative;
    top: -5px;
  }
}
.series-list .series-list__item-wrapper .series-list__row .series-list__column-container .series-list__column .series-list__content .series-list__link {
  display: block;
  width: 100%;
  float: left;
  margin-top: 33px;
  text-align: right;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 70px;
}
@media (max-width: 480px) {
  .contact-list {
    margin: 0;
  }
}
.contact-list .contact-list__item {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .contact-list .contact-list__item {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .contact-list .contact-list__item {
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .contact-list .contact-list__item {
    grid-column: span 12;
  }
}
.contact-list .contact-list__item .contact-list__content h4 {
  margin: 16px 0;
}
.contact-list .contact-list__item .contact-list__content p:last-of-type {
  margin-bottom: 0;
}
.grid-section--black .contact-list .contact-list__item .contact-list__content .link:hover span {
  color: #ffffff;
}
@media (max-width: 480px) {
  .contact-list .contact-list__item .contact-list__content .link {
    margin-bottom: 10px;
  }
}

.single-contact::after {
  clear: both;
  content: "";
  display: table;
}
.single-contact .single-contact__image {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(25% - 25px + 40px);
}
@media (max-width: 1504px) {
  .single-contact .single-contact__image {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
  }
}
@media (max-width: 1200px) {
  .single-contact .single-contact__image {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 1024px) {
  .single-contact .single-contact__image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .single-contact .single-contact__image {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .single-contact .single-contact__image {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.single-contact .single-contact__image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-contact .single-contact__content {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1504px) {
  .single-contact .single-contact__content {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .single-contact .single-contact__content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .single-contact .single-contact__content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .single-contact .single-contact__content {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
  }
}
@media (max-width: 480px) {
  .single-contact .single-contact__content {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.single-contact .single-contact__content h3 {
  margin-top: 0;
}

.double-contact {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .double-contact::after {
    clear: both;
    content: "";
    display: table;
  }
}
.double-contact .double-contact__image {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: 0;
}
@media (max-width: 1504px) {
  .double-contact .double-contact__image {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .double-contact .double-contact__image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 768px) {
  .double-contact .double-contact__image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
  }
}
.double-contact .double-contact__image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.double-contact .double-contact__content {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .double-contact .double-contact__content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .double-contact .double-contact__content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
    padding-left: 0;
    margin-top: 20px;
  }
}
.double-contact .double-contact__content h3 {
  margin-top: 0;
}

.stores {
  margin: 0 16px;
}
.stores .stores__headline {
  margin: 0 16px;
}
@media (max-width: 480px) {
  .stores .stores__headline {
    margin: 0;
  }
}
.stores .stores__map {
  width: calc(100% - 32px);
  margin: 0 16px 32px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 480px) {
  .stores .stores__map {
    width: 100%;
    margin: 0 0 32px;
  }
}
.stores .stores__map #storesMap {
  width: 100%;
  height: 480px;
}
.stores .stores__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .stores .stores__list {
    justify-content: left;
  }
}
.stores .stores__list .stores__item {
  width: calc(50% - 32px);
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .stores .stores__list .stores__item {
    width: calc(50% - 32px);
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .stores .stores__list .stores__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .stores .stores__list .stores__item {
    margin: 0 0 48px;
  }
  .stores .stores__list .stores__item:last-child {
    margin: 0 0 15px;
  }
}
.stores .stores__list .stores__item h3, .stores .stores__list .stores__item h4 {
  font-size: 36px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .stores .stores__list .stores__item h3, .stores .stores__list .stores__item h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .stores .stores__list .stores__item h3, .stores .stores__list .stores__item h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .stores .stores__list .stores__item h3, .stores .stores__list .stores__item h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.stores .tx-netl-social-media .netl-social-media-info {
  position: relative;
}
.stores .tx-netl-social-media .netl-social-media-info.map-background {
  height: 480px;
  background: url(../Images/background-map.jpg);
}
.stores .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 540px;
  background: #ffffff;
  padding: 20px;
}
.stores .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap a, .stores .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap p {
  font-weight: normal;
  color: #111111;
}
.stores .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap button {
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  border: none;
}
.stores .tx-netl-social-media .netl-social-media-info .netl-social-media-inner-wrap button:hover {
  border: none;
}

.model-search-button {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .model-search-button {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .model-search-button {
    margin-top: 30px;
  }
}
.model-search-button .button {
  display: inline-block;
}

.google-reviews .google-reviews__item {
  background-color: #ffffff;
  padding: 32px;
}
.google-reviews .google-reviews__item .google-reviews__star-ranking .star-rating {
  padding-bottom: 0;
}
.google-reviews .google-reviews__item .google-reviews__star-ranking .star-rating .stars {
  text-align: center;
}
.google-reviews .google-reviews__item .google-reviews__star-ranking .star-rating .stars span {
  content: url(../Icons/Content/yellow/star.svg);
  height: 24px;
}
.google-reviews .google-reviews__item .google-reviews__content.google-reviews__content--visible .google-reviews__text {
  height: auto;
}
.google-reviews .google-reviews__item .google-reviews__content .google-reviews__text {
  margin-bottom: 16px;
  height: 145px;
  overflow: hidden;
}
.google-reviews .google-reviews__item .google-reviews__content .google-reviews__text p {
  color: #000000;
}
.google-reviews .google-reviews__item .google-reviews__content .google-reviews__show-more {
  margin-bottom: 32px;
}
.google-reviews .google-reviews__item .google-reviews__content .google-reviews__show-more button {
  color: #FFBE37;
  font-size: 20px;
  background-color: transparent;
  text-decoration: underline;
}
.google-reviews .google-reviews__item .google-reviews__content .google-reviews__show-more button:hover {
  text-decoration: none;
}
.google-reviews .google-reviews__link {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .google-reviews .google-reviews__link {
    margin-top: 24px;
  }
}

.grid-section.grid-section--black .google-reviews .google-reviews__item h5 {
  color: #ffffff;
}
.grid-section.grid-section--black .google-reviews .google-reviews__item p {
  color: #ffffff;
}

.google-reviews .google-reviews__place-info {
  width: 326px;
  margin: 0 auto 40px;
}
.google-reviews .google-reviews__place-info::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 480px) {
  .google-reviews .google-reviews__place-info {
    width: 280px;
  }
}
.google-reviews .google-reviews__place-info .google-reviews__logo {
  float: left;
  margin-right: 26px;
}
@media (max-width: 480px) {
  .google-reviews .google-reviews__place-info .google-reviews__logo {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .google-reviews .google-reviews__place-info .google-reviews__logo img {
    width: 60px;
    margin-top: 3px;
  }
}
.google-reviews .google-reviews__place-info .google-reviews__main {
  float: right;
}
.google-reviews .google-reviews__place-info .google-reviews__main .google-reviews__caption {
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 11px;
}
@media (max-width: 480px) {
  .google-reviews .google-reviews__place-info .google-reviews__main .google-reviews__caption {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.google-reviews .google-reviews__place-info .google-reviews__main .star-rating {
  padding-bottom: 0;
}
.google-reviews .google-reviews__place-info .google-reviews__main .star-rating .stars {
  text-align: center;
}
.google-reviews .google-reviews__place-info .google-reviews__main .star-rating .stars span {
  content: url(../Icons/Content/yellow/star.svg);
  height: 24px;
}
@media (max-width: 480px) {
  .google-reviews .google-reviews__place-info .google-reviews__main .star-rating .stars span {
    height: 18px;
  }
}
.google-reviews .google-reviews__place-info .google-reviews__main .google-reviews__general-rating {
  margin-left: 18px;
  font-weight: bold;
  color: #FFBE37;
  font-size: 24px;
}
@media (max-width: 480px) {
  .google-reviews .google-reviews__place-info .google-reviews__main .google-reviews__general-rating {
    font-size: 20px;
  }
}

@media (max-width: 1504px) {
  .powermail_form {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .powermail_form {
    padding: 0;
  }
}
.powermail_form .powermail_fieldset {
  margin-left: -30px;
  margin-bottom: 40px;
  border: 0;
}
.powermail_form .powermail_fieldset:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset {
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset {
    margin-left: 0;
  }
}
.powermail_form .powermail_fieldset .powermail_legend {
  display: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap {
  margin-bottom: 40px;
  width: calc(100% - 30px);
  margin-left: 30px;
  float: left;
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap {
    width: 100%;
    margin-left: 0;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap {
    margin-bottom: 20px;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width100, .powermail_form .powermail_fieldset .powermail_fieldwrap.width75, .powermail_form .powermail_fieldset .powermail_fieldwrap.width66, .powermail_form .powermail_fieldset .powermail_fieldwrap.width50, .powermail_form .powermail_fieldset .powermail_fieldwrap.width33, .powermail_form .powermail_fieldset .powermail_fieldwrap.width25 {
  float: left;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width100, .powermail_form .powermail_fieldset .powermail_fieldwrap.width75, .powermail_form .powermail_fieldset .powermail_fieldwrap.width66, .powermail_form .powermail_fieldset .powermail_fieldwrap.width50, .powermail_form .powermail_fieldset .powermail_fieldwrap.width33, .powermail_form .powermail_fieldset .powermail_fieldwrap.width25 {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width100, .powermail_form .powermail_fieldset .powermail_fieldwrap.width75, .powermail_form .powermail_fieldset .powermail_fieldwrap.width66, .powermail_form .powermail_fieldset .powermail_fieldwrap.width50, .powermail_form .powermail_fieldset .powermail_fieldwrap.width33, .powermail_form .powermail_fieldset .powermail_fieldwrap.width25 {
    margin-left: 0;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width100 {
  width: calc(100% - 30px);
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width100 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width100 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width75 {
  width: calc(75% - 30px);
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width75 {
    width: calc(75% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width75 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width66 {
  width: calc(66.66666% - 30px);
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width66 {
    width: calc(66.66666% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width66 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width50 {
  width: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width50 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width50 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width33 {
  width: calc(33.33333% - 30px);
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width33 {
    width: calc(33.33333% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width33 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.width25 {
  width: calc(25% - 30px);
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width25 {
    width: calc(25% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.width25 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label {
  font-weight: bold;
  color: #4A4F54;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label .mandatory {
  display: inline-block;
  margin-left: 3px;
  color: #f30077;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  float: left;
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    margin-left: 0;
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .button {
  margin-bottom: 0;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field {
  background-color: #f30077;
  padding: 32px 37px;
  position: relative;
}
@media (max-width: 480px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field {
    padding: 16px 20px;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field input {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: 20px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field input:checked {
  background-color: #4A4F54;
}
@media (max-width: 480px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field input {
    top: -2px;
    width: 24px;
    height: 24px;
    left: 25px;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field span {
  position: relative;
  top: 2px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  line-height: 20px;
}
@media (max-width: 480px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.conditionCheckbox .powermail_field span {
    top: 0;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox:nth-last-child(2),
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio:nth-last-child(2), .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .checkbox:nth-last-child(2),
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .radio:nth-last-child(2) {
  margin-bottom: 0;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity {
  width: calc(100% - 60px);
  margin-left: 30px;
  clear: both;
}
@media (max-width: 1024px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity {
    width: 100%;
    margin-left: 0;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity > label {
  display: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity input[type=checkbox] {
  top: 6px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity label {
  font-size: 14px;
  line-height: 20px;
  margin-top: -10px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.datasecurity span {
  font-size: 20px;
  line-height: 28px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.multiple-choice .powermail_field {
  display: flex;
  flex-wrap: wrap;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.multiple-choice .powermail_field .checkbox,
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.multiple-choice .powermail_field .radio {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.multiple-choice .powermail_field .checkbox,
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check.multiple-choice .powermail_field .radio {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_field .select {
  position: relative;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_field .select:after {
  content: " ";
  width: 46px;
  height: 46px;
  background-color: #ECECEC;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/black/angle-down.svg);
}
@media (max-width: 768px) {
  .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_field .select:after {
    width: 42px;
    height: 42px;
    background-size: 18px;
  }
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_field-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
.powermail_form input,
.powermail_form select,
.powermail_form textarea {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 5px 18px;
  font-size: 20px;
  line-height: 24px;
  border: none;
  background-color: #ECECEC;
  resize: vertical;
  height: 48px;
}
@media (max-width: 1024px) {
  .powermail_form input,
.powermail_form select,
.powermail_form textarea {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .powermail_form input,
.powermail_form select,
.powermail_form textarea {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .powermail_form input,
.powermail_form select,
.powermail_form textarea {
    padding: 10px;
  }
}
.powermail_form textarea {
  height: 250px;
}
.powermail_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  position: relative;
}
.powermail_form input[type=file] {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.powermail_form input[type=file]::file-selector-button {
  background-color: #ECECEC;
  padding: 15px 15px 15px 45px;
  border: none;
  font-size: 20px;
  line-height: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/black/plus.svg);
  background-position: left 10px center;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .powermail_form input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px 10px 30px;
    background-size: 14px;
    margin-right: 10px;
  }
}
.powermail_form .checkbox {
  margin-bottom: 15px;
}
.powermail_form .checkbox:last-child {
  margin-bottom: 0;
}
.powermail_form .checkbox label {
  position: relative;
  padding-left: 40px;
  display: block;
}
.powermail_form .checkbox label input[type=checkbox] {
  margin-left: -40px;
}
.powermail_form .checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ECECEC;
  position: relative;
  width: 22px;
  height: 22px;
  top: 4px;
  margin-right: 15px;
  padding: 0;
}
.powermail_form .checkbox input[type=checkbox]:checked {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/black/check.svg);
}
@media (max-width: 768px) {
  .powermail_form .checkbox input[type=checkbox]:checked {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    background-image: url(../Icons/Content/black/check.svg);
  }
}
.powermail_form .radio {
  margin-bottom: 15px;
}
.powermail_form .radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ECECEC;
  position: relative;
  width: 22px;
  height: 22px;
  top: 4px;
  margin-right: 5px;
  padding: 0;
  border-radius: 50%;
}
.powermail_form .radio input[type=radio]:checked:after {
  content: " ";
  width: 50%;
  height: 50%;
  background-color: #4A4F54;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.powermail_form .powermail-errors-list.filled {
  list-style: none;
  margin: 5px 0 0 0;
}
.powermail_form .powermail-errors-list.filled li {
  color: #f30077 !important;
  font-weight: bold;
}
.powermail_form .powermail-errors-list.filled li:before {
  display: none;
}

.powermail_form .powermail_field {
  position: relative;
}
.powermail_form .powermail_field .parsley-errors-list {
  width: 100%;
  background-color: #FFBE37;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 768px) {
  .powermail_form .powermail_field .parsley-errors-list {
    position: relative;
    bottom: initial;
    left: initial;
  }
}
.powermail_form .powermail_field .parsley-errors-list li {
  padding: 5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .powermail_form .powermail_field .parsley-errors-list li {
    font-size: 16px;
    line-height: 22px;
  }
}
.powermail_form .powermail_field .parsley-errors-list li:before {
  display: none;
}

.tx-powermail .powermail_create table {
  width: 100%;
}
@media (max-width: 1024px) {
  .tx-powermail .powermail_create table {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tx-powermail .powermail_create table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tx-powermail .powermail_create table tr {
    display: block;
    width: 100%;
  }
}
.tx-powermail .powermail_create table tr td {
  width: 50%;
  vertical-align: top;
  padding: 20px;
}
@media (max-width: 1024px) {
  .tx-powermail .powermail_create table tr td {
    display: block;
    width: 100%;
    padding: 0;
    height: initial;
    min-height: 26px;
    border-bottom: 0;
  }
}
.tx-powermail .powermail_create table tr td strong {
  color: #FFBE37;
}
.tx-powermail .powermail_create table tr td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.tx-powermail .powermail_create table tr td:first-of-type {
  text-align: right;
}
@media (max-width: 1024px) {
  .tx-powermail .powermail_create table tr td:first-of-type {
    text-align: left;
    margin-top: 15px;
  }
}

.icon-list {
  margin: 0;
  padding: 0;
}
.icon-list.icon-list--two-col .icon-list__item span {
  width: calc(100% - 50px);
}
.icon-list.icon-list--three-col .icon-list__item span {
  width: calc(40% - 50px);
}
.icon-list .icon-list__item {
  list-style: none outside none;
  padding: 17px 0 23px;
  width: 100%;
  border-bottom: 1px solid #fff2d7;
}
.icon-list .icon-list__item:before {
  display: none;
}
.icon-list .icon-list__item img {
  width: 24px;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.icon-list .icon-list__item span {
  display: inline-block;
  width: calc(100% - 50px);
}
.icon-list .icon-list__item strong {
  width: 60%;
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  text-align: right;
}
@media (max-width: 768px) {
  .icon-list .icon-list__item strong {
    font-size: 18px;
  }
}

.icon-list {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
.icon-list .icon-list__row .icon-list__column {
  padding: 15px 0 15px;
  border-bottom: 1px solid rgba(74, 79, 84, 0.3);
  height: 87px;
}
.icon-list .icon-list__row .icon-list__column.icon-list__column--icon {
  width: 24px;
  padding-right: 28px;
  vertical-align: center;
}
.icon-list .icon-list__row .icon-list__column.icon-list__column--icon img {
  width: 24px;
  height: 24px;
  max-width: initial;
  position: relative;
  top: -3px;
}
.icon-list .icon-list__row .icon-list__column.icon-list__column--label {
  vertical-align: middle;
}
.icon-list .icon-list__row .icon-list__column.icon-list__column--value {
  text-align: right;
}

.google-maps {
  width: 100%;
  height: 339px;
}
@media (max-width: 1200px) {
  .google-maps {
    height: 250px;
  }
}
@media (max-width: 1024px) {
  .google-maps {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .google-maps {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .google-maps {
    height: 250px;
  }
}

.ProductGroupRelated {
  position: relative;
  overflow-y: hidden;
  max-height: 900px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 480px) {
  .ProductGroupRelated {
    width: 100%;
    margin-left: 0;
  }
}
.ProductGroupRelated:before {
  content: " ";
  width: 30px;
  height: calc(100% + 50px);
  top: -25px;
  background-color: #ffffff;
  right: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1200px) {
  .ProductGroupRelated:before {
    right: 0;
  }
}
@media (max-width: 768px) {
  .ProductGroupRelated:before {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .ProductGroupRelated:before {
    width: 40px;
    right: -20px;
  }
}
.ProductGroupRelated:after {
  content: " ";
  width: 30px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -10px 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 1200px) {
  .ProductGroupRelated:after {
    right: 0;
  }
}
@media (max-width: 768px) {
  .ProductGroupRelated:after {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .ProductGroupRelated:after {
    width: 40px;
    right: -20px;
  }
}

.ProductGroupRelated-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  padding: 10px 0;
  margin: 0 20px;
  z-index: 1;
  position: relative;
}

.ProductGroupRelated-item {
  width: 25%;
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .ProductGroupRelated-item {
    width: 33.3333%;
  }
}
@media (max-width: 1024px) {
  .ProductGroupRelated-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ProductGroupRelated-item {
    width: 100%;
  }
}

.ProductGroupRelated-prevLink,
.ProductGroupRelated-nextLink {
  position: relative;
  z-index: 3;
}

.ProductGroupRelated-prevLink {
  position: absolute;
  left: 0;
  top: 0;
}

.ProductGroupRelated-nextLink {
  position: absolute;
  right: 0;
  top: 0;
}

.ProductGroupRelated-prevLink {
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  outline: none;
  fill: currentColor;
  width: 1em;
  margin-left: -1em;
  pointer-events: auto;
  background-color: transparent;
  transition: color 0.2s ease;
  position: absolute;
  top: 50%;
  left: 7px;
}
.ProductGroupRelated-prevLink:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 28px;
  width: 28px;
  height: 28px;
  background-image: url(../Icons/Content/black/chevron-left.svg);
}
.ProductGroupRelated-nextLink {
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  fill: currentColor;
  width: 1em;
  margin-right: -1em;
  pointer-events: auto;
  background-color: transparent;
  margin-left: auto;
  transition: color 0.2s ease;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 5;
}
.ProductGroupRelated-nextLink:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 28px;
  width: 28px;
  height: 28px;
  background-image: url(../Icons/Content/black/chevron-right.svg);
}
@media (max-width: 1200px) {
  .ProductGroupRelated-nextLink {
    margin-right: 0;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .ProductGroupRelated-nextLink {
    right: 9px;
  }
}
.ProductGroupRelated-button {
  margin: 100px 0;
  text-align: center;
}

.carousel-slider .carousel-slider__inner-wrap {
  padding: 20px 16px;
}
.carousel-slider .slick-arrow {
  width: 30px;
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  background-color: #ffffff !important;
  border: none !important;
  z-index: 2;
  font-size: 0px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 480px) {
  .carousel-slider .slick-arrow {
    background-color: transparent;
    box-shadow: initial !important;
  }
}
.carousel-slider .slick-arrow .slick-sr-only {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.carousel-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.carousel-slider .slick-arrow.slick-prev {
  left: 0;
  box-shadow: 25px 0 20px -10px rgba(0, 0, 0, 0.1);
}
.carousel-slider .slick-arrow.slick-prev:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../Icons/Content/black/arrow-left.svg);
}
@media (max-width: 1200px) {
  .carousel-slider .slick-arrow.slick-prev {
    left: -25px;
  }
}
@media (max-width: 480px) {
  .carousel-slider .slick-arrow.slick-prev {
    left: -8px;
  }
  .carousel-slider .slick-arrow.slick-prev:before {
    content: "";
    position: relative;
    display: inline-block;
    /* Do not simplify these! Else background-size cannot be applied later. */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../Icons/Content/black/arrow-left.svg);
  }
}
.carousel-slider .slick-arrow.slick-prev:before {
  left: -20px;
}
@media only screen and (max-width: 1560px) {
  .carousel-slider .slick-arrow.slick-prev:before {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .carousel-slider .slick-arrow.slick-prev:before {
    left: 10px;
  }
}
.carousel-slider .slick-arrow.slick-next {
  right: 0;
  box-shadow: -25px 0 20px -10px rgba(0, 0, 0, 0.1);
}
.carousel-slider .slick-arrow.slick-next:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../Icons/Content/black/arrow-right.svg);
}
@media (max-width: 1200px) {
  .carousel-slider .slick-arrow.slick-next {
    right: -25px;
  }
}
@media (max-width: 480px) {
  .carousel-slider .slick-arrow.slick-next {
    right: -8px;
  }
  .carousel-slider .slick-arrow.slick-next:before {
    content: "";
    position: relative;
    display: inline-block;
    /* Do not simplify these! Else background-size cannot be applied later. */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../Icons/Content/black/arrow-right.svg);
  }
}
.carousel-slider .slick-arrow.slick-next:before {
  right: -20px;
}
@media only screen and (max-width: 1560px) {
  .carousel-slider .slick-arrow.slick-next:before {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .carousel-slider .slick-arrow.slick-next:before {
    right: 10px;
  }
}

.product-image-teaser {
  display: block;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(122, 138, 178, 0.61), 0 4px 20px 0 rgba(122, 138, 178, 0.3);
  text-decoration: none;
}
.product-image-teaser * {
  text-decoration: none;
}
.product-image-teaser .product-image-teaser__image img {
  width: 100%;
  height: auto;
}
.product-image-teaser .product-image-teaser__body {
  padding: 15px 14px 20px 16px;
}
@media (max-width: 1024px) {
  .product-image-teaser .product-image-teaser__body {
    padding: 10px;
  }
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__header h3, .product-image-teaser .product-image-teaser__body .product-image-teaser__header h5 {
  margin: 0 0 13px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .product-image-teaser .product-image-teaser__body .product-image-teaser__header h3, .product-image-teaser .product-image-teaser__body .product-image-teaser__header h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__header h3 a, .product-image-teaser .product-image-teaser__body .product-image-teaser__header h5 a {
  text-decoration: none;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__quick-facts p {
  margin: 13px 0 0;
}
@media (max-width: 768px) {
  .product-image-teaser .product-image-teaser__body .product-image-teaser__quick-facts {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(74, 79, 84, 0.3);
  }
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts {
  border-top: 1px solid rgba(74, 79, 84, 0.3);
  border-bottom: 1px solid rgba(74, 79, 84, 0.3);
  margin: 17px 0 0;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts {
    display: none;
  }
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row {
  margin-bottom: 10px;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row::after {
  clear: both;
  content: "";
  display: table;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row:last-of-type {
  margin-bottom: 0;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row .product-image-teaser__column::after {
  clear: both;
  content: "";
  display: table;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row .product-image-teaser__column.product-image-teaser__column--100 {
  width: 100%;
  float: left;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row .product-image-teaser__column.product-image-teaser__column--50 {
  width: 50%;
  float: left;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row .product-image-teaser__column.product-image-teaser__column--beds .product-image-teaser__icon img {
  top: 4px;
  position: relative;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row .product-image-teaser__column .product-image-teaser__icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 16px;
}
.product-image-teaser .product-image-teaser__body .product-image-teaser__icon-facts .product-image-teaser__row .product-image-teaser__column .product-image-teaser__fact {
  width: calc(100% - 40px);
  float: left;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.product-image-teaser .product-image-teaser__footer {
  padding: 0 20px 20px 20px;
}
@media (max-width: 1024px) {
  .product-image-teaser .product-image-teaser__footer {
    padding: 10px;
  }
}
.product-image-teaser .product-image-teaser__footer .product-image-teaser__price {
  padding: 0 0 25px;
  font-size: 24px;
  color: #FFBE37;
}
@media (max-width: 768px) {
  .product-image-teaser .product-image-teaser__footer .product-image-teaser__price {
    font-size: 20px;
  }
}
.product-image-teaser .product-image-teaser__footer .product-image-teaser__buttons .button {
  background-color: #4A4F54;
  border: 1px solid #4A4F54;
}
.product-image-teaser .product-image-teaser__footer .product-image-teaser__buttons .button span {
  color: #ffffff;
}

.image-teaser {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .image-teaser {
    margin-bottom: 0;
  }
}
.image-teaser .image-teaser__image {
  position: relative;
  overflow: hidden;
}
.image-teaser .image-teaser__image img {
  transition: 0.3s ease-in-out all;
}
.image-teaser .image-teaser__image .image-teaser__image-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 190, 55, 0.7);
  opacity: 1;
  transition: ease-in-out all 0.3s;
}
.image-teaser .image-teaser__image .image-teaser__image-title h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
}

.star-rating {
  background-color: #FFBE37;
  display: inline-block;
  padding: 5px 7px;
  border-radius: 5px;
}

.navigation.navigation--main {
  float: right;
}
@media only screen and (max-width: 1650px) {
  .navigation.navigation--main {
    display: none;
  }
}
.navigation.navigation--main .close-button {
  width: 40px;
  height: 32px;
  border: 2px solid #4A4F54;
  float: right;
  background-color: transparent;
  position: relative;
  margin: 20px 20px 0 0;
  display: none;
}
.navigation.navigation--main .close-button .close-button__line {
  width: 20px;
  height: 2px;
  background-color: #4A4F54;
  position: absolute;
  top: 50%;
  left: 50%;
}
.navigation.navigation--main .close-button .close-button__line.close-button__line--top {
  transform: translateX(-50%) rotate(45deg);
}
.navigation.navigation--main .close-button .close-button__line.close-button__line--bottom {
  transform: translateX(-50%) rotate(-45deg);
}
.navigation.navigation--main .navigation__list {
  margin: 0;
  padding: 0;
  /* Mega menu */
}
.navigation.navigation--main .navigation__list .navigation__list-item {
  margin: 0 35px 0 0;
  list-style: none outside none;
  float: left;
  position: relative;
}
.navigation.navigation--main .navigation__list .navigation__list-item:last-of-type {
  margin: 0;
}
.navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--open-item > .navigation__link {
  color: #4A4F54;
}
.navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--open-item .navigation__sub-marker:before, .navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--open-item .navigation__sub-marker:after {
  background-color: #FFBE37;
}
.navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--open-item .navigation__mega-menu {
  top: 167px;
  opacity: 1;
}
.navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--open-item .navigation__list.navigation__list--level-2 {
  top: 97px;
  opacity: 1;
}
.navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--active:hover:before {
  bottom: 0;
}
.navigation.navigation--main .navigation__list .navigation__list-item.navigation__list-item--active .navigation__link {
  z-index: 1;
  position: relative;
  color: #4A4F54;
}
.navigation.navigation--main .navigation__list .navigation__list-item .navigation__link {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #4A4F54;
  position: relative;
  font-size: 18px;
  transition: ease-in-out color 0.3s;
}
.navigation.navigation--main .navigation__list .navigation__list-item .navigation__sub-marker {
  width: 16px;
  height: 15px;
  display: none;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .navigation.navigation--main .navigation__list .navigation__list-item .navigation__sub-marker {
    display: block;
  }
}
.navigation.navigation--main .navigation__list .navigation__list-item .navigation__sub-marker:before, .navigation.navigation--main .navigation__list .navigation__list-item .navigation__sub-marker:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #ffd887;
  position: absolute;
  top: 50%;
  transition: 0.3s ease-in-out all;
}
.navigation.navigation--main .navigation__list .navigation__list-item .navigation__sub-marker:before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.navigation.navigation--main .navigation__list .navigation__list-item .navigation__sub-marker:after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item {
  transition: 0.3s ease-in-out all;
  padding-bottom: 15px;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--active:before {
  display: block;
  bottom: 6px;
}
@media only screen and (max-width: 1440px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--active:before {
    display: none;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--active.navigation__list-item--open-item:before {
  display: block;
  bottom: 6px;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item:hover:before {
  display: block;
  bottom: 6px;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item:before {
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background-color: #FFBE37;
  display: none;
  transition: 0.3s ease-in-out all;
  top: initial;
  border-radius: 0;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__link {
  position: relative;
  font-weight: 900;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 {
  position: absolute;
  top: -9999px;
  left: 0;
  padding: 50px;
  opacity: 0;
  min-width: 350px;
  background-color: #4A4F54;
  transition: 0.3s ease-in-out opacity;
}
@media only screen and (min-width: 1025px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-2 {
    display: block !important;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item {
  width: 100%;
  padding: 5px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 20px 0 !important;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item:last-of-type {
  border-bottom: none;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item:before {
  display: none !important;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__link {
  display: block;
  padding-bottom: 0;
  color: #ffffff;
  font-weight: 700;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__link:before {
  display: none !important;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item--active .navigation__link, .navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__list-item:hover .navigation__link {
  color: #FFBE37;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu {
  width: 100%;
  position: fixed;
  top: -9999px;
  left: 0;
  background-color: #4A4F54;
  opacity: 0;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 {
  top: 0 !important;
  left: initial;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  transform: initial;
  min-width: initial;
  display: flex !important;
  flex-wrap: wrap;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__list-item {
  float: none;
  width: 25%;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 30px;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__list-item.navigation__list-item--active:before {
  display: none !important;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__list-item:last-of-type {
  border-right: none;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 {
  margin-top: 50px;
  display: block;
  flex-wrap: initial;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__list-item {
  border-right: none;
  padding: 0;
  font-weight: normal;
  width: 100%;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__list-item .navigation__link {
  font-weight: 300;
  text-transform: initial;
  color: #ffffff;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__list-item--active .navigation__link, .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__list-item:hover .navigation__link {
  color: #FFBE37;
}
@media only screen and (max-width: 1440px) {
  .navigation.navigation--main {
    position: absolute;
    top: 167px;
    left: 0;
    width: 100%;
    height: 300px;
    transition: ease-in-out top 0.3s;
  }
  .navigation.navigation--main .navigation__list-item {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 1024px) {
  .navigation.navigation--main {
    top: 64px;
  }
}

.header {
  background-color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .header.header--scrolled .navigation.navigation--main {
    top: 75px;
  }
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item {
  padding-bottom: 18px;
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item:before {
  top: initial !important;
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item:hover:before {
  bottom: 15px;
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--active:before {
  bottom: 15px;
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--open-item .navigation__list.navigation__list--level-2 {
  top: 52px;
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--open-item .navigation__mega-menu {
  top: 75px;
}
.header.header--scrolled .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--open-item .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__list-item {
  transition: none !important;
  padding-bottom: 0;
}
@media only screen and (max-width: 1650px) {
  .navigation.navigation--mobile {
    background-color: #ffffff;
    position: fixed;
    top: 167px;
    width: 100%;
    z-index: 2;
    overflow-y: auto;
    display: none;
    left: 0;
  }
}
@media only screen and (max-width: 1650px) and (max-width: 1024px) {
  .navigation.navigation--mobile {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
@media only screen and (max-width: 1650px) {
  .navigation.navigation--mobile.navigation--open {
    display: block !important;
  }
}
@media only screen and (max-width: 1650px) {
  .navigation.navigation--mobile .navigation__list {
    margin: 0;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 {
    background-color: #FFBE37;
    overflow-y: auto;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item {
    margin-bottom: 0;
    position: relative;
    transition: 0.3s ease-in-out all;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    background-color: #ffffff;
    padding: 0 34px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item:first-of-type {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--has-sub:before {
    display: none;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--opened .navigation__link {
    color: #4A4F54;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--opened .navigation__sub-marker:before {
    opacity: 0;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--opened .navigation__list {
    width: calc(100% + 68px);
    position: relative;
    left: -34px;
    top: initial;
    border-top: 4px solid #FFBE37;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--opened .navigation__list .navigation__list.navigation__list--level-2 {
    width: 100%;
    left: initial;
    border-top: none !important;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--opened .navigation__mega-menu {
    width: calc(100% + 68px);
    position: relative;
    left: -34px;
    top: initial;
    border-top: 4px solid #FFBE37;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item.navigation__list-item--opened .navigation__mega-menu .navigation__list.navigation__list--level-2 {
    width: 100%;
    left: initial;
    border-top: none !important;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__link {
    width: calc(100% - 80px);
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #4A4F54;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__link .navigation__title {
    display: block;
    padding: 32px 0 26px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__sub-marker {
    position: absolute;
    top: 2px;
    right: 0;
    width: 75px;
    height: 75px;
    opacity: 1;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__sub-marker:before, .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__sub-marker:after {
    content: " ";
    background-color: #4A4F54;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__sub-marker:before {
    width: 3px;
    height: 24px;
    transition: 0.3s ease-in-out opacity;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-1 .navigation__list-item .navigation__sub-marker:after {
    width: 24px;
    height: 3px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 {
    background-color: #4A4F54;
    display: none;
    padding: 30px 34px;
    width: calc(100% + 68px);
    position: relative !important;
    left: -34px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item {
    border-bottom: none;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item:before {
    display: none;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item:first-of-type {
    border-top: none;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item:first-of-type .navigation__link {
    padding: 2px 0 32px !important;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item:last-of-type {
    border-bottom: none;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item:last-of-type .navigation__link {
    padding: 32px 0 2px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item.navigation__list-item--has-sub {
    padding: 0 0 22px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item.navigation__list-item--has-sub .navigation__link .navigation__title {
    display: block;
    padding: 0;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item.navigation__list-item--has-sub:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item.navigation__list-item--has-sub:last-of-type .navigation__link {
    padding: 32px 0 32px;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item.navigation__list-item--active .navigation__link {
    color: #4A4F54 !important;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__link {
    color: #ffffff !important;
    font-size: 18px;
    padding: 32px 0;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__link .navigation__title {
    padding: 0;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__list.navigation__list--level-3 {
    border-top: none !important;
    width: 100%;
    left: initial;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__list.navigation__list--level-3 .navigation__list-item {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__list.navigation__list--level-3 .navigation__list-item:before {
    display: none;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__list.navigation__list--level-3 .navigation__list-item.navigation__list-item--active .navigation__link {
    color: #4A4F54 !important;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__list.navigation__list--level-3 .navigation__list-item .navigation__link {
    text-transform: initial;
    font-weight: 300;
    color: #ffffff !important;
    padding: 0 0 15px !important;
  }
  .navigation.navigation--mobile .navigation__list.navigation__list--level-2 .navigation__list-item .navigation__list.navigation__list--level-3 .navigation__list-item .navigation__link .navigation__title {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1650px) {
  .navigation.navigation--scrolled.navigation--mobile {
    top: 75px;
    display: none;
  }
}
@media only screen and (max-width: 1650px) and (max-width: 1024px) {
  .navigation.navigation--scrolled.navigation--mobile {
    top: 64px;
  }
}
.header .navigation.navigation--mobile {
  height: calc(100% - 167px);
}
@media (max-width: 1024px) {
  .header .navigation.navigation--mobile {
    height: calc(100% - 64px);
  }
}
.header.header--scrolled .navigation.navigation--mobile {
  height: calc(100% - 75px);
}
@media (max-width: 1024px) {
  .header.header--scrolled .navigation.navigation--mobile {
    height: calc(100% - 64px);
  }
}

.mobile-navigation-button {
  width: 26px;
  height: 31px;
  float: right;
  background-color: transparent;
  position: relative;
  display: none;
  border: none;
  margin-left: 34px;
}
@media only screen and (max-width: 1650px) {
  .mobile-navigation-button {
    display: block;
  }
}
@media (max-width: 768px) {
  .mobile-navigation-button {
    margin-left: 15px;
  }
}
.mobile-navigation-button.mobile-navigation-button--open .mobile-navigation-button__line.mobile-navigation-button__line--top {
  top: 14px;
  transform: translateX(-50%) rotate(45deg);
  left: 13px;
}
.mobile-navigation-button.mobile-navigation-button--open .mobile-navigation-button__line.mobile-navigation-button__line--center {
  opacity: 0;
}
.mobile-navigation-button.mobile-navigation-button--open .mobile-navigation-button__line.mobile-navigation-button__line--bottom {
  bottom: 14px;
  transform: translateX(-50%) rotate(-45deg);
}
.mobile-navigation-button .mobile-navigation-button__line {
  width: 26px;
  height: 3px;
  background-color: #FFBE37;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.mobile-navigation-button .mobile-navigation-button__line.mobile-navigation-button__line--top {
  top: 6px;
}
.mobile-navigation-button .mobile-navigation-button__line.mobile-navigation-button__line--center {
  top: 14px;
}
.mobile-navigation-button .mobile-navigation-button__line.mobile-navigation-button__line--bottom {
  bottom: 6px;
}

.language-navigation {
  float: right;
  margin-top: 45px;
  transition: 0.3s ease-in-out all;
}
.language-navigation .language-navigation__list-item {
  list-style: none outside none;
}
.language-navigation .language-navigation__list-item .language-navigation__link {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.language-navigation .language-navigation__list-item .language-navigation__link:hover {
  text-decoration: underline;
}
.language-navigation .language-navigation__list-item .language-navigation__link img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.to-top-button {
  background-color: transparent;
  margin: 0;
}
.to-top-button:hover:before {
  border: 1px solid #FFBE37;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  background-image: url(../Icons/Content/black/arrow-up.svg);
}
.to-top-button:before {
  content: " ";
  width: 28px;
  height: 28px;
  background-color: #FFBE37;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  background-image: url(../Icons/Content/black/arrow-up.svg);
}
@media (max-width: 1024px) {
  .to-top-button:before {
    margin-right: 5px;
  }
}
.to-top-button span {
  color: #4A4F54;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.grid-section {
  position: relative;
  padding: 128px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .grid-section {
    padding: 64px 0;
  }
}
.grid-section.grid-section--contact-form {
  margin-bottom: 0;
}
.grid-section.grid-section--contact-form #request-feedback h1, .grid-section.grid-section--contact-form #request-feedback h2, .grid-section.grid-section--contact-form #request-feedback h3, .grid-section.grid-section--contact-form #request-feedback p {
  text-align: center;
}
.grid-section.grid-section--image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-section > .container {
  position: relative;
  z-index: 4;
}
.grid-section > .container > *:last-child {
  margin-bottom: 0;
}
.grid-section .headline {
  margin-top: 30px;
}
.grid-section .grid {
  padding: 0;
}
@media (max-width: 1024px) {
  .grid-section .grid .container {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .grid-section .grid {
    margin: 32px 0;
  }
}
@media (max-width: 768px) {
  .grid-section.grid-section--black {
    padding: 64px 0;
  }
}
.grid-section.grid-section--black .container {
  position: relative;
  z-index: 2;
}
.grid-section.grid-section--black .container h1, .grid-section.grid-section--black .container h2, .grid-section.grid-section--black .container h3, .grid-section.grid-section--black .container h4, .grid-section.grid-section--black .container h5, .grid-section.grid-section--black .container p, .grid-section.grid-section--black .container li, .grid-section.grid-section--black .container td, .grid-section.grid-section--black .container th, .grid-section.grid-section--black .container dd, .grid-section.grid-section--black .container dl, .grid-section.grid-section--black .container dt {
  color: white;
}
.grid-section.grid-section--small-gap {
  padding: 48px 0 !important;
}
.grid-section.grid-section--small-gap .grid {
  margin: 0;
}
.grid-section.grid-section--no-bottom-gap {
  padding-bottom: 0 !important;
}
.grid-section.grid-section--no-bottom-gap .grid {
  margin-bottom: 0;
}

.grid.grid--4x1 .grid__headline {
  margin-left: 0;
}
@media (max-width: 480px) {
  .grid.grid--4x1 .grid__headline {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid.grid--4x1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px;
}
@media (max-width: 480px) {
  .grid.grid--4x1 .container {
    margin: 0 10px;
  }
}
.grid.grid--4x1 .container:after {
  display: none;
}
.grid.grid--4x1 .container .grid__column {
  width: calc(25% - 30px);
}
@media (max-width: 1024px) {
  .grid.grid--4x1 .container .grid__column {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .grid.grid--4x1 .container .grid__column {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
    float: initial;
    margin-bottom: 20px !important;
  }
  .grid.grid--4x1 .container .grid__column:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .grid.grid--4x1 .container .grid__column:nth-of-type(-n + 2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .grid.grid--4x1 .container .grid__column:nth-of-type(-n + 2) {
    margin-bottom: 0;
  }
}

.ce-socialmedia::after {
  clear: both;
  content: "";
  display: table;
}
.ce-socialmedia .ce-socialmedia__caption {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin: 32px 0 0 0;
}
@media (max-width: 1200px) {
  .ce-socialmedia .ce-socialmedia__caption {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .ce-socialmedia .ce-socialmedia__caption {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .ce-socialmedia .ce-socialmedia__caption {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .ce-socialmedia .ce-socialmedia__caption {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.ce-socialmedia .ce-socialmedia__caption h2, .ce-socialmedia .ce-socialmedia__caption h3, .ce-socialmedia .ce-socialmedia__caption h4, .ce-socialmedia .ce-socialmedia__caption h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: initial;
  text-align: left;
  margin: 0;
}
.ce-socialmedia .ce-socialmedia__icons {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .ce-socialmedia .ce-socialmedia__icons {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .ce-socialmedia .ce-socialmedia__icons {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .ce-socialmedia .ce-socialmedia__icons {
    width: 100%;
    margin-left: 0;
  }
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list {
  margin-left: 0;
}
@media (max-width: 768px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list {
    margin-top: 30px;
  }
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item {
  display: inline-block;
  list-style: none outside none;
  margin: 0 128px 0 0;
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item:before {
  display: none;
}
@media (max-width: 1200px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item {
    margin: 0 113px 0 0;
  }
}
@media (max-width: 1024px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item {
    margin: 0 57px 0 0;
  }
}
@media (max-width: 768px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item {
    margin: 0;
    margin-right: 0;
    padding: 0;
    width: 24%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item {
    width: 24%;
  }
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item:last-of-type {
  margin: 0;
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__link {
  display: inline-block;
  width: 50px;
  position: relative;
  margin-right: 0;
}
@media (max-width: 480px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__link {
    width: 46px;
  }
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__link:hover:before {
  opacity: 1;
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__link:before {
  content: " ";
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 0;
  background-color: #FFBE37;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-out opacity;
}
@media (max-width: 480px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__link:before {
    width: 60px;
    height: 60px;
    top: -7px;
    left: -7px;
  }
}
.ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__icon {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ce-socialmedia .ce-socialmedia__icons .ce-socialmedia__icon-list .ce-socialmedia__icon-list-item .ce-socialmedia__icon {
    width: 46px;
    height: 46px;
  }
}
.ce-socialmedia .ce-socialmedia__to-top-button {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  float: right;
  text-align: right;
  margin: 24px 0 0 0;
}
@media (max-width: 1200px) {
  .ce-socialmedia .ce-socialmedia__to-top-button {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    float: right;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .ce-socialmedia .ce-socialmedia__to-top-button {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    float: right;
  }
}
@media (max-width: 768px) {
  .ce-socialmedia .ce-socialmedia__to-top-button {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 480px) {
  .ce-socialmedia .ce-socialmedia__to-top-button {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}

.stage {
  position: relative;
}
.stage .stage__video {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.stage .stage__video video {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .stage .stage__video video {
    width: calc(100% + 240px);
    margin-left: -120px;
  }
}
@media (max-width: 480px) {
  .stage .stage__video video {
    width: calc(100% + 480px);
    margin-left: -240px;
  }
}
.stage .stage__video .stage__preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.stage .stage__background-image {
  position: relative;
  z-index: 4;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stage .stage__background-image picture img {
  width: 100%;
  max-width: initial;
}
.stage .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .stage .container {
    margin: 0;
  }
}
.stage .stage__content-wrap {
  position: relative;
  z-index: 4;
}
.stage .stage__content-wrap::after {
  clear: both;
  content: "";
  display: table;
}
.stage .stage__content-wrap .stage__content {
  padding: 68px;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 1024px) {
  .stage .stage__content-wrap .stage__content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .stage .stage__content-wrap .stage__content {
    background-color: #FFBE37;
    padding: 29px 0 41px;
  }
}
.stage .stage__content-wrap .stage__content.stage__content--no-plugin .stage__header {
  margin: 0;
}
.stage .stage__content-wrap .stage__content.stage__content--no-subheader h1.h1 {
  margin: 0;
}
.stage .stage__content-wrap .stage__content.stage__content--no-margin {
  padding: 0;
}
.stage .stage__content-wrap .stage__content .stage__logo {
  text-align: center;
}
.stage .stage__content-wrap .stage__content .stage__logo img {
  width: 170px;
  height: auto;
}
@media (max-width: 480px) {
  .stage .stage__content-wrap .stage__content .stage__logo img {
    width: 105px;
  }
}
.stage .stage__content-wrap .stage__content .stage__header {
  padding: 0 50px;
  margin: 0 0 35px;
}
@media (max-width: 768px) {
  .stage .stage__content-wrap .stage__content .stage__header {
    padding: 0 20px;
  }
}
.stage .stage__content-wrap .stage__content .stage__header .h1 {
  text-align: center;
  color: #464344;
  margin: 0 0 35px;
}
.stage .stage__content-wrap .stage__content .stage__header .h1 strong {
  text-transform: uppercase;
}
.stage .stage__content-wrap .stage__content .stage__header .h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  color: #464344;
  text-transform: none;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 480px) {
  .stage .stage__content-wrap .stage__content .stage__header .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.stage .stage__content-wrap .stage__content .tx-netl-syscara {
  text-align: center;
}

.datasheet .datasheet__heading h3 {
  margin-top: 0;
}
.datasheet .datasheet__list {
  margin: 0;
}
.datasheet .datasheet__list .datasheet__list-item {
  padding: 17px 0 23px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(74, 79, 84, 0.15);
}
.datasheet .datasheet__list .datasheet__list-item::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .datasheet .datasheet__list .datasheet__list-item {
    padding: 10px 0 15px;
  }
}
.datasheet .datasheet__list .datasheet__list-item:before {
  display: none;
}
.datasheet .datasheet__list .datasheet__list-item .datasheet__icon {
  float: left;
  width: 30px;
  margin-right: 28px;
}
.datasheet .datasheet__list .datasheet__list-item .datasheet__icon .icon {
  position: relative;
  top: 2px;
}
.datasheet .datasheet__list .datasheet__list-item .datasheet__label {
  width: calc(40% - 30px);
  float: left;
}
.datasheet .datasheet__list .datasheet__list-item .datasheet__value {
  width: calc(60% - 28px);
  float: left;
  text-align: right;
  font-weight: 700;
}
.datasheet .datasheet__price {
  margin-top: 33px;
  text-align: right;
}
@media (max-width: 1024px) {
  .datasheet .datasheet__price {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .datasheet .datasheet__price {
    margin-top: 10px;
  }
}
.datasheet .datasheet__price span {
  position: relative;
  top: 6px;
}
@media (max-width: 1024px) {
  .datasheet .datasheet__price span {
    top: 1px;
  }
}
@media (max-width: 768px) {
  .datasheet .datasheet__price span {
    top: 0;
  }
}
@media (max-width: 480px) {
  .datasheet .datasheet__price span {
    top: -2px;
  }
}
.datasheet .datasheet__price h4 {
  float: right;
  margin: 0 0 0 19px;
  position: relative;
}
@media (max-width: 480px) {
  .datasheet .datasheet__price h4 {
    margin: 0 0 0 10px;
  }
}

.teaser-circle-image {
  margin: 0 auto 64px;
  width: auto;
  text-align: center;
}
.teaser-circle-image::after {
  clear: both;
  content: "";
  display: table;
}
.teaser-circle-image .teaser-circle-image__wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser {
  width: 25%;
  padding: 0 32px;
  float: left;
  text-align: center;
}
@media (max-width: 1024px) {
  .teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser {
    width: 50%;
    margin: 0;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser {
    width: 100%;
    padding: 0;
  }
}
.teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser .teaser-circle-image__heading {
  margin-bottom: 32px;
}
.teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser .teaser-circle-image__image {
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser .teaser-circle-image__image {
    width: 160px;
    height: 160px;
  }
}
.teaser-circle-image .teaser-circle-image__wrapper .teaser-circle-image__teaser .teaser-circle-image__image img {
  border-radius: 50%;
}

.image-text-full-width {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.image-text-full-width.image-text-full-width--hover .image-text-full-width__image:hover .image-text-full-width__overlay {
  opacity: 1;
}
.image-text-full-width.image-text-full-width--hover .image-text-full-width__image:hover .image-text-full-width__overlay:before {
  opacity: 1;
}
.image-text-full-width.image-text-full-width--right {
  flex-direction: row-reverse;
}
.image-text-full-width .image-text-full-width__main {
  flex: 0 1 50%;
  position: relative;
  padding: 141px 0 140px;
}
@media (max-width: 1200px) {
  .image-text-full-width .image-text-full-width__main {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .image-text-full-width .image-text-full-width__main {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .image-text-full-width .image-text-full-width__main {
    flex: 0 1 100%;
  }
}
@media (max-width: 480px) {
  .image-text-full-width .image-text-full-width__main {
    padding: 10px 0 40px;
  }
}
.image-text-full-width .image-text-full-width__main .image-text-full-width__content {
  max-width: 608px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
@media only screen and (max-width: 1281px) {
  .image-text-full-width .image-text-full-width__main .image-text-full-width__content {
    max-width: 100%;
    padding: 0 20px;
  }
}
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h1,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h2,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h3,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h4,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h5 {
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 480px) {
  .image-text-full-width .image-text-full-width__main .image-text-full-width__content header h1,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h2,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h3,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h4,
.image-text-full-width .image-text-full-width__main .image-text-full-width__content header h5 {
    margin-top: 10px;
  }
}
.image-text-full-width .image-text-full-width__main .image-text-full-width__content p {
  margin: 1em 0 1.8em;
  font-size: 18px;
}
.image-text-full-width .image-text-full-width__main .image-text-full-width__content p:last-child {
  margin-bottom: 0;
}
.image-text-full-width .image-text-full-width__main .image-text-full-width__content .link.link--circle.link--icon {
  margin-bottom: 16px;
}
.image-text-full-width .image-text-full-width__image {
  flex: 0 1 50%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 768px) {
  .image-text-full-width .image-text-full-width__image {
    flex: 0 1 100%;
  }
  .image-text-full-width .image-text-full-width__image:after {
    content: " ";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
}
.image-text-full-width .image-text-full-width__image .image-text-full-width__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.image-text-full-width .image-text-full-width__image .image-text-full-width__overlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(74, 79, 84, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.image-text-full-width .image-text-full-width__image .image-text-full-width__overlay .image-text-full-width__logo {
  width: 224px;
  height: auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-text-full-width .image-text-full-width__image .image-text-full-width__overlay .image-text-full-width__button {
  margin-top: 24px;
}

.animated-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.animated-icons .animated-icons__teaser {
  text-align: center;
  display: inline-block;
  width: 33.3333%;
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .animated-icons .animated-icons__teaser {
    width: 100%;
    margin-bottom: 48px;
  }
  .animated-icons .animated-icons__teaser:last-child {
    margin-bottom: 20px;
  }
}
.animated-icons .animated-icons__teaser .animated-icons__icon {
  width: 132px;
  height: 132px;
  display: inline-block;
}
.animated-icons .animated-icons__teaser .animated-icons__header .h4 {
  text-align: center;
}

.awards {
  margin: 50px 0 25px;
  width: 100%;
  text-align: center;
}
.awards::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 480px) {
  .awards {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.awards .awards__image-wrapper {
  display: inline-block;
  margin: 0 10px 10px;
}
@media only screen and (max-width: 480px) {
  .awards .awards__image-wrapper {
    margin-bottom: 30px;
  }
}
.awards .awards__image-wrapper .awards__image {
  height: auto;
}
.text-teaser .text-teaser__list {
  margin: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 60px);
}
@media (max-width: 480px) {
  .text-teaser .text-teaser__list {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
.text-teaser .text-teaser__list .text-teaser__list-item {
  width: calc(33.33333% - 20px);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .text-teaser .text-teaser__list .text-teaser__list-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .text-teaser .text-teaser__list .text-teaser__list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.text-teaser .text-teaser__list .text-teaser__list-item.text-teaser__list-item--berger-freizeitmarkt:before {
  background-image: url(../Icons/TextIcon/berger-freizeitmarkt.svg);
}
.text-teaser .text-teaser__list .text-teaser__list-item.text-teaser__list-item--erfahrung:before {
  background-image: url(../Icons/TextIcon/erfahrung.svg);
}
.text-teaser .text-teaser__list .text-teaser__list-item.text-teaser__list-item--kundenkarte:before {
  background-image: url(../Icons/TextIcon/kundenkarte.svg);
}
.text-teaser .text-teaser__list .text-teaser__list-item.text-teaser__list-item--marken:before {
  background-image: url(../Icons/TextIcon/marken.svg);
}
.text-teaser .text-teaser__list .text-teaser__list-item.text-teaser__list-item--service:before {
  background-image: url(../Icons/TextIcon/service.svg);
}
.text-teaser .text-teaser__list .text-teaser__list-item.text-teaser__list-item--werkstatt:before {
  background-image: url(../Icons/TextIcon/werkstatt.svg);
}
.text-teaser .text-teaser__list .text-teaser__list-item:before {
  width: 79px;
  height: 66px;
  background-color: transparent;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -5px;
  top: 10px;
}
@media (max-width: 768px) {
  .text-teaser .text-teaser__list .text-teaser__list-item:before {
    width: 37px;
    height: 37px;
    background-size: 35px;
    top: 0;
    left: 0;
  }
}
.text-teaser .text-teaser__list .text-teaser__list-item .text-teaser__content {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .text-teaser .text-teaser__list .text-teaser__list-item .text-teaser__content {
    margin-left: 50px;
  }
}
.text-teaser .text-teaser__list .text-teaser__list-item .text-teaser__content .h4 {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .text-teaser .text-teaser__list .text-teaser__list-item .text-teaser__content .h4 {
    margin: 5px 0;
  }
}
.text-teaser .text-teaser__list .text-teaser__list-item .text-teaser__content p {
  margin: 0;
}

.text-image-teaser .text-image-teaser__image {
  position: relative;
  text-align: center;
}
.text-image-teaser .text-image-teaser__image .text-image-teaser__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFBE37;
  color: #4A4F54;
  font-size: 24px;
  line-height: 32px;
  padding: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .text-image-teaser .text-image-teaser__image .text-image-teaser__label {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .text-image-teaser .text-image-teaser__image .text-image-teaser__label {
    font-size: 18px;
    line-height: 24px;
  }
}
.text-image-teaser .text-image-teaser__content {
  text-align: center;
}
.text-image-teaser .text-image-teaser__content * {
  text-align: center;
}
.text-image-teaser .text-image-teaser__content .h4 {
  font-weight: 700;
  margin: 32px 0 16px;
}
.text-image-teaser .text-image-teaser__content p {
  margin: 0 0 32px;
}

.history {
  position: relative;
  padding: 58px 0 93px;
}
.history .history__wrapper:before {
  content: " ";
  width: 1px;
  height: calc(100% - 151px);
  background-color: #FFBE37;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.history .history__wrapper .history__item {
  position: relative;
  margin: 96px 0;
  z-index: 1;
}
.history .history__wrapper .history__item::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item {
    margin: 48px 0;
  }
}
.history .history__wrapper .history__item:first-child {
  margin-top: 0;
}
.history .history__wrapper .history__item.history__item--image-left .history__content {
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item.history__item--image-left .history__content {
    margin-left: 32px;
  }
}
.history .history__wrapper .history__item.history__item--image-left .history__content .history__year:after {
  right: calc(100% + 20px);
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item.history__item--image-left .history__content .history__content {
    text-align: center;
  }
}
.history .history__wrapper .history__item.history__item--image-right .history__image {
  float: right;
}
.history .history__wrapper .history__item.history__item--image-right .history__content {
  float: left;
  text-align: right;
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item.history__item--image-right .history__content {
    text-align: center;
  }
}
.history .history__wrapper .history__item.history__item--image-right .history__content .history__year:after {
  left: calc(100% + 20px);
}
.history .history__wrapper .history__item.history__item--no-image .history__content {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(33.3333333333% - 26.6666666667px + 40px);
  text-align: center;
  padding: 35px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item.history__item--no-image .history__content {
    width: 100%;
    margin-left: 0;
  }
}
.history .history__wrapper .history__item.history__item--no-image .history__content .history__year:after {
  display: none;
}
.history .history__wrapper .history__item.history__item--no-image .history__content .history__year h3 {
  margin: 0;
}
.history .history__wrapper .history__item .history__image {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1504px) {
  .history .history__wrapper .history__item .history__image {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item .history__image {
    width: 100%;
    margin: 0;
  }
}
.history .history__wrapper .history__item .history__content {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item .history__content {
    width: 100%;
    margin: 0 !important;
    background-color: #ffffff;
    text-align: center;
  }
}
.history .history__wrapper .history__item .history__content .history__year {
  position: relative;
}
.history .history__wrapper .history__item .history__content .history__year:after {
  content: " ";
  display: block;
  width: 600px;
  height: 1px;
  background-color: #FFBE37;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .history .history__wrapper .history__item .history__content .history__year:after {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .history .history__wrapper .history__item .history__content .history__year:after {
    display: none;
  }
}

.main > *:last-child .history {
  margin-bottom: 128px;
}

.accordion::after {
  clear: both;
  content: "";
  display: table;
}
.accordion .accordion__list {
  margin: 0;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .accordion .accordion__list {
    width: 100%;
    margin-left: 0;
  }
}
.accordion .accordion__list .accordion__item {
  margin: 0;
}
.accordion .accordion__list .accordion__item.accordion__item--open .accordion__header .accordion__button {
  transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion__list .accordion__item:before {
  display: none;
}
.accordion .accordion__list .accordion__item .accordion__header {
  padding: 48px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .accordion .accordion__list .accordion__item .accordion__header {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .accordion .accordion__list .accordion__item .accordion__header {
    padding: 20px 10px;
  }
}
.accordion .accordion__list .accordion__item .accordion__header h1, .accordion .accordion__list .accordion__item .accordion__header h2, .accordion .accordion__list .accordion__item .accordion__header h3, .accordion .accordion__list .accordion__item .accordion__header h4, .accordion .accordion__list .accordion__item .accordion__header h5 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  max-width: calc(100% - 70px);
  text-align: left;
  text-transform: initial;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .accordion .accordion__list .accordion__item .accordion__header h1, .accordion .accordion__list .accordion__item .accordion__header h2, .accordion .accordion__list .accordion__item .accordion__header h3, .accordion .accordion__list .accordion__item .accordion__header h4, .accordion .accordion__list .accordion__item .accordion__header h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .accordion .accordion__list .accordion__item .accordion__header h1, .accordion .accordion__list .accordion__item .accordion__header h2, .accordion .accordion__list .accordion__item .accordion__header h3, .accordion .accordion__list .accordion__item .accordion__header h4, .accordion .accordion__list .accordion__item .accordion__header h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
.accordion .accordion__list .accordion__item .accordion__header button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  background-color: transparent;
  transition: transform 0.3s ease-in-out;
  border: none;
}
@media (max-width: 768px) {
  .accordion .accordion__list .accordion__item .accordion__header button {
    right: 20px;
  }
}
.accordion .accordion__list .accordion__item .accordion__header button:before, .accordion .accordion__list .accordion__item .accordion__header button:after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.accordion .accordion__list .accordion__item .accordion__header button:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion .accordion__list .accordion__item .accordion__header button:after {
  transform: translate(-50%, -50%);
}
.accordion .accordion__list .accordion__item .accordion__content {
  display: none;
  padding: 50px 0;
  transition: background-color ease-in-out 0.3s;
}
.accordion .accordion__list .accordion__item .accordion__content::after {
  clear: both;
  content: "";
  display: table;
}
.accordion .accordion__list .accordion__item .accordion__content .accordion__text {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
.accordion .accordion__list .accordion__item .accordion__content .accordion__text *:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  .accordion .accordion__list .accordion__item .accordion__content .accordion__text {
    width: 100%;
    margin-left: 0;
    padding: 0 30px;
  }
}

.opening-hours .opening-hours__wrapper {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
@media (max-width: 1024px) {
  .opening-hours .opening-hours__wrapper {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 768px) {
  .opening-hours .opening-hours__wrapper {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 480px) {
  .opening-hours .opening-hours__wrapper {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
.opening-hours .opening-hours__wrapper .opening-hours__list {
  margin: 0 0 35px;
}
@media (max-width: 480px) {
  .opening-hours .opening-hours__wrapper .opening-hours__list {
    margin: 0 0 18px;
  }
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item {
  position: relative;
  border-bottom: 1px solid rgba(74, 79, 84, 0.3);
  padding: 33px 0;
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 480px) {
  .opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item {
    padding: 18px 0;
  }
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item:first-of-type {
  padding: 0 0 33px;
}
@media (max-width: 480px) {
  .opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item:first-of-type {
    padding: 0 0 18px;
  }
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item:before {
  display: none;
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item .opening-hours__label {
  float: left;
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item .opening-hours__value {
  float: right;
  text-align: right;
}
.opening-hours .opening-hours__wrapper .opening-hours__list .opening-hours__item .opening-hours__value p {
  margin: 0;
}

.stage-landingpage {
  position: relative;
}
.stage-landingpage .stage-landingpage__background {
  background-color: #FFBE37;
}
.stage-landingpage .stage-landingpage__background::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .stage-landingpage .stage-landingpage__background {
    background-color: transparent;
  }
}
.stage-landingpage .stage-landingpage__background .stage-landingpage__image {
  float: left;
  width: 50%;
  height: 100%;
}
@media (max-width: 1024px) {
  .stage-landingpage .stage-landingpage__background .stage-landingpage__image {
    width: 100%;
  }
}
.stage-landingpage .stage-landingpage__background .stage-landingpage__image img {
  width: 100%;
  max-height: 820px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .stage-landingpage .stage-landingpage__background .stage-landingpage__image img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .stage-landingpage .stage-landingpage__background .stage-landingpage__image img {
    aspect-ratio: 3/2;
  }
}
.stage-landingpage .stage-landingpage__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .stage-landingpage .stage-landingpage__foreground {
    position: relative;
    top: initial;
    left: initial;
    height: initial;
    background-color: #FFBE37;
  }
}
.stage-landingpage .stage-landingpage__foreground .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .stage-landingpage .stage-landingpage__foreground .container {
    transform: initial;
    top: initial;
  }
}
.stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(58.3333333333% - 31.6666666667px + 40px);
}
@media (max-width: 1200px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(58.3333333333% - 31.6666666667px + 40px);
  }
}
@media (max-width: 1024px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 480px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content {
    width: 100%;
    margin-left: 0;
    padding: 48px 0;
  }
}
.stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header h1 {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
.stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header h1 strong {
  text-transform: uppercase;
}
.stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header .h3 {
  margin-bottom: 46px;
  text-align: center;
}
@media (max-width: 1200px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .stage-landingpage .stage-landingpage__foreground .container .stage-landingpage__content .stage-landingpage__header .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.keyfacts {
  background-color: #fffcf5;
  margin: 0 30px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .keyfacts {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .keyfacts {
    padding: 30px 0;
  }
}
.keyfacts .keyfacts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.keyfacts .keyfacts__list .keyfacts__item {
  width: 33.33333%;
  padding: 40px 15px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .keyfacts .keyfacts__list .keyfacts__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .keyfacts .keyfacts__list .keyfacts__item {
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .keyfacts .keyfacts__list .keyfacts__item {
    width: 100%;
    padding: 20px 15px;
  }
}
.keyfacts .keyfacts__list .keyfacts__item:before {
  display: none;
}
.keyfacts .keyfacts__list .keyfacts__item h3 {
  margin: 0 0 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .keyfacts .keyfacts__list .keyfacts__item h3 {
    margin: 0 0 8px;
  }
}
@media (max-width: 480px) {
  .keyfacts .keyfacts__list .keyfacts__item h3 {
    font-size: 22px;
  }
}

.linktree .linktree__list {
  margin: 0;
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
@media (max-width: 768px) {
  .linktree .linktree__list {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 480px) {
  .linktree .linktree__list {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.linktree .linktree__list .linktree__list-item {
  line-height: 0;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .linktree .linktree__list .linktree__list-item {
    margin-bottom: 10px;
  }
}
.linktree .linktree__list .linktree__list-item:before {
  display: none;
}

.social-wall {
  background-color: #fffcf5;
  margin-bottom: 0;
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  .social-wall {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .social-wall {
    padding-top: 64px;
  }
}
.social-wall .grid__headline {
  margin-bottom: 80px;
}
.social-wall .grid__headline .headline {
  margin-top: 0;
}
@media (max-width: 768px) {
  .social-wall .grid__headline {
    margin-bottom: 48px;
  }
}

.image-carousel {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1504px) {
  .image-carousel {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .image-carousel {
    padding: 0 20px;
  }
}
.image-carousel .image-carousel__item .image-carousel__content {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .image-carousel .image-carousel__item .image-carousel__content {
    padding: 0 10px;
  }
}
.image-carousel .image-carousel__item .image-carousel__content .image-carousel__image {
  position: relative;
}
.image-carousel .image-carousel__item .image-carousel__content .image-carousel__image .image-carousel__link {
  display: block;
}
.image-carousel .image-carousel__item .image-carousel__content .image-carousel__image .image-carousel__link .image-carousel__info-button {
  font-size: 0px;
  background-color: #FFBE37;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.image-carousel .image-carousel__item .image-carousel__content .image-carousel__image .image-carousel__link .image-carousel__info-button:after {
  content: "i";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-style: normal;
  line-height: 22px;
  color: #4A4F54;
  border-radius: 50%;
  border: 2px solid #4A4F54;
  width: 26px;
  height: 26px;
  text-align: center;
}
.image-carousel .image-carousel__item .image-carousel__content .colored-black {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #FFBE37;
}
@media (max-width: 1024px) {
  .image-carousel .image-carousel__item .image-carousel__content .colored-black {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .image-carousel .image-carousel__item .image-carousel__content .colored-black {
    font-size: 16px;
    line-height: 22px;
  }
}
.image-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0;
  background-color: transparent;
}
@media (max-width: 480px) {
  .image-carousel .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.image-carousel .slick-arrow.slick-prev {
  left: -30px;
}
.image-carousel .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 1504px) {
  .image-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}
@media (max-width: 768px) {
  .image-carousel .slick-arrow.slick-prev {
    left: -17px;
  }
}
@media (max-width: 480px) {
  .image-carousel .slick-arrow.slick-prev {
    left: -7px;
  }
}
.image-carousel .slick-arrow.slick-next {
  right: -30px;
}
.image-carousel .slick-arrow.slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1504px) {
  .image-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}
@media (max-width: 768px) {
  .image-carousel .slick-arrow.slick-next {
    right: -17px;
  }
}
@media (max-width: 480px) {
  .image-carousel .slick-arrow.slick-next {
    right: -7px;
  }
}
.image-carousel .slick-arrow:before {
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 3px solid #4A4F54;
  border-right: 3px solid #4A4F54;
}

.mfp-content {
  width: auto !important;
}

.image-carousel-popup {
  background-color: #ffffff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1200px) {
  .image-carousel-popup {
    max-width: 60%;
  }
}
.image-carousel-popup .image-carousel-popup__image img {
  width: 800px;
  height: auto;
}
@media (max-width: 1504px) {
  .image-carousel-popup .image-carousel-popup__image img {
    width: 700px;
  }
}
.image-carousel-popup .image-carousel-popup__text {
  padding: 50px;
  width: 350px;
}
@media (max-width: 1200px) {
  .image-carousel-popup .image-carousel-popup__text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .image-carousel-popup .image-carousel-popup__text {
    padding: 15px;
  }
}
.image-carousel-popup .image-carousel-popup__text h1, .image-carousel-popup .image-carousel-popup__text h2, .image-carousel-popup .image-carousel-popup__text h3, .image-carousel-popup .image-carousel-popup__text h4, .image-carousel-popup .image-carousel-popup__text h5 {
  margin-top: 0;
}
.image-carousel-popup .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #4A4F54;
}
@media (max-width: 1200px) {
  .image-carousel-popup .mfp-close {
    color: #ffffff;
  }
}

.mfp-arrow {
  padding: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  top: 50%;
}
@media (max-width: 480px) {
  .mfp-arrow {
    width: 25px;
    height: 25px;
  }
}
.mfp-arrow:hover:after {
  border-top: 4px solid #FFBE37;
  border-right: 4px solid #FFBE37;
}
.mfp-arrow:active {
  margin-top: initial;
}
.mfp-arrow:before {
  display: none;
}
.mfp-arrow:after {
  width: 40px;
  height: 40px;
  border: 0;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin: 0 !important;
  top: 0;
}
@media (max-width: 480px) {
  .mfp-arrow:after {
    width: 25px;
    height: 25px;
  }
}
.mfp-arrow-left {
  transform: translateY(-50%) rotate(-135deg);
  left: 50px;
}
.mfp-arrow-right {
  transform: translateY(-50%) rotate(45deg);
  right: 50px;
}
@media (max-width: 480px) {
  .mfp-arrow-right {
    right: 35px;
  }
}

.image-slider {
  padding: 0 30px;
}
.image-slider::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .image-slider {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .image-slider {
    padding: 0 10px;
  }
}
.image-slider .image-slider__image .image-slider__description {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .image-slider .image-slider__image .image-slider__description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .image-slider .image-slider__image .image-slider__description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }
}
.image-slider .slick-arrow {
  width: 50px;
  height: 50px;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  position: absolute;
  font-size: 0;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 480px) {
  .image-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.image-slider .slick-arrow.slick-prev {
  left: -50px;
}
.image-slider .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media only screen and (max-width: 1628px) {
  .image-slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .image-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.image-slider .slick-arrow.slick-next {
  right: -50px;
}
.image-slider .slick-arrow.slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 1628px) {
  .image-slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (max-width: 768px) {
  .image-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.image-slider .slick-arrow:before {
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 3px solid #4A4F54;
  border-right: 3px solid #4A4F54;
}
.image-slider .slick-dots {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 0;
}
@media (max-width: 768px) {
  .image-slider .slick-dots {
    margin: 15px 0 0 0;
  }
}
.image-slider .slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.image-slider .slick-dots li:before {
  display: none;
}
.image-slider .slick-dots li.slick-active button {
  background-color: #4A4F54;
}
.image-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  font-size: 0;
  border-radius: 50%;
  border: none;
  background-color: #FFBE37;
}
@media (max-width: 768px) {
  .image-slider .slick-dots li button {
    margin: 0 5px;
  }
}

.identifyer {
  clear: both;
  display: block;
}

.frame {
  padding: 128px 0;
}
@media (max-width: 768px) {
  .frame {
    padding: 55px 0;
  }
}
.frame-blackBackground {
  background-color: #FFBE37;
}
.frame-blackBackground .ce-header:first-child {
  margin-top: 0;
}
.frame-blackBackground .ce-header:first-child h1, .frame-blackBackground .ce-header:first-child h2, .frame-blackBackground .ce-header:first-child h3, .frame-blackBackground .ce-header:first-child h4, .frame-blackBackground .ce-header:first-child h5, .frame-blackBackground .ce-header:first-child h6 {
  margin-top: 0;
}
.frame-blackBackground h1, .frame-blackBackground h2, .frame-blackBackground h3, .frame-blackBackground h4, .frame-blackBackground h5, .frame-blackBackground h6, .frame-blackBackground p, .frame-blackBackground li, .frame-blackBackground a, .frame-blackBackground strong {
  color: #ffffff;
}

.frame-space::after {
  clear: both;
  content: "";
  display: table;
}
.frame-space-before, .frame-space-after {
  width: 100%;
}
.frame-space-before-30px, .frame-space-after-30px {
  height: 30px;
}
@media (max-width: 768px) {
  .frame-space-before-30px, .frame-space-after-30px {
    height: 15px;
  }
}
.frame-space-before-60px, .frame-space-after-60px {
  height: 60px;
}
@media (max-width: 768px) {
  .frame-space-before-60px, .frame-space-after-60px {
    height: 30px;
  }
}
.frame-space-before-128px, .frame-space-after-128px {
  height: 128px;
}
@media (max-width: 768px) {
  .frame-space-before-128px, .frame-space-after-128px {
    height: 64px;
  }
}

.ce-image .ce-gallery .ce-outer {
  width: 100%;
  right: initial;
  float: none;
}
.ce-image .ce-gallery .ce-outer .ce-inner {
  right: initial;
  float: none;
}
.ce-image .ce-gallery .ce-outer .ce-inner .ce-column {
  width: 100%;
}
.ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image {
  width: 100%;
}
.ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image img {
  width: 100%;
  height: auto;
}
.ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image picture.image-natural-width {
  width: 100%;
  text-align: center;
  display: block;
}
.ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image picture.image-natural-width img {
  width: auto;
  display: inline-block;
}
.ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #4A4F54;
  display: block;
}
@media (max-width: 1024px) {
  .ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .ce-image .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

.ce-image-matrix .ce-gallery[data-ce-images="2"] .ce-outer .ce-inner .ce-column {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  .ce-image-matrix .ce-gallery[data-ce-images="2"] .ce-outer .ce-inner .ce-column {
    width: 50%;
  }
}
.ce-image-matrix .ce-gallery[data-ce-images="3"] .ce-outer .ce-inner .ce-column {
  width: 33.3333333%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .ce-image-matrix .ce-gallery[data-ce-images="3"] .ce-outer .ce-inner .ce-column {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .ce-image-matrix .ce-gallery[data-ce-images="3"] .ce-outer .ce-inner .ce-column {
    width: 50%;
  }
}
.ce-image-matrix .ce-gallery[data-ce-images="4"] .ce-outer .ce-inner .ce-column {
  width: calc(25% - 10px);
}
@media (max-width: 768px) {
  .ce-image-matrix .ce-gallery[data-ce-images="4"] .ce-outer .ce-inner .ce-column {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .ce-image-matrix .ce-gallery[data-ce-images="4"] .ce-outer .ce-inner .ce-column {
    width: 50%;
  }
}
.ce-image-matrix .ce-gallery[data-ce-images="5"] .ce-outer .ce-inner .ce-column {
  width: 20%;
  padding: 10px;
}
@media (max-width: 1024px) {
  .ce-image-matrix .ce-gallery[data-ce-images="5"] .ce-outer .ce-inner .ce-column {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .ce-image-matrix .ce-gallery[data-ce-images="5"] .ce-outer .ce-inner .ce-column {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .ce-image-matrix .ce-gallery[data-ce-images="5"] .ce-outer .ce-inner .ce-column {
    width: 50%;
  }
}
.ce-image-matrix .ce-gallery[data-ce-images="6"] .ce-outer .ce-inner .ce-column {
  width: calc(16.6666666% - 10px);
}
@media (max-width: 1024px) {
  .ce-image-matrix .ce-gallery[data-ce-images="6"] .ce-outer .ce-inner .ce-column {
    width: calc(33.3333% - 10px);
  }
}
@media (max-width: 768px) {
  .ce-image-matrix .ce-gallery[data-ce-images="6"] .ce-outer .ce-inner .ce-column {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .ce-image-matrix .ce-gallery[data-ce-images="6"] .ce-outer .ce-inner .ce-column {
    width: 50%;
  }
}
.ce-image-matrix .ce-gallery[data-ce-images="7"] .ce-outer .ce-inner .ce-column {
  width: calc(14.2857142857% - 10px);
}
.ce-image-matrix .ce-gallery[data-ce-images="8"] .ce-outer .ce-inner .ce-column {
  width: calc(12.5% - 10px);
}
.ce-image-matrix .ce-gallery .ce-outer {
  right: initial;
  float: none;
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner {
  display: flex;
  right: initial;
  float: none;
  flex-wrap: wrap;
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column {
  margin-bottom: 20px;
  margin-right: 0;
  position: relative;
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column:hover .logo-colored {
  opacity: 0;
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column .logo-colored {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.3s ease-in-out opacity;
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column .logo-natural {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
@media (max-width: 768px) {
  .ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column .logo-natural {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column figure.image {
  display: block;
  position: relative;
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column figure.image:before {
  content: " ";
  display: block;
  position: relative;
  padding-top: 66.6666666667%;
}
@media (max-width: 768px) {
  .ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column figure.image:before {
    padding-top: 56.25%;
  }
}
.ce-image-matrix .ce-gallery .ce-outer .ce-inner .ce-column figure.image .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  background-color: #ffffff;
}

.ce-image-pinned-bottom {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .ce-image-pinned-bottom {
    display: none;
  }
}

.grid-section > .container > .ce-image-full-width {
  width: calc(100% - 60px);
  margin: 0 30px 64px;
}
@media (max-width: 768px) {
  .grid-section > .container > .ce-image-full-width {
    margin: 32px 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .grid-section > .container > .ce-image-full-width {
    width: calc(100% - 20px);
    margin: 32px 10px;
  }
}
.grid-section > .container > .ce-image-full-width .ce-gallery .ce-outer .ce-inner .ce-column {
  width: 100%;
}

.ce-textpic.ce-intext {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .ce-textpic.ce-intext {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .ce-textpic.ce-intext {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.ce-textpic.ce-intext.ce-left .ce-bodytext {
  float: right;
}
.ce-textpic.ce-intext.ce-right .ce-gallery {
  float: right;
}
.ce-textpic.ce-intext .ce-gallery {
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .ce-textpic.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 480px) {
  .ce-textpic.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0 !important;
  }
}
.ce-textpic.ce-intext .ce-bodytext {
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .ce-textpic.ce-intext .ce-bodytext {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .ce-textpic.ce-intext .ce-bodytext {
    width: 100%;
    margin-left: 0;
  }
}
.ce-textpic .ce-gallery {
  margin: 0 !important;
}
.ce-textpic .ce-gallery .ce-outer {
  float: none;
  right: initial;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner {
  right: initial;
  float: none;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column {
  width: 100%;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.image {
  width: 100%;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.image img {
  width: 100%;
  height: auto;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #4A4F54;
  display: block;
}
@media (max-width: 768px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.grid--3x1 .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.image figcaption.image-caption {
  text-align: center;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.video {
  width: 100%;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.video .video-embed {
  position: relative;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.video .video-embed:before {
  content: " ";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure.video .video-embed iframe.video-embed-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ce-textpic .ce-bodytext {
  float: left;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .ce-textpic .ce-bodytext {
    margin-top: 16px;
  }
}
.ce-textpic .ce-bodytext h1, .ce-textpic .ce-bodytext h2, .ce-textpic .ce-bodytext h3, .ce-textpic .ce-bodytext h4, .ce-textpic .ce-bodytext h5 {
  margin-top: 0;
}
.ce-textpic .ce-bodytext > p:first-of-type {
  margin-top: 0;
}

.grid-section > .container > .ce-text {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  float: none;
}
@media (max-width: 768px) {
  .grid-section > .container > .ce-text {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    float: none;
  }
}
@media (max-width: 480px) {
  .grid-section > .container > .ce-text {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    float: none;
  }
}

.ce-text h1:first-child, .ce-text h2:first-child, .ce-text h3:first-child, .ce-text h4:first-child, .ce-text h5:first-child {
  margin-top: 0;
}

.mobile-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.grid-section hr.ce-div {
  margin: 128px auto 0;
}
.grid-section hr.ce-div:before {
  background-position: center center;
}
@media (max-width: 768px) {
  .grid-section hr.ce-div {
    margin: 84px auto 0;
  }
}
.grid-section hr.ce-div--small {
  margin: 108px auto 128px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .grid-section hr.ce-div--small {
    margin: 44px auto 44px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.grid-section hr.ce-div--small:before {
  width: 148px;
  height: 6px;
  margin: 0 auto;
  background-color: #4A4F54;
  background-image: none;
  padding: 0;
}

.ce-slideshow .ce-gallery {
  margin-bottom: 0;
}
.ce-slideshow .ce-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.ce-slideshow .ce-gallery .ce-outer {
  right: initial;
  width: 100%;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner {
  float: none;
  right: initial;
  position: relative;
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
@media (max-width: 1024px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 768px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column {
  margin: 0 5px;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-list {
  overflow: initial;
}
@media (max-width: 768px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-list {
    padding: 0 20px !important;
  }
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0px;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-disabled {
  opacity: 0;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-next {
  right: -30px;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-next:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../Icons/Content/black/chevron-right.svg);
}
@media (max-width: 768px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-next {
    right: 0;
  }
  .ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-next:before {
    content: "";
    position: relative;
    display: inline-block;
    /* Do not simplify these! Else background-size cannot be applied later. */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../Icons/Content/black/chevron-right.svg);
  }
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-prev {
  left: -30px;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-prev:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../Icons/Content/black/chevron-left.svg);
}
@media (max-width: 768px) {
  .ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-prev {
    left: 0;
  }
  .ce-slideshow .ce-gallery .ce-outer .ce-inner .slick-arrow.slick-prev:before {
    content: "";
    position: relative;
    display: inline-block;
    /* Do not simplify these! Else background-size cannot be applied later. */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../Icons/Content/black/chevron-left.svg);
  }
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column {
  opacity: 0.35;
  transition: 0.3s ease-in-out all;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column.slick-current {
  opacity: 1;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column figure.video {
  width: 100%;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column figure.video .video-embed {
  width: 100%;
  position: relative;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column figure.video .video-embed:before {
  content: " ";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
}
.ce-slideshow .ce-gallery .ce-outer .ce-inner .ce-column figure.video .video-embed iframe {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-header {
  margin: 0 0 70px;
}
.ce-header::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .ce-header {
    margin: 84px 0 48px !important;
  }
}
.ce-header .headline--decoration {
  margin-bottom: 0;
}
.ce-header:first-child {
  margin-top: 0 !important;
}
.ce-header *:first-of-type {
  margin-top: 0;
}
.ce-header *:last-of-type {
  margin-bottom: 0;
}

.main > .ce-header {
  margin-top: 128px;
}
.main > .ce-header h1, .main > .ce-header h2, .main > .ce-header h3, .main > .ce-header h4, .main > .ce-header h5 {
  margin-top: 0;
}

.grid-section > .container > .ce-header:first-child {
  margin-top: 0;
}
.grid-section > .container > .ce-header:first-child h1, .grid-section > .container > .ce-header:first-child h2, .grid-section > .container > .ce-header:first-child h3, .grid-section > .container > .ce-header:first-child h4, .grid-section > .container > .ce-header:first-child h5 {
  margin-top: 0;
}
@media (max-width: 480px) {
  .grid-section > .container > .ce-header:not(:first-of-type) {
    margin-top: 20px;
  }
}
.grid-section > .container .grid--3x1 .grid__column .ce-header:first-of-type h1, .grid-section > .container .grid--3x1 .grid__column .ce-header:first-of-type h2, .grid-section > .container .grid--3x1 .grid__column .ce-header:first-of-type h3, .grid-section > .container .grid--3x1 .grid__column .ce-header:first-of-type h4, .grid-section > .container .grid--3x1 .grid__column .ce-header:first-of-type h5 {
  margin-top: 0;
}

.grid-section .grid .grid__column .ce-header {
  margin: 0 !important;
}

.grid > .container > .grid__column > .ce-header:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
.grid > .container > .grid__column > .ce-header:first-of-type .headline--decoration {
  margin-top: 0;
}

.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media .netl-social-media-content {
  position: relative;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media .netl-social-media-content:before {
  content: " ";
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media .netl-social-media-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-content:before {
  display: none;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap {
  position: relative;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-backgroundimage {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1200px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-backgroundimage {
    padding-top: 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-backgroundimage {
    padding-top: 75%;
  }
}
@media (max-width: 768px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-backgroundimage {
    padding-top: 56.25%;
  }
}
@media (max-width: 480px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-backgroundimage {
    padding-top: 75%;
  }
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: #ffffff;
  padding: 20px;
}
@media (max-width: 1024px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap .netl-social-media-info p {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap .netl-social-media-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap .netl-social-media-info a {
  color: #FFBE37;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap .netl-social-media-info a {
    font-size: 14px;
  }
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap .netl-social-media-info a:hover {
  text-decoration: none;
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap button {
  color: #FFBE37;
  background-color: transparent;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap button {
    font-size: 14px;
    line-height: 18px;
  }
}
.ce-textpic .ce-gallery .ce-outer .ce-inner .tx-netl-social-media.inactive .netl-social-media-inner-wrap .netl-social-media-content-wrap button:before {
  background-color: #FFBE37;
  border: 1px solid #FFBE37;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  background-image: url(../Icons/Content/white/arrow-right.svg);
}

.fancybox-container .fancybox-toolbar .fancybox-button--zoom, .fancybox-container .fancybox-toolbar .fancybox-button--play, .fancybox-container .fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-container .fancybox-infobar {
  display: none;
}