:root {
  --font: "Roobert";
  --light: 200 !important;
  --regular: 300 !important;
  --semibold: 500 !important;
  --heavy: 900 !important;
  --background-color: #ffffff !important;
  --white: #ffffff !important;
  --sz-black: #221F1F !important;
  --white-80: rgba(255, 255, 255, 0.8) !important;
  --gruen: #3CB3AC;
  --swiper-navigation-color: var(--gruen) !important;
  --swiper-pagination-color: var(--gruen) !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #ffffff;
    --white: #ffffff;
    --sz-black: #221F1F;
    --white-80: rgba(255, 255, 255, 0.8);
    --sz-gruen: #3CB3AC;
  }
}
.format {
  font-family: var(--font) !important;
  background: var(--background-color) !important;
}
.format .fixed {
  position: fixed;
  top: 60%;
  z-index: 20;
  left: 0;
  width: 46px;
  transform: rotate(-90deg);
}
.format .fixed .cta.primary.rotate {
  margin: 0;
  width: 400px;
  animation: cta 5s ease-in forwards;
}
.format p {
  font-weight: var(--regular);
}
.format h1, .format h2, .format h3 {
  font-family: var(--font) !important;
}
.format b {
  font-weight: var(--semibold) !important;
}
.format header {
  color: var(--sz-black) !important;
  background-color: var(--background-color) !important;
}
.format header h1 {
  font-weight: var(--semibold);
}
.format header .subheadline {
  font-family: var(--font) !important;
}
.format header.textbox-center article .header-title .header-content {
  max-width: 850px;
  background: var(--white-80) !important;
  padding: calc(5 * var(--space)) calc(5 * var(--space));
}
.format header figure picture img {
  object-position: bottom;
}
.format header a.logo {
  right: auto !important;
  top: 0;
  padding: 50px;
}
.format header a.logo img {
  width: 100%;
  max-width: 500px;
}
.format header.textbox-center article .arrow {
  bottom: calc(7 * var(--space)) !important;
  animation: arrow-down 2s ease-in-out infinite alternate both;
}
.format .background {
  background: var(--background-color);
  width: 100%;
  color: var(--sz-black);
}
.format section.copy.intro {
  font-family: var(--font) !important;
}
.format section.copy.intro p {
  font-weight: var(--semibold);
}
.format figure {
  flex-direction: row;
}
.format figure figcaption {
  font-family: var(--font) !important;
  font-weight: var(--light);
}
.format figure.image {
  flex-flow: column !important;
}
.format section.image-2 figure {
  flex-direction: column;
}
.format .slider figure {
  flex-direction: column;
}
.format .swiper-button-next, .format .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 46%);
}
.format .cta button {
  font-family: var(--font) !important;
}
.format .cta.primary button {
  background: var(--gruen);
  color: var(--white);
  border-radius: 0;
  font-size: 1.3rem;
}
.format .cta.primary button:hover {
  background: var(--gruen);
  opacity: 0.8;
}
.format .progress-container .progress-bar {
  background: var(--gruen);
}
.format .social .social-buttons a svg {
  fill: var(--sz-black);
}
.format .teaser .content {
  background: var(--white-80);
  padding: 3rem;
  width: 33, 3%;
  color: var(--sz-black);
}
.format .teaser .content h2 {
  text-underline-offset: 8px;
  margin-bottom: 20px;
}
.format .teaser .content h2.gruen {
  text-decoration: underline #78BD43;
}
.format .teaser .content h2.gelb {
  text-decoration: underline #FFD134;
}
.format .teaser .content h2.orange {
  text-decoration: underline #F16922;
}
.format .teaser .content h2.gruen {
  text-decoration: underline var(--gruen);
}
.format .teaser .content h2.lila {
  text-decoration: underline #7969AE;
}
.format .teaser .content span {
  font-weight: var(--heavy) !important;
}
.format .teaser {
  gap: calc(2 * var(--space-2));
  padding: 0 var(--space-2);
}
.format .teaser h2 {
  margin: 0;
}
.format .teaser-image-left a {
  flex-flow: row;
}
.format .teaser-image-left a article {
  border-left: 0;
}
.format .teaser-image-right a {
  flex-flow: row-reverse;
}
.format .teaser-image-right a article {
  border-right: 0;
}
.format .teaser-image-left a, .format .teaser-image-right a {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  text-align: left;
}
.format .teaser-image-left a > *, .format .teaser-image-right a > * {
  width: 50% !important;
}
.format .teaser-image-left figure, .format .teaser-image-right figure {
  display: flex;
  flex-flow: row;
  position: relative;
}
.format .teaser-image-left figure picture, .format .teaser-image-right figure picture {
  display: flex;
  width: 100%;
}
.format .teaser-image-left figure picture img, .format .teaser-image-right figure picture img {
  aspect-ratio: 16/9;
}
.format .teaser-image-left article, .format .teaser-image-right article {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 40px;
  text-align: left;
  border: 1px solid var(--grey-700);
}
.format .teaser-image-left article button.cta, .format .teaser-image-right article button.cta {
  margin: 20px 0 0;
  background: var(--gruen);
  color: var(--white);
  border-radius: 0;
  font-size: 1.3rem;
  border: 0;
  border-radius: 0;
  align-self: start;
  padding: calc(var(--space-2) / 2) var(--space-2);
  font-weight: var(--bold);
}
.format .teaser-image-left article h2, .format .teaser-image-right article h2 {
  font-size: 2rem;
  color: var(--sz-black) !important;
}
.format .teaser-image-left article p, .format .teaser-image-right article p {
  font-size: 1.3rem;
  color: var(--sz-black) !important;
}
.format .teaser-image-right {
  display: flex;
}
.format .teaser-image-right figure {
  width: 100%;
}
.format .teaser-image-right article {
  background: var(--white-80);
  color: var(--sz-black) !important;
  text-align: left !important;
  width: 100%;
  align-content: center;
}
.format .teaser-image-right article .cta {
  margin: 20px 0;
}
.format .teaser-image-right article h2 {
  font-size: 2rem;
  color: var(--sz-black) !important;
}
.format .teaser-image-right article p {
  font-size: 1.3rem;
  color: var(--sz-black) !important;
}
.format .format-footer {
  background: var(--white);
  color: var(--sz-black);
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
  background-image: url("../img/vibeform_3.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: calc(2 * var(--space-2)) 0;
  gap: calc(2 * var(--space-2));
  z-index: 1;
}
.format .format-footer main {
  display: flex;
  flex-flow: column;
  text-align: left;
  max-width: 750px;
  gap: var(--space);
}
.format .format-footer main a.logo {
  padding: 50px;
}
.format .format-footer main a.logo img {
  width: 100%;
  max-width: 500px;
}
.format .format-footer main a {
  color: inherit;
  transition: 0.3s all ease-in-out;
}
.format .format-footer main .logo, .format .format-footer main .footer-copyright {
  align-self: center;
  margin-bottom: 3rem;
  text-align: center;
  margin-top: 3rem;
}
.format .format-footer main .footer-copyright {
  width: 100%;
  font-family: var(--font) !important;
  font-size: 12px;
  line-height: 140%;
}
.format .format-footer main .footer-copyright hr {
  max-width: 100%;
  width: 100%;
  margin: 1rem 0;
}
.format .copy > .number-box {
  padding: 2.5rem;
  max-width: 370px;
  margin: 0 -25% 0.5rem 0;
  float: right;
  color: #37A69F;
}
.format .number-box {
  position: relative;
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.format .number-box .flex {
  display: flex;
  flex-flow: row;
  gap: 15px;
  align-items: end;
}
.format .number-box .big {
  font-size: 6.25rem;
  line-height: 0.8;
}
.format .number-box .big-2 {
  font-size: 3.125rem;
  line-height: 0.8;
}
.format .number-box .big-2 span {
  font-size: 1.875rem;
}
.format .number-box .right {
  text-align: right;
}
.format .heavy {
  font-weight: 900;
}
.format .bold {
  font-weight: 500;
}
.format .no-wrap {
  white-space: nowrap;
}
.format .znv-infobox {
  width: 770px;
  max-width: 90vw;
  border: 2px solid #121212;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 3rem;
  margin: calc(2 * var(--space-2)) 0;
}
.format .znv-infobox img {
  max-width: max-content;
}
.format .znv-infobox h2 {
  font-size: 2.5rem;
  text-align: center;
  margin: 0;
}
.format .znv-infobox .big {
  font-size: 5rem;
}
.format .znv-infobox .wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 2.5rem;
}
.format .znv-infobox > .flex {
  gap: 5rem;
}
.format .znv-infobox .flex-col {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
  color: #37A69F;
}
.format .znv-infobox .orange {
  color: #F16922 !important;
}
.format .znv-infobox .black {
  color: #212121;
}
.format .znv-infobox.infobox-1 .flex-col {
  max-width: 270px;
  width: 100%;
}
.format .znv-infobox.infobox-1 .orange img {
  margin-top: 48px;
}
.format .znv-infobox.infobox-1 .orange .number-box .flex {
  align-items: center;
}
.format .znv-infobox.infobox-1 .number-box .flex {
  align-items: end;
}
.format .znv-infobox p {
  line-height: 1.4;
}
.format .znv-infobox.infobox-2 .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2.5rem;
}
.format .znv-infobox.infobox-2 .grid img:first-of-type {
  grid-row: 1;
  grid-column: 1;
}
.format .znv-infobox.infobox-2 .grid img:nth-of-type(2) {
  grid-row: 1;
  grid-column: 3;
}
.format .znv-infobox.infobox-2 .grid .number-box {
  grid-row: 2;
  grid-column: 1;
  color: #37A69F;
  align-self: end;
}
.format .znv-infobox.infobox-2 .grid .number-box.flex {
  display: flex;
  flex-flow: row;
  gap: 15px;
  align-items: end;
}
.format .znv-infobox.infobox-2 .grid .number-box:not(.black, .orange) {
  justify-self: end;
}
.format .znv-infobox.infobox-2 .grid .number-box.black {
  color: #121212;
  grid-row: 2;
}
.format .znv-infobox.infobox-2 .grid .number-box.orange {
  grid-column: 3;
}
.format .znv-infobox.infobox-2 .grid > .black {
  grid-row: 1;
  grid-column: 2;
  justify-self: center;
}
.format .znv-infobox.infobox-3 {
  text-align: center;
  font-weight: bold;
}
.format .znv-infobox.infobox-3 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  width: fit-content;
  margin: 0 auto;
}
.format .znv-infobox.infobox-3 .grid img:first-of-type {
  grid-row: 1;
  grid-column: 1;
}
.format .znv-infobox.infobox-3 .grid img:nth-of-type(2) {
  grid-row: 1;
  grid-column: 2;
}
.format .znv-infobox.infobox-3 .grid .number-box {
  flex-flow: row;
  align-items: flex-end;
  color: #37A69F;
}
.format .znv-infobox.infobox-3 .grid div:first-of-type {
  justify-self: end;
}
.format .copy.znv h3 {
  color: #37A69F;
  font-size: 2rem;
  font-weight: 500;
}
.format .copy.znv p {
  max-width: 500px;
  margin: auto;
}
.format strong {
  color: #37A69F;
  font-weight: normal;
}

