@charset "UTF-8";
/*-------------   Color  -------------- */
/* Error */
/* --------------- Font ----------------------- */
/*  -----------------  Grid  ------------------------ */
/* -------------------------------------------------------- */
/* basic rem mixin */
/*
    @include magic-border(2px, blue, 0.3s, 0);
    @include magic-border(4px, #222, 0.2s, 1);
    @include magic-border-mask(10px, 0.4s, linear-gradient(to bottom, #40e0d0, #ff8c00, #ff0080), 0);
*/
/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/InterVariable.woff2") format("woff2");
}
@font-feature-values InterVariable {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}
@font-feature-values Inter {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}
@font-feature-values InterDisplay {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #122e66;
  font-family: "InterVariable", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  overscroll-behavior: none;
  font-size: 1rem;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}

ul,
ol,
p,
figure {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1,
h2 {
  margin: 0 0 clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem) 0;
  text-transform: uppercase;
}

p + h2,
ul + h2,
ol + h2 {
  margin: clamp(2.5rem, 2.098rem + 0.6281vw, 2.8125rem) 0 clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem) 0;
}

.legal p + h2,
.legal ul + h2,
.legal ol + h2 {
  margin: clamp(2.5rem, 2.098rem + 0.6281vw, 2.8125rem) 0 clamp(1.5rem, 1.2588rem + 0.3769vw, 1.6875rem) 0;
}

.simple h2 {
  text-transform: none;
}

h3 {
  margin: 0 0 clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem) 0;
}

p + h3,
ul + h3,
ol + h3 {
  margin: clamp(1.5rem, 1.2588rem + 0.3769vw, 1.6875rem) 0 clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem) 0;
}

h4 {
  margin: 0 0 clamp(0.75rem, 0.5892rem + 0.2513vw, 0.875rem) 0;
}

p + h4,
ul + h4,
ol + h4 {
  margin: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem) 0 clamp(0.75rem, 0.5892rem + 0.2513vw, 0.875rem) 0;
}

.portofolio-item h3,
.portofolio-item h4 {
  margin: 0;
}

h5,
h6 {
  margin: 0 0 clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem) 0;
}

p + p {
  margin-top: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem);
}

p + p > .btn {
  margin: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem) 0 0 0;
}

ul + p,
p + ul {
  margin-top: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem);
}

.frame-type-text ul + h3,
.frame-type-text ol + h3,
.frame-type-text p + h3,
.frame-type-text ul + h4,
.frame-type-text ol + h4,
.frame-type-text p + h4,
.faq-text ul + h3,
.faq-text ol + h3,
.faq-text p + h3,
.faq-text ul + h4,
.faq-text ol + h4,
.faq-text p + h4 {
  margin-top: clamp(1.75rem, 1.4284rem + 0.5025vw, 2rem);
}

.frame-type-text ul + h2,
.frame-type-text ol + h2,
.frame-type-text p + h2,
.faq-text ul + h2,
.faq-text ol + h2,
.faq-text p + h2 {
  margin: clamp(2.5rem, 2.098rem + 0.6281vw, 2.8125rem) 0 clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem) 0;
}

.frame-type-text li a,
p a {
  color: #1f1f1f;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.frame-type-text li a:hover,
p a:hover {
  text-decoration: none;
}

input,
textarea::placeholder,
input::placeholder,
textarea {
  color: #E7E8EB;
}

sup a {
  color: #1f1f1f;
  text-decoration: none;
  margin-left: clamp(0.75rem, 0.5892rem + 0.2513vw, 0.875rem);
}
sup a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-size: clamp(2.5rem, 2.098rem + 0.6281vw, 2.8125rem);
}

.legal h2 {
  font-size: clamp(1.75rem, 1.4284rem + 0.5025vw, 2rem);
}

.legal h3,
main p,
main ul,
main ol,
footer,
header.open nav,
p.text-justify {
  font-size: clamp(1.5rem, 1.2588rem + 0.3769vw, 1.6875rem);
}

.legal main p,
.legal main ul,
.legal main ol,
.legal h4,
h3,
#c172 p,
.col-lg-4 dialog p,
.btn.petrol,
.col-md-4 p,
.col-md-4 ul,
.col-md-4 ol,
h5,
h6 {
  font-size: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
}

input,
input::placeholder,
textarea,
footer form,
h4,
.col-lg-4 button,
.col-lg-4 p,
.col-lg-4 ul,
.col-lg-4 ol,
.btn,
.caption,
.footer-text,
header nav,
.col-md-4 button,
.col-md-6 form,
.col-md-6 form p,
.col-md-6 form input,
.col-md-6 form textarea {
  font-size: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem);
}

.foot-nav-head,
b,
h3.faq-name,
strong,
h3,
h4,
h5,
h1,
h2 {
  font-family: "InterVariable", sans-serif;
  font-weight: 800;
}

textarea,
input {
  font-family: "InterVariable", sans-serif;
  font-weight: 400;
}

#haupt-menu {
  font-family: "InterVariable", sans-serif;
  font-weight: 600;
}

#haupt-menu {
  text-transform: uppercase;
}

blockquote {
  padding: 0 15%;
}
blockquote cite {
  color: #1f1f1f;
  display: block;
  font-style: normal;
  padding-top: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
}
blockquote > :nth-child(1) {
  margin-top: 0;
}
blockquote:before {
  display: block;
  height: 0;
  content: "“";
  margin-left: -0.55em;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul a {
  text-decoration: none;
}

main ol,
main ul,
.faq-text ol,
.faq-text ul,
.frame-type-text ol,
.frame-type-text ul {
  padding-left: 30px;
}
main ol li + li,
main ul li + li,
.faq-text ol li + li,
.faq-text ul li + li,
.frame-type-text ol li + li,
.frame-type-text ul li + li {
  margin-top: clamp(0.75rem, 0.5892rem + 0.2513vw, 0.875rem);
}
main ol + p,
main ul + p,
main p + ul,
main p + ol,
.faq-text ol + p,
.faq-text ul + p,
.faq-text p + ul,
.faq-text p + ol,
.frame-type-text ol + p,
.frame-type-text ul + p,
.frame-type-text p + ul,
.frame-type-text p + ol {
  margin-top: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem);
}
main ul,
.faq-text ul,
.frame-type-text ul {
  list-style: none;
}
main ul li,
.faq-text ul li,
.frame-type-text ul li {
  position: relative;
}
main ul li:before,
.faq-text ul li:before,
.frame-type-text ul li:before {
  content: "> ";
  position: absolute;
  left: -30px;
  top: 0;
}

address {
  font-style: normal;
}

figcaption {
  text-align: center;
}

sub,
sup {
  font-size: 65%;
}

sub {
  vertical-align: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
}

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

