@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sterilict;
  src: url('../fonts/Sterilict.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Ogqa 6";
  src: url('../fonts/ApestrontrialversionRegular-OGqa6.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
}

.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;
}

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

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

.heading {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #fff7f7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-bottom: 4px;
  padding-right: 0;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  display: block;
}

.body {
  background-color: var(--black);
  background-image: url('../images/hintergrund-leer.jpg');
  background-position: 0 49%;
  background-size: cover;
  background-attachment: fixed;
  border: 1px solid #000;
  margin-top: 0;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

.nav-link:focus-visible, .nav-link[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-button-wrapper {
  margin-left: 120px;
}

.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;
}

.text-block {
  color: #f3eded;
}

.image {
  min-height: 44px;
  margin-right: 0;
}

.body-2 {
  background-color: #000;
}

.body-3 {
  clear: none;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  background-color: #000;
  max-width: 100%;
  margin-top: 198px;
  padding-top: 0;
}

.body-5, .body-6 {
  background-color: #000;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-2 {
  margin-right: 70px;
  position: static;
}

.container-2 {
  width: 80%;
  min-width: 80%;
  max-width: 90%;
  height: 80%;
  min-height: 80px;
  margin-left: 220px;
  margin-right: 220px;
  padding-right: 0;
}

.image-3 {
  padding-top: 160px;
}

.text-block-2 {
  padding-left: 220px;
}

.text-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.body-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  min-width: 90%;
  height: 11%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  margin-left: 40px;
  padding-left: 0;
}

.image-5 {
  margin-left: 40px;
}

.image-6 {
  vertical-align: top;
  margin-left: 40px;
}

.text-block-4 {
  float: none;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 19%;
  padding-right: 0;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  font-size: 11px;
  display: flex;
  position: static;
}

.text-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2%;
  padding-left: 248px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  margin-left: 240px;
  padding-left: 0;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  font-size: 11px;
  display: flex;
}

.text-block-7 {
  color: #fffcfc;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20.5%;
  margin-left: 40px;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: #fff;
  justify-content: center;
  width: 20.5%;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 315px;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  display: flex;
}

.text-block-9 {
  color: #fff;
  justify-content: center;
  width: 0%;
  margin-left: 550px;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  display: flex;
}

.text-block-10 {
  color: #fffefe;
  justify-content: center;
  align-items: stretch;
  width: 21.5%;
  margin-left: 590px;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  display: flex;
}

.image-7 {
  margin-left: 40px;
}

.text-block-11 {
  color: #fffcfc;
  justify-content: center;
  width: 21%;
  margin-left: 875px;
  padding-left: 0;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  display: flex;
}

.section {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.logo-top {
  vertical-align: baseline;
  max-width: 30%;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
}

.container-4 {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.menu-circle {
  flex: 0 auto;
  max-width: 200%;
  max-height: 200px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-3 {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  height: 100svh;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-menu-circle {
  z-index: auto;
  background-color: #3898ec00;
  flex: 0 auto;
  align-self: auto;
  position: absolute;
}

.button-yeah {
  text-align: right;
  background-color: #3898ec00;
  position: absolute;
  top: 10px;
  left: 421.7px;
  rotate: -90deg;
}

.button-yeah-2 {
  background-color: #3898ec00;
  margin-bottom: 0;
  position: absolute;
  top: 48%;
  left: 98%;
}

.button-yeah-3 {
  background-color: #3898ec00;
  margin-bottom: 0;
  position: absolute;
  top: 246.071px;
  left: 480px;
  right: auto;
}

.button-yeah-4 {
  background-color: #3898ec00;
  position: absolute;
  top: 188.376px;
  left: 351.661px;
}

.body-8 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hintergrund-leer.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  display: block;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.text-typical-luka {
  color: #fff;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
  font-size: 14px;
}

.text-span {
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 20px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 44px;
  display: flex;
}

.button-luka-fancy {
  background-color: #75acdc40;
  border-radius: 20px;
  font-family: Sterilict, Tahoma, sans-serif;
  font-size: 28px;
}

.container-7 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-8 {
  max-width: 20%;
  position: relative;
  right: -140px;
}

.button-menu-luka-oben {
  background-color: #3898ec00;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 28px;
  position: relative;
  left: -247px;
}

.button-menu-luka-oben.w--current {
  font-family: "Ogqa 6", Tahoma, sans-serif;
  left: -261px;
}

.seiten-heading-luka {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 30px;
  display: flex;
}

.button-yeah-5 {
  background-color: #3898ec00;
  position: absolute;
}

.button-yeah-6, .button-yeah-7, .button-yeah-8, .button-yeah-9 {
  background-color: #3898ec00;
  position: absolute;
  top: 203.376px;
  bottom: auto;
  left: 324.661px;
}

.button-yeah-10 {
  background-color: #3898ec00;
  position: absolute;
  top: 111.071px;
  left: 478.785px;
  rotate: -78.75deg;
}

.button-yeah-11 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: right;
  object-fit: fill;
  background-color: #3898ec00;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: 33.071px;
  left: 501.785px;
  rotate: -67.5deg;
}

.button-yeah-12 {
  letter-spacing: 1px;
  background-color: #3898ec00;
  position: absolute;
  top: 65.071px;
  left: 555.785px;
  rotate: -56.25deg;
}

.button-yeah-13 {
  letter-spacing: 1px;
  background-color: #3898ec00;
  position: absolute;
  top: 110.071px;
  left: 544.785px;
  rotate: -45deg;
}

.button-yeah-14 {
  letter-spacing: 1px;
  background-color: #3898ec00;
  position: absolute;
  top: 139.071px;
  left: 572.785px;
  rotate: -33.75deg;
}

.button-yeah-10-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 115.071px;
  left: 431.785px;
  rotate: 78.75deg;
}

.button-yeah-11-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 116.071px;
  left: 396.785px;
  rotate: 67.5deg;
}

.button-yeah-12-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 41.071px;
  left: 292.785px;
  rotate: 56.25deg;
}

