@charset "UTF-8";
/*!
*   (C) 2025 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Main Theme File
*/
/* Theme Settings */
/* Spacings */
/* Breakpoints */
/* Color Palette */
/*
*   (C) 2025 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Reset default browser styles to a minimum
*   
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
*   (C) 2025 Kieweg und Freiermuth Werbeagentur GmbH
*
*   Mixins File
*   
*   Predefined mixins for global usage
*/
/* =========================================
   Helpers
========================================= */
/* Orientation */
/* XS */
/* Small to Medium-1 */
/* Medium to Large-1 */
/* Large */
/* Extra/Large and more */
/* Tablet Queries*/
/*

11" Portrait ≈ 834px
@include between-portrait(md, lg) {  }

11" Landscape ≈ 1194px
@include between-landscape(lg, xl) {  }

12.9/13" Portrait ≈ 1024px
@include between-portrait(lg, xl) {  }

12.9/13" Landscape ≈ 1366px
@include between-landscape(xl, xxl) {  }
*/
.color--text {
  color: var(--text-color);
}

.color--light, .color--light a {
  color: var(--light-color);
}

.color--dark {
  color: var(--dark-color);
}

.color--gray {
  color: var(--gray-color);
}

.color--darkgray {
  color: var(--darkgray-color);
}

.color--brand--1 {
  color: var(--brand-color--1);
}

.color--brand--2 {
  color: var(--brand-color--2);
}

.color--brand--3 {
  color: var(--brand-color--3);
}

.color--brand--4 {
  color: var(--brand-color--4);
}

.color--brand--1--light {
  color: var(--brand-color--1--light);
}

.color--brand--2--light {
  color: var(--brand-color--2--light);
}

.color--brand--3--light {
  color: var(--brand-color--3--light);
}

.color--brand--4--light {
  color: var(--brand-color--4--light);
}

.color--brand--1--dark {
  color: var(--brand-color--1--dark);
}

.color--brand--2--dark {
  color: var(--brand-color--2--dark);
}

.color--brand--3--dark {
  color: var(--brand-color--3--dark);
}

.color--brand--4--dark {
  color: var(--brand-color--4--dark);
}

.color--error {
  color: var(--error-color);
}

.color--success {
  color: var(--success-color);
}

.headline--color--text h1 {
  color: var(--text-color);
}

.headline--color--light h1 {
  color: var(--light-color);
}

.headline--color--dark h1 {
  color: var(--dark-color);
}

.headline--color--gray h1 {
  color: var(--gray-color);
}

.headline--color--darkgray h1 {
  color: var(--darkgray-color);
}

.headline--color--brand--1 h1 {
  color: var(--brand-color--1);
}

.headline--color--brand--2 h1 {
  color: var(--brand-color--2);
}

.headline--color--brand--3 h1 {
  color: var(--brand-color--3);
}

.headline--color--brand--4 h1 {
  color: var(--brand-color--4);
}

.headline--color--brand--1--light h1 {
  color: var(--brand-color--1--light);
}

.headline--color--brand--2--light h1 {
  color: var(--brand-color--2--light);
}

.headline--color--brand--3--light h1 {
  color: var(--brand-color--3--light);
}

.headline--color--brand--4--light h1 {
  color: var(--brand-color--4--light);
}

.headline--color--brand--1--dark h1 {
  color: var(--brand-color--1--dark);
}

.headline--color--brand--2--dark h1 {
  color: var(--brand-color--2--dark);
}

.headline--color--brand--3--dark h1 {
  color: var(--brand-color--3--dark);
}

.headline--color--brand--4--dark h1 {
  color: var(--brand-color--4--dark);
}

.headline--color--error h1 {
  color: var(--error-color);
}

.headline--color--success h1 {
  color: var(--success-color);
}

.headline--color--text h2 {
  color: var(--text-color);
}

.headline--color--light h2 {
  color: var(--light-color);
}

.headline--color--dark h2 {
  color: var(--dark-color);
}

.headline--color--gray h2 {
  color: var(--gray-color);
}

.headline--color--darkgray h2 {
  color: var(--darkgray-color);
}

.headline--color--brand--1 h2 {
  color: var(--brand-color--1);
}

.headline--color--brand--2 h2 {
  color: var(--brand-color--2);
}

.headline--color--brand--3 h2 {
  color: var(--brand-color--3);
}

.headline--color--brand--4 h2 {
  color: var(--brand-color--4);
}

.headline--color--brand--1--light h2 {
  color: var(--brand-color--1--light);
}

.headline--color--brand--2--light h2 {
  color: var(--brand-color--2--light);
}

.headline--color--brand--3--light h2 {
  color: var(--brand-color--3--light);
}

.headline--color--brand--4--light h2 {
  color: var(--brand-color--4--light);
}

.headline--color--brand--1--dark h2 {
  color: var(--brand-color--1--dark);
}

.headline--color--brand--2--dark h2 {
  color: var(--brand-color--2--dark);
}

.headline--color--brand--3--dark h2 {
  color: var(--brand-color--3--dark);
}

.headline--color--brand--4--dark h2 {
  color: var(--brand-color--4--dark);
}

.headline--color--error h2 {
  color: var(--error-color);
}

.headline--color--success h2 {
  color: var(--success-color);
}

.headline--color--text h3 {
  color: var(--text-color);
}

.headline--color--light h3 {
  color: var(--light-color);
}

.headline--color--dark h3 {
  color: var(--dark-color);
}

.headline--color--gray h3 {
  color: var(--gray-color);
}

.headline--color--darkgray h3 {
  color: var(--darkgray-color);
}

.headline--color--brand--1 h3 {
  color: var(--brand-color--1);
}

.headline--color--brand--2 h3 {
  color: var(--brand-color--2);
}

.headline--color--brand--3 h3 {
  color: var(--brand-color--3);
}

.headline--color--brand--4 h3 {
  color: var(--brand-color--4);
}

.headline--color--brand--1--light h3 {
  color: var(--brand-color--1--light);
}

.headline--color--brand--2--light h3 {
  color: var(--brand-color--2--light);
}

.headline--color--brand--3--light h3 {
  color: var(--brand-color--3--light);
}

.headline--color--brand--4--light h3 {
  color: var(--brand-color--4--light);
}

.headline--color--brand--1--dark h3 {
  color: var(--brand-color--1--dark);
}

.headline--color--brand--2--dark h3 {
  color: var(--brand-color--2--dark);
}

.headline--color--brand--3--dark h3 {
  color: var(--brand-color--3--dark);
}

.headline--color--brand--4--dark h3 {
  color: var(--brand-color--4--dark);
}

.headline--color--error h3 {
  color: var(--error-color);
}

.headline--color--success h3 {
  color: var(--success-color);
}

.headline--color--text h4 {
  color: var(--text-color);
}

.headline--color--light h4 {
  color: var(--light-color);
}

.headline--color--dark h4 {
  color: var(--dark-color);
}

.headline--color--gray h4 {
  color: var(--gray-color);
}

.headline--color--darkgray h4 {
  color: var(--darkgray-color);
}

.headline--color--brand--1 h4 {
  color: var(--brand-color--1);
}

.headline--color--brand--2 h4 {
  color: var(--brand-color--2);
}

.headline--color--brand--3 h4 {
  color: var(--brand-color--3);
}

.headline--color--brand--4 h4 {
  color: var(--brand-color--4);
}

.headline--color--brand--1--light h4 {
  color: var(--brand-color--1--light);
}

.headline--color--brand--2--light h4 {
  color: var(--brand-color--2--light);
}

.headline--color--brand--3--light h4 {
  color: var(--brand-color--3--light);
}

.headline--color--brand--4--light h4 {
  color: var(--brand-color--4--light);
}

.headline--color--brand--1--dark h4 {
  color: var(--brand-color--1--dark);
}

.headline--color--brand--2--dark h4 {
  color: var(--brand-color--2--dark);
}

.headline--color--brand--3--dark h4 {
  color: var(--brand-color--3--dark);
}

.headline--color--brand--4--dark h4 {
  color: var(--brand-color--4--dark);
}

.headline--color--error h4 {
  color: var(--error-color);
}

.headline--color--success h4 {
  color: var(--success-color);
}

.headline--color--text h5 {
  color: var(--text-color);
}

.headline--color--light h5 {
  color: var(--light-color);
}

.headline--color--dark h5 {
  color: var(--dark-color);
}

.headline--color--gray h5 {
  color: var(--gray-color);
}

.headline--color--darkgray h5 {
  color: var(--darkgray-color);
}

.headline--color--brand--1 h5 {
  color: var(--brand-color--1);
}

.headline--color--brand--2 h5 {
  color: var(--brand-color--2);
}

.headline--color--brand--3 h5 {
  color: var(--brand-color--3);
}

.headline--color--brand--4 h5 {
  color: var(--brand-color--4);
}

.headline--color--brand--1--light h5 {
  color: var(--brand-color--1--light);
}

.headline--color--brand--2--light h5 {
  color: var(--brand-color--2--light);
}

.headline--color--brand--3--light h5 {
  color: var(--brand-color--3--light);
}

.headline--color--brand--4--light h5 {
  color: var(--brand-color--4--light);
}

.headline--color--brand--1--dark h5 {
  color: var(--brand-color--1--dark);
}

.headline--color--brand--2--dark h5 {
  color: var(--brand-color--2--dark);
}

.headline--color--brand--3--dark h5 {
  color: var(--brand-color--3--dark);
}

.headline--color--brand--4--dark h5 {
  color: var(--brand-color--4--dark);
}

.headline--color--error h5 {
  color: var(--error-color);
}

.headline--color--success h5 {
  color: var(--success-color);
}

.headline--color--text h6 {
  color: var(--text-color);
}

.headline--color--light h6 {
  color: var(--light-color);
}

.headline--color--dark h6 {
  color: var(--dark-color);
}

.headline--color--gray h6 {
  color: var(--gray-color);
}

.headline--color--darkgray h6 {
  color: var(--darkgray-color);
}

.headline--color--brand--1 h6 {
  color: var(--brand-color--1);
}

.headline--color--brand--2 h6 {
  color: var(--brand-color--2);
}

.headline--color--brand--3 h6 {
  color: var(--brand-color--3);
}

.headline--color--brand--4 h6 {
  color: var(--brand-color--4);
}

.headline--color--brand--1--light h6 {
  color: var(--brand-color--1--light);
}

.headline--color--brand--2--light h6 {
  color: var(--brand-color--2--light);
}

.headline--color--brand--3--light h6 {
  color: var(--brand-color--3--light);
}

.headline--color--brand--4--light h6 {
  color: var(--brand-color--4--light);
}

.headline--color--brand--1--dark h6 {
  color: var(--brand-color--1--dark);
}

.headline--color--brand--2--dark h6 {
  color: var(--brand-color--2--dark);
}

.headline--color--brand--3--dark h6 {
  color: var(--brand-color--3--dark);
}

.headline--color--brand--4--dark h6 {
  color: var(--brand-color--4--dark);
}

.headline--color--error h6 {
  color: var(--error-color);
}

.headline--color--success h6 {
  color: var(--success-color);
}

.shadow--text a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--text-color);
          box-shadow: 0px 6px 0px 0px var(--text-color);
}

.shadow--light a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--light-color);
          box-shadow: 0px 6px 0px 0px var(--light-color);
}

.shadow--dark {
  -webkit-box-shadow: 0px 6px 0px 0px var(--dark-color);
          box-shadow: 0px 6px 0px 0px var(--dark-color);
}

.shadow--gray {
  -webkit-box-shadow: 0px 6px 0px 0px var(--gray-color);
          box-shadow: 0px 6px 0px 0px var(--gray-color);
}

.shadow--darkgray {
  -webkit-box-shadow: 0px 6px 0px 0px var(--darkgray-color);
          box-shadow: 0px 6px 0px 0px var(--darkgray-color);
}

.shadow--brand--1 a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--1);
          box-shadow: 0px 6px 0px 0px var(--brand-color--1);
}

.shadow--brand--2 a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--2);
          box-shadow: 0px 6px 0px 0px var(--brand-color--2);
}

.shadow--brand--3 a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--3);
          box-shadow: 0px 6px 0px 0px var(--brand-color--3);
}

.shadow--brand--4 a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--4);
          box-shadow: 0px 6px 0px 0px var(--brand-color--4);
}

.shadow--brand--1--light a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--1--light);
          box-shadow: 0px 6px 0px 0px var(--brand-color--1--light);
}

.shadow--brand--2--light a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--2--light);
          box-shadow: 0px 6px 0px 0px var(--brand-color--2--light);
}

.shadow--brand--3--light a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--3--light);
          box-shadow: 0px 6px 0px 0px var(--brand-color--3--light);
}