#haupt-menu {
  text-transform: uppercase;
}

.grid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*
$breakpoints: (
    xs: 320px,
    sm: 768px,
    md: 960px,
    lg: 1170px,
    xl: 1280px
);
*/
.inner-row,
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: clamp(2.75rem, 2.2676rem + 0.7538vw, 3.125rem);
  gap: clamp(2.75rem, 2.2676rem + 0.7538vw, 3.125rem);
  z-index: 1;
}

form .row {
  gap: 20px;
  grid-gap: 20px;
  align-items: center;
}

.row.align-items-center {
  align-items: center;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media only print, screen and (min-width: 568px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
  .row-sm-1 {
    grid-row-end: span 1;
  }
  .row-offset-sm-1 {
    grid-row-start: 2;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
  .row-sm-2 {
    grid-row-end: span 2;
  }
  .row-offset-sm-2 {
    grid-row-start: 3;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
  .row-sm-3 {
    grid-row-end: span 3;
  }
  .row-offset-sm-3 {
    grid-row-start: 4;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
  .row-sm-4 {
    grid-row-end: span 4;
  }
  .row-offset-sm-4 {
    grid-row-start: 5;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
  .row-sm-5 {
    grid-row-end: span 5;
  }
  .row-offset-sm-5 {
    grid-row-start: 6;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
  .row-sm-6 {
    grid-row-end: span 6;
  }
  .row-offset-sm-6 {
    grid-row-start: 7;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
  .row-sm-7 {
    grid-row-end: span 7;
  }
  .row-offset-sm-7 {
    grid-row-start: 8;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
  .row-sm-8 {
    grid-row-end: span 8;
  }
  .row-offset-sm-8 {
    grid-row-start: 9;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .col-offset-sm-9 {
    grid-column-start: 10;
  }
  .row-sm-9 {
    grid-row-end: span 9;
  }
  .row-offset-sm-9 {
    grid-row-start: 10;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .col-offset-sm-10 {
    grid-column-start: 11;
  }
  .row-sm-10 {
    grid-row-end: span 10;
  }
  .row-offset-sm-10 {
    grid-row-start: 11;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .col-offset-sm-11 {
    grid-column-start: 12;
  }
  .row-sm-11 {
    grid-row-end: span 11;
  }
  .row-offset-sm-11 {
    grid-row-start: 12;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  .col-offset-sm-12 {
    grid-column-start: 13;
  }
  .row-sm-12 {
    grid-row-end: span 12;
  }
  .row-offset-sm-12 {
    grid-row-start: 13;
  }
}
@media only print, screen and (min-width: 820px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-offset-md-1 {
    grid-column-start: 2;
  }
  .row-md-1 {
    grid-row-end: span 1;
  }
  .row-offset-md-1 {
    grid-row-start: 2;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-offset-md-2 {
    grid-column-start: 3;
  }
  .row-md-2 {
    grid-row-end: span 2;
  }
  .row-offset-md-2 {
    grid-row-start: 3;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-offset-md-3 {
    grid-column-start: 4;
  }
  .row-md-3 {
    grid-row-end: span 3;
  }
  .row-offset-md-3 {
    grid-row-start: 4;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-offset-md-4 {
    grid-column-start: 5;
  }
  .row-md-4 {
    grid-row-end: span 4;
  }
  .row-offset-md-4 {
    grid-row-start: 5;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-offset-md-5 {
    grid-column-start: 6;
  }
  .row-md-5 {
    grid-row-end: span 5;
  }
  .row-offset-md-5 {
    grid-row-start: 6;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-offset-md-6 {
    grid-column-start: 7;
  }
  .row-md-6 {
    grid-row-end: span 6;
  }
  .row-offset-md-6 {
    grid-row-start: 7;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-offset-md-7 {
    grid-column-start: 8;
  }
  .row-md-7 {
    grid-row-end: span 7;
  }
  .row-offset-md-7 {
    grid-row-start: 8;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-offset-md-8 {
    grid-column-start: 9;
  }
  .row-md-8 {
    grid-row-end: span 8;
  }
  .row-offset-md-8 {
    grid-row-start: 9;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-offset-md-9 {
    grid-column-start: 10;
  }
  .row-md-9 {
    grid-row-end: span 9;
  }
  .row-offset-md-9 {
    grid-row-start: 10;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-offset-md-10 {
    grid-column-start: 11;
  }
  .row-md-10 {
    grid-row-end: span 10;
  }
  .row-offset-md-10 {
    grid-row-start: 11;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-offset-md-11 {
    grid-column-start: 12;
  }
  .row-md-11 {
    grid-row-end: span 11;
  }
  .row-offset-md-11 {
    grid-row-start: 12;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .col-offset-md-12 {
    grid-column-start: 13;
  }
  .row-md-12 {
    grid-row-end: span 12;
  }
  .row-offset-md-12 {
    grid-row-start: 13;
  }
}
@media only print, screen and (min-width: 1220px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
  .row-lg-1 {
    grid-row-end: span 1;
  }
  .row-offset-lg-1 {
    grid-row-start: 2;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
  .row-lg-2 {
    grid-row-end: span 2;
  }
  .row-offset-lg-2 {
    grid-row-start: 3;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
  .row-lg-3 {
    grid-row-end: span 3;
  }
  .row-offset-lg-3 {
    grid-row-start: 4;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
  .row-lg-4 {
    grid-row-end: span 4;
  }
  .row-offset-lg-4 {
    grid-row-start: 5;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
  .row-lg-5 {
    grid-row-end: span 5;
  }
  .row-offset-lg-5 {
    grid-row-start: 6;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
  .row-lg-6 {
    grid-row-end: span 6;
  }
  .row-offset-lg-6 {
    grid-row-start: 7;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
  .row-lg-7 {
    grid-row-end: span 7;
  }
  .row-offset-lg-7 {
    grid-row-start: 8;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
  .row-lg-8 {
    grid-row-end: span 8;
  }
  .row-offset-lg-8 {
    grid-row-start: 9;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-offset-lg-9 {
    grid-column-start: 10;
  }
  .row-lg-9 {
    grid-row-end: span 9;
  }
  .row-offset-lg-9 {
    grid-row-start: 10;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-offset-lg-10 {
    grid-column-start: 11;
  }
  .row-lg-10 {
    grid-row-end: span 10;
  }
  .row-offset-lg-10 {
    grid-row-start: 11;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-offset-lg-11 {
    grid-column-start: 12;
  }
  .row-lg-11 {
    grid-row-end: span 11;
  }
  .row-offset-lg-11 {
    grid-row-start: 12;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .col-offset-lg-12 {
    grid-column-start: 13;
  }
  .row-lg-12 {
    grid-row-end: span 12;
  }
  .row-offset-lg-12 {
    grid-row-start: 13;
  }
}
@media only print, screen and (min-width: 1420px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
  .row-xl-1 {
    grid-row-end: span 1;
  }
  .row-offset-xl-1 {
    grid-row-start: 2;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
  .row-xl-2 {
    grid-row-end: span 2;
  }
  .row-offset-xl-2 {
    grid-row-start: 3;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
  .row-xl-3 {
    grid-row-end: span 3;
  }
  .row-offset-xl-3 {
    grid-row-start: 4;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
  .row-xl-4 {
    grid-row-end: span 4;
  }
  .row-offset-xl-4 {
    grid-row-start: 5;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
  .row-xl-5 {
    grid-row-end: span 5;
  }
  .row-offset-xl-5 {
    grid-row-start: 6;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
  .row-xl-6 {
    grid-row-end: span 6;
  }
  .row-offset-xl-6 {
    grid-row-start: 7;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
  .row-xl-7 {
    grid-row-end: span 7;
  }
  .row-offset-xl-7 {
    grid-row-start: 8;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
  .row-xl-8 {
    grid-row-end: span 8;
  }
  .row-offset-xl-8 {
    grid-row-start: 9;
  }
  .col-xl-9 {
    grid-column-end: span 9;
  }
  .col-offset-xl-9 {
    grid-column-start: 10;
  }
  .row-xl-9 {
    grid-row-end: span 9;
  }
  .row-offset-xl-9 {
    grid-row-start: 10;
  }
  .col-xl-10 {
    grid-column-end: span 10;
  }
  .col-offset-xl-10 {
    grid-column-start: 11;
  }
  .row-xl-10 {
    grid-row-end: span 10;
  }
  .row-offset-xl-10 {
    grid-row-start: 11;
  }
  .col-xl-11 {
    grid-column-end: span 11;
  }
  .col-offset-xl-11 {
    grid-column-start: 12;
  }
  .row-xl-11 {
    grid-row-end: span 11;
  }
  .row-offset-xl-11 {
    grid-row-start: 12;
  }
  .col-xl-12 {
    grid-column-end: span 12;
  }
  .col-offset-xl-12 {
    grid-column-start: 13;
  }
  .row-xl-12 {
    grid-row-end: span 12;
  }
  .row-offset-xl-12 {
    grid-row-start: 13;
  }
}
/* column width  .row width = 100% -20% = 80VW */
@media only screen and (min-width: 820px) {
  .col-offset-md-1 + .col-offset-md-1,
  .col-offset-md-2 + .col-offset-md-2 {
    grid-column-start: 7;
  }
}
/* debug grid */
.testgrid {
  position: fixed;
  z-index: 100000000000000000;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.testgrid .wrapp {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: clamp(2.75rem, 2.2676rem + 0.7538vw, 3.125rem);
  gap: clamp(2.75rem, 2.2676rem + 0.7538vw, 3.125rem);
  pointer-events: none;
}
.testgrid .wrapp div {
  background: rgba(109, 207, 121, 0.2);
}

.offset8 .row {
  padding: 0 17.25%;
}

.offset10 .row {
  padding: 0 8.65%;
}

/* headrom & Nav */
#oben {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 35px 0;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out;
}
#oben .grid {
  height: 100%;
}
#oben .grid .flex {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#oben .grid .flex nav {
  margin: auto 0;
}

.legal #oben ul li a,
.nav-dark #oben ul li a {
  color: #122e66;
}
.legal #haupt-menu li.dropdown:after,
.nav-dark #haupt-menu li.dropdown:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23122e66' stroke-linejoin='bevel' stroke-width='3' d='m4 4 6 12 6-12'/%3E%3C/svg%3E");
}
.legal .logo a svg .cls-1,
.nav-dark .logo a svg .cls-1 {
  fill: #122e66;
}

.is-bg-se #oben.open {
  background: #e7e8eb;
}

#oben.open {
  height: 100dvh;
  height: 100vh;
}
#oben.open .logo {
  display: block;
}
#oben.open .grid .flex {
  height: auto;
}

.open #haupt-menu li a {
  padding: 0;
}

.open .language-menu span {
  line-height: 40px;
}

.headroom {
  will-change: transform;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
}

nav {
  position: relative;
}
nav a {
  text-decoration: none;
}

.logo a {
  display: inline-block;
}
.logo a svg .cls-1 {
  fill: #e7e8eb;
}

.logo a img,
.logo a svg {
  height: 100px;
  width: auto;
  display: block;
}

.mainnav .nav {
  display: flex;
  justify-content: space-between;
  transition: transform 0.5s;
}

#haupt-menu {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  margin-left: 0;
}
#haupt-menu li + li {
  margin-left: 35px;
}
#haupt-menu li.dropdown {
  position: relative;
}
#haupt-menu li.dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linejoin='bevel' stroke-width='3' d='m4 4 6 12 6-12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  top: 7px;
  right: 0;
}
#haupt-menu li.dropdown a {
  padding-right: 20px;
}
#haupt-menu li a {
  display: inline-block;
  padding: 5px;
  color: #E7E8EB;
}
#haupt-menu li a.active {
  color: #74d2fc;
}
#haupt-menu li a:after {
  position: relative;
  content: "";
  width: 0%;
  height: 4px;
  background: #122e66;
  bottom: 0;
  left: 0;
  display: block;
  transition: width 0.5s;
}
#haupt-menu li a.dropdown-item:after {
  background: #74d2fc !important;
}
#haupt-menu > li.active a:after,
#haupt-menu > li a:hover:after {
  width: 100%;
}
#haupt-menu li.lang span {
  text-transform: uppercase;
}
#haupt-menu li.dropdown ul {
  display: none;
  position: absolute;
  text-transform: none;
  padding: 0;
}
#haupt-menu li.dropdown ul li a {
  padding: 5px;
}
#haupt-menu li.dropdown ul li a:after {
  height: 2px;
}
#haupt-menu li.dropdown ul li + li {
  margin-left: 0;
}
#haupt-menu li.dropdown.is-on ul {
  display: block;
  min-width: 190px;
}
#haupt-menu a.active2 {
  color: #74d2fc !important;
}

.open #haupt-menu li.dropdown ul li a:after {
  display: none;
}

.logo, button, nav {
  pointer-events: all;
}

.text-muted {
  padding: 1.6rem 1rem;
  display: inline-block;
}

.menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  margin-top: -12px;
  z-index: 1000;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

.menu-button:after,
.menu-button:before,
.menu-button span {
  background: #1f1f1f;
}

.menu-button:after:hover,
.menu-button:before:hover,
.menu-button span:hover {
  background: #1f1f1f;
}

.menu-button:before,
.menu-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
}

.menu-button span {
  position: absolute;
  left: 0;
  overflow: clip;
  width: 100%;
  height: 2px;
  text-indent: -9999px;
  transition: opacity 0.25s;
}

.menu-button:before {
  transform: translate3d(0, -10px, 0) scaleX(1);
}

.menu-button:after {
  transform: translate3d(0, 10px, 0) scaleX(1);
}

.menu-button--open span {
  opacity: 0;
}

.menu-button--open:before {
  transform: rotate(45deg);
}

.menu-button--open:after {
  transform: rotate(-45deg);
}

.language-menu a, .language-menu span {
  text-transform: uppercase;
}

.language-menu span {
  color: #74d2fc;
}

.header.center {
  text-align: center;
  justify-content: center;
}

.menu-button:after, .menu-button:before, .menu-button span {
  background: #E7E8EB;
}

.legal .menu-button:after,
.legal .menu-button:before,
.legal .menu-button span,
.nav-dark .menu-button:after,
.nav-dark .menu-button:before,
.nav-dark .menu-button span {
  background: #122e66;
}

header#oben.open:before,
.dropdown.is-on:before {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #122e66;
  opacity: 0.9;
  z-index: -1;
}

.legal header#oben.open:before,
.legal .dropdown.is-on:before,
.nav-dark header#oben.open:before,
.nav-dark .dropdown.is-on:before {
  background: #E7E8EB;
}

li.dropdown.current:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%2374d2fc' stroke-linejoin='bevel' stroke-width='3' d='m4 4 6 12 6-12'/%3E%3C/svg%3E") !important;
}

.blaze-prev, .blaze-next, .scroll-to-bottom {
  opacity: 0.2;
  transition: opacity 0.4s;
}
.blaze-prev:hover, .blaze-next:hover, .scroll-to-bottom:hover {
  opacity: 1;
}

.nav-dark header#oben.open::before {
  content: none;
}

header#oben.open .dropdown.is-on:before {
  background: none !important;
}

header#oben.open::before {
  content: none;
}

.nav-dark header#oben.open {
  background: #122e66;
}

.nav-dark #oben.open .logo a svg .cls-1 {
  fill: #e7e8eb;
}
.nav-dark #oben.open ul li a {
  color: #e7e8eb;
}
.nav-dark .menu-button--open:after, .nav-dark .menu-button--open:before, .nav-dark .menu-button--open span {
  background: #e7e8eb;
}

.nav-dark header#oben.open #haupt-menu li.dropdown:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linejoin='bevel' stroke-width='3' d='m4 4 6 12 6-12'/%3E%3C/svg%3E");
}

.nav-dark header#oben ul li a.active {
  color: #74d2fc !important;
}

/* FAQ */
.faq-item {
  overflow: clip;
  position: relative;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  background-color: #e7e8eb;
  height: 65px;
  transition: height 0.7s;
}
.faq-item .faq-name {
  position: relative;
}
.faq-item .faq-name svg {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

.faq-item + .faq-item {
  margin-top: 10px;
}

.faq-item.active {
  border: 1px solid #B1024E;
  height: 100%;
}
.faq-item.active .faq-name {
  background-color: #B1024E;
  color: white;
}
.faq-item.active .faq-name svg #plus {
  transform: scale(0);
}
.faq-item.active .faq-name svg #minus {
  fill: white;
}

.faq-name {
  padding: 20px 40px 15px 20px;
  margin: 0;
}

.faq-answer {
  background-color: white;
}

.faq-text {
  padding: 20px;
}

.grid-col > .faq-item + .faq-item {
  margin-top: 5px;
}

.ce-image .ce-row {
  display: block;
}

.faq-schema .row {
  gap: 6px;
}

/* pixel-lightbox  v 1.77 */
div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  transition: opacity 0.6s ease, display 0.6s ease allow-discrete;
  will-change: opacity;
}
div.lightbox.active {
  display: flex;
  opacity: 1;
  cursor: pointer;
  z-index: 999999;
}
div.lightbox.active .lightbox-content {
  transform: scale(1);
}
div.lightbox .lightbox-content {
  width: 90%;
  height: 90%;
  overflow: hidden;
  display: flex;
  transform: scale(0.9);
  transition: all 0.4s;
}
div.lightbox .lightbox-content.full {
  width: 100%;
  height: 100%;
  transform: scale(1) !important;
}
div.lightbox .lightbox-slides {
  display: flex;
  transition: transform 0.3s ease-in-out;
  min-width: 100%;
}
div.lightbox .slide-wrapper {
  background: black;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px solid black;
}
div.lightbox .slide-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: n-resize;
  width: 100%;
}
div.lightbox .lightbox-controls .prev-btn,
div.lightbox .lightbox-controls .next-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 47%;
  margin: 0;
  padding: 0;
  opacity: 0.4;
}
div.lightbox .lightbox-controls .prev-btn {
  left: 0;
}
div.lightbox .lightbox-controls .prev-btn:hover {
  opacity: 1;
}
div.lightbox .lightbox-controls .next-btn {
  right: 0;
}
div.lightbox .lightbox-controls .next-btn:hover {
  opacity: 1;
}
div.lightbox .lightbox-controls .prev-btn svg,
div.lightbox .lightbox-controls .next-btn svg {
  width: 28px;
  height: 28px;
}
div.lightbox .lightbox-controls .prev-btn svg path,
div.lightbox .lightbox-controls .next-btn svg path {
  fill: white;
}
div.lightbox .pagination {
  color: white;
  position: fixed;
  top: 16px;
  left: 16px;
  opacity: 0.4;
  margin-top: 0;
}
div.lightbox .close-btn {
  position: fixed;
  top: 6px;
  right: 6px;
  width: 48px;
  height: 48px;
  background: none;
  border: 0;
  cursor: pointer;
}
div.lightbox .close-btn svg {
  width: 20px;
  height: 20px;
}
div.lightbox .close-btn svg path {
  fill: white;
  opacity: 0.4;
}
div.lightbox .close-btn:hover svg path {
  opacity: 1;
}
div.lightbox .disabled {
  cursor: not-allowed !important;
}
div.lightbox .disabled:hover {
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}
div.lightbox .none {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes scaleIn {
  from {
    scale: 0.9;
  }
  to {
    scale: 1;
  }
}
@keyframes scaleOut {
  from {
    scale: 1;
  }
  to {
    scale: 0.9;
  }
}
html {
  scroll-behavior: smooth;
  background-color: #e7e8eb;
}

.legal main {
  padding-top: 170px;
}
.legal h1, .legal h2 {
  text-transform: none;
}

main {
  overflow: clip;
  background-color: #e7e8eb;
}

main.simple {
  padding-top: 10vh;
}

svg:not(:root) {
  overflow: visible;
}

:focus-visible {
  outline: 1px solid #122e66;
  border-radius: 0;
}

hr {
  background: #122e66;
  width: 33.333%;
  height: 1px;
  border: 0;
  margin: 0 auto;
  margin-top: clamp(5rem, 4.196rem + 1.2563vw, 5.625rem);
}

.btn {
  border: 1px solid #74d2fc;
  color: #122e66;
  padding: 10px 30px;
  margin: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem) 0 0 0;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
  background-color: #74d2fc;
  font-family: "InterVariable", sans-serif;
  cursor: pointer;
  appearance: none;
}
.btn:hover {
  background-color: #122e66;
  color: #E7E8EB;
  transform: translateX(5px);
}
.btn sup {
  vertical-align: top;
  position: relative;
  top: -7px;
}