.button-yeah-13-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 120.071px;
  left: 265.785px;
  rotate: 45deg;
}

.button-yeah-14-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 137.071px;
  left: 246.785px;
  rotate: 33.75deg;
}

.button-yeah-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 87%;
  left: 43.7%;
  rotate: -90deg;
}

.button-yeah-10-ccopy {
  background-color: #3898ec00;
  position: absolute;
  top: 422.071px;
  left: 360.785px;
  rotate: -78.75deg;
}

.button-yeah-11-ccopy {
  background-color: #3898ec00;
  position: absolute;
  top: 425.071px;
  left: 334.785px;
  rotate: -67.5deg;
}

.button-yeah-12-ccopy {
  background-color: #3898ec00;
  position: absolute;
  top: 398.071px;
  left: 296.785px;
  rotate: -56.25deg;
}

.button-yeah-13-ccopy {
  background-color: #3898ec00;
  position: absolute;
  top: 420.071px;
  left: 258.785px;
  rotate: -45deg;
}

.button-yeah-14-ccopy {
  background-color: #3898ec00;
  position: absolute;
  top: 322.071px;
  left: 325.785px;
  rotate: -33.75deg;
}

.button-yeah-10-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 383.071px;
  left: 477.785px;
  rotate: 78.75deg;
}

.button-yeah-11-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 376.071px;
  left: 502.785px;
  rotate: 67.5deg;
}

.button-yeah-12-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 363.071px;
  left: 525.785px;
  rotate: 56.25deg;
}

.button-yeah-13-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 391.071px;
  left: 559.785px;
  rotate: 45deg;
}

.button-yeah-14-copy-xcopy {
  background-color: #3898ec00;
  position: absolute;
  top: 354.071px;
  left: 564.785px;
  rotate: 33.75deg;
}

.button-yeah-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 46.4%;
  left: 33.7%;
  rotate: none;
}

.button-yeah-copy-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 246.4px;
  left: 605.7px;
  rotate: none;
}

.button-yeah-copy {
  text-align: right;
  background-color: #3898ec00;
  position: absolute;
  top: 438px;
  left: 408.7px;
  rotate: -90deg;
}

.button-yeah-13-ccopy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 292.071px;
  left: 190.785px;
  rotate: -11.25deg;
}

.button-yeah-14-copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 210.071px;
  left: 217.785px;
  rotate: 11.25deg;
}

.button-yeah-14-copy-2copy {
  background-color: #3898ec00;
  position: absolute;
  top: 168.071px;
  left: 229.785px;
  rotate: 22.5deg;
}

.button-yeah-14-copy-copy-4copy {
  background-color: #3898ec00;
  position: absolute;
  top: 286.071px;
  left: 602.785px;
  rotate: 11.25deg;
}

.button-yeah-14-copy-copy-5copy-copy {
  background-color: #3898ec00;
  position: absolute;
  top: 337.071px;
  left: 666.785px;
  rotate: 22.5deg;
}

.image-9 {
  width: 19%;
  position: absolute;
  inset: 46% auto 0% 3%;
}

.div-block {
  background-image: url('../images/modul-farbe.png');
  background-position: 0 0;
  background-size: 300px 300px;
}

.container-8 {
  max-width: 700px;
  margin-top: 0;
}

.button-yeah-copy-copy-copy-copy {
  letter-spacing: 4px;
  background-color: #3898ec00;
  font-size: 70px;
  position: absolute;
  top: 246.4px;
  left: auto;
  rotate: none;
}

.button-yeah-10-ccopy-2copy {
  background-color: #3898ec00;
  position: absolute;
  top: 13.071px;
  left: 370.785px;
  rotate: 78.75deg;
}

.button-menu-luka-oben-copy {
  letter-spacing: 2px;
  background-color: #3898ec00;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 28px;
  position: relative;
  left: -263px;
}

.button-menu-luka-oben-copy.w--current {
  letter-spacing: 2px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  left: -279px;
}

.button-2 {
  background-color: #3898ec00;
  position: absolute;
  top: 303.998px;
  left: 88.074px;
}