.sz .format section.copy.intro {
  font-size: 20px;
  line-height: 1.7rem;
}
.sz .format .teaser a {
  background: transparent !important;
}
.sz .format .teaser p {
  font-size: 16px;
  line-height: 1.2rem;
}
.sz .format .teaser .content {
  padding: 2rem !important;
}
.sz .format .teaser .content h2 {
  font-weight: 400 !important;
  font-size: 1.2rem !important;
}
.sz .format .teaser .teaser-image-left a > * {
  width: auto;
}
.sz .format .teaser .teaser-image-left article {
  border: 1px solid var(--grau-3);
}
.sz .format .teaser .teaser-image-left article p {
  font-size: 16px;
  line-height: 1.5rem;
}
.sz .format .cta.primary button {
  font-size: 1rem !important;
}

@keyframes arrow-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@keyframes cta {
  0%, 80% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  .format .copy > .number-box {
    margin: 0 -12.5% 0.5rem 1rem;
  }
}
@media screen and (max-width: 860px) {
  .format .copy .number-box {
    float: none;
    margin: 0 auto calc(2 * var(--space)) auto;
    max-width: 360px;
    align-items: center;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .format .teaser-image-left a, .format .teaser-image-right a {
    flex-direction: column;
  }
  .format .teaser-image-left a > *, .format .teaser-image-right a > * {
    width: 100% !important;
  }
  .format .teaser-image-left a article, .format .teaser-image-right a article {
    border: 1px solid var(--grey-700);
    border-top: 0;
  }
  .format .znv-infobox.infobox-2 .grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.5rem;
  }
  .format .znv-infobox.infobox-2 .grid > * {
    grid-column: 1 !important;
  }
  .format .znv-infobox.infobox-2 .grid img:first-of-type {
    grid-row: 1;
  }
  .format .znv-infobox.infobox-2 .grid .number-box:not(.black, .orange) {
    grid-row: 2;
    justify-self: center;
  }
  .format .znv-infobox.infobox-2 .grid .black.heavy {
    grid-row: 3;
    margin-top: -1.5rem;
  }
  .format .znv-infobox.infobox-2 .grid .black.bold {
    grid-row: 3;
  }
  .format .znv-infobox.infobox-2 .grid .number-box.orange {
    grid-row: 4;
  }
  .format .znv-infobox.infobox-2 .grid img:nth-of-type(2) {
    grid-row: 5;
  }
}
@media screen and (max-width: 767px) {
  .format header h1 {
    font-size: 30px !important;
  }
  .format section.image-2 {
    flex-direction: column;
  }
  .format .fixed {
    width: 100%;
    padding: 0 !important;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .format .fixed .cta.primary.rotate {
    width: 100%;
  }
  .format .fixed .cta.primary.rotate button {
    font-size: 1rem;
    width: 100%;
  }
  .format section.fixed-image figure img.fixed-img {
    content: url(../img/fixed-image-mobile.webp);
  }
  .format .znv-infobox {
    max-width: 650px;
    width: calc(100% - 2 * var(--space));
    padding: var(--space-2) !important;
    margin: calc(2 * var(--space-2)) var(--space);
  }
}
@media screen and (max-width: 700px) {
  .format .znv-infobox.infobox-3 .grid {
    grid-template-columns: 1fr;
  }
  .format .znv-infobox.infobox-3 .grid > * {
    grid-column: 1 !important;
  }
  .format .znv-infobox.infobox-3 .grid img:nth-of-type(2) {
    grid-row: 3;
  }
}
@media screen and (max-width: 600px) {
  .format .znv-infobox.infobox-1 {
    max-width: 75%;
    min-width: 400px;
  }
  .format .znv-infobox.infobox-1 .wrapper {
    flex-flow: column;
    align-items: center;
  }
  .format .znv-infobox.infobox-1 .wrapper .flex-col {
    align-items: center;
  }
  .format .znv-infobox.infobox-1 .wrapper .flex-col img {
    margin: 0;
  }
  .format .znv-infobox.infobox-1 .wrapper .flex-col .number-box {
    align-items: center;
  }
  .format .znv-infobox.infobox-1 .wrapper .flex-col .number-box p {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .format .teaser-image-left a article.content, .format .teaser-image-right a article.content {
    padding: 1.5rem;
  }
  .format .teaser-image-left a article.content p, .format .teaser-image-right a article.content p {
    font-size: var(--copy-size) !important;
  }
}
@media screen and (max-width: 450px) {
  .format .znv-infobox.infobox-2 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .format header a.logo {
    top: var(--space);
  }
  .format header.textbox-center article .header-title .header-content {
    padding: calc(3 * var(--space)) calc(2 * var(--space)) !important;
  }
  .format header.textbox-center article .arrow {
    bottom: calc(5 * var(--space)) !important;
  }
}
@media screen and (max-width: 350px) {
  .format header a.logo {
    top: 0;
    padding: 20px;
  }
  .format header.textbox-center article .header-title .header-content {
    padding: calc(2 * var(--space)) calc(5 * var(--space)) !important;
  }
  .format header.textbox-center article .arrow {
    bottom: calc(5 * var(--space)) !important;
  }
}