.btn:first-child {
  margin-right: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
}

.hero-slider section.bgcolor_0 {
  background-color: transparent;
}

.blaze-container section.bgcolor_0 {
  background-color: transparent;
}

section.bgcolor_0 {
  background-color: #e7e8eb;
}

.bg-grau {
  background-color: #e7e8eb;
}

.bgcolor_0 .btn.modal-btt {
  background-color: #e7e8eb;
}
.bgcolor_0 .btn.modal-btt:hover {
  background-color: #122e66;
  color: #E7E8EB;
}

.close {
  background-color: transparent;
  border: none;
  margin: 0 auto;
  display: block;
  transform: translateY(-6px);
  cursor: pointer;
}
.close svg {
  width: 2rem;
  height: 2rem;
  fill: #E7E8EB;
  transition: transform 0.5s;
}
.close:hover svg {
  transform: rotate(180deg);
}

dialog {
  transition: display 0.6s allow-discrete, overlay 0.6s allow-discrete;
  animation: close 0.6s forwards;
}
dialog[open] {
  animation: open 1s forwards;
}
dialog {
  border: 0;
  border-radius: 20px;
  background-color: #122e66;
  color: #E7E8EB;
  text-align: left;
  max-width: 1000px;
  padding: max(20px, 2vw);
  box-shadow: 0px 0px 10px 4px rgba(116, 210, 252, 0.3);
}

