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

body {
  color: #292929;
  background-color: #f4f0e3;
  font-family: Helveticaneue Roman, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4;
}

a {
  color: #292929;
  text-decoration: none;
}

.styleguide-parent {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-lg {
  font-size: 5em;
}

.heading-md {
  z-index: 2;
  font-size: 3.5em;
}

.heading-sm {
  z-index: 1;
  font-size: 2.5em;
  position: relative;
}

.heading-xsm {
  z-index: 1;
  font-size: 1.5em;
  position: relative;
}

.text-white {
  color: #fff;
}

.caps {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-yellow {
  background-color: #ffcb30;
}

.bg-gray {
  background-color: #d9d9d9;
}

.bg-black {
  background-color: #101010;
}

.super-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: -2.9em;
  font-size: 6em;
  font-weight: 700;
}

.super-text.thin {
  margin-left: 4.35em;
  font-weight: 100;
}

.super-text.einleitung {
  color: #101010;
  margin-left: auto;
  font-size: 5.6em;
  font-weight: 100;
}

.super-text.interview {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: .04em;
  margin: 0 auto;
  font-size: 5.6em;
  font-weight: 100;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.flex-cc-h {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cc-h.menu {
  position: relative;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.ab {
  position: absolute;
}

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

.p-lg {
  font-size: 1.8em;
}

.bold {
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.logo-parent {
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-parent.rel {
  position: relative;
}

.border-line-h {
  width: 1px;
  height: 1.5em;
  background-color: #fff;
}

.border-line-h.black {
  background-color: #292929;
}

.btn-parent {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2em 1em;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 9999;
  width: 100%;
  height: 70px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-logo {
  width: 3.5em;
}

.nav-parent {
  z-index: 999;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-6, .img-child.img-7, .img-child.img-8, .img-child.img-9, .img-child.img-10 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-11 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-18 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-19 {
  z-index: 1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-cream-shade {
  background-color: #e9e2cc;
}

.burger-menu-parent {
  z-index: 999;
  width: 3em;
  height: 3em;
  cursor: pointer;
  background-color: #f4f0e3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-line-top, .burger-line-middle {
  width: 100%;
  height: 2px;
  background-color: #292929;
  margin-bottom: 4px;
}

.burger-line-bottom {
  width: 100%;
  height: 2px;
  background-color: #292929;
}

.card-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card-whipe.bg-cream-shade.top {
  z-index: 3;
}

.text-blue {
  color: #2e36cb;
}

.text-pink {
  color: #fbbebb;
}

.span-text {
  display: inline-block;
}

.btn-txt-sm {
  z-index: 1;
  position: relative;
}

.btn-txt-sm-ap {
  z-index: 1;
  position: absolute;
}

.bg-yellow-shade {
  background-color: #e9b92c;
}

.pad-left {
  padding-left: 10px;
}

.pad-right {
  padding-right: 10px;
}

.spacer-2em {
  width: 100%;
  height: 2em;
}

.menu-parent {
  z-index: 9998;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-panel {
  width: 50%;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link-parent {
  width: 100%;
  height: 16.6667%;
  border-bottom: 2px solid #2a31b7;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.arrow-menu {
  z-index: 1;
  width: 4%;
  position: relative;
}

.bg-blue-shade {
  background-color: #2a31b7;
}

.parent-full {
  z-index: 1;
  width: 100%;
  height: 16.6667%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 10px;
  padding-left: 3em;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.menu-text {
  z-index: 1;
  color: #fff;
  font-size: 2em;
  position: relative;
}

.menu-text-dark {
  z-index: 1;
  color: #292929;
  font-size: 2em;
  position: relative;
}

.menu-text-dark-ab {
  z-index: 1;
  color: #292929;
  font-size: 2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-link-parent-yellow {
  z-index: 1;
  width: 100%;
  height: 16.6667%;
  cursor: pointer;
  background-color: #ffcb30;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-img-parent {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
  overflow: hidden;
}

.menu-panel-left {
  z-index: 1;
  width: 50%;
  perspective: 1000px;
  background-color: #2e36cb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-parent {
  z-index: 2;
  width: 100%;
  height: 83.3333%;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 80px 80px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.s-parent {
  justify-content: space-between;
}

.s-link {
  border: 1px solid #000;
  border-radius: 30px;
  margin-right: 6px;
  padding: 12px 15px 10px;
  font-size: 12px;
  display: inline-block;
}

.text-cream {
  color: #f4f0e3;
}

.menu-link-wrap {
  height: 100vh;
  background-color: #ffcb30;
  flex: none;
  position: relative;
}

.div-bottom {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  overflow: hidden;
}

.text-card-caps {
  color: #f4f0e3;
  text-transform: uppercase;
  font-size: 2em;
}

.lower-i {
  text-transform: none;
  font-style: italic;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-parent-link {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-parent-link.hof {
  width: 40%;
  height: 50%;
}

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

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

.body {
  color: #f2f2f2;
  letter-spacing: .1em;
  background-color: #101010;
  font-family: Aileron, sans-serif;
  font-weight: 100;
}

.text-black {
  color: #101010;
}

.intro-scroll {
  z-index: 100;
  background-color: #101010;
  position: relative;
}

.grid {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh 26.66vh 26.66vh 26.66vh 10vh;
  grid-template-columns: 5vw 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5vw;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-text-wrapper {
  z-index: 20;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overflow-hidden-text {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
  position: relative;
  top: -10vh;
  overflow: hidden;
}

.oder-span {
  font-weight: 100;
}

.sticky-picture-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

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

.inner-wrapper-pictures {
  height: 100%;
  position: relative;
}

.overflow-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.intro-image-1 {
  filter: brightness(80%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.intro-image-2 {
  filter: brightness(80%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: rotate(-7deg);
}

.intro-image-3 {
  filter: brightness(80%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: rotate(8deg);
}

.hidden-scroll-container {
  min-height: 203vh;
}

.lottie-animation {
  width: 100px;
  margin-bottom: 20px;
}

.lottie-animation.statement {
  margin-top: 20px;
  margin-bottom: 0;
}

.scroll-animation-wrapper {
  background-color: #101010;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-animation-wrapper.statement {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-top: 0;
  margin-left: 2em;
  position: relative;
}

.scroll-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

.scroll-text.statement {
  color: #f2f2f2;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

.vertical-line {
  width: 3px;
  height: 85vh;
  background-color: #f2f2f2;
}

.info-text {
  z-index: 10;
  width: auto;
  height: auto;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5em;
  padding-right: 3em;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.1rem;
  line-height: 1.25;
}

.text-span {
  text-transform: uppercase;
  font-weight: 700;
}

.handhabe {
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.scroll-track {
  height: 300vh;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.scroll-track.welcome {
  height: 250vh;
}

.scroll-track.einleitung {
  height: 400vh;
  transform-origin: 50%;
}

.sticky-container {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-container.uebergang-einleitung {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.heading {
  color: #000;
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 200;
  position: absolute;
  top: -2.9725em;
  bottom: auto;
  left: -2.55em;
  right: auto;
}

.video-link {
  z-index: 800;
  width: 100%;
  height: auto;
  max-width: 58em;
  display: inline-block;
  position: relative;
  left: auto;
}

.erklaertext-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 6.5em;
  padding-right: 1.5em;
}

.erklaertext-div {
  z-index: 900;
  width: auto;
  max-width: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  bottom: 7em;
  left: auto;
  right: auto;
}

.paragraph {
  width: auto;
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  font-family: Aileron, sans-serif;
  font-size: 1.08em;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.spec {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  order: 1;
  font-size: 1em;
}

.paragraph.welcome-txt {
  width: 65ch;
  background-color: rgba(0, 0, 0, 0);
  align-self: auto;
  font-size: 1.08em;
}

.paragraph.big {
  width: auto;
  color: #f2f2f2;
  letter-spacing: .04em;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1.75em;
  font-weight: 200;
}

.paragraph.big._25 {
  width: auto;
}

.paragraph.big._25.gro-e-zahl {
  width: 100%;
  margin-left: 0;
  font-size: 7.5em;
  font-weight: 700;
}

.paragraph.big._25-jahre {
  margin-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.75em;
  font-weight: 300;
}

.paragraph.big.ch {
  width: 80ch;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 300;
}

.image {
  width: auto;
  position: relative;
}

.grid-background {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  grid-template: ". . . . . ." 100%
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.handhabe-grid {
  z-index: 1;
  width: 100vw;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: rgba(0, 0, 0, 0);
  grid-template: ". . . . . ." minmax(5vh, 5vh)
                 ". . . . . ." 1fr
                 ". . . . . ." 1fr
                 ". . . . . ." 1fr
                 ". . . . . ." 1fr
                 ". . . . . ." 1fr
                 ". . . . . ." 1fr
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.grid-line {
  width: 1px;
  height: 100vh;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, .25);
}

.grid-line.short {
  height: 50%;
}

.main {
  width: 100%;
  height: 100vh;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-block {
  z-index: auto;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
  left: auto;
}

.grid-block.events {
  z-index: 900;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10.5em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -.7%;
  right: 0%;
}

.grid-block.specification {
  z-index: 5;
  width: auto;
  height: 20em;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 11.2em;
  padding-right: 0;
  display: flex;
  position: relative;
  left: 7.5em;
  overflow: visible;
}

.grid-block.txt-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: -.7%;
  right: 0%;
}

.grow-line {
  z-index: auto;
  width: 3px;
  height: 55vh;
  transform-origin: 50% 0;
  color: #f4f0e3;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -33.4%;
  right: 0%;
}

.grow-line-second {
  z-index: auto;
  width: 3px;
  height: 100vh;
  transform-origin: 50% 0;
  color: #f4f0e3;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grow-line-second.site-pic {
  height: 100vh;
  transform-origin: 50% 0;
  justify-content: flex-start;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grow-line-second.middle {
  height: 100vh;
  transform-origin: 50% 0;
  background-color: #f4f0e3;
  justify-content: flex-start;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spec-inner-wrap {
  height: 100%;
  cursor: default;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1vw;
  display: flex;
  position: relative;
}

.info-flex-box {
  cursor: default;
  align-items: flex-start;
  display: flex;
}

.symbol {
  width: 2.92em;
  height: 100%;
  object-fit: fill;
  background-image: url('../images/lautsprecher.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: .76em;
}

.symbol._2 {
  z-index: 800;
  width: 2.5em;
  background-image: url('../images/dgs.svg');
  position: relative;
}

.symbol._3 {
  z-index: 800;
  width: 2.5em;
  background-image: url('../images/lupe.svg');
  position: relative;
}

.symbol._1 {
  z-index: 800;
  width: 2.5em;
  position: relative;
}

.symbol.centered-light-box {
  width: 4em;
  height: 4em;
  filter: invert();
  background-image: url('../images/dgs.svg');
  border: 1px solid #101010;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grow-line-upwards {
  z-index: auto;
  width: 3px;
  height: 100%;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #f4f0e3;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.grow-line-upwards-container {
  z-index: auto;
  width: auto;
  height: 42.6em;
  min-height: 490px;
  transform-origin: 50% 0;
  color: #f4f0e3;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -1.5em;
  right: auto;
}

.grow-line-upwards-left {
  z-index: auto;
  width: 30vw;
  height: 3px;
  transform-origin: 0%;
  color: #f4f0e3;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grow-line-upwards-right {
  z-index: auto;
  width: 1.39em;
  height: 3px;
  transform-origin: 0%;
  color: #f4f0e3;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-2 {
  z-index: 99;
  width: 45em;
  position: relative;
  right: -1.2em;
}

.image-2.absolute {
  width: 36.8em;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: .2em;
  bottom: auto;
  left: auto;
  right: auto;
}

.bold-txt {
  background-color: #f2f2f2;
  font-weight: 700;
}

._01 {
  color: #000;
  text-transform: uppercase;
  align-self: auto;
  font-size: 8.33em;
  font-style: italic;
  font-weight: 200;
  position: relative;
  top: -1em;
  bottom: auto;
  left: -1.65em;
  right: auto;
}

.welcome-head {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  align-self: center;
  font-size: 5.6em;
  line-height: 1.5;
  position: relative;
  top: auto;
  bottom: auto;
  left: -.1em;
  right: 0%;
}

.welcome-wrapper {
  width: 100%;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.grid-big {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  display: flex;
}

.grid-big.einleitungsheadline {
  justify-content: center;
  align-items: center;
}

.number-picture {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.bg-ws {
  background-color: #f2f2f2;
}

.txt-bow-white-bg {
  background-color: #f2f2f2;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wilkommen, .einleitung {
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.einleitung-wrapper {
  z-index: 99;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.right-slide {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #101010;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-slide-txt-wrapper {
  width: 100%;
  height: 100%;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  display: flex;
  position: relative;
}

.interviewpartnerinnen {
  z-index: 6;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  position: relative;
}

.sticky-wrapping {
  width: 100vw;
  height: 450vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #101010;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content._25jahre {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  width: 100vw;
  height: 3px;
  transform-origin: 0%;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.horizontal-line.on-top {
  z-index: 100;
  transform-origin: 0%;
}

.paragraph-wrap {
  z-index: 1;
  background-color: #101010;
  margin-bottom: 2em;
  position: relative;
}

.paragraph-wrap._25 {
  width: 60%;
  align-self: auto;
  margin-bottom: 5em;
}

.paragraph-wrap._25._1 {
  background-color: #101010;
}

.icons-box {
  width: 100%;
  justify-content: flex-start;
  margin: 0 auto 3em;
  padding-top: 1.5em;
  display: flex;
  position: absolute;
  top: -4em;
  bottom: 5em;
  left: -53.3em;
  right: 0%;
}

.icons-box._25-jare {
  width: 60%;
  align-self: flex-start;
  align-items: stretch;
  margin-left: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-wrap {
  cursor: pointer;
  justify-content: flex-start;
  margin-right: 2em;
  display: flex;
}

.icon-wrap:hover {
  color: rgba(0, 0, 0, 0);
}

.lightbox-video-in-icon {
  z-index: 1001;
  width: 2em;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.lightbox-video-in-icon._25jahre {
  z-index: auto;
}

.icon {
  width: 2em;
  height: auto;
  margin-right: 1em;
  font-size: 1.3vw;
}

.icon.inverted {
  width: 1.7em;
  height: auto;
  max-width: 45%;
  min-height: 20px;
  filter: invert();
  margin-right: 1em;
  font-size: 1.3vw;
}

.icon.inverted.seg {
  position: absolute;
}

.zoomed-magazine {
  z-index: 300;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100%;
  background-color: #101010;
}

.magazin-heads {
  z-index: 100;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._02 {
  color: #f2f2f2;
  text-transform: uppercase;
  align-self: auto;
  font-size: 8.33em;
  font-style: italic;
  font-weight: 200;
  position: absolute;
  top: .5em;
  bottom: auto;
  left: .5em;
  right: auto;
}

.zoomed-div {
  height: 100%;
  background-image: url('../images/IMG_1925-removebg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.8);
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.partnerinnen {
  z-index: 6;
  height: 300vw;
  background-color: #101010;
  position: relative;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  width: 100vw;
  height: 100vh;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.team-member-link-text {
  z-index: 10;
  color: #101010;
  letter-spacing: .04em;
  font-size: 1.7em;
  position: relative;
}

.grid-partner {
  width: 73em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.team-member-link {
  min-height: 110px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #d9d9d9;
  justify-content: space-between;
  align-self: end;
  align-items: center;
  padding-left: 35px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-description-wrapper {
  color: #fff;
  background-color: #202020;
  padding: 35px;
}

.team-member-description {
  max-width: 75%;
  color: #fff;
  letter-spacing: .04em;
  font-size: 1.08em;
  font-weight: 200;
  line-height: 1.25;
}

.team-member-button-filler {
  width: 5px;
  background-color: #dc9500;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.team-member-image {
  min-height: 380px;
  background-image: url('../images/barbara.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.team-member-image.barbara {
  width: 100%;
  background-color: #010102;
  background-image: url('../images/Barbara-Portrait.png');
  background-position: 20%;
  background-size: 30%;
  background-attachment: scroll;
}

.team-member-image.sebastian {
  width: 100%;
  background-color: #010102;
  background-image: url('../images/sebastian-removebg-preview.png');
  background-position: 0 100%;
  background-size: 35%;
  background-attachment: scroll;
}

.team-member-image.rainer {
  width: 100%;
  background-color: #010102;
  background-image: url('../images/rainer-removebg-preview.png');
  background-position: 0 100%;
  background-size: 30%;
  background-attachment: scroll;
}

.interview {
  z-index: 6;
  position: relative;
}

.paragraph-13 {
  color: #f2f2f2;
  letter-spacing: .03em;
  margin-top: 10px;
  font-size: 1.7em;
  font-weight: 300;
}

.paragraph-13.invert {
  filter: invert();
  font-size: 2.2em;
}

.paragraph-8 {
  color: #fff;
  letter-spacing: .03em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-8.shorter {
  font-size: 1.5em;
}

.paragraph-8.end {
  color: #000;
  padding-top: 10px;
  padding-left: 10px;
}

.paragraph-8.black {
  color: #000;
}

.paragraph-8.black.barbara {
  padding-top: 10px;
}

.paragraph-8.margin-bottom {
  margin-bottom: 20px;
}

.flex-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-2.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.flex-2.half {
  width: 51.4%;
}

.flex-2.hor {
  justify-content: center;
}

.flex-2.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex-2.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex-2.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex-2.hor.left {
  justify-content: space-between;
  align-items: center;
}

.flex-2.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex-2.ver.left {
  width: 100%;
}

.flex-2.ver.quarter {
  align-items: flex-end;
}

.flex-2.ver.half {
  width: 80%;
}

.flex-2.ver.center {
  color: #e0cffe;
  align-items: center;
}

.flex-2.ver.half-right-left {
  width: 80%;
  align-items: stretch;
}

.image-5 {
  max-width: 60%;
  filter: invert();
}

.image-5.inverted {
  max-width: 60%;
  filter: none;
}

.image-5.big {
  width: 2.1em;
  max-width: 100%;
}

.image-5.big.invert-off {
  filter: none;
}

.heading-6 {
  color: #f2f2f2;
  font-weight: 400;
}

.line-hor {
  width: 100%;
  height: 1px;
  color: #f2f2f2;
  background-color: #f2f2f2;
}

.line-hor.origin-right {
  height: 3px;
  transform-origin: 100%;
  color: #f2f2f2;
  background-color: #f2f2f2;
}

.line-hor.origin-right.invert {
  filter: invert();
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 48.85%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.origin-left {
  height: 3px;
  transform-origin: 0%;
  color: #f2f2f2;
  background-color: #f2f2f2;
}

.line-hor.origin-left.invert {
  filter: invert();
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.line-hor.invert {
  height: 2px;
  filter: invert();
}

.lightbox-link {
  padding-bottom: 15px;
}

.lightbox-link.relative {
  position: relative;
  left: 1.5em;
}

.lightbox-link.relative.willkommen {
  position: absolute;
  bottom: 13em;
  left: 0;
}

.lightbox-link.lupe-relativ {
  position: absolute;
  top: 4.1em;
  bottom: 0%;
  left: auto;
  right: -6.6em;
}

.image-4 {
  max-width: 60%;
}

.image-4.invert {
  filter: invert();
}

.paragraph-15 {
  color: #f2f2f2;
  letter-spacing: .03em;
  font-size: 1.5em;
  font-weight: 300;
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 80%;
  margin-right: 0;
}

.text.margin-right.flex {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 100%;
  margin-left: 0;
}

.text.margin-5-left {
  margin-left: 0;
  padding-left: 7px;
  padding-right: 12px;
}

.text.margin-5-right {
  text-align: right;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  padding-left: 7px;
  padding-right: 7px;
}

.text.margin-5-right-2 {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  padding-left: 7px;
  padding-right: 12px;
}

.line-container {
  width: 74em;
}

.paragraph-11 {
  color: #f2f2f2;
  letter-spacing: .03em;
  background-image: url('../images/Bildschirmfoto-2021-08-18-um-10.12.44.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20em;
  font-weight: 300;
}

.paragraph-11._2 {
  float: none;
  clear: none;
  text-align: left;
  background-image: url('../images/Bildschirmfoto-2021-08-18-um-10.12.36.png');
  padding-bottom: 21.5em;
}

.paragraph-11._2.leo {
  background-image: url('../images/IMG_2731.jpeg');
  background-position: 50% 0;
  border: 15px solid #e2a441;
  border-radius: 100%;
}

.paragraph-11._2.leo.full {
  background-size: cover;
}

.paragraph-11.leo {
  background-image: url('../images/IMG_2731.jpeg');
  background-repeat: repeat;
  background-size: 20%;
  border-radius: 100%;
}

.paragraph-18 {
  color: #f2f2f2;
  font-weight: 300;
}

.resources-block {
  width: 100%;
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 220px;
}

.line-ver {
  width: 3px;
  height: 200px;
  transform-origin: 50% 0;
  background-color: #f2f2f2;
  align-self: center;
}

.line-ver.short-bottom {
  height: 100px;
}

.line-ver.short-bottom.invert {
  filter: invert();
}

.line-ver.short {
  width: 3px;
  height: 430px;
  background-color: #f2f2f2;
}

.line-ver.short.invert {
  filter: invert();
}

.line-ver.long {
  height: 400px;
}

.line-ver.long.longer {
  height: 560px;
}

.line-ver.long.longer.invert {
  height: 650px;
  filter: invert();
}

.line-ver.invert {
  height: 250px;
  filter: invert();
}

.container-flex {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sticky-header-column {
  width: 50%;
  height: 100vh;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.guideline-wrap-info {
  height: 100vh;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guideline-wrap-info.left-align {
  height: 120vh;
  text-align: left;
  align-items: flex-start;
}

.list-item {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.large-number {
  text-align: left;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 200;
}

.large-number.outline {
  margin-bottom: .8rem;
  font-style: italic;
  display: none;
}

.sticky-section-first {
  width: 100vw;
  min-height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sticky-info-column {
  width: 50%;
  background-color: #101010;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 96px;
  display: flex;
}

.pic-overlay {
  opacity: 1;
  color: #101010;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  width: 75%;
  max-width: 75%;
}

.question-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.lightbox-wrap {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.lightbox-wrap.absolute {
  position: absolute;
  top: -5.25em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lightbox-wrap.absolute.left {
  top: 1.15em;
  bottom: auto;
  left: auto;
  right: auto;
}

.lightbox-wrap.absolute.vertical {
  flex-direction: column;
  justify-content: space-around;
  top: -.05em;
  right: -2.5%;
}

.overlay-pic {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-pic._2, .overlay-pic._3 {
  background-color: #101010;
}

.change-pic {
  width: 75%;
  max-width: 75%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.line {
  z-index: 999;
  width: 36.5em;
  height: 3px;
  background-color: #fff;
  position: relative;
  top: -9.7em;
  bottom: auto;
  left: auto;
  right: -48.4em;
}

.container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.two-page-section {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.two-page-section.black {
  background-color: #101010;
}

.full-width {
  width: 100%;
}

.full-width.big {
  width: 90%;
  max-width: 90%;
}

.section-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: block;
}

.section-2.section--center {
  opacity: 1;
  color: #101010;
  background-color: #000;
  display: flex;
}

._2-col-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.sticky-header-column-2, .sticky-header-column-3 {
  width: 50%;
  height: 100vh;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-setion-second {
  width: 100vw;
  min-height: 100vh;
  text-align: center;
  background-color: #101010;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sticky-info-column-2 {
  width: 50%;
  background-color: #101010;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.sticky-header-column-4 {
  width: 50%;
  height: 100vh;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-info-column-3 {
  width: 50%;
  background-color: #101010;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.resume-section {
  width: 100%;
  background-color: #101010;
  justify-content: center;
  display: flex;
  position: relative;
}

.resume-section.white {
  color: #fff;
  background-color: #fff;
}

.link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.link-wrapper {
  z-index: 2;
  width: 60vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 15vh;
  left: 8vw;
}

.link-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none;
}

.link-block.last {
  margin-bottom: 80px;
}

.menu-wrap {
  z-index: 989;
  width: 100vw;
  height: 100vh;
  perspective: 800px;
  background-color: #101010;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-button {
  z-index: 990;
  width: 500px;
  height: 50px;
  float: right;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  top: 30px;
  right: 5vw;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar {
  z-index: 990;
  width: 100vw;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.line-bottom {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.link-mask {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.line-top {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.link-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Aileron, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 70px;
  text-decoration: none;
}

.track-wrap {
  width: 100%;
  height: 100vh;
  perspective: 300px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-2 {
  width: 60vw;
  height: 60vh;
  background-color: #141517;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn {
  z-index: 990;
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 12px 8px 8px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.btn.wrap {
  z-index: 990;
  width: auto;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.line-mid {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.img {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: url('../images/img-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img.img-work {
  width: 60vw;
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Youtube-1-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.img.img-about {
  width: 60vw;
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Bildschirmfoto-2021-08-18-um-10.12.36.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.img.img-home {
  width: 60vw;
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/magain-seite-cover.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.img.img-contact {
  width: 60vw;
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Bildschirmfoto-2021-10-11-um-17.25.12.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.kapitel-txt {
  z-index: 990;
  color: #f2f2f2;
  text-transform: uppercase;
  align-self: auto;
  margin-right: 60px;
  font-family: Aileron, sans-serif;
  font-size: .8em;
  position: relative;
}

.zahl {
  font-style: italic;
}

.list, .list-item-2 {
  list-style-type: none;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-2, .list-item-7 {
  list-style-type: none;
}

.zoomed-div-intro {
  z-index: 80;
  height: 100%;
  background-image: url('../images/welcome-sidepicture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.8);
}

.image-8-big {
  width: 75%;
  max-width: 75%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}

.state {
  background-color: #101010;
}

.list-item-8, .list-item-9, .list-3, .list-4, .list-5 {
  list-style-type: none;
}

.column-5 {
  padding-top: 13.1em;
  padding-left: 41em;
  padding-right: 43.1em;
}

.paragrap-p2m {
  color: #6e8398;
  letter-spacing: .01em;
  font-size: 8em;
  font-weight: 400;
}

.paragrap-p2m.b2-data {
  color: #fff;
  letter-spacing: normal;
  line-height: 1.7em;
}

.paragrap-p2m.b2 {
  color: #676767;
  letter-spacing: normal;
  line-height: 1.7em;
}

.paragrap-p2m.b2.imp {
  color: #fff;
}

.datenschutz-header {
  width: 100%;
  text-align: left;
  justify-content: center;
  margin-bottom: 80em;
  display: flex;
}

.datenschutz-wrapper {
  opacity: 1;
  background-color: #fbf8f8;
  padding-top: 13.5vh;
}

.datenschutz-wrapper.section {
  background-color: #101010;
}

.zw-head {
  color: #d9d9d9;
}

.heading-9 {
  color: #fff;
  text-align: left;
  letter-spacing: -.023em;
  text-transform: uppercase;
  order: 0;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -.03em;
  font-size: 40em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-9.b2 {
  color: #fff;
  text-align: center;
  margin-left: -.23em;
  font-weight: 400;
}

.heading-9.b2.data {
  color: #f4f0e3;
  text-align: left;
  margin-left: -.83em;
}

.body-2 {
  font-size: .1375vw;
}

.column-4 {
  padding-left: 23em;
}

.mail-link {
  color: #fff;
  text-decoration: none;
  display: inline;
}

.mail-link:hover, .mail-link:active {
  color: #676767;
}

.verantwortliche {
  width: 100%;
  text-align: left;
  background-color: #101010;
  margin-bottom: 80em;
  padding-top: 150px;
}

.phone-link {
  color: #fff;
  text-decoration: none;
  display: inline;
}

.columns-2 {
  margin-top: 100em;
  padding-left: 35em;
}

.body-3 {
  background-color: #101010;
  font-size: .1375vw;
}

.paragraph-foederung {
  margin-top: 19em;
  padding-right: 49.5em;
}

.logo-container-impressum {
  background-color: #101010;
  justify-content: flex-start;
  align-items: center;
  padding: 10em 57.7em 60.5em 40.9em;
  display: block;
}

.foerderer {
  background-color: #101010;
  padding-top: 2em;
}

.logo-imp {
  width: 131.5em;
  margin-right: 50px;
}

.text-wrapper-foederer {
  width: 50%;
  margin-bottom: 28.1em;
  padding-left: 40.9em;
}

.heading-4 {
  color: #9a9493;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 17em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-4.imp {
  color: #fff;
}

.small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Aileron, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 70px;
  text-decoration: none;
}

.hero_right {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recent {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: none;
}

.hero_top {
  width: 100%;
  height: 0;
}

.hero_arrows {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_left {
  width: 45%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5.8em;
  padding-bottom: 2em;
  padding-right: 1.5em;
  display: flex;
}

.button {
  color: #d7d1b9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d7d1b9;
  border-radius: 100vw;
  margin-top: 2.8em;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  color: #2d2d2f;
  background-color: #d7d1b9;
}

.button.is--hero {
  display: none;
}

.recent_text {
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f4f0e3;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 400;
}

.splide__track {
  width: 100%;
}

.splide__slide {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 4.3em;
  padding-bottom: 4.3em;
  display: flex;
}

.recent_line {
  width: 4em;
  height: 1px;
  background-color: #d7d1b9;
}

.container-4 {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container-4.hero {
  height: 100vh;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2em;
  display: flex;
}

.hero_wrap {
  position: relative;
  overflow: hidden;
}

.arrow_image {
  width: 5em;
  color: #f2f2f2;
  transition: all .2s;
}

.arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.3em;
  display: flex;
}

.hero_content {
  padding-top: 3em;
  padding-bottom: 3em;
}

.hero_text {
  color: #f2f2f2;
  text-transform: none;
  padding-right: .5em;
  font-family: Aileron, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.25;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.splide.splide2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.splide__list {
  width: 100%;
}

.section.hero {
  background-color: #101010;
  transition: all .2s;
  position: relative;
}

.slide2_img {
  width: 100%;
  height: 40em;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 15px #d9d9d9;
  border-radius: 100vw;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transform: rotate(0);
}

.slide2_img._2 {
  background-image: url('../images/4.png');
}

.slide2_img._3 {
  background-image: url('../images/3.png');
}

.slide2_img._4 {
  background-image: url('../images/5.png');
}

.slide2_img._5 {
  background-image: url('../images/10.png');
}

.slide2_img._6 {
  background-image: url('../images/9.png');
}

.slide2_img._7 {
  background-image: url('../images/1.png');
}

.slide2_img._8 {
  background-image: url('../images/7.png');
}

.slide2_img._9 {
  background-image: url('../images/8.png');
}

.slide2_img._10 {
  background-image: url('../images/6.png');
}

.text1 {
  display: none;
}

.text2 {
  display: block;
}

.comments {
  background-color: #101010;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.vertical {
  margin-bottom: 10px;
}

.link-3 {
  text-decoration: underline;
}

.info_text {
  width: 100%;
  object-fit: cover;
}

.sticky-header-column-5 {
  width: 50%;
  height: 100vh;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-section-third {
  width: 100vw;
  min-height: 100vh;
  text-align: center;
  background-color: #101010;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.error-text {
  font-size: 40px;
}

.back-button {
  color: #f2f2f2;
  background-color: #101010;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 16px;
  transition: all .4s;
}

.back-button:hover {
  color: #101010;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3vw;
  }

  h4 {
    font-size: 2vw;
  }

  p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .heading-lg {
    font-size: 6vw;
  }

  .heading-md {
    font-size: 4vw;
  }

  .heading-sm {
    font-size: 3vw;
  }

  .heading-xsm {
    font-size: 2vw;
  }

  .super-text {
    font-size: 8vw;
  }

  .p-lg {
    font-size: 20px;
  }

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

  .arrow-menu {
    width: 6%;
  }

  .about-parent {
    padding: 80px 40px 60px;
  }

  .s-parent {
    flex-direction: column;
    display: flex;
  }

  .s-link {
    margin-bottom: 10px;
  }

  .scroll-animation-wrapper.statement {
    display: none;
  }

  .text-block {
    font-size: 1.5vw;
  }

  .heading {
    padding-left: 1em;
    left: auto;
  }

  .video-link {
    max-width: 71.5em;
  }

  .erklaertext-div {
    width: 40em;
    position: relative;
    bottom: 13.4em;
  }

  .paragraph {
    font-size: 1.39em;
  }

  .paragraph.spec {
    text-align: left;
    font-size: 1.5em;
  }

  .image {
    left: 4.8em;
  }

  .handhabe-grid {
    display: flex;
  }

  .grid-block {
    width: 71.5em;
  }

  .grid-block.events {
    width: 100%;
    padding-top: 10px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-block.specification {
    flex-direction: column;
  }

  .grid-block.txt-block {
    padding-top: 10px;
  }

  .grow-line-second {
    display: none;
  }

  .symbol._2, .symbol._3, .symbol._1 {
    width: 4em;
  }

  .grow-line-upwards-left {
    width: 90vw;
  }

  .grid-big {
    flex-direction: column;
  }

  .number-picture {
    order: 1;
  }

  .partnerinnen {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-13 {
    font-size: 2em;
  }

  .line-container {
    width: 55%;
  }

  .sticky-header-column {
    width: 50%;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .list-item {
    font-size: .8rem;
  }

  .sticky-info-column {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .question-heading {
    font-size: 2vw;
  }

  .wrap {
    font-size: 1vw;
    display: block;
  }

  ._2-col-grid {
    align-content: start;
    align-items: start;
  }

  .sticky-header-column-2, .sticky-header-column-3 {
    width: 50%;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .sticky-info-column-2 {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sticky-header-column-4 {
    width: 50%;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .sticky-info-column-3 {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-wrapper {
    width: 40vw;
  }

  .link-block {
    width: 100%;
  }

  .item-2 {
    flex: none;
  }

  .kapitel-txt {
    margin-right: 60px;
    font-size: 2.75em;
  }

  .paragrap-p2m {
    font-size: 11.75em;
  }

  .heading-9 {
    letter-spacing: -.03em;
    margin-left: 0;
    font-size: 58.75em;
  }

  .heading-9.b2 {
    font-size: 45em;
  }

  .logo-container-impressum {
    padding-left: 40.9em;
  }

  .heading-4 {
    font-size: 27em;
  }

  .hero_right {
    height: 58em;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1vw;
    overflow: hidden;
  }

  .hero_left {
    width: 100%;
    height: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .splide__slide {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10em;
  }

  .container-4 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-4.hero {
    height: auto;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero_content {
    padding-top: 7.8em;
  }

  .splide.splide2 {
    width: 100%;
  }

  .splide__list {
    justify-content: flex-start;
    align-items: center;
  }

  .slide2_img {
    width: 80%;
    height: 59.6em;
  }

  .sticky-header-column-5 {
    width: 50%;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 4vw;
  }

  h4 {
    font-size: 3vw;
  }

  .styleguide-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-lg {
    font-size: 8vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .heading-sm {
    font-size: 4vw;
  }

  .heading-xsm {
    font-size: 3vw;
  }

  .super-text {
    font-size: 8vw;
  }

  .menu-parent {
    height: 100vh;
  }

  .menu-panel.bg-cream-shade {
    display: none;
  }

  .menu-link-parent {
    padding-left: 2em;
    padding-right: 2em;
  }

  .arrow-menu {
    width: 4%;
  }

  .menu-panel-left {
    width: 100%;
  }

  .logo-menu {
    width: 120px;
  }

  .grid {
    width: 100%;
  }

  .lottie-animation {
    width: 80px;
  }

  .scroll-animation-wrapper.statement {
    display: none;
  }

  .scroll-text {
    font-size: 10px;
  }

  .text-block {
    font-size: 2vw;
  }

  .video-link {
    max-width: 65em;
  }

  .erklaertext-div {
    width: 60em;
    bottom: 0;
  }

  .paragraph {
    font-size: 3em;
  }

  .handhabe-grid {
    overflow: hidden;
  }

  .main {
    background-color: #f2f2f2;
    overflow: hidden;
  }

  .grid-block {
    width: 65em;
  }

  .spec-inner-wrap {
    align-items: flex-start;
  }

  .info-flex-box {
    width: 20em;
    justify-content: space-between;
  }

  .symbol._2, .symbol._3, .symbol._1 {
    width: 4em;
  }

  .lightbox-video-in-icon {
    width: 100%;
  }

  .zoomed-div {
    transform: scale(.7);
  }

  .partnerinnen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-member-description {
    font-size: 2em;
  }

  .team-member-image.barbara, .team-member-image.sebastian, .team-member-image.rainer {
    min-height: 0;
  }

  .paragraph-13 {
    font-size: 2.1em;
  }

  .line-container {
    width: 60%;
  }

  .paragraph-11 {
    padding-bottom: 180px;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .question-heading {
    font-size: 3vw;
  }

  .wrap {
    display: block;
  }

  .full-width {
    width: 100%;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .link-wrapper {
    width: 50vw;
  }

  .menu-button {
    top: 20px;
  }

  .item-2 {
    flex: none;
  }

  .kapitel-txt {
    text-align: left;
    margin-right: 60px;
    font-size: 3em;
  }

  .zoomed-div-intro {
    transform: scale(.7);
  }

  .paragrap-p2m {
    font-size: 15.15em;
  }

  .paragrap-p2m.b2 {
    font-size: 20.5em;
  }

  .heading-9 {
    letter-spacing: -.03em;
    font-size: 65.25em;
  }

  .heading-9.b2 {
    text-align: left;
    letter-spacing: .05em;
    margin-left: 0;
    padding-left: .9em;
  }

  .column-4 {
    padding-left: 10px;
  }

  .columns-2 {
    padding-left: 31em;
  }

  .paragraph-foederung {
    padding-bottom: 0;
    padding-right: 158.3em;
  }

  .logo-container-impressum {
    padding-left: 40.9em;
  }

  .logo-imp {
    width: 50%;
    max-width: none;
  }

  .logo-imp.hu {
    width: 40%;
  }

  .text-wrapper-foederer {
    width: 100%;
    margin-bottom: 44.5em;
  }

  .hero_right {
    height: 90.1em;
  }

  .slide2_img {
    width: 100%;
    height: 90em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7.3vw;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 6vw;
  }

  h4 {
    font-size: 4vw;
  }

  .heading-lg {
    font-size: 12vw;
  }

  .heading-md {
    font-size: 7vw;
  }

  .heading-sm {
    font-size: 6vw;
  }

  .heading-xsm {
    font-size: 4vw;
  }

  .super-text {
    font-size: 8vw;
  }

  .super-text.interview {
    font-size: 10em;
  }

  .p-lg {
    font-size: 18px;
  }

  .img-child.img-18, .img-child.img-19 {
    background-position: 0%;
  }

  .arrow-menu {
    width: 6%;
  }

  .parent-full {
    padding-left: 20px;
  }

  .about-parent {
    padding: 40px 20px;
  }

  .s-link {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .div-bottom {
    bottom: 14px;
    left: 14px;
  }

  .scroll-animation-wrapper.statement {
    display: none;
  }

  .text-block {
    font-size: 3vw;
  }

  .video-link {
    max-width: none;
    top: 0;
  }

  .erklaertext-div {
    width: 80em;
    bottom: 0;
  }

  .paragraph.spec {
    font-size: 3em;
  }

  .paragraph.welcome-txt {
    width: 100%;
    font-size: 4em;
  }

  .paragraph.big._25.gro-e-zahl {
    font-size: 14em;
  }

  .paragraph.big._25-jahre {
    font-size: 5em;
  }

  .paragraph.big.ch {
    width: 100%;
    font-size: 3.5em;
  }

  .image {
    left: auto;
  }

  .handhabe-grid {
    flex-direction: column;
    grid-template: ". . . . . ."
                   ". . . . . ." 1fr
                   ". . . . . ." 1fr
                   ". . . . . ." 1fr
                   ". . . . . ." 1fr
                   ". . . . . ." 1fr
                   ". . . . . ." 1fr
                   ". . . . . ." 1fr
                   / 50% 50%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    overflow: visible;
  }

  .main {
    overflow: visible;
  }

  .grid-block {
    width: 100%;
  }

  .grid-block.events {
    z-index: 20;
    padding-top: 0;
    padding-left: 30px;
  }

  .grid-block.specification {
    width: 79%;
    height: 41.5em;
    top: 6.3em;
  }

  .grid-block.txt-block {
    z-index: 20;
    padding-top: 0;
    padding-left: 10px;
  }

  .grow-line {
    height: 110vh;
  }

  .spec-inner-wrap {
    width: auto;
    padding-top: 5.5vw;
    padding-left: 5em;
  }

  .info-flex-box {
    width: 47em;
  }

  .symbol._2 {
    width: 10em;
    margin-left: 6.3em;
  }

  .symbol._3 {
    width: 10em;
    margin-left: 3em;
  }

  .symbol._1 {
    width: 10em;
    margin-left: 6.3em;
  }

  .symbol.centered-light-box {
    width: 8em;
    height: 8em;
  }

  .grow-line-upwards-right {
    width: 50em;
  }

  .image-2.absolute {
    z-index: 800;
    width: 100%;
    display: none;
    top: 4.9em;
  }

  ._01 {
    display: none;
  }

  .welcome-head {
    margin-bottom: .5em;
    font-size: 10em;
  }

  .welcome-wrapper {
    height: 100vh;
    justify-content: center;
    padding: 8em;
  }

  .bg-ws {
    font-size: .8em;
  }

  .txt-bow-white-bg.first {
    margin-top: 5em;
  }

  .right-slide-txt-wrapper {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-wrap._25, .paragraph-wrap._25._1 {
    width: 90%;
  }

  .icons-box {
    flex-direction: column;
  }

  .icons-box._25-jare {
    width: 80%;
  }

  .icon-wrap {
    margin-bottom: 2em;
  }

  .lightbox-video-in-icon {
    min-height: 0;
  }

  .icon {
    width: 5em;
    height: 100%;
  }

  .icon.inverted {
    width: 6em;
    margin-right: 4em;
  }

  .icon.dgs {
    width: 5.5em;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: auto;
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 5vh;
    padding: 10px 20px;
  }

  .team-member-link-text {
    font-size: 1.5em;
  }

  .grid-partner {
    flex-direction: column;
    display: flex;
  }

  .team-member-link {
    width: 100%;
    min-height: 70px;
    align-self: end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-description-wrapper {
    z-index: 80;
    padding: 30px 20px;
    position: relative;
  }

  .team-member-description {
    max-width: 100%;
    font-size: 10px;
    line-height: 18px;
  }

  .team-member-button-filler {
    display: none;
  }

  .team-member-image {
    min-height: 290px;
  }

  .team-member-image.barbara, .team-member-image.sebastian, .team-member-image.rainer {
    min-height: 290px;
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-13 {
    font-size: 4em;
  }

  .paragraph-13.invert {
    font-size: 4.5em;
  }

  .paragraph-8, .paragraph-8.shorter {
    width: 94%;
    font-size: 3.025em;
  }

  .flex-2.hor.space-bwtween {
    align-items: center;
  }

  .image-5.inverted, .image-5.big {
    width: 6em;
    max-width: none;
  }

  .lightbox-link.relative.willkommen {
    padding-bottom: 18px;
    bottom: 15.9em;
  }

  .lightbox-link.lupe-relativ {
    top: -.6em;
    right: -1.7em;
  }

  .image-4 {
    width: 6em;
    max-width: none;
  }

  .text.margin-5-right-2.overflow_show {
    overflow: visible;
  }

  .line-container {
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-11 {
    padding-bottom: 20.1em;
  }

  .paragraph-11._2.leo.full {
    padding-bottom: 23.9em;
    padding-left: 0;
    position: relative;
    top: 2.5em;
    left: 0%;
  }

  .resources-block {
    margin-left: 5%;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .line-ver.short {
    height: 320px;
  }

  .line-ver.long {
    height: 335px;
  }

  .sticky-header-column {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 5vh;
    margin-bottom: 5vh;
    position: static;
  }

  .guideline-wrap-info {
    height: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .guideline-wrap-info.left-align {
    height: auto;
  }

  .guideline-wrap-info.hide {
    display: none;
  }

  .sticky-section-first {
    min-height: 0;
    flex-direction: column;
  }

  .sticky-info-column {
    width: 100%;
    align-items: center;
  }

  .image-8 {
    width: 100%;
    max-width: 100%;
  }

  .question-heading {
    font-size: 4.5vw;
  }

  .lightbox-wrap {
    width: auto;
    justify-content: space-between;
  }

  .change-pic {
    width: 100%;
    max-width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    position: relative;
  }

  .line {
    display: none;
  }

  .container-3 {
    height: 100%;
  }

  .two-page-section.black {
    height: auto;
    margin-bottom: 5vh;
  }

  .full-width.big {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2.section--center {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-col-grid {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .sticky-header-column-2 {
    width: 100%;
    height: auto;
    min-height: 50vh;
    position: static;
  }

  .sticky-header-column-2.smaller {
    min-height: 25vh;
  }

  .sticky-header-column-3 {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 5vh;
    margin-bottom: 5vh;
    position: relative;
  }

  .sticky-setion-second {
    min-height: 0;
    flex-direction: column;
  }

  .sticky-info-column-2 {
    width: 100%;
  }

  .sticky-header-column-4 {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 5vh;
    margin-bottom: 5vh;
    position: static;
  }

  .sticky-info-column-3 {
    width: 100%;
  }

  .link-wrapper {
    width: 80vw;
    top: 80px;
  }

  .link-block.last {
    margin-bottom: 60px;
  }

  .menu-wrap {
    align-items: stretch;
    display: none;
  }

  .menu-button {
    justify-content: flex-end;
    right: 0;
  }

  .link-text {
    font-size: 20px;
    line-height: 50px;
  }

  .item-2 {
    flex: none;
  }

  .kapitel-txt {
    margin-right: 45px;
    display: block;
  }

  .zoomed-div-intro {
    background-position: 15%;
    background-size: cover;
    display: block;
    transform: scale(.7);
  }

  .list-5.margin-bottom {
    margin-bottom: 5vh;
  }

  .column-5 {
    position: static;
  }

  .paragrap-p2m {
    letter-spacing: normal;
    font-size: 31em;
  }

  .paragrap-p2m.b2 {
    opacity: 1;
    line-height: 1.65em;
  }

  .paragrap-p2m.b2.imp {
    font-size: 31em;
  }

  .datenschutz-text {
    overflow: hidden;
  }

  .datenschutz-header {
    justify-content: flex-start;
    padding-left: 41em;
  }

  .datenschutz-wrapper {
    margin-top: 0;
    padding-top: 183px;
  }

  .datenschutz-wrapper.section {
    padding-top: 80px;
  }

  .heading-9 {
    letter-spacing: -.03em;
    margin-left: 0;
    font-size: 99em;
    line-height: 1.1;
  }

  .heading-9.b2 {
    text-align: left;
    letter-spacing: .05em;
    margin-left: 0;
    padding-left: .9em;
    font-size: 60em;
  }

  .heading-9.b2.data {
    margin-left: 0;
    padding-left: 0;
  }

  .column-4 {
    padding-top: 24.1em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .verantwortliche {
    padding-top: 80px;
  }

  .phone-link {
    color: #676767;
    display: none;
  }

  .columns-2 {
    margin-top: 236em;
    padding-left: 31em;
  }

  .paragraph-foederung {
    margin-top: 79em;
    padding-right: 49.5em;
  }

  .logo-container-impressum {
    flex-flow: column;
    align-items: flex-start;
    padding: 51.9em 9em 0 50.5em;
  }

  .foerderer {
    padding-top: 8em;
  }

  .logo-imp {
    width: 50%;
    margin-top: 40em;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .logo-imp.hu {
    margin-top: 0;
  }

  .text-wrapper-foederer {
    width: 100%;
    margin-bottom: 28.1em;
    padding-left: 50.5em;
  }

  .heading-4 {
    font-size: 68em;
    font-weight: 400;
  }

  .heading-4.imp {
    letter-spacing: normal;
    font-size: 38.5em;
    font-weight: 300;
  }

  .small {
    font-size: 16px;
  }

  .hero_right {
    height: 100em;
  }

  .hero_left {
    padding-top: 1.7em;
    padding-bottom: 1em;
  }

  .container-4.hero {
    height: 100vh;
  }

  .hero_content {
    min-height: 0;
    padding-top: 4.5em;
  }

  .hero_text {
    font-size: 1.5em;
  }

  .splide.splide2 {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide2_img {
    width: 100%;
    height: 100em;
  }

  .sticky-header-column-5 {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 5vh;
    margin-bottom: 5vh;
    position: static;
  }

  .sticky-section-third {
    min-height: 0;
    flex-direction: column;
  }

  .list-6 {
    padding-left: 0;
  }
}

#w-node-_7a59db5a-6de3-1551-9d92-8552c00c5cb6-7b628868 {
  grid-area: 1 / 1 / 6 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_5479d11e-9d2d-ed6d-8e87-399de78b79bf-7b628868 {
  grid-area: 2 / 4 / 5 / 7;
}

#w-node-c28400a0-84d6-33db-5502-d1a7df5b9f10-7b628868 {
  grid-area: 1 / 4 / 7 / 7;
  align-self: start;
  justify-self: center;
}

#w-node-fd633981-8e77-08bb-0c51-ef91efe338df-7b628868 {
  grid-area: 5 / 4 / 6 / 7;
  align-self: stretch;
  justify-self: center;
}

#w-node-_55f07601-7768-8d7c-119b-eba486dc70df-7b628868 {
  grid-area: 4 / 6 / 6 / 10;
  align-self: center;
  justify-self: end;
}

#w-node-a72eb472-24a5-f2b3-0e28-b48ab591e516-7b628868 {
  grid-area: 6 / 6 / 7 / 10;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd03-7b628868 {
  grid-area: 3 / 1 / 7 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd05-7b628868 {
  grid-area: 5 / 4 / 8 / 7;
  align-self: auto;
  justify-self: auto;
}

#w-node-_533fbc2b-64d8-56c2-d77e-01bb8d5f5236-7b628868 {
  grid-area: 2 / 4 / 6 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_2fa49d2f-d7df-2d60-0dd9-d4f3798cba7d-7b628868 {
  grid-area: 3 / 1 / 7 / 4;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd25-7b628868 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd26-7b628868 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd27-7b628868 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd28-7b628868 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd29-7b628868 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd2a-7b628868 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd2b-7b628868 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd2c-7b628868 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-c71bc679-f789-f5ad-98dd-5cac0acedacd-7b628868 {
  grid-area: 1 / 4 / 9 / 7;
  align-self: auto;
  justify-self: auto;
}

#w-node-d5347ac1-c408-2b19-641d-42cc8ba5f9f7-7b628868 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-ade95c30-6a2e-8654-b082-0fe387831b06-7b628868 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ade95c30-6a2e-8654-b082-0fe387831b07-7b628868 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ade95c30-6a2e-8654-b082-0fe387831b08-7b628868 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-ade95c30-6a2e-8654-b082-0fe387831b09-7b628868 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ade95c30-6a2e-8654-b082-0fe387831b0b-7b628868 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-ade95c30-6a2e-8654-b082-0fe387831b0c-7b628868 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_512c06c0-5dcc-7160-505f-a7e2fbcee578-7b628868 {
  grid-area: 1 / 4 / 9 / 7;
  align-self: auto;
  justify-self: auto;
}

#w-node-_512c06c0-5dcc-7160-505f-a7e2fbcee57a-7b628868 {
  grid-area: 1 / 1 / 10 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_2c3406cd-b465-f4f6-2400-590c2d70f03e-7b628868 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_2c3406cd-b465-f4f6-2400-590c2d70f03f-7b628868 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_2c3406cd-b465-f4f6-2400-590c2d70f046-7b628868 {
  grid-area: 2 / 4 / 3 / 6;
  align-self: end;
}

#w-node-cf39c6f5-a129-64ff-98c7-a3eddbf21112-7b628868 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-cf39c6f5-a129-64ff-98c7-a3eddbf21113-7b628868 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-cf39c6f5-a129-64ff-98c7-a3eddbf2111a-7b628868 {
  grid-area: 2 / 4 / 3 / 6;
  align-self: end;
}

#w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fad-7b628868 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fae-7b628868 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fb5-7b628868 {
  grid-area: 2 / 4 / 3 / 6;
  align-self: end;
}

#w-node-_8f4e9c63-99d7-a5df-6e9d-1af70a966499-7b628868, #w-node-cf823d6e-3b7e-7298-141b-8b369f59bc83-7b628868, #w-node-cf204396-3fc8-5319-6593-24b512c2e243-7b628868, #w-node-cf204396-3fc8-5319-6593-24b512c2e244-7b628868, #w-node-c8689fe1-02f7-c3b9-f24a-e13dd111b43d-7b628868, #w-node-c8689fe1-02f7-c3b9-f24a-e13dd111b43e-7b628868 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd03-7b628868 {
    grid-area: 2 / 1 / 5 / 7;
  }

  #w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd05-7b628868 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-_533fbc2b-64d8-56c2-d77e-01bb8d5f5236-7b628868 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c71bc679-f789-f5ad-98dd-5cac0acedacd-7b628868, #w-node-_512c06c0-5dcc-7160-505f-a7e2fbcee578-7b628868 {
    grid-area: 2 / 3 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd05-7b628868, #w-node-c71bc679-f789-f5ad-98dd-5cac0acedacd-7b628868, #w-node-_512c06c0-5dcc-7160-505f-a7e2fbcee578-7b628868 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2c3406cd-b465-f4f6-2400-590c2d70f046-7b628868, #w-node-cf39c6f5-a129-64ff-98c7-a3eddbf2111a-7b628868, #w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fb5-7b628868 {
    grid-area: 2 / 3 / 3 / 6;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd03-7b628868 {
    grid-area: 2 / 1 / 6 / 7;
  }

  #w-node-dbb5ae79-4181-7675-5f7f-bcb5d66fbd05-7b628868 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_533fbc2b-64d8-56c2-d77e-01bb8d5f5236-7b628868 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c71bc679-f789-f5ad-98dd-5cac0acedacd-7b628868, #w-node-_512c06c0-5dcc-7160-505f-a7e2fbcee578-7b628868 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2c3406cd-b465-f4f6-2400-590c2d70f03e-7b628868 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_2c3406cd-b465-f4f6-2400-590c2d70f03f-7b628868 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_2c3406cd-b465-f4f6-2400-590c2d70f046-7b628868 {
    grid-area: 2 / 2 / 3 / 6;
    align-self: end;
  }

  #w-node-cf39c6f5-a129-64ff-98c7-a3eddbf21112-7b628868 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-cf39c6f5-a129-64ff-98c7-a3eddbf21113-7b628868 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-cf39c6f5-a129-64ff-98c7-a3eddbf2111a-7b628868 {
    grid-area: 2 / 2 / 3 / 6;
    align-self: end;
  }

  #w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fad-7b628868 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fae-7b628868 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_4c4a3e7a-aed2-092c-ab4c-403df80f7fb5-7b628868 {
    grid-area: 2 / 2 / 3 / 6;
    align-self: end;
  }
}


@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Regular';
  src: url('../fonts/Helvetica-Neue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgroteskbook25';
  src: url('../fonts/SharpGroteskBook25.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue Roman';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLight.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}