.button-2-copy {
  text-align: left;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: block;
  position: fixed;
  top: 53vh;
  left: 3.474vw;
}

.button-2-copy-34copy {
  text-align: left;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: block;
  position: fixed;
  top: 53vh;
  left: 84.8vw;
}

.section-4 {
  font-family: "Ogqa 6", Tahoma, sans-serif;
}

.button-2-copy-35copy-copy {
  text-align: left;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 303.998px;
  left: 837.074px;
}

.container-8-copy {
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 20vh;
  display: flex;
}

.grid-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  max-width: 180px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.button-new-23-copy-copy {
  opacity: 1;
  text-align: left;
  background-color: #3898ec00;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 31.2vh;
  left: 24.174vw;
}

.button-new-2-copy-copy-copy {
  text-align: left;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 31.2vh;
  left: 41.274vw;
}

.button-new-1-copy-copy-copy {
  text-align: left;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 31.2vh;
  left: 58.274vw;
}

.container-8-ccopy {
  background-color: #000;
  max-width: 600px;
  margin-top: 0;
}

.slide {
  aspect-ratio: auto;
}

.slide-2 {
  height: 70svh;
}

.slider {
  height: 70vh;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 30px;
}

.heading-2-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 45px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 28px;
}

.container-8-ccopy-copy {
  max-width: 600px;
  margin-top: 0;
  padding-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 50px;
}

.paragraph-2 {
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
}

.paragraph-24-copy {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 20px;
}

.paragraph-24-copy-copy {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 20px;
}

.paragraph-26-copy {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
}

.paragraph-246-copy-copy {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 20px;
}

.heading-2-copy-copy123 {
  color: #fff;
  text-align: center;
  margin-top: 45px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 28px;
}

.grid-2-copy1234 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  margin-bottom: 7px;
}

.button-2-copy-1234 {
  text-align: center;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 28px;
  display: block;
}

.button-2-copy-1234.w--current {
  text-align: left;
}

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

.button-3 {
  opacity: 1;
  background-image: url('../images/Wüste2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-9 {
  max-width: 600px;
}

.text-block-12, .text-block-13, .text-block-14 {
  color: #fff;
}

.grid-4 {
  grid-template-rows: auto minmax(189px, 189px);
  grid-template-columns: 189px 189px 189px;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: #fff;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
}

.button-4 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/mars-farbfilter-rauschen-01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.button-4-lala-copy {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/file-6.png');
  background-position: 0 0;
  background-size: cover;
}

.button-4-lalala-copy {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/file-12.png');
  background-position: 0 0;
  background-size: cover;
}

.image-11 {
  margin-top: 25px;
}

.container-8-copy-456copy {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 20vh;
  display: flex;
}

.grid-4-12345copy {
  grid-template-rows: auto minmax(189px, 189px);
  grid-template-columns: 189px 189px;
}

.button-4-copy12345 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/portrait-meusburger.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4-lala-copy-12345 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/portrait-lothaller.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-15-123-copy, .text-block-16-123-copy {
  color: #fff;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 16px;
}

.heading-456-2-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
  font-family: "Ogqa 6", Tahoma, sans-serif;
  font-size: 30px;
}

.container-8-copy-456copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 7vh;
  display: flex;
}

.container-8-123-ccopy-copy-copy {
  max-width: 600px;
  margin-top: 0;
  padding-bottom: 20px;
}

.section-5 {
  font-family: Inter Variablefont Opsz Wght, Georgia, sans-serif;
}

.image-12 {
  z-index: -1;
  max-width: 10%;
  position: fixed;
  bottom: 15.802vh;
  left: -11.7vw;
}

.image-13 {
  z-index: -1;
  max-width: 10%;
  position: fixed;
  top: 12.3vh;
  left: -12vw;
}

.image-14 {
  z-index: -1;
  max-width: 10%;
  position: fixed;
  bottom: -22vh;
  left: 44.2vw;
}

.image-15 {
  z-index: -1;
  max-width: 10%;
  position: fixed;
  top: -18.5vh;
  right: 0;
}

.image-16 {
  z-index: -1;
  max-width: 10%;
  position: fixed;
  top: -18.5vh;
  left: 32.3vw;
}

.image-17 {
  z-index: -1;
  max-width: 25%;
  position: fixed;
  top: 105.1vh;
  right: 22.3vw;
}

.image-18 {
  z-index: -1;
  max-width: 20%;
  position: fixed;
  top: -32.8vh;
  left: 18.5vw;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-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;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-a2fb6516-0f52-ab41-d8a1-08a0110a3e1c-84c06de4, #w-node-_24c93ed4-384a-0a8d-a675-d11207e013f1-84c06de4, #w-node-_5c4d1c74-1ebb-bccd-8888-20932d791864-84c06de4, #w-node-_08b6d567-88ef-597c-f8ad-681625b7f6f9-0821af06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d01fefd9-5b89-18f8-fd00-b74cf492f1ae-61de5d92 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sterilict';
  src: url('../fonts/Sterilict.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ogqa 6';
  src: url('../fonts/ApestrontrialversionRegular-OGqa6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}