dialog::backdrop {
  background: rgba(18, 46, 102, 0.95);
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  vertical-align: top;
  text-align: left;
}
table th {
  border-bottom: 1px solid #122e66;
  padding: 15px;
}
table tr:nth-child(2n) {
  background: #e7e8eb;
}
table tr td {
  border-bottom: 1px solid #122e66;
  vertical-align: top;
  padding: 15px;
}
table tr td + td {
  border-left: 1px solid #122e66;
}

section.bg-mintlight table tr:nth-child(2n) {
  background: #fff;
}
section.bg-mintlight table th {
  border-bottom: 2px solid #505050;
}

section.black-m table tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.1);
}
section.black-m table th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
section.black-m table tr td {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
section.black-m table tr td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-grau + .bg-grau {
  border-top: 1px solid #122e66;
}

.align-items-center .grid .row {
  align-items: center;
}
.align-items-center .grid .row + .row {
  align-items: start;
}

#c496.align-items-center .grid .row {
  align-items: start;
}
#c496.align-items-center .grid .row div {
  height: 100%;
}
#c496.align-items-center .grid .row .content-elements {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.v-bottom .grid .row {
  align-items: end;
}

.frame-type-textpic {
  width: 100%;
  height: 100%;
}
.frame-type-textpic .ce-gallery {
  width: 100%;
  height: 100%;
}
.frame-type-textpic .ce-gallery .ce-outer {
  width: 100%;
  height: 100%;
}
.frame-type-textpic .ce-gallery .ce-outer .ce-inner {
  width: 100%;
  height: 100%;
}
.frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row {
  width: 100%;
  height: 100%;
}
.frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column {
  width: 100%;
  height: 100%;
}
.frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ce-gallery figure {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ce-gallery figure img {
  border-radius: 20px;
}

.image-caption {
  margin-top: 2rem;
}

.frame-bg-mintlight.frame-type-image .image-caption {
  color: #B1024E;
}

.pl-three .frame-type-image.frame-layout-21 + .frame-type-image.frame-layout-0 {
  margin-top: -100px;
}

.pl-four .row + .row {
  margin-top: 3rem;
}

.flex {
  display: flex;
}

/* video */
.frame-type-textmedia,
.ce-gallery,
.ce-column {
  width: 100%;
}

.ce-border img,
.ce-border iframe {
  border: 1px solid #cfcfcf;
}

.ce-gallery picture {
  width: 100%;
}
.ce-gallery img {
  width: auto;
  max-width: 100%;
  width: 100%;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 0;
}

.ce-above .ce-gallery + .ce-bodytext {
  margin-top: clamp(1.5rem, 1.2588rem + 0.3769vw, 1.6875rem);
}

main section {
  position: relative;
}
main section .grid {
  padding: clamp(5rem, 4.196rem + 1.2563vw, 5.625rem) 0;
}
main section section .grid {
  padding: 0 !important;
  min-height: auto !important;
}

main section.v-bottom.bgcolor_0 .grid {
  padding: clamp(5rem, 4.196rem + 1.2563vw, 5.625rem) 0 clamp(9rem, 7.5528rem + 2.2613vw, 10.125rem) 0;
}

main section.designslider {
  margin-top: 0;
}

main section:nth-of-type(1) .grid:nth-of-type(1) {
  padding-top: clamp(5rem, 4.196rem + 1.2563vw, 5.625rem);
}

main section .frame + .frame {
  margin-top: clamp(4.5rem, 3.7764rem + 1.1307vw, 5.0625rem);
}

#c165 .grid .row {
  gap: 0;
}
#c165 .grid .row .col-12 .portofolio-item .ce-gallery {
  margin-bottom: 15px;
}
#c165 .grid .row .col-12 + .col-12 {
  position: relative;
}
#c165 .grid .row .col-12 + .col-12:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #122e66;
}

