@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal book;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_farben---white: white;
  --_farben---black: #000;
  --beige: #f6f4f2;
  --_farben---grau-orange: #9c906e;
  --_farben---farbe1: #b29770;
  --_farben---rot: #79281a;
  --_farben---farbe2: #efece5;
  --_farben---farbe3: #7f8a9e;
  --_farben---farbe4: #c5c8cc;
  --_farben---farbe5: #2d3b60;
  --_farben---altrose: #d8b7b8;
  --_farben---marmor-braun: #584539;
  --_farben---nachtblau: #2f3e4e;
  --_farben---silver: silver;
  --_farben---rauchgrau: #a39f98;
  --_farben---nickel: #b8b7b2;
  --_farben---anthrazit: #2b2b2b;
  --_farben---stein-grau: #8e8c87;
  --_farben---tiefblau: #1f3a5f;
  --_farben---parkgrün: #495d4e;
  --_farben---orange: #b55c41;
  --_farben---ink: #242022;
  --_farben---grau: #9ca09b;
  --_farben---grau-türkis: #a7b0b1;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 85vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.full-slider {
  z-index: 1;
  background-color: #0c0c0e;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.slider-background-wrapper.hero-wrapper-small {
  position: relative;
}

.background {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.right-arrow {
  display: none;
}

.slide-nav {
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 2rem;
}

.left-arrow {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
}

.mask {
  overflow: hidden;
}

.slider-background-sm {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 85vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background-sm {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.background-sm.bg-grey {
  background-color: #3f3f3f;
}

.background-sm.bg-gold {
  background-color: #8b7a4c;
}

.background-sm.bg-blue {
  background-color: #13141b;
}

.slider-wrap-sm {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 24vw;
  min-width: 20rem;
  max-width: 24rem;
  height: 60vh;
  max-height: 38rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.img-cover.size-one {
  width: 24vw;
  height: 64vh;
}

.img-cover.size-two {
  width: 42vw;
  height: 92vh;
}

.img-cover.size-three {
  width: 80vw;
  height: 92vh;
}

.img-cover.ber-uns {
  object-fit: cover;
}

.watch {
  z-index: 1;
  width: 22vw;
  min-width: 20rem;
  max-width: 24rem;
  position: absolute;
}

.styles {
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.super-text-hero {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 9rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.2;
  position: absolute;
  overflow: hidden;
}

.super-text-hero.blend {
  z-index: auto;
  mix-blend-mode: normal;
  position: relative;
  inset: 0% auto auto 0%;
}

.super-text-hero.blend.ab {
  color: #030303;
  position: absolute;
  inset: auto;
}

.super-text-hero.blend.ab.neu {
  color: var(--_farben---white);
}

.super-text-hero.blend.black {
  color: var(--_farben---black);
  margin-top: 140px;
}

.super-text-hero.blend.black.unten {
  margin-bottom: 140px;
}

.super-text-hero.off {
  display: block;
}

.super-text-hero.punkte {
  padding-top: 0;
  line-height: 1.7;
  overflow: hidden;
}

.hero-title {
  z-index: 3;
  color: var(--_farben---black);
  text-align: center;
  margin-top: 20px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  bottom: 5.5vh;
  left: 5vh;
}

.hero-title.right {
  color: var(--beige);
  text-align: right;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 2rem;
  display: block;
  left: auto;
  right: 5vh;
}

.hero-title.right.desktop.gold {
  color: var(--_farben---grau-orange);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-title.right.mobile {
  display: none;
}

.hero-title.left {
  color: var(--beige);
  text-align: left;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.2rem;
  display: block;
  top: 5vh;
  bottom: auto;
  left: 2.4rem;
}

.italic {
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.italic.text-white {
  text-decoration: none;
}

.slider-cover {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.nav-bar {
  z-index: 999;
  background-color: #181818;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.logo {
  z-index: 1;
  width: 9rem;
  position: relative;
}

.menu-parent {
  grid-row-gap: 4px;
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
}

.flex-c {
  display: none;
  position: relative;
}

.btn-parent {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding-top: 1px;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: .8rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.btn-parent.pull {
  margin-right: -1px;
  display: block;
}

.btn-parent.dark {
  color: #000;
  border-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.btn-parent.ohne {
  color: #000;
  border-style: none;
  border-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.section {
  z-index: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section.bg-fixed {
  background-image: url('../images/Mystery-Item-A-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 100px;
}

.section.no-hide {
  overflow: visible;
}

.spacer-large {
  width: 100%;
  padding-bottom: 8rem;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-split-btm {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.container.project.mittig {
  justify-content: center;
  align-items: center;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.size-one {
  float: right;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 88vh;
  display: flex;
}

.img-parent.size-two {
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 60vh;
  display: flex;
}

.img-parent.size-three {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-img.size {
  width: 72%;
  min-width: 18rem;
  height: 30rem;
}

.splide__slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__arrows {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 2rem;
  display: none;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.splide {
  width: 100%;
  height: 65%;
}

.splide.slider1 {
  height: 48rem;
  max-height: 44rem;
  padding-left: 4rem;
  overflow: hidden;
}

.splide.slider1.full {
  height: 60vh;
  padding-left: 0;
}

.img-child {
  background-color: var(--_farben---grau-orange);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-child.ab {
  position: absolute;
}

.img-child.full {
  width: 100%;
}

.splide__track {
  cursor: grab;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #d9d9e4;
  width: 4rem;
  height: 4rem;
  margin-left: -1px;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.spacer-medium {
  width: 100%;
  padding-bottom: 3rem;
}

.spacer-medium.linie {
  padding-top: 4em;
  padding-bottom: 4rem;
}

.bg-red {
  background-color: #c10016;
}

.bg-blue {
  background-color: #415b8f;
}

.parent-pad-side {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-medium {
  text-align: center;
  text-transform: none;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.heading-medium.name {
  border-style: none;
}

.heading-medium.wei {
  border-style: none;
  border-color: var(--beige);
  color: var(--beige);
  text-align: left;
  margin-top: 20px;
}

.heading-medium.wei.border {
  border-style: solid;
  width: auto;
  display: inline-block;
}

.heading-medium.wei.border.gold {
  margin-bottom: 0;
}

.heading-medium.mehr-zu-uns {
  border-style: solid;
  font-size: 1.2rem;
}

.heading-medium.border {
  color: var(--_farben---black);
  vertical-align: baseline;
  border-style: solid;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
}

.heading-medium.blog {
  vertical-align: baseline;
  border-style: solid;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-one {
  width: 18rem;
}

.slide-content.size-two {
  width: 21rem;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade {
  display: block;
}

.text-sm.text-white {
  opacity: .5;
  text-align: justify;
}

.text-sm.text-white.fade.neu {
  color: var(--_farben---black);
  padding-bottom: 20px;
}

.text-sm.beschreibung {
  color: var(--_farben---grau-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-sm.text-form {
  border-bottom: 1px solid var(--_farben---grau-orange);
  color: var(--_farben---grau-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.text-sm.text-form.phone {
  margin-top: 100px;
}

.text-sm.text-autor {
  border-bottom: 1px none var(--_farben---grau-orange);
  color: var(--_farben---grau-orange);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.text-sm.text-autor.white {
  color: var(--_farben---white);
}

.text-sm.text-autor.mittig {
  color: var(--beige);
  text-align: center;
}

.fade {
  opacity: .5;
}

.border-line {
  background-color: #0006;
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-line.light {
  background-color: #fff6;
  width: 74%;
}

.border-line.abstand {
  width: 100%;
  position: relative;
  top: auto;
}

.border-line.abstand-hoch {
  width: 100%;
  margin-top: 12em;
  position: static;
  top: 4em;
}

.border-line.abstand-werte {
  width: 100%;
  margin-top: 220px;
  margin-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
  display: block;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-text.text-white {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.border-line-text {
  z-index: 1;
  background-color: #c10216;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.parent-grid {
  width: 100%;
  display: flex;
}

.grid-left {
  width: 60%;
  padding-top: 16rem;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
}

.plus-icon {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.p-line {
  background-color: #000;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.p-line-w {
  background-color: #000;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 0 4rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col.bg-colour {
  z-index: 4;
  background-color: #222;
}

.text-size {
  max-width: 14ch;
}

.text-white {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
}

.scroll-text-parent {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text-parent.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.two.text-white.rel {
  position: relative;
}

.scroll-text-parent.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.three.text-white.rel, .parent {
  position: relative;
}

.parent.pad-top {
  padding-top: 1rem;
}

.num-ab {
  z-index: 4;
  mix-blend-mode: difference;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 14rem;
  line-height: .6;
  position: absolute;
  inset: auto -4rem -4.5rem auto;
}

.num-ab.mobile-space {
  bottom: -4.1rem;
  right: 4rem;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe.one {
  z-index: 3;
}

.img-whipe.one.mobile {
  position: relative;
}

.img-whipe.two {
  z-index: 2;
}

.img-whipe.two.mobile {
  position: relative;
}

.img-whipe.three {
  z-index: 1;
}

.img-whipe.three.mobile {
  position: relative;
}

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

.img-scroll.img-one {
  background-image: url('../images/Hero_03.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-two {
  background-image: url('../images/Hero_02.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-three {
  background-image: url('../images/Hero_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-four {
  background-color: var(--_farben---grau-orange);
  perspective: 1000px;
  transform: none;
}

.test-slider {
  background-color: #0000;
  width: 100%;
  min-height: 22rem;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  font-size: 6px;
  position: relative;
}

.slider-inner {
  text-align: center;
  width: 58rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-hero {
  background-color: var(--_farben---grau-orange);
  width: 100%;
  height: 36rem;
  max-height: 36rem;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-hero.breiter {
  background-color: var(--_farben---grau-orange);
  height: 100%;
  max-height: none;
}

.col-cta {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.col-cta.no-pad {
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.col-cta.top {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  height: 50vh;
}

.ticker-parent {
  justify-content: center;
  padding-top: 1rem;
  display: flex;
  position: relative;
  inset: auto auto 1rem 0%;
  overflow: hidden;
}

.footer {
  background-color: #000;
  width: 100%;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: hidden;
}

.menu-line-top {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.nav-links {
  grid-column-gap: 1.25rem;
  background-color: #181818;
  flex-flow: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 30px 40px 40px;
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
}

.italic-link {
  z-index: 1;
  text-transform: uppercase;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 200;
  position: relative;
}

.menu-drop {
  background-color: #181818;
  width: 100%;
  padding: 6rem 2rem 2rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-overlay {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #161616cc;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-line-mid, .menu-line-btm {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.watch-scroll {
  width: 26rem;
}

.btn-whipe {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  width: 100%;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-col.size {
  border-left: 1px solid #fff3;
  width: 22rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
}

.footer-row {
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-row.no-border {
  border-bottom-style: none;
}

.footer-row.off {
  display: none;
}

.heading-small {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-small.text-white {
  margin-top: 30px;
  font-family: Ppneuemontreal book, sans-serif;
}

.text-field {
  border: 3px solid #fff;
  height: 3rem;
  padding-left: 1.2rem;
  font-size: .8rem;
}

.text-field::placeholder {
  color: #000;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  height: 2.6rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: .8rem;
  position: absolute;
  inset: .2rem .2rem auto auto;
}

.form {
  position: relative;
}

.form-block {
  width: 100%;
}

.footer-logo {
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-bar {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.intro-loader {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.intro-logo.small {
  object-fit: contain;
  max-width: 50%;
}

.mobile-section {
  background-color: #222;
  display: none;
}

.div-hide {
  overflow: hidden;
}

.watch-full-mobile {
  object-fit: cover;
  width: 105%;
  max-width: 36rem;
  height: 37rem;
  max-height: 37rem;
  display: none;
}

.watch-full-mobile.on {
  object-fit: contain;
  height: 36rem;
  max-height: 36rem;
  display: block;
}

.watch-full-mobile.on.orange {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.heading {
  text-align: justify;
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}

.slider {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  max-width: 1152px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-vertical-slider {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr auto auto 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding: 6rem;
  display: flex;
  position: relative;
}

.bg-image {
  z-index: 0;
  vertical-align: top;
  object-fit: cover;
  width: 40vw;
  min-width: 800px;
  height: 70vh;
  display: inline-block;
  position: static;
  inset: 0%;
}

.bg-image.low {
  object-position: 50% 25%;
}

.bg-image.low.rechts {
  object-fit: cover;
}

.bg-image.low.rechts-moove {
  object-fit: cover;
  object-position: 65% 25%;
}

.bg-image.editorial {
  object-fit: cover;
}

.slide-vertical-move {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  position: absolute;
}

.title-s {
  z-index: 5;
  color: var(--_farben---black);
  text-align: center;
  letter-spacing: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.title-s.fade-in-1st {
  font-family: Ppneuemontreal book, sans-serif;
}

.title-s.fade-in-1st.dunkel {
  color: var(--_farben---black);
}

.title-s.fade-in-1st.dunkel.klein {
  text-align: left;
  font-size: 50px;
}

.title-s.dunkel {
  color: var(--_farben---black);
  text-align: center;
  font-size: 80px;
}

.title-s.naming {
  color: var(--_farben---black);
  text-align: left;
  font-size: 5em;
}

.title-s.klein {
  font-size: 80px;
}

.title-s.klein.wei {
  color: var(--beige);
  text-align: left;
  margin-top: 20px;
}

.title-s.klein.wei.regular {
  margin-top: 0;
  font-family: Ppneuemontreal book, sans-serif;
}

.title-s.klein.wei.ohne {
  margin-bottom: 0;
}

.title-s.dunkel-team {
  color: var(--_farben---black);
  font-size: 64px;
}

.rounded-arrow {
  color: #000000bf;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  font-size: 20px;
  display: flex;
}

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0;
  font-size: 4px;
  display: flex;
}

.link-black {
  color: #1f1f1f;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  position: relative;
  overflow: hidden;
}

.instagram {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.instagram.center {
  align-items: center;
}

.instagram-wrapper {
  z-index: 5;
  width: 200%;
  display: flex;
  position: relative;
}

.instagram-card-shift {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 64px 16px 16px;
}

.instagram-card {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 16px;
}

.title-xs {
  color: #1f1f1f;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.line-horizontal-grow {
  background-color: #1414121a;
  flex: 1;
  height: 1px;
  margin-left: 32px;
  margin-right: 32px;
}

.instagram-userpic {
  object-fit: cover;
  border-radius: 1000px;
  width: 64px;
  height: 64px;
}

.instagram-padding {
  z-index: 5;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.hover-line {
  background-color: #cb9274;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.instagram-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1152px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-instagram {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.grid-userpic-instagram {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.image-author {
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sticky-top-5vh {
  height: 90vh;
  display: flex;
  position: sticky;
  top: 5vh;
}

.about-section-black {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1f1f1f;
  background-color: #fff;
  flex-direction: column;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
}

.content-section {
  z-index: 5;
  width: 100%;
  padding: 80px;
  position: relative;
}

.empty-state {
  color: #f6f4f2;
  background-color: #e0694e;
  padding: 20px;
  font-size: 14px;
  font-style: italic;
}

.cms-collection {
  z-index: 5;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.width-75 {
  width: 75%;
}

.thumb-info-large-grid {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._2-columns-1-to-2 {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cms-item {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title-m {
  z-index: 5;
  color: var(--_farben---white);
  letter-spacing: -.01em;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.title-m.fade-in-1st {
  color: var(--_farben---black);
  text-align: left;
}

.title-m.kontakt {
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 5em;
  position: relative;
}

._1-column-2-on-mobile {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.margin {
  margin-bottom: 40px;
}

.search-button {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  height: 64px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: background-color .2s;
}

.search-button:hover {
  background-color: #cb9274;
}

.team-member-grid {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  width: 100%;
  height: 100%;
}

.team-member-grid.off {
  display: none;
}

.grid-all-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.demo-card-5 {
  z-index: 5;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 40%;
}

.demo-card-wrapper {
  z-index: 1;
  color: #1f1f1f;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -10px 0 10px #2b2a3505;
}

.demo-card-wrapper.w--current {
  box-shadow: inset 0 0 0 3px #2997ff, 0 0 30px 4px #2997ff66;
}

.demo-card-image {
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.image {
  object-fit: cover;
  width: 200%;
  height: 100%;
}

.image.kleines-bild {
  object-fit: cover;
}

.team-section {
  background-color: #f6f4f2;
  width: 100%;
  padding: 80px;
  position: relative;
}

.team-section.fade-in-6th {
  background-color: #fff;
}

.team-section.fade-in-5th {
  background-color: #0000;
  padding: 0 20px 20px;
}

.team-section.fade-in-5th.ohne {
  padding-left: 0;
  padding-right: 0;
}

.search {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.button-purchase {
  color: #fff;
  letter-spacing: 0;
  background-color: #0071e3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-grid {
  margin-bottom: 80px;
}

.caption {
  color: #cb9274;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.caption.off {
  display: none;
}

.grid-team {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.fade-in-1st {
  z-index: 50;
  text-align: justify;
  position: relative;
}

.fade-in-1st._20px {
  font-size: 20px;
  line-height: 1.5;
}

.close-search {
  border: 1px solid #e9e1da1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-card-3 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 20%;
}

.border-white-in-section {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: absolute;
  inset: 0%;
}

.all-layouts-section {
  z-index: 5;
  color: #1d1d1f;
  background-color: #0a0b0f;
  width: 100%;
  padding: 30px 20px;
  position: relative;
}

.demo-card-4 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.cms-tag-list-search {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-purchase-big {
  color: #fff;
  letter-spacing: 0;
  background-color: #0071e3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-l {
  letter-spacing: 0;
  text-transform: none;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.1;
}

.title-l.fade-in-2nd {
  text-align: left;
  font-family: Ppeditorialnew, sans-serif;
}

.title-l.fade-in-4th {
  text-align: left;
}

.title-l.fade-in-3rd {
  margin-top: 60px;
  font-family: Ppeditorialnew, sans-serif;
}

.title-l.fade-in-3rd.faqs {
  margin-top: 20px;
}

.title-l.fade-in-3rd.autor {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3vw;
}

.title-l.fade-in-3rd.autor.abstand-j {
  padding-left: 4px;
}

.title-l.fade-in-3rd.autor.abstand-al {
  padding-left: 8px;
}

.title-l.fade-in-3rd.white {
  color: var(--_farben---white);
  margin-top: 0;
}

.title-l.fade-in-3rd.abstand {
  padding-left: 20px;
}

.title-l.fade-in-3rd.abstand-was-ist {
  padding-left: 0;
}

.title-l.fade-in-3rd.abstand-a, .title-l.fade-in-3rd.abstand-b {
  padding-left: 5px;
}

.title-l.margin-grid.fade-in-1st {
  text-align: left;
  font-family: Ppneuemontreal book, sans-serif;
}

.title-l.margin-grid.fade-in-1st.ohne {
  margin-bottom: 0;
}

.title-l.text-zahlen {
  color: var(--_farben---rot);
  margin-top: 0;
  margin-right: 40px;
  font-family: Ppeditorialnew, sans-serif;
}

.title-l.slogan {
  color: var(--_farben---white);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 4vw;
}

.title-l.slogan.black {
  color: var(--_farben---black);
}

.hover-shape {
  background-color: #e0694e;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-shape.purchase {
  background-color: #2997ff;
}

.navbar-link {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.text-field-filled {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  height: 64px;
  margin-bottom: 0;
}

.overflow-hidden {
  z-index: 50;
  position: relative;
  overflow: hidden;
}

.layout {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.demo-card-6 {
  z-index: 5;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
}

.text-primary-1 {
  color: #e0694e;
}

.grid-demo-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.button-label {
  z-index: 5;
  margin-bottom: 60px;
  position: relative;
}

.close-button-label {
  z-index: 5;
  width: 24px;
  position: relative;
}

.demo-list {
  width: 100%;
  max-width: 800px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.thumb-info-small-grid {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.demo-card-2 {
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 10%;
}

.numbers {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 128px;
  font-weight: 400;
  line-height: 1;
}

._5-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._3-columns {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.caption-demo {
  color: #63636e;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.menu-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.display-demo {
  z-index: 2;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.hero-section {
  z-index: 5;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding: 80px;
  display: flex;
  position: relative;
}

.demo-card-1 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-navigation {
  z-index: 4;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body-linen {
  background-color: #f6f4f2;
  width: 100%;
  height: 100%;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1440px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.off {
  display: none;
}

.demo-container {
  color: #fff;
  background-color: #0e0f14;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-right {
  text-align: right;
  width: auto;
  padding: 20px 20px 0;
}

.grid-navbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.team-member-image {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  position: relative;
}

.team-member-image.left {
  height: auto;
}

.navigation-menu {
  z-index: 100;
  color: #fff;
  background-color: #1f1f1f;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  font-size: 12px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.tags-block-search {
  letter-spacing: 0;
  align-items: center;
  min-height: 80px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.foreword-character {
  margin-top: -1.875rem;
  padding-right: 2px;
  font-size: 150%;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.foreword-2 {
  z-index: 2;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 6vw;
  margin-right: 8px;
  padding-top: 1rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.testimonial-wrapper {
  z-index: 0;
  width: 200%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-wrapper.off {
  display: none;
}

.slide-tab {
  color: #ffffff80;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 4;
}

.slide-tab.w--current {
  color: #fff;
  background-color: #0000;
}

.accordion-wrapper {
  z-index: 3;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.lead {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.lead.fade-in-2nd {
  text-align: justify;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.lead.fade-in-2nd.impres {
  text-align: justify;
  margin-top: 0;
  padding-bottom: 0;
}

.lead.fade-in-2nd.impres.left {
  text-align: left;
}

.lead.fade-in-2nd.blog {
  padding-bottom: 0;
}

.lead.fade-in-2nd.autor {
  margin-top: 0;
  padding-bottom: 0;
}

.lead.ort {
  text-align: left;
}

.lead.text-zahlen {
  color: var(--_farben---white);
  text-align: justify;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.accordion-title {
  text-align: left;
  letter-spacing: 0;
  width: 75%;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-text {
  text-align: justify;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.accordion-text._20px {
  font-size: 20px;
  line-height: 1.5;
}

.about-section {
  z-index: 5;
  background-color: var(--beige);
  opacity: 1;
  color: #1f1f1f;
  width: 100%;
  padding: 120px 80px;
  position: relative;
  overflow: visible;
}

.fade-in-3rd {
  text-align: justify;
}

.fade-in-3rd._20px {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.5;
}

.accordion-section {
  z-index: 5;
  background-color: var(--beige);
  width: 100%;
  padding: 16vw;
  position: relative;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 25%;
  overflow: clip;
}

.image-3.kleiner {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 25%;
}

.testimonial-slider {
  width: 50%;
  min-height: 80vh;
  display: flex;
}

.testimonial-slider.off {
  display: none;
}

.tab-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-card-8 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 20%;
}

.demo-card-9 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.tab-line-bg {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.tabs-content {
  background-color: #1f1f1f;
  width: 100%;
  display: flex;
}

.testimonial-image {
  z-index: 0;
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-card-11 {
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 10%;
}

.tab-pane-testimonial {
  color: #fff;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 80px 80px 160px;
}

.demo-card-12 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.accordion-space-grid {
  z-index: 4;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5ebe3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  position: relative;
}

.accordion-space-grid.fade-in-1st {
  background-color: var(--_farben---white);
  margin-top: 100px;
}

.accordion-space-grid.accordeon-faqs {
  background-color: var(--_farben---white);
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
}

.accordion-space-grid.accordeon-werte {
  background-color: var(--_farben---white);
  width: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-right: 80px;
}

.accordion-trigger {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  position: relative;
}

.testimonial-section {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.expand-icon {
  color: #fff;
  text-align: center;
  border: 1px solid #e9e1da;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: relative;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-shift {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.quote {
  z-index: 5;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.accordion-line {
  background-color: #e9e1da;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-grid {
  z-index: 4;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.demo-card-14 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 20%;
}

.demo-card-15 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.accordion-title-small {
  letter-spacing: 0;
  width: 75%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.accordion-title-small.headlines {
  text-align: left;
}

.demo-card-17 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-white {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  position: relative;
  overflow: hidden;
}

.demo-card-19 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 20%;
}

.demo-card-20 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.demo-card-22 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-card-24 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 20%;
}

.demo-card-25 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.hover-line-grow {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.demo-card-27 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-card-29 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 20%;
}

.demo-card-30 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.demo-card-32 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img {
  object-fit: cover;
  border-radius: 2.5rem;
  width: 100%;
  height: 18.75rem;
}

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

.section-2 {
  background-color: var(--_farben---white);
  color: #000;
  width: 100%;
  height: auto;
}

.img_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container-3.marquee {
  padding-left: 0;
  padding-right: 0;
}

.image_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: grid;
}

.marquee_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading-2 {
  font-family: Ppeditorialnew, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
}

.hero_alt_imagegroup {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 60vw;
  min-height: 80rem;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.hero_alt_img {
  z-index: 90;
  opacity: 1;
  object-fit: cover;
  flex: 1;
  width: 75%;
  max-width: none;
  display: block;
  position: relative;
  top: -8em;
}

.heading-3 {
  font-family: Ppneuemontreal book, sans-serif;
}

.text-block-2 {
  text-align: left;
}

.text-block-2._20px {
  font-size: 18px;
}

.text-block-2._18-px {
  text-align: justify;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.5;
}

.text-block-3 {
  text-align: left;
}

.text-span-2 {
  border: 1px none var(--_farben---black);
  color: var(--_farben---black);
  text-align: justify;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.2rem;
}

.text-span-2.wei {
  border-color: var(--beige);
}

.text-span-2.wei.nochmal-wei {
  color: var(--_farben---white);
}

.text-span-3 {
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
}

.text-span-3.abstand-a {
  padding-left: 4px;
}

.text-span-4 {
  font-family: Ppneuemontreal book, sans-serif;
}

.text-span-5 {
  padding-left: 3px;
  font-family: Ppeditorialnew, sans-serif;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-family: Ppeditorialnew, sans-serif;
}

.text-span-11.abstand {
  padding-left: 10px;
}

.text-span-12, .text-span-13, .text-span-15, .text-span-16, .text-span-17 {
  font-family: Ppeditorialnew, sans-serif;
}

.text-span-18, .text-span-19 {
  font-family: Ppneuemontreal book, sans-serif;
}

.text-span-20, .text-span-21, .text-span-22 {
  font-family: Ppeditorialnew, sans-serif;
}

.text-span-22.abstand-a {
  padding-left: 4px;
}

.text-span-23 {
  padding-left: 5px;
  font-family: Ppeditorialnew, sans-serif;
}

.text-span-24, .text-span-25, .text-span-26, .text-span-28, .text-span-29, .text-span-30 {
  font-family: Ppeditorialnew, sans-serif;
}

.border-line-team {
  background-color: #0006;
  width: 100%;
  height: 1px;
  margin-bottom: 140px;
  position: relative;
  inset: auto;
}

.div-impressum {
  justify-content: space-between;
  width: 10vw;
  display: flex;
}

.abstand {
  width: 2vw;
}

.link-text {
  color: var(--_farben---black);
  font-weight: 400;
  text-decoration: underline;
}

.heading-4 {
  text-transform: none;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.7rem;
}

.div-text-box {
  width: 50%;
  padding: 2em 8em 0 4em;
  display: block;
}

.div-text-box.gold {
  padding-top: 2em;
  padding-bottom: 0;
}

.text-block-4 {
  color: var(--beige);
  text-align: justify;
  font-size: 20px;
  line-height: 1.5;
}

.text-block-4._20px {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.5;
}

.italic-text-2 {
  color: var(--_farben---black);
}

.inline-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.inline-wrapper.blog-text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.grit-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-faqs {
  z-index: 1;
  background-color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.fag-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 14em;
}

.text-box-links.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--_farben---grau-orange);
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
}

.text-box-links.linie {
  border-bottom: 1px solid var(--_farben---grau-orange);
}

.heading-5 {
  font-size: 5vw;
}

.heading-5.impree {
  text-align: left;
  font-size: 2vw;
}

.text-berschrift {
  text-align: justify;
  margin-bottom: 40px;
}

.text-berschrift.info {
  margin-top: 20px;
}

.accordion-title-fags {
  text-align: left;
  letter-spacing: 0;
  width: 75%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.div-header {
  height: 100vh;
}

.link-impressum {
  color: var(--_farben---black);
  transition: opacity .6s;
}

.link-impressum:hover {
  opacity: .4;
}

.link-impressum.gold {
  color: var(--_farben---grau-orange);
}

.headline-small {
  color: var(--_farben---grau-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}

.box-impressum {
  text-align: center;
  width: 75rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-impressum-klein {
  text-align: justify;
  text-transform: none;
  font-size: 20px;
}

.heading-impressum-l {
  text-transform: none;
  font-family: Ppneuemontreal book, sans-serif;
}

.container-aktuell {
  z-index: 5;
  background-color: var(--beige);
  width: 58rem;
  max-width: none;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.div-aktuell {
  justify-content: space-between;
  display: flex;
}

.div-aktuell.blog {
  flex-flow: column;
}

.image-11 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 20vw;
  max-width: none;
  height: 20vw;
}

.layout-blog {
  z-index: 1;
  background-color: var(--beige);
  margin-top: 40px;
  padding-top: 8em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.layout-blog.unterseite {
  background-color: var(--_farben---white);
}

.container-blog {
  z-index: 5;
  background-color: var(--beige);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.container-blog.box {
  background-color: var(--_farben---white);
}

.grid-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-blog.unterseite {
  grid-template-rows: auto;
}

.layout-werte {
  background-color: var(--beige);
  padding-top: 8em;
  padding-bottom: 8em;
}

.layout-werte.slogan {
  background-color: var(--_farben---rot);
}

.div-slogan {
  display: flex;
}

.link-footer {
  transition: opacity .6s;
}

.link-footer:hover {
  opacity: .5;
}

.div-anliegen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.textarea {
  height: auto;
}

.submit-button-2 {
  background-color: var(--_farben---black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}

.datenschutz {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-pflicht {
  color: var(--_farben---grau-orange);
  margin-bottom: 20px;
}

.checkbox-label {
  color: var(--_farben---grau-orange);
}

.image-blog-box {
  object-fit: contain;
  width: 100%;
  display: inline-block;
}

.text-italic {
  font-family: Ppeditorialnew, sans-serif;
}

.div-autor {
  border-top: 1px solid var(--_farben---grau-orange);
  border-bottom: 1px solid var(--_farben---grau-orange);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-autor {
  width: 15vw;
  max-width: none;
}

.div-autor-text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  display: flex;
}

.grid-ort {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.inline-wrapper-ort {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-top: 1px solid var(--_farben---grau-orange);
  border-bottom: 1px solid var(--_farben---grau-orange);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-project {
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-project.beige {
  background-color: var(--beige);
  padding-top: 8em;
  padding-bottom: 1em;
}

.container-project.dark {
  background-color: var(--_farben---grau-orange);
  padding-top: 12em;
  padding-bottom: 12em;
}

.text-bilder {
  color: var(--_farben---grau-orange);
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 16px;
}

.text-span-x {
  color: var(--_farben---rot);
  text-transform: uppercase;
}

.layout-project {
  padding-top: 8em;
}

.div-strich {
  background-color: var(--_farben---rot);
  width: 8em;
  height: 5px;
  margin-right: 40px;
}

.text-links, .text-lrechts {
  background-color: var(--_farben---white);
  width: 100%;
  padding: 0;
  position: relative;
}

.text-lrechts.transparent {
  background-color: var(--beige);
}

.text-projekt {
  font-size: 24px;
  line-height: 140%;
}

.div-abstand-text {
  height: 5em;
}

.div-bilder {
  height: 50vh;
}

.div-bilder.zimmer {
  height: auto;
}

.grid-projrkt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.grid-projrkt.kinderzimmer {
  flex-flow: column;
  display: flex;
}

.grid-projrkt.farben {
  margin-bottom: 60px;
}

.container-slogan {
  z-index: 5;
  width: 100%;
  max-width: 1152px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-projekt-2 {
  height: auto;
}

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

.grid-farbe {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.farbe {
  background-color: var(--_farben---farbe1);
  width: 21em;
  height: 21em;
}

.farbe._2 {
  background-color: var(--_farben---farbe2);
}

.farbe._3 {
  background-color: var(--_farben---farbe3);
}

.farbe._4 {
  background-color: var(--_farben---farbe4);
}

.farbe._5 {
  background-color: var(--_farben---farbe5);
}

.grid-zahlen {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box-zahlen {
  z-index: 5;
  width: 100%;
  max-width: 1152px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-7 {
  text-align: justify;
}

.text-block-7._20px {
  font-size: 20px;
  line-height: 1.5;
}

.bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 200;
}

.nav-links-desktop {
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-right: -2.6rem;
  padding-top: 30px;
  display: none;
  position: relative;
}

.flex-c-desktop {
  display: block;
  position: relative;
}

.bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.button-outline {
  width: auto;
  color: var(--_farben---black);
  text-align: center;
  text-transform: none;
  vertical-align: baseline;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #000;
  justify-content: center;
  place-self: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 5px 10px 7px;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  overflow: visible;
}

.button-outline.center {
  z-index: 20;
  position: relative;
  left: 50%;
}

.button-outline.white {
  border-color: var(--beige);
  color: var(--beige);
}

.button-outline.vision {
  margin-top: 0;
  padding-top: 7px;
}

.button-outline.is-active {
  border-color: var(--_farben---rot);
  background-color: var(--_farben---white);
  color: var(--_farben---white);
}

.button-outline.center-center {
  display: inline-flex;
  position: relative;
  left: 40%;
  right: auto;
}

.flex-block, .flex-block-2 {
  display: block;
}

.mag-project-content {
  margin-top: 100px;
  display: block;
}

.mag-swatch-color {
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: .9rem;
}

.mag-swatch-color.inline-div-0 {
  background-color: #8a6b45;
}

.mag-swatch-color.inline-div-1 {
  background-color: #efeae1;
}

.mag-swatch-color.inline-div-2 {
  background-color: #d8cfc0;
}

.mag-swatch-color.inline-div-2.altrose {
  background-color: var(--_farben---altrose);
}

.mag-swatch-color.inline-div-2.braun {
  background-color: var(--_farben---marmor-braun);
}

.mag-swatch-color.inline-div-2.nachtblau {
  background-color: var(--_farben---nachtblau);
}

.mag-swatch-color.inline-div-3 {
  background-color: #171717;
}

.mag-swatch-color.inline-div-3.chrome {
  background-color: var(--_farben---silver);
}

.mag-swatch-color.inline-div-3.rauchgrau {
  background-color: var(--_farben---rauchgrau);
}

.mag-swatch-color.inline-div-3.nickel {
  background-color: var(--_farben---nickel);
}

.mag-swatch-color.inline-div-4 {
  background-color: #a88240;
}

.mag-swatch-color.inline-div-4.anthrazit {
  background-color: var(--_farben---anthrazit);
}

.mag-swatch-color.inline-div-4.steingrau {
  background-color: var(--_farben---stein-grau);
}

.mag-swatch-color.inline-div-4.tiefblau {
  background-color: var(--_farben---tiefblau);
}

.mag-swatch-color.inline-div-4.parkgr-n {
  background-color: var(--_farben---parkgrün);
}

.inline-div-1-parent.inline-div-1 {
  background-color: #f3ede7;
}

.inline-div-2-parent.inline-div-2 {
  background-color: #1c2233;
}

.mag-fullbleed-inner {
  width: 100%;
}

.inline-div-0-parent.inline-div-0 {
  background-color: #c8a06a;
}

.inline-div-1-1-parent.inline-div-1-1 {
  background-color: #f4f1ec;
}

.inline-div-2-1-parent.inline-div-2-1 {
  background-color: #cbb89a;
}

.inline-div-4-1-parent.inline-div-4-1 {
  background-color: #8a8378;
}

.inline-div-3-parent.inline-div-3 {
  background-color: #c4c8cc;
}

.inline-div-4-parent.inline-div-4 {
  background-color: #6f7a52;
}

.inline-div-1 {
  background-color: #f3ede7;
}

.inline-div-2 {
  background-color: #4a3b31;
}

.pj-content, .pj-content-2 {
  display: block;
}

.pj-intro-wrap {
  margin-bottom: 4rem;
  padding: 0 2vw;
}

.pj-intro-kicker {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--_farben---olive);
  margin-top: 140px;
  margin-bottom: 1rem;
  font-size: .85rem;
  display: block;
}

.pj-intro-title {
  max-width: 50rem;
  color: var(--_farben---ink);
  margin: 0 0 2rem;
  font-family: Ppeditorialnew, serif;
  font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.6rem);
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
}

.pj-intro-title.breite {
  max-width: 55rem;
}

.pj-intro {
  text-align: justify;
  max-width: 64rem;
  color: var(--_farben---ink);
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
}

.pj-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 0 2vw;
  display: grid;
}

.pj-card {
  color: inherit;
  text-decoration: none;
  display: block;
}

.pj-card-img {
  aspect-ratio: 4 / 3;
  width: 100%;
  margin-bottom: 1.6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.pj-card-img-el {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  display: block;
}

.pj-card-badge {
  color: var(--beige);
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #242022d9;
  padding: .45rem 1rem;
  font-size: .72rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.pj-card-badge.verkauft {
  background-color: var(--_farben---rot);
}

.pj-card-badge.interior {
  background-color: var(--_farben---grau-orange);
}

.pj-card-badge.entwicklung {
  background-color: var(--_farben---orange);
}

.pj-link {
  color: var(--_farben---black);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  font-size: .85rem;
  text-decoration: none;
  display: inline-block;
}

.pj-nl-input {
  color: var(--_farben---ink);
  background: none;
  border: 1px solid #c8b8a8;
  border-radius: 0;
  flex: 1;
  padding: .9rem 1.2rem;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1rem;
}

.pj-nl-input.ohne {
  height: 100%;
  margin-bottom: 0;
}

.pj-nl-btn {
  background-color: var(--_farben---ink);
  height: 100%;
  color: var(--beige);
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #242022;
  padding: .9rem 2rem;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: .85rem;
}

.pj-card-kicker {
  color: var(--_farben---grau-orange);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: .82rem;
  display: block;
}

.pj-card-title {
  color: var(--_farben---ink);
  margin-bottom: .8rem;
  font-family: Ppeditorialnew, serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
}

.pj-card-desc {
  color: var(--_farben---ink);
  margin-bottom: 1.2rem;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.pj-cat {
  margin-bottom: 7rem;
  padding-left: 2vw;
  padding-right: 2vw;
}

.pj-cat.ofline {
  display: none;
}

.pj-cat-head {
  border-bottom: 1px solid #c8b8a8;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.pj-cat-title {
  color: var(--_farben---ink);
  font-family: Ppeditorialnew, serif;
  font-size: clamp(2rem, 1.5rem + 1.8vw, 2.9rem);
  font-style: italic;
  font-weight: 200;
  line-height: 1.05;
}

.pj-cat-kicker {
  color: var(--_farben---grau-orange);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .82rem;
}

.pj-cat-lead {
  max-width: 44rem;
  color: var(--_farben---ink);
  margin-bottom: 3.2rem;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

.pj-stats-band {
  border-top: 1px solid #c8b8a8;
  border-bottom: 1px solid #c8b8a8;
  margin-top: 6rem;
  padding: 5rem 5vw;
}

.pj-stats-kicker {
  color: var(--_farben---grau-orange);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: .85rem;
  display: block;
}

.pj-stats-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pj-stat {
  text-align: center;
}

.pj-stat-num {
  color: var(--_farben---rot);
  margin-bottom: .8rem;
  font-family: Ppeditorialnew, serif;
  font-size: 5.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: .95;
}

.pj-stat-label {
  opacity: .75;
  max-width: 18rem;
  color: var(--_farben---ink);
  margin-left: auto;
  margin-right: auto;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: .95rem;
  line-height: 1.4;
}

.pj-newsletter {
  padding-left: 2vw;
  padding-right: 2vw;
}

.pj-nl-inner {
  text-align: center;
  border-top: 1px solid #c8b8a8;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pj-nl-kicker {
  color: var(--_farben---grau-orange);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-size: .82rem;
  display: block;
}

.pj-nl-title {
  color: var(--_farben---ink);
  margin-bottom: 1.4rem;
  font-family: Ppeditorialnew, serif;
  font-size: 3.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.05;
}

.pj-nl-lead {
  max-width: 40rem;
  color: var(--_farben---ink);
  margin-bottom: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.15rem;
  line-height: 1.65;
}

.pj-nl-form {
  justify-content: flex-start;
  align-items: stretch;
  column-gap: .8rem;
  max-width: 34rem;
  margin-bottom: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pj-nl-note {
  color: var(--_farben---grau-orange);
  font-family: Ppneuemontreal book, sans-serif;
  font-size: .82rem;
  line-height: 1.5;
}

.pj-nl-note-link {
  color: var(--_farben---rot);
}

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

.mag-pad {
  padding-left: 5vw;
  padding-right: 5vw;
}

.mag-pad.abstand {
  height: 6em;
}

.mag-pad-wide {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.mag-pad-wide.t151 {
  padding-top: 2vh;
}

.project-breadcrumb {
  color: var(--_farben---grau-orange);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-size: .95rem;
}

.project-breadcrumb-link {
  color: inherit;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  text-decoration: none;
}

.project-facts {
  border-top: 1px solid #c8b8a8;
  border-bottom: 1px solid #c8b8a8;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-top: 1rem;
  padding: 2.4rem 0;
  display: grid;
}

.project-facts._24 {
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project-fact-label {
  color: var(--_farben---grau-orange);
  text-align: left;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
}

.project-fact-value {
  color: var(--_farben---ink);
  text-align: left;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.mag-caption {
  max-width: 46rem;
  color: var(--_farben---grau-orange);
  letter-spacing: .02em;
  margin-top: 1rem;
  margin-bottom: 100px;
  font-size: .95rem;
  line-height: 1.5;
}

.mag-caption.off {
  display: none;
}

.mag-caption._1zeile {
  max-width: none;
}

.mag-caption-wide {
  max-width: none;
  color: var(--_farben---grau-orange);
  letter-spacing: .02em;
  margin-top: 1rem;
  font-size: .95rem;
  line-height: 1.5;
}

.mag-caption-wide.off {
  display: none;
}

.mag-caption-label {
  color: var(--_farben---rot);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-right: .5rem;
  font-size: .82rem;
  font-weight: 400;
  display: inline-block;
}

.mag-caption-label.kinderzimmer {
  margin-left: 140px;
}

.mag-chapter {
  align-items: flex-start;
  gap: clamp(1.2rem, 1rem + 1vw, 2rem);
  margin: clamp(6rem, 4rem + 8vw, 9rem) 0 clamp(2.5rem, 2rem + 2vw, 3rem);
  display: flex;
}

.mag-chapter-num {
  color: var(--_farben---rot);
  flex-shrink: 0;
  font-family: Ppeditorialnew, serif;
  font-size: clamp(4rem, 3rem + 3vw, 6rem);
  font-style: italic;
  font-weight: 200;
  line-height: .8;
}

.mag-chapter-meta {
  padding-top: .4rem;
}

.mag-chapter-kicker {
  color: var(--_farben---grau-orange);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: .85rem;
}

.mag-chapter-title {
  max-width: 40rem;
  color: var(--_farben---ink);
  font-family: Ppeditorialnew, serif;
  font-size: clamp(2.4rem, 1.8rem + 3vw, 3.4rem);
  font-style: italic;
  font-weight: 200;
  line-height: 1.05;
}

.mag-chapter-title.breiter {
  max-width: 44rem;
}

.mag-body {
  color: var(--_farben---ink);
  font-family: Ppneuemontreal book, sans-serif;
  font-size: clamp(1.3rem, 1.15rem + .6vw, 1.45rem);
  line-height: 1.72;
}

.mag-body-p {
  text-align: justify;
  margin-top: 100px;
  margin-bottom: 1.5em;
}

.mag-body-p.off {
  display: none;
}

.mag-body-p-last {
  text-align: justify;
  margin: 0;
}

.mag-body-p-last.off {
  display: none;
}

.mag-standfirst {
  color: var(--_farben---ink);
  margin-top: 100px;
  margin-bottom: 1.5em;
  font-family: Ppeditorialnew, serif;
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.6rem);
  font-style: italic;
  font-weight: 200;
  line-height: 1.36;
}

.mag-standfirst.off {
  display: none;
}

.mag-dropcap-letter {
  float: left;
  color: var(--_farben---rot);
  margin: .06em .14em 0 0;
  font-family: Ppeditorialnew, serif;
  font-size: 5.4em;
  font-style: italic;
  font-weight: 200;
  line-height: .82;
}

.mag-col {
  max-width: 52rem;
}

.mag-col-right {
  max-width: 52rem;
  margin-left: auto;
  margin-right: 6vw;
}

.mag-col-left {
  max-width: 52rem;
  margin-left: 6vw;
}

.mag-col-center {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.mag-fullbleed {
  width: 100%;
  margin-top: 100px;
}

.mag-fullbleed.off, .mag-fullbleed.mobile {
  display: none;
}

.mag-fullbleed-img {
  object-fit: cover;
  width: 100%;
  height: 80vh;
  min-height: 32rem;
  display: block;
}

.mag-fullbleed-img-short {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  min-height: 26rem;
  display: block;
}

.mag-spread {
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 3rem;
  display: grid;
}

.mag-spread-reverse {
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  gap: 3rem;
  display: grid;
}

.mag-spread-img-el {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mag-spread-text {
  flex-flow: column;
  padding: 1rem 0;
  display: flex;
}

.mag-spread-text.off {
  display: none;
}

.mag-trio {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  display: grid;
}

.mag-trio-img {
  aspect-ratio: 3 / 2.4;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mag-duo {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 1.4rem;
  display: grid;
}

.mag-duo.bad {
  grid-template-rows: auto;
}

.mag-duo-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mag-band {
  background-color: var(--_farben---rot);
  color: var(--beige);
  margin-top: 60px;
  padding: 9rem 5vw;
}

.mag-band.off {
  display: none;
}

.mag-band-olive {
  color: var(--beige);
  background-color: #6f6a55;
  padding: 9rem 5vw;
}

.mag-band-olive.off {
  display: none;
}

.mag-band-beige-deep {
  color: var(--_farben---ink);
  background-color: #ece6dd;
  padding: 9rem 5vw;
}

.mag-band-navy {
  color: var(--beige);
  background-color: #2a3a63;
  padding: 9rem 5vw;
}

.mag-quote {
  text-align: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.mag-quote-text {
  font-family: Ppeditorialnew, serif;
  font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.6rem);
  font-style: italic;
  font-weight: 200;
  line-height: 1.28;
  display: block;
}

.mag-quote-text.off {
  display: none;
}

.mag-quote-cite {
  opacity: .7;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: .9rem;
  font-style: normal;
  display: block;
}

.mag-quote-cite.off {
  display: none;
}

.mag-band-img {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.mag-band-img-el {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mag-palette {
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 140px;
  display: grid;
}

.mag-swatch-name {
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.05rem;
}

.mag-swatch-detail {
  color: var(--_farben---grau-orange);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: .25rem;
  font-size: .82rem;
}

.mag-figures {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  display: grid;
}

.mag-figure-num {
  margin-bottom: 1rem;
  font-family: Ppeditorialnew, serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: 200;
  line-height: .95;
}

.mag-figure-label {
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
}

.mag-section-kicker {
  color: var(--_farben---grau-orange);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-size: .85rem;
}

.mag-section-kicker-light {
  color: #f6f4f2b3;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-size: .85rem;
}

.project-fact-item, .mag-duo-item, .mag-trio-item, .mag-swatch-item {
  display: block;
}

.mag-swatch-item.off {
  display: none;
}

.mag-figure-item {
  display: block;
}

.inline-div-0 {
  background-color: #c8a06a;
}

.inline-div-1-1 {
  background-color: #f3ede7;
}

.inline-div-2-1 {
  background-color: #d9a7a1;
}

.inline-div-3 {
  background-color: #8f8a86;
}

.inline-div-4 {
  background-color: #b89150;
}

.inline-div-2-1-2-parent.inline-div-2-1-2 {
  background-color: #2d3b60;
}

.inline-div-0-1-parent.inline-div-0-1 {
  background-color: #a9865a;
}

.inline-div-1-1-2-parent.inline-div-1-1-2 {
  background-color: #f5f2ee;
}

.inline-div-2-1-2-3-parent.inline-div-2-1-2-3 {
  background-color: #d9d3c9;
}

.inline-div-3-1-parent.inline-div-3-1 {
  background-color: #c7c9cc;
}

.inline-div-2-1-2 {
  background-color: #2b2b2e;
}

.inline-div-4-1 {
  background-color: #5b7355;
}

.nav-links-backup {
  grid-column-gap: 1.25rem;
  margin-right: -2.6rem;
  padding-top: 30px;
  display: none;
  position: relative;
}

.inline-div-4-1-2-parent.inline-div-4-1-2 {
  background-color: #8f8d89;
}

.inline-div-0-1 {
  background-color: #b8966a;
}

.inline-div-1-1-2 {
  background-color: #efece4;
}

.inline-div-2-1-2-3 {
  background-color: #7c8aa0;
}

.inline-div-3-1 {
  background-color: #c4c8cc;
}

.inline-div-4-1-2 {
  background-color: #3b3a34;
}

.text-block-8 {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
}

.div-faqs {
  padding-left: 4rem;
  padding-right: 4rem;
}

.inline-div-4-1-2-3-parent.inline-div-4-1-2-3 {
  background-color: #2a3a63;
}

.text-white-footer {
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.nav-links-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #181818;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
  right: auto;
}

.inline-div-0-1-2-parent.inline-div-0-1-2 {
  background-color: #b8966a;
}

.inline-div-1-1-2-3-parent.inline-div-1-1-2-3 {
  background-color: #efece4;
}

.inline-div-2-1-2-3-4-parent.inline-div-2-1-2-3-4 {
  background-color: #6b5f57;
}

.inline-div-3-1-2-parent.inline-div-3-1-2 {
  background-color: #c4c8cc;
}

.nav-wrapper-desktop {
  z-index: 0;
  background-color: #181818;
  height: 7vh;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-portrait {
  justify-content: space-between;
  max-height: 679.906vh;
  display: flex;
}

.div-text.links {
  margin-top: 0;
  margin-left: 0;
  padding-top: 4em;
  padding-left: 14em;
}

.div-text.rechts {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 4em;
  padding-left: 14em;
}

.bio-details {
  margin-top: 0;
}

.bio-summary {
  color: var(--_farben---rot);
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  gap: .7rem;
  margin-top: 1em;
  font-size: .85rem;
  list-style: none;
  display: inline-flex;
}

.bio-summary-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transition: transform .25s;
  position: relative;
}

.bio-summary-icon-bar-h {
  background-color: currentColor;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
}

.bio-summary-icon-bar-v {
  background-color: currentColor;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 6px;
}

.bio-more {
  text-align: justify;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
  display: none;
}

.bio-more._18px {
  display: none;
}

.bio-summary-label {
  display: inline-block;
}

.div-block-2 {
  height: 10vh;
}

.spacer-small-copy {
  width: 100%;
  padding-bottom: 1.5rem;
  display: block;
}

.social-media {
  justify-content: space-between;
  align-items: stretch;
  width: 8vw;
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-social {
  width: 2em;
  transition: opacity .6s;
}

.link-social:hover {
  opacity: .5;
}

.div-team {
  display: flex;
}

.team-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.bold-text-8 {
  font-weight: 400;
}

.black {
  color: var(--_farben---black);
}

.footer-member {
  position: static;
  inset: auto auto 60px 10%;
}

.footer-member.ivd {
  width: 43px;
  margin-left: 10px;
}

.div-block-3 {
  margin-left: 60px;
  position: absolute;
  bottom: 50px;
  left: 10%;
}

.footer-member-txt {
  color: var(--_farben---nickel);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 12px;
  position: static;
  inset: auto auto 60px 10%;
}

.shy-operator {
  display: none;
}

.wrapper-member {
  margin-left: 60px;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.wrapper-member.ivd {
  display: flex;
  left: 20%;
}

.member-icon-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-13 {
  width: 35px;
}

.bold-text-9, .bold-text-10 {
  font-weight: 400;
}

.member-icon-link.off {
  display: none;
}

.bg-image-team {
  z-index: 0;
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  min-width: 0;
  height: auto;
  display: inline-block;
  position: static;
  inset: 0%;
}

.bg-image-team.low {
  object-position: 50% 25%;
}

.bg-image-team.low.rechts {
  object-fit: cover;
}

.bg-image-team.low.rechts-moove {
  object-fit: cover;
  object-position: 65% 25%;
}

.bg-image-team.editorial {
  object-fit: cover;
}

.div-block-6 {
  margin-bottom: 0;
}

.div-blume-member {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-brand {
  text-align: justify;
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}

.italic-text-4 {
  font-family: Ppeditorialnew, sans-serif;
}

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

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

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

.hp-wrap {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.hp-field {
  width: 100%;
}

.hidden-input {
  display: none;
}

@media screen and (max-width: 991px) {
  .slide-nav {
    bottom: 1.4rem;
    right: 2.5rem;
  }

  .slider-wrap-sm {
    min-width: 22rem;
    height: 52vh;
  }

  .div-block {
    overflow-x: hidden;
  }

  .img-cover.size-one {
    width: 18rem;
    height: 28rem;
  }

  .img-cover.size-two {
    width: 28rem;
    height: 46rem;
  }

  .img-cover.size-three {
    width: 100vw;
    height: 44rem;
  }

  .watch {
    min-width: 20rem;
  }

  .watch.sm {
    min-width: 18rem;
    margin-left: 1.5rem;
  }

  .super-text-hero {
    font-size: 7rem;
  }

  .hero-title {
    font-size: 1.6rem;
    bottom: 7vh;
  }

  .hero-title.right.desktop {
    display: none;
  }

  .hero-title.right.mobile {
    color: var(--_farben---grau-orange);
    text-align: center;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    display: block;
    bottom: 3vh;
    right: auto;
  }

  .flex-c {
    display: flex;
  }

  .spacer-large {
    padding-bottom: 6rem;
    line-height: 1.5;
  }

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

  .container.flex-split-btm {
    flex-flow: column;
  }

  .img-parent.size-one {
    width: 28rem;
    height: 44rem;
  }

  .img-parent.size-two {
    width: 18rem;
    height: 26rem;
  }

  .img-parent.size-three {
    width: 100%;
    height: 40rem;
  }

  .cover-img.size {
    width: 61%;
  }

  .splide__slide {
    width: 90%;
    min-width: 90%;
  }

  .splide.slider1 {
    height: 50rem;
    padding-left: 2rem;
  }

  .parent-pad-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .border-line.light {
    width: 28rem;
  }

  .grid-left {
    display: flex;
  }

  .sticky-parent {
    display: none;
  }

  .col {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .col.bg-colour {
    padding-left: 2rem;
  }

  .num-ab.mobile-space {
    font-size: 10rem;
    bottom: -3.2rem;
    right: 3rem;
  }

  .test-slider {
    min-height: 28rem;
  }

  .slider-inner {
    width: 90%;
  }

  .cta-hero {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .col-cta.no-pad {
    position: relative;
  }

  .col-cta.top {
    padding: 3rem 2rem;
  }

  .footer {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-links {
    grid-column-gap: 2rem;
    margin-right: -1rem;
    display: none;
  }

  .watch-scroll {
    width: 30rem;
  }

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

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-col.size {
    border-left-style: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-logo {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto 0% 0%;
  }

  .footer-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-section {
    display: block;
  }

  .full-width {
    width: 100%;
  }

  .watch-full-mobile {
    z-index: 3;
    position: relative;
  }

  .watch-full-mobile.on.orange {
    width: 100%;
    max-width: 100rem;
  }

  .heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .section-vertical-slider {
    padding: 3rem;
  }

  .slide-vertical-move {
    padding: 2rem;
  }

  .title-s {
    font-size: 28px;
  }

  .rounded-arrow {
    display: none;
  }

  .instagram-card-shift, .instagram-card {
    margin: 8px;
  }

  .instagram-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hover-line {
    display: none;
  }

  .section-instagram {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-author {
    display: none;
  }

  .sticky-top-5vh {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .about-section-black {
    padding: 40px;
  }

  .content-section {
    max-width: none;
    padding: 40px;
  }

  .width-75 {
    width: 100%;
  }

  ._2-columns-1-to-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .title-m {
    font-size: 40px;
  }

  .title-m.fade-in-1st {
    color: var(--_farben---black);
    display: block;
  }

  ._1-column-2-on-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .margin {
    margin-bottom: 0;
  }

  .search-button {
    display: none;
  }

  .grid-all-sections {
    grid-template-columns: 1fr;
  }

  .demo-card-5 {
    padding: 2px;
    position: static;
    left: auto;
  }

  .demo-card-wrapper {
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    position: relative;
  }

  .demo-card-wrapper.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    box-shadow: inset 0 0 0 3px #2997ff;
  }

  .demo-card-image {
    z-index: -100;
  }

  .team-section {
    padding: 40px;
  }

  .team-section.fade-in-5th {
    padding-bottom: 100px;
  }

  .button-purchase {
    padding: 8px 12px;
  }

  .margin-grid {
    margin-bottom: 40px;
  }

  .caption.text-black.fade-in-1st {
    display: block;
  }

  .grid-team {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .fade-in-1st {
    display: none;
  }

  .fade-in-1st._20px {
    font-size: 18px;
    display: block;
  }

  .close-search {
    width: 72px;
    height: 72px;
    padding: 0;
  }

  .demo-card-3 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .all-layouts-section {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .demo-card-4 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .cms-tag-list-search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: auto;
    display: flex;
  }

  .button-purchase-big {
    padding: 8px 20px;
  }

  .title-l {
    font-size: 52px;
  }

  .title-l.margin-grid.fade-in-1st {
    display: block;
  }

  .hover-shape {
    display: none;
  }

  .demo-card-6 {
    padding: 2px;
    position: static;
    left: auto;
  }

  .demo-list {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    display: flex;
  }

  .demo-card-2 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .numbers {
    font-size: 60px;
  }

  ._5-columns, ._3-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .menu-wrapper {
    padding: 20px 40px;
    font-size: 1rem;
  }

  .hero-section {
    max-width: none;
    min-height: 50vh;
    padding: 40px;
  }

  .demo-card-1 {
    filter: none;
    height: auto;
    padding: 2px;
    position: static;
  }

  .grid-navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-bottom: 20px;
  }

  .demo-container {
    padding: 40px 20px;
  }

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

  .navigation-menu {
    width: 100vw;
  }

  .tags-block-search {
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 2;
  }

  .foreword-character {
    margin-top: 0;
  }

  .testimonial-wrapper {
    align-items: flex-start;
    padding-top: 40px;
  }

  .accordion-wrapper {
    padding-bottom: 20px;
  }

  .accordion-wrapper.fade-in-1st {
    display: block;
  }

  .lead {
    letter-spacing: 0;
  }

  .lead.fade-in-2nd {
    font-size: 18px;
  }

  .accordion-title {
    font-size: 28px;
  }

  .accordion-content {
    padding-left: 0;
  }

  .accordion-text, .accordion-text._20px {
    font-size: 18px;
  }

  .about-section {
    padding: 40px;
  }

  .fade-in-3rd._20px {
    font-size: 18px;
  }

  .accordion-section {
    max-width: none;
    padding: 80px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .demo-card-8, .demo-card-9, .demo-card-11 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .tab-pane-testimonial {
    padding: 48px 48px 96px;
  }

  .demo-card-12 {
    filter: none;
    height: auto;
    padding: 2px;
    position: static;
  }

  .accordion-space-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 40px;
  }

  .accordion-space-grid.fade-in-1st {
    display: block;
  }

  .accordion-space-grid.accordeon-faqs {
    width: 100%;
    padding-left: 0;
  }

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .testimonial-section {
    max-width: none;
    padding: 160px 40px 40px;
  }

  .expand-icon {
    top: 0;
  }

  .tabs-menu {
    padding: 48px;
  }

  .grid-shift {
    grid-template-columns: 48px 1fr;
  }

  .quote {
    font-size: 28px;
    line-height: 1.5;
  }

  .accordion-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 0;
  }

  .demo-card-14, .demo-card-15 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .accordion-title-small {
    font-size: 28px;
  }

  .demo-card-17 {
    filter: none;
    height: auto;
    padding: 2px;
    position: static;
  }

  .demo-card-19, .demo-card-20 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .demo-card-22 {
    filter: none;
    height: auto;
    padding: 2px;
    position: static;
  }

  .demo-card-24, .demo-card-25 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .demo-card-27 {
    filter: none;
    height: auto;
    padding: 2px;
    position: static;
  }

  .demo-card-29, .demo-card-30 {
    filter: none;
    padding: 2px;
    position: static;
    left: auto;
  }

  .demo-card-32 {
    filter: none;
    height: auto;
    padding: 2px;
    position: static;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_alt_imagegroup {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    place-content: stretch;
    height: 30rem;
    min-height: 30rem;
  }

  .text-span-2 {
    color: var(--_farben---black);
    font-size: 18px;
    line-height: 1.5;
  }

  .text-span-2.wei {
    color: var(--_farben---white);
  }

  .text-span-7 {
    color: var(--_farben---black);
    display: inline;
  }

  .div-impressum {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
  }

  .div-text-box {
    width: 100%;
  }

  .div-text-box.gold {
    width: 100%;
    padding-right: 4em;
  }

  .layout-faqs {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .accordion-title-fags {
    font-size: 18px;
  }

  .box-impressum, .container-aktuell {
    width: 90%;
  }

  .image-11 {
    width: 40vw;
    height: 40vw;
  }

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

  .container-project {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-links, .text-lrechts {
    padding: 40px;
  }

  .grid-projrkt {
    grid-auto-flow: row;
  }

  .nav-links-desktop {
    grid-column-gap: 2rem;
    margin-right: -1rem;
    display: none;
  }

  .flex-c-desktop {
    display: none;
  }

  .button-outline {
    float: right;
  }

  .button-outline.center {
    color: var(--_farben---black);
    left: auto;
  }

  .button-outline.is-active {
    background-color: var(--_farben---white);
    color: var(--_farben---black);
  }

  .button-outline.center-center {
    left: 40%;
  }

  .project-facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
  }

  .mag-body {
    display: block;
  }

  .mag-fullbleed {
    display: none;
  }

  .mag-fullbleed.mobile {
    display: block;
  }

  .mag-spread {
    grid-template-columns: 1.4fr;
  }

  .mag-spread-reverse {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .mag-spread-text {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .mag-spread-text.reverse {
    flex-flow: column;
  }

  .nav-links-backup {
    grid-column-gap: 2rem;
    margin-right: -1rem;
    display: none;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 1.5;
  }

  .nav-links-right {
    display: none;
  }

  .social-media {
    width: 12vw;
  }

  .div-team {
    flex-flow: column;
  }

  .team-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-member {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .footer-member.ivd {
    margin-left: 0;
  }

  .div-block-3 {
    inset: auto auto 0% 0%;
  }

  .footer-member-txt {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .div-block-4 {
    position: static;
  }

  .wrapper-member {
    margin-left: 0;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .wrapper-member.ivd {
    margin-top: 20px;
    display: block;
    left: 0%;
  }

  .heading-brand {
    font-size: 18px;
    line-height: 1.5;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }

  .slide-nav {
    bottom: 1.2rem;
    right: 2rem;
  }

  .super-text-hero {
    font-size: 5rem;
  }

  .hero-title.right.desktop {
    display: none;
  }

  .hero-title.right.mobile {
    font-size: 1rem;
    display: block;
    bottom: 3vh;
  }

  .splide.slider1 {
    height: 44rem;
  }

  .border-line.light {
    width: 25rem;
  }

  .parent-grid {
    flex-direction: column-reverse;
  }

  .grid-left {
    width: 100%;
    padding-top: 4rem;
  }

  .grid-right {
    width: 100%;
  }

  .parent.pad-top {
    padding-right: 18rem;
  }

  .num-ab.mobile-space {
    font-size: 7rem;
  }

  .test-slider {
    min-height: 26rem;
  }

  .nav-links {
    grid-row-gap: 1.25rem;
    background-color: #181818;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 6rem 1.4rem 2rem;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .footer-col.size {
    padding-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 2rem;
    position: relative;
  }

  .watch-full-mobile.on.orange {
    width: 100%;
  }

  .heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .section-vertical-slider {
    padding: 2rem;
  }

  .bg-image {
    height: 125%;
  }

  .bg-image.low {
    object-position: 50% 25%;
  }

  .title-s {
    font-size: 24px;
  }

  .instagram-wrapper {
    width: 400%;
  }

  .title-xs {
    font-size: 18px;
  }

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

  .instagram-header {
    margin-bottom: 16px;
  }

  .section-instagram {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-section-black {
    padding: 40px 20px;
  }

  .content-section {
    padding: 20px;
  }

  .thumb-info-large-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-columns: auto;
  }

  ._2-columns-1-to-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-m {
    font-size: 36px;
  }

  ._1-column-2-on-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-member-grid {
    grid-row-gap: 2rem;
  }

  .grid-all-sections {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .demo-card-5 {
    padding-left: 0;
  }

  .demo-card-wrapper {
    padding: 10px;
    font-size: 16px;
  }

  .team-section {
    padding: 20px;
  }

  .margin-grid {
    margin-bottom: 20px;
  }

  .grid-team {
    grid-auto-flow: row;
  }

  .close-search {
    width: 64px;
    height: 64px;
    padding: 30px 22px;
  }

  .demo-card-3 {
    padding-left: 0;
  }

  .border-white-in-section {
    padding: 0;
  }

  .all-layouts-section {
    padding: 0 0 80px;
  }

  .demo-card-4 {
    padding-right: 0;
  }

  .cms-tag-list-search {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .title-l {
    font-size: 48px;
  }

  .navbar-link {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .demo-card-6 {
    padding-right: 0;
  }

  .close-button-label {
    width: 20px;
  }

  .thumb-info-small-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-columns: auto;
  }

  .demo-card-2 {
    padding-right: 0;
  }

  ._5-columns, ._3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-wrapper {
    height: auto;
    padding: 80px 20px;
    overflow: auto;
  }

  .display-demo {
    margin-bottom: 20px;
  }

  .hero-section {
    padding: 20px;
  }

  .demo-card-1 {
    padding-left: 0;
  }

  .grid-navigation {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-columns: auto;
  }

  .demo-container {
    border-radius: 0;
    padding: 20px;
  }

  .grid-navbar {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member-image {
    height: 512px;
  }

  .navigation-menu {
    right: -2rem;
    overflow: auto;
  }

  .tags-block-search {
    font-size: 24px;
  }

  .foreword-character {
    margin-top: 0;
  }

  .testimonial-wrapper {
    padding-top: 20px;
  }

  .lead.fade-in-2nd {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .lead.fade-in-2nd.blog {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-title {
    font-size: 24px;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-text._20px {
    font-size: 18px;
  }

  .about-section {
    padding: 20px;
  }

  .accordion-section {
    padding: 0 20px 20px;
  }

  .testimonial-slider {
    min-height: 60vh;
  }

  .demo-card-8 {
    padding-left: 0;
  }

  .demo-card-9, .demo-card-11 {
    padding-right: 0;
  }

  .tab-pane-testimonial {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .demo-card-12 {
    padding-left: 0;
  }

  .accordion-space-grid {
    grid-auto-columns: auto;
    padding: 20px;
  }

  .accordion-space-grid.accordeon-faqs {
    padding-left: 0;
  }

  .accordion-trigger {
    padding: .5rem 0;
  }

  .testimonial-section {
    padding: 120px 20px 20px;
  }

  .expand-icon {
    width: 36px;
    height: 36px;
    padding: 12px;
  }

  .tabs-menu {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-shift {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quote {
    font-size: 24px;
  }

  .accordion-grid {
    grid-auto-columns: auto;
    padding: 0;
  }

  .demo-card-14 {
    padding-left: 0;
  }

  .demo-card-15 {
    padding-right: 0;
  }

  .accordion-title-small {
    font-size: 24px;
  }

  .demo-card-17, .demo-card-19 {
    padding-left: 0;
  }

  .demo-card-20 {
    padding-right: 0;
  }

  .demo-card-22, .demo-card-24 {
    padding-left: 0;
  }

  .demo-card-25 {
    padding-right: 0;
  }

  .demo-card-27, .demo-card-29 {
    padding-left: 0;
  }

  .demo-card-30 {
    padding-right: 0;
  }

  .demo-card-32 {
    padding-left: 0;
  }

  .img {
    height: 12rem;
  }

  .hero_alt_imagegroup {
    justify-content: center;
    display: none;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .div-text-box.gold {
    width: 100%;
    padding-right: 4em;
  }

  .text-block-4._20px, .accordion-title-fags {
    font-size: 18px;
  }

  .heading-impressum-klein {
    font-weight: 400;
  }

  .div-aktuell {
    flex-flow: column;
  }

  .text-links, .text-lrechts {
    padding: 20px;
  }

  .grid-projrkt {
    grid-auto-flow: row;
  }

  .grid-zahlen {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-links-desktop {
    grid-row-gap: 1.25rem;
    background-color: #181818;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 6rem 1.4rem 2rem;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .flex-c-desktop {
    display: none;
  }

  .button-outline {
    float: right;
  }

  .button-outline.center {
    left: auto;
  }

  .button-outline.vision {
    float: right;
    margin-right: 20px;
    padding-right: 10px;
  }

  .button-outline.is-active {
    background-color: var(--_farben---white);
    color: var(--_farben---black);
    font-size: 18px;
  }

  .button-outline.center-center {
    left: 40%;
  }

  .pj-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pj-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 2rem;
  }

  .mag-col-right, .mag-col-left {
    margin-left: 0;
    margin-right: 0;
  }

  .mag-spread, .mag-spread-reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mag-trio, .mag-duo {
    grid-template-columns: 1fr;
  }

  .mag-band, .mag-band-olive, .mag-band-beige-deep, .mag-band-navy {
    padding: 5rem 6vw;
  }

  .mag-palette {
    grid-template-columns: repeat(3, 1fr);
  }

  .mag-figures {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 2rem;
  }

  .nav-links-backup {
    grid-row-gap: 1.25rem;
    background-color: #181818;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 6rem 1.4rem 2rem;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 1.5;
  }

  .nav-links-right {
    display: none;
  }

  .team-wrapper {
    grid-auto-flow: row;
  }

  .div-block-3 {
    margin-top: 40px;
    padding-top: 0;
    inset: auto auto 0% 0%;
  }

  .wrapper-member {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    inset: auto auto 0% 0%;
  }

  .bg-image-team {
    height: 125%;
  }

  .bg-image-team.low {
    object-position: 50% 25%;
  }

  .heading-brand {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6rem;
  }

  .slider-wrap-sm {
    width: 70%;
    min-width: 70%;
    height: 27rem;
  }

  .img-cover.size-two {
    width: 18rem;
    height: 29rem;
  }

  .img-cover.size-three {
    height: 28rem;
  }

  .watch {
    min-width: 17rem;
  }

  .super-text-hero {
    aspect-ratio: auto;
    width: 100%;
    overflow: hidden;
  }

  .hero-title {
    font-size: 1.4rem;
  }

  .hero-title.right {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    bottom: 0;
  }

  .hero-title.right.desktop {
    display: none;
  }

  .hero-title.right.mobile {
    aspect-ratio: auto;
    color: var(--_farben---farbe1);
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    inset: auto auto 0%;
  }

  .italic.text-white {
    margin-bottom: 0;
  }

  .slider-cover {
    inset: auto 0% 0%;
  }

  .spacer-large {
    padding-bottom: 5rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container.flex-split-btm {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container.project {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.project.mittig {
    width: auto;
  }

  .container.mob-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .img-parent.size-one {
    width: 18rem;
    height: 26rem;
  }

  .img-parent.size-three {
    height: 26rem;
  }

  .cover-img {
    width: 100%;
    min-width: 104%;
    max-width: 100%;
  }

  .splide.slider1 {
    height: 36rem;
    padding-left: 1.4rem;
  }

  .spacer-medium {
    padding-bottom: 2rem;
  }

  .parent-pad-side {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .slide-content.size-two {
    width: 18rem;
  }

  .border-line.light {
    width: 100%;
  }

  .grid-right {
    margin-top: 4rem;
  }

  .col {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1.4rem;
  }

  .col.div-hide {
    padding-right: 1.4rem;
  }

  .parent.pad-top {
    padding-right: 0;
  }

  .num-ab.mobile-space {
    display: none;
  }

  .test-slider {
    min-height: 24rem;
  }

  .slider-inner {
    width: 100%;
  }

  .slider-inner.ohne {
    margin-top: 20px;
  }

  .col-cta.no-pad {
    flex: none;
    height: 20rem;
  }

  .col-cta.top {
    padding: 1rem 20px 2rem;
  }

  .ticker-parent {
    display: none;
    bottom: -3rem;
  }

  .footer {
    padding-top: 3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .nav-links {
    display: block;
  }

  .footer-col.size {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .footer-logo {
    max-width: 980%;
    margin-bottom: 0;
    position: relative;
    bottom: 6%;
  }

  .footer-bar {
    flex-flow: column-reverse;
    margin-top: 2rem;
  }

  .mobile-section {
    margin-top: 4rem;
  }

  .watch-full-mobile {
    height: 34rem;
    display: block;
  }

  .watch-full-mobile.on.orange {
    width: auto;
  }

  .heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .section-vertical-slider {
    min-height: 60vh;
    padding: 1.25rem;
  }

  .bg-image {
    object-fit: cover;
    object-position: 50% 62%;
    height: 150%;
  }

  .bg-image.low {
    object-position: 50% 30%;
  }

  .slide-vertical-move {
    max-width: 300px;
    height: 440px;
    padding: 2rem 1.25rem;
  }

  .slide-vertical-move._2 {
    height: 350px;
  }

  .title-s, .title-s.dunkel {
    font-size: 1.7rem;
  }

  .title-s.naming {
    font-size: 10vw;
  }

  .title-s.klein.wei {
    font-size: 40px;
  }

  .rounded-arrow {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .title-xs {
    letter-spacing: 0;
    font-size: 16px;
  }

  .line-horizontal-grow {
    flex: 0 auto;
    width: 100%;
    margin: 10px 0;
  }

  .instagram-userpic {
    width: 48px;
    height: 48px;
  }

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

  .instagram-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-instagram {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-section-black {
    padding: 40px 20px;
  }

  .content-section {
    padding: 20px;
  }

  .title-m {
    letter-spacing: 0;
    font-size: 28px;
  }

  .search-button {
    width: 100%;
  }

  .team-member-grid {
    grid-template-rows: auto auto;
  }

  .demo-card-5 {
    width: 100%;
    padding-right: 0;
  }

  .demo-card-wrapper {
    letter-spacing: 0;
    padding: 10px;
  }

  .team-section {
    padding: 20px;
  }

  .team-section.fade-in-5th {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-section.fade-in-5th.ohne {
    padding-bottom: 0;
  }

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

  .margin-grid {
    margin-bottom: 20px;
  }

  .grid-team {
    grid-template-columns: 1fr;
    position: static;
  }

  .close-search {
    padding: 30px 22px;
  }

  .demo-card-3 {
    width: 100%;
    padding-right: 0;
  }

  .all-layouts-section {
    padding: 0 0 80px;
  }

  .demo-card-4 {
    width: 100%;
    padding-left: 0;
  }

  .cms-tag-list-search {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .title-l {
    font-size: 40px;
  }

  .title-l.fade-in-3rd {
    margin-top: 40px;
  }

  .title-l.fade-in-3rd.abstand {
    padding-left: 0;
  }

  .title-l.margin-grid.fade-in-1st {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-l.margin-grid.fade-in-1st.ohne.mobil, .title-l.margin-grid.fade-in-1st.mobil {
    padding-left: 0;
  }

  .navbar-link {
    padding-bottom: 10px;
  }

  .demo-card-6 {
    width: 100%;
    padding-left: 0;
  }

  .demo-list {
    width: 100%;
  }

  .demo-card-2 {
    width: 100%;
    padding-left: 0;
  }

  .numbers {
    font-size: 44px;
  }

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

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

  .menu-wrapper {
    padding: 80px 20px;
    font-size: 1rem;
  }

  .display-demo {
    font-size: 24px;
  }

  .hero-section {
    padding: 20px;
  }

  .demo-card-1 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .container-2 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container-2.spacer-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-image {
    height: 60%;
  }

  .navigation-menu {
    align-items: flex-start;
    right: 0;
  }

  .tags-block-search {
    text-align: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }

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

  .lead {
    font-size: 1.25rem;
  }

  .lead.fade-in-2nd {
    margin-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .lead.fade-in-2nd.impres {
    text-align: left;
    font-weight: 400;
  }

  .lead.fade-in-2nd.impres._03 {
    padding-left: 0;
    padding-right: 60px;
  }

  .lead.fade-in-2nd.blog {
    padding-left: 0;
    padding-right: 0;
  }

  .lead.fade-in-2nd.mehr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-title {
    width: 100%;
    font-size: 20px;
  }

  .accordion-text {
    width: auto;
    margin-top: 10px;
    font-size: 18px;
  }

  .about-section {
    padding: 20px;
  }

  .accordion-section {
    padding: 0;
  }

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

  .demo-card-8 {
    width: 100%;
    padding-right: 0;
  }

  .demo-card-9, .demo-card-11 {
    width: 100%;
    padding-left: 0;
  }

  .tab-pane-testimonial {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .demo-card-12 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .accordion-space-grid.accordeon-faqs {
    padding-left: 0;
  }

  .accordion-space-grid.accordeon-werte {
    padding-right: 20px;
  }

  .testimonial-section {
    padding: 80px 20px 20px;
  }

  .expand-icon {
    display: block;
  }

  .tabs-menu {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quote {
    font-size: 20px;
  }

  .demo-card-14 {
    width: 100%;
    padding-right: 0;
  }

  .demo-card-15 {
    width: 100%;
    padding-left: 0;
  }

  .accordion-title-small {
    width: 100%;
    font-size: 20px;
  }

  .demo-card-17 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .demo-card-19 {
    width: 100%;
    padding-right: 0;
  }

  .demo-card-20 {
    width: 100%;
    padding-left: 0;
  }

  .demo-card-22 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .demo-card-24 {
    width: 100%;
    padding-right: 0;
  }

  .demo-card-25 {
    width: 100%;
    padding-left: 0;
  }

  .demo-card-27 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .demo-card-29 {
    width: 100%;
    padding-right: 0;
  }

  .demo-card-30 {
    width: 100%;
    padding-left: 0;
  }

  .demo-card-32 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .img {
    height: 10rem;
  }

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

  .marquee_wrapper {
    width: 100%;
  }

  .wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2.mobil {
    font-size: 40px;
    line-height: 1.1;
  }

  .hero_alt_imagegroup {
    display: none;
  }

  .text-block-2 {
    margin-top: 100px;
  }

  .text-block-2._18-px.jenn {
    margin-bottom: 100px;
  }

  .text-block-3 {
    margin-top: 100px;
  }

  .text-span-2 {
    color: var(--_farben---black);
    text-align: left;
    font-size: 18px;
  }

  .text-span-2.wei {
    color: var(--_farben---white);
  }

  .div-impressum {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 1.7rem;
  }

  .heading-4.mobil-neu {
    width: 80%;
  }

  .div-text-box {
    width: 100%;
    padding-bottom: 4em;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .div-text-box.gold {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .inline-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .layout-faqs {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

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

  .text-box-links.grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    display: flex;
  }

  .heading-5 {
    font-size: 1.7rem;
  }

  .heading-5.mobil {
    font-size: 40px;
  }

  .text-berschrift.info {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .accordion-title-fags {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }

  .headline-small {
    text-align: left;
  }

  .box-impressum {
    width: 100%;
  }

  .heading-impressum-klein {
    font-weight: 400;
  }

  .container-aktuell {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .container-aktuell.ohne {
    margin-top: 60px;
    padding-top: 0;
  }

  .div-aktuell {
    flex-flow: column;
  }

  .image-11 {
    width: 80vw;
    height: 80vw;
  }

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

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

  .container-project {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .text-links, .text-lrechts {
    padding: 20px 0;
  }

  .div-bilder {
    height: auto;
  }

  .grid-projrkt {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-farbe {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .div-farben {
    width: 95%;
  }

  .farbe {
    width: auto;
    height: 8rem;
  }

  .farbe._1 {
    width: 50%;
    height: 35%;
  }

  .bold-text-3 {
    padding-left: 20px;
  }

  .bold-text-3.mobil {
    padding-left: 0;
  }

  .nav-links-desktop, .flex-c-desktop {
    display: none;
  }

  .button-outline {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button-outline.center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 7px;
    display: inline-flex;
    left: auto;
  }

  .button-outline.white {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button-outline.vision {
    float: left;
  }

  .button-outline.vision.mag-col-right {
    margin-top: 20px;
  }

  .button-outline.is-active {
    border-color: var(--_farben---black);
    background-color: var(--_farben---white);
    color: var(--_farben---black);
  }

  .button-outline.center-center {
    left: auto;
  }

  .button-outline.ohne {
    margin-top: 10px;
  }

  .button-outline.ohne.unten {
    margin-bottom: 40px;
  }

  .pj-stats-band {
    padding-right: 5vw;
  }

  .pj-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pj-stat-num {
    padding-right: 0;
    font-size: 4.8rem;
  }

  .pj-nl-title {
    font-size: 40px;
  }

  .pj-nl-form {
    flex-direction: column;
  }

  .mag-pad-wide {
    display: block;
  }

  .project-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-facts._24 {
    flex-flow: wrap;
  }

  .mag-caption {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 10px;
  }

  .mag-caption._1zeile {
    margin-top: 1rem;
  }

  .mag-caption.nachunten {
    margin-bottom: 40px;
  }

  .mag-caption.salon {
    margin-top: -1rem;
  }

  .mag-chapter.weniger-space {
    margin-top: 20px;
  }

  .mag-body-p.ohne-abstand {
    margin-top: 40px;
  }

  .mag-fullbleed {
    margin-top: 20px;
    display: block;
  }

  .mag-fullbleed-img {
    object-fit: cover;
    height: 60vh;
  }

  .mag-fullbleed-img.kleiner {
    height: 45vh;
  }

  .mag-spread-text {
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .mag-spread-text.salon {
    justify-content: flex-end;
    align-items: stretch;
  }

  .mag-palette {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-links-backup {
    display: none;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 1.5;
  }

  .div-faqs {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links-right {
    display: none;
  }

  .social-media {
    width: 20vw;
  }

  .team-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-9 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .shy-operator {
    display: inline-block;
  }

  .wrapper-member {
    margin-top: 0;
    margin-left: 0;
    padding-top: 1rem;
    position: relative;
    inset: auto 0% 0%;
  }

  .member-icon-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .image-13 {
    margin-left: 20px;
    padding-left: 0;
  }

  .member-icon-link.ivd {
    margin-left: 10px;
  }

  .bg-image-team {
    object-fit: cover;
    object-position: 50% 62%;
    height: 150%;
  }

  .bg-image-team.low {
    object-position: 50% 30%;
  }

  .div-block-5 {
    height: 4em;
  }

  .abstand-h-he {
    height: 5em;
  }

  .div-block-6 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .italic-text-3 {
    line-height: 1.1;
  }

  .heading-brand {
    font-size: 18px;
    line-height: 1.5;
  }
}

#w-node-_3705bc07-6e45-f161-e9fb-4b13df803298-bc3c7d9f {
  grid-area: 3 / 4 / 4 / 8;
  place-self: end stretch;
}

#w-node-_3705bc07-6e45-f161-e9fb-4b13df80329b-bc3c7d9f {
  grid-area: 2 / 1 / 4 / 4;
  place-self: center stretch;
}

#w-node-cb9e8a6b-914c-56b6-bb3c-bb9bd911eedb-bc3c7d9f {
  grid-area: 2 / 4 / 4 / 11;
}

#w-node-_3705bc07-6e45-f161-e9fb-4b13df80329e-bc3c7d9f {
  grid-area: 1 / 3 / 3 / 7;
}

#w-node-_3705bc07-6e45-f161-e9fb-4b13df8032aa-bc3c7d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ce56110-793a-b1e5-b3c4-7218eaaf7cfc-bc3c7d9f, #w-node-_5ce56110-793a-b1e5-b3c4-7218eaaf7d13-bc3c7d9f, #w-node-_5ce56110-793a-b1e5-b3c4-7218eaaf7cf9-bc3c7d9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3705bc07-6e45-f161-e9fb-4b13df803312-bc3c7d9f {
  justify-self: center;
}

#w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f70-bc3c7d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f72-bc3c7d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f83-bc3c7d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f85-bc3c7d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330abf7-bc3c7d9f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330abfa-bc3c7d9f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330abe7-bc3c7d9f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330abea-bc3c7d9f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac04-bc3c7d9f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac07-bc3c7d9f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac48-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac4d-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac55-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac5a-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac62-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac67-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac6f-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac74-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac7c-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac81-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac89-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac90-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac9e-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330aca1-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330aca9-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acac-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acb4-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acb7-bc3c7d9f {
  place-self: end center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acbf-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acc2-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acca-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330accd-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acdb-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acdf-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ace7-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330aceb-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acf3-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acf7-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330acff-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad03-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad11-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad14-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad1c-bc3c7d9f {
  align-self: center;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad1f-bc3c7d9f {
  align-self: end;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad23-bc3c7d9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad38-bc3c7d9f {
  justify-self: center;
}

#w-node-e72b43a4-b8f7-4d9f-fdcd-e1c63e073acb-bc3c7d9f {
  justify-self: start;
}

#w-node-_991dd098-bf17-93a9-52d0-2f307e93f87c-7e93f878, #w-node-_991dd098-bf17-93a9-52d0-2f307e93f891-7e93f878, #w-node-_991dd098-bf17-93a9-52d0-2f307e93f8a6-7e93f878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_991dd098-bf17-93a9-52d0-2f307e93f8bb-7e93f878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9e1694b2-30d7-0269-9688-3df10afdbaa6-c8f54a10 {
  justify-self: auto;
}

#w-node-_70f90e4d-0525-6846-7883-dbb51dbba0e8-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_70f90e4d-0525-6846-7883-dbb51dbba0ea-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70f90e4d-0525-6846-7883-dbb51dbba0f0-0eed725e {
  grid-area: 2 / 2 / 3 / 5;
  align-self: end;
}

#w-node-_70f90e4d-0525-6846-7883-dbb51dbba0fc-0eed725e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_70f90e4d-0525-6846-7883-dbb51dbba106-0eed725e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_70f90e4d-0525-6846-7883-dbb51dbba108-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff830-0eed725e, #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff832-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff838-0eed725e {
  grid-area: 2 / 2 / 3 / 5;
  align-self: end;
}

#w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff851-0eed725e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff866-0eed725e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff868-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5fe2-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5fe4-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5ff5-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5ff7-0eed725e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ca8658e7-90d4-3c4a-8a26-39a71f46dcac-0eed725e {
  align-self: center;
}

#w-node-ca8658e7-90d4-3c4a-8a26-39a71f46dcb8-0eed725e {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-ca8658e7-90d4-3c4a-8a26-39a71f46dcba-0eed725e {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end stretch;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f4698ffd-0eed725e {
  grid-area: 3 / 4 / 4 / 8;
  place-self: end stretch;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699005-0eed725e {
  grid-area: 1 / 3 / 3 / 7;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699015-0eed725e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699000-0eed725e {
  grid-area: 2 / 1 / 4 / 4;
  place-self: center stretch;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699003-0eed725e {
  grid-area: 2 / 4 / 4 / 11;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990a8-0eed725e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990bf-0eed725e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990cf-0eed725e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990e0-0eed725e {
  justify-self: center;
}

#w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bdd-d0320bd9 {
  align-self: center;
}

#w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bee-d0320bd9 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bf0-d0320bd9 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end stretch;
}

#w-node-aae4b555-136c-9b63-c724-7288e715670f-4001c342 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3705bc07-6e45-f161-e9fb-4b13df803298-bc3c7d9f {
    grid-column-start: 1;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80329e-bc3c7d9f {
    grid-column: 1 / 8;
  }

  #w-node-_5ce56110-793a-b1e5-b3c4-7218eaaf7cfc-bc3c7d9f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5ce56110-793a-b1e5-b3c4-7218eaaf7cf9-bc3c7d9f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3f6bb8e1-e834-e103-f50b-9b710330abf7-bc3c7d9f, #w-node-_3f6bb8e1-e834-e103-f50b-9b710330abe7-bc3c7d9f, #w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac04-bc3c7d9f {
    align-self: start;
  }

  #w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad23-bc3c7d9f {
    grid-column: span 1 / span 1;
  }

  #w-node-e72b43a4-b8f7-4d9f-fdcd-e1c63e073abf-bc3c7d9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e72b43a4-b8f7-4d9f-fdcd-e1c63e073ac5-bc3c7d9f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_991dd098-bf17-93a9-52d0-2f307e93f87c-7e93f878 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_991dd098-bf17-93a9-52d0-2f307e93f891-7e93f878 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_991dd098-bf17-93a9-52d0-2f307e93f8a6-7e93f878 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_991dd098-bf17-93a9-52d0-2f307e93f8bb-7e93f878 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4698ffd-0eed725e {
    grid-column-start: 1;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699005-0eed725e {
    grid-column: 1 / 8;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990a8-0eed725e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990cf-0eed725e {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bdd-d0320bd9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3705bc07-6e45-f161-e9fb-4b13df803298-bc3c7d9f {
    grid-row: 1 / 2;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80329b-bc3c7d9f {
    grid-row-start: 3;
    grid-column-end: 8;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80329e-bc3c7d9f {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df8032aa-bc3c7d9f {
    grid-column-start: 1;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80330d-bc3c7d9f {
    align-self: stretch;
  }

  #w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f70-bc3c7d9f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f72-bc3c7d9f {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f83-bc3c7d9f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d01e1ba5-f31e-ae0f-c26d-02209a8b8f85-bc3c7d9f {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_3f6bb8e1-e834-e103-f50b-9b710330abf5-bc3c7d9f, #w-node-_3f6bb8e1-e834-e103-f50b-9b710330abe5-bc3c7d9f, #w-node-_3f6bb8e1-e834-e103-f50b-9b710330ac02-bc3c7d9f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad33-bc3c7d9f {
    align-self: stretch;
  }

  #w-node-e72b43a4-b8f7-4d9f-fdcd-e1c63e073ac8-bc3c7d9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_70f90e4d-0525-6846-7883-dbb51dbba0e8-0eed725e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_70f90e4d-0525-6846-7883-dbb51dbba0ea-0eed725e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_70f90e4d-0525-6846-7883-dbb51dbba0f0-0eed725e {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-_70f90e4d-0525-6846-7883-dbb51dbba0fc-0eed725e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_70f90e4d-0525-6846-7883-dbb51dbba106-0eed725e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_70f90e4d-0525-6846-7883-dbb51dbba108-0eed725e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff830-0eed725e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff832-0eed725e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff838-0eed725e {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff851-0eed725e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff866-0eed725e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_2faba720-2d9f-7dd5-cca4-2594c50ff868-0eed725e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5fe2-0eed725e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5fe4-0eed725e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5ff5-0eed725e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_26b1bac3-db26-0f6a-1ef6-78578fdc5ff7-0eed725e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4698ffd-0eed725e {
    grid-row: 1 / 2;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699005-0eed725e {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699000-0eed725e {
    grid-row-start: 3;
    grid-column-end: 8;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990db-0eed725e {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3705bc07-6e45-f161-e9fb-4b13df803298-bc3c7d9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80329b-bc3c7d9f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80329e-bc3c7d9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df8032aa-bc3c7d9f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5ce56110-793a-b1e5-b3c4-7218eaaf7cf9-bc3c7d9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3705bc07-6e45-f161-e9fb-4b13df80330d-bc3c7d9f, #w-node-_3f6bb8e1-e834-e103-f50b-9b710330ad33-bc3c7d9f {
    align-self: stretch;
  }

  #w-node-e72b43a4-b8f7-4d9f-fdcd-e1c63e073ac8-bc3c7d9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_84fec95a-f2b9-81a8-5bc0-25a3ec9c33a9-4c4f315b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca8658e7-90d4-3c4a-8a26-39a71f46dcac-0eed725e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca8658e7-90d4-3c4a-8a26-39a71f46dcb8-0eed725e, #w-node-ca8658e7-90d4-3c4a-8a26-39a71f46dcba-0eed725e, #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4698ffd-0eed725e, #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699005-0eed725e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699015-0eed725e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f4699000-0eed725e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990cf-0eed725e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91bb51c7-8e26-ba24-c86f-fa65f46990db-0eed725e {
    align-self: stretch;
  }

  #w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bd9-d0320bd9 {
    grid-column-end: 3;
  }

  #w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bdd-d0320bd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bee-d0320bd9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8dfe3fe-ef55-f07f-0916-64b8d0320bf0-d0320bd9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}