@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuecampton;
  src: url('../fonts/NeueCampton-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --6xl: clamp(2 * 1rem, ((2 - ((4 - 2) / (90 - 20) * 20)) * 1rem + ((4 - 2) / (90 - 20)) * 100vw), 4 * 1rem);
  --5xl: clamp(1.625 * 1rem, ((1.625 - ((3 - 1.625) / (90 - 20) * 20)) * 1rem + ((3 - 1.625) / (90 - 20)) * 100vw), 3 * 1rem);
  --4xl: clamp(1.5 * 1rem, ((1.5 - ((2.25 - 1.5) / (90 - 20) * 20)) * 1rem + ((2.25 - 1.5) / (90 - 20)) * 100vw), 2.25 * 1rem);
  --xl: clamp(1.125 * 1rem, ((1.125 - ((1.25 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.25 - 1.125) / (90 - 20)) * 100vw), 1.25 * 1rem);
  --2xl: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (90 - 20) * 20)) * 1rem + ((1.5 - 1.25) / (90 - 20)) * 100vw), 1.5 * 1rem);
  --base: clamp(1 * 1rem, ((1 - ((1 - 1) / (90 - 20) * 20)) * 1rem + ((1 - 1) / (90 - 20)) * 100vw), 1 * 1rem);
  --blue-100: #0a84ff;
  --black-100: #292929;
  --butto-t-b: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  --butto-l-r: clamp(1.5 * 1rem, ((1.5 - ((1.875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.875 - 1.5) / (90 - 20)) * 100vw), 1.875 * 1rem);
  --green-100: #00e676;
  --beige-80: #f6f3ef;
  --sm: 14px;
  --3xl: clamp(1.375 * 1rem, ((1.375 - ((1.875 - 1.375) / (90 - 20) * 20)) * 1rem + ((1.875 - 1.375) / (90 - 20)) * 100vw), 1.875 * 1rem);
  --white-90: #fdfdfc;
  --black-20: #f5f5f5;
  --black-80: #ccc;
  --stoerer: clamp(6.5 * 1rem, ((6.5 - ((10.25 - 6.5) / (90 - 20) * 20)) * 1rem + ((10.25 - 6.5) / (90 - 20)) * 100vw), 10.25 * 1rem);
  --xs: 12px;
  --lg: 18px;
  --black40: #a5a5a5;
  --7xl: 72px;
  --8xl: 96px;
  --9xl: 128px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--6xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--5xl);
  margin-top: 0;
  font-weight: 400;
  line-height: 125%;
}

h3 {
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--4xl);
  font-weight: 400;
  line-height: 125%;
}

h4 {
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

p {
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--base);
  margin-bottom: 10px;
  line-height: 125%;
}