.tri-gallery-right {
  display: flex;
  justify-content: end;
  gap: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem);
}
.tri-gallery-right img {
  max-width: 100px;
}

.portofolio-item {
  position: relative;
}
.portofolio-item .ce-text {
  position: absolute;
  left: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
  right: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
  top: clamp(1.25rem, 1.0088rem + 0.3769vw, 1.4375rem);
}

.portofolio-item.frame-bg-white .ce-text .btn {
  color: #122e66;
}
.portofolio-item.frame-bg-white .ce-text .btn:hover {
  color: #E7E8EB;
}

.frame-bg-white {
  background-color: #fff;
  aspect-ratio: 2/1;
  border-radius: 20px;
}

main section [class*=frame-bg-] + [class*=frame-bg-] {
  margin-top: clamp(2.25rem, 1.848rem + 0.6281vw, 2.5625rem);
}

.scroll-to-bottom {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M37.693 49.092a17.9 17.9 0 0 0 4.94-2.56 18.3 18.3 0 0 0 3.9-3.898 18 18 0 0 0 2.56-4.94Q50 34.996 50 32.012q0-2.986-.907-5.688a18 18 0 0 0-2.56-4.953 18.2 18.2 0 0 0-3.9-3.904 17.9 17.9 0 0 0-4.94-2.561Q34.998 14 32.013 14t-5.687.907a17.9 17.9 0 0 0-4.947 2.56 18.3 18.3 0 0 0-3.905 3.905A17.776 17.776 0 0 0 14 32.012a17.72 17.72 0 0 0 3.474 10.622 18.4 18.4 0 0 0 3.905 3.897 17.9 17.9 0 0 0 4.947 2.56q2.702.908 5.687.908t5.68-.907Z'/%3E%3Cpath stroke-linejoin='bevel' d='m26 38 12-6-12-6'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: 5%;
  margin-bottom: -32px;
  width: 64px;
  height: 64px;
  border: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  transform: rotate(90deg);
}

