@charset "UTF-8";
.customer-styles {
  /* START global: base.scss */
  /* END global: base.scss */
  /* START article: web-big-tiles */
  /* END article: web-big-tiles */
  /* START article: web-hero-with-text */
  /* END article: web-hero-with-text */
  /* START article: web-img-video */
  /* END article: web-img-video */
  /* START article: web-mark */
  /* END article: web-mark */
  /* START article: web-small-tiles-item-square */
  /* END article: web-small-tiles-item-square */
  /* START article: web-teaser */
  /* END article: web-teaser */
  /* START article: web-text-image-50-50 */
  /* END article: web-text-image-50-50 */
  /* START article: web-text-two-column */
  /* END article: web-text-two-column */
  /* START article: web-text */
  /* END article: web-text */
  /* START page: startpage */
  /* END page: startpage */
  /* START widget: web-small-tiles */
  /* END widget: web-small-tiles */
}

.customer-styles {
  scroll-behavior: smooth;
}

.customer-styles html {
  height: 100%;
}

.customer-styles body {
  font-family: "interstate", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  /*min-width: $small-device;*/
  overflow-x: hidden;
}

@media (max-width: 800px) {
  .customer-styles body.no-scrolling {
    overflow: hidden;
  }
}

.customer-styles body.active-menu {
  overflow-y: hidden;
}

@media (max-width: 800px) {
  .customer-styles body.active-menu {
    /*position: fixed;*/
  }
}

.customer-styles h1, .customer-styles h2, .customer-styles h3, .customer-styles h4, .customer-styles h5, .customer-styles h6 {
  color: inherit;
  margin: 0;
}

.customer-styles p, .customer-styles ul, .customer-styles ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.customer-styles .hidden {
  display: none;
}

.customer-styles .template_content_white {
  background-color: #fff;
  color: #000;
}

.customer-styles .template_content_white.invert {
  background-color: #000;
  color: #fff;
}

.customer-styles .template_content_black {
  background-color: #000;
  color: #fff;
}

.customer-styles .template_content_black.invert {
  background-color: #fff;
  color: #000;
}

.customer-styles .global-grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.customer-styles .content-width {
  padding-top: clamp(50px, (90 * (100vw - 360px) / 1560 + 50px), 140px);
  padding-bottom: clamp(50px, (30 * (100vw - 360px) / 1560 + 50px), 80px);
}

.customer-styles .content-width.no-padding-top {
  padding-top: clamp(20px, (0 * (100vw - 360px) / 1560 + 20px), 20px);
}

.customer-styles .content-width.no-padding-bottom {
  padding-bottom: clamp(20px, (0 * (100vw - 360px) / 1560 + 20px), 20px);
}

.customer-styles .padding-top {
  padding-top: clamp(50px, (90 * (100vw - 360px) / 1560 + 50px), 140px);
}

.customer-styles .padding-bottom {
  padding-bottom: clamp(50px, (30 * (100vw - 360px) / 1560 + 50px), 80px);
}

.customer-styles .typo-headline-extra-big {
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(22px, (63 * (100vw - 360px) / 1560 + 22px), 85px);
  line-height: clamp(28px, (63 * (100vw - 360px) / 1560 + 28px), 91px);
  margin-bottom: clamp(28px, (22 * (100vw - 360px) / 1560 + 28px), 50px);
  letter-spacing: clamp(1.95px, (2.85 * (100vw - 360px) / 1560 + 1.95px), 4.8px);
  text-transform: uppercase;
}

.customer-styles .typo-headline-1 {
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(13px, (19 * (100vw - 360px) / 1560 + 13px), 32px);
  line-height: clamp(15px, (24 * (100vw - 360px) / 1560 + 15px), 39px);
  letter-spacing: clamp(1.95px, (2.85 * (100vw - 360px) / 1560 + 1.95px), 4.8px);
  text-transform: uppercase;
}

.customer-styles .typo-headline-2 {
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(22px, (18 * (100vw - 360px) / 1560 + 22px), 40px);
}

.customer-styles .typo-subline {
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(9px, (14 * (100vw - 360px) / 1560 + 9px), 23px);
  line-height: clamp(11px, (17 * (100vw - 360px) / 1560 + 11px), 28px);
  letter-spacing: clamp(1.35px, (2.1 * (100vw - 360px) / 1560 + 1.35px), 3.45px);
  text-transform: uppercase;
}

.customer-styles a, .customer-styles .link-appearance-default {
  font-family: "interstate", serif;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  color: inherit;
}

.customer-styles .link-appearance-default {
  text-transform: uppercase;
}

.customer-styles .typo-flowing-text {
  font-family: "interstate", serif;
  font-weight: 300;
  font-size: clamp(12px, (11 * (100vw - 360px) / 1560 + 12px), 23px);
  line-height: clamp(17px, (11 * (100vw - 360px) / 1560 + 17px), 28px);
  letter-spacing: 0;
}

.customer-styles .typo-flowing-text a, .customer-styles .typo-flowing-text .link-appearance-default {
  font-family: "interstate", serif;
  font-weight: 300;
  text-transform: none;
}

.customer-styles .typo-flowing-text p:not(:last-child), .customer-styles .typo-flowing-text ol:not(:last-child), .customer-styles .typo-flowing-text ul:not(:last-child) {
  margin-bottom: clamp(17px, (11 * (100vw - 360px) / 1560 + 17px), 28px);
}

.customer-styles .typo-flowing-text ol, .customer-styles .typo-flowing-text ul {
  -webkit-padding-start: 1.2em;
          padding-inline-start: 1.2em;
}

.customer-styles .typo-flowing-text b {
  font-weight: 500;
}

.customer-styles .typo-flowing-text[contenteditable="true"] b {
  font-weight: bold;
}

.customer-styles .font-color-white {
  color: #fff;
}

.customer-styles .font-color-white:focus {
  background-color: inherit;
  color: #fff;
  outline: none;
}

.customer-styles .font-color-black {
  color: #000;
}

.customer-styles .font-color-black:focus {
  background-color: inherit;
  color: #000;
  outline: none;
}

.customer-styles .font-color-black.contentEditableEmpty::before {
  color: rgba(0, 0, 0, 0.5);
}

.customer-styles .global-button {
  display: inline-block;
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(9px, (14 * (100vw - 360px) / 1560 + 9px), 23px);
  line-height: clamp(15px, (13 * (100vw - 360px) / 1560 + 15px), 28px);
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  padding-top: clamp(8px, (26 * (100vw - 360px) / 1560 + 8px), 34px);
  padding-right: clamp(12px, (83 * (100vw - 360px) / 1560 + 12px), 95px);
  padding-bottom: clamp(8px, (26 * (100vw - 360px) / 1560 + 8px), 34px);
  padding-left: clamp(12px, (83 * (100vw - 360px) / 1560 + 12px), 95px);
  background-color: #000;
  border: 1px solid #fff;
}

.customer-styles .global-button:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.customer-styles .global-button:focus {
  outline: none;
}

.customer-styles .global-button-cta {
  display: inline-block;
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(9px, (14 * (100vw - 360px) / 1560 + 9px), 23px);
  line-height: clamp(15px, (13 * (100vw - 360px) / 1560 + 15px), 28px);
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  padding-top: clamp(8px, (26 * (100vw - 360px) / 1560 + 8px), 34px);
  padding-right: clamp(12px, (83 * (100vw - 360px) / 1560 + 12px), 95px);
  padding-bottom: clamp(8px, (26 * (100vw - 360px) / 1560 + 8px), 34px);
  padding-left: clamp(12px, (83 * (100vw - 360px) / 1560 + 12px), 95px);
  background-color: #F72F96;
}

.customer-styles .global-button-cta:hover {
  background-color: #D0007E;
}

.customer-styles .global-button-cta:focus {
  outline: none;
}

.customer-styles .global-button-category {
  display: inline-block;
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(9px, (14 * (100vw - 360px) / 1560 + 9px), 23px);
  line-height: clamp(15px, (13 * (100vw - 360px) / 1560 + 15px), 28px);
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  padding-top: clamp(8px, (26 * (100vw - 360px) / 1560 + 8px), 34px);
  padding-right: clamp(12px, (83 * (100vw - 360px) / 1560 + 12px), 95px);
  padding-bottom: clamp(8px, (26 * (100vw - 360px) / 1560 + 8px), 34px);
  padding-left: clamp(12px, (83 * (100vw - 360px) / 1560 + 12px), 95px);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='Ebene_1' xmlns:x='&ns_extend;' xmlns:i='&ns_ai;' xmlns:graph='&ns_graphs;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 312 318' style='enable-background:new 0 0 312 318;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cmetadata%3E%3Csfw xmlns='&ns_sfw;'%3E%3Cslices%3E%3C/slices%3E%3CsliceSourceBounds bottomLeftOrigin='true' height='188.3' width='224' x='51.7' y='64.9'%3E%3C/sliceSourceBounds%3E%3C/sfw%3E%3C/metadata%3E%3Cg id='Linie_7'%3E%3Crect x='262.8' y='64.8' class='st0' width='12.9' height='188.3'/%3E%3C/g%3E%3Cpath class='st0' d='M51.7,195.4c0-1.8,1.1-2.3,2.2-2.3c2.4,0,1.9,2.8,6.3,11.5c7.1,14.4,18,31.5,40.3,31.5 c16.9,0,24.8-7.7,24.8-19.2c0-29-73-17.9-73-62.3c0-17.9,17.4-34.3,47.1-34.3c15.8,0,32.7,4.9,40.6,9.7v29.5c0,1-0.5,1.8-1.6,1.8 c-2.2,0-2.4-4.6-7.4-13.1c-6.3-10.8-15.5-23.3-35.1-23.3c-11.2,0-19.1,5.1-19.1,15.9c0,25.6,73,15.4,73,58.4 c0,27.2-21.8,41.5-52,41.5c-13.1,0-30-2.1-46-7.4L51.7,195.4L51.7,195.4z'/%3E%3Cpath class='st0' d='M128.8,71.8c9,0,16.1,6.9,16.1,15.1s-7.1,15.1-16.1,15.1s-16.1-6.9-16.1-15.1S119.8,71.8,128.8,71.8 M72.7,71.8 c9,0,16.1,6.9,16.1,15.1S81.6,102,72.7,102s-16.1-6.9-16.1-15.1S63.7,71.8,72.7,71.8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: #000;
  background-position-x: 12px;
  /*background-size: cover;*/
  border: 1px solid #fff;
  padding-left: clamp(60px, (85 * (100vw - 360px) / 1560 + 60px), 145px);
  padding-right: clamp(12px, (38 * (100vw - 360px) / 1560 + 12px), 50px);
}

.customer-styles .global-button-category:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='Ebene_1' xmlns:x='&ns_extend;' xmlns:i='&ns_ai;' xmlns:graph='&ns_graphs;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 312 318' style='enable-background:new 0 0 312 318;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cmetadata%3E%3Csfw xmlns='&ns_sfw;'%3E%3Cslices%3E%3C/slices%3E%3CsliceSourceBounds bottomLeftOrigin='true' height='318' width='312' x='0' y='0'%3E%3C/sliceSourceBounds%3E%3C/sfw%3E%3C/metadata%3E%3Crect class='st0' width='312' height='318'/%3E%3Cg id='Linie_7'%3E%3Crect x='262.8' y='64.8' width='12.9' height='188.3'/%3E%3C/g%3E%3Cpath d='M51.7,195.4c0-1.8,1.1-2.3,2.2-2.3c2.4,0,1.9,2.8,6.3,11.5c7.1,14.4,18,31.5,40.3,31.5c16.9,0,24.8-7.7,24.8-19.2 c0-29-73-17.9-73-62.3c0-17.9,17.4-34.3,47.1-34.3c15.8,0,32.7,4.9,40.6,9.7v29.5c0,1-0.5,1.8-1.6,1.8c-2.2,0-2.4-4.6-7.4-13.1 c-6.3-10.8-15.5-23.3-35.1-23.3c-11.2,0-19.1,5.1-19.1,15.9c0,25.6,73,15.4,73,58.4c0,27.2-21.8,41.5-52,41.5c-13.1,0-30-2.1-46-7.4 L51.7,195.4L51.7,195.4z'/%3E%3Cpath d='M128.8,71.8c9,0,16.1,6.9,16.1,15.1s-7.1,15.1-16.1,15.1s-16.1-6.9-16.1-15.1S119.8,71.8,128.8,71.8 M72.7,71.8 c9,0,16.1,6.9,16.1,15.1S81.6,102,72.7,102s-16.1-6.9-16.1-15.1S63.7,71.8,72.7,71.8'/%3E%3C/svg%3E%0A");
}

.customer-styles .global-button-category:focus {
  outline: none;
}

.customer-styles .page_template_wrapper {
  margin-top: 210px;
}

@media (max-width: 800px) {
  .customer-styles .page_template_wrapper {
    margin-top: 104px;
  }
}

.customer-styles .video-placeholder {
  position: relative;
  padding-bottom: calc(56.25% * 1);
  /* 16:9, multiplied by width */
  width: 100%;
  height: auto;
}

.customer-styles .video-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .customer-styles .active-menu .header {
    /*position: fixed;*/
  }
}

.customer-styles .header {
  position: fixed;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow-x: hidden;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.customer-styles .header .global-grid {
  max-width: none;
}

.customer-styles .header .header-inner {
  grid-column: 2 / 16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 210px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 800px) {
  .customer-styles .header .header-inner {
    height: 104px;
  }
}

@media (max-width: 800px) {
  .customer-styles .header .header-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.customer-styles .header .header-inner .header-logo {
  text-decoration: none;
  color: #fff;
}

.customer-styles .header .header-inner .header-logo-line1 {
  height: clamp(21px, (24 * (100vw - 360px) / 1560 + 21px), 45px);
  background-color: #000;
  position: relative;
  z-index: 2;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.customer-styles .header .header-inner .header-logo-line1 svg {
  height: clamp(21px, (24 * (100vw - 360px) / 1560 + 21px), 45px);
}

.customer-styles .header-tiny .header .header-inner {
  height: 105px;
}

@media (max-width: 800px) {
  .customer-styles .header-tiny .header .header-inner {
    height: 87px;
  }
}

.customer-styles .header-black-background {
  height: 30vh;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  background-color: #000;
}

.customer-styles .nav-outer {
  max-width: none;
  position: fixed;
  z-index: 99;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(67%, rgba(255, 255, 255, 0)), color-stop(67%, black));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 67%, black 67%);
  margin-top: 210px;
  bottom: 0%;
  top: 0%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: top .5s ease-out, margin .5s ease-out, -webkit-transform .5s ease-out;
  transition: top .5s ease-out, margin .5s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, top .5s ease-out, margin .5s ease-out;
  transition: transform .5s ease-out, top .5s ease-out, margin .5s ease-out, -webkit-transform .5s ease-out;
}

.customer-styles .nav-outer.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 800px) {
  .customer-styles .nav-outer.open {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
}

@media (max-width: 800px) {
  .customer-styles .nav-outer {
    background-color: #000;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(-115%);
            transform: translateY(-115%);
    overflow-y: scroll;
    height: 100%;
    margin-top: 97px;
  }
}

.customer-styles .header-tiny .nav-outer {
  margin-top: 105px;
}

@media (max-width: 800px) {
  .customer-styles .header-tiny .nav-outer {
    margin-top: 87px;
  }
}

.customer-styles .nav-inner {
  grid-column: 1 / 16;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
}

@media (max-width: 800px) {
  .customer-styles .nav-inner {
    grid-column: 1 / 17;
    overflow-y: auto;
    height: auto;
  }
}

.customer-styles .nav-inner::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.customer-styles .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*position: fixed;*/
  background-color: #000;
  width: 70%;
  /*right: -60%;*/
  padding-top: clamp(24px, (40 * (100vw - 360px) / 1560 + 24px), 64px);
  /*@include smooth('padding-right', 47px, 87px);*/
  color: #fff;
  -webkit-transition: right .25s ease-out, width .25s ease-out, -webkit-transform .5s ease-out;
  transition: right .25s ease-out, width .25s ease-out, -webkit-transform .5s ease-out;
  transition: right .25s ease-out, width .25s ease-out, transform .5s ease-out;
  transition: right .25s ease-out, width .25s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

@media (max-width: 1280px) {
  .customer-styles .nav {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .customer-styles .nav {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .customer-styles .nav.open {
    padding-bottom: 104px;
    padding-left: 0;
    z-index: 2;
  }
}

.customer-styles .nav .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 43px;
}

.customer-styles .nav .nav-header .nav-close {
  width: 37px;
  height: 37px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 324.31 324.32'%3E%3Crect id='Rechteck_307' x='135.7' y='-40.7' width='52.92' height='405.72' transform='translate(-67.17 162.16) rotate(-45)' style='fill:%23fff;'/%3E%3Crect id='Rechteck_308' x='-40.71' y='135.69' width='405.72' height='52.92' transform='translate(-67.17 162.15) rotate(-45)' style='fill:%23fff;'/%3E%3C/svg%3E");
}

.customer-styles .nav .nav-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: clamp(47px, (40 * (100vw - 360px) / 1560 + 47px), 87px);
  padding-bottom: clamp(24px, (40 * (100vw - 360px) / 1560 + 24px), 64px);
  background-color: #000;
  height: 100vh;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-main-wrapper {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.customer-styles .nav .nav-level-one {
  width: 33%;
  z-index: 2;
  position: relative;
  background-color: #000;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-level-one {
    width: 65%;
  }
}

.customer-styles .nav .nav-level-one .nav-level-one-item {
  position: relative;
  margin-bottom: 43px;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-level-one .nav-level-one-item {
    margin-bottom: 24px;
  }
}

.customer-styles .nav .nav-level-one .nav-level-one-item .nav-level-one-label {
  width: 100%;
  font-size: clamp(13px, (9 * (100vw - 360px) / 1560 + 13px), 22px);
  text-transform: uppercase;
  letter-spacing: 4.4px;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-level-one .nav-level-one-item .nav-level-one-label {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.customer-styles .nav .nav-level-one .nav-level-one-item .nav-level-one-label::after {
  content: "";
  display: block;
  border-bottom: 1px solid transparent;
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-level-one .nav-level-one-item .nav-level-one-label::after {
    border: 0;
    margin-top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19.8'%3E%3Crect x='3.98' y='-.77' width='3' height='12.5' transform='translate(-2.27 5.48) rotate(-45)' fill='%23fff'/%3E%3Crect x='-.99' y='12.3' width='13.97' height='3' transform='translate(-8 8.28) rotate(-45)' fill='%23fff'/%3E%3C/svg%3E");
    min-width: 12px;
    min-height: 19px;
    margin-left: 15px;
    background-repeat: no-repeat;
    width: auto;
  }
}

.customer-styles .nav .nav-level-one .nav-level-one-item .nav-level-one-label.active::after {
  border-bottom: 1px solid #fff;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-level-one .nav-level-one-item .nav-level-one-label.active::after {
    border: 0;
    margin-top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19.8'%3E%3Crect x='3.98' y='-.77' width='3' height='12.5' transform='translate(-2.27 5.48) rotate(-45)' fill='%23fff'/%3E%3Crect x='-.99' y='12.3' width='13.97' height='3' transform='translate(-8 8.28) rotate(-45)' fill='%23fff'/%3E%3C/svg%3E");
    min-width: 12px;
    min-height: 19px;
    margin-left: 15px;
    background-repeat: no-repeat;
    width: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.customer-styles .nav .nav-level-two {
  font-size: clamp(13px, (9 * (100vw - 360px) / 1560 + 13px), 22px);
  font-weight: 300;
  letter-spacing: 2.2px;
  margin-left: 15px;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-level-two {
    max-height: 0;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden;
  }
  .customer-styles .nav .nav-level-two.active {
    max-height: 1000px;
    /*margin-bottom: 33px;*/
  }
}

.customer-styles .nav .nav-level-two .nav-level-two-label {
  margin-bottom: 25px;
}

.customer-styles .nav .nav-level-two .nav-level-two-label .nav-level-two-anchor {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.customer-styles .nav .nav-level-two .nav-level-two-label .nav-level-two-anchor:hover {
  border-bottom: 1px solid #fff;
}

.customer-styles .nav .nav-level-two .nav-level-two-label.active .nav-level-two-anchor {
  border-bottom: 1px solid #fff;
  font-weight: 500;
}

.customer-styles .nav .nav-anchor {
  text-decoration: none;
  color: #fff;
}

.customer-styles .nav .nav-desktop-level-two-wrapper {
  width: 33%;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-desktop-level-two-wrapper {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    margin-bottom: 51px;
  }
}

.customer-styles .nav .nav-desktop-level-two-wrapper .nav-level-two {
  display: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1;
  position: relative;
}

.customer-styles .nav .nav-desktop-level-two-wrapper .nav-level-two.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}

.customer-styles .nav .nav-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 1px solid #fff;
  text-align: right;
  padding-left: 62px;
  padding-top: 345px;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-meta {
    border-left: 0;
    width: 65%;
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
  }
}

.customer-styles .nav .nav-meta .nav-meta-item {
  font-size: clamp(13px, (9 * (100vw - 360px) / 1560 + 13px), 22px);
  font-weight: 300;
  padding-bottom: clamp(24px, (34 * (100vw - 360px) / 1560 + 24px), 58px);
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .customer-styles .nav .nav-meta .nav-meta-item {
    /*margin-bottom: 24px;*/
  }
}

.customer-styles .nav .nav-meta .nav-meta-item .link {
  color: #fff;
  text-decoration: none;
  letter-spacing: 4.4px;
}

.customer-styles .nav .nav-meta .nav-meta-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.customer-styles .header-tiny .nav {
  top: 104px;
}

@media (max-width: 800px) {
  .customer-styles .header-tiny .nav.open {
    top: 87px;
  }
}

.customer-styles .nav-burger {
  width: 50px;
  cursor: pointer;
}

@media (max-width: 800px) {
  .customer-styles .nav-burger {
    width: 35px;
    position: absolute;
    right: -5px;
    z-index: 2;
  }
}

.customer-styles .nav-burger.nav-active .line:nth-child(1) {
  -webkit-transform: translateY(18px) rotate(45deg);
          transform: translateY(18px) rotate(45deg);
}

@media (max-width: 800px) {
  .customer-styles .nav-burger.nav-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}

.customer-styles .nav-burger.nav-active .line:nth-child(2) {
  opacity: 0;
}

.customer-styles .nav-burger.nav-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.customer-styles .nav-burger.nav-active .text {
  visibility: hidden;
}

.customer-styles .nav-burger .line {
  width: 50px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  /*@include smooth('width', 25px, 46px);
    @include smooth('height', 4px, 6px);
    @include smooth('margin-top', 4px, 8px);
    @include smooth('margin-bottom', 4px, 8px);*/
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}

@media (max-width: 800px) {
  .customer-styles .nav-burger .line {
    width: 25px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.customer-styles .nav-burger > .text {
  font-size: clamp(8px, (8 * (100vw - 360px) / 1560 + 8px), 16px);
  font-family: "interstate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.10625em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .customer-styles .nav-burger > .text {
    display: none;
  }
}

.customer-styles .footer {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media (max-width: 800px) {
  .customer-styles .footer {
    margin-top: 61px;
    margin-bottom: 35px;
  }
}

.customer-styles .footer .footer-inner {
  grid-column: 2 / 16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1920px;
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.customer-styles .footer .footer-inner .footer-logo {
  text-decoration: none;
  color: #000;
  margin-bottom: clamp(30px, (40 * (100vw - 360px) / 1560 + 30px), 70px);
}

.customer-styles .footer .footer-inner .footer-logo .footer-logo-line1 {
  font-family: "interstate", serif;
  height: clamp(21px, (24 * (100vw - 360px) / 1560 + 21px), 45px);
  margin-bottom: clamp(3px, (8 * (100vw - 360px) / 1560 + 3px), 11px);
}

.customer-styles .footer .footer-inner .footer-logo .footer-logo-line1 svg {
  height: clamp(21px, (24 * (100vw - 360px) / 1560 + 21px), 45px);
}

.customer-styles .footer .footer-inner .footer-logo .footer-logo-line2 {
  font-family: "interstate", serif;
  font-size: clamp(7px, (11 * (100vw - 360px) / 1560 + 7px), 18px);
  line-height: clamp(9px, (12 * (100vw - 360px) / 1560 + 9px), 21px);
  letter-spacing: clamp(0.7px, (1.1 * (100vw - 360px) / 1560 + 0.7px), 1.8px);
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-logo .footer-logo-line2 {
    text-align: center;
  }
}

.customer-styles .footer .footer-inner .footer-data {
  /*display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: end;*/
  display: grid;
  width: 100%;
  grid-template-columns: repeat(14, minmax(0, 1fr));
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.customer-styles .footer .footer-inner .footer-data .footer-imprint {
  font-size: clamp(13px, (14 * (100vw - 360px) / 1560 + 13px), 27px);
  line-height: clamp(17px, (18 * (100vw - 360px) / 1560 + 17px), 35px);
  font-weight: 300;
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data .footer-imprint {
    margin-bottom: clamp(30px, (40 * (100vw - 360px) / 1560 + 30px), 70px);
  }
}

.customer-styles .footer .footer-inner .footer-data .footer-imprint a[href^="tel:"], .customer-styles .footer .footer-inner .footer-data .footer-imprint a[href^="mailto:"] {
  text-decoration: none;
  color: #000;
  font-weight: unset;
}

.customer-styles .footer .footer-inner .footer-data .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column-start: 8;
  grid-column-end: 10;
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data .footer-links {
    margin-bottom: clamp(30px, (40 * (100vw - 360px) / 1560 + 30px), 70px);
  }
}

.customer-styles .footer .footer-inner .footer-data .footer-links .link-appearance-default {
  font-size: clamp(10px, (13 * (100vw - 360px) / 1560 + 10px), 23px);
  line-height: clamp(30px, (15 * (100vw - 360px) / 1560 + 30px), 45px);
  letter-spacing: clamp(1.5px, (1.95 * (100vw - 360px) / 1560 + 1.5px), 3.45px);
  text-decoration: none;
}

.customer-styles .footer .footer-inner .footer-data .footer-links .link-appearance-default:hover {
  color: #F72F96;
  text-decoration: none;
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  grid-column-start: 12;
  grid-column-end: 15;
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data .footer-social-media {
    margin-bottom: clamp(70px, (0 * (100vw - 360px) / 1560 + 70px), 70px);
  }
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link {
  display: block;
  margin-right: clamp(29px, (19 * (100vw - 360px) / 1560 + 29px), 48px);
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link:last-child {
  margin-right: 0;
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link:hover .icon {
  fill: #F72F96;
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link .icon {
  width: 100%;
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.instagram {
  width: clamp(26px, (17 * (100vw - 360px) / 1560 + 26px), 43px);
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.instagram {
    height: clamp(26px, (17 * (100vw - 360px) / 1560 + 26px), 43px);
  }
  .customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.instagram svg {
    height: clamp(26px, (17 * (100vw - 360px) / 1560 + 26px), 43px);
  }
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.facebook {
  width: clamp(16px, (10 * (100vw - 360px) / 1560 + 16px), 26px);
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.facebook {
    height: clamp(16px, (10 * (100vw - 360px) / 1560 + 16px), 26px);
  }
  .customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.facebook svg {
    height: clamp(16px, (10 * (100vw - 360px) / 1560 + 16px), 26px);
  }
}

.customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.youtube {
  width: clamp(24px, (16 * (100vw - 360px) / 1560 + 24px), 40px);
}

@media (max-width: 800px) {
  .customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.youtube {
    height: clamp(24px, (16 * (100vw - 360px) / 1560 + 24px), 40px);
  }
  .customer-styles .footer .footer-inner .footer-data .footer-social-media .social-media-link.youtube svg {
    height: clamp(24px, (16 * (100vw - 360px) / 1560 + 24px), 40px);
  }
}

.customer-styles .newsletter-form-container {
  background-color: #fff;
}

.customer-styles .newsletter-form-container .grid-wrapper {
  row-gap: 10px;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .grid-wrapper {
    row-gap: 15px;
  }
}

.customer-styles .newsletter-form-container .global-grid {
  row-gap: 10px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid {
    row-gap: 15px;
  }
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-col-left {
  grid-column: 2/16;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-col-left {
    grid-column: 2/9;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-col-left .newsletter-form-error-message {
  color: #F72F96;
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-col-right {
  grid-column: 2/16;
  text-align: center;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-col-right {
    grid-column: 9/16;
  }
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-col-right {
    text-align: left;
  }
}

.customer-styles .newsletter-form-container .global-grid .grid-content-width {
  grid-column: 2/16;
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-cta {
  display: block;
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-cta .newsletter-form-button-send {
  text-align: center;
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container {
    margin-top: 45px;
  }
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container {
    margin-bottom: 53px;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container.grid-content-width {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container.grid-content-width {
    grid-column: 2/9;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container span {
  margin-top: 3px;
  text-align: left;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-data-privacy-container span {
    margin-top: 15px;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-select {
  position: relative;
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-select.rotate::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-select::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 10'%3E%3Cpath style='fill:none;stroke:%23000;stroke-width:1;' transform='translate(1.061 0)' d='M0.8,1.5l5.7,5.7l5.7-5.7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 35px;
  content: '';
  display: block;
  height: 39px;
  width: 44px;
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 6px;
  background-position: center;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-select::after {
    background-size: 45px;
  }
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-select::after {
    height: 44px;
  }
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-select::after {
    right: 20px;
  }
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .global-grid .newsletter-form-select::after {
    top: 17px;
  }
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-select label {
  cursor: pointer;
}

.customer-styles .newsletter-form-container .global-grid .newsletter-form-button-send {
  outline: none;
  border: none;
  cursor: pointer;
}

.customer-styles .newsletter-form-container .newsletter-form-success-message .grid-content-width {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .newsletter-form-container .newsletter-form-success-message .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .newsletter-form-container .hidden {
  display: none;
}

.customer-styles .contact-form-container {
  background-color: #fff;
}

.customer-styles .contact-form-container .grid-wrapper {
  row-gap: 10px;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .grid-wrapper {
    row-gap: 15px;
  }
}

.customer-styles .contact-form-container .global-grid {
  row-gap: 10px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid {
    row-gap: 15px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-col-left {
  grid-column: 2/16;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-col-left {
    grid-column: 2/8;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-col-left textarea {
  display: block;
}

.customer-styles .contact-form-container .global-grid .contact-form-col-right {
  grid-column: 2/16;
  text-align: center;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-col-right {
    grid-column: 8/14;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-col-right {
    text-align: left;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-col-right .contact-form-error-message {
  color: #F72F96;
}

.customer-styles .contact-form-container .global-grid .grid-content-width {
  grid-column: 2/16;
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-cta {
  display: block;
}

.customer-styles .contact-form-container .global-grid .contact-form-cta .contact-form-button-send {
  text-align: center;
}

.customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container {
    margin-top: 45px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container {
    margin-bottom: 53px;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container.grid-content-width {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container.grid-content-width {
    grid-column: 2/8;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container span {
  margin-top: 3px;
  text-align: left;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .global-grid .contact-form-data-privacy-container span {
    margin-top: 15px;
  }
}

.customer-styles .contact-form-container .global-grid .contact-form-button-send {
  outline: none;
  border: none;
  cursor: pointer;
}

.customer-styles .contact-form-container .contact-form-success-message .grid-content-width {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .contact-form-container .contact-form-success-message .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .contact-form-container .hidden {
  display: none;
}

.customer-styles .contact-shop-form-container {
  background-color: #fff;
}

.customer-styles .contact-shop-form-container .grid-wrapper {
  row-gap: 10px;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .grid-wrapper {
    row-gap: 15px;
  }
}

.customer-styles .contact-shop-form-container .global-grid {
  row-gap: 10px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid {
    row-gap: 15px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-col-left {
  grid-column: 2/16;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-col-left {
    grid-column: 2/8;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-col-left textarea {
  display: block;
  min-height: 250px;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-col-left textarea {
    min-height: 300px;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-col-right {
  grid-column: 2/16;
  text-align: center;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-col-right {
    grid-column: 8/14;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-col-right {
    text-align: left;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-col-right .contact-form-error-message {
  color: #F72F96;
}

.customer-styles .contact-shop-form-container .global-grid .grid-content-width {
  grid-column: 2/16;
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-cta {
  display: block;
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-cta .contact-form-button-send {
  text-align: center;
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container {
    margin-top: 100px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container {
    margin-bottom: 53px;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container.grid-content-width {
  grid-column: 2/14;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container.grid-content-width {
    grid-column: 3/12;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container span {
  margin-top: 3px;
  text-align: left;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-grid .contact-form-data-privacy-container span {
    margin-top: 15px;
  }
}

.customer-styles .contact-shop-form-container .global-grid .contact-form-button-send {
  outline: none;
  border: none;
  cursor: pointer;
}

.customer-styles .contact-shop-form-container .global-shop {
  grid-column: 2/16;
  display: grid;
  row-gap: 15px;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop {
    grid-column: 2/14;
  }
}

.customer-styles .contact-shop-form-container .global-shop .global-grid .typo-headline-1 {
  margin-bottom: clamp(6px, (27 * (100vw - 360px) / 1560 + 6px), 33px);
  margin-top: clamp(6px, (27 * (100vw - 360px) / 1560 + 6px), 33px);
}

.customer-styles .contact-shop-form-container .global-shop table {
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop table .headline {
    display: none;
  }
}

.customer-styles .contact-shop-form-container .global-shop table th {
  font-weight: normal;
}

.customer-styles .contact-shop-form-container .global-shop table tr {
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop table tr {
    border-bottom: 1px solid;
    padding-bottom: 15px;
  }
}

.customer-styles .contact-shop-form-container .global-shop table tr .grid-left {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop table tr .grid-left {
    grid-column: 2/8;
  }
}

.customer-styles .contact-shop-form-container .global-shop table tr .grid-middle {
  grid-column: 8/11;
}

.customer-styles .contact-shop-form-container .global-shop table tr .grid-right {
  grid-column: 11/13;
}

.customer-styles .contact-shop-form-container .global-shop .col1 {
  grid-column: 2/16;
  max-width: 805px;
  position: relative;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col1 {
    grid-column: 1/8;
  }
}

.customer-styles .contact-shop-form-container .global-shop .col1.rotate::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.customer-styles .contact-shop-form-container .global-shop .col1::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 10'%3E%3Cpath style='fill:none;stroke:%23000;stroke-width:1;' transform='translate(1.061 0)' d='M0.8,1.5l5.7,5.7l5.7-5.7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 35px;
  content: '';
  display: block;
  height: 39px;
  width: 44px;
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 6px;
  background-position: center;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col1::after {
    background-size: 45px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col1::after {
    height: 44px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col1::after {
    right: 20px;
  }
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col1::after {
    top: 17px;
  }
}

.customer-styles .contact-shop-form-container .global-shop .col1 label {
  cursor: pointer;
}

.customer-styles .contact-shop-form-container .global-shop .col2 {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col2 {
    grid-column: 8/10;
  }
}

.customer-styles .contact-shop-form-container .global-shop .col3 {
  grid-column: 2/16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col3 {
    grid-column: 10/12;
  }
}

.customer-styles .contact-shop-form-container .global-shop .col3 .total-amount {
  width: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col3 .total-amount {
    width: 71px;
  }
}

.customer-styles .contact-shop-form-container .global-shop .col3 .currency {
  padding-left: 1rem;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .global-shop .col3 .currency {
    padding-left: 0;
  }
}

.customer-styles .contact-shop-form-container .global-shop .col3 .remove {
  background: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='utf-8'%3F><svg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'><style type='text/css'> .st0%7Bfill:none;stroke:%23000000;stroke-width:4;stroke-miterlimit:10;%7D%0A</style><line class='st0' x1='0' y1='9' x2='18' y2='9'/><line class='st0' x1='9' y1='0' x2='9' y2='18'/></svg>%0A") no-repeat;
  background-position: center;
  cursor: pointer;
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.customer-styles .contact-shop-form-container .add-product {
  grid-column: 2/16;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.customer-styles .contact-shop-form-container .add-product::before {
  content: '';
  background: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='utf-8'%3F><svg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'><style type='text/css'> .st0%7Bfill:none;stroke:%23000000;stroke-width:4;stroke-miterlimit:10;%7D%0A</style><line class='st0' x1='0' y1='9' x2='18' y2='9'/><line class='st0' x1='9' y1='0' x2='9' y2='18'/></svg>%0A") no-repeat;
  background-position: center;
  height: 25px;
  width: 30px;
}

.customer-styles .contact-shop-form-container .totals {
  padding-top: 15px;
}

.customer-styles .contact-shop-form-container .contact-form-success-message .grid-content-width {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .contact-shop-form-container .contact-form-success-message .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .contact-shop-form-container .hidden {
  display: none;
}

.customer-styles .location-container {
  background: #fff;
}

.customer-styles .location-container .global-grid {
  row-gap: 30px;
}

.customer-styles .location-container .location-left {
  grid-column: 4/14;
  display: grid;
}

@media (min-width: 800px) {
  .customer-styles .location-container .location-left {
    grid-column: 2/8;
  }
}

.customer-styles .location-container .location-left iframe {
  height: calc(350px * 350/450);
}

@media (min-width: 800px) {
  .customer-styles .location-container .location-left iframe {
    height: 450px;
  }
}

.customer-styles .location-container .location-right {
  grid-column: 4/14;
  display: grid;
  align-self: end;
}

@media (min-width: 800px) {
  .customer-styles .location-container .location-right {
    grid-column: 9/16;
  }
}

.customer-styles .location-container .location-right .typo-subline {
  margin-bottom: 25px;
}

@media (min-width: 800px) {
  .customer-styles .location-container .location-right .typo-subline {
    margin-bottom: 45px;
  }
}

.customer-styles .location-container .location-right .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.customer-styles .location-container .location-right .text-wrapper .margin-bottom {
  margin-bottom: 25px;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 800px) {
  .customer-styles .location-container .location-right .text-wrapper .margin-bottom {
    margin-bottom: 45px;
  }
}

.customer-styles .location-container .location-right .text-wrapper .link-appearance-default {
  text-decoration: none;
}

.customer-styles .global-input-container {
  color: #000;
  position: relative;
}

.customer-styles .global-input-container > input {
  font-family: "interstate", serif;
  font-weight: 300;
  font-size: clamp(12px, (11 * (100vw - 360px) / 1560 + 12px), 23px);
  line-height: clamp(17px, (11 * (100vw - 360px) / 1560 + 17px), 28px);
  letter-spacing: 0;
  height: 60px;
  border: 2px solid currentColor;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: currentColor;
  font-family: "interstate", serif;
  font-weight: 300;
  padding: 18px 15px 5px;
  width: 100%;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > input {
    height: 80px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > input {
    border: 4px solid currentColor;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > input {
    padding: 18px 24px 5px;
  }
}

.customer-styles .global-input-container > input:focus {
  outline: 0;
}

.customer-styles .global-input-container > input:focus::-webkit-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > input:focus::-moz-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > input:focus:-ms-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > input:focus::-ms-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > input:focus::placeholder {
  color: transparent;
}

.customer-styles .global-input-container > input::-webkit-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > input::-moz-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > input:-ms-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > input::-ms-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > input::placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > input:not(:-moz-placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
}

.customer-styles .global-input-container > input:not(:-ms-input-placeholder) + label {
  top: 6px;
  font-size: 11px;
}

.customer-styles .global-input-container > input:focus + label,
.customer-styles .global-input-container > input:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > input:not(:-moz-placeholder-shown) + label {
    top: 10px;
  }
  .customer-styles .global-input-container > input:not(:-ms-input-placeholder) + label {
    top: 10px;
  }
  .customer-styles .global-input-container > input:focus + label,
  .customer-styles .global-input-container > input:not(:placeholder-shown) + label {
    top: 10px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > input:not(:-moz-placeholder-shown) + label {
    font-size: 15px;
  }
  .customer-styles .global-input-container > input:not(:-ms-input-placeholder) + label {
    font-size: 15px;
  }
  .customer-styles .global-input-container > input:focus + label,
  .customer-styles .global-input-container > input:not(:placeholder-shown) + label {
    font-size: 15px;
  }
}

.customer-styles .global-input-container > select {
  font-family: "interstate", serif;
  font-weight: 300;
  font-size: clamp(12px, (11 * (100vw - 360px) / 1560 + 12px), 23px);
  line-height: clamp(17px, (11 * (100vw - 360px) / 1560 + 17px), 28px);
  letter-spacing: 0;
  height: 60px;
  border: 2px solid currentColor;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: currentColor;
  font-family: "interstate", serif;
  font-weight: 300;
  padding: 18px 15px 5px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  cursor: pointer;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > select {
    height: 80px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > select {
    border: 4px solid currentColor;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > select {
    padding: 14px 24px 5px;
  }
}

.customer-styles .global-input-container > select:focus {
  outline: 0;
}

.customer-styles .global-input-container > select:focus::-webkit-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > select:focus::-moz-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > select:focus:-ms-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > select:focus::-ms-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > select:focus::placeholder {
  color: transparent;
}

.customer-styles .global-input-container > select::-webkit-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > select::-moz-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > select:-ms-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > select::-ms-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > select::placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > select:focus + label, .customer-styles .global-input-container > select:checked + label, .customer-styles .global-input-container > select:has(option[value="1"]:checked) + label, .customer-styles .global-input-container > select:has(option[value="2"]:checked) + label,
.customer-styles .global-input-container > select:has(option[value="3"]:checked) + label {
  top: 6px;
  font-size: 11px;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > select:focus + label, .customer-styles .global-input-container > select:checked + label, .customer-styles .global-input-container > select:has(option[value="1"]:checked) + label, .customer-styles .global-input-container > select:has(option[value="2"]:checked) + label,
  .customer-styles .global-input-container > select:has(option[value="3"]:checked) + label {
    top: 10px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > select:focus + label, .customer-styles .global-input-container > select:checked + label, .customer-styles .global-input-container > select:has(option[value="1"]:checked) + label, .customer-styles .global-input-container > select:has(option[value="2"]:checked) + label,
  .customer-styles .global-input-container > select:has(option[value="3"]:checked) + label {
    font-size: 15px;
  }
}

.customer-styles .global-input-container > textarea {
  font-family: "interstate", serif;
  font-weight: 300;
  font-size: clamp(12px, (11 * (100vw - 360px) / 1560 + 12px), 23px);
  line-height: clamp(17px, (11 * (100vw - 360px) / 1560 + 17px), 28px);
  letter-spacing: 0;
  border: 2px solid currentColor;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: currentColor;
  font-family: "interstate", serif;
  font-weight: 300;
  padding: 28px 15px 5px;
  width: 100%;
  min-height: 200px;
  resize: none;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > textarea {
    border: 4px solid currentColor;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > textarea {
    padding: 48px 24px 5px;
  }
}

.customer-styles .global-input-container > textarea:focus {
  outline: 0;
}

.customer-styles .global-input-container > textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > textarea:focus::-moz-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.customer-styles .global-input-container > textarea:focus::placeholder {
  color: transparent;
}

.customer-styles .global-input-container > textarea::-webkit-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > textarea::-moz-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > textarea:-ms-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > textarea::-ms-input-placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > textarea::placeholder {
  visibility: hidden;
  color: #000 !important;
}

.customer-styles .global-input-container > textarea:not(:-moz-placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
}

.customer-styles .global-input-container > textarea:not(:-ms-input-placeholder) + label {
  top: 6px;
  font-size: 11px;
}

.customer-styles .global-input-container > textarea:focus + label,
.customer-styles .global-input-container > textarea:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > textarea:not(:-moz-placeholder-shown) + label {
    top: 10px;
  }
  .customer-styles .global-input-container > textarea:not(:-ms-input-placeholder) + label {
    top: 10px;
  }
  .customer-styles .global-input-container > textarea:focus + label,
  .customer-styles .global-input-container > textarea:not(:placeholder-shown) + label {
    top: 10px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > textarea:not(:-moz-placeholder-shown) + label {
    font-size: 15px;
  }
  .customer-styles .global-input-container > textarea:not(:-ms-input-placeholder) + label {
    font-size: 15px;
  }
  .customer-styles .global-input-container > textarea:focus + label,
  .customer-styles .global-input-container > textarea:not(:placeholder-shown) + label {
    font-size: 15px;
  }
}

.customer-styles .global-input-container > label {
  font-family: "interstate", serif;
  font-weight: 300;
  font-size: clamp(12px, (11 * (100vw - 360px) / 1560 + 12px), 23px);
  line-height: clamp(17px, (11 * (100vw - 360px) / 1560 + 17px), 28px);
  letter-spacing: 0;
  top: 13px;
  color: currentColor;
  cursor: text;
  font-family: "interstate", serif;
  font-weight: normal;
  left: 17px;
  position: absolute;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > label {
    top: 23px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-input-container > label {
    left: 27px;
  }
}

.customer-styles .global-input-container.error {
  color: #F72F96;
}

.customer-styles .global-input-container.error > input,
.customer-styles .global-input-container.error > textarea {
  border-width: 2px;
}

.customer-styles .background-grey .global-input-container > input,
.customer-styles .background-black .global-input-container > input {
  border-width: 0;
}

.customer-styles .background-grey .global-input-container.error > input,
.customer-styles .background-black .global-input-container.error > input {
  border-width: 2px;
}

.customer-styles .global-checkbox {
  grid-template-columns: 28px auto;
  display: grid;
  gap: 10px;
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox {
    grid-template-columns: 47px auto;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox {
    gap: 30px;
  }
}

.customer-styles .global-checkbox input[type="checkbox"] {
  height: 28px;
  width: 28px;
  margin: 4px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid currentColor;
  border-radius: 0px;
  color: currentColor;
  display: grid;
  font: inherit;
  place-content: center;
  cursor: pointer;
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"] {
    height: 30px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"] {
    width: 30px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"] {
    margin: 13px 0 0;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"] {
    border: 4px solid currentColor;
  }
}

.customer-styles .global-checkbox input[type="checkbox"]::before {
  height: 10px;
  width: 26px;
  color: #F72F96;
  margin-top: -2px;
  margin-left: 10px;
  position: relative;
  content: '';
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"]::before {
    height: 12px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"]::before {
    width: 30px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"]::before {
    margin-top: -3px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"]::before {
    margin-left: 13px;
  }
}

.customer-styles .global-checkbox input[type="checkbox"]:checked::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"]:checked::before {
    border-width: 0 0 4px 4px;
  }
}

@media (min-width: 800px) {
  .customer-styles .global-checkbox input[type="checkbox"]:checked::before {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

.customer-styles .global-checkbox.error {
  color: #F72F96;
}

.customer-styles .template_web-big-tiles {
  background-color: #fff;
}

.customer-styles .template_web-big-tiles.bgColor {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #000), color-stop(0%, #fff));
  background-image: linear-gradient(to top, #000 80%, #fff 0%);
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles.bgColor {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(66%, #000), color-stop(0%, #fff));
    background-image: linear-gradient(to top, #000 66%, #fff 0%);
  }
}

.customer-styles .template_web-big-tiles .web-big-tiles-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: Min(5vw, 76.8px);
}

.customer-styles .template_web-big-tiles .tiles-column {
  grid-column: 4/14;
  display: grid;
  row-gap: Min(5vw, 76.8px);
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .tiles-column {
    grid-column: 9/16;
  }
}

.customer-styles .template_web-big-tiles.columnSwap .tiles-column {
  grid-column: 4/14;
  grid-row: 1;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles.columnSwap .tiles-column {
    grid-column: 2/9;
  }
}

.customer-styles .template_web-big-tiles .single-tile {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

@supports not (aspect-ratio: 1.77778) {
  .customer-styles .template_web-big-tiles .single-tile::before {
    content: '';
    float: left;
    padding-top: calc((9 / 16) * 100%);
  }
  .customer-styles .template_web-big-tiles .single-tile::after {
    clear: both;
    content: '';
    display: block;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column: 1 / 8;
    aspect-ratio: 7 / 6;
    margin-bottom: 0;
  }
  @supports not (aspect-ratio: 1.16667) {
    .customer-styles .template_web-big-tiles .single-tile::before {
      content: '';
      float: left;
      padding-top: calc((6 / 7) * 100%);
    }
    .customer-styles .template_web-big-tiles .single-tile::after {
      clear: both;
      content: '';
      display: block;
    }
  }
}

.customer-styles .template_web-big-tiles .single-tile::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  left: 0;
  top: 0;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile::after {
    top: 33%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
}

.customer-styles .template_web-big-tiles .single-tile.touchpad::after {
  top: 0;
}

.customer-styles .template_web-big-tiles .single-tile.hoverable::after {
  top: 0;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile.hoverable::after {
    top: 33%;
  }
  .customer-styles .template_web-big-tiles .single-tile.hoverable.touchpad::after {
    top: 0;
  }
}

.customer-styles .template_web-big-tiles .single-tile.vertical-tile {
  grid-column: 4/14;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile.vertical-tile {
    grid-column: 2/8;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile.vertical-tile {
    aspect-ratio: 2 / 3;
  }
  @supports not (aspect-ratio: 0.66667) {
    .customer-styles .template_web-big-tiles .single-tile.vertical-tile::before {
      content: '';
      float: left;
      padding-top: calc((3 / 2) * 100%);
    }
    .customer-styles .template_web-big-tiles .single-tile.vertical-tile::after {
      clear: both;
      content: '';
      display: block;
    }
  }
}

.customer-styles .template_web-big-tiles .single-tile .single-tile-headline {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  margin: 0;
  grid-column: 2 / 10;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile .single-tile-headline {
    grid-column: 2/6;
  }
}

.customer-styles .template_web-big-tiles .single-tile .single-tile-content {
  position: absolute;
  left: 50%;
  z-index: 1;
  text-align: center;
  top: 60%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  width: 100%;
  grid-column: 2 / 10;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile .single-tile-content {
    opacity: 0;
    top: 100%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    grid-column: 2/6;
  }
  .customer-styles .template_web-big-tiles .single-tile .single-tile-content.touchpad {
    top: 55%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}

.customer-styles .template_web-big-tiles .single-tile .single-tile-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles .single-tile.hoverable:hover .single-tile-content {
    top: 55%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  .customer-styles .template_web-big-tiles .single-tile.hoverable:hover .single-tile-content.content-column {
    top: 57%;
  }
  .customer-styles .template_web-big-tiles .single-tile.hoverable:hover::after {
    top: 0;
  }
}

.customer-styles .template_web-big-tiles.columnSwap .vertical-tile {
  grid-column: 4/14;
}

@media (min-width: 800px) {
  .customer-styles .template_web-big-tiles.columnSwap .vertical-tile {
    grid-column: 10/16;
  }
}

.customer-styles .template_web-hero-with-text {
  background-color: #fff;
}

.customer-styles .template_web-hero-with-text.bg-color {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), color-stop(0%, #fff));
  background-image: linear-gradient(to bottom, #000 70%, #fff 0%);
}

.customer-styles .template_web-hero-with-text .grid-content-width {
  grid-column: 2/16;
  position: relative;
}

@media (min-width: 800px) {
  .customer-styles .template_web-hero-with-text .grid-content-width {
    grid-column: 3/15;
  }
}

.customer-styles .template_web-hero-with-text img.image {
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
}

@supports not (aspect-ratio: 1.33333) {
  .customer-styles .template_web-hero-with-text img.image::before {
    content: '';
    float: left;
    padding-top: calc((3 / 4) * 100%);
  }
  .customer-styles .template_web-hero-with-text img.image::after {
    clear: both;
    content: '';
    display: block;
  }
}

.customer-styles .template_web-hero-with-text .hero-video {
  min-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.customer-styles .template_web-hero-with-text .text {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.customer-styles .template_web-img-video {
  background-color: #fff;
}

.customer-styles .template_web-img-video.bgcolor {
  background-color: #000;
}

.customer-styles .template_web-img-video .image-container {
  grid-column: 2/16;
}

@media (min-width: 800px) {
  .customer-styles .template_web-img-video .image-container {
    grid-column: 3/15;
  }
}

.customer-styles .template_web-img-video .image {
  display: block;
  width: 100%;
}

.customer-styles .template_web-mark {
  padding-bottom: clamp(80px, (90 * (100vw - 360px) / 1560 + 80px), 170px);
  background-color: #fff;
  text-align: left;
}

.customer-styles .template_web-mark .grid-content-width {
  display: grid;
  grid-column: 3/14;
  position: relative;
  justify-self: left;
}

@media (min-width: 800px) {
  .customer-styles .template_web-mark .grid-content-width {
    grid-column: 4/14;
  }
}

.customer-styles .template_web-mark .grid-content-width.middle {
  justify-self: center;
}

.customer-styles .template_web-mark .grid-content-width.middle .file-wrapper .uploads-container .svg-icon {
  left: -60px;
}

@media (min-width: 800px) {
  .customer-styles .template_web-mark .grid-content-width.middle .file-wrapper .uploads-container .svg-icon {
    left: -150px;
  }
}

.customer-styles .template_web-mark .grid-content-width.right {
  justify-self: right;
}

.customer-styles .template_web-mark .grid-content-width.right .file-wrapper .uploads-container .svg-icon {
  left: -120px;
}

@media (min-width: 800px) {
  .customer-styles .template_web-mark .grid-content-width.right .file-wrapper .uploads-container .svg-icon {
    left: -300px;
  }
}

.customer-styles .template_web-mark .grid-content-width .file-wrapper .uploads-container .svg-icon {
  margin-top: -3.5em;
  width: 150px;
  height: 137px;
  position: absolute;
  left: -10px;
}

@media (min-width: 800px) {
  .customer-styles .template_web-mark .grid-content-width .file-wrapper .uploads-container .svg-icon {
    margin-top: -6.5em;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_web-mark .grid-content-width .file-wrapper .uploads-container .svg-icon {
    width: 300px;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_web-mark .grid-content-width .file-wrapper .uploads-container .svg-icon {
    height: 275px;
  }
}

.customer-styles .template_web-small-tiles-item-square {
  position: relative;
  overflow: hidden;
}

.customer-styles .template_web-small-tiles-item-square .single-square-content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-right: clamp(12px, (38 * (100vw - 360px) / 1560 + 12px), 50px);
}

.customer-styles .template_web-small-tiles-item-square .single-square-content.not-linked {
  padding-right: clamp(12px, (13 * (100vw - 360px) / 1560 + 12px), 25px);
  padding-left: clamp(12px, (13 * (100vw - 360px) / 1560 + 12px), 25px);
}

.customer-styles .template_web-small-tiles-item-square .single-square-content .single-square-img {
  height: clamp(30px, (20 * (100vw - 360px) / 1560 + 30px), 50px);
  margin: clamp(12px, (13 * (100vw - 360px) / 1560 + 12px), 25px);
  margin-right: 0;
  padding-right: clamp(12px, (13 * (100vw - 360px) / 1560 + 12px), 25px);
  border-right: 2px solid #fff;
}

.customer-styles .template_web-small-tiles-item-square .single-square-content .single-square-text {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "interstate", serif;
  font-weight: 500;
  font-size: clamp(9px, (14 * (100vw - 360px) / 1560 + 9px), 23px);
  line-height: clamp(11px, (17 * (100vw - 360px) / 1560 + 11px), 28px);
  letter-spacing: clamp(1.35px, (2.1 * (100vw - 360px) / 1560 + 1.35px), 3.45px);
  text-transform: uppercase;
  position: relative;
  padding-top: clamp(12px, (18 * (100vw - 360px) / 1560 + 12px), 30px);
  padding-bottom: clamp(12px, (18 * (100vw - 360px) / 1560 + 12px), 30px);
  padding-left: 0;
}

@media (min-width: 800px) {
  .customer-styles .template_web-small-tiles-item-square .single-square-content .single-square-text {
    text-align: left;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_web-small-tiles-item-square .single-square-content .single-square-text.linked {
    padding-left: clamp(12px, (13 * (100vw - 360px) / 1560 + 12px), 25px);
  }
}

.customer-styles .template_web-small-tiles-item-square .single-square-content .global-button-category {
  border: none;
  background-color: unset;
  padding: 0;
  width: 100px;
  height: 50px;
}

.customer-styles .template_web-small-tiles-item-square .single-square-content .global-button-category:hover {
  color: #fff;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='Ebene_1' xmlns:x='&ns_extend;' xmlns:i='&ns_ai;' xmlns:graph='&ns_graphs;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 312 318' style='enable-background:new 0 0 312 318;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cmetadata%3E%3Csfw xmlns='&ns_sfw;'%3E%3Cslices%3E%3C/slices%3E%3CsliceSourceBounds bottomLeftOrigin='true' height='188.3' width='224' x='51.7' y='64.9'%3E%3C/sliceSourceBounds%3E%3C/sfw%3E%3C/metadata%3E%3Cg id='Linie_7'%3E%3Crect x='262.8' y='64.8' class='st0' width='12.9' height='188.3'/%3E%3C/g%3E%3Cpath class='st0' d='M51.7,195.4c0-1.8,1.1-2.3,2.2-2.3c2.4,0,1.9,2.8,6.3,11.5c7.1,14.4,18,31.5,40.3,31.5 c16.9,0,24.8-7.7,24.8-19.2c0-29-73-17.9-73-62.3c0-17.9,17.4-34.3,47.1-34.3c15.8,0,32.7,4.9,40.6,9.7v29.5c0,1-0.5,1.8-1.6,1.8 c-2.2,0-2.4-4.6-7.4-13.1c-6.3-10.8-15.5-23.3-35.1-23.3c-11.2,0-19.1,5.1-19.1,15.9c0,25.6,73,15.4,73,58.4 c0,27.2-21.8,41.5-52,41.5c-13.1,0-30-2.1-46-7.4L51.7,195.4L51.7,195.4z'/%3E%3Cpath class='st0' d='M128.8,71.8c9,0,16.1,6.9,16.1,15.1s-7.1,15.1-16.1,15.1s-16.1-6.9-16.1-15.1S119.8,71.8,128.8,71.8 M72.7,71.8 c9,0,16.1,6.9,16.1,15.1S81.6,102,72.7,102s-16.1-6.9-16.1-15.1S63.7,71.8,72.7,71.8'/%3E%3C/svg%3E%0A");
}

.customer-styles .template_web-small-tiles-item-square .single-square-link {
  display: block;
}

.customer-styles .template_web-small-tiles-item-square .single-square-link:hover .single-square-content {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.customer-styles .template_web-small-tiles-item-square .single-square-link:hover .single-square-content.not-linked {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.customer-styles .template_web-small-tiles-item-square .single-square-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_web-teaser {
  background-color: #fff;
}

.customer-styles .template_web-teaser .global-grid {
  text-align: center;
}

.customer-styles .template_web-teaser .teaser-wrapper {
  grid-column: 5/13;
  padding: clamp(20px, (30 * (100vw - 360px) / 1560 + 20px), 50px);
  border-width: clamp(3px, (3 * (100vw - 360px) / 1560 + 3px), 6px);
  border-color: #F72F96;
  border-style: dotted;
}

.customer-styles .template_web-teaser.invert .teaser-wrapper {
  border-color: #fff;
  border-style: solid;
}

.customer-styles .template_web-teaser .typo-headline-extra-big {
  margin-top: 0;
}

.customer-styles .template_web-teaser .typo-subline {
  margin-bottom: clamp(16px, (30 * (100vw - 360px) / 1560 + 16px), 46px);
}

.customer-styles .template_web-text-image-50-50 .global-grid {
  row-gap: 30px;
}

.customer-styles .template_web-text-image-50-50 .image-container {
  grid-column: 4/14;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-image-50-50 .image-container {
    grid-column: 2/8;
  }
}

.customer-styles .template_web-text-image-50-50 .image {
  display: block;
  width: 100%;
}

.customer-styles .template_web-text-image-50-50 .text-container {
  grid-column: 4/14;
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-image-50-50 .text-container {
    grid-column: 9/16;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-image-50-50 .text-container {
    text-align: left;
  }
}

.customer-styles .template_web-text-image-50-50.swapped .image-container {
  grid-column: 4/14;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-image-50-50.swapped .image-container {
    grid-column: 10/16;
  }
}

.customer-styles .template_web-text-image-50-50.swapped .text-container {
  grid-column: 4/14;
  grid-row: 1;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-image-50-50.swapped .text-container {
    grid-column: 2/9;
  }
}

.customer-styles .template_web-text-two-column .typo-headline-1 {
  grid-column: 4/14;
  margin-bottom: clamp(6px, (27 * (100vw - 360px) / 1560 + 6px), 33px);
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-two-column .typo-headline-1 {
    grid-column: 2/16;
  }
}

.customer-styles .template_web-text-two-column .typo-subline {
  grid-column: 4/14;
  margin-bottom: clamp(39px, (7 * (100vw - 360px) / 1560 + 39px), 46px);
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-two-column .typo-subline {
    grid-column: 2/16;
  }
}

.customer-styles .template_web-text-two-column .two-columns {
  display: grid;
  grid-column: 2 / 16;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  row-gap: 16px;
}

.customer-styles .template_web-text-two-column .col-left {
  grid-column: 3/13;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-two-column .col-left {
    grid-column: 1/5;
  }
}

.customer-styles .template_web-text-two-column .col-right {
  grid-column: 3/13;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-two-column .col-right {
    grid-column: 6/15;
  }
}

.customer-styles .template_web-text-two-column.swapped .col-left {
  grid-column: 3/13;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-two-column.swapped .col-left {
    grid-column: 11/15;
  }
}

.customer-styles .template_web-text-two-column.swapped .col-right {
  grid-column: 3/13;
  grid-row: 1;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text-two-column.swapped .col-right {
    grid-column: 1/10;
  }
}

.customer-styles .template_web-text .grid-content-width {
  grid-column: 4/14;
  text-align: center;
}

@media (min-width: 800px) {
  .customer-styles .template_web-text .grid-content-width {
    grid-column: 5/13;
  }
}

.customer-styles .template_web-text .typo-headline-1 {
  margin-bottom: clamp(6px, (27 * (100vw - 360px) / 1560 + 6px), 33px);
}

.customer-styles .template_web-text .typo-subline {
  margin-bottom: clamp(39px, (7 * (100vw - 360px) / 1560 + 39px), 46px);
}

.customer-styles .template_web-text .typo-flowing-text ol, .customer-styles .template_web-text .typo-flowing-text ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  text-align: center;
}

.customer-styles .template_web-text .typo-flowing-text ul li::before {
  content: '•';
  display: inline-block;
  font-size: 1.8em;
  margin-right: .2em;
  vertical-align: middle;
}

.customer-styles .template_web-text .typo-flowing-text ol {
  counter-reset: ol-counter;
}

.customer-styles .template_web-text .typo-flowing-text ol li::before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  display: inline-block;
  margin-right: .2em;
}

.customer-styles .widget_template_web-small-tiles {
  background-color: #fff;
}

@media (max-width: 800px) {
  .customer-styles .widget_template_web-small-tiles.padding-top {
    padding-top: 10px;
  }
}

.customer-styles .widget_template_web-small-tiles .web-small-tiles-wrapper {
  overflow: hidden;
}

.customer-styles .widget_template_web-small-tiles .web-small-tiles-wrapper .web-small-tiles-inner-wrapper {
  grid-column: 1/17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  left: calc(-25%);
  padding-bottom: 10px;
}

@media (min-width: 800px) {
  .customer-styles .widget_template_web-small-tiles .web-small-tiles-wrapper .web-small-tiles-inner-wrapper {
    grid-column: 2/16;
  }
}

@media (min-width: 800px) {
  .customer-styles .widget_template_web-small-tiles .web-small-tiles-wrapper .web-small-tiles-inner-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    left: 0 !important;
    padding-bottom: 0;
  }
}

.customer-styles .widget_template_web-small-tiles .web-small-tiles-wrapper .web-small-tiles-inner-wrapper .web-small-tiles-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7px);
          flex: 0 0 calc(50% - 7px);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (min-width: 800px) {
  .customer-styles .widget_template_web-small-tiles .web-small-tiles-wrapper .web-small-tiles-inner-wrapper .web-small-tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 7px);
            flex: 0 0 calc(33.3% - 7px);
  }
}

.customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper {
  width: 100%;
  grid-column: 1/17;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background-color: #fff;
}

.customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 3px 0;
  min-height: 16px;
}

.customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots .tiles-dot {
  background-color: #b9b9b9;
  border-radius: 50%;
  cursor: pointer;
  height: 5px;
  width: 5px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots .tiles-dot.medium {
  height: 8px;
  width: 8px;
}

.customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots .tiles-dot.active {
  height: 12px;
  width: 12px;
  background-color: #000;
}

.customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots .tiles-dot.hide, .customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots .tiles-dot:nth-child(n+6) {
  display: none;
}

@media (min-width: 800px) {
  .customer-styles .widget_template_web-small-tiles .tiles-dots-wrapper .tiles-dots {
    display: none;
  }
}

.customer-styles .widget_template_web-small-tiles.bgColor {
  background-color: #000;
}

@media (min-width: 800px) {
  .customer-styles .widget_template_web-small-tiles.bgColor .tiles-dots-wrapper {
    background-color: #000;
  }
}
