.main-bg {
  background: #FFF;
}
h2 {
  text-transform: uppercase;
  overflow-wrap: break-word;
}
section:not(#intro):not(#online-shop) {
  position: relative;
  z-index: 1;
  background: #000;
  color: #FFF;
}
section:not(#intro):not(#online-shop) h2 {
  color: #FFF;
}
section#intro {
  text-align: center;
  color: #FFF;
}
section#intro .subhl {
  color: #fc0;
}
section#intro h1,
section#intro h2 {
  line-height: 1em;
}
section#intro h1 .hl.hl-2,
section#intro h2 .hl.hl-2 {
  color: #fc0;
  font-size: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: normal;
}
section#intro .desc {
  display: none;
}
section#intro .cta {
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background: #000;
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: none;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: visible;
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  margin-top: 25px;
}
section#intro .cta:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#intro .cta.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#intro .cta.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.no-touchevents section#intro .cta:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
section#intro .cta.btn-outline-black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.no-touchevents section#intro .cta.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
section#intro .cta.btn-outline-white {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
.no-touchevents section#intro .cta.btn-outline-white:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
section#intro .cta.btn-black-outline-white {
  background: #000;
  border: 2px solid #FFF;
  color: #FFF;
}
.no-touchevents section#intro .cta.btn-black-outline-white:hover {
  background: #FFF;
  color: #000;
  border-color: #FFF;
}
section#intro .cta.btn-border-bottom {
  display: inline-block;
  border-bottom: 2px solid #000;
  border-top: 2px solid transparent;
  background: #FFF;
  color: #000;
}
.no-touchevents section#intro .cta.btn-border-bottom:hover {
  background: #000;
  color: #FFF;
}
section#intro .cta.btn-yellow {
  background: #fc0;
  color: #000;
  border: 2px solid #fc0;
}
.no-touchevents section#intro .cta.btn-yellow:hover {
  background: #FFF;
}
.no-touchevents section#intro .cta:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
section#intro .inner-wrapper {
  overflow: visible;
}
section#intro .scroll-down-wrapper {
  margin-top: 25px;
}
section#intro .scroll-down-wrapper svg {
  color: #FFF;
}
section#intro .owl-carousel .owl-dots .owl-dot {
  border-color: #FFF;
}
section#intro .owl-carousel .owl-dots .owl-dot.active {
  background: #FFF;
}
section#content-blocks {
  position: relative;
  z-index: 1;
}
section#content-blocks:before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#content-blocks:before {
  background: url('../images/sec_divider_black1.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#content-blocks:before {
  background: url('../images/sec_divider_black1.png.webp') repeat-x;
  background-size: auto 30px;
}
section#content-blocks .row [class*=col_] .block {
  margin-bottom: 25px;
}
section#content-blocks .row [class*=col_] .block:last-child {
  margin-bottom: 0;
}
section#content-blocks .row [class*=col_] .block.txt a {
  color: #fc0;
}
section#content-blocks .row [class*=col_] .block.divider-ver {
  display: block;
  height: 100px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
}
@media all and (min-width: 768px) {
  section#content-blocks .row [class*=col_] .block.divider-ver {
    height: 200px;
  }
}
section#content-blocks .row [class*=col_] .block img {
  width: 100%;
  height: auto;
}
section#cta {
  color: #FFF;
}
section#cta .price {
  color: #fc0;
}
section#cta a:not(.btn) {
  color: #FFF;
}
#inquiry-overlay {
  font-size: 1rem;
}
#inquiry-overlay .close-overlay {
  z-index: 999;
}
#inquiry-overlay .box {
  background: transparent;
  padding: 0;
}
#inquiry-overlay .content-col {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #eeeeee 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#inquiry-overlay .content-col > .inner {
  padding: 1em;
}
@media all and (min-width: 768px) {
  #inquiry-overlay .content-col > .inner {
    padding: 4em;
  }
}
#inquiry-overlay .img-col {
  background: #FFF;
}
#inquiry-overlay .img-col figure {
  position: sticky;
  top: 0;
}
#inquiry-overlay h2 {
  text-transform: uppercase;
}
#inquiry-overlay h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#inquiry-overlay h3 .red {
  color: #db0249;
}
#inquiry-overlay h3 .yellow {
  color: #fc0;
}
#inquiry-overlay .inquiry-info {
  font-family: 'Saol Display', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 25px;
}
#inquiry-overlay .inquiry-info.upper,
#inquiry-overlay .inquiry-info-upper {
  text-transform: uppercase;
}
#inquiry-overlay .inquiry-note {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 50px;
  font-size: 0.85rem;
  padding: 1rem;
}
#inquiry-overlay .inquiry-form form br {
  display: none;
}
#inquiry-overlay .inquiry-form form > div {
  margin-bottom: 15px;
}
#inquiry-overlay .inquiry-form form > div:last-child {
  margin-bottom: 0;
}
#inquiry-overlay .inquiry-form form > div textarea {
  min-height: 150px;
}
#inquiry-overlay .inquiry-form form > div .fs-checkbox {
  background: transparent;
  padding: 0;
}
#inquiry-overlay .inquiry-form form > div .fs-checkbox .fs-checkbox-marker {
  background: #FFF;
}
#inquiry-overlay .inquiry-form form > div .checkbox-label {
  margin-left: 10px;
}
#inquiry-overlay .inquiry-form form > div .checkbox-label a {
  text-decoration: underline;
}
#inquiry-overlay .inquiry-form form > div .wpcf7-list-item {
  margin: 0;
}
#inquiry-overlay .inquiry-form form .wpcf7-not-valid-tip {
  margin: 5px 0 0 0;
}
#inquiry-overlay .inquiry-form form input[type="submit"] {
  margin-top: 15px;
}
#inquiry-overlay .inquiry-form form .privacy-policy .wpcf7-not-valid-tip {
  position: absolute;
  top: 13px;
  left: 30px;
  width: 300px;
}
#inquiry-overlay .inquiry-form form .wpcf7-response-output {
  background: #db0249;
  color: #FFF;
  border: 0;
  margin-left: 0;
  padding: 1em 1.2em;
}
#inquiry-overlay .inquiry-form form.sent .wpcf7-response-output {
  display: block;
  background: #000;
}
section#online-shop {
  z-index: 1;
  background: #FFF;
  position: relative;
}
section#online-shop:before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#online-shop:before {
  background: url('../images/sec_divider_white1.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#online-shop:before {
  background: url('../images/sec_divider_white1.png.webp') repeat-x;
  background-size: auto 30px;
}
section#related {
  position: relative;
  z-index: 1;
}
section#related:before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#related:before {
  background: url('../images/sec_divider_black1.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#related:before {
  background: url('../images/sec_divider_black1.png.webp') repeat-x;
  background-size: auto 30px;
}
section#related .row {
  justify-content: center;
}
