@charset "UTF-8";
#msg {
  font-size: 22px;
  position: relative;
}
@media (min-width: 400px) {
  #msg {
    font-size: 28px;
  }
}
@media (min-width: 600px) {
  #msg {
    font-size: 40px;
  }
}
@media (min-width: 900px) {
  #msg {
    font-size: 60px;
  }
}
@media (min-width: 2000px) {
  #msg {
    font-size: 70px;
  }
}
@media (min-width: 2100px) {
  #msg {
    font-size: 72px;
  }
}
@media (min-width: 2200px) {
  #msg {
    font-size: 80px;
  }
}
@media (min-width: 2300px) {
  #msg {
    font-size: 82px;
  }
}
@media (min-width: 2400px) {
  #msg {
    font-size: 83px;
  }
}
@media (min-width: 2500px) {
  #msg {
    font-size: 85px;
  }
}
#msg .dot {
  font-size: 3em;
}
#msg .msg-scroll-arrow {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease, transform 0.2s;
  padding: 0;
}
#msg .msg-scroll-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
#msg .msg-scroll-arrow:hover {
  transform: translateY(6px);
}
@media (max-width: 450px) {
  #msg .msg-scroll-arrow {
    display: none !important;
  }
}

/* raleway-100 - 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: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/raleway-v36-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-100italic - 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: "Raleway";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/raleway-v36-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-200 - 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: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/raleway-v36-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-200italic - 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: "Raleway";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/raleway-v36-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v36-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/raleway-v36-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v36-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v36-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/raleway-v36-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - 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: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-v36-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600italic - 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: "Raleway";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/raleway-v36-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v36-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/raleway-v36-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.hidden {
  display: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior: none;
  background-color: #333332;
}

body.scroll-lock {
  overflow: hidden !important;
}

.dot {
  font-size: 7rem;
  line-height: 10px;
  color: red;
  font-family: "Times New Roman", sans-serif;
}

.hero-content {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  position: relative;
  background-color: #333332;
  color: white;
  overflow: hidden;
  min-height: calc(100dvh - 110px);
  padding: 10px 0 100px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100vw - 10px);
  letter-spacing: 0.08em;
  gap: 0 10px;
}
.hero-content p {
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.hero-content .reveal-line {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.hero-content .reveal-line .tablet {
  margin-left: -10px;
}
.hero-content .reveal-line:nth-child(1) .tablet {
  margin-left: -1px;
}
.hero-content .reveal-line:nth-child(2) .tablet {
  margin-left: -3px;
}
.hero-content .reveal-line:nth-child(3) .tablet {
  margin-left: -6px;
}
.hero-content .reveal-line:nth-child(4) .tablet {
  margin-left: -9px;
}
.hero-content .reveal-line:nth-child(5) .tablet {
  margin-left: -11px;
}
.hero-content .reveal-line:nth-child(6) .tablet {
  margin-left: -14px;
}
.hero-content .reveal-line:nth-child(7) .tablet {
  margin-left: -17px;
}
.hero-content .reveal-line:nth-child(8) .tablet {
  margin-left: -19px;
}
.hero-content .reveal-line:nth-child(9) .tablet {
  margin-left: -22px;
}
.hero-content .reveal-line:nth-child(10) .tablet {
  margin-left: -25px;
}
@media (max-width: 768px) {
  .hero-content .reveal-line {
    padding-left: 0;
  }
}
.hero-content .reveal-overlay {
  position: absolute;
  left: -100px;
  top: 0;
  height: calc(102% + 3px);
  width: calc(100% + 100px);
  z-index: 2;
  background: #333332;
  pointer-events: none;
  transition: transform 3s ease-in, background 0.3s;
  will-change: transform, background;
}
@media (max-width: 812px) and (orientation: portrait) {
  .hero-content .reveal-overlay {
    left: -80px;
    width: calc(100% + 120px);
  }
}
.hero-content .reveal-overlay.fade {
  background: linear-gradient(to right, rgba(51, 51, 50, 0) 0px, rgba(51, 51, 50, 0) 10px, rgba(51, 51, 50, 0.5) 200px, #333332 240px, #333332 100%);
}
.hero-content .desktop {
  display: none;
}
@media (min-width: 420px) {
  .hero-content .tablet {
    display: block;
  }
}
@media (min-width: 1000px) {
  .hero-content .tablet {
    display: none;
  }
  .hero-content .desktop {
    display: block;
  }
}

body.hero-lock {
  overflow-y: auto;
  /* statt hidden! */
  height: 100dvh;
}

#hero-scroll-fake {
  width: 100%;
  height: 100dvh;
  position: relative;
  top: 0;
  z-index: 5;
  background: transparent;
  pointer-events: none;
}