.bg-grau .scroll-to-bottom {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23122e66' stroke-width='3'%3E%3Cpath d='M37.693 49.092a17.9 17.9 0 0 0 4.94-2.56 18.3 18.3 0 0 0 3.9-3.898 18 18 0 0 0 2.56-4.94Q50 34.996 50 32.012q0-2.986-.907-5.688a18 18 0 0 0-2.56-4.953 18.2 18.2 0 0 0-3.9-3.904 17.9 17.9 0 0 0-4.94-2.561Q34.998 14 32.013 14t-5.687.907a17.9 17.9 0 0 0-4.947 2.56 18.3 18.3 0 0 0-3.905 3.905A17.776 17.776 0 0 0 14 32.012a17.72 17.72 0 0 0 3.474 10.622 18.4 18.4 0 0 0 3.905 3.897 17.9 17.9 0 0 0 4.947 2.56q2.702.908 5.687.908t5.68-.907Z'/%3E%3Cpath stroke-linejoin='bevel' d='m26 38 12-6-12-6'/%3E%3C/g%3E%3C/svg%3E");
}

section#c439 .row, section#c427 .row {
  background-image: url(/fileadmin/user_upload/systems/Grafik_blau01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

section#c427 .row {
  background-image: url(/fileadmin/user_upload/systems/Grafik_blau02.svg);
}

.frame-type-textmedia.modal-btt {
  cursor: pointer;
  transition: transform 0.6s, box-shadow 0.4s;
}
.frame-type-textmedia.modal-btt:hover {
  transform: scale(1.05);
}

.justifycontainer {
  height: 100%;
  display: grid;
  grid-template-rows: [header-end] 29% [desc-end] 1fr [cra-end] 1fr;
}

.justifycontainer h2 {
  line-height: 1.1;
}

/* custom headrom  & ... */
.border-box {
  box-sizing: border-box;
}

/* slider */
.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 20px;
  direction: ltr;
  position: relative;
}

.blaze-container {
  position: relative;
}

.blaze-track-container {
  overflow: clip;
}

.blaze-track {
  will-change: transform;
  touch-action: pan-y;
  display: flex;
  gap: var(--slide-gap);
  --slide-width: calc((100% - (var(--slides-to-show) - 1) * var(--slide-gap)) / var(--slides-to-show));
  box-sizing: border-box;
}

.blaze-track > * {
  box-sizing: border-box;
  width: var(--slide-width);
  flex-shrink: 0;
}

.blaze-pagination {
  display: flex;
  gap: 24px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  margin-bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.blaze-pagination button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: #E7E8EB;
  border-radius: 0;
  width: clamp(2.5rem, 2.098rem + 0.6281vw, 2.8125rem);
  height: 8px;
  text-indent: -9999px;
  opacity: 0.2;
}
.blaze-pagination button:hover, .blaze-pagination button.active {
  background-color: #74d2fc;
  opacity: 1;
}

.bg-grau .blaze-pagination button {
  cursor: pointer;
  border: 1px solid #122e66;
  padding: 0;
  background-color: #e7e8eb;
}
.bg-grau .blaze-pagination button:hover, .bg-grau .blaze-pagination button.active {
  background-color: #122e66;
}

.blaze-prev {
  position: absolute;
  left: 5%;
  bottom: 50%;
  margin-bottom: -32px;
  width: 64px;
  height: 64px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M37.693 49.092a17.9 17.9 0 0 0 4.94-2.56 18.3 18.3 0 0 0 3.9-3.898 18 18 0 0 0 2.56-4.94Q50 34.996 50 32.012q0-2.986-.907-5.688a18 18 0 0 0-2.56-4.953 18.2 18.2 0 0 0-3.9-3.904 17.9 17.9 0 0 0-4.94-2.561Q34.998 14 32.013 14t-5.687.907a17.9 17.9 0 0 0-4.947 2.56 18.3 18.3 0 0 0-3.905 3.905A17.776 17.776 0 0 0 14 32.012a17.72 17.72 0 0 0 3.474 10.622 18.4 18.4 0 0 0 3.905 3.897 17.9 17.9 0 0 0 4.947 2.56q2.702.908 5.687.908t5.68-.907Z'/%3E%3Cpath stroke-linejoin='bevel' d='m26 38 12-6-12-6'/%3E%3C/g%3E%3C/svg%3E");
  border: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  transform: rotate(180deg);
}

.blaze-next {
  position: absolute;
  right: 5%;
  bottom: 50%;
  margin-bottom: -32px;
  width: 64px;
  height: 64px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M37.693 49.092a17.9 17.9 0 0 0 4.94-2.56 18.3 18.3 0 0 0 3.9-3.898 18 18 0 0 0 2.56-4.94Q50 34.996 50 32.012q0-2.986-.907-5.688a18 18 0 0 0-2.56-4.953 18.2 18.2 0 0 0-3.9-3.904 17.9 17.9 0 0 0-4.94-2.561Q34.998 14 32.013 14t-5.687.907a17.9 17.9 0 0 0-4.947 2.56 18.3 18.3 0 0 0-3.905 3.905A17.776 17.776 0 0 0 14 32.012a17.72 17.72 0 0 0 3.474 10.622 18.4 18.4 0 0 0 3.905 3.897 17.9 17.9 0 0 0 4.947 2.56q2.702.908 5.687.908t5.68-.907Z'/%3E%3Cpath stroke-linejoin='bevel' d='m26 38 12-6-12-6'/%3E%3C/g%3E%3C/svg%3E");
  border: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}