a {
  color: var(--blue-100);
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

.div-block-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.container-1600 {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.container-1600.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.container-1600.text-left-img-right {
  place-items: start stretch;
}

.container-1600._1440px {
  place-items: center stretch;
}

.frame-48095580-2 {
  grid-column-gap: 17px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-48095580-2.mobile {
  display: none;
}

.hero-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(0deg, #dad7d2, #fdfdfc 43%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  min-height: 800px;
  padding-top: 196px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.anmeldebest-tigung {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.container {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vertical-line-spacer {
  border-right: 1px solid #292929;
  width: 1px;
  height: 29px;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  align-self: center;
  width: auto;
}

.buttonprimary-3 {
  padding: var(--butto-t-b) var(--butto-l-r);
  grid-column-gap: 8px;
  aspect-ratio: auto;
  background-color: #0a84ff;
  border-radius: 999999px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.buttonprimary-3:hover {
  background-color: var(--green-100);
  opacity: 1;
}

.buttonprimary-3.dark {
  background-color: var(--black-100);
  align-self: flex-start;
}

.buttonprimary-3.dark:hover {
  background-color: var(--blue-100);
}

.buttonprimary-3.sticky {
  display: none;
}

.image {
  aspect-ratio: 1;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-button-text {
  color: #fff;
  font-size: var(--xl);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
  text-decoration: none;
}

.hero-heading-1 {
  text-align: center;
  letter-spacing: -.05vw;
}

.section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.section.beige-80 {
  background-color: var(--beige-80);
}

.section.gradient {
  background-image: linear-gradient(0deg, var(--green-100), var(--blue-100));
  min-height: 500px;
}

.section.black {
  background-color: var(--black-100);
  min-height: 340px;
}

.section.no-top-margin {
  padding-top: 0;
}

.section.no-top-margin.large-bottom-margin {
  padding-bottom: 160px;
}

.section.bg-image {
  background-image: url('../images/USP-Card-5_1.avif');
  background-position: 50%;
  background-size: cover;
}

.section.hotspot-section {
  aspect-ratio: 3 / 2;
  background-color: #f5f5f5;
  padding: 0;
  overflow: visible;
}

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

.section.dark._2x-bottom {
  padding-bottom: 160px;
}

.dark-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fdfdfc;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.xl {
  font-size: var(--xl);
  margin-bottom: 0;
  line-height: 150%;
}

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

.split-word {
  font-size: var(--4xl);
  font-weight: 400;
}

.gradient-divider {
  background-image: linear-gradient(90deg, var(--blue-100), var(--green-100));
  height: 10px;
  overflow: hidden;
}

.gradient-divider.sticky, .code-embed {
  display: none;
}

.section-2.cc-gsap-scrub {
  background-color: #000;
  height: 1000vh;
}

.main-container {
  max-width: 90rem;
  padding: 6rem 4rem;
}

.main-container.cc-gsap-scrub {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  padding: 78px 0 0;
  display: flex;
  position: sticky;
  top: 0;
}

.canvas {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-block-4 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.swiper.usps {
  color: var(--white-90);
  cursor: grab;
  overflow: visible;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: grab;
  display: flex;
}

.swiper-wrapper.usps {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-wrapper.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.swiper-wrapper._500px {
  height: 500px;
  position: relative;
}

.swiper-slide.usps {
  aspect-ratio: 522 / 334;
  flex: none;
  width: 40%;
  display: block;
  position: relative;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 4%;
  display: flex;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide.carousel-card {
  max-height: none;
}

.swiper-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.usp-image-wrapper {
  aspect-ratio: 522 / 334;
  width: 100%;
  position: absolute;
}

.infobox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  color: var(--blue-100);
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.swiper-button__border {
  border: 1px solid var(--blue-100);
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.image-3 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 16px 16px auto;
}

.slider-animation-offset-block {
  flex-flow: column;
  display: flex;
}

.sticky-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.sticky-section.beige-80 {
  background-color: var(--beige-80);
}

.inner-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.inner-text-block.white {
  color: var(--white-90);
}

.sticky-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  object-fit: none;
  width: 50vw;
}

.div-block-6 {
  background-color: var(--blue-100);
  width: 50vw;
}

.location-image-wrapper {
  aspect-ratio: 710 / 334;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.locations-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white-90);
  flex-flow: column;
  display: flex;
}

.sync_slider-wrap-1 {
  width: 75%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.sync_slider {
  display: flex;
}

.sync_item {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.sync_slider-nav {
  margin-top: 20px;
  display: flex;
}

.sync_nav-item {
  border: 1px solid #fff0;
  margin-right: 20px;
  transition: border-color .2s;
  overflow: hidden;
}

.sync_section {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sync_section.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.sync_item-2 {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.sync_slider-2 {
  display: flex;
}

.sync_slider-wrap-1-2 {
  width: 75%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  text-align: center;
  width: 97%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.sync_section-2 {
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
}

.sync_nav-item-2 {
  border: 1px solid #fff0;
  margin-right: 20px;
  transition: border-color .2s;
  overflow: hidden;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-thumbs_wrapper {
  width: 25%;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.swiper-wrapper-2.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper-2.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper-2.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

.slider-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-thumbs_height {
  padding-top: 62%;
  position: relative;
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.thumb-img {
  width: 100%;
  height: 100%;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.main-img {
  position: absolute;
  inset: 0%;
}

.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.gallery.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5 {
  aspect-ratio: 2130 / 1300;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: border-color .2s, border-radius .2s;
}

.tab-link {
  aspect-ratio: 2130 / 1300;
  opacity: .5;
  border-radius: 4px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.tab-link.w--current {
  border: 2px solid var(--blue-100);
  opacity: 1;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.tabs-content {
  margin-bottom: 16px;
}

.tabs {
  color: var(--white-90);
}

.bento-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.bento-grid.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.bento-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-20);
  color: #292929cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 280px;
  padding: 24px;
  display: flex;
  position: relative;
}

.bento-block.white-font {
  color: var(--white-90);
}

.bento-block.white-font.bg-bms {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/bms_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bento-block.white-font.bg-allinone {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/all-in-one_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bento-block.white-font.temperature {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/temperaturbereich_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bento-block.dark {
  background-color: #fdfdfc1a;
}

.bento-gradient {
  background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.bento-gradient._1-4 {
  background-image: linear-gradient(160deg, var(--green-100), #00ce97);
}

.bento-gradient._2-4 {
  background-image: linear-gradient(90deg, #07ce99, #02b5b9);
}

.bento-gradient._4-4 {
  background-image: linear-gradient(90deg, #079cde, var(--blue-100));
}

.bento-gradient._1-2-3 {
  background-image: linear-gradient(90deg, var(--green-100), #09c2a9);
}

.bento-gradient.test {
  top: 585px;
}

.bento-gradient._3-4 {
  background-image: linear-gradient(90deg, #05b4bb, #0a9ddd);
}

.bento-gradient._2-2-3 {
  background-image: linear-gradient(90deg, #02c2aa, #069cdc);
}

.bento-gradient._3-3 {
  background-image: linear-gradient(90deg, #079cde, var(--blue-100));
}

.bento-gradient._1-3 {
  background-image: linear-gradient(90deg, var(--green-100), #03cf98);
}

.bento-gradient._2-1-3 {
  background-image: linear-gradient(90deg, #02cd99, #03a9cb);
}

.bento-gradient._3-2-3 {
  background-image: linear-gradient(90deg, #09a7ce, var(--blue-100));
}

.bento-gradient._2-2 {
  background-image: linear-gradient(90deg, #04b4bb, var(--blue-100));
}

.bento-gradient._1-2 {
  background-image: linear-gradient(90deg, var(--green-100), #04b5b9);
}

.bento-gradient._1-23 {
  background-image: linear-gradient(90deg, var(--green-100), #03a5d1);
}

.bento-description {
  color: #29292999;
  font-size: var(--base);
  font-weight: 300;
}

.bento-description.white {
  color: var(--black-20);
}

.div-block-8 {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: var(--black-100);
  font-size: var(--3xl);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

.heading.white {
  pointer-events: auto;
  color: var(--white-90);
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--2xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-2 {
  font-weight: 400;
}

.left-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 20px;
}

.accordion-spacer {
  width: 100%;
  min-height: 16px;
}

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-btn-line.v2.horizontal, .accordion-btn-line.v2.vertical {
  width: 12px;
  height: 1px;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  border-width: 1px 0;
  border-bottom-color: var(--black-80);
  box-shadow: none;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 13px 0 24px;
}

.accordion-item-wrapper.v2:hover {
  transform: none;
}

.accordion-item-wrapper.v2.last {
  border-bottom-width: 0;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  font-size: var(--2xl);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  border: 1px solid #000;
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.mg-bottom-0 {
  width: 100%;
  margin-bottom: 0;
}

.time-unit {
  text-transform: capitalize;
  font-family: Neuecampton, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.launch-date-wrapper {
  display: none;
}

.tc-block {
  text-align: center;
  width: 45px;
  margin-right: 0;
}

.tc-seperator {
  background-color: #fdfdfc80;
  width: 1px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph {
  line-height: 20px;
}

.paragraph.p-text {
  line-height: 24px;
}

.time-inner {
  color: #fff;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.time-title-row {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.timer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 711px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.title {
  margin-top: 0;
  font-size: 47px;
  font-weight: 600;
  line-height: 60px;
}

.title.mb-25 {
  margin-bottom: 25px;
}

.timer-number {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.info-block {
  text-align: left;
  width: 45px;
  margin-right: 0;
}

.info {
  text-transform: none;
  font-family: Neuecampton, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #292929b3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-flow: column;
  padding: 16px 20px;
  display: flex;
  overflow: hidden;
}

.stoerer-block {
  width: var(--stoerer);
  height: var(--stoerer);
  background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  border-radius: 999999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 18% auto auto;
  transform: rotate(15deg);
}

.stoerer-text {
  color: var(--white-90);
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--xl);
  text-align: center;
  line-height: 120%;
}

.container-1601 {
  width: 65%;
}

.div-block-10 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.gradient-divider-nav {
  z-index: 50;
  background-image: linear-gradient(270deg, var(--blue-100), var(--green-100));
  pointer-events: none;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.brand {
  height: 17px;
}

.nav-link {
  clear: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-family: Neuecampton, Arial, sans-serif;
  display: flex;
}

.bento-3xl-heading {
  color: var(--black-100);
  font-size: var(--3xl);
  font-weight: 400;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading-4 {
  color: #fdfdfc;
  font-size: var(--5xl);
  margin-bottom: 0;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black-100);
  color: var(--black-100);
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--base);
  padding-left: 0;
}

.text-field._20 {
  width: 20%;
}

.text-field._35 {
  width: 35%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.radio-button-field {
  color: var(--black-100);
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--base);
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--blue-100);
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--xl);
  border-radius: 999999px;
  width: auto;
  margin-top: 16px;
  padding: 16px 30px;
  transition: background-color .2s;
  display: block;
}

.submit-button:hover {
  background-color: var(--green-100);
}

.form-block {
  margin-bottom: 0;
}

.checkbox-label {
  font-family: Neuecampton, Arial, sans-serif;
  font-size: 12px;
  line-height: 125%;
}

.checkbox {
  margin-top: 1px;
}

.navbar-2 {
  position: fixed;
}

.navbar-logo-left {
  z-index: 999999999;
  background-color: var(--white-90);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 80px;
}

.container-1602 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  height: 17px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--sm);
  letter-spacing: .25px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--blue-100);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-menu {
  grid-column-gap: 8px;
  aspect-ratio: auto;
  border: 1px solid var(--black-100);
  color: var(--black-100);
  font-size: var(--sm);
  background-color: #ccc0;
  border-radius: 999999px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 8px 10px 8px 16px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: inline-flex;
}

.button-menu:hover {
  background-color: var(--green-100);
  opacity: 1;
  border-color: #29292900;
}

.button-menu.dark {
  background-color: var(--black-100);
  align-self: flex-start;
}

.menu-button-text {
  font-size: var(--sm);
  margin-bottom: 0;
}

.footer {
  z-index: 999999999;
  background-color: var(--white-90);
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #b3b3b3;
  font-size: var(--sm);
  margin-bottom: 0;
}

.copyright {
  margin-left: 80px;
}

.tabs-panel {
  border-radius: 4px;
  overflow: hidden;
}

.navbar-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-5 {
  font-weight: 400;
}

.footer-nav {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.footer-nav.shadow-three, .footer-nav.footer-3 {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 80px;
}

.simple-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white-90);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 196px 80px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-section.anmeldebest-tigung {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.heading-6 {
  font-weight: 400;
}

.heading-7 {
  font-size: var(--4xl);
  font-weight: 400;
}

.heading-8 {
  margin-bottom: 40px;
}

.heading-sub-section {
  font-size: var(--4xl);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 125%;
}

.paragraph-subsection {
  margin-bottom: 0;
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black-100);
  color: var(--black-100);
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--base);
  min-width: 100%;
  max-width: 100%;
  height: 65px;
  min-height: 65px;
  max-height: 100px;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.success-message {
  background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  height: 200px;
}

.success {
  background-color: var(--green-100);
  background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  color: var(--black-100);
  border-radius: 8px;
}

.error-message {
  border-radius: 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.bold-text {
  font-family: Neuecampton, Arial, sans-serif;
  font-weight: 400;
}

.div-block-15 {
  padding-top: 16px;
}

.div-block-15.line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--black-80);
  flex-flow: column;
  display: flex;
}

.heading-9 {
  font-size: var(--2xl);
  margin-bottom: 0;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 0;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.semi-bold-text {
  font-weight: 600;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: Neuecampton, Arial, sans-serif;
  font-size: var(--base);
  flex-flow: column;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

.list.margin-top {
  margin-top: 5px;
}

.list.numbers {
  list-style-type: decimal;
}

.list.letters {
  margin-bottom: 0;
  list-style-type: lower-alpha;
}

.paragraph-6 {
  margin-bottom: 4px;
}

.div-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.bold-text-2 {
  font-weight: 600;
}

.heading-10 {
  font-size: var(--lg);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-11 {
  font-size: var(--3xl);
  margin-bottom: 0;
}

.info-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  background-color: var(--beige-80);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  padding: 40px;
  display: grid;
  position: relative;
}

.info-text-container.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.heading-12 {
  font-size: var(--3xl);
  margin-top: 0;
}

.bold-text-3 {
  color: #29292966;
  font-weight: 400;
}

.heading-13 {
  font-size: var(--xl);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-19 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.heading-14 {
  font-size: var(--3xl);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-smaller {
  color: var(--black-100);
  font-size: var(--2xl);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

.heading-smaller.white {
  color: var(--white-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuecampton, Arial, sans-serif;
  font-weight: 400;
}

.navbar-v2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-v2.spacing-class {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 80px;
}

.navbar-v2.spacing-class-v2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 74px;
  margin-bottom: 0;
  padding: 20px 80px;
  display: flex;
}

.nav-container-v2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-v2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-v2 {
  height: 17px;
}

.menu-wrapper-v2 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: static;
}

.link-block {
  margin-left: 3px;
  padding-left: 10px;
  display: none;
}

.link-block.right {
  display: block;
}

.navigation-v2 {
  z-index: 999999999;
  background-color: var(--white-90);
  position: fixed;
  inset: 0% 0% auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.app-button {
  grid-column-gap: 8px;
  aspect-ratio: auto;
  border: 2px solid #0000;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.app-button:hover {
  background-color: var(--green-100);
  opacity: 1;
  border-color: #00e67600;
}

.app-button.dark {
  background-color: var(--black-100);
  align-self: flex-start;
}

.app-button.dark:hover {
  background-color: var(--blue-100);
}

.app-button.sticky {
  display: none;
}

.app-button.apple {
  border-radius: 12px;
}

.image-6 {
  border: 0 solid #000;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hotspot-icon-wrapper {
  z-index: 99999999;
  background-color: var(--blue-100);
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
}

.hotspot-icon-wrapper.hotspot-2 {
  align-self: flex-end;
}

.hotspot-icon-wrapper.spot-button-2 {
  align-self: flex-end;
  position: relative;
}

.hotspot-icon-wrapper.spot-button-3 {
  z-index: 99999999;
  align-self: flex-end;
  position: relative;
}

.hotspot-button-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.hotspot-button-line.v2 {
  width: 28px;
}

.hotspot-button-line.v2.horizontal {
  background-color: var(--white-90);
  width: 20px;
  height: 1px;
  transform: rotate(90deg);
}

.hotspot-button-line.v2.vertical {
  width: 12px;
  height: 1px;
}

.hotspot-button-line-2 {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.hotspot-button-line-2.v2 {
  width: 28px;
}

.hotspot-button-line-2.v2.horizontal {
  width: 12px;
  height: 1px;
}

.hotspot-button-line-2.v2.vertical {
  background-color: var(--white-90);
  width: 20px;
  height: 1px;
}

.hotspot-wrapper-2 {
  z-index: 3;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--white-90);
  flex-flow: column;
  justify-content: space-between;
  width: 320px;
  min-width: 320px;
  height: 363.242px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: auto 36% 44% auto;
}

.paragraph-7 {
  color: var(--black40);
}

.hotspot-2, .hotspot-1 {
  font-size: var(--3xl);
  margin-top: 0;
  margin-bottom: 10px;
}

.p-hotspot-1, .p-hotspot-2 {
  color: var(--black40);
  font-size: var(--sm);
}

.tabs-2 {
  width: 100%;
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.tabs-content-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-right: 16px;
  overflow: visible;
}

.tabs-section {
  padding: var(--6xl);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.tabs-section.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.tab-body {
  width: 100%;
  overflow: hidden;
}

.tab-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tab-content-wrapper.v2 {
  width: 100%;
  max-width: 730px;
}

.tab-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.tab-item-wrapper.v2 {
  border-width: 1px 0;
  border-bottom-color: var(--black-80);
  box-shadow: none;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 13px 0 24px;
}

.tab-item-wrapper.v2:hover {
  transform: none;
}

.tab-item-wrapper.v2.last {
  border-bottom-width: 0;
}

.tab-header {
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-side {
  margin-right: 24px;
}

.tab-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.tab-link-sp {
  background-color: #ddd0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-sp.w--current {
  background-color: #fff0;
  width: 100%;
  padding: 0;
}

.div-block-24 {
  padding-bottom: var(--6xl);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-section-heading {
  font-size: var(--5xl);
  width: 100%;
}

.tab-section-p {
  color: #29292999;
  font-size: var(--xl);
  width: 100%;
  margin-bottom: 0;
}

.tab-panel {
  height: 100%;
}

.image-7 {
  width: 70%;
}

.div-block-25 {
  padding-right: var(--4xl);
  padding-left: var(--4xl);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tabs-section-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.tabs-section-section.beige-80 {
  background-color: var(--beige-80);
}

.tabs-section-section.gradient {
  background-image: linear-gradient(0deg, var(--green-100), var(--blue-100));
  min-height: 500px;
}

.tabs-section-section.black {
  background-color: var(--black-100);
  min-height: 340px;
}

.tabs-section-section.no-top-margin {
  padding-top: 0;
}

.tabs-section-section.no-top-margin.large-bottom-margin {
  padding-bottom: 160px;
}

.tabs-section-section.bg-image {
  background-image: url('../images/USP-Card-5_1.avif');
  background-position: 50%;
  background-size: cover;
}

.tabs-section-section.hotspot-section {
  background-color: #f5f5f5;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-20);
  color: #292929cc;
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  min-height: 400px;
  max-height: 400px;
  padding: 0;
  display: flex;
  position: relative;
}

.carousel-card.white-font {
  color: var(--white-90);
}

.carousel-card.white-font.bg-bms {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/bms_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.carousel-card.white-font.bg-allinone {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/all-in-one_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.carousel-card.white-font.temperature {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/temperaturbereich_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.carousel-card.is-active {
  width: 30%;
  height: auto;
  min-height: 500px;
  max-height: none;
}

.div-block-26 {
  padding: var(--3xl) var(--4xl);
}

.heading-15 {
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 10px;
}

.features-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  min-height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.features-container.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.card-icon {
  align-self: flex-start;
  height: 60px;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.content.active {
  color: var(--blue-100);
  min-height: 500px;
}

.card-description {
  color: #29292999;
  font-size: var(--sm);
  font-weight: 300;
  display: block;
}

.card-description.active {
  display: block;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-20);
  color: #292929cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
}

.wrapper.white-font {
  color: var(--white-90);
}

.wrapper.white-font.bg-bms {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/bms_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wrapper.white-font.bg-allinone {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/all-in-one_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wrapper.white-font.temperature {
  background-color: #f5f5f5;
  background-image: linear-gradient(360deg, black, var(--black-100) 0%, #29292900 50%), url('../images/temperaturbereich_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-title {
  color: var(--black40);
  font-size: var(--xl);
  overflow-wrap: break-word;
  margin-bottom: 10px;
}

.card-title.active {
  color: var(--blue-100);
  font-size: var(--2xl);
  margin-top: 0;
  margin-bottom: 20px;
}

.features-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.features-section.beige-80 {
  background-color: var(--beige-80);
}

.features-section.gradient {
  background-image: linear-gradient(0deg, var(--green-100), var(--blue-100));
  min-height: 500px;
}

.features-section.black {
  background-color: var(--black-100);
  min-height: 340px;
}

.features-section.no-top-margin {
  padding-top: 0;
}

.features-section.no-top-margin.large-bottom-margin {
  padding-bottom: 160px;
}

.features-section.bg-image {
  background-image: url('../images/USP-Card-5_1.avif');
  background-position: 50%;
  background-size: cover;
}

.features-section.hotspot-section {
  background-color: #f5f5f5;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  will-change: transform;
  justify-content: center;
  align-items: center;
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: ease-in;
  display: flex;
  overflow: hidden;
}

.card-line {
  background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  height: 6px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.card-line._1-4 {
  background-image: linear-gradient(160deg, var(--green-100), #00ce97);
}

.card-line._2-4 {
  background-image: linear-gradient(90deg, #07ce99, #02b5b9);
}

.card-line._4-4 {
  background-image: linear-gradient(90deg, #079cde, var(--blue-100));
}

.card-line._1-2-3 {
  background-image: linear-gradient(90deg, var(--green-100), #09c2a9);
}

.card-line.test {
  top: 585px;
}

.card-line._3-4 {
  background-image: linear-gradient(90deg, #05b4bb, #0a9ddd);
}

.card-line._2-2-3 {
  background-image: linear-gradient(90deg, #02c2aa, #069cdc);
}

.card-line._3-3 {
  background-image: linear-gradient(90deg, #079cde, var(--blue-100));
}

.card-line._1-3 {
  background-image: linear-gradient(90deg, var(--green-100), #03cf98);
}

.card-line._2-1-3 {
  background-image: linear-gradient(90deg, #02cd99, #03a9cb);
}

.card-line._3-2-3 {
  background-image: linear-gradient(90deg, #09a7ce, var(--blue-100));
}

.card-line._2-2 {
  background-image: linear-gradient(90deg, #04b4bb, var(--blue-100));
}

.card-line._1-2 {
  background-image: linear-gradient(90deg, var(--green-100), #04b5b9);
}

.image-8 {
  width: 42px;
  height: 42px;
}

.split-word-2-2 {
  color: var(--black-20);
  font-size: var(--4xl);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 125%;
}

.hotspot-wrapper-1 {
  z-index: 1;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--white-90);
  flex-flow: column;
  justify-content: space-between;
  width: 320px;
  min-width: 320px;
  height: 400px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: auto auto 8% 65%;
}

.hotspot-wrapper-3 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--white-90);
  flex-flow: column;
  justify-content: space-between;
  width: 320px;
  min-width: 320px;
  height: 360px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 37% 65% auto auto;
}

.hotspot-3 {
  font-size: var(--3xl);
  margin-top: 0;
  margin-bottom: 10px;
}

.p-hotspot-3 {
  color: var(--black40);
  font-size: var(--sm);
}

.hero-section-app {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(0deg, #c4e1fd, #fdfdfc 43%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  min-height: 800px;
  padding-top: 196px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-app.anmeldebest-tigung {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.image-9 {
  height: 100%;
}

.hotspot-container {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.hotspot-container.swiper-sec-grid {
  display: block;
  overflow: visible;
}

.hotspot-container.text-left-img-right {
  place-items: start stretch;
}

.hotspot-container._1440px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-11 {
  height: 80%;
}

.split-word-2 {
  color: var(--white-90);
  font-size: var(--3xl);
  font-weight: 400;
}

.download-button-text {
  font-size: var(--sm);
  text-underline-offset: 2px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: .9px;
}

.download-button-text.white {
  color: var(--black40);
}

.download-link-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--black-100);
  justify-content: flex-start;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.download-link-button:hover {
  color: var(--blue-100);
}

.image-12 {
  height: 16px;
}

.global-banner {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(270deg, #292929, #0a84ff 47.6%, #00e676 98%);
  background-clip: border-box;
  max-width: 1600px;
  margin-right: 0;
  padding: 16px 20px;
  font-family: Neuecampton, Arial, sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.text-span {
  color: #ffffffb3;
  -webkit-text-stroke-color: #ffffffb3;
  text-decoration: line-through;
}

.text-span-2 {
  margin-right: 15px;
}

.text-span-3 {
  margin-left: 15px;
}

.image-13 {
  object-fit: contain;
  width: 18%;
  height: 23%;
  position: absolute;
  inset: -1% 21% auto auto;
}

.megamenu__body {
  background-color: #ddd;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 9px 20px #1322191f;
}

.megamenu__body.w--open {
  z-index: 50;
  background-color: #fff;
  justify-content: space-between;
  width: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  top: auto;
  left: 0;
  right: 0;
}

.dropdown-list-2 {
  z-index: 50;
  background-color: #fff;
  top: auto;
  box-shadow: 0 9px 20px #1322191f;
}

.megamenu__link {
  font-family: Neuecampton, Arial, sans-serif;
  position: static;
}

.dropdown-2 {
  font-family: Neuecampton, Arial, sans-serif;
}

.div-block-28 {
  width: 318px;
}

.div-block-29 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.image-14 {
  width: 18.125rem;
  height: 9.4375rem;
}

.megamenu__body__feature {
  height: 9.4375rem;
}

.div-block-30 {
  justify-content: space-between;
  max-width: 1600px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.navbar-v2-mobile {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-v2-mobile.spacing-class {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 80px;
}

.navbar-v2-mobile.spacing-class-v2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 74px;
  margin-bottom: 0;
  padding: 20px 80px;
  display: none;
}

@media screen and (min-width: 1440px) {
  h4 {
    font-family: Neuecampton, Arial, sans-serif;
    font-size: var(--2xl);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }

  .container-1600 {
    max-width: 1440px;
  }

  .container-1600.swiper-sec-grid {
    max-width: 1440px;
    padding-right: 80px;
  }

  .container-1600.text-left-img-right, .container-1600._1440px {
    max-width: 1440px;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #dad7d2, #fdfdfc 43%);
  }

  .section {
    background-color: #fdfdfc;
  }

  .section.hotspot-section {
    aspect-ratio: 16 / 9;
  }

  .swiper.usps {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .swiper-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .swiper-wrapper.usps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .swiper-wrapper.is-slider-thumbs {
    display: flex;
  }

  .swiper-slide.usps {
    aspect-ratio: 522 / 334;
    border-radius: 4px;
    flex: none;
    width: 40%;
    position: relative;
    overflow: hidden;
  }

  .swiper-slide.is-slider-bg {
    position: static;
    inset: 0%;
  }

  .usp-image-wrapper {
    aspect-ratio: 522 / 334;
    color: var(--white-90);
    width: 100%;
  }

  .usp-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .infobox {
    z-index: 1;
    padding: 17px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .swiper-button__border {
    border-style: solid;
    border-color: var(--blue-100);
  }

  .sticky-section {
    overflow: visible;
  }

  .sticky-text {
    align-items: flex-start;
    height: auto;
    position: sticky;
    top: 158px;
  }

  .media-bleed-right {
    background-color: var(--blue-100);
    flex-flow: column;
    align-self: flex-end;
    height: 200vh;
    margin-bottom: -80px;
    margin-right: -16vw;
    padding-left: 10px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-7 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .location-image-wrapper {
    aspect-ratio: 710 / 344;
    color: var(--white-90);
    border-radius: 4px;
    position: relative;
  }

  .location-image-wrapper.nr-1 {
    background-image: url('../images/USP-Card-3_1.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .location-image-wrapper.nr-2 {
    background-image: url('../images/USP-Card_1.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .location-image-wrapper.nr-3 {
    background-image: url('../images/USP-Card-1_1.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .location-image-wrapper.nr-4 {
    background-image: url('../images/USP-Card-2_1.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .locations-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .sync_slider-wrap-1 {
    width: 100%;
    margin-top: 0;
  }

  .collection-list-wrapper {
    height: 70px;
  }

  .carousel-cell {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 35vh;
  }

  .carousel-cell.is-nav {
    width: 120px;
    height: 70px;
  }

  .sync_section {
    max-width: 1600px;
    height: 500px;
  }

  .sync_section.swiper-sec-grid {
    padding-right: 80px;
  }

  .gallery {
    max-width: 1440px;
  }

  .gallery.swiper-sec-grid {
    padding-right: 80px;
  }

  .image-5 {
    height: 100%;
  }

  .tab-link {
    padding: 0;
  }

  .bento-grid {
    max-width: 1440px;
  }

  .bento-grid.swiper-sec-grid {
    padding-right: 80px;
  }

  .bento-description {
    color: #29292999;
  }

  .left-text {
    align-items: flex-start;
    height: auto;
  }

  .mg-bottom-0 {
    padding-left: 0;
  }

  .stoerer-block {
    right: 25%;
  }

  .simple-section {
    padding-top: 196px;
  }

  .info-text-container {
    max-width: 1440px;
  }

  .info-text-container.swiper-sec-grid {
    padding-right: 80px;
  }

  .nav-container-v2 {
    max-width: 1440px;
  }

  .app-button {
    transition-property: background-color;
  }

  .app-button:hover {
    background-color: var(--green-100);
    border-color: #00e67600;
  }

  .div-block-22 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hotspot-wrapper-2 {
    bottom: 47%;
    right: 39%;
  }

  .tabs-section {
    max-width: 1440px;
  }

  .tabs-section.swiper-sec-grid {
    padding-right: 80px;
  }

  .tab-body {
    color: #29292999;
    padding-left: 0;
  }

  .image-7 {
    width: 60%;
  }

  .tabs-section-section {
    overflow: visible;
  }

  .carousel-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .div-block-26 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding: 32px;
    display: flex;
  }

  .heading-15 {
    color: var(--black-100);
    margin-top: 0;
  }

  .features-container {
    max-width: 1440px;
  }

  .features-container.swiper-sec-grid {
    padding-right: 80px;
  }

  .content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding: 32px;
    display: flex;
  }

  .card-description {
    color: #29292999;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .card-title {
    color: var(--black-100);
    margin-top: 0;
  }

  .features-section {
    background-color: #fdfdfc;
  }

  .hotspot-wrapper-1 {
    bottom: 12%;
    left: 62%;
  }

  .hotspot-wrapper-3 {
    top: 38%;
    right: 64%;
  }

  .hero-section-app {
    padding-top: 196px;
  }

  .hotspot-container {
    max-width: 1440px;
  }

  .hotspot-container.swiper-sec-grid {
    max-width: 1440px;
    padding-right: 80px;
  }

  .hotspot-container.text-left-img-right {
    max-width: 1440px;
  }

  .hotspot-container._1440px {
    max-width: none;
  }

  .download-button-text {
    color: #29292999;
  }

  .global-banner {
    width: 100%;
    max-width: none;
  }

  .text-block {
    color: var(--white-90);
    font-size: var(--lg);
    letter-spacing: -.18px;
    text-indent: 0;
    max-width: none;
    font-weight: 400;
  }

  .text-span {
    color: #fdfdfcb3;
    -webkit-text-stroke-color: transparent;
  }

  .div-block-27 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    position: absolute;
    inset: -1% 20% auto auto;
  }

  .megamenu__body, .megamenu__body.w--open {
    background-color: var(--white-90);
  }

  .megamenu__link, .dropdown-2, .dropdown-link {
    font-family: Neuecampton, Arial, sans-serif;
  }

  .div-block-30 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .container-1600 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .frame-48095580-2.desktop {
    grid-column-gap: 14px;
  }

  .hero-section {
    padding-top: 220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .vertical-line-spacer {
    border: 1px solid #0006;
    height: 18px;
  }

  .hero-button-text {
    font-size: clamp(.875rem, .767857rem + .535714vw, 1.25rem);
  }

  .section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 40px;
  }

  .section.gradient {
    padding: 60px 40px;
  }

  .section.hotspot-section {
    aspect-ratio: 2 / 3;
  }

  .section.dark._2x-bottom {
    padding-bottom: 120px;
  }

  .dark-section {
    padding: 60px 40px;
  }

  .xl {
    font-size: var(--sm);
  }

  .swiper-section, .sticky-section.beige-80 {
    padding: 60px 40px;
  }

  .sync_section {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .gallery {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .bento-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: auto;
  }

  .bento-gradient._1-4 {
    background-image: linear-gradient(160deg, var(--green-100), #04b5b9);
  }

  .bento-gradient._2-4.service {
    background-image: linear-gradient(90deg, #09b4bc, var(--blue-100));
  }

  .bento-gradient._4-4.service {
    background-image: linear-gradient(90deg, #0cb3bc, var(--blue-100));
  }

  .bento-gradient._3-4.service {
    background-image: linear-gradient(90deg, var(--green-100), #05b7b7);
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .mg-bottom-0 {
    font-size: var(--sm);
  }

  .heading-3 {
    font-size: 21px;
  }

  .time-title-row {
    margin-top: 0;
  }

  .title.mb-25 {
    font-size: 40px;
    line-height: 52px;
  }

  .stoerer-block {
    right: 10%;
  }

  .stoerer-text {
    font-size: var(--base);
  }

  .div-block-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 14px 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 3px;
    padding: 20px;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--blue-100);
    color: #fff;
    border-radius: 4px;
  }

  .footer-wrapper {
    background-color: #0000;
    flex: 1;
    display: flex;
  }

  .footer-links {
    box-shadow: 0 8px 50px #0000000d;
  }

  .tabs-panel {
    height: 400px;
  }

  .footer-nav.shadow-three {
    padding: 14px 40px;
  }

  .footer-nav.footer-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .simple-section {
    padding-top: 220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .burger-animation-line-1 {
    height: 1px;
  }

  .heading-smaller {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-v2.spacing-class, .navbar-v2.spacing-class-v2 {
    padding: 14px 40px;
  }

  .menu-button-v2 {
    padding: 12px;
  }

  .menu-button-v2.w--open {
    background-color: var(--blue-100);
    color: #fff;
    border-radius: 4px;
  }

  .image-6 {
    height: 50px;
  }

  .hotspot-icon-wrapper.spot-button-3 {
    align-self: flex-start;
  }

  .hotspot-wrapper-2 {
    inset: auto 22% 47% auto;
  }

  .hotspot-2 {
    word-break: normal;
    overflow-wrap: break-word;
  }

  .p-hotspot-1, .p-hotspot-2 {
    font-size: var(--sm);
  }

  .tabs-section {
    padding: var(--6xl) var(--4xl);
  }

  .tab-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .tab-section-p {
    font-size: var(--base);
  }

  .image-7 {
    width: 100%;
  }

  .div-block-25 {
    height: auto;
  }

  .tabs-section-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 40px;
  }

  .tabs-section-section.gradient {
    padding: 60px 40px;
  }

  .carousel-card, .wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: auto;
  }

  .features-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 40px;
  }

  .features-section.gradient {
    padding: 60px 40px;
  }

  .hotspot-wrapper-1 {
    min-height: auto;
    max-height: none;
    inset: auto auto 13% 54%;
  }

  .hotspot-wrapper-3 {
    inset: 38% auto auto 5%;
  }

  .p-hotspot-3 {
    font-size: var(--sm);
  }

  .hero-section-app {
    padding-top: 220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hotspot-container {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hotspot-container._1440px {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-10 {
    object-fit: cover;
    max-width: none;
    height: 100%;
  }

  .image-11 {
    height: 70%;
  }

  .text-block {
    letter-spacing: -.18px;
  }

  .text-span {
    color: #ffffffb3;
  }

  .image-13 {
    object-fit: contain;
    width: 30%;
    height: 25%;
    position: absolute;
    inset: -2% 0% auto auto;
  }

  .megamenu__link, .dropdown-2 {
    font-family: Neuecampton, Arial, sans-serif;
  }

  .megamenu__body__feature {
    display: none;
  }

  .navbar-v2-mobile.spacing-class, .navbar-v2-mobile.spacing-class-v2 {
    padding: 14px 40px;
  }
}

@media screen and (max-width: 767px) {
  .container-1600 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .container-1600.text-left-img-right {
    grid-row-gap: 40px;
  }

  .container-1600.hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container-1600._1440px {
    place-items: start stretch;
  }

  .hero-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    min-height: auto;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.anmeldebest-tigung {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .div-block-3 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding: 40px 20px;
  }

  .section.gradient {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
  }

  .section.dark._2x-bottom {
    padding-bottom: 80px;
  }

  .dark-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .split-word {
    font-size: var(--4xl);
  }

  .main-container {
    padding: 4rem 2.5rem;
  }

  .swiper-section {
    padding: 40px 30px;
  }

  .sticky-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sync_slider-wrap-1 {
    width: 85%;
  }

  .sync_slider-nav {
    margin-top: 10px;
  }

  .sync_nav-item {
    margin-right: 10px;
  }

  .sync_section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sync_slider-wrap-1-2 {
    width: 85%;
  }

  .sync_nav-item-2 {
    margin-right: 10px;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }

  .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tabs-content {
    margin-bottom: 8px;
  }

  .bento-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .bento-block {
    height: 220px;
    padding: 16px 16px 20px;
  }

  .bento-block.white-font.bg-bms {
    padding: 16px 16px 20px;
  }

  .bento-block.dark {
    height: auto;
  }

  .bento-gradient._1-4 {
    background-image: linear-gradient(160deg, var(--green-100), #06cf96 95%, #04b5b9);
  }

  .bento-gradient._2-4.service {
    background-image: linear-gradient(90deg, #07ce99, var(--blue-100));
  }

  .bento-gradient._4-4.service {
    background-image: linear-gradient(90deg, #05cd99, var(--blue-100));
  }

  .bento-gradient._3-4.service {
    background-image: linear-gradient(90deg, var(--green-100), #06cf96);
  }

  .bento-gradient._3-3, .bento-gradient._2-2 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .bento-gradient._2-2.service {
    background-image: linear-gradient(90deg, #01ce99, var(--blue-100));
  }

  .bento-gradient._2-2.app {
    background-image: linear-gradient(90deg, #05b8b6, var(--blue-100));
  }

  .bento-gradient._1-2 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .bento-gradient._1-2.service {
    background-image: linear-gradient(90deg, var(--green-100), #03beac);
  }

  .bento-gradient._1-2.app {
    background-image: linear-gradient(90deg, var(--green-100), #05b8b6);
  }

  .bento-gradient._1-23 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .tc-seperator {
    margin-left: 25px;
    margin-right: 25px;
  }

  .time-title-row {
    margin-top: 0;
  }

  .timer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .stoerer-text {
    font-size: var(--sm);
  }

  .text-field._20 {
    width: 30%;
  }

  .div-block-14 {
    flex-flow: wrap;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: var(--white-90);
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    font-size: var(--base);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-links {
    box-shadow: none;
    border-radius: 20px;
    flex-flow: row;
    padding-left: 40px;
  }

  .copyright {
    margin-left: 20px;
  }

  .tabs-panel {
    height: 400px;
  }

  .footer-nav {
    max-width: 100%;
  }

  .footer-nav.footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-text-container {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .info-text-container.text-left-img-right {
    grid-row-gap: 40px;
  }

  .info-text-container.hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .navbar-v2 {
    max-width: 100%;
  }

  .navbar-v2.spacing-class-v2 {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .navbar-brand-v2 {
    padding-left: 0;
  }

  .menu-wrapper-v2 {
    background-color: var(--white-90);
    flex-flow: column;
    flex: 0 100%;
    justify-content: center;
    align-items: stretch;
    display: block;
    position: absolute;
  }

  .menu-button-v2.w--open {
    background-color: var(--black-80);
  }

  .link-block {
    display: block;
  }

  .link-block.right {
    display: none;
  }

  .link-block.left {
    margin-left: 0;
    padding-left: 0;
  }

  .image-6 {
    height: 40px;
  }

  .hotspot-icon-wrapper, .hotspot-icon-wrapper.spot-button-2 {
    align-self: flex-end;
  }

  .hotspot-icon-wrapper.spot-button-3 {
    align-self: flex-start;
  }

  .hotspot-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 320px;
    bottom: 50%;
  }

  .tabs-2 {
    flex-flow: column;
  }

  .tabs-menu-2, .tabs-content-2 {
    width: 100%;
  }

  .tabs-section {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .tab-item-wrapper {
    padding: 40px 24px;
  }

  .tab-side {
    margin-right: 16px;
  }

  .tab-side.right-side {
    margin-left: 16px;
  }

  .div-block-24 {
    padding-bottom: var(--4xl);
  }

  .image-7 {
    width: 40%;
  }

  .div-block-25 {
    margin-bottom: var(--4xl);
  }

  .tabs-section-section {
    padding: 40px 20px;
  }

  .tabs-section-section.gradient {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
  }

  .carousel-card {
    height: 220px;
    padding: 16px 16px 20px;
  }

  .carousel-card.white-font.bg-bms {
    padding: 16px 16px 20px;
  }

  .features-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .wrapper.white-font.bg-bms {
    padding: 16px 16px 20px;
  }

  .features-section {
    padding: 40px 20px;
  }

  .features-section.gradient {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
  }

  .hotspot-wrapper-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 330px;
    inset: auto 6% 9% auto;
  }

  .hotspot-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 320px;
    top: 37%;
    left: 3%;
  }

  .hero-section-app {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    min-height: auto;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-app.anmeldebest-tigung {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hotspot-container {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hotspot-container.text-left-img-right {
    grid-row-gap: 40px;
  }

  .hotspot-container.hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-10 {
    object-fit: cover;
  }

  .split-word-2 {
    font-size: var(--3xl);
  }

  .text-block {
    letter-spacing: -.18px;
    font-size: 16px;
  }

  .text-span {
    color: #ffffffb3;
  }

  .image-13 {
    object-fit: contain;
    width: 33%;
    height: 33%;
    position: absolute;
    inset: -8% 5% auto auto;
  }

  .navbar-v2-mobile {
    max-width: 100%;
  }

  .navbar-v2-mobile.spacing-class-v2 {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-toggle-3 {
    color: #1a1b1f;
    font-family: Neuecampton, Arial, sans-serif;
    font-size: var(--base);
    padding-left: 5px;
  }

  .dropdown-list-3 {
    position: static;
  }

  .dropdown-list-3.w--open {
    background-color: #0000;
  }

  .dropdown-link-2 {
    font-family: Neuecampton, Arial, sans-serif;
    font-size: var(--base);
    width: 100%;
    padding: 16px 0 16px 17px;
  }

  .list-item {
    align-self: auto;
    width: 100%;
    display: block;
    position: static;
  }

  .dropdown-3 {
    display: block;
  }

  .list-item-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-1600 {
    grid-row-gap: 14px;
  }

  .container-1600.text-left-img-right {
    grid-row-gap: 30px;
  }

  .container-1600.image-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .frame-48095580-2 {
    grid-column-gap: 20px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .frame-48095580-2.mobile {
    grid-column-gap: 8px;
    flex-flow: row;
    display: flex;
  }

  .frame-48095580-2.desktop {
    display: none;
  }

  .hero-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 100svh;
    min-height: 100svh;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vertical-line-spacer {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: var(--black-100) #29292933 #29292980 #29292980;
    width: 2px;
    height: 20px;
  }

  .vertical-line-spacer.horizontal {
    border-bottom-width: 1px;
    border-right-width: 0;
    width: 40px;
    height: 2px;
  }

  .image-2 {
    aspect-ratio: auto;
  }

  .buttonprimary-3.sticky {
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    position: static;
    top: 90svh;
  }

  .div-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 40px 20px;
  }

  .section.no-top-margin.large-bottom-margin {
    padding-bottom: 80px;
  }

  .section.hotspot-section {
    aspect-ratio: 2 / 3;
  }

  .dark-section {
    padding: 40px 20px;
  }

  .xl {
    font-size: var(--sm);
    text-align: center;
  }

  .split-word {
    font-size: var(--3xl);
  }

  .gradient-divider.sticky {
    z-index: 6;
    width: 100%;
    display: block;
    position: static;
    top: 80svh;
  }

  .section-2.cc-gsap-scrub {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-container.cc-gsap-scrub {
    z-index: 8;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
  }

  .canvas {
    height: 80svh;
  }

  .swiper-wrapper.usps {
    width: 90%;
  }

  .swiper-slide.usps {
    width: 100%;
  }

  .swiper-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .infobox {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sticky-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-section.beige-80 {
    padding: 40px 20px;
  }

  .inner-text-block, .inner-text-block.white {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .sticky-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .locations-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .sync_slider-wrap-1, .sync_slider-wrap-1-2 {
    width: 90%;
  }

  .gallery {
    grid-row-gap: 57px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .tabs-content {
    margin-bottom: 8px;
  }

  .bento-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .bento-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: auto;
    min-height: 180px;
    padding: 14px 14px 18px;
  }

  .bento-gradient {
    height: 6px;
  }

  .bento-gradient.sticky {
    position: sticky;
    top: 80svh;
  }

  .bento-gradient._1-4 {
    background-image: linear-gradient(160deg, var(--green-100), var(--blue-100));
  }

  .bento-gradient._2-4 {
    background-image: linear-gradient(90deg, var(--green-100), #03b9b6);
  }

  .bento-gradient._4-4, .bento-gradient._4-4.service, .bento-gradient._1-2-3 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .bento-gradient._3-4 {
    background-image: linear-gradient(90deg, #05b2be, var(--blue-100));
  }

  .bento-gradient._3-4.service, .bento-gradient._2-2-3 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .bento-gradient._3-3 {
    background-image: linear-gradient(90deg, var(--green-100), #03b9b6);
  }

  .bento-gradient._1-3 {
    background-image: linear-gradient(90deg, #05b2be, var(--blue-100));
  }

  .bento-gradient._2-1-3, .bento-gradient._3-2-3, .bento-gradient._2-2, .bento-gradient._2-2.service, .bento-gradient._2-2.app, .bento-gradient._1-2, .bento-gradient._1-2.service, .bento-gradient._1-2.app {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .bento-description {
    font-size: var(--sm);
  }

  .heading {
    font-size: var(--3xl);
  }

  .left-text {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .grid-1-column.gap-row-0 {
    grid-row-gap: 1px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .time-unit {
    line-height: 23px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .tc-seperator {
    z-index: 6;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .paragraph.p-text {
    font-size: 12px;
    line-height: 20px;
  }

  .time-inner {
    flex-wrap: wrap;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .time-title-row {
    margin-top: 0;
  }

  .timer-container {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: space-between;
    align-items: center;
  }

  .title.mb-25 {
    font-size: 28px;
    line-height: 38px;
  }

  .timer-number {
    font-size: 20px;
  }

  .info-block {
    width: auto;
  }

  .div-block-9 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 12px 14px;
  }

  .stoerer-block {
    right: -.1%;
  }

  .stoerer-text {
    font-size: var(--sm);
  }

  .div-block-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gradient-divider-nav.sticky {
    position: sticky;
    top: 80svh;
  }

  .paragraph-2 {
    font-size: var(--xs);
  }

  .div-block-11 {
    flex-flow: column;
  }

  .text-field {
    border-radius: 0;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .radio-button-field {
    width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1602 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-menu.sticky {
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 85svh;
  }

  .footer-links {
    box-shadow: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-container {
    max-width: none;
  }

  .copyright {
    margin-top: 30px;
    margin-left: 0;
  }

  .tabs-panel {
    height: 320px;
  }

  .paragraph-4 {
    font-size: var(--xs);
  }

  .navbar-wrapper-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .footer-nav {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-nav.shadow-three, .footer-nav.footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-text-container {
    grid-row-gap: 14px;
  }

  .info-text-container.text-left-img-right {
    grid-row-gap: 30px;
  }

  .info-text-container.image-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-smaller {
    font-size: var(--3xl);
  }

  .navbar-v2.spacing-class, .navbar-v2.spacing-class-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container-v2 {
    max-width: none;
  }

  .navbar-wrapper-v2 {
    width: 100%;
  }

  .menu-button-v2.w--open {
    background-color: var(--black-80);
  }

  .link-block.right {
    width: auto;
  }

  .app-button.sticky {
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    position: static;
    top: 90svh;
  }

  .hotspot-icon-wrapper, .hotspot-icon-wrapper.spot-button-2 {
    z-index: 0;
  }

  .hotspot-icon-wrapper.spot-button-3 {
    z-index: 99999;
  }

  .hotspot-wrapper-2 {
    z-index: 1;
    width: 280px;
    min-width: auto;
    height: 280px;
    padding: 24px;
    bottom: 54%;
  }

  .p-hotspot-1, .p-hotspot-2 {
    font-size: var(--xs);
  }

  .tabs-2 {
    flex-flow: column;
  }

  .tabs-content-2 {
    min-height: 400px;
  }

  .tabs-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-25 {
    margin-top: var(--4xl);
    margin-bottom: var(--6xl);
  }

  .tabs-section-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 40px 20px;
  }

  .tabs-section-section.no-top-margin.large-bottom-margin {
    padding-bottom: 80px;
  }

  .carousel-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: auto;
    min-height: 180px;
    padding: 14px 14px 18px;
  }

  .features-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-description {
    font-size: var(--sm);
  }

  .features-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 40px 20px;
  }

  .features-section.no-top-margin.large-bottom-margin {
    padding-bottom: 80px;
  }

  .card-line {
    height: 6px;
  }

  .card-line.sticky {
    position: sticky;
    top: 80svh;
  }

  .card-line._1-4 {
    background-image: linear-gradient(160deg, var(--green-100), var(--blue-100));
  }

  .card-line._2-4 {
    background-image: linear-gradient(90deg, var(--green-100), #03b9b6);
  }

  .card-line._4-4, .card-line._1-2-3 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .card-line._3-4 {
    background-image: linear-gradient(90deg, #05b2be, var(--blue-100));
  }

  .card-line._2-2-3 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .card-line._3-3 {
    background-image: linear-gradient(90deg, var(--green-100), #03b9b6);
  }

  .card-line._1-3 {
    background-image: linear-gradient(90deg, #05b2be, var(--blue-100));
  }

  .card-line._2-1-3, .card-line._3-2-3 {
    background-image: linear-gradient(90deg, var(--green-100), var(--blue-100));
  }

  .hotspot-wrapper-1 {
    z-index: 4;
    flex-flow: column;
    width: 280px;
    min-width: 280px;
    height: 280px;
    padding: 24px;
  }

  .hotspot-wrapper-3 {
    width: 280px;
    min-width: 280px;
    height: 280px;
    padding: 24px;
  }

  .p-hotspot-3 {
    font-size: var(--xs);
  }

  .hero-section-app {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 100svh;
    min-height: 100svh;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hotspot-container {
    grid-row-gap: 14px;
  }

  .hotspot-container.text-left-img-right {
    grid-row-gap: 30px;
  }

  .hotspot-container.image-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .split-word-2 {
    font-size: var(--2xl);
  }

  .download-button-text {
    font-size: var(--sm);
  }

  .text-block {
    letter-spacing: -.18px;
    font-size: 16px;
  }

  .text-span {
    color: #ffffffb3;
  }

  .image-13 {
    width: 40%;
    height: 40%;
    top: -10%;
    right: 7%;
  }

  .megamenu__body, .dropdown-list-2 {
    box-shadow: none;
    background-color: #0000;
  }

  .dropdown-toggle {
    padding-left: 5px;
  }

  .dropdown-toggle.w--open {
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 5px;
    padding-right: 40px;
  }

  .megamenu__link, .dropdown-2 {
    color: #1a1b1f;
    font-family: Neuecampton, Arial, sans-serif;
    font-size: 16px;
  }

  .div-block-28 {
    width: auto;
  }

  .div-block-29 {
    display: none;
  }

  .div-block-30 {
    display: block;
  }

  .navbar-v2-mobile.spacing-class, .navbar-v2-mobile.spacing-class-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-0fc585fb {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-0fc585fb {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a4805e29-5c1e-df88-6394-5973b9f0864f-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-de817b44-9770-ab88-3047-2ed108c18d25-0fc585fb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc615-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc617-0fc585fb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc61a-0fc585fb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc628-0fc585fb {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_40cb641e-9a14-940d-a097-7fdf78dfb02a-0fc585fb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-0fc585fb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-c0f8f822-87b8-d12e-0ec5-099eed62a89f-0fc585fb, #w-node-_2c2e7457-8ddb-bb3e-a562-f937226740d8-0fc585fb, #w-node-_0819c33b-3681-b3ef-7628-40b70a646fa8-0fc585fb, #w-node-ceb5449a-144d-3c57-e975-0752dc3999d8-0fc585fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86f73490-6be1-6c21-dffc-fe7441edd2de-0fc585fb {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_02411bc9-d590-832a-6f85-70029ef5e75d-0fc585fb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e8128b6-bc60-7cd6-9f68-81e2d4ff1ea9-0fc585fb, #w-node-_83fce4ac-e3e8-5087-9c5b-13133548db2a-0fc585fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af913b99-02ce-9975-8687-d2a4e8c48ff1-0fc585fb {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-af913b99-02ce-9975-8687-d2a4e8c48ff9-0fc585fb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac807608-b912-3a84-f78a-3bd73a491752-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-0fc585fb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-0fc585fb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-_5a7b783d-467c-033c-583b-8d15036d6587-0fc585fb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d0787343-5aee-681c-fff1-4430b18fc340-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d0787343-5aee-681c-fff1-4430b18fc34b-0fc585fb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d0787343-5aee-681c-fff1-4430b18fc381-0fc585fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-0fc585fb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_80814c4f-4560-7f0f-ff09-47db79688fdc-0fc585fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a08-0fc585fb {
  grid-area: 1 / 1 / 2 / 11;
}

#Nachname.w-node-f561a1d2-3b73-cf68-3d2b-1645bc7ec5b6-0fc585fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Nachricht.w-node-_521aefbf-fdfb-59ba-5d9d-d4334752f901-0fc585fb, #w-node-_95ecce29-8e34-6676-63b9-91392d50617d-0fc585fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a10-0fc585fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_61a17041-96de-db59-a4b8-7f11dc9dc43b-0fc585fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-7daaefbc, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-3065b189 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_23377d52-d4e5-4d6d-5451-43c476669a2d-0d37da2d, #w-node-_23377d52-d4e5-4d6d-5451-43c476669a2d-8032f3ea {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6efb7602-fd51-a7e3-f4c8-23645ea1deb3-771972e6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-05bd0618 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-acba0a4a, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-6198f6ee, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-d71284ee, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-87ad31cc, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-b274df02 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-b843f30e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-b843f30e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-bd56af33-41b6-25f2-98a2-ac292afa76ea-b843f30e {
  grid-area: 1 / 1 / 2 / 11;
}

#Nachname.w-node-bd56af33-41b6-25f2-98a2-ac292afa76ed-b843f30e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Nachricht.w-node-bd56af33-41b6-25f2-98a2-ac292afa76f6-b843f30e, #w-node-bd56af33-41b6-25f2-98a2-ac292afa76f7-b843f30e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd56af33-41b6-25f2-98a2-ac292afa770f-b843f30e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-bd56af33-41b6-25f2-98a2-ac292afa7710-b843f30e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-b843f30e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-b843f30e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-ee90db22-bb2c-b835-b810-e5c6777f1d05-b843f30e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ee90db22-bb2c-b835-b810-e5c6777f1d17-b843f30e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-1faaae3c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-1faaae3c {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc615-1faaae3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc617-1faaae3c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc61a-1faaae3c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e5faec8d-846f-864b-6755-588e50bdc628-1faaae3c {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_40cb641e-9a14-940d-a097-7fdf78dfb02a-1faaae3c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-1faaae3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-1faaae3c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-c0f8f822-87b8-d12e-0ec5-099eed62a89f-1faaae3c, #w-node-_2c2e7457-8ddb-bb3e-a562-f937226740d8-1faaae3c, #w-node-_0819c33b-3681-b3ef-7628-40b70a646fa8-1faaae3c, #w-node-ceb5449a-144d-3c57-e975-0752dc3999d8-1faaae3c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86f73490-6be1-6c21-dffc-fe7441edd2de-1faaae3c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_02411bc9-d590-832a-6f85-70029ef5e75d-1faaae3c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e8128b6-bc60-7cd6-9f68-81e2d4ff1ea9-1faaae3c, #w-node-_83fce4ac-e3e8-5087-9c5b-13133548db2a-1faaae3c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af913b99-02ce-9975-8687-d2a4e8c48ff1-1faaae3c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-af913b99-02ce-9975-8687-d2a4e8c48ff9-1faaae3c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac807608-b912-3a84-f78a-3bd73a491752-1faaae3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-1faaae3c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-1faaae3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-1faaae3c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-_5a7b783d-467c-033c-583b-8d15036d6587-1faaae3c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d0787343-5aee-681c-fff1-4430b18fc340-1faaae3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d0787343-5aee-681c-fff1-4430b18fc34b-1faaae3c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_45c846ce-2256-16fe-0eff-291cfcae1e0d-1faaae3c, #w-node-d0787343-5aee-681c-fff1-4430b18fc381-1faaae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-1faaae3c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-1faaae3c {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_80814c4f-4560-7f0f-ff09-47db79688fdc-1faaae3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a08-1faaae3c {
  grid-area: 1 / 1 / 2 / 11;
}

#Nachname.w-node-f561a1d2-3b73-cf68-3d2b-1645bc7ec5b6-1faaae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Nachricht.w-node-_521aefbf-fdfb-59ba-5d9d-d4334752f901-1faaae3c, #w-node-_95ecce29-8e34-6676-63b9-91392d50617d-1faaae3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a10-1faaae3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_61a17041-96de-db59-a4b8-7f11dc9dc43b-1faaae3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-7623364c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-7623364c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d786-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d788-7623364c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c6-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c8-7623364c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-_6de20832-5973-393f-295f-3934a9c791f0-7623364c {
  grid-area: 1 / 1 / 2 / 8;
  align-self: end;
}

#w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe36-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe3b-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe45-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe4c-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe53-7623364c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_195397ea-65db-75f8-a947-7c0396043ee7-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_195397ea-65db-75f8-a947-7c0396043eea-7623364c, #w-node-_195397ea-65db-75f8-a947-7c0396043ef1-7623364c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f62-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f65-7623364c, #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f6c-7623364c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4471623d-5940-1415-06d0-700c508928b9-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_225ab631-ef38-8941-3cae-d12d123f3c20-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c27-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c2e-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c35-7623364c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_94d87a0e-7df1-d160-7f0c-149333088cbe-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_94d87a0e-7df1-d160-7f0c-149333088cc9-7623364c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dc2-7623364c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dca-7623364c {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-15b73481 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-291646af {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b1c8bdef-8644-7ad8-7188-6dd9da2d9b7d-291646af {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_340c4e49-6e86-a393-90cd-5f0cd34efa1b-291646af {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_989593ef-806e-794b-abad-cc2617da348b-291646af {
  grid-area: 1 / 4 / 2 / 9;
  place-self: start end;
}

#w-node-_120cc2d0-70a0-4c7b-5ae0-ace763ed3cde-291646af {
  grid-area: 1 / 1 / 2 / 6;
  justify-self: end;
}

#w-node-_70bf12da-aeac-a224-057d-55ec057cbd16-291646af {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-e426d66b-300b-b246-fbaa-160a69bd8b49-291646af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e426d66b-300b-b246-fbaa-160a69bd8b4b-291646af {
  grid-area: 1 / 8 / 2 / 13;
  align-self: end;
}

#w-node-e426d66b-300b-b246-fbaa-160a69bd8b4e-291646af, #w-node-e426d66b-300b-b246-fbaa-160a69bd8b58-291646af {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e426d66b-300b-b246-fbaa-160a69bd8b5f-291646af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e426d66b-300b-b246-fbaa-160a69bd8b60-291646af, #w-node-e426d66b-300b-b246-fbaa-160a69bd8b67-291646af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f6e1f10-88dc-dd95-ea29-2c8e0967eeae-291646af {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfda-291646af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8a6fe55d-88c5-a072-e4b3-53fd577f5607-291646af, #w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfdf-291646af {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4e8b4363-b4e3-dc8b-a734-8e03db87c7e8-291646af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7d0fbcb0-edab-1e7d-7620-49157bd9a9c0-291646af {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_072ad6f7-72a5-64a4-c627-69bfced19ec3-291646af {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_46555952-658b-6a67-0a13-546f646dcc6e-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc78-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc8d-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc9c-291646af, #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-291646af {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-291646af {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_80814c4f-4560-7f0f-ff09-47db79688fdc-291646af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a08-291646af {
  grid-area: 1 / 1 / 2 / 11;
}

#Nachname.w-node-f561a1d2-3b73-cf68-3d2b-1645bc7ec5b6-291646af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Nachricht.w-node-_521aefbf-fdfb-59ba-5d9d-d4334752f901-291646af, #w-node-_95ecce29-8e34-6676-63b9-91392d50617d-291646af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a10-291646af {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_61a17041-96de-db59-a4b8-7f11dc9dc43b-291646af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-0fc585fb {
    grid-column: 2 / 12;
  }

  #w-node-a4805e29-5c1e-df88-6394-5973b9f0864f-0fc585fb {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc61a-0fc585fb {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ac807608-b912-3a84-f78a-3bd73a491752-0fc585fb {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-0fc585fb {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc340-0fc585fb {
    align-self: start;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-0fc585fb {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-7daaefbc, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-3065b189, #w-node-_6efb7602-fd51-a7e3-f4c8-23645ea1deb3-771972e6 {
    grid-column: 2 / 12;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-05bd0618 {
    grid-column: 4 / 10;
  }

  #w-node-ee90db22-bb2c-b835-b810-e5c6777f1d05-b843f30e {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-1faaae3c {
    grid-column: 2 / 12;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc61a-1faaae3c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ac807608-b912-3a84-f78a-3bd73a491752-1faaae3c {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-1faaae3c {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc340-1faaae3c {
    align-self: start;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-1faaae3c {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-_94d87a0e-7df1-d160-7f0c-149333088cbe-7623364c {
    align-self: start;
  }

  #w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dc2-7623364c {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-291646af {
    grid-column: 2 / 12;
  }

  #w-node-_340c4e49-6e86-a393-90cd-5f0cd34efa1b-291646af {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_989593ef-806e-794b-abad-cc2617da348b-291646af {
    grid-area: 1 / 5 / 2 / 8;
  }

  #w-node-_120cc2d0-70a0-4c7b-5ae0-ace763ed3cde-291646af {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-291646af {
    grid-column: span 4 / span 4;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-0fc585fb {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-0fc585fb {
    grid-column: 2 / 10;
  }

  #w-node-a4805e29-5c1e-df88-6394-5973b9f0864f-0fc585fb, #w-node-e5faec8d-846f-864b-6755-588e50bdc615-0fc585fb {
    grid-column: span 6 / span 6;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc628-0fc585fb {
    grid-area: 1 / 10 / 2 / 13;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-0fc585fb {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-0fc585fb {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-ac807608-b912-3a84-f78a-3bd73a491752-0fc585fb {
    grid-column: span 5 / span 5;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-0fc585fb {
    grid-column: 6 / 11;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-0fc585fb {
    grid-column: span 5 / span 5;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-0fc585fb {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-0fc585fb {
    grid-column: span 6 / span 6;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-7daaefbc, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-3065b189, #w-node-_23377d52-d4e5-4d6d-5451-43c476669a2d-0d37da2d, #w-node-_23377d52-d4e5-4d6d-5451-43c476669a2d-8032f3ea, #w-node-_6efb7602-fd51-a7e3-f4c8-23645ea1deb3-771972e6 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-05bd0618 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-acba0a4a, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-6198f6ee, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-d71284ee, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-87ad31cc, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-b274df02 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-b843f30e {
    grid-column: span 5 / span 5;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-b843f30e {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-b843f30e {
    grid-column: span 5 / span 5;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-b843f30e {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-ee90db22-bb2c-b835-b810-e5c6777f1d05-b843f30e {
    grid-column: span 6 / span 6;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-1faaae3c {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-1faaae3c {
    grid-column: 2 / 10;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc615-1faaae3c {
    grid-column: span 6 / span 6;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc628-1faaae3c {
    grid-area: 1 / 10 / 2 / 13;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-1faaae3c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-1faaae3c {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-ac807608-b912-3a84-f78a-3bd73a491752-1faaae3c {
    grid-column: span 5 / span 5;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-1faaae3c {
    grid-column: 6 / 11;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-1faaae3c {
    grid-column: span 5 / span 5;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-1faaae3c {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-1faaae3c {
    grid-column: span 6 / span 6;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-7623364c {
    grid-column: span 5 / span 5;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-7623364c {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-7623364c {
    grid-column: span 5 / span 5;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-7623364c {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d786-7623364c {
    grid-column: span 5 / span 5;
  }

  #w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d788-7623364c {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c6-7623364c {
    grid-column: span 5 / span 5;
  }

  #w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c8-7623364c {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_6de20832-5973-393f-295f-3934a9c791f0-7623364c {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe36-7623364c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe3b-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe45-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe4c-7623364c {
    grid-column: span 6 / span 6;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe53-7623364c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_195397ea-65db-75f8-a947-7c0396043ee7-7623364c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_195397ea-65db-75f8-a947-7c0396043eea-7623364c, #w-node-_195397ea-65db-75f8-a947-7c0396043ef1-7623364c {
    grid-column: span 6 / span 6;
  }

  #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f62-7623364c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f65-7623364c, #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f6c-7623364c {
    grid-column: span 6 / span 6;
  }

  #w-node-_4471623d-5940-1415-06d0-700c508928b9-7623364c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_225ab631-ef38-8941-3cae-d12d123f3c20-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c27-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c2e-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c35-7623364c, #w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dc2-7623364c {
    grid-column: span 6 / span 6;
  }

  #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-15b73481, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-291646af {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_340c4e49-6e86-a393-90cd-5f0cd34efa1b-291646af {
    grid-area: 1 / 9 / 2 / 13;
    align-self: end;
  }

  #w-node-_989593ef-806e-794b-abad-cc2617da348b-291646af {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_120cc2d0-70a0-4c7b-5ae0-ace763ed3cde-291646af {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_70bf12da-aeac-a224-057d-55ec057cbd16-291646af {
    grid-area: 1 / 2 / 2 / 10;
    align-self: center;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b49-291646af {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b4b-291646af {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfda-291646af {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-291646af {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-0fc585fb {
    grid-column-end: 6;
  }

  #w-node-a4805e29-5c1e-df88-6394-5973b9f0864f-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-de817b44-9770-ab88-3047-2ed108c18d25-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc615-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc617-0fc585fb, #w-node-e5faec8d-846f-864b-6755-588e50bdc628-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-0fc585fb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0f8f822-87b8-d12e-0ec5-099eed62a89f-0fc585fb, #w-node-_2c2e7457-8ddb-bb3e-a562-f937226740d8-0fc585fb, #w-node-_0819c33b-3681-b3ef-7628-40b70a646fa8-0fc585fb {
    grid-column: span 2 / span 2;
  }

  #w-node-ceb5449a-144d-3c57-e975-0752dc3999d8-0fc585fb {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_86f73490-6be1-6c21-dffc-fe7441edd2de-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-_7e8128b6-bc60-7cd6-9f68-81e2d4ff1ea9-0fc585fb, #w-node-_83fce4ac-e3e8-5087-9c5b-13133548db2a-0fc585fb {
    grid-column: span 2 / span 2;
  }

  #w-node-af913b99-02ce-9975-8687-d2a4e8c48ff1-0fc585fb, #w-node-ac807608-b912-3a84-f78a-3bd73a491752-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc340-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc34b-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-0fc585fb, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-7daaefbc, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-3065b189, #w-node-_23377d52-d4e5-4d6d-5451-43c476669a2d-0d37da2d, #w-node-_23377d52-d4e5-4d6d-5451-43c476669a2d-8032f3ea, #w-node-_6efb7602-fd51-a7e3-f4c8-23645ea1deb3-771972e6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-05bd0618 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }

  #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-acba0a4a, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-6198f6ee, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-d71284ee, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-87ad31cc, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-b274df02 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-b843f30e {
    grid-column: span 4 / span 4;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-b843f30e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-b843f30e {
    grid-column: span 4 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-b843f30e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ee90db22-bb2c-b835-b810-e5c6777f1d05-b843f30e {
    grid-column: span 4 / span 4;
  }

  #w-node-ee90db22-bb2c-b835-b810-e5c6777f1d17-b843f30e, #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-1faaae3c {
    grid-column-end: 6;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc615-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc617-1faaae3c, #w-node-e5faec8d-846f-864b-6755-588e50bdc628-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-1faaae3c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0f8f822-87b8-d12e-0ec5-099eed62a89f-1faaae3c, #w-node-_2c2e7457-8ddb-bb3e-a562-f937226740d8-1faaae3c, #w-node-_0819c33b-3681-b3ef-7628-40b70a646fa8-1faaae3c {
    grid-column: span 2 / span 2;
  }

  #w-node-ceb5449a-144d-3c57-e975-0752dc3999d8-1faaae3c {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_86f73490-6be1-6c21-dffc-fe7441edd2de-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-_7e8128b6-bc60-7cd6-9f68-81e2d4ff1ea9-1faaae3c, #w-node-_83fce4ac-e3e8-5087-9c5b-13133548db2a-1faaae3c {
    grid-column: span 2 / span 2;
  }

  #w-node-af913b99-02ce-9975-8687-d2a4e8c48ff1-1faaae3c, #w-node-ac807608-b912-3a84-f78a-3bd73a491752-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc340-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc34b-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d786-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d788-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c6-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c8-7623364c, #w-node-_6de20832-5973-393f-295f-3934a9c791f0-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe36-7623364c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe3b-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe45-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe4c-7623364c {
    grid-column: span 2 / span 2;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe53-7623364c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_195397ea-65db-75f8-a947-7c0396043ee7-7623364c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_195397ea-65db-75f8-a947-7c0396043eea-7623364c, #w-node-_195397ea-65db-75f8-a947-7c0396043ef1-7623364c {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f62-7623364c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f65-7623364c, #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f6c-7623364c {
    grid-column: span 2 / span 2;
  }

  #w-node-_4471623d-5940-1415-06d0-700c508928b9-7623364c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_225ab631-ef38-8941-3cae-d12d123f3c20-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c27-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c2e-7623364c {
    grid-column: span 2 / span 2;
  }

  #w-node-_225ab631-ef38-8941-3cae-d12d123f3c35-7623364c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94d87a0e-7df1-d160-7f0c-149333088cbe-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_94d87a0e-7df1-d160-7f0c-149333088cc9-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dc2-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dca-7623364c, #w-node-b9ba8bfd-0be2-f8f1-18cf-e19917ad036b-15b73481 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0a5af423-39f1-e877-9e05-7b906b0523de-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_340c4e49-6e86-a393-90cd-5f0cd34efa1b-291646af {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_989593ef-806e-794b-abad-cc2617da348b-291646af {
    grid-area: 1 / 5 / 2 / 13;
  }

  #w-node-_120cc2d0-70a0-4c7b-5ae0-ace763ed3cde-291646af {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_70bf12da-aeac-a224-057d-55ec057cbd16-291646af {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b49-291646af {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b4b-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b4e-291646af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b58-291646af {
    grid-column: span 2 / span 2;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b5f-291646af {
    grid-column: span 4 / span 4;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b67-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfda-291646af {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8a6fe55d-88c5-a072-e4b3-53fd577f5607-291646af, #w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfdf-291646af, #w-node-_7d0fbcb0-edab-1e7d-7620-49157bd9a9c0-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc6e-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc78-291646af {
    grid-column: span 2 / span 2;
  }

  #w-node-_46555952-658b-6a67-0a13-546f646dcc8d-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc9c-291646af, #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-291646af {
    grid-column: span 4 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-0fc585fb {
    grid-column: 2 / 6;
  }

  #w-node-a4805e29-5c1e-df88-6394-5973b9f0864f-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-de817b44-9770-ab88-3047-2ed108c18d25-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc615-0fc585fb, #w-node-e5faec8d-846f-864b-6755-588e50bdc617-0fc585fb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc628-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-0fc585fb, #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0f8f822-87b8-d12e-0ec5-099eed62a89f-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-ceb5449a-144d-3c57-e975-0752dc3999d8-0fc585fb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ac807608-b912-3a84-f78a-3bd73a491752-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc340-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc34b-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-0fc585fb {
    grid-column: span 4 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-0fc585fb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #Nachricht.w-node-_521aefbf-fdfb-59ba-5d9d-d4334752f901-0fc585fb, #w-node-_95ecce29-8e34-6676-63b9-91392d50617d-0fc585fb, #w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a10-0fc585fb, #w-node-_61a17041-96de-db59-a4b8-7f11dc9dc43b-0fc585fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-b843f30e {
    grid-column: span 4 / span 4;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-b843f30e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #Nachricht.w-node-bd56af33-41b6-25f2-98a2-ac292afa76f6-b843f30e, #w-node-bd56af33-41b6-25f2-98a2-ac292afa76f7-b843f30e, #w-node-bd56af33-41b6-25f2-98a2-ac292afa770f-b843f30e, #w-node-bd56af33-41b6-25f2-98a2-ac292afa7710-b843f30e {
    grid-column: span 1 / span 1;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-b843f30e {
    grid-column: span 4 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-b843f30e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ee90db22-bb2c-b835-b810-e5c6777f1d05-b843f30e {
    grid-column: span 4 / span 4;
  }

  #w-node-ee90db22-bb2c-b835-b810-e5c6777f1d17-b843f30e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ed808b50-0f7a-6b36-853e-4e2029d6645e-1faaae3c {
    grid-column: 2 / 6;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc615-1faaae3c, #w-node-e5faec8d-846f-864b-6755-588e50bdc617-1faaae3c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e5faec8d-846f-864b-6755-588e50bdc628-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66456-1faaae3c, #w-node-_85cc5e18-4bb1-6dfb-4c28-01d4c3e66458-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0f8f822-87b8-d12e-0ec5-099eed62a89f-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-ceb5449a-144d-3c57-e975-0752dc3999d8-1faaae3c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ac807608-b912-3a84-f78a-3bd73a491752-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_74c84990-4066-d816-bebe-9ac9cddcd671-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f0f-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-bf5c132d-9153-7945-4d3b-6850878c0f11-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc340-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-d0787343-5aee-681c-fff1-4430b18fc34b-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-1faaae3c {
    grid-column: span 4 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-1faaae3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #Nachricht.w-node-_521aefbf-fdfb-59ba-5d9d-d4334752f901-1faaae3c, #w-node-_95ecce29-8e34-6676-63b9-91392d50617d-1faaae3c, #w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a10-1faaae3c, #w-node-_61a17041-96de-db59-a4b8-7f11dc9dc43b-1faaae3c {
    grid-column: span 1 / span 1;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334cfc-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_0057759b-4ca0-85be-63db-01d2bf334d00-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546b-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-c0979e20-f506-7bb7-3486-1a27f45f546f-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d786-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-b0c3dc31-9260-b0f8-1f3f-225bc583d788-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c6-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_7c7e6dd2-89a8-8302-b449-26c4ec6674c8-7623364c, #w-node-_6de20832-5973-393f-295f-3934a9c791f0-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe36-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe3b-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe45-7623364c, #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe4c-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_85335bec-0a5d-f160-9002-d5e1ad6cbe53-7623364c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_195397ea-65db-75f8-a947-7c0396043ee7-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_195397ea-65db-75f8-a947-7c0396043eea-7623364c, #w-node-_195397ea-65db-75f8-a947-7c0396043ef1-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f62-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f65-7623364c, #w-node-_7d6ab889-22bd-32e7-097d-41f1280a0f6c-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_4471623d-5940-1415-06d0-700c508928b9-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_225ab631-ef38-8941-3cae-d12d123f3c20-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c27-7623364c, #w-node-_225ab631-ef38-8941-3cae-d12d123f3c2e-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_225ab631-ef38-8941-3cae-d12d123f3c35-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_94d87a0e-7df1-d160-7f0c-149333088cbe-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_94d87a0e-7df1-d160-7f0c-149333088cc9-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dc2-7623364c {
    grid-column: span 4 / span 4;
  }

  #w-node-_2e915e19-46a0-211b-8c62-ff4f7ddb4dca-7623364c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_340c4e49-6e86-a393-90cd-5f0cd34efa1b-291646af {
    grid-area: 1 / 1 / 2 / 13;
    align-self: end;
  }

  #w-node-_989593ef-806e-794b-abad-cc2617da348b-291646af {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
  }

  #w-node-_120cc2d0-70a0-4c7b-5ae0-ace763ed3cde-291646af {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b49-291646af, #w-node-e426d66b-300b-b246-fbaa-160a69bd8b4b-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b4e-291646af {
    grid-column: span 4 / span 4;
  }

  #w-node-e426d66b-300b-b246-fbaa-160a69bd8b58-291646af, #w-node-e426d66b-300b-b246-fbaa-160a69bd8b67-291646af, #w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfda-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8a6fe55d-88c5-a072-e4b3-53fd577f5607-291646af, #w-node-f8f37d59-9a63-eaf0-2250-0cbd6b1fbfdf-291646af, #w-node-_7d0fbcb0-edab-1e7d-7620-49157bd9a9c0-291646af, #w-node-_46555952-658b-6a67-0a13-546f646dcc6e-291646af {
    grid-column: span 4 / span 4;
  }

  #w-node-_46555952-658b-6a67-0a13-546f646dcc78-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481ec-291646af {
    grid-column: span 4 / span 4;
  }

  #w-node-d48aab1a-168e-5802-4dbd-90fde03481fe-291646af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #Nachricht.w-node-_521aefbf-fdfb-59ba-5d9d-d4334752f901-291646af {
    grid-column: span 1 / span 1;
  }

  #w-node-_95ecce29-8e34-6676-63b9-91392d50617d-291646af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4a49f69-6da5-0a93-d4f6-bcc2e32a4a10-291646af, #w-node-_61a17041-96de-db59-a4b8-7f11dc9dc43b-291646af {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuecampton';
  src: url('../fonts/NeueCampton-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}