#hero-claim {
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 101;
  font-size: 3rem;
  position: relative;
  background-color: #333332;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 200;
  font-family: "Raleway", sans-serif;
}
#hero-claim div {
  text-align: center;
}
#hero-claim div .spacer {
  width: 2em;
  display: inline-block;
}
#hero-claim div p {
  padding-bottom: 20px;
}
@media (min-width: size(420px)) {
  #hero-claim {
    font-size: 4rem;
  }
}
@media (min-width: 761px) {
  #hero-claim {
    font-size: 5rem;
  }
}
@media (min-width: 1300px) {
  #hero-claim {
    font-size: 7rem;
  }
}
@media (min-width: 1800px) {
  #hero-claim {
    font-size: 9rem;
  }
}

#hero-claim {
  transition: background 0.5s, opacity 0.5s;
  background: #333332;
}
#hero-claim .dot {
  transition: all 0.5s;
  font-size: 2em;
}
#hero-claim.fade-bg {
  background: transparent;
  opacity: 0.7;
}
#hero-claim.fade-bg .dot {
  opacity: 0.2;
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  z-index: 100;
  background: #fff;
}
@media (min-width: 768px) {
  #main-header {
    height: 120px;
  }
}
#main-header img {
  position: absolute;
  height: 84px;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #main-header img {
    left: 20px;
    height: 60px;
  }
}

.screen-section {
  min-height: max(100dvh - 120px, 600px);
  /* Bildschirmhöhe minus Header */
  padding-top: 120px;
  /* Platz für Header */
  box-sizing: border-box;
  padding-left: 120px;
  padding-right: 120px;
}
.screen-section .content {
  max-width: 1380px;
  height: 100%;
}
@media (max-width: 768px) {
  .screen-section {
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc(100dvh - 84px);
  }
}

.hero {
  will-change: opacity;
  position: absolute;
  top: 0;
  z-index: 102;
  max-height: 100dvh;
  overflow: hidden;
}
.hero .reveal-line {
  transition: opacity 0.2s;
}

.hero.faded {
  opacity: 0;
  pointer-events: none;
}

.bg-grey {
  background-color: #f6f6f6;
  color: #e30421;
}

.bg-red {
  background-color: #e40521;
  color: white;
}

.bg-dark-grey {
  background-color: #282727;
  color: white;
}

section.content .content {
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 100;
}
section.content .content p:last-child {
  margin-bottom: 0;
  padding-bottom: 120px;
}
section.content .content strong {
  font-weight: 500;
}
@media (max-width: 420px) {
  section.content .content {
    font-size: 2rem;
    line-height: 1.1em;
  }
}
@media (max-width: 768px) {
  section.content .content {
    font-size: 2.5rem;
    line-height: 1.1em;
  }
}
@media (min-width: 1600px) {
  section.content .content {
    font-size: 4rem;
    line-height: 1.1em;
  }
}

#scroll-arrow {
  position: fixed;
  height: 290px;
  right: 110px;
  bottom: 100px;
  font-size: 48px;
  z-index: 100;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  color: white; /* Basisfarbe */
  padding: 10px;
  cursor: pointer;
}
#scroll-arrow:hover {
  transform: translateY(10px);
}
#scroll-arrow svg {
  height: 100%;
  transition: all 0.3s ease;
  color: white; /* Basisfarbe */
}
#scroll-arrow.red svg {
  color: #e30421;
}
@media (max-width: 850px) {
  #scroll-arrow {
    right: 20px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  #scroll-arrow {
    display: none;
  }
}
@media (max-height: 600px) {
  #scroll-arrow {
    display: none;
  }
}

.screen-section {
  position: relative;
}
.screen-section .btn {
  position: absolute;
  bottom: 100px;
  right: 120px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.screen-section .btn .btn-line {
  width: 360px;
  height: 2px;
  background-color: #e30421;
}
@media (max-width: 768px) {
  .screen-section .btn {
    right: 20px;
    width: calc(100% - 40px);
  }
  .screen-section .btn .btn-line {
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .screen-section .btn {
    gap: 0;
    width: calc(100% - 20px);
    left: 10px;
  }
  .screen-section .btn button {
    white-space: inherit;
  }
  .screen-section .btn .btn-line {
    display: none;
  }
}
.screen-section button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50px;
  background-color: #e30421;
  color: white;
  padding: 20px 50px;
  font-size: 42px;
  font-weight: 100;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
@media (max-width: 420px) {
  .screen-section button {
    font-size: 19px;
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .screen-section button {
    font-size: 21px;
    padding: 10px 30px;
  }
}