.shadow--brand--4--light a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--4--light);
          box-shadow: 0px 6px 0px 0px var(--brand-color--4--light);
}

.shadow--brand--1--dark a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--1--dark);
          box-shadow: 0px 6px 0px 0px var(--brand-color--1--dark);
}

.shadow--brand--2--dark a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--2--dark);
          box-shadow: 0px 6px 0px 0px var(--brand-color--2--dark);
}

.shadow--brand--3--dark a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--3--dark);
          box-shadow: 0px 6px 0px 0px var(--brand-color--3--dark);
}

.shadow--brand--4--dark a {
  -webkit-box-shadow: 0px 6px 0px 0px var(--brand-color--4--dark);
          box-shadow: 0px 6px 0px 0px var(--brand-color--4--dark);
}

.color--gradient {
  background: -webkit-linear-gradient(-10deg, var(--brand-color--1) 0%, var(--brand-color--3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background--text {
  background: var(--text-color);
}

.background--light {
  background: var(--light-color);
}

.background--dark {
  background: var(--dark-color);
}

.background--gray {
  background: var(--gray-color);
}

.background--darkgray {
  background: var(--darkgray-color);
}

.background--error {
  background: var(--error-color);
}

.background--success {
  background: var(--success-color);
}

.background--brand--1 {
  background: var(--brand-color--1);
}

.background--brand--2 {
  background: var(--brand-color--2);
}

.background--brand--3 {
  background: var(--brand-color--3);
}

.background--brand--4 {
  background: var(--brand-color--4);
}

.background--brand--gradient, .content-swiper .tabs .content-swiper-tab-box.active, .scrollcontainer .tabs .content-swiper-tab-box.active {
  background-image: linear-gradient(30deg, var(--brand-color--1--dark) 0%, var(--brand-color--1--light) 100%);
}

.background--brand2--gradient {
  background-image: linear-gradient(30deg, var(--brand-color--2--dark) 0%, var(--brand-color--2--light) 100%);
}

.background--light--gradient {
  background-image: linear-gradient(30deg, var(--gray-color) 0%, var(--light-color) 100%);
}

.background--brand--1--light {
  background: var(--brand-color--1--light);
}

.background--brand--2--light {
  background: var(--brand-color--2--light);
}

.background--brand--3--light {
  background: var(--brand-color--3--light);
}

.background--brand--4--light {
  background: var(--brand-color--4--light);
}

.background--brand--1--dark {
  background: var(--brand-color--1--dark);
}

.background--brand--2--dark {
  background: var(--brand-color--2--dark);
}

.background--brand--3--dark {
  background: var(--brand-color--3--dark);
}

.background--brand--4--dark {
  background: var(--brand-color--4--dark);
}

.background--gradient--brand--1 {
  background-image: linear-gradient(-70deg, var(--brand-color--1--20) 0%, var(--brand-color--1--40) 50%, var(--brand-color--1--20) 100%);
}

.background--gradient--brand--2 {
  background-image: linear-gradient(-70deg, var(--brand-color--2--20) 0%, var(--brand-color--2--40) 50%, var(--brand-color--2--20) 100%);
}

.background--gradient--brand--3 {
  background-image: linear-gradient(-70deg, var(--brand-color--3--20) 0%, var(--brand-color--3--40) 50%, var(--brand-color--3--20) 100%);
}

.background--gradient--brand--4 {
  background-image: linear-gradient(-70deg, var(--brand-color--4--20) 0%, var(--brand-color--4--40) 50%, var(--brand-color--4--20) 100%);
}

body .display--block {
  display: block;
}
body .display--inline-block {
  display: inline-block;
}
body .display--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .display--inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body .position--absolute {
  position: absolute;
}
body .position--relative {
  position: relative;
}
body .position--static {
  position: static;
}
body .position--fixed {
  position: fixed;
}
body .position--absolute--fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body .position--absolute--small {
    position: absolute;
  }
  body .position--relative--small {
    position: relative;
  }
  body .position--static--small {
    position: static;
  }
  body .position--fixed--small {
    position: fixed;
  }
  body .position--absolute--fill--small {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
body .flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .align--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .align--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 991px) {
  body .align--end {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
body .align--self--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body .align--self--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
body .align--self--end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
body .justify--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .justify--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body .justify--self--start {
  justify-self: flex-start;
}
body .justify--self--center {
  -ms-grid-column-align: center;
      justify-self: center;
}
body .justify--self--end {
  -ms-grid-column-align: end;
      justify-self: end;
}
body .flex--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .flex--2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
body .flex--3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
body .flex--4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
body .flex--5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
body .flex--6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
body .flex--7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
body .flex--8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
body .flex--9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
body .innerpadding--10 {
  padding: 10px;
}
body .innerpadding--20 {
  padding: 20px;
}
body .innerpadding--30 {
  padding: 30px;
}
body .innerpadding--40 {
  padding: 40px;
}
body .innerpadding--50 {
  padding: 50px;
}
body .innerpadding--60 {
  padding: 60px;
}
body .innerpadding--70 {
  padding: 70px;
}
body .innerpadding--80 {
  padding: 80px;
}
body .innerpadding--90 {
  padding: 90px;
}
body .innerpadding {
  padding: 40px 60px;
}
@media (max-width: 819px) {
  body .innerpadding {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--10 {
    padding: 10px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--20 {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--30 {
    padding: 30px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--40 {
    padding: 40px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--50 {
    padding: 50px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--60 {
    padding: 60px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--70 {
    padding: 70px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--80 {
    padding: 80px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--90 {
    padding: 90px;
  }
}
body .z-index---1 {
  z-index: -1;
}
body .z-index--0 {
  z-index: 0;
}
body .z-index--100 {
  z-index: 100;
}
body .height--auto {
  height: auto;
}
body .height--100 {
  height: 100%;
}
body .height--100 > .columns {
  height: 100%;
}
body .overflow--visible {
  overflow: visible;
}
body .overflow--hidden {
  overflow: hidden;
}
body .overflow--x--visible {
  overflow-x: visible;
}
body .overflow--y--visible {
  overflow-y: visible;
}
@media (min-width: 820px) {
  body .w-10 {
    width: 10px;
  }
  body .h-10 {
    height: 10px;
  }
}
@media (min-width: 820px) {
  body .w-20 {
    width: 20px;
  }
  body .h-20 {
    height: 20px;
  }
}
@media (min-width: 820px) {
  body .w-30 {
    width: 30px;
  }
  body .h-30 {
    height: 30px;
  }
}
@media (min-width: 820px) {
  body .w-40 {
    width: 40px;
  }
  body .h-40 {
    height: 40px;
  }
}
@media (min-width: 820px) {
  body .w-50 {
    width: 50px;
  }
  body .h-50 {
    height: 50px;
  }
}
@media (min-width: 820px) {
  body .w-60 {
    width: 60px;
  }
  body .h-60 {
    height: 60px;
  }
}
@media (min-width: 820px) {
  body .w-70 {
    width: 70px;
  }
  body .h-70 {
    height: 70px;
  }
}
@media (min-width: 820px) {
  body .w-80 {
    width: 80px;
  }
  body .h-80 {
    height: 80px;
  }
}
@media (min-width: 820px) {
  body .w-90 {
    width: 90px;
  }
  body .h-90 {
    height: 90px;
  }
}
@media (min-width: 820px) {
  body .w-100 {
    width: 100px;
  }
  body .h-100 {
    height: 100px;
  }
}
@media (min-width: 820px) {
  body .w-110 {
    width: 110px;
  }
  body .h-110 {
    height: 110px;
  }
}
@media (min-width: 820px) {
  body .w-120 {
    width: 120px;
  }
  body .h-120 {
    height: 120px;
  }
}
@media (min-width: 820px) {
  body .w-130 {
    width: 130px;
  }
  body .h-130 {
    height: 130px;
  }
}
@media (min-width: 820px) {
  body .w-140 {
    width: 140px;
  }
  body .h-140 {
    height: 140px;
  }
}
@media (min-width: 820px) {
  body .w-150 {
    width: 150px;
  }
  body .h-150 {
    height: 150px;
  }
}
@media (min-width: 820px) {
  body .w-160 {
    width: 160px;
  }
  body .h-160 {
    height: 160px;
  }
}
@media (min-width: 820px) {
  body .w-170 {
    width: 170px;
  }
  body .h-170 {
    height: 170px;
  }
}
@media (min-width: 820px) {
  body .w-180 {
    width: 180px;
  }
  body .h-180 {
    height: 180px;
  }
}
@media (min-width: 820px) {
  body .w-190 {
    width: 190px;
  }
  body .h-190 {
    height: 190px;
  }
}
@media (min-width: 820px) {
  body .w-200 {
    width: 200px;
  }
  body .h-200 {
    height: 200px;
  }
}
@media (min-width: 820px) {
  body .w-210 {
    width: 210px;
  }
  body .h-210 {
    height: 210px;
  }
}
@media (min-width: 820px) {
  body .w-220 {
    width: 220px;
  }
  body .h-220 {
    height: 220px;
  }
}
@media (min-width: 820px) {
  body .w-230 {
    width: 230px;
  }
  body .h-230 {
    height: 230px;
  }
}
@media (min-width: 820px) {
  body .w-240 {
    width: 240px;
  }
  body .h-240 {
    height: 240px;
  }
}
@media (min-width: 820px) {
  body .w-250 {
    width: 250px;
  }
  body .h-250 {
    height: 250px;
  }
}
@media (min-width: 820px) {
  body .w-260 {
    width: 260px;
  }
  body .h-260 {
    height: 260px;
  }
}
@media (min-width: 820px) {
  body .w-270 {
    width: 270px;
  }
  body .h-270 {
    height: 270px;
  }
}
@media (min-width: 820px) {
  body .w-280 {
    width: 280px;
  }
  body .h-280 {
    height: 280px;
  }
}
@media (min-width: 820px) {
  body .w-290 {
    width: 290px;
  }
  body .h-290 {
    height: 290px;
  }
}
@media (min-width: 820px) {
  body .w-300 {
    width: 300px;
  }
  body .h-300 {
    height: 300px;
  }
}
@media (min-width: 820px) {
  body .w-310 {
    width: 310px;
  }
  body .h-310 {
    height: 310px;
  }
}
@media (min-width: 820px) {
  body .w-320 {
    width: 320px;
  }
  body .h-320 {
    height: 320px;
  }
}
@media (min-width: 820px) {
  body .w-330 {
    width: 330px;
  }
  body .h-330 {
    height: 330px;
  }
}
@media (min-width: 820px) {
  body .w-340 {
    width: 340px;
  }
  body .h-340 {
    height: 340px;
  }
}
@media (min-width: 820px) {
  body .w-350 {
    width: 350px;
  }
  body .h-350 {
    height: 350px;
  }
}
@media (min-width: 820px) {
  body .w-360 {
    width: 360px;
  }
  body .h-360 {
    height: 360px;
  }
}
@media (min-width: 820px) {
  body .w-370 {
    width: 370px;
  }
  body .h-370 {
    height: 370px;
  }
}
@media (min-width: 820px) {
  body .w-380 {
    width: 380px;
  }
  body .h-380 {
    height: 380px;
  }
}
@media (min-width: 820px) {
  body .w-390 {
    width: 390px;
  }
  body .h-390 {
    height: 390px;
  }
}
@media (min-width: 820px) {
  body .w-400 {
    width: 400px;
  }
  body .h-400 {
    height: 400px;
  }
}
@media (min-width: 820px) {
  body .w-410 {
    width: 410px;
  }
  body .h-410 {
    height: 410px;
  }
}
@media (min-width: 820px) {
  body .w-420 {
    width: 420px;
  }
  body .h-420 {
    height: 420px;
  }
}
@media (min-width: 820px) {
  body .w-430 {
    width: 430px;
  }
  body .h-430 {
    height: 430px;
  }
}
@media (min-width: 820px) {
  body .w-440 {
    width: 440px;
  }
  body .h-440 {
    height: 440px;
  }
}
@media (min-width: 820px) {
  body .w-450 {
    width: 450px;
  }
  body .h-450 {
    height: 450px;
  }
}
@media (min-width: 820px) {
  body .w-460 {
    width: 460px;
  }
  body .h-460 {
    height: 460px;
  }
}
@media (min-width: 820px) {
  body .w-470 {
    width: 470px;
  }
  body .h-470 {
    height: 470px;
  }
}
@media (min-width: 820px) {
  body .w-480 {
    width: 480px;
  }
  body .h-480 {
    height: 480px;
  }
}
@media (min-width: 820px) {
  body .w-490 {
    width: 490px;
  }
  body .h-490 {
    height: 490px;
  }
}
@media (min-width: 820px) {
  body .w-500 {
    width: 500px;
  }
  body .h-500 {
    height: 500px;
  }
}
@media (min-width: 820px) {
  body .w-510 {
    width: 510px;
  }
  body .h-510 {
    height: 510px;
  }
}
@media (min-width: 820px) {
  body .w-520 {
    width: 520px;
  }
  body .h-520 {
    height: 520px;
  }
}
@media (min-width: 820px) {
  body .w-530 {
    width: 530px;
  }
  body .h-530 {
    height: 530px;
  }
}
@media (min-width: 820px) {
  body .w-540 {
    width: 540px;
  }
  body .h-540 {
    height: 540px;
  }
}
@media (min-width: 820px) {
  body .w-550 {
    width: 550px;
  }
  body .h-550 {
    height: 550px;
  }
}
@media (min-width: 820px) {
  body .w-560 {
    width: 560px;
  }
  body .h-560 {
    height: 560px;
  }
}
@media (min-width: 820px) {
  body .w-570 {
    width: 570px;
  }
  body .h-570 {
    height: 570px;
  }
}
@media (min-width: 820px) {
  body .w-580 {
    width: 580px;
  }
  body .h-580 {
    height: 580px;
  }
}
@media (min-width: 820px) {
  body .w-590 {
    width: 590px;
  }
  body .h-590 {
    height: 590px;
  }
}
@media (min-width: 820px) {
  body .w-600 {
    width: 600px;
  }
  body .h-600 {
    height: 600px;
  }
}
@media (min-width: 820px) {
  body .w-610 {
    width: 610px;
  }
  body .h-610 {
    height: 610px;
  }
}
@media (min-width: 820px) {
  body .w-620 {
    width: 620px;
  }
  body .h-620 {
    height: 620px;
  }
}
@media (min-width: 820px) {
  body .w-630 {
    width: 630px;
  }
  body .h-630 {
    height: 630px;
  }
}
@media (min-width: 820px) {
  body .w-640 {
    width: 640px;
  }
  body .h-640 {
    height: 640px;
  }
}
@media (min-width: 820px) {
  body .w-650 {
    width: 650px;
  }
  body .h-650 {
    height: 650px;
  }
}
@media (min-width: 820px) {
  body .w-660 {
    width: 660px;
  }
  body .h-660 {
    height: 660px;
  }
}
@media (min-width: 820px) {
  body .w-670 {
    width: 670px;
  }
  body .h-670 {
    height: 670px;
  }
}
@media (min-width: 820px) {
  body .w-680 {
    width: 680px;
  }
  body .h-680 {
    height: 680px;
  }
}
@media (min-width: 820px) {
  body .w-690 {
    width: 690px;
  }
  body .h-690 {
    height: 690px;
  }
}
@media (min-width: 820px) {
  body .w-700 {
    width: 700px;
  }
  body .h-700 {
    height: 700px;
  }
}
@media (min-width: 820px) {
  body .w-710 {
    width: 710px;
  }
  body .h-710 {
    height: 710px;
  }
}
@media (min-width: 820px) {
  body .w-720 {
    width: 720px;
  }
  body .h-720 {
    height: 720px;
  }
}
@media (min-width: 820px) {
  body .w-730 {
    width: 730px;
  }
  body .h-730 {
    height: 730px;
  }
}
@media (min-width: 820px) {
  body .w-740 {
    width: 740px;
  }
  body .h-740 {
    height: 740px;
  }
}
@media (min-width: 820px) {
  body .w-750 {
    width: 750px;
  }
  body .h-750 {
    height: 750px;
  }
}
@media (min-width: 820px) {
  body .w-760 {
    width: 760px;
  }
  body .h-760 {
    height: 760px;
  }
}
@media (min-width: 820px) {
  body .w-770 {
    width: 770px;
  }
  body .h-770 {
    height: 770px;
  }
}
@media (min-width: 820px) {
  body .w-780 {
    width: 780px;
  }
  body .h-780 {
    height: 780px;
  }
}
@media (min-width: 820px) {
  body .w-790 {
    width: 790px;
  }
  body .h-790 {
    height: 790px;
  }
}
@media (min-width: 820px) {
  body .w-800 {
    width: 800px;
  }
  body .h-800 {
    height: 800px;
  }
}
body .z-index--1 {
  z-index: -1;
}
body .z-index-0 {
  z-index: 0;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-10 {
  z-index: 10;
}
body .z-index-100 {
  z-index: 100;
}
body .z-index-1000 {
  z-index: 1000;
}
body .z-index-10000 {
  z-index: 10000;
}
body .padding--0 {
  padding: 0;
}
body .padding--20 {
  padding: 20px;
}
body .padding--40 {
  padding: 40px;
}
body .padding--60 {
  padding: 60px;
}
body .padding--v--0 .inside {
  padding-top: 0;
  padding-bottom: 0;
}
body .padding--v--20 .inside {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .padding--v--40 .inside {
  padding-top: 40px;
  padding-bottom: 40px;
}
body .padding--v--60 .inside {
  padding-top: 60px;
  padding-bottom: 60px;
}
body .padding--h--0 .inside {
  padding-left: 0;
  padding-right: 0;
}
body .padding--h--20 .inside {
  padding-left: 20px;
  padding-right: 20px;
}
body .padding--h--40 .inside {
  padding-left: 40px;
  padding-right: 40px;
}
body .padding--h--60 .inside {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  body .padding--0--small {
    padding: 0;
  }
  body .padding--20--small {
    padding: 20px;
  }
  body .padding--40--small {
    padding: 40px;
  }
  body .padding--60--small {
    padding: 60px;
  }
  body .padding--v--0--small .inside {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .padding--v--20--small .inside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .padding--v--40--small .inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body .padding--v--60--small .inside {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .padding--h--0--small .inside {
    padding-left: 0;
    padding-right: 0;
  }
  body .padding--h--20--small .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .padding--h--40--small .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .padding--h--60--small .inside {
    padding-left: 60px;
    padding-right: 60px;
  }
  body .justify--self--start--small {
    justify-self: flex-start;
  }
  body .justify--self--center--small {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  body .justify--self--end--small {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  body .align--self--start--small {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  body .align--self--center--small {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .align--self--end--small {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  body .padding--0--tabletportrait {
    padding: 0;
  }
  body .padding--20--tabletportrait {
    padding: 20px;
  }
  body .padding--40--tabletportrait {
    padding: 40px;
  }
  body .padding--60--tabletportrait {
    padding: 60px;
  }
  body .padding--v--0--tabletportrait .inside {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .padding--v--20--tabletportrait .inside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .padding--v--40--tabletportrait .inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body .padding--v--60--tabletportrait .inside {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .padding--h--0--tabletportrait .inside {
    padding-left: 0;
    padding-right: 0;
  }
  body .padding--h--20--tabletportrait .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .padding--h--40--tabletportrait .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .padding--h--60--tabletportrait .inside {
    padding-left: 60px;
    padding-right: 60px;
  }
  body .justify--self--start--tabletportrait {
    justify-self: flex-start;
  }
  body .justify--self--center--tabletportrait {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  body .justify--self--end--tabletportrait {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  body .align--self--start--tabletportrait {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  body .align--self--center--tabletportrait {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .align--self--end--tabletportrait {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  body .position--absolute--tabletportrait {
    position: absolute;
  }
  body .position--relative--tabletportrait {
    position: relative;
  }
  body .position--static--tabletportrait {
    position: static;
  }
  body .position--fixed--tabletportrait {
    position: fixed;
  }
  body .position--absolute--fill--tabletportrait {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  body .padding--0--tabletlandscape {
    padding: 0;
  }
  body .padding--20--tabletlandscape {
    padding: 20px;
  }
  body .padding--40--tabletlandscape {
    padding: 40px;
  }
  body .padding--60--tabletlandscape {
    padding: 60px;
  }
  body .padding--v--0--tabletlandscape .inside {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .padding--v--20--tabletlandscape .inside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .padding--v--40--tabletlandscape .inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body .padding--v--60--tabletlandscape .inside {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .padding--h--0--tabletlandscape .inside {
    padding-left: 0;
    padding-right: 0;
  }
  body .padding--h--20--tabletlandscape .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .padding--h--40--tabletlandscape .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .padding--h--60--tabletlandscape .inside {
    padding-left: 60px;
    padding-right: 60px;
  }
  body .justify--self--start--tabletlandscape {
    justify-self: flex-start;
  }
  body .justify--self--center--tabletlandscape {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  body .justify--self--end--tabletlandscape {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  body .align--self--start--tabletlandscape {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  body .align--self--center--tabletlandscape {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .align--self--end--tabletlandscape {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  body .position--absolute--tabletlandscape {
    position: absolute;
  }
  body .position--relative--tabletlandscape {
    position: relative;
  }
  body .position--static--tabletlandscape {
    position: static;
  }
  body .position--fixed--tabletlandscape {
    position: fixed;
  }
  body .position--absolute--fill--tabletlandscape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
body .pointer--events--none {
  pointer-events: none;
}
body .pointer--events--all {
  pointer-events: all;
}

@media (max-width: 819px) {
  html *.mobile--hidden {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  html *.tablet--portrait--hidden {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  html *.tablet--landscape--hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  html *.desktop--hidden {
    display: none;
  }
}
@font-face {
  font-family: "co-headline";
  src: url("../fonts/CoHeadline_W_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Material Symbols Sharp";
  src: url("../fonts/symbols_rounded.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-v24-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v24-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins-v24-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/poppins-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/poppins-v24-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fontsize--extrasmall, .mod_login .login_info, .mod_login .widget label, .contao-cookiebar .cc-head, .mod_intro .additionals .adress, #Legal, footer ul li a, .icon--fontsize--extrasmall *[data-icon]:before, .icon--fontsize--extrasmall .font--icon {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.fontsize--small, .content-hyperlink.button--outline.button--small a, .button--outline.button--small.content-download a, .button--outline.button--small.content-downloads a, .content-hyperlink.button--filled.button--small a, .button--filled.button--small.content-download a, .button--filled.button--small.content-downloads a, .mod_navigation ul li a, .mod_navigation ul li a:visited, .mod_navigation ul li strong, .icon--fontsize--small *[data-icon]:before, .icon--fontsize--small .font--icon {
  font-size: 1rem;
  line-height: 1.5rem;
}

.fontsize--normal, .content-swiper .tabs .content-swiper-tab-box h3, .scrollcontainer .tabs .content-swiper-tab-box h3, body, h6[class=content-headline], h6:not([class]), .icon--fontsize--normal *[data-icon]:before, .icon--fontsize--normal .font--icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 819px) {
  .fontsize--normal, .content-swiper .tabs .content-swiper-tab-box h3, .scrollcontainer .tabs .content-swiper-tab-box h3, body, h6[class=content-headline], h6:not([class]), .icon--fontsize--normal *[data-icon]:before, .icon--fontsize--normal .font--icon {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.fontsize--medium, .content-text.text--card h1, .content-text.text--card h2, .content-text.text--card h3, .content-text.text--card h4, .content-text.text--card h5, .content-text.text--card h6, h5[class=content-headline], h5:not([class]), .icon--fontsize--medium *[data-icon]:before, .icon--fontsize--medium .font--icon {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 819px) {
  .fontsize--medium, .content-text.text--card h1, .content-text.text--card h2, .content-text.text--card h3, .content-text.text--card h4, .content-text.text--card h5, .content-text.text--card h6, h5[class=content-headline], h5:not([class]), .icon--fontsize--medium *[data-icon]:before, .icon--fontsize--medium .font--icon {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.fontsize--mediumlarge, h4[class=content-headline], h4:not([class]), .icon--fontsize--mediumlarge *[data-icon]:before, .icon--fontsize--mediumlarge .font--icon {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 819px) {
  .fontsize--mediumlarge, h4[class=content-headline], h4:not([class]), .icon--fontsize--mediumlarge *[data-icon]:before, .icon--fontsize--mediumlarge .font--icon {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
}

.fontsize--large, h3[class=content-headline], h3:not([class]), .icon--fontsize--large *[data-icon]:before, .icon--fontsize--large .font--icon {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (max-width: 991px) {
  .fontsize--large, h3[class=content-headline], h3:not([class]), .icon--fontsize--large *[data-icon]:before, .icon--fontsize--large .font--icon {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 819px) {
  .fontsize--large, h3[class=content-headline], h3:not([class]), .icon--fontsize--large *[data-icon]:before, .icon--fontsize--large .font--icon {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fontsize--extralarge, h2[class=content-headline], h2:not([class]), .icon--fontsize--extralarge *[data-icon]:before, .icon--fontsize--extralarge .font--icon {
  font-size: 3.5rem;
  line-height: 4rem;
}
@media (max-width: 819px) {
  .fontsize--extralarge, h2[class=content-headline], h2:not([class]), .icon--fontsize--extralarge *[data-icon]:before, .icon--fontsize--extralarge .font--icon {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.fontsize--ultralarge, h1[class=content-headline], h1:not([class]), .icon--fontsize--ultralarge *[data-icon]:before, .icon--fontsize--ultralarge .font--icon {
  font-size: 8dvw;
  line-height: 7.5dvw;
}
@media (min-width: 820px) and (max-width: 1199px) and (orientation: landscape) {
  .fontsize--ultralarge, h1[class=content-headline], h1:not([class]), .icon--fontsize--ultralarge *[data-icon]:before, .icon--fontsize--ultralarge .font--icon {
    font-size: 6dvw;
    line-height: 6.5dvw;
  }
}
@media (max-width: 819px) {
  .fontsize--ultralarge, h1[class=content-headline], h1:not([class]), .icon--fontsize--ultralarge *[data-icon]:before, .icon--fontsize--ultralarge .font--icon {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}

.fontsize--fill, .icon--fontsize--fill *[data-icon]:before, .icon--fontsize--fill .font--icon {
  font-size: clamp(1rem, 5vw, 5rem);
  line-height: clamp(1rem, 5vw, 5rem);
}
@media (max-width: 819px) {
  .fontsize--fill, .icon--fontsize--fill *[data-icon]:before, .icon--fontsize--fill .font--icon {
    font-size: clamp(1rem, 15vw, 5rem);
    line-height: clamp(1rem, 15vw, 5rem);
  }
}

h1[class=content-headline], h1:not([class]) {
  font-weight: 700;
}

h2[class=content-headline], h2:not([class]) {
  font-weight: 700;
}

h3[class=content-headline], h3:not([class]) {
  font-weight: 700;
}

h4[class=content-headline], h4:not([class]) {
  font-weight: 700;
}

h5[class=content-headline], h5:not([class]) {
  font-weight: 700;
}

h6[class=content-headline], h6:not([class]) {
  font-weight: 700;
}

.font--icon {
  font-family: "Material Symbols Sharp", sans-serif;
}

.text--outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  -webkit-text-stroke-color: inherit;
}

a, a:visited {
  outline: none;
  text-decoration: none;
}

strong, .fontweight--bold, strong a {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.fontweight--light {
  font-weight: 400;
}

.fontweight--normal {
  font-weight: 400;
}

.fontweight--medium {
  font-weight: 600;
}

.font-familiy--secondary, h1[class=content-headline], h1:not([class]), h2[class=content-headline], h2:not([class]), h3[class=content-headline], h3:not([class]), h4[class=content-headline], h4:not([class]), h5[class=content-headline], h5:not([class]), h6[class=content-headline], h6:not([class]) {
  font-family: "co-headline", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

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

u {
  color: var(--dark-color);
  text-decoration-style: dotted;
  text-decoration-color: var(--dark-color);
}

em {
  font-style: italic;
}

p, h1, h2, h3, h4, h5, h6 {
  max-width: 840px;
}

p + p, p + .hyperlink--arrow, p + .content-text, p + .rte, p + .content-list, h1 + p, h1 + .hyperlink--arrow, h1 + .content-text, h1 + .rte, h1 + .content-list, h2 + p, h2 + .hyperlink--arrow, h2 + .content-text, h2 + .rte, h2 + .content-list, h3 + p, h3 + .hyperlink--arrow, h3 + .content-text, h3 + .rte, h3 + .content-list, h4 + p, h4 + .hyperlink--arrow, h4 + .content-text, h4 + .rte, h4 + .content-list, h5 + p, h5 + .hyperlink--arrow, h5 + .content-text, h5 + .rte, h5 + .content-list, h6 + p, h6 + .hyperlink--arrow, h6 + .content-text, h6 + .rte, h6 + .content-list, .hyperlink--arrow + p, .hyperlink--arrow + .hyperlink--arrow, .hyperlink--arrow + .content-text, .hyperlink--arrow + .rte, .hyperlink--arrow + .content-list, .content-text + p, .content-text + .hyperlink--arrow, .content-text + .content-text, .content-text + .rte, .content-text + .content-list, figure + p, figure + .hyperlink--arrow, figure + .content-text, figure + .rte, figure + .content-list, .content-list + p, .content-list + .hyperlink--arrow, .content-list + .content-text, .content-list + .rte, .content-list + .content-list {
  margin-top: 20px;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 20px;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 20px;
}

.textwidth--full {
  max-width: 100%;
}
.textwidth--full p, .textwidth--full h1, .textwidth--full h2, .textwidth--full h3, .textwidth--full h4, .textwidth--full h5, .textwidth--full h6 {
  max-width: 100%;
}

.textwidth--small {
  max-width: 530px;
}

.textwidth--medium {
  max-width: 800px;
}

blockquote {
  quotes: initial;
}
blockquote:before {
  content: open-quote;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
blockquote:after {
  content: close-quote;
}

.content-text a {
  color: inherit;
  border-bottom: 2px solid var(--brand-color--1);
}
.content-text a:hover {
  border-bottom: 2px solid var(--brand-color--3);
}
.content-text a:active {
  color: var(--brand-color--2);
  border-bottom: 1px solid var(--brand-color--2);
  opacity: 0.5;
}
.content-text a:focus-visible {
  background: var(--brand-color--2);
  color: var(--light-color);
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px var(--brand-color--2);
          box-shadow: 0px 0px 0px 2px var(--brand-color--2);
  border-bottom: 0;
}
.content-text a[target=_blank]:after {
  content: "\f8ce";
  font-family: "Material Symbols Sharp", sans-serif;
  vertical-align: bottom;
}
.content-text a.color--text {
  color: var(--text-color);
}
.content-text a.color--light {
  color: var(--light-color);
}
.content-text a.color--dark {
  color: var(--dark-color);
}
.content-text a.color--gray {
  color: var(--gray-color);
}
.content-text a.color--darkgray {
  color: var(--darkgray-color);
}
.content-text a.color--brand--1 {
  color: var(--brand-color--1);
}
.content-text a.color--brand--2 {
  color: var(--brand-color--2);
}
.content-text a.color--brand--3 {
  color: var(--brand-color--3);
}
.content-text a.color--brand--4 {
  color: var(--brand-color--4);
}
.content-text a.color--brand--1--light {
  color: var(--brand-color--1--light);
}
.content-text a.color--brand--2--light {
  color: var(--brand-color--2--light);
}
.content-text a.color--brand--3--light {
  color: var(--brand-color--3--light);
}
.content-text a.color--brand--4--light {
  color: var(--brand-color--4--light);
}
.content-text a.color--brand--1--dark {
  color: var(--brand-color--1--dark);
}
.content-text a.color--brand--2--dark {
  color: var(--brand-color--2--dark);
}
.content-text a.color--brand--3--dark {
  color: var(--brand-color--3--dark);
}
.content-text a.color--brand--4--dark {
  color: var(--brand-color--4--dark);
}

.color--light .content-text a {
  border-bottom-color: var(--brand-color--2);
}
.color--light .content-text a:hover {
  border-bottom-color: var(--brand-color--3);
}

html {
  font-size: 16px;
  line-height: 24px;
}

html, body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--brand-color--2);
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--dark-color);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
body #wrapper {
  background: var(--light-color);
}

header {
  background: var(--light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mod_article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 100px;
}
@media (max-width: 819px) {
  .mod_article {
    border-radius: 33.3333333333px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_article {
    border-radius: 33.3333333333px;
  }
}
.mod_article + .mod_article {
  margin-top: 80px;
}
.mod_article .inside {
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  margin: 0 auto;
}
.mod_article.full--size {
  width: 100vw;
  height: 100vh;
}
.mod_article.full--aspect {
  width: 100vw;
  height: 46vw;
}
@media (min-width: 820px) and (max-width: 991px) {
  .mod_article.full--aspect {
    min-height: 70vw;
    height: auto;
  }
}
@media (max-width: 819px) {
  .mod_article.full--aspect {
    min-height: 70vh;
    height: auto;
  }
}
.mod_article.full--width {
  width: 100vw;
}
.mod_article.full--width .inside {
  max-width: none;
  margin: 0;
  padding: 0;
}
.mod_article .background--video--mobile {
  display: none;
}
@media (max-width: 991px) {
  .mod_article .background--video--mobile {
    display: block;
  }
}
.mod_article .background--image, .mod_article .background--video, .mod_article .background--video--mobile {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mod_article .background--image video, .mod_article .background--video video, .mod_article .background--video--mobile video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod_article .background--image figure, .mod_article .background--image picture, .mod_article .background--video figure, .mod_article .background--video picture, .mod_article .background--video--mobile figure, .mod_article .background--video--mobile picture {
  width: 100%;
  height: 100%;
}
.mod_article .background--image figure img, .mod_article .background--image picture img, .mod_article .background--video figure img, .mod_article .background--video picture img, .mod_article .background--video--mobile figure img, .mod_article .background--video--mobile picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .mod_article .background--image.hidden--mobile, .mod_article .background--video.hidden--mobile, .mod_article .background--video--mobile.hidden--mobile {
    display: none;
  }
}
.mod_article.background--overlay .background--image, .mod_article.background--overlay .background--video, .mod_article.background--overlay .background--video--mobile {
  opacity: 0.7;
}
.mod_article.has--video .inside, .mod_article.has--image .inside {
  position: relative;
  z-index: 100;
}
.mod_article.background--image--size .background--image, .mod_article.background--image--size .background--video, .mod_article.background--image--size .background--video--mobile {
  position: relative;
}
.mod_article.background--image--size .inside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mod_article.background--image--fitwidth .background--image figure, .mod_article.background--image--fitwidth .background--video figure, .mod_article.background--image--fitwidth .background--video--mobile figure {
  width: 100%;
  height: auto;
}
.mod_article.background--image--fitwidth .background--image figure img, .mod_article.background--image--fitwidth .background--video figure img, .mod_article.background--image--fitwidth .background--video--mobile figure img {
  display: block;
  width: 100%;
  height: auto;
}
.mod_article.article--fade:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #151515), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(90deg, #151515 40%, rgba(21, 21, 21, 0) 100%);
  position: absolute;
  display: block;
  left: 0;
  width: 25dvw;
  height: 100%;
  top: 0;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 991px) {
  .mod_article.article--fade:after {
    display: none;
  }
}

.border--top {
  border-top: 6px solid var(--brand-color--2);
}

.border--bottom {
  border-bottom: 6px solid var(--brand-color--2);
}

.border--left {
  border-left: 6px solid var(--brand-color--2);
}

.border--right {
  border-right: 6px solid var(--brand-color--2);
}

main {
  padding: 40px;
  padding-top: 0;
  margin-top: -40px;
}
@media (max-width: 819px) {
  main {
    padding: 20px;
    padding-top: 20px;
  }
}

@media (min-width: 820px) and (max-width: 1199px) and (orientation: portrait) {
  #ueber-uns .mod_columns.has-background .columns {
    position: static;
    padding: 0;
    overflow: hidden;
  }
  #ueber-uns .mod_columns.has-background .columns .column:first-child {
    background: var(--brand-color--2);
  }
  #ueber-uns .mod_columns.has-background .columns .column:last-child {
    display: none;
  }
}

@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #e-rezept .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

footer {
  background: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer ul li a {
  color: var(--darkgray-color);
}

#Legal {
  background: var(--light-color);
  padding: 20px;
  color: var(--text-color);
}
#Legal .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 600px) and (max-width: 991px) {
  #Legal .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 819px) {
  #Legal .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#Legal .inside nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#Legal .inside nav ul a, #Legal .inside nav ul a:visited {
  font-weight: 300;
}
#Legal .inside a, #Legal .inside a:visited {
  color: var(--text-color);
}
#Legal .inside a:hover, #Legal .inside a:visited:hover {
  text-decoration: underline;
}

.mod_navigation {
  --indicator-size: 5px;
}
.mod_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod_navigation ul li > .hidden {
  display: none;
}
.mod_navigation ul li a, .mod_navigation ul li a:visited, .mod_navigation ul li strong {
  display: block;
  color: var(--text-color);
  font-weight: 400;
  padding: 30px 0 calc(30px - var(--indicator-size)) 0;
  border-bottom: var(--indicator-size) solid transparent;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.mod_navigation ul li a.current, .mod_navigation ul li a:visited.current, .mod_navigation ul li strong.current {
  color: var(--brand-color--1);
  font-weight: bold;
  border-bottom: var(--indicator-size) solid var(--brand-color--2);
}
.mod_navigation ul li.active strong {
  color: var(--brand-color--2);
}

header .mod_navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .mod_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 819px) {
  header .mod_navigation {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  header .mod_navigation {
    display: none;
  }
}

.mod_columns {
  position: relative;
}
.mod_columns.gap--0 .columns {
  gap: 0px;
}
.mod_columns.gap--10 .columns {
  gap: 10px;
}
.mod_columns.gap--20 .columns {
  gap: 20px;
}
.mod_columns.gap--30 .columns {
  gap: 30px;
}
.mod_columns.gap--40 .columns {
  gap: 40px;
}
.mod_columns.gap--50 .columns {
  gap: 50px;
}
.mod_columns.gap--60 .columns {
  gap: 60px;
}
.mod_columns.has-background {
  padding: 0;
  overflow: hidden;
}
.mod_columns.has-background .columns {
  padding: 10px;
}
@media (max-width: 819px) {
  .mod_columns.has-background .desktop {
    display: none;
  }
}
.mod_columns.has-background .mobile {
  display: none;
}
@media (max-width: 819px) {
  .mod_columns.has-background .mobile {
    display: block;
  }
}
.mod_columns.has-background img {
  width: 100%;
}
.mod_columns .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mod_columns .columns > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_columns .columns.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mod_columns.grid--enabled > .columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_columns.grid--enabled > .columns {
    padding: 20px;
  }
}
@media (min-width: 820px) and (max-width: 991px) {
  .mod_columns.grid--enabled {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  .mod_columns.grid--enabled > .columns {
    padding: 40px 20px;
  }
}
.mod_columns.margin--off {
  margin: 0 -10px;
}
@media (max-width: 819px) {
  .mod_columns.margin--off {
    margin: 0;
  }
  .mod_columns.margin--off .columns > .column {
    padding: 0;
  }
}
@media (max-width: 819px) {
  .mod_columns.mobile--fullwidth .columns > .column:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mod_columns.mobile--fullwidth .columns > .column:first-child > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
}
.mod_columns.bordered .column {
  border: 2px solid var(--light-color);
}
.mod_columns .column--content.full--width {
  width: 100%;
}
.mod_columns .column--content.full--height {
  height: 100%;
}
.mod_columns .columns > .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_columns .columns > .column.flex--0 {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--0 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--5 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--7 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--8 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--9 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--10 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--11 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--12 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column .padding--10 {
  padding: 10px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--10 {
    padding: 20px;
  }
}
.mod_columns .columns > .column .padding--20 {
  padding: 20px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--20 {
    padding: 20px;
  }
}
.mod_columns .columns > .column .padding--30 {
  padding: 30px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--30 {
    padding: 20px;
  }
}
.mod_columns .columns > .column .padding--40 {
  padding: 40px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--40 {
    padding: 20px;
  }
}
.mod_columns .columns > .column .padding--50 {
  padding: 50px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--50 {
    padding: 20px;
  }
}
.mod_columns .columns > .column .padding--60 {
  padding: 60px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--60 {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  .mod_columns .columns > .column .padding--0 {
    padding: 0;
  }
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.padding--off.mobile--padding {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.mobile--fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mod_columns .columns > .column.mobile--fullwidth > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
}
.mod_columns .columns > .column.padding--off {
  padding: 0;
}
.mod_columns .columns > .column.relative {
  position: relative;
}
.mod_columns .columns > .column.has--whitebackground {
  background: var(--light-color);
}
.mod_columns .columns > .column.has--dropshadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.mod_columns .columns > .column.padding--increase {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.padding--increase {
    padding: 20px;
  }
}
.mod_columns.hero--box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
}
@media (max-width: 819px) {
  .mod_columns.hero--box {
    position: relative;
    bottom: 0;
  }
  .mod_columns.hero--box .column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.mod_columns.hero--box .column:first-child > * {
  max-width: 620px;
}
@media (max-width: 819px) {
  .mod_columns .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_columns .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 819px) {
  .mod_columns.reverse--mobile > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .mod_columns.reverse--mobile > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.column.align--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.column.align--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.column.align--end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.align--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column.justify--start {
  justify-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.column.justify--center {
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column.justify--end {
  justify-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content--align--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: normal;
}

.content--align--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
}

.content--align--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  white-space: normal;
}

.content--align--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: normal;
}

.conten--justify--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: normal;
}

.conten--justify--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
}

.conten--justify--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: normal;
}

.content-image img {
  display: block;
}
.content-image.full--width {
  width: 100%;
  height: auto;
}
.content-image.full--width figure, .content-image.full--width picture, .content-image.full--width img {
  width: 100%;
  height: auto;
}
.content-image.full--size {
  width: 100%;
  height: 100%;
}
.content-image.full--size figure, .content-image.full--size picture, .content-image.full--size img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  display: block;
}

.reference-logo {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.content-text.text--card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--light-color);
  color: var(--brand-color--1);
  border-radius: 33.3333333333px;
  overflow: hidden;
  gap: 0;
  -webkit-box-shadow: 10px 30px 60px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 10px 30px 60px 0 rgba(0, 0, 0, 0.3);
}
.content-text.text--card h1, .content-text.text--card h2, .content-text.text--card h3, .content-text.text--card h4, .content-text.text--card h5, .content-text.text--card h6 {
  background: none;
  color: var(--brand-color--1);
  padding: 20px 40px 20px 110px;
  height: 3.5em;
  text-align: left;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-text.text--card > div {
  margin-top: 0;
  padding: 30px;
  padding-bottom: 40px;
}
.content-text.text--card:before {
  font-family: "Material Symbols Sharp", sans-serif;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: var(--light-color);
  height: 90px;
  width: 90px;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 33.3333333333px 0 33.3333333333px 0;
  background: var(--brand-color--2);
}
@media (max-width: 819px) {
  .content-text.text--card:before {
    width: 75px;
    height: 75px;
  }
}
.content-text[data-icon]:before {
  content: attr(data-icon);
  font-weight: 400;
}

.content-hyperlink, .content-download, .content-downloads {
  display: inline-block;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-hyperlink a, .content-download a, .content-downloads a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-hyperlink a:hover, .content-download a:hover, .content-downloads a:hover {
  color: var(--brand-color--2);
}
.content-hyperlink a .title, .content-download a .title, .content-downloads a .title {
  font-weight: 300;
}
.content-hyperlink a:focus-visible, .content-download a:focus-visible, .content-downloads a:focus-visible {
  background: none;
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
  z-index: 100;
}
.content-hyperlink.button--outline a, .button--outline.content-download a, .button--outline.content-downloads a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.content-hyperlink.button--outline a:focus-visible, .button--outline.content-download a:focus-visible, .button--outline.content-downloads a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid var(--brand-color--1);
  z-index: 100;
}
.content-hyperlink.button--outline a:hover, .button--outline.content-download a:hover, .button--outline.content-downloads a:hover {
  -webkit-box-shadow: 0px 0px 0px 0px;
          box-shadow: 0px 0px 0px 0px;
}
.content-hyperlink.button--filled a, .button--filled.content-download a, .button--filled.content-downloads a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.content-hyperlink.button--filled a:focus-visible, .button--filled.content-download a:focus-visible, .button--filled.content-downloads a:focus-visible {
  border: none;
  outline: 3px solid var(--brand-color--3);
  outline-offset: 3px;
  z-index: 100;
}
.content-hyperlink.button--filled a:hover, .button--filled.content-download a:hover, .button--filled.content-downloads a:hover {
  outline: 3px solid var(--brand-color--2);
  outline-offset: 3px;
}
.content-hyperlink.button--full--width, .button--full--width.content-download, .button--full--width.content-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-hyperlink.button--full--width a, .button--full--width.content-download a, .button--full--width.content-downloads a {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (max-width: 819px) {
  .content-hyperlink.button--full--width--small, .button--full--width--small.content-download, .button--full--width--small.content-downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-hyperlink.button--full--width--small a, .button--full--width--small.content-download a, .button--full--width--small.content-downloads a {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
.content-hyperlink a[data-icon], .content-download a[data-icon], .content-downloads a[data-icon] {
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  border: none;
}
.content-hyperlink a[data-icon]:before, .content-download a[data-icon]:before, .content-downloads a[data-icon]:before {
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  position: absolute;
  width: 30px;
  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;
  left: 0;
  top: 0;
  bottom: 0;
}
.content-hyperlink.button--icon--right a[data-icon], .button--icon--right.content-download a[data-icon], .button--icon--right.content-downloads a[data-icon] {
  padding-left: 0;
  padding-right: 40px;
}
.content-hyperlink.button--outline a[data-icon], .button--outline.content-download a[data-icon], .button--outline.content-downloads a[data-icon] {
  border: 1px solid;
}
.content-hyperlink.button--outline.button--big a, .button--outline.button--big.content-download a, .button--outline.button--big.content-downloads a, .content-hyperlink.button--filled.button--big a, .button--filled.button--big.content-download a, .button--filled.button--big.content-downloads a {
  padding: 15px 70px;
}
@media (max-width: 819px) {
  .content-hyperlink.button--outline.button--big a, .button--outline.button--big.content-download a, .button--outline.button--big.content-downloads a, .content-hyperlink.button--filled.button--big a, .button--filled.button--big.content-download a, .button--filled.button--big.content-downloads a {
    padding: 15px 40px;
  }
}
.content-hyperlink.button--outline.button--small a, .button--outline.button--small.content-download a, .button--outline.button--small.content-downloads a, .content-hyperlink.button--filled.button--small a, .button--filled.button--small.content-download a, .button--filled.button--small.content-downloads a {
  padding: 10px 10px;
}
.content-hyperlink.button--outline a[data-icon], .button--outline.content-download a[data-icon], .button--outline.content-downloads a[data-icon], .content-hyperlink.button--filled a[data-icon], .button--filled.content-download a[data-icon], .button--filled.content-downloads a[data-icon] {
  padding-left: 90px;
  padding-right: 20px;
}
.content-hyperlink.button--outline a[data-icon]:before, .button--outline.content-download a[data-icon]:before, .button--outline.content-downloads a[data-icon]:before, .content-hyperlink.button--filled a[data-icon]:before, .button--filled.content-download a[data-icon]:before, .button--filled.content-downloads a[data-icon]:before {
  width: 70px;
}
.content-hyperlink.button--outline.button--icon--right a[data-icon], .button--outline.button--icon--right.content-download a[data-icon], .button--outline.button--icon--right.content-downloads a[data-icon], .content-hyperlink.button--filled.button--icon--right a[data-icon], .button--filled.button--icon--right.content-download a[data-icon], .button--filled.button--icon--right.content-downloads a[data-icon] {
  padding-left: 20px;
  padding-right: 50px;
}
.content-hyperlink.button--outline.button--small a[data-icon], .button--outline.button--small.content-download a[data-icon], .button--outline.button--small.content-downloads a[data-icon], .content-hyperlink.button--filled.button--small a[data-icon], .button--filled.button--small.content-download a[data-icon], .button--filled.button--small.content-downloads a[data-icon] {
  padding-left: 50px;
}
.content-hyperlink.button--outline.button--small.button--icon--right a[data-icon], .button--outline.button--small.button--icon--right.content-download a[data-icon], .button--outline.button--small.button--icon--right.content-downloads a[data-icon], .content-hyperlink.button--filled.button--small.button--icon--right a[data-icon], .button--filled.button--small.button--icon--right.content-download a[data-icon], .button--filled.button--small.button--icon--right.content-downloads a[data-icon] {
  padding-left: 10px;
  padding-right: 50px;
}
.content-hyperlink.button--outline.button--small a[data-icon]:before, .button--outline.button--small.content-download a[data-icon]:before, .button--outline.button--small.content-downloads a[data-icon]:before, .content-hyperlink.button--filled.button--small a[data-icon]:before, .button--filled.button--small.content-download a[data-icon]:before, .button--filled.button--small.content-downloads a[data-icon]:before {
  width: 40px;
}
@media (max-width: 819px) {
  .content-hyperlink.button--outline a, .button--outline.content-download a, .button--outline.content-downloads a, .content-hyperlink.button--filled a, .button--filled.content-download a, .button--filled.content-downloads a {
    width: 100%;
  }
}
.content-hyperlink.button--icon--right a[data-icon]:before, .button--icon--right.content-download a[data-icon]:before, .button--icon--right.content-downloads a[data-icon]:before {
  left: auto;
  right: 0;
}
.content-hyperlink a[data-icon]:before, .content-download a[data-icon]:before, .content-downloads a[data-icon]:before {
  content: attr(data-icon);
}
.content-hyperlink.color--text a, .color--text.content-download a, .color--text.content-downloads a {
  color: var(--text-color);
  border-color: var(--text-color);
}
.content-hyperlink.color--light a, .color--light.content-download a, .color--light.content-downloads a {
  color: var(--light-color);
  border-color: var(--light-color);
}
.content-hyperlink.color--dark a, .color--dark.content-download a, .color--dark.content-downloads a {
  color: var(--dark-color);
  border-color: var(--dark-color);
}
.content-hyperlink.color--gray a, .color--gray.content-download a, .color--gray.content-downloads a {
  color: var(--gray-color);
  border-color: var(--gray-color);
}
.content-hyperlink.color--darkgray a, .color--darkgray.content-download a, .color--darkgray.content-downloads a {
  color: var(--darkgray-color);
  border-color: var(--darkgray-color);
}
.content-hyperlink.color--brand--1 a, .color--brand--1.content-download a, .color--brand--1.content-downloads a {
  color: var(--brand-color--1);
  border-color: var(--brand-color--1);
}
.content-hyperlink.color--brand--2 a, .color--brand--2.content-download a, .color--brand--2.content-downloads a {
  color: var(--brand-color--2);
  border-color: var(--brand-color--2);
}
.content-hyperlink.color--brand--3 a, .color--brand--3.content-download a, .color--brand--3.content-downloads a {
  color: var(--brand-color--3);
  border-color: var(--brand-color--3);
}
.content-hyperlink.color--brand--4 a, .color--brand--4.content-download a, .color--brand--4.content-downloads a {
  color: var(--brand-color--4);
  border-color: var(--brand-color--4);
}
.content-hyperlink.background--text a, .background--text.content-download a, .background--text.content-downloads a {
  background: var(--text-color);
}
.content-hyperlink.background--light a, .background--light.content-download a, .background--light.content-downloads a {
  background: var(--light-color);
}
.content-hyperlink.background--dark a, .background--dark.content-download a, .background--dark.content-downloads a {
  background: var(--dark-color);
}
.content-hyperlink.background--gray a, .background--gray.content-download a, .background--gray.content-downloads a {
  background: var(--gray-color);
}
.content-hyperlink.background--darkgray a, .background--darkgray.content-download a, .background--darkgray.content-downloads a {
  background: var(--darkgray-color);
}
.content-hyperlink.background--brand--1 a, .background--brand--1.content-download a, .background--brand--1.content-downloads a {
  background: var(--brand-color--1);
}
.content-hyperlink.background--brand--2 a, .background--brand--2.content-download a, .background--brand--2.content-downloads a {
  background: var(--brand-color--2);
}
.content-hyperlink.background--brand--3 a, .background--brand--3.content-download a, .background--brand--3.content-downloads a {
  background: var(--brand-color--3);
}
.content-hyperlink.background--brand--4 a, .background--brand--4.content-download a, .background--brand--4.content-downloads a {
  background: var(--brand-color--4);
}
.content-hyperlink.background--brand--1 a:hover, .background--brand--1.content-download a:hover, .background--brand--1.content-downloads a:hover {
  background: var(--brand-color--1--dark);
}
.content-hyperlink.background--brand--2 a:hover, .background--brand--2.content-download a:hover, .background--brand--2.content-downloads a:hover {
  background: var(--brand-color--2--dark);
}
.content-hyperlink.background--brand--3 a:hover, .background--brand--3.content-download a:hover, .background--brand--3.content-downloads a:hover {
  background: var(--brand-color--3--dark);
}
.content-hyperlink.background--brand--4 a:hover, .background--brand--4.content-download a:hover, .background--brand--4.content-downloads a:hover {
  background: var(--brand-color--4--dark);
}
.content-hyperlink.background--brand--1 a:active, .background--brand--1.content-download a:active, .background--brand--1.content-downloads a:active {
  background: var(--brand-color--1--light);
}
.content-hyperlink.background--brand--2 a:active, .background--brand--2.content-download a:active, .background--brand--2.content-downloads a:active {
  background: var(--brand-color--2--light);
}
.content-hyperlink.background--brand--3 a:active, .background--brand--3.content-download a:active, .background--brand--3.content-downloads a:active {
  background: var(--brand-color--3--light);
}
.content-hyperlink.background--brand--4 a:active, .background--brand--4.content-download a:active, .background--brand--4.content-downloads a:active {
  background: var(--brand-color--4--light);
}
.content-hyperlink.icon-color--text a:before, .icon-color--text.content-download a:before, .icon-color--text.content-downloads a:before {
  color: var(--text-color);
}
.content-hyperlink.icon-color--light a:before, .icon-color--light.content-download a:before, .icon-color--light.content-downloads a:before {
  color: var(--light-color);
}
.content-hyperlink.icon-color--dark a:before, .icon-color--dark.content-download a:before, .icon-color--dark.content-downloads a:before {
  color: var(--dark-color);
}
.content-hyperlink.icon-color--gray a:before, .icon-color--gray.content-download a:before, .icon-color--gray.content-downloads a:before {
  color: var(--gray-color);
}
.content-hyperlink.icon-color--darkgray a:before, .icon-color--darkgray.content-download a:before, .icon-color--darkgray.content-downloads a:before {
  color: var(--darkgray-color);
}
.content-hyperlink.icon-color--brand--1 a:before, .icon-color--brand--1.content-download a:before, .icon-color--brand--1.content-downloads a:before {
  color: var(--brand-color--1);
}
.content-hyperlink.icon-color--brand--2 a:before, .icon-color--brand--2.content-download a:before, .icon-color--brand--2.content-downloads a:before {
  color: var(--brand-color--2);
}
.content-hyperlink.icon-color--brand--3 a:before, .icon-color--brand--3.content-download a:before, .icon-color--brand--3.content-downloads a:before {
  color: var(--brand-color--3);
}
.content-hyperlink.icon-color--brand--4 a:before, .icon-color--brand--4.content-download a:before, .icon-color--brand--4.content-downloads a:before {
  color: var(--brand-color--4);
}
.content-hyperlink.icon-color--brand--1--light a:before, .icon-color--brand--1--light.content-download a:before, .icon-color--brand--1--light.content-downloads a:before {
  color: var(--brand-color--1--light);
}
.content-hyperlink.icon-color--brand--2--light a:before, .icon-color--brand--2--light.content-download a:before, .icon-color--brand--2--light.content-downloads a:before {
  color: var(--brand-color--2--light);
}
.content-hyperlink.icon-color--brand--3--light a:before, .icon-color--brand--3--light.content-download a:before, .icon-color--brand--3--light.content-downloads a:before {
  color: var(--brand-color--3--light);
}
.content-hyperlink.icon-color--brand--4--light a:before, .icon-color--brand--4--light.content-download a:before, .icon-color--brand--4--light.content-downloads a:before {
  color: var(--brand-color--4--light);
}
.content-hyperlink.icon-color--brand--1--dark a:before, .icon-color--brand--1--dark.content-download a:before, .icon-color--brand--1--dark.content-downloads a:before {
  color: var(--brand-color--1--dark);
}
.content-hyperlink.icon-color--brand--2--dark a:before, .icon-color--brand--2--dark.content-download a:before, .icon-color--brand--2--dark.content-downloads a:before {
  color: var(--brand-color--2--dark);
}
.content-hyperlink.icon-color--brand--3--dark a:before, .icon-color--brand--3--dark.content-download a:before, .icon-color--brand--3--dark.content-downloads a:before {
  color: var(--brand-color--3--dark);
}
.content-hyperlink.icon-color--brand--4--dark a:before, .icon-color--brand--4--dark.content-download a:before, .icon-color--brand--4--dark.content-downloads a:before {
  color: var(--brand-color--4--dark);
}
.content-hyperlink.icon-background--brand--1 a:before, .icon-background--brand--1.content-download a:before, .icon-background--brand--1.content-downloads a:before {
  background: var(--brand-color--1);
}
.content-hyperlink.icon-background--brand--2 a:before, .icon-background--brand--2.content-download a:before, .icon-background--brand--2.content-downloads a:before {
  background: var(--brand-color--2);
}
.content-hyperlink.icon-background--brand--3 a:before, .icon-background--brand--3.content-download a:before, .icon-background--brand--3.content-downloads a:before {
  background: var(--brand-color--3);
}
.content-hyperlink.icon-background--brand--4 a:before, .icon-background--brand--4.content-download a:before, .icon-background--brand--4.content-downloads a:before {
  background: var(--brand-color--4);
}
.content-hyperlink.icon-background--brand--1--light a:before, .icon-background--brand--1--light.content-download a:before, .icon-background--brand--1--light.content-downloads a:before {
  background: var(--brand-color--1--light);
}
.content-hyperlink.icon-background--brand--2--light a:before, .icon-background--brand--2--light.content-download a:before, .icon-background--brand--2--light.content-downloads a:before {
  background: var(--brand-color--2--light);
}
.content-hyperlink.icon-background--brand--3--light a:before, .icon-background--brand--3--light.content-download a:before, .icon-background--brand--3--light.content-downloads a:before {
  background: var(--brand-color--3--light);
}
.content-hyperlink.icon-background--brand--4--light a:before, .icon-background--brand--4--light.content-download a:before, .icon-background--brand--4--light.content-downloads a:before {
  background: var(--brand-color--4--light);
}
.content-hyperlink.icon-background--brand--1--dark a:before, .icon-background--brand--1--dark.content-download a:before, .icon-background--brand--1--dark.content-downloads a:before {
  background: var(--brand-color--1--dark);
}
.content-hyperlink.icon-background--brand--2--dark a:before, .icon-background--brand--2--dark.content-download a:before, .icon-background--brand--2--dark.content-downloads a:before {
  background: var(--brand-color--2--dark);
}
.content-hyperlink.icon-background--brand--3--dark a:before, .icon-background--brand--3--dark.content-download a:before, .icon-background--brand--3--dark.content-downloads a:before {
  background: var(--brand-color--3--dark);
}
.content-hyperlink.icon-background--brand--4--dark a:before, .icon-background--brand--4--dark.content-download a:before, .icon-background--brand--4--dark.content-downloads a:before {
  background: var(--brand-color--4--dark);
}

.mod_spacer {
  position: relative;
  display: block;
}
@media (max-width: 819px) {
  .mod_spacer {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.mod_spacer.spacer--1 {
  height: 20px;
}
.mod_spacer.spacer--2 {
  height: 40px;
}
.mod_spacer.spacer--3 {
  height: 60px;
}
.mod_spacer.spacer--4 {
  height: 80px;
}
.mod_spacer.spacer--5 {
  height: 100px;
}
.mod_spacer.spacer--6 {
  height: 120px;
}
.mod_spacer.spacer--7 {
  height: 140px;
}
.mod_spacer.spacer--8 {
  height: 160px;
}
.mod_spacer.spacer--9 {
  height: 180px;
}
.mod_spacer.spacer--10 {
  height: 200px;
}
.mod_spacer.spacer--11 {
  height: 220px;
}
.mod_spacer.spacer--12 {
  height: 240px;
}
.mod_spacer.spacer--13 {
  height: 260px;
}
.mod_spacer.spacer--14 {
  height: 280px;
}
.mod_spacer.spacer--15 {
  height: 300px;
}
.mod_spacer.spacer--16 {
  height: 320px;
}
.mod_spacer.spacer--17 {
  height: 340px;
}
.mod_spacer.spacer--18 {
  height: 360px;
}
.mod_spacer.spacer--19 {
  height: 380px;
}
.mod_spacer.spacer--20 {
  height: 400px;
}
.mod_spacer.spacer--21 {
  height: 420px;
}
.mod_spacer.spacer--22 {
  height: 440px;
}
.mod_spacer.spacer--23 {
  height: 460px;
}
.mod_spacer.spacer--24 {
  height: 480px;
}
.mod_spacer.spacer--25 {
  height: 500px;
}
.mod_spacer.spacer--26 {
  height: 520px;
}
.mod_spacer.spacer--27 {
  height: 540px;
}
.mod_spacer.spacer--28 {
  height: 560px;
}
.mod_spacer.spacer--29 {
  height: 580px;
}
.mod_spacer.spacer--30 {
  height: 600px;
}
.mod_spacer.spacer--line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--gray-color);
}
.mod_spacer.spacer--line--vertical:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-left: 1px solid var(--gray-color);
}

.content-swiper, .scrollcontainer {
  --swiper-navigation-size: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-swiper .swiper[data-slideroverflow="1"], .scrollcontainer .swiper[data-slideroverflow="1"] {
  overflow: visible;
}
.content-swiper .swiper .swiper-wrapper, .scrollcontainer .swiper .swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide, .scrollcontainer .swiper .swiper-wrapper .swiper-slide {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.content-swiper .swiper .swiper-wrapper:active, .scrollcontainer .swiper .swiper-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.content-swiper .controls, .scrollcontainer .controls {
  position: relative;
}
.content-swiper .controls .buttons, .scrollcontainer .controls .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 80px;
}
@media (max-width: 819px) {
  .content-swiper .controls .buttons, .scrollcontainer .controls .buttons {
    margin-top: 40px;
  }
}
.content-swiper .controls button, .scrollcontainer .controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: static;
  background: none;
  color: var(--brand-color--1);
  padding: 20px;
}
.content-swiper .controls button svg, .scrollcontainer .controls button svg {
  display: none;
}
.content-swiper .controls button:after, .scrollcontainer .controls button:after {
  font-size: 20px;
}
.content-swiper .controls button:hover, .scrollcontainer .controls button:hover {
  opacity: 0.6;
}
.content-swiper .controls .swiper-button-disabled, .scrollcontainer .controls .swiper-button-disabled {
  opacity: 0.3;
}
.content-swiper.buttons--bottom--right .buttons, .scrollcontainer.buttons--bottom--right .buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content-swiper.buttons--bottom--right .buttons button, .scrollcontainer.buttons--bottom--right .buttons button {
  backdrop-filter: blur(20px);
}
.content-swiper .swiper-pagination, .scrollcontainer .swiper-pagination {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 0;
  display: block;
}
.content-swiper .swiper-pagination .swiper-pagination-bullet, .scrollcontainer .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  padding: 2.5px;
  background: none;
  border: 1px solid var(--brand-color--1);
  opacity: 1;
}
.content-swiper .swiper-pagination .swiper-pagination-bullet-active, .scrollcontainer .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brand-color--2);
  border-color: var(--brand-color--2);
}
.content-swiper .swiper-scrollbar, .scrollcontainer .swiper-scrollbar {
  position: static;
  background: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.content-swiper .swiper-scrollbar:before, .scrollcontainer .swiper-scrollbar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--dark-color);
}
.content-swiper .swiper-scrollbar .swiper-scrollbar-drag, .scrollcontainer .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--brand-color--2);
  border-radius: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.content-swiper .swiper-scrollbar .swiper-scrollbar-drag:after, .scrollcontainer .swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: -20px;
}
.content-swiper .swiper-scrollbar .swiper-scrollbar-drag:active, .scrollcontainer .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.content-swiper .tabs, .scrollcontainer .tabs {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-swiper .tabs, .scrollcontainer .tabs {
    -webkit-transform: none;
            transform: none;
    position: static;
    padding: 0;
    background: var(--dark-color);
  }
}
@media (max-width: 819px) {
  .content-swiper .tabs, .scrollcontainer .tabs {
    -webkit-transform: none;
            transform: none;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: 1px solid inherit;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
    border-top: 1px solid transparent;
  }
}
@media (max-width: 819px) {
  .content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
    display: none;
  }
}
.content-swiper .tabs .content-swiper-tab-box:hover, .scrollcontainer .tabs .content-swiper-tab-box:hover {
  cursor: pointer;
}
.content-swiper .tabs .content-swiper-tab-box.active, .scrollcontainer .tabs .content-swiper-tab-box.active {
  margin-top: 0px;
  border-top: 5px solid var(--brand-color--2);
  color: var(--light-color);
}
@media (max-width: 819px) {
  .content-swiper .tabs .content-swiper-tab-box.active, .scrollcontainer .tabs .content-swiper-tab-box.active {
    color: var(--light-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-swiper .tabs .content-swiper-tab-box a, .scrollcontainer .tabs .content-swiper-tab-box a {
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  border: none;
  color: inherit;
  font-weight: 600;
}
.content-swiper .tabs .content-swiper-tab-box a:before, .scrollcontainer .tabs .content-swiper-tab-box a:before {
  content: "arrow_forward";
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  width: 30px;
  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;
  right: 0;
  top: 0;
  bottom: 0;
}
.content-swiper .tabs .content-swiper-tab-box a:hover, .scrollcontainer .tabs .content-swiper-tab-box a:hover {
  color: var(--brand-color--2);
}
@media (max-width: 819px) {
  .content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
    border-top: none;
    color: var(--dark-color);
  }
}
.content-swiper .content-swiper-tab, .scrollcontainer .content-swiper-tab {
  width: 100%;
  height: 100%;
}
.content-swiper .content-swiper-tab .background, .scrollcontainer .content-swiper-tab .background {
  width: 100%;
  height: 100%;
}
.content-swiper .content-swiper-tab .background figure, .scrollcontainer .content-swiper-tab .background figure {
  width: 100%;
  height: 100%;
}
.content-swiper .content-swiper-tab .background figure img, .scrollcontainer .content-swiper-tab .background figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-swiper .content-swiper-tab .background + .content, .scrollcontainer .content-swiper-tab .background + .content {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 300px;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1280px;
}
.content-swiper .content-swiper-tab .background + .content .mod_columns, .content-swiper .content-swiper-tab .background + .content .columns, .scrollcontainer .content-swiper-tab .background + .content .mod_columns, .scrollcontainer .content-swiper-tab .background + .content .columns {
  height: 100%;
}
@media (max-width: 819px) {
  .content-swiper .content-swiper-tab .background + .content, .scrollcontainer .content-swiper-tab .background + .content {
    padding: 20px;
  }
}

.content-swiper.thumbnails {
  position: absolute;
  bottom: 20px;
  right: 160px;
  max-width: 500px;
  z-index: 100;
  overflow: visible;
}
.content-swiper.thumbnails .swiper {
  overflow: visible;
}
.content-swiper.thumbnails .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background: var(--light-color);
  opacity: 0.5;
}
.content-swiper.thumbnails .swiper-slide.swiper-slide-thumb-active {
  -webkit-box-shadow: 0px 0px 0px 3px var(--brand-color--2);
          box-shadow: 0px 0px 0px 3px var(--brand-color--2);
  opacity: 1;
}
@media (max-width: 819px) {
  .content-swiper.thumbnails {
    right: 20px;
    left: 20px;
    max-width: auto;
  }
  .content-swiper.thumbnails .swiper-slide {
    opacity: 1;
  }
}

@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-swiper.buttons--bottom--right .tabs + .buttons {
    bottom: 100%;
    gap: 0;
    right: 0;
  }
  .content-swiper.buttons--bottom--right .tabs + .buttons button {
    padding: 30px;
    background: var(--brand-color--2);
    color: var(--light-color);
  }
}
@media (max-width: 819px) {
  .content-swiper.buttons--bottom--right .tabs + .buttons {
    bottom: 100%;
    gap: 0;
    right: 0;
  }
  .content-swiper.buttons--bottom--right .tabs + .buttons button {
    padding: 30px;
    background: var(--brand-color--2);
    color: var(--light-color);
  }
}
@media (min-width: 992px) {
  .content-swiper.buttons--bottom--right .tabs + .buttons {
    display: none;
  }
}

.mod_icon {
  position: relative;
}
.mod_icon.icon--offset--left span {
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod_icon > span {
  display: inline-block;
}

.content-download li + li, .content-downloads li + li {
  margin-top: 10px;
}

.mod_intro {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50dvh;
}
@media (max-width: 819px) {
  .mod_intro {
    height: auto;
  }
}
.mod_intro figure {
  max-width: 300px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.mod_intro .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 120px 60px;
}
@media (max-width: 819px) {
  .mod_intro .content {
    padding: 20px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_intro .content {
    padding: 40px;
  }
}
.mod_intro .content .title {
  font-family: "co-headline", sans-serif;
  font-size: 8dvw;
  line-height: 7.5dvw;
  padding-right: 300px;
  margin-bottom: 40px;
}
@media (max-width: 819px) {
  .mod_intro .content .title {
    padding-right: 0;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_intro .content .title {
    padding-right: 0;
    font-size: 10dvw;
    line-height: 9dvw;
    margin-bottom: 20px;
  }
}
.mod_intro .content .subtitle {
  font-family: "co-headline", sans-serif;
  font-size: 4dvw;
  line-height: 4.5dvw;
  max-width: 50%;
}
.mod_intro .content .subtitle a {
  color: var(--brand-color--2);
}
@media (max-width: 819px) {
  .mod_intro .content .subtitle {
    padding-right: 0;
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_intro .content .subtitle {
    padding-right: 0;
    font-size: 6dvw;
    line-height: 8dvw;
    max-width: 100%;
  }
}
.mod_intro .star {
  color: var(--light-color);
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 12px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
}
@media (max-width: 819px) {
  .mod_intro .star {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_intro .star {
    display: none;
  }
}
.mod_intro .additionals {
  position: absolute;
  bottom: 0;
  padding: 40px 80px;
  border-radius: 100px 0 0 0;
  font-size: 20px;
  background: var(--text-color);
  color: var(--light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 819px) {
  .mod_intro .additionals {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border-radius: 50px 0 0 0;
    max-width: 80%;
    gap: 20px;
    padding-top: 40px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_intro .additionals {
    position: static;
  }
}
.mod_intro .badge {
  width: 100%;
  max-width: 300px;
  height: auto;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 819px) {
  .mod_intro .badge {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_intro .badge {
    display: none;
  }
}
.mod_intro .badge #hintergrund {
  fill: var(--brand-color--3);
}
.mod_intro .badge #rabatt, .mod_intro .badge #eroeffnung, .mod_intro .badge #datum {
  fill: #1d1d1b;
}
.mod_intro .badge #stern {
  display: none;
}

#Intro {
  border-top-right-radius: 180px;
}
@media (max-width: 819px) {
  #Intro {
    border-top-right-radius: 33.3333333333px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #Intro {
    border-top-right-radius: 33.3333333333px;
  }
}

#BadgeMobil {
  margin-bottom: 0;
}
#BadgeMobil + .mod_article {
  margin-top: 20px;
}

.mod_erezept .st0 {
  fill: #FFFFFF;
}
.mod_erezept .st1 {
  fill: #FF8200;
}
.mod_erezept .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.mod_erezept .st3 {
  fill: #094077;
}
.mod_erezept .st4 {
  fill: #CECECE;
}
.mod_erezept #Hand {
  z-index: 100;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.mod_erezept #Karte {
  z-index: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.mod_erezept #Check {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#LocationMap {
  width: 100%;
  aspect-ratio: 2/1;
}
@media (max-width: 819px) {
  #LocationMap {
    aspect-ratio: auto;
    min-height: 600px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #LocationMap {
    aspect-ratio: 1;
  }
}
#LocationMap .mapboxgl-ctrl-bottom-left {
  left: 90px;
}
@media (max-width: 819px) {
  #LocationMap .mapboxgl-ctrl-bottom-left {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#LocationMap .mapboxgl-ctrl-bottom-right {
  right: 90px;
}
@media (max-width: 819px) {
  #LocationMap .mapboxgl-ctrl-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}
#LocationMap .mapboxgl-ctrl-top-left {
  top: 50%;
  right: 10px;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#LocationMap .marker {
  width: 30px;
  height: 30px;
  background: var(--light-color);
  border-radius: 50%;
  outline: 3px solid var(--brand-color--2);
  outline-offset: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 4px var(--brand-color--2);
          box-shadow: inset 0px 0px 0px 4px var(--brand-color--2);
}

.mod_map {
  position: relative;
}
.mod_map .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 60px;
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 819px) {
  .mod_map .overlay {
    width: 100%;
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(70%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_map .overlay {
    width: 100%;
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(70%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  }
}
.mod_map .overlay h2 {
  margin-bottom: 40px;
}
@media (max-width: 819px) {
  .mod_map .overlay h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
.mod_map .overlay .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  --radius: 30px;
  background: var(--gray-color);
  border-radius: var(--radius);
}
@media (max-width: 819px) {
  .mod_map .overlay .buttons {
    gap: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod_map .overlay .buttons div {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background: var(--light-color);
  font-weight: bold;
  overflow: visible;
  z-index: 100;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
@media (max-width: 819px) {
  .mod_map .overlay .buttons div {
    font-size: 14px;
    line-height: 18px;
  }
}
.mod_map .overlay .buttons div:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}
.mod_map .overlay .buttons div:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}
.mod_map .overlay .buttons div span {
  display: none;
}
.mod_map .overlay .buttons div.active {
  background: var(--brand-color--1);
  color: var(--light-color);
}
.mod_map .restricted--view {
  display: none;
}
.mod_map.restricted {
  background: var(--brand-color--1--light);
}
.mod_map.restricted .buttons {
  display: none;
}
.mod_map.restricted .restricted--view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.mod_map.restricted .restricted--view div {
  z-index: 100;
}
.mod_map.restricted .restricted--view .cc-module {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  max-width: 360px;
  padding: 20px;
  border-radius: 30px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.4);
}
.mod_map.restricted .restricted--view .cc-module button {
  margin-top: 20px;
}
.mod_map.restricted .restricted--view button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background: var(--light-color);
  font-weight: bold;
  overflow: visible;
  z-index: 100;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.mod_map.restricted .restricted--view figure {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.6;
}
.mod_map.restricted .restricted--view figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Kundenkarte {
  -webkit-box-shadow: 10px 30px 60px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 10px 30px 60px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 50px;
  max-width: 600px;
  width: 100%;
  --rotate: 30deg;
  --offset-x: 0px;
  --offset-y: 0px;
  --rotate-x: 0deg;
  --rotate-y: 0deg;
  -webkit-transform: perspective(800px);
          transform: perspective(800px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(2000px) rotateX(clamp(-30deg, var(--rotate-x), 30deg)) rotateY(clamp(-30deg, var(--rotate-y), 30deg));
          transform: perspective(2000px) rotateX(clamp(-30deg, var(--rotate-x), 30deg)) rotateY(clamp(-30deg, var(--rotate-y), 30deg));
}
@media (max-width: 819px) {
  #Kundenkarte {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  #Kundenkarte {
    width: 500px;
  }
}
#Kundenkarte img {
  display: block;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#Kundenkarte:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
  background-position-x: var(--offset-x);
  -webkit-transform: rotate(35deg) scale(2);
          transform: rotate(35deg) scale(2);
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  #Kundenkarte:after {
    -webkit-transform: rotate(35deg) scale(2) translate(100%, 0px);
            transform: rotate(35deg) scale(2) translate(100%, 0px);
    background-repeat: no-repeat;
    -webkit-animation: glare 10s infinite;
            animation: glare 10s infinite;
    mix-blend-mode: normal;
  }
}

@-webkit-keyframes glare {
  0% {
    -webkit-transform: rotate(35deg) scale(2) translate(-100%, 0px);
            transform: rotate(35deg) scale(2) translate(-100%, 0px);
  }
  20% {
    -webkit-transform: rotate(35deg) scale(2) translate(100%, 0px);
            transform: rotate(35deg) scale(2) translate(100%, 0px);
  }
}

@keyframes glare {
  0% {
    -webkit-transform: rotate(35deg) scale(2) translate(-100%, 0px);
            transform: rotate(35deg) scale(2) translate(-100%, 0px);
  }
  20% {
    -webkit-transform: rotate(35deg) scale(2) translate(100%, 0px);
            transform: rotate(35deg) scale(2) translate(100%, 0px);
  }
}
.content-list ol, .content-text ol, .content-description-list ol {
  max-width: 840px;
}
.content-list ol li, .content-text ol li, .content-description-list ol li {
  counter-increment: number;
  position: relative;
  padding: 10px 0 10px 50px;
}
.content-list ol li:before, .content-text ol li:before, .content-description-list ol li:before {
  content: counter(number) ". ";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.content-list ul, .content-text ul, .content-description-list ul {
  max-width: 840px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-list ul li, .content-text ul li, .content-description-list ul li {
  position: relative;
  padding: 5px 0 5px 50px;
}
.content-list ul li:before, .content-text ul li:before, .content-description-list ul li:before {
  font-family: "Material Symbols Sharp", sans-serif;
  content: "\ef4a";
  font-weight: 700;
  display: block;
  position: absolute;
  color: var(--brand-color--2);
  top: 5px;
  left: 0;
}
.content-list ul li[data-icon], .content-text ul li[data-icon], .content-description-list ul li[data-icon] {
  padding: 10px 0 10px 50px;
}
.content-list ul li[data-icon]:before, .content-text ul li[data-icon]:before, .content-description-list ul li[data-icon]:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content-list dl, .content-text dl, .content-description-list dl {
  max-width: 840px;
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
}
.content-list dl .description, .content-text dl .description, .content-description-list dl .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 5px 0;
}
.content-list dl dt, .content-text dl dt, .content-description-list dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-list dl dd, .content-text dl dd, .content-description-list dl dd {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-list.with--symbol dl, .content-text.with--symbol dl, .content-description-list.with--symbol dl {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.content-list.with--symbol dl .description, .content-text.with--symbol dl .description, .content-description-list.with--symbol dl .description {
  position: relative;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.content-list.with--symbol dl .description:before, .content-text.with--symbol dl .description:before, .content-description-list.with--symbol dl .description:before {
  font-family: "Material Symbols Sharp", sans-serif;
  content: "add";
  font-weight: 700;
  display: block;
  position: absolute;
  height: 1em;
  color: var(--brand-color--2);
  left: 0;
  font-size: 2em;
}
.content-list.with--symbol dl .description dt, .content-text.with--symbol dl .description dt, .content-description-list.with--symbol dl .description dt {
  font-weight: 700;
}
.content-list.with--symbol dl .description dd, .content-text.with--symbol dl .description dd, .content-description-list.with--symbol dl .description dd {
  font-weight: 500;
}

.content-list ul, .content-list ol, .content-text ul, .content-text ol, .content-description-list ul, .content-description-list ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-list ul li[data-icon], .content-list ol li[data-icon], .content-text ul li[data-icon], .content-text ol li[data-icon], .content-description-list ul li[data-icon], .content-description-list ol li[data-icon] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-list ul li[data-icon]::before, .content-list ol li[data-icon]::before, .content-text ul li[data-icon]::before, .content-text ol li[data-icon]::before, .content-description-list ul li[data-icon]::before, .content-description-list ol li[data-icon]::before {
  content: attr(data-icon);
}
.content-list.icon--top li[data-icon]:before, .content-text.icon--top li[data-icon]:before, .content-description-list.icon--top li[data-icon]:before {
  top: 20px;
}
.content-list.enumeration--columns--1 ul, .content-list.enumeration--columns--1 ol, .content-text.enumeration--columns--1 ul, .content-text.enumeration--columns--1 ol, .content-description-list.enumeration--columns--1 ul, .content-description-list.enumeration--columns--1 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.content-list.enumeration--columns--2 ul, .content-list.enumeration--columns--2 ol, .content-text.enumeration--columns--2 ul, .content-text.enumeration--columns--2 ol, .content-description-list.enumeration--columns--2 ul, .content-description-list.enumeration--columns--2 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.content-list.enumeration--columns--3 ul, .content-list.enumeration--columns--3 ol, .content-text.enumeration--columns--3 ul, .content-text.enumeration--columns--3 ol, .content-description-list.enumeration--columns--3 ul, .content-description-list.enumeration--columns--3 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.content-list.enumeration--columns--4 ul, .content-list.enumeration--columns--4 ol, .content-text.enumeration--columns--4 ul, .content-text.enumeration--columns--4 ol, .content-description-list.enumeration--columns--4 ul, .content-description-list.enumeration--columns--4 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 819px) {
  .content-list.enumeration--columns--1--small ul, .content-list.enumeration--columns--1--small ol, .content-text.enumeration--columns--1--small ul, .content-text.enumeration--columns--1--small ol, .content-description-list.enumeration--columns--1--small ul, .content-description-list.enumeration--columns--1--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-list.enumeration--columns--2--small ul, .content-list.enumeration--columns--2--small ol, .content-text.enumeration--columns--2--small ul, .content-text.enumeration--columns--2--small ol, .content-description-list.enumeration--columns--2--small ul, .content-description-list.enumeration--columns--2--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-list.enumeration--columns--3--small ul, .content-list.enumeration--columns--3--small ol, .content-text.enumeration--columns--3--small ul, .content-text.enumeration--columns--3--small ol, .content-description-list.enumeration--columns--3--small ul, .content-description-list.enumeration--columns--3--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-list.enumeration--columns--4--small ul, .content-list.enumeration--columns--4--small ol, .content-text.enumeration--columns--4--small ul, .content-text.enumeration--columns--4--small ol, .content-description-list.enumeration--columns--4--small ul, .content-description-list.enumeration--columns--4--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-list.enumeration--columns--1--tabletportrait ul, .content-list.enumeration--columns--1--tabletportrait ol, .content-text.enumeration--columns--1--tabletportrait ul, .content-text.enumeration--columns--1--tabletportrait ol, .content-description-list.enumeration--columns--1--tabletportrait ul, .content-description-list.enumeration--columns--1--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-list.enumeration--columns--2--tabletportrait ul, .content-list.enumeration--columns--2--tabletportrait ol, .content-text.enumeration--columns--2--tabletportrait ul, .content-text.enumeration--columns--2--tabletportrait ol, .content-description-list.enumeration--columns--2--tabletportrait ul, .content-description-list.enumeration--columns--2--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-list.enumeration--columns--3--tabletportrait ul, .content-list.enumeration--columns--3--tabletportrait ol, .content-text.enumeration--columns--3--tabletportrait ul, .content-text.enumeration--columns--3--tabletportrait ol, .content-description-list.enumeration--columns--3--tabletportrait ul, .content-description-list.enumeration--columns--3--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-list.enumeration--columns--4--tabletportrait ul, .content-list.enumeration--columns--4--tabletportrait ol, .content-text.enumeration--columns--4--tabletportrait ul, .content-text.enumeration--columns--4--tabletportrait ol, .content-description-list.enumeration--columns--4--tabletportrait ul, .content-description-list.enumeration--columns--4--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .content-list.enumeration--columns--1--tabletlandscape ul, .content-list.enumeration--columns--1--tabletlandscape ol, .content-text.enumeration--columns--1--tabletlandscape ul, .content-text.enumeration--columns--1--tabletlandscape ol, .content-description-list.enumeration--columns--1--tabletlandscape ul, .content-description-list.enumeration--columns--1--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-list.enumeration--columns--2--tabletlandscape ul, .content-list.enumeration--columns--2--tabletlandscape ol, .content-text.enumeration--columns--2--tabletlandscape ul, .content-text.enumeration--columns--2--tabletlandscape ol, .content-description-list.enumeration--columns--2--tabletlandscape ul, .content-description-list.enumeration--columns--2--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-list.enumeration--columns--3--tabletlandscape ul, .content-list.enumeration--columns--3--tabletlandscape ol, .content-text.enumeration--columns--3--tabletlandscape ul, .content-text.enumeration--columns--3--tabletlandscape ol, .content-description-list.enumeration--columns--3--tabletlandscape ul, .content-description-list.enumeration--columns--3--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-list.enumeration--columns--4--tabletlandscape ul, .content-list.enumeration--columns--4--tabletlandscape ol, .content-text.enumeration--columns--4--tabletlandscape ul, .content-text.enumeration--columns--4--tabletlandscape ol, .content-description-list.enumeration--columns--4--tabletlandscape ul, .content-description-list.enumeration--columns--4--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.contao-cookiebar {
  --ccb-backdrop: rgba(0, 0, 0, .75);
  --ccb-anim-duration: 0.5s;
  --ccb-checked-clr: #004893;
  --ccb-checked-bg: #00489333;
  --ccb-unchecked-clr: #9c9b99;
  --ccb-unchecked-bg: #fff;
  --ccb-disabled-clr: #c8c7c5;
  --ccb-disabled-bg: #f4f4f4;
  --ccb-focus-clr: #00a4f4;
}
.contao-cookiebar .cc-head {
  padding-right: 40px;
}
.contao-cookiebar .cc-close {
  right: 20px;
  top: 20px;
}
.contao-cookiebar .cc-inner {
  border-radius: 30px;
  padding: 20px;
}
.contao-cookiebar .cc-footer {
  text-align: center;
}
.contao-cookiebar .highlight .success, .contao-cookiebar .save {
  --ccb-btn-bg: #004893;
  --ccb-btn-bg-hvr: #004893;
  --ccb-btn-bdr: #004893;
  --ccb-btn-clr: #fff;
  padding: 20px 40px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.contao-cookiebar .cc-btn.deny, .contao-cookiebar .cc-btn.info {
  border: none;
  background: none;
}

.mod_login {
  background: var(--brand-color--1);
  border-radius: 50px;
  margin: 0 auto;
  padding: 40px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.mod_login h3 {
  color: var(--light-color);
  margin-bottom: 20px;
}
.mod_login .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.mod_login .widget label {
  color: var(--light-color);
  margin-bottom: 5px;
}
.mod_login .widget input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 3px solid var(--light-color);
  color: var(--light-color);
  background: rgba(255, 255, 255, 0.1333333333);
  padding: 5px 10px;
}
.mod_login .widget input:focus {
  outline: none;
  border-bottom: 3px solid var(--brand-color--3);
}
.mod_login .widget.widget-submit {
  margin-bottom: 0;
}
.mod_login .widget button {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.mod_login .login_info {
  color: var(--light-color);
  margin-bottom: 20px;
}

@media (max-width: 819px) {
  .logo {
    width: 150px;
    height: auto;
  }
}