.bg-grau .blaze-prev {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23122e66' stroke-width='3'%3E%3Cpath d='M37.693 49.092a17.9 17.9 0 0 0 4.94-2.56 18.3 18.3 0 0 0 3.9-3.898 18 18 0 0 0 2.56-4.94Q50 34.996 50 32.012q0-2.986-.907-5.688a18 18 0 0 0-2.56-4.953 18.2 18.2 0 0 0-3.9-3.904 17.9 17.9 0 0 0-4.94-2.561Q34.998 14 32.013 14t-5.687.907a17.9 17.9 0 0 0-4.947 2.56 18.3 18.3 0 0 0-3.905 3.905A17.776 17.776 0 0 0 14 32.012a17.72 17.72 0 0 0 3.474 10.622 18.4 18.4 0 0 0 3.905 3.897 17.9 17.9 0 0 0 4.947 2.56q2.702.908 5.687.908t5.68-.907Z'/%3E%3Cpath stroke-linejoin='bevel' d='m26 38 12-6-12-6'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-grau .blaze-next {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23122e66' stroke-width='3'%3E%3Cpath d='M37.693 49.092a17.9 17.9 0 0 0 4.94-2.56 18.3 18.3 0 0 0 3.9-3.898 18 18 0 0 0 2.56-4.94Q50 34.996 50 32.012q0-2.986-.907-5.688a18 18 0 0 0-2.56-4.953 18.2 18.2 0 0 0-3.9-3.904 17.9 17.9 0 0 0-4.94-2.561Q34.998 14 32.013 14t-5.687.907a17.9 17.9 0 0 0-4.947 2.56 18.3 18.3 0 0 0-3.905 3.905A17.776 17.776 0 0 0 14 32.012a17.72 17.72 0 0 0 3.474 10.622 18.4 18.4 0 0 0 3.905 3.897 17.9 17.9 0 0 0 4.947 2.56q2.702.908 5.687.908t5.68-.907Z'/%3E%3Cpath stroke-linejoin='bevel' d='m26 38 12-6-12-6'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-grau .logo-carousel .blaze-prev {
  left: -10%;
}
.bg-grau .logo-carousel .blaze-next {
  right: -10%;
}

/*------------------------------------------------------------------------------------------------------------*/
/* CUSTOM */
.align-items-center .grid,
.v-bottom .grid,
.v-height .grid,
.v-top .grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.v-bottom .grid {
  justify-content: flex-end;
}

.v-top .grid {
  justify-content: flex-start;
}

.v-height .grid .row {
  padding-bottom: 0;
}

.color_1 .btn {
  color: #122e66;
}
.color_1 .btn:hover {
  color: #E7E8EB;
  border-color: #122e66;
}

.color_1 {
  color: #e7e8eb;
}
.color_1 h1, .color_1 h2, .color_1 h3, .color_1 h4, .color_1 h4, .color_1 h5, .color_1 h6, .color_1 a {
  color: #e7e8eb;
}
.color_1 .btn {
  border: 1px solid #74d2fc;
}

.background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bgcolor_0 .background-image img {
  object-position: bottom;
}

.bgcolor_1 .background-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 75%;
  background-image: linear-gradient(0deg, rgb(28, 28, 30) 20%, rgba(28, 28, 30, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.background-image .video-embed {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  object-fit: cover;
}
.background-image .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}

.pl-one .background-image .video-embed-item,
.hero-slider .background-image .video-embed-item {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: unset;
  overflow: hidden;
  object-fit: cover;
}

section#c204 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
section#c204 .video-embed:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(244, 242, 239) 0%, rgba(244, 242, 239, 0) 100%);
  width: 100%;
  height: 40px;
}

section#c204 + section {
  margin-top: 100vh;
  margin-top: 100dvh;
}

.portofolio-item {
  position: relative;
}

@media (prefers-reduced-motion: no-preference) {
  /* css page transition api */
  @view-transition {
    navigation: auto;
  }
  body {
    view-transition-name: page;
  }
  ::view-transition-old(page) {
    animation: page-out 0.9s cubic-bezier(0.86, 0, 0.07, 1) both;
  }
  ::view-transition-new(page) {
    animation: page-in 0.9s cubic-bezier(0.86, 0, 0.07, 1) both;
  }
  @keyframes page-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes page-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* css scroll driven aniomations */
  @supports (animation-timeline: view()) {
    .faq-item, header h2, .ce-headline,
    .content-elements,
    .portofolio-item {
      animation: autoBLurAnimation ease-out both;
      animation-timeline: view();
      animation-duration: 0.7ms; /* Firefox requires this to apply the animation */
      will-change: transform;
      transform: translate3d(0, 0, 0);
    }
  }
  .backface {
    backface-visibility: hidden;
  }
  .pers-origin {
    perspective-origin: 50% 0;
  }
  footer .content-elements {
    animation: none;
  }
  /* css paralax  */
  /* end css paralx */
  @keyframes autoBLurAnimation {
    0% {
      -webkit-filter: blur(20px);
      filter: blur(20px);
    }
    15% {
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    95% {
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(20px);
      filter: blur(20px);
    }
  }
  @keyframes open {
    from {
      transform: scale(0.8);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes close {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(0.8);
      opacity: 0;
    }
  }
  @keyframes in-view {
    from {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
/* footer */
footer {
  background-color: #122e66;
  color: #E7E8EB;
  position: relative;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
footer .active a {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.footer-vh-block.footer-top-con {
  background-image: url(/fileadmin/user_upload/systems/Footer_TriGuardS-01.jpg);
  background-size: cover;
  padding: clamp(11rem, 9.2312rem + 2.7638vw, 12.375rem) 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #1f1f1f;
}

.footer-vh-block.footer-bottom-con {
  background-image: url(/fileadmin/user_upload/systems/Footer_TriGuardS-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-vh-block {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.footer-vh-block .footer-form {
  display: grid;
  align-items: center;
}
.footer-top .row {
  border-top: 1px solid #cfcfcf;
  padding: clamp(7rem, 5.8744rem + 1.7588vw, 7.875rem) 0 clamp(9rem, 7.5528rem + 2.2613vw, 10.125rem) 0;
}

.footer-text {
  text-align: center;
  padding: clamp(7rem, 5.8744rem + 1.7588vw, 7.875rem) 0;
}

.footer-down .flex {
  border-top: 1px solid #cfcfcf;
  padding: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem) 0;
  align-items: center;
  justify-content: space-between;
}
.footer-down ul {
  display: flex;
  list-style-type: none;
}
.footer-down ul li {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.footer-down ul li a {
  display: flex;
  height: 40px;
  text-align: center;
  line-height: 40px;
  aspect-ratio: 1/1;
}
.footer-down ul li a span {
  color: #cfcfcf;
  width: 100%;
}
.footer-down ul li:hover {
  background-color: #cfcfcf;
}
.footer-down ul li:hover svg {
  fill: #1f1f1f;
}
.footer-down ul li:hover .totop {
  text-decoration: none;
  color: #1f1f1f;
}
.footer-down ul li:hover .totop span {
  color: #1f1f1f;
}
.footer-down ul svg {
  fill: #cfcfcf;
  vertical-align: sub;
  display: block;
  margin: 4px 2px;
}

.logo-footer a svg {
  width: 150px;
  height: auto;
}

.logo-footer a svg path {
  fill: #e7e8eb;
}

.totop {
  padding: 0 6px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
}

/* media */
@media only screen and (max-width: 1920px) {
  .grid {
    width: 90%;
  }
}
@media only screen and (max-width: 1810px) {
  section.default + section.default {
    padding: 0;
  }
  #oben {
    padding: 20px 0;
  }
  .legal main {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1620px) {
  .herotextpic .grid {
    left: 5%;
  }
  .frame-bg-white,
  .frame-bg-hell {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 1440px) {
  .offset10 .row,
  .offset8 .row {
    padding: 0;
  }
  .blaze-next,
  .blaze-prev {
    bottom: 10%;
  }
}
@media only screen and (max-width: 1280px) {
  main ol li + li,
  main ul li + li,
  .faq-text ol li + li,
  .faq-text ul li + li,
  .frame-type-text ol li + li,
  .frame-type-text ul li + li {
    margin-top: clamp(0.5rem, 0.4196rem + 0.1256vw, 0.5625rem);
  }
  #haupt-menu li + li {
    margin-left: 30px;
  }
  main section .grid,
  main section.v-bottom.bgcolor_0 .grid {
    padding: clamp(5rem, 4.196rem + 1.2563vw, 5.625rem) 0;
  }
}
@media only screen and (max-width: 1219px) {
  .col-12 + .col-12 .portofolio-item::before {
    content: none;
    width: 0;
  }
  #c165 .grid .row .col-12 + .col-12:before {
    display: none;
  }
  #c165 .grid .row {
    row-gap: 8vw;
  }
  .inner-row,
  .row {
    gap: 4vw;
  }
  #c165 .grid .row .col-12:first-child {
    position: relative;
  }
  #c165 .grid .row .col-12:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #1f1f1f;
  }
  .blaze-prev,
  .blaze-next {
    bottom: 5%;
  }
  .bg-grau .logo-carousel .blaze-next {
    right: 0;
    bottom: -64px;
  }
  .bg-grau .logo-carousel .blaze-prev {
    left: 0;
    bottom: -64px;
  }
  .frame-bg-white,
  .frame-bg-hell {
    aspect-ratio: 2/1;
  }
}
@media only screen and (max-width: 1180px) {
  #haupt-menu li + li {
    margin-left: 25px;
  }
  #adnav .contact a {
    padding: 0 20px;
  }
  dialog {
    max-width: 80%;
  }
  #haupt-menu li + li {
    margin-left: 20px;
  }
  #haupt-menu li a:after {
    content: "";
    height: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  section.default + section.default {
    padding: 0;
  }
  h1 span {
    display: block;
    font-size: 0;
  }
  header nav {
    font-size: clamp(1rem, 0.8392rem + 0.2513vw, 1.125rem);
  }
}
@media only screen and (max-width: 943px) {
  .grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo a svg {
    width: auto;
    height: 80px;
  }
  .menu-button {
    display: block;
  }
  .logo {
    display: flex;
    height: 100%;
    align-items: center;
  }
  #oben .grid .flex {
    display: block;
    position: relative;
  }
  header nav {
    display: none;
  }
  header nav #haupt-menu {
    display: block;
    margin-top: 20px;
  }
  header nav #haupt-menu li a {
    display: block;
    font-family: "InterVariable", sans-serif;
    font-weight: 800;
    line-height: 40px;
  }
  header nav #haupt-menu li a:hover {
    opacity: 0.4;
  }
  header nav #haupt-menu li.dropdown ul {
    position: static;
    text-transform: none;
    background: none;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  header nav #haupt-menu li.dropdown ul li {
    border: none;
  }
  header nav #haupt-menu li.dropdown ul li a {
    padding: 0 20px;
    font-family: "InterVariable", sans-serif;
    font-weight: 400;
    line-height: 30px;
  }
  header nav #haupt-menu li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  header nav #haupt-menu li.language-menu {
    margin-left: 0;
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  header nav #haupt-menu li.language-menu a,
  header nav #haupt-menu li.language-menu span {
    font-family: "InterVariable", sans-serif;
    font-weight: 400;
  }
  header.open nav {
    display: block;
  }
  #haupt-menu li a:after {
    content: "";
    height: 0;
  }
  header nav + nav {
    padding: 0 clamp(1.5rem, 1.2588rem + 0.3769vw, 1.6875rem);
  }
  #haupt-menu li.active a {
    font-family: "InterVariable", sans-serif;
    font-weight: 700;
    opacity: 0.4;
  }
  header .menu-button--open + nav + nav,
  header .menu-button--open + nav {
    transform: translateX(0) translateY(20px);
  }
  main ol,
  main ul,
  .faq-text ol,
  .faq-text ul,
  .frame-type-text ol,
  .frame-type-text ul {
    padding-left: 20px;
  }
  main ul li:before,
  .faq-text ul li:before,
  .frame-type-text ul li:before {
    left: -20px;
  }
  .menu-button {
    display: block;
  }
  .is-bg-se #oben.open {
    background: #122e66;
  }
  header#oben.open {
    background: #122e66 !important;
  }
}
@media only screen and (max-width: 819px) {
  #c165 .grid .row .col-12:first-child:after {
    display: none;
  }
  .frame-type-form_formframework form .row {
    gap: 10px;
  }
  .blaze-prev,
  .blaze-next,
  .scroll-to-bottom {
    bottom: 10px;
    margin-bottom: 0;
  }
  .blaze-pagination {
    bottom: 75px;
    margin-bottom: 0;
  }
  .frame-bg-hell {
    display: none;
  }
  .frame-bg-white,
  .frame-bg-hell {
    aspect-ratio: 3/1;
  }
}
@media only screen and (max-width: 642px) {
  figure.image,
  .frame-bg-mintlight,
  .responsive-video,
  .video-embed {
    border-radius: 15px;
  }
  .text-center,
  .ce-headline-center,
  .header.center {
    text-align: left;
  }
  .frame-bg-white, .frame-bg-hell {
    aspect-ratio: 2/1;
  }
}
@media (pointer: coarse) {
  .is-bg-se #oben:hover {
    background: rgba(244, 242, 239, 0);
    text-decoration: none;
  }
  .is-bg-se #oben.open {
    background: rgb(244, 242, 239);
  }
}

/*# sourceMappingURL=main.css.map */
