:root {
  --hellgrau: #b1b1b1;
  --anthrazit: #181818;
  --background-color: #181818;
  --white: white;
  --transparent-white: #ddd0;
  --black: black;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--hellgrau);
  text-transform: uppercase;
  font-family: Archivo Variable, sans-serif;
  font-size: .9rem;
  font-style: normal;
  line-height: 20px;
}

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.main-wrapper {
  background-color: var(--anthrazit);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  font-size: .9rem;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.main-wrapper.leistungen {
  padding-left: 5vw;
  padding-right: 5vw;
}

.section {
  perspective: 1211px;
  padding: 5vw;
  transform: perspective(1156px);
}

.section.display-flex {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.display-flex.werte {
  padding-top: 0;
}

.section.contacat {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.work {
  color: var(--background-color);
  height: auto;
  display: flex;
  position: relative;
}

.section.padding-bottom-large {
  width: 100%;
}

.section.impressum {
  padding-top: 0;
  font-size: 1rem;
}

.spacer._20vh {
  height: 20vh;
  display: block;
}

.spacer._20vh.startseite {
  display: none;
}

.spacer._2vh {
  height: 2vh;
}

.spacer._5vh {
  height: 5vh;
}

.spacer._5vw {
  height: 5vw;
}

.spacer._1vh {
  height: 1vh;
}

.spacer._10vh {
  height: 10vh;
}

.spacer._4rem {
  height: 4rem;
}

.spacer._2rem {
  height: 2rem;
}

.spacer._8rem {
  object-fit: contain;
  height: 8rem;
}

.spacer._20vh {
  height: 20vh;
}

.big-head {
  color: var(--white);
  font-family: Anton, sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
}

.big-head.align-right {
  text-align: left;
}

.big-head.hero {
  perspective: 1046px;
  text-align: left;
  letter-spacing: -3px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  font-size: 19vw;
  line-height: 1;
  transform: perspective(991px);
}

.big-head.align-center {
  color: var(--white);
  text-align: center;
  mix-blend-mode: difference;
  width: 100vw;
  font-size: 15vw;
}

.big-head.align-center.move {
  width: 100vw;
  margin-left: -30vw;
  font-size: 15vw;
  font-weight: 400;
}

.big-head.align-center.move._3 {
  color: var(--white);
  margin-left: -70vw;
  font-size: 15vw;
  font-weight: 400;
}

.big-head.align-center.move-2 {
  margin-left: -50vw;
  font-size: 15vw;
}

.big-head.align-center._30 {
  margin-left: 0;
}

.big-head.medium {
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 10vw;
}

.big-head.medium.outline {
  padding-top: 10vh;
  padding-bottom: 5vh;
  font-size: 8vw;
  display: block;
}

.big-head.medium.outline.ohne-abstand {
  padding-top: 0;
}

.big-head.absolute {
  position: absolute;
}

.color-wrapper {
  color: var(--background-color);
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  max-width: 200px;
  padding: 10px;
}

.color-block {
  border-radius: 10px;
  height: 160px;
}

.color-block.color-background {
  color: var(--hellgrau);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.primary-color {
  background-color: var(--hellgrau);
}

.row-template {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.row-template.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--anthrazit);
  overflow: visible;
}

.row-template.no-gap.absolute {
  color: #212c0200;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--background-color);
  position: absolute;
}

.row-template.no-gap.absolute.abstand {
  margin-top: 14px;
}

.heading {
  text-transform: none;
  font-weight: 400;
}

.heading.typo {
  font-size: 107px;
}

.typo {
  text-transform: none;
  font-size: 107px;
}

.typo.light {
  font-weight: 300;
}

.typo.normal {
  font-weight: 400;
}

.typo.semibold {
  font-weight: 600;
}

.typo.extrabolf {
  font-weight: 800;
}

.text-block, .text-block-2 {
  margin-bottom: 10px;
}

.main-paragraph {
  font-size: .9rem;
  position: relative;
}

.main-paragraph.text-weight-bold {
  font-weight: 800;
}

.main-paragraph.text-weight-bold.rotate {
  perspective-origin: 100% 0;
  transform-origin: 100% 100%;
  color: var(--white);
  transform: rotate(-90deg);
}

.main-paragraph.text-weight-light {
  font-weight: 100;
}

.main-paragraph.italic {
  font-family: Archivo, sans-serif;
}

.navbar {
  color: var(--white);
  background-color: #ddd0;
  align-items: center;
  padding: 10px 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.cicrle-menu {
  background-color: var(--anthrazit);
  color: var(--white);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 25px;
  height: 20px;
  margin-left: auto;
  display: flex;
}

.cicrle-menu.second {
  background-color: var(--background-color);
}

.menu-button {
  color: var(--white);
  margin-left: auto;
}

.menu-button.w--open {
  z-index: 599;
  perspective: 1211px;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  color: var(--background-color);
  background-color: #c8c8c800;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.cursor {
  z-index: 5;
  border: 3px solid var(--white);
  color: var(--white);
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.wrapper-cursor {
  z-index: 9999;
  pointer-events: none;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: -10px auto auto -10px;
}

.hover-menu {
  z-index: 6;
  background-color: var(--white);
  color: var(--background-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.content-nav {
  color: var(--background-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.nav-menu {
  color: var(--white);
  background-color: #c8c8c800;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  z-index: 2;
  color: var(--white);
  width: 14em;
  margin-left: 0;
}

.brand.w--current {
  width: 10em;
}

.nav-link {
  color: var(--anthrazit);
  text-transform: none;
  font-family: Anton, sans-serif;
  font-size: 14vh;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.spacer-link {
  width: 3vh;
}

.text._1 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 12vh;
}

.text._2, .text._3, .text._4, .text._5, .text._6, .text._8, .text._9 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.text._7 {
  color: var(--transparent-white);
  -webkit-text-stroke-color: var(--white);
}

.text._11 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.background-menu {
  background-color: var(--anthrazit);
  border-radius: 100rem;
  width: 100vh;
  height: 100vh;
  position: absolute;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: static;
}

.outline {
  color: #ca828900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-right: auto;
  display: inline-block;
}

.outline._2 {
  text-align: right;
  -webkit-text-stroke-color: var(--white);
  display: block;
}

.outline._2.smaller {
  padding-top: .125em;
  padding-bottom: .125em;
  font-size: 15.5vw;
}

.max-width {
  text-transform: uppercase;
  width: 50%;
  line-height: 1.3;
}

.max-width.text-size-medium {
  perspective: 1119px;
  transform: perspective(1028px);
}

.max-width.text-size-medium.no_capitals {
  text-transform: none;
  margin-bottom: 40px;
}

.max-width.text-size-medium.no_capitals.link {
  width: 100%;
}

.max-width.text-size-medium.impressum {
  text-transform: none;
  width: auto;
  font-size: 1rem;
}

.max-width-xsmall {
  color: var(--white);
  width: 31%;
}

.max-width-xsmall.second {
  color: var(--white);
  width: 47%;
}

.max-width-xsmall.no_capitals {
  text-transform: none;
  font-size: 1rem;
  font-weight: 300;
}

.postion-absolute {
  position: absolute;
  inset: auto 5% 0% auto;
}

.postion-absolute.hero-image {
  object-fit: cover;
  width: 26vw;
  height: 17vw;
  top: 9em;
  bottom: auto;
  right: 20em;
}

.postion-absolute.hero-image.video {
  perspective: 1009px;
  width: 28vw;
  height: 19vw;
  display: block;
  top: auto;
  bottom: 12%;
  right: 10%;
  transform: perspective(1028px);
}

.postion-absolute.hero-image.video.second {
  perspective: 1046px;
  transform: perspective(917px);
}

.postion-absolute.hero-image.video.third {
  perspective: 1248px;
  display: block;
  inset: 0% 19% auto auto;
  transform: perspective(1083px);
}

.postion-absolute.hero-image.five {
  object-fit: cover;
  width: 28vw;
  height: 19vw;
  inset: 34em auto auto 13em;
}

.postion-absolute.hero-image {
  object-fit: cover;
  width: 18vw;
  height: 17vw;
  bottom: 2%;
  right: 21%;
}

.postion-absolute.hero-image.second {
  object-fit: cover;
  width: 15vw;
  height: 17vw;
  inset: 40% auto auto 13%;
}

.postion-absolute.background-video {
  z-index: 2;
  width: 13.8vw;
  height: 13.8vw;
  inset: auto 5% 2.3% auto;
}

.postion-absolute.hero-image.second {
  object-fit: cover;
  width: 24vw;
  height: 14vw;
  margin-top: 11em;
  inset: 30% auto auto 15%;
}

.postion-absolute.hero-image.unterseite {
  margin-top: 4em;
  position: static;
}

.postion-absolute.hero-image {
  object-fit: cover;
  width: 24vw;
  height: 14vw;
  margin: 13em 0 0;
  position: absolute;
  inset: 0 5% auto auto;
}

.postion-absolute.hero-image.leistungen {
  margin-top: 0;
  position: static;
}

.postion-absolute.hero-image.leistungen.hoch {
  width: 16vw;
  height: 24vw;
  margin-left: 0;
  margin-right: 40px;
  padding-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.max-width-small {
  justify-content: space-between;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.row {
  perspective: 1229px;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  transform: perspective(1083px);
}

.row.align-left, .row.rechts {
  justify-content: flex-end;
}

.spacer-regular {
  height: 5vw;
}

.video-section {
  height: 500vh;
}

.sticky {
  perspective: 1266px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(1138px);
}

.sticky.auto {
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  top: 31vh;
  transform: perspective(1138px);
}

.video-block-overflow-hidden {
  justify-content: center;
  align-items: center;
  width: 41vw;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.image {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.div-block {
  width: 30vw;
  overflow: hidden;
}

.div-block.second {
  width: 20vw;
}

.div-block._30 {
  margin-left: 2px;
}

.div-block-2 {
  display: flex;
  position: absolute;
}

.spacer-small {
  flex: none;
  height: 3vw;
}

.text-size-medium {
  font-size: 1.5rem;
  font-weight: 300;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide {
  overflow: hidden;
}

.content-slide {
  perspective: 954px;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-direction: column;
  width: 109vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: perspective(1119px);
}

.image-work {
  perspective: 972px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 35vh;
  height: 45vh;
  transform: perspective(734px);
}

.image-work.second {
  width: 65vh;
  height: 40vh;
  margin-top: 9vh;
  margin-left: 5vh;
}

.image-work.third {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  text-align: center;
  object-fit: cover;
  width: 39vh;
  height: 49vh;
  margin-top: 5vh;
  overflow: clip;
}

.image-work._1 {
  width: 39vh;
  height: 49vh;
}

.image-work.second-copy {
  width: 60vh;
  height: 35vh;
  margin-top: 10vh;
  margin-left: 5vh;
}

.image-work.second-copy.margin-0 {
  width: 65vh;
  height: 40vh;
  margin-top: -4vh;
  margin-left: 0;
  margin-right: 5vh;
}

.slide-nav {
  display: none;
}

.cirle {
  background-color: var(--white);
  border-radius: 100%;
  flex: none;
  width: 50vh;
  height: 50vh;
}

.text-span {
  color: var(--white);
  text-transform: capitalize;
  margin-top: -6px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  transform: translate(0);
}

.div-block-3, .div-block-4 {
  display: inline-block;
}

.div-block-5 {
  perspective-origin: 0%;
  transform-origin: 0%;
  display: inline-block;
}

.div-block-6 {
  width: 100%;
  height: 200vh;
}

.open-contact {
  z-index: 9999;
  background-color: var(--background-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.open-contact.unterseite {
  display: block;
}

.circle-background {
  z-index: 999;
  background-color: var(--background-color);
  text-align: center;
  border-radius: 100%;
  flex: none;
  align-self: center;
  width: 100vh;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto 0% 25vw;
  transform: translate(-50%);
}

.heading-2 {
  color: var(--white);
  text-transform: uppercase;
  position: relative;
}

.row-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.row-3.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 33px;
}

.row-3.left.is-tablet-vertical {
  justify-content: flex-end;
  align-items: center;
}

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

.text-block-14.margin-top {
  color: #999;
  margin-top: 60px;
  font-size: 1.8vw;
}

.primary-button {
  color: #1e2124;
  background-color: #ffffed;
  border: 1px solid #1e2124;
  border-radius: 20px;
  width: 123px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.primary-button:hover {
  color: #ffffed;
  background-color: #1e2124;
}

.primary-button.form {
  background-color: var(--hellgrau);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1.25rem 3.3rem 1.25rem 4.4rem;
  font-size: 1.3rem;
}

.submit-button {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.submit-button.big:hover {
  border-color: var(--hellgrau);
  background-color: var(--background-color);
}

.submit-button.big {
  z-index: 2;
  background-color: #b1b1b1;
  border-radius: 100%;
  flex: none;
  width: 150px;
  height: 150px;
  margin-right: 0;
  padding: .65rem 1rem;
  font-size: 1rem;
  position: relative;
}

.submit-button.big:hover {
  background-color: #181818;
  border-color: #b1b1b1;
}

.form-2 {
  perspective: 1119px;
  transform: perspective(1229px);
}

.radio-button {
  border-color: var(--background-color);
  margin-top: 0;
  margin-bottom: 1px;
  margin-right: 5px;
}

.radio-button:focus {
  color: #bb2649;
  background-color: #bb2649;
}

.radio-button.w--redirected-checked {
  opacity: 1;
  outline-offset: 0px;
  background-color: #bb2649;
  border: 3px solid #fff;
  outline: 1px solid #bb2649;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  padding: 5vw 0 3vw;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-bottom-color: #f96167;
}

.text-field-2.black {
  border-bottom: 8px solid var(--hellgrau);
  font-family: Anton, sans-serif;
}

.text-field-2.black.small {
  border-bottom-color: var(--hellgrau);
  padding-bottom: 1vw;
  font-size: 1.8vw;
}

.text-field-2.black {
  border-bottom: 8px solid #b1b1b1;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.row-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.row-2.is-tablet-vertical {
  justify-content: flex-start;
}

.form-block-2 {
  width: 100%;
}

.hover-contact {
  z-index: 6;
  background-color: var(--white);
  color: var(--background-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.close-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 4.9vh 5.8vw auto auto;
}

.close-button.second {
  color: var(--background-color);
}

.title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title.outline {
  perspective: none;
  perspective-origin: 50%;
  -webkit-text-stroke-width: 4px;
  white-space: nowrap;
  font-size: 10vw;
  display: flex;
  position: absolute;
  transform: perspective(1174px);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-awards {
  color: var(--white);
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 10vh;
  display: flex;
}

.container-awards.last {
  margin-bottom: 0;
}

.modal-work {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-work.first {
  display: none;
}

.grid-work {
  grid-template: "Area-2 Area-2 Area-2 Area-3 Area-3" 1fr
                 "Area-2 Area-2 Area-2 Area-3 Area-3" 1fr
                 "Area-4 Area-4 Area Area Area" 1fr
                 "Area-4 Area-4 Area Area Area" 1fr
                 / 1fr 1fr 1fr 1fr 1fr;
  width: 60%;
  height: 80vh;
  position: sticky;
  top: 5vw;
  overflow: hidden;
}

.first-image {
  background-image: url('../images/5f5f94343affd533800cd47c_portfolio1C.jpg');
  background-position: 50%;
  background-size: cover;
}

.second-image {
  background-image: url('../images/5f5f94343affd52a750cd47b_portfolio1lsx.jpg');
  background-position: 50%;
  background-size: cover;
}

.third-image {
  background-image: url('../images/5f5f94343affd57bbd0cd487_portfolio1ldx.jpg');
  background-position: 50%;
  background-size: cover;
}

.fourth-image {
  background-image: url('../images/6e963b52fa63b7e90a2f9f7bc23d00ae.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-293 {
  flex: 1;
  padding-left: 5vw;
}

.text-size-small {
  font-size: 1rem;
}

.text-size-small.text-weight-bold {
  font-weight: 700;
}

.heading-large {
  font-family: Anton, sans-serif;
  font-size: 8vw;
  line-height: 1;
}

.primary-font {
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.primary-font.large {
  font-size: 1.4rem;
}

.hover-works {
  z-index: 6;
  background-color: var(--white);
  color: var(--background-color);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.heading-3, .heading-4, .heading-5 {
  color: var(--white);
}

.heading-6, .heading-7 {
  color: var(--white);
  text-transform: uppercase;
}

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

.right-arrow {
  color: var(--hellgrau);
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.rotate {
  color: var(--white);
  transform: rotate(-180deg);
}

.left-arrow {
  color: var(--hellgrau);
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-span-2 {
  color: var(--white);
  display: block;
}

.text-span-2.smaller {
  padding-top: .125em;
  padding-bottom: .125em;
  font-size: 15.5vw;
}

.text-span-3 {
  color: var(--white);
  display: block;
}

.text-span-3.smaller {
  padding-top: .125em;
  padding-bottom: .125em;
  font-size: 15.5vw;
}

.hover-close {
  z-index: 6;
  background-color: var(--white);
  color: var(--background-color);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.license-link {
  color: #1e2124;
  line-height: 1.2;
  text-decoration: none;
}

.text-size-regular {
  font-size: 24px;
  font-weight: 500;
}

.text-size-regular.second {
  font-weight: 400;
}

.text-size-regular.second.text-weight-normal {
  font-weight: 500;
}

.source-link {
  color: #1e2124;
  margin-right: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.main-container {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.move {
  margin-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.block-services {
  color: #fca739;
  background-color: #fae9d5;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.6rem;
  display: flex;
}

.block-services.full {
  background-color: var(--hellgrau);
  color: var(--background-color);
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  padding: 3.2rem;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.credits-text {
  color: var(--white);
  mix-blend-mode: difference;
  font-size: 1rem;
  display: block;
}

.credits-text.imp {
  padding-right: 2em;
}

.credits-text.footer {
  color: var(--hellgrau);
  font-weight: 300;
}

.credits-text.footer.white {
  color: var(--white);
}

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

.div-block-295.flex-vertical {
  z-index: 9999;
  position: absolute;
  inset: auto 0% 9%;
}

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

.div-block-296.flex-vertical {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 16rem;
  padding: 0 0 20px;
  position: relative;
  inset: auto auto 0%;
}

.div-block-296.flex-vertical.kacheln {
  margin-top: 0;
}

.link {
  color: var(--hellgrau);
  font-weight: 300;
}

.link.white {
  color: var(--white);
}

.link.download {
  color: var(--white);
  font-size: 1rem;
  transition: opacity .6s;
}

.link.download:hover {
  opacity: .5;
}

.link-2, .html-embed, .html-embed-2 {
  color: var(--white);
}

.text-block-15 {
  color: var(--white);
  text-transform: lowercase;
  width: 900px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5;
}

.text-block-16, .text-block-17 {
  color: var(--white);
  text-transform: lowercase;
  width: 900px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.div-impressum {
  display: flex;
}

.text-span-4, .text-span-5 {
  display: block;
}

.big-head-2 {
  font-family: Anton, sans-serif;
  font-size: 19vw;
  font-weight: 400;
  line-height: 1;
}

.big-head-2.hero {
  perspective: 1046px;
  text-align: left;
  letter-spacing: -3px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  font-size: 19vw;
  line-height: 1;
  transform: perspective(991px);
}

.hero-section-2 {
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.outline-2 {
  color: #ca828900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ca8289;
  text-transform: uppercase;
  margin-right: auto;
  display: inline-block;
}

.outline-2._2 {
  text-align: right;
  display: block;
}

.text-span-6, .text-span-7 {
  color: var(--white);
  font-size: 16vw;
  display: block;
}

.big-head-3 {
  font-family: Anton, sans-serif;
  font-size: 19vw;
  font-weight: 400;
  line-height: 1;
}

.big-head-3.hero {
  perspective: 1046px;
  text-align: left;
  letter-spacing: -3px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 19vw;
  line-height: 1;
  transform: perspective(991px);
}

.hero-section-3 {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.outline-3 {
  color: #ca828900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ca8289;
  text-transform: uppercase;
  margin-right: auto;
  display: inline-block;
}

.outline-3._2 {
  text-align: right;
  -webkit-text-stroke-color: var(--white);
  font-size: 16vw;
  display: block;
}

.big-head-4 {
  font-family: Anton, sans-serif;
  font-size: 19vw;
  font-weight: 400;
  line-height: 1;
}

.big-head-4.absolute {
  position: absolute;
}

.background-video-2 {
  height: 100vh;
}

.div-beratung {
  width: 100%;
  height: 200vh;
}

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

.foto-basic-105 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4420.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-105:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-105.imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5389.webp');
}

.foto-basic-104 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4433.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-104:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-104.imp04 {
  background-image: url('../images/carsncubes_Impressionen_J4A5415.webp');
}

.main-2 {
  font-size: 1vw;
  line-height: 1.6;
}

.bottom-copyright-links {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
}

.reihe-ll {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
}

.reihe-rm {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bottom-copyright-links-mobile {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: none;
}

.text-block-7 {
  text-decoration: none;
}

.footer-link {
  color: #1b1b1c;
  letter-spacing: -.3px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
}

.reihe-lm {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content__wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 745.6em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.content__wrapper-2.photo {
  height: 532.7em;
}

.content__wrapper-2.behind {
  height: 426.2em;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.footer-contact {
  z-index: 5;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-contact.kacheln {
  z-index: 50;
  width: 100vw;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: auto 0% 0%;
}

.image-6 {
  width: 280px;
  margin-bottom: 10px;
  margin-right: 80px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-6.kacheln {
  margin-right: 0;
  padding-right: 0;
}

.foto-basic-119 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4586.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-119:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-119.imp03 {
  background-image: url('../images/carsncubes_Impressionen_J4A5330.webp');
}

.foto-basic-155 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Pape_03.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-155:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-155.ll_5-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5168.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rm_53-imp {
  background-image: url('../images/CarsNCubes_Impressions_Grafik_2.webp');
}

.foto-basic-155.rm_51-imp {
  background-image: url('../images/CarsNCubes_Impressions_Grafik.webp');
}

.foto-basic-155.rr_13-imp {
  background-color: #0000;
  background-image: url('../images/carsncubes_Impressionen_J4A5306.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.lm_4-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5430.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.rm_10-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5271.webp');
}

.foto-basic-155.ll_3-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5418.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_4-imp {
  background-image: url('../images/carsncubes_Impressionen_01_3.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rm_11-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5435.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-155.rr_6-imp {
  background-image: url('../images/SIXROOMS_Test_01.jpg');
}

.foto-basic-155.rr_6-imp.text {
  background-position: 50% 100%;
  height: 10em;
}

.foto-basic-155.rr_6-imp.text.no {
  background-image: url('../images/Glasinity_Inspiration_49.webp');
  height: 10.4em;
}

.foto-basic-155.lm_3-imp {
  background-image: url('../images/CarsNCubes_Impressions_Logo.webp');
}

.foto-basic-155.ll_13-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5403.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-155.lm_10-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5184_2.webp');
}

.foto-basic-155.rm_5-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5354.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rm_1-imp {
  background-color: #0000;
  background-image: url('../images/carsncubes_Impressionen_J4A5184.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-155.rm_62-imp {
  background-image: url('../images/carsncubes_Impressionen_02_6.webp');
}

.foto-basic-155.lm_11-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5292.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_10-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5340.webp');
  background-position: 50% 100%;
}

.foto-basic-155.rr_1-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5197.webp');
  height: 35em;
}

.foto-basic-155.ll_9-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5352.webp');
  background-position: 50% 100%;
}

.foto-basic-155.lm_5-imp {
  background-image: url('../images/SIXROOMS_Test_04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.foto-basic-155.lm_5-imp.text {
  background-position: 50% 100%;
  height: 16em;
}

.foto-basic-155.lm_5-imp.text.no {
  background-image: url('../images/Glasinity_Inspiration_11.webp');
  height: 18em;
}

.foto-basic-155.rm_13-imp {
  background-image: url('../images/carsncubes_Impressionen_J4A5356.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-155.ll_3-imp-copy, .foto-basic-155._51_ll {
  background-image: url('../images/carsncubes_Impressionen_J4A5418.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_52 {
  background-image: url('../images/Glasinity_Inspiration_35.webp');
}

.foto-basic-155.ll_51 {
  background-image: url('../images/Glasinity_Inspiration_40.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_53 {
  background-image: url('../images/Glasinity_Inspiration_15.webp');
}

.foto-basic-155.ll_54 {
  background-image: url('../images/Glasinity_Inspiration_25.webp');
}

.foto-basic-155.ll_55 {
  background-image: url('../images/Glasinity_Inspiration_20.webp');
}

.foto-basic-155.ll_57 {
  background-image: url('../images/Glasinity_Inspiration_19.webp');
}

.foto-basic-155.ll_58 {
  background-image: url('../images/Glasinity_Inspiration_12.webp');
}

.foto-basic-155.ll_40 {
  background-image: url('../images/Glasinity_Inspiration_01.webp');
}

.foto-basic-155.ll_42 {
  background-image: url('../images/Glasinity_Inspiration_24.webp');
}

.foto-basic-155.ll_41 {
  background-image: url('../images/Glasinity_Inspiration_05.webp');
}

.foto-basic-155.ll_43 {
  background-image: url('../images/Glasinity_Inspiration_48.webp');
  background-position: 50% 100%;
}

.foto-basic-155.ll_44 {
  background-image: url('../images/Glasinity_Inspiration_46.webp');
}

.foto-basic-155.ll_45 {
  background-image: url('../images/Glasinity_Inspiration_43.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_51 {
  background-image: url('../images/Glasinity_Inspiration_06.webp');
}

.foto-basic-155.lm_52 {
  background-image: url('../images/Glasinity_Impressionen_06.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_53 {
  background-image: url('../images/Glasinity_Inspiration_36.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_54 {
  background-image: url('../images/Glasinity_Inspiration_47.webp');
}

.foto-basic-155.lm_55 {
  background-image: url('../images/Glasinity_Inspiration_34.webp');
}

.foto-basic-155.lm_56 {
  background-image: url('../images/Glasinity_Inspiration_02.webp');
}

.foto-basic-155.lm_57 {
  background-image: url('../images/Glasinity_Inspiration_38.webp');
}

.foto-basic-155.lm_58 {
  background-image: url('../images/Glasinity_Inspiration_31.webp');
}

.foto-basic-155.lm_61 {
  background-image: url('../images/Glasinity_Inspiration_30.webp');
}

.foto-basic-155.lm_62 {
  background-image: url('../images/Glasinity_Inspiration_26.webp');
}

.foto-basic-155.lm_63 {
  background-image: url('../images/Glasinity_Inspiration_22.webp');
}

.foto-basic-155.lm_64 {
  background-image: url('../images/Glasinity_Inspiration_18.webp');
}

.foto-basic-155.lm_65 {
  background-image: url('../images/Glasinity_Inspiration_11.webp');
}

.foto-basic-155.rm_51 {
  background-color: #0000;
  background-image: url('../images/Glasinity_Inspiration_07.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-155.rm_52 {
  background-image: url('../images/Glasinity_Inspiration_52.webp');
}

.foto-basic-155.rm_53 {
  background-image: url('../images/Glasinity_Inspiration_45.webp');
}

.foto-basic-155.rm_54 {
  background-image: url('../images/Glasinity_Inspiration_44.webp');
}

.foto-basic-155.rm_55 {
  background-image: url('../images/Glasinity_Inspiration_39.webp');
}

.foto-basic-155.rm_56 {
  background-image: url('../images/carsncubes_Impressionen_J4A5435.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-155.rm_59 {
  background-image: url('../images/Glasinity_Inspiration_32.webp');
}

.foto-basic-155.rm_50 {
  background-image: url('../images/Glasinity_Inspiration_08.webp');
}

.foto-basic-155.rm_60 {
  background-image: url('../images/Glasinity_Inspiration_28.webp');
}

.foto-basic-155.rm_61 {
  background-image: url('../images/Glasinity_Inspiration_03.webp');
}

.foto-basic-155.rm_62 {
  background-image: url('../images/Glasinity_Inspiration_21.webp');
}

.foto-basic-155.rm_63 {
  background-image: url('../images/Glasinity_Inspiration_16.webp');
}

.foto-basic-155.rm_64 {
  background-image: url('../images/Glasinity_Inspiration_14.webp');
}

.foto-basic-155.rr_50 {
  background-image: url('../images/Glasinity_Inspiration_09.webp');
  height: 35em;
}

.foto-basic-155.rr_51 {
  background-image: url('../images/Glasinity_Impressionen_02.webp');
}

.foto-basic-155.rr_52 {
  background-image: url('../images/Glasinity_Inspiration_50.webp');
}

.foto-basic-155.rr_53 {
  background-image: url('../images/Glasinity_Inspiration_41.webp');
}

.foto-basic-155.rr_55 {
  background-image: url('../images/Glasinity_Inspiration_42.webp');
}

.foto-basic-155.rr_58 {
  background-image: url('../images/Glasinity_Inspiration_04.webp');
}

.foto-basic-155.rr_59 {
  background-image: url('../images/Glasinity_Inspiration_33.webp');
}

.foto-basic-155.rr_60 {
  background-image: url('../images/Glasinity_Inspiration_29.webp');
}

.foto-basic-155.rr_61 {
  background-image: url('../images/Glasinity_Inspiration_23.webp');
}

.foto-basic-155.rr_62 {
  background-image: url('../images/Glasinity_Inspiration_27.webp');
}

.foto-basic-155.rr_64 {
  background-image: url('../images/Glasinity_Inspiration_13.webp');
}

.foto-basic-155.rr_65 {
  background-image: url('../images/Glasinity_Inspiration_49.webp');
}

.foto-basic-155.rr_63 {
  background-image: url('../images/Glasinity_Inspiration_17.webp');
}

.foto-basic-155.rm_56x {
  background-image: url('../images/Glasinity_Inspiration_37.webp');
}

.foto-basic-155.ll_42-orange {
  background-image: url('../images/Glasinity_Inspiration_24.webp');
}

.foto-basic-155.ll_42_orange {
  background-image: url('../images/Glasinity_Impressionen_01.webp');
}

.foto-basic-155.ll_45_orange {
  background-image: url('../images/Glasinity_Impressionen_03.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_52_orange {
  background-image: url('../images/Glasinity_Inspiration_10.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_62_orange {
  background-image: url('../images/Glasinity_Impressionen_05.webp');
}

.foto-basic-155.rm_50_orange {
  background-image: url('../images/Glasinity_Impressionen_04.webp');
}

.foto-basic-155.rm_64_orange {
  background-image: url('../images/Glasinity_Impressionen_07.webp');
}

.foto-basic-155.rr_62_orange {
  background-image: url('../images/Glasinity_Impressionen_08.webp');
}

.foto-basic-155.rr_51_orange {
  background-image: url('../images/Glasinity_Inspiration_51.webp');
}

.foto-basic-108 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4291.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-108:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-108.imp01 {
  background-image: url('../images/carsncubes_Impressionen_J4A5372.webp');
}

.reihe-rr {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2.infinite-item {
  margin-top: 0;
}

.text-block-8 {
  text-decoration: none;
}

.copyright {
  color: #1b1b1c;
  letter-spacing: -.3px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.foto-basic-156 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4420.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-156:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-157 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4433.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-157:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.text-block-18 {
  text-decoration: none;
}

.foto-basic-106 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4308.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-106:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-158 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Pape_03.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-158:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-158.ll_13 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4242.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-158.lm_11 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4513.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.lm_5 {
  background-image: url('../images/SIXROOMS_Test_04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.foto-basic-158.lm_5.text {
  background-position: 50% 100%;
  height: 16em;
}

.foto-basic-158.lm_5.text.no {
  background-image: url('../images/Glasinity_Impressionen_07.webp');
  height: 18em;
}

.foto-basic-158.rm_10 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4215.webp');
}

.foto-basic-158.rm_62 {
  background-image: url('../images/Glasinity_Impressions_J4A5026_3.webp');
}

.foto-basic-158.rm_53 {
  background-image: url('../images/Glasinity_Impressionen_02.webp');
}

.foto-basic-158.ll_54 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4611_3.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-158.lm_55 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4833_3.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-158.rm_52 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4891_3.webp');
}

.foto-basic-158.rr_13 {
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4482.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 35em;
}

.foto-basic-158.ll_3 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4459.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.ll_5 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4213.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.rr_6 {
  background-image: url('../images/SIXROOMS_Test_01.jpg');
}

.foto-basic-158.rr_6.text {
  background-position: 50% 100%;
  height: 10em;
}

.foto-basic-158.rr_6.text.no {
  background-image: url('../images/Glasinity_Impressions_J4A5026_3.webp');
  height: 10.4em;
}

.foto-basic-158.rr_1 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4567.webp');
  height: 35em;
}

.foto-basic-158.lm_4 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4231.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-158.rm_13 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4197.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-158.rm_5 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4385.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.lm_54 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4676_3.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-158.rm_12 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4280.webp');
}

.foto-basic-158.ll_4 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4361.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.lm_10 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4272.webp');
}

.foto-basic-158.lm_3 {
  background-image: url('../images/Glasinity_Impressionen_07.webp');
}

.foto-basic-158.ll_53 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4749_3.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-158.ll_9 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4415.webp');
  background-position: 50% 100%;
}

.foto-basic-158.rm_51 {
  background-image: url('../images/Glasinity_Impressionen_01.webp');
}

.foto-basic-158.ll_10 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4538.webp');
  background-position: 50% 100%;
}

.foto-basic-158.rm_11 {
  background-image: url('../images/CarsNCubes_Impressions_J4A4258.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-158.rm_1 {
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4461.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-158.rm_52x {
  background-image: url('../images/Glasinity_Impressionen_06.webp');
}

.foto-basic-158.rm_1x {
  background-color: #0000;
  background-image: url('../images/Glasinity_Impressionen_03.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-158.ll_10_01 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7378.webp');
  background-position: 50% 100%;
}

.foto-basic-158.ll_10_02 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7138.webp');
  background-position: 50% 100%;
}

.foto-basic-158.ll_10_03 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7247.webp');
  background-position: 50% 100%;
}

.foto-basic-158.rm_10_01 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7407.webp');
}

.foto-basic-158.rm_10_02 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7449.webp');
}

.foto-basic-158.rm_10_03 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7159.webp');
}

.foto-basic-158.rm_5_01 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7118.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.rm_5_02 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7160.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.rm_5_03 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7322.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-158.ll_13_01 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-6998.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-158.ll_13_02 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-7055.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-158.ll_13_03 {
  background-image: url('../images/Einblicke_Wintergarten-Gruber-WEB-6951.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-159 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4291.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-159:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-114 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/CarsNCubes_Impressions_J4A4473.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-114:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.text-block-20 {
  text-decoration: none;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container.container-small {
  max-width: none;
  margin-top: 25vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-3 {
  color: #000;
  white-space: nowrap;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 600;
  line-height: 100%;
}

.contact-inner-list {
  padding-left: 0;
}

.section-3 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.contact {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  font-style: normal;
  display: flex;
}

.contacts-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.contacts {
  grid-row-gap: 3.75rem;
  border-top: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.75rem;
  display: flex;
}

.text-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
}

.text-2.text-color-gray-400 {
  text-transform: uppercase;
  font-family: Archivo Variable, sans-serif;
}

.section-badge {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.section-badge.text.text-semi-bold {
  align-items: flex-start;
  line-height: 100%;
}

.section-badge.text.text-semi-bold.leistungen {
  width: 100%;
  margin-bottom: 4vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.section-badge.text.text-semi-bold.abstand {
  margin-bottom: 4vh;
}

.contacts-item-text.heading-small.heading-semi-bold {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.link-text-underline {
  color: var(--white);
  border-bottom: 1px solid #221e2000;
  margin-top: -.25rem;
  margin-bottom: -.25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.section-heading.heading {
  color: #000;
  font-weight: 500;
}

.section-heading.heading.txt-black {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.section-badge-circle {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: .375rem;
  height: .375rem;
  margin-top: .6em;
  transform: translate(0, -50%);
}

.contacts-item {
  width: 100%;
  padding-bottom: .5rem;
  position: relative;
}

.opacity-animation-background {
  background-image: linear-gradient(326deg, #fff, #fff 40%, #fff0 65%);
  width: 400%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(0%);
}

.banner-circle-wrapper {
  z-index: 99;
  justify-content: flex-end;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.section-badge-name {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.4rem;
}

.banner-circle {
  position: absolute;
  bottom: 3rem;
  right: 0;
}

.section-header {
  grid-row-gap: 2.5rem;
  color: #000;
  flex-direction: column;
  margin-top: 220px;
  margin-bottom: 6.25rem;
  display: flex;
}

.bannercircleimage {
  width: 75%;
  height: 75%;
}

.banner-circle-image {
  width: 120px;
}

.opacity-animation {
  z-index: 1000;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-text-wrapper {
  position: relative;
}

.bannercircleimagewrapper {
  background-color: var(--hellgrau);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
}

.checkbox-label {
  text-transform: none;
  font-weight: 300;
  line-height: 1.5;
}

.header-variation-02-images-list-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
  overflow: visible;
}

.header-variation-02-images-list-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.header-variation-02-images-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header-variation-02-image-item {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

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

.header-variation-02-images-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.foto-basic-157x {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Glasinity_Impressionen_04.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-157x:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-159x {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Glasinity_Impressionen_05.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-159x:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.header-variation-02-content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header-variation-02-images-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-variation-02-images-list-top-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header-variation-02 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-4 {
  color: #000;
  white-space: nowrap;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 600;
  line-height: 100%;
}

.footer-xxl {
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.bullet-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: 300;
  display: flex;
}

.bullet-circle {
  background-color: #f8f6f2;
  border-radius: 6px;
  width: 6px;
  height: 6px;
}

.bullet-circle.bg-dark-tone {
  background-color: var(--white);
  color: #f8f6f2;
}

.bullet-title-text {
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  font-style: normal;
  font-weight: 400;
}

.anker-schwarz {
  color: var(--white);
  text-transform: none;
  font-style: normal;
}

.div-images {
  justify-content: space-around;
  width: 100%;
  padding-top: 5vh;
  display: flex;
}

.div-images.off {
  display: none;
}

.div-images.space {
  padding-top: 10vh;
}

.div-images.hoch {
  justify-content: center;
}

.services-headline.text-weight-bold.text-align-center.text-style-uppercase.text-color-black-900 {
  color: var(--white);
  font-size: 16vw;
  line-height: 1.2;
}

.service-item-number-text {
  margin-bottom: 33px;
}

.service-item-number-text.text-xl-2.text-weight-semibold.text-color-black-900 {
  color: var(--white);
  display: none;
}

.services-text.text-sm.text-color-black-600 {
  color: var(--white);
  text-transform: none;
}

.services-type-block {
  grid-column-gap: 8px;
  margin-bottom: 15px;
  display: none;
}

.services-item-image {
  height: auto;
}

.services-headline-block {
  margin-bottom: 20vh;
}

.services-section {
  margin-bottom: 110px;
}

.global-wrapper {
  max-width: none;
}

.services-type-text {
  background-color: #f4f4f4;
  border-radius: 24px;
  padding: 8px 12px;
  display: inline-block;
}

.services-type-text.text-xs.text-color-black.text-weight-medium {
  background-color: var(--white);
  color: var(--anthrazit);
}

.services-iteam-image-block {
  max-width: none;
  height: auto;
  max-height: none;
}

.hprozontal-line-40-40 {
  background-color: #ddd;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-content-block {
  width: auto;
  min-width: auto;
}

.service-item-headline.text-3xl.text-weight-bold {
  font-weight: 700;
}

.service-item-headline.text-3xl.text-weight-bold.text-color-black-900 {
  color: var(--white);
  font-size: 1.4rem;
}

.services-item-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.global-padding {
  width: auto;
}

.services-text-block {
  max-width: none;
}

.section-4 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-leistungen {
  background-color: var(--anthrazit);
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.body.anthrazit {
  background-color: var(--anthrazit);
}

.form-3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.text-size-large {
  color: #1b1b1c;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-4.is-form-submit {
  border-style: solid;
  border-color: var(--hellgrau);
  background-color: var(--white);
  color: #1b1b1c;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.about-hero {
  z-index: 5;
  display: flex;
  position: relative;
}

.div-contact {
  margin-top: 10em;
}

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  align-items: center;
  padding-top: 0;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-weight: 700;
  display: flex;
}

.form-field-wrapper {
  margin-bottom: 1rem;
}

.hero-loop-strip {
  line-height: 1;
  display: flex;
}

.about-hero-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: .65fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 96vh;
  display: grid;
}

.text-block-10 {
  color: #1b1b1c;
  letter-spacing: -.35vw;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.contact-intro {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  color: #1b1b1c;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form-block-3 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 1.5rem 3rem 3rem;
  display: flex;
}

.form-block-3.radius-regular {
  display: block;
}

.hero-loop {
  color: #fff;
  letter-spacing: -.35vw;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 10vw;
  margin-bottom: 0;
  font-size: 20vw;
  font-weight: 400;
  display: flex;
  position: relative;
}

.work-spacer {
  z-index: 20;
  background-color: #0b0c0f;
  height: 2rem;
  position: sticky;
  top: 0;
  bottom: 0;
}

.work-spacer.work-top-spacer {
  background-color: var(--white);
  height: 5.625rem;
}

.contact-base {
  z-index: 100;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 40%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.hero-loop-text {
  align-items: center;
  width: 100vw;
  margin-bottom: 0;
  margin-left: -3.8rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-small {
  background-color: #fff0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.padding-horizontal.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.form-dual-input {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  display: flex;
}

.form_message-success {
  padding: 1.25rem;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.contact-section {
  background-color: #94bbc2;
  margin-top: 80px;
  margin-bottom: 220px;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-section.randlos {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.form-input-2 {
  background-color: #0000;
  border: 1px solid #e7eeee;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.form-input-2.radius-regular {
  border-color: #ccc;
}

.form-input-2.is-text-area {
  min-height: 8rem;
  padding-top: .875rem;
}

.form-label-2 {
  font-size: .875rem;
  font-weight: 400;
}

.section-faq {
  background-color: var(--anthrazit);
  padding-left: 15vw;
  padding-right: 15vw;
}

.text-size-large-2 {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-2.lorem {
  color: #1b1b1c;
  text-align: left;
  padding-bottom: 0;
  font-weight: 500;
}

.text-size-large-2.lorem.lang.quer {
  box-sizing: border-box;
  color: var(--white);
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  max-width: none;
  max-height: none;
  padding-right: 0;
  font-size: 1rem;
  overflow: visible;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  background-color: #fff;
  margin-bottom: -.9vw;
  display: flex;
}

.row-title-text.text-align-center.impressum {
  background-color: var(--anthrazit);
  text-transform: none;
  font-weight: 600;
}

.home-faq-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  display: flex;
}

.home-faq-block.mobile-imp {
  min-height: auto;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.dropdown-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-faq-text {
  max-width: 100rem;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-large-mobile {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-mobile.lorem {
  text-align: left;
  padding-bottom: 0;
}

.text-size-large-mobile.lorem.lang {
  display: none;
}

.dropdown-toggle-2 {
  color: #828282;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px;
  display: flex;
  overflow: visible;
}

.letter-7 {
  z-index: 1;
  color: var(--white);
  font-family: Anton, sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: .89;
  display: inline-block;
  position: static;
}

.home-faq-list-mobile-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-list-mobile-2.radius-regular {
  background-color: var(--anthrazit);
  border-style: none;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.row-title-clip {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.row-title-clip.faq {
  background-color: var(--anthrazit);
  justify-content: flex-start;
  padding-bottom: 3em;
}

.dropdown-list-3 {
  display: none;
  position: relative;
  overflow: visible;
}

.dropdown-list-3.w--open {
  grid-row-gap: 2rem;
  background-color: #0000;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #061945;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.text-size-large-3 {
  color: #061945;
  height: 3em;
  max-height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.45;
}

.main-dropdown-2 {
  border-bottom: 1px solid #000;
  width: 100%;
  line-height: 100%;
}

.home-service-block {
  background-color: var(--transparent-white);
  color: var(--anthrazit);
  border-radius: 0;
  margin-top: 0;
  position: relative;
}

.row-title-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--anthrazit);
  cursor: pointer;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-item.no-border {
  background-color: var(--anthrazit);
  border-top-style: none;
  border-bottom-style: solid;
  position: relative;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.faq {
  margin-top: 0;
}

.padding-top.padding-huge {
  display: block;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-list.radius-regular {
  background-color: #fff;
}

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-regular-2 {
  color: var(--anthrazit);
  text-transform: none;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular-2.text-color-white {
  color: var(--white);
  width: 100%;
}

.text-size-small-2 {
  color: var(--white);
  font-size: .975rem;
  font-weight: 500;
  line-height: 1.35;
}

.arrow {
  filter: invert();
  width: 25px;
  height: 15px;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.row-title {
  width: 100%;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 0) minmax(2rem, .25fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content {
  background-color: #0b0c0f;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content.radius-regular {
  background-color: #fff0;
  flex-direction: column;
  max-width: none;
  height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-297 {
  height: 4rem;
}

.text-size-large-mobile2 {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-mobile2.lorem {
  text-align: left;
  padding-bottom: 0;
  display: none;
}

.text-size-large-mobile3 {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-mobile3.lorem {
  text-align: left;
  padding-bottom: 0;
}

.text-size-large-mobile3.lorem.lang {
  display: none;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  font-size: 6vw;
  position: relative;
}

.row-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.row-4.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 33px;
}

.row-4.left.is-tablet-vertical {
  justify-content: flex-end;
  align-items: center;
}

.section-5 {
  perspective: 1211px;
  padding: 5vw;
  transform: perspective(1156px);
}

.section-5.impressum {
  padding-top: 0;
  font-size: 1rem;
}

.row-5 {
  perspective: 1229px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
  transform: perspective(1083px);
}

.row-5.abstand-5 {
  margin-top: 5vh;
}

.link-5 {
  color: #b1b1b1;
  font-weight: 300;
}

.heading-9 {
  color: var(--white);
  margin-top: 0;
  font-size: 16vw;
}

.heading-10 {
  color: var(--white);
}

.heading-11 {
  color: var(--white);
  font-size: 16vw;
}

.button-3 {
  background-color: var(--hellgrau);
  color: var(--anthrazit);
  letter-spacing: .05rem;
  text-transform: uppercase;
  cursor: pointer;
  border: 0 solid #e6e6e6;
  border-radius: 50vw;
  padding: 1.125rem 2rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.hero-logo-wrapper {
  overflow: hidden;
}

.hero-logo {
  filter: invert();
  max-width: 90%;
  margin-left: 11px;
}

._3-column-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.article-post {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.article-post:hover {
  opacity: .8;
  transform: translate(0, -8px);
}

.article-post.popular {
  color: #fff;
}

.article-post.popular.small {
  grid-column-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-post.popular.small.links {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-subtitle {
  color: #000;
  letter-spacing: -.05rem;
  max-width: 26ch;
  margin-right: -23px;
  font-size: 1.5rem;
  line-height: 120%;
}

.wrapper-rechts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 35vw;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 10px;
}

.container-3.hero-container {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.featured-article-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.heading-section-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.main-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
  margin-left: 0;
  position: relative;
}

.article-image-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.article-image-wrapper.small {
  max-width: 10em;
  margin-bottom: 0;
}

.text-neutral-600 {
  color: var(--white);
  font-family: Archivo Variable, sans-serif;
}

.article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-large {
  letter-spacing: -.1rem;
  font-size: 2.5rem;
  line-height: 110%;
}

.category {
  color: #1b1b1c;
  border: 1px solid #1b1b1c;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.category.popular {
  color: #1b1b1c;
  border-color: #3b3b3b;
}

.image-7 {
  width: auto;
  overflow: visible;
}

.news-post-info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #666;
  align-items: center;
  display: flex;
}

.featured-article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 48ch;
  display: flex;
}

._2-column-grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid-2.popular-grid {
  grid-template-columns: 1fr .75fr;
}

.divider {
  background-color: #dedddd;
  width: 100%;
  height: 1px;
}

.section-6 {
  background-color: var(--anthrazit);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-6.hero-section {
  background-color: var(--anthrazit);
  background-image: none;
  width: auto;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 0;
  position: static;
}

.section-6.featured-section {
  background-color: #f5f5f5;
}

.section-6.popular-section {
  background-color: var(--white);
  color: #fff;
}

.section-6.popular-section.rosa {
  background-color: var(--white);
}

.text-small {
  letter-spacing: -.05rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.text-small.kein-abstand {
  color: var(--anthrazit);
  margin-bottom: 20px;
}

.text-medium {
  color: var(--white);
  letter-spacing: -.05rem;
  margin-bottom: 0;
  font-family: Archivo Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.heading-12 {
  color: var(--white);
}

.image-header {
  width: 100%;
}

.heading-h3 {
  color: var(--white);
  margin-top: 40px;
  font-size: 2rem;
}

.news-post-info-container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #666;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.category-2 {
  color: var(--white);
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 200;
  line-height: 150%;
}

.heading-13 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 400;
}

.article-content-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-wrapper {
  z-index: 12;
  background-color: var(--transparent-white);
  min-height: 100vh;
  position: relative;
}

.text-medium-2 {
  color: var(--white);
  letter-spacing: -.05rem;
  text-transform: none;
  font-size: 1rem;
  font-weight: 200;
  line-height: 120%;
}

.category-summary {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  line-height: 120%;
}

.category-summary.blog {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  margin-top: 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.section-7 {
  z-index: 2;
  width: 100%;
  position: relative;
  overflow: visible;
}

.heading-14 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 8em;
  font-weight: 500;
}

.image-405 {
  width: 100%;
}

.spacer-70px {
  height: 70px;
  display: block;
}

.section-8 {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-8.article-hero-section {
  padding-top: 8rem;
  padding-bottom: 0;
}

.section-8.article-content-section {
  padding-bottom: 0;
}

.div-block-298 {
  background-color: var(--white);
  width: 20px;
  height: 5px;
}

.strich {
  background-color: var(--white);
  width: auto;
  height: 3px;
}

.div-menue {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 25px;
  height: 20px;
  display: flex;
}

.text-size-large-2-mobile {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-2-mobile.lorem {
  color: #1b1b1c;
  text-align: left;
  padding-bottom: 0;
  font-weight: 500;
}

.text-size-large-2-mobile.lorem.lang.quer {
  box-sizing: border-box;
  color: var(--white);
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  max-width: none;
  max-height: none;
  padding-right: 0;
  font-size: 1rem;
  display: none;
  overflow: visible;
}

.text-size-regular-2-mobile {
  color: var(--anthrazit);
  text-transform: none;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular-2-mobile.text-color-white {
  color: var(--white);
  width: 100%;
}

.text-size-large-2-copy {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-2-copy.lorem {
  color: #1b1b1c;
  text-align: left;
  padding-bottom: 0;
  font-weight: 500;
}

.text-size-large-2-copy.lorem.lang.quer {
  box-sizing: border-box;
  color: var(--white);
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  max-width: none;
  max-height: none;
  padding-right: 0;
  font-size: 1rem;
  overflow: visible;
}

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

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-modal_component {
  background-color: var(--white);
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 1rem #61523900;
}

.cookie-modal_description {
  color: #1b1b1c;
}

.cookie-modal_button-wrap.is-small {
  background-color: #ddd;
  display: flex;
}

.cookie-modal_button {
  background-color: var(--hellgrau);
  color: #1b1b1c;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.25em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #797979;
}

.cookie-modal_title.is-small {
  color: #1b1b1c;
  margin-bottom: .1875em;
  font-size: 1.5rem;
  font-weight: 600;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton_line.is-right {
  cursor: pointer;
  background-color: #797979;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  cursor: pointer;
  background-color: #797979;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.link-6 {
  color: #797979;
}

.cookie-modal_button_text {
  outline-offset: 0px;
  color: #1b1b1c;
  outline: 3px #1b1b1c;
  text-decoration: none;
}

.cookie-modal_button-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-2.is-small {
  background-color: #0000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.screenreader-only {
  cursor: pointer;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-popup_component {
  z-index: 9500;
  color: var(--white);
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.cookie-modal_button-wrap-3.is-small {
  background-color: #ddd;
  display: flex;
}

.cookie-modal_button-wrap-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-4.is-small {
  background-color: #0000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_component-2 {
  background-color: #ddd;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_button-wrap-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-5.in-pref-manger {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_content-wrap-2 {
  padding: 1.75rem 2rem;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.image-8 {
  margin-right: 7px;
  padding-right: 0;
  display: inline-block;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.accordion-panel {
  display: none;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_title-2 {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  background-color: var(--hellgrau);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #a0a1af;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.accordion-wrapper {
  width: 100%;
  display: block;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.screenreader-only-2 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton_line-2 {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line-2.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line-2.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_link {
  color: #1b1b1c;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_button-2 {
  background-color: var(--hellgrau);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #9ea29f;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.big-head-5 {
  font-family: Anton, sans-serif;
  font-size: 19vw;
  font-weight: 400;
  line-height: 1;
}

.big-head-5.absolute {
  position: absolute;
}

.text-block-21 {
  color: #fff;
  text-transform: lowercase;
  width: 900px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5;
}

.text-block-22 {
  color: #fff;
  text-transform: lowercase;
  width: 900px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.section-9 {
  perspective: 1211px;
  padding: 5vw;
  transform: perspective(1156px);
}

.section-9.display-flex {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-23 {
  color: #fff;
  text-transform: lowercase;
  width: 900px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.container-awards-2 {
  color: #fff;
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 10vh;
  display: flex;
}

.big-head-6 {
  color: #fff;
  font-family: Anton, sans-serif;
  font-size: 19vw;
  font-weight: 400;
  line-height: 1;
}

.big-head-6.medium {
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 10vw;
}

.big-head-6.medium.outline {
  padding-top: 10vh;
  padding-bottom: 5vh;
  font-size: 8vw;
  display: block;
}

.big-head-6.align-right {
  text-align: left;
}

.section-alt {
  perspective: 1211px;
  padding: 5vw;
  transform: perspective(1156px);
}

.section-alt.display-flex {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-406 {
  width: 40vw;
}

.text-namen {
  margin-top: 10px;
}

.video-scene-wrapper {
  width: 100%;
}

.hero-video-scene-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
  transform: translate(0, 90svh);
}

.pause-state {
  width: 70%;
  height: 70%;
}

.heading-xl {
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.heading-xl.third-row-heading {
  color: var(--white);
  font-size: 6.875em;
  font-weight: 500;
}

.heading-xl.first-mobile-row-heading {
  color: #000;
  font-size: 110px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.heading-xl.second-row-heading {
  color: var(--white);
  font-size: 12em;
  font-weight: 500;
  line-height: 260px;
}

.heading-xl.first-row-heading {
  color: var(--white);
  font-size: 6.875em;
  font-weight: 400;
  display: block;
  overflow: hidden;
}

.heading-xl.second-mobile-row-heading {
  color: #000;
  display: none;
}

.intro-video-wrapper {
  z-index: 100;
  border-radius: 1em;
  width: 32em;
  height: 18em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-15%, -50%)scale(.4);
}

.play-state {
  width: 100%;
  height: 100%;
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  bottom: 0%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.mobile-intro-video-wrapper {
  z-index: 100;
  border-radius: 1em;
  width: 25em;
  height: 15em;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-15%, -50%)scale(.4);
}

.section-video {
  color: #8c8c8c;
  min-height: 100vh;
  padding: 5em 8.33%;
  position: relative;
  overflow: hidden;
}

.section-video.hero-section {
  z-index: 20;
  color: var(--black);
  background-color: #ccc;
  background-image: none;
  height: 150vh;
  min-height: auto;
  margin-bottom: -6vw;
  padding: 0 0%;
  overflow: visible;
}

.hero-video-scene-3 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
  transform: translate(0, 90svh);
}

.hero-project-image {
  height: 100%;
}

.hero-project-2 {
  clear: both;
  cursor: default;
  width: 10em;
  height: 20em;
  display: block;
  position: absolute;
  top: 44%;
  right: 18%;
  overflow: hidden;
}

.hero-project-1 {
  cursor: default;
  width: 10em;
  height: 20em;
  display: block;
  position: absolute;
  top: 56%;
  left: 18%;
  overflow: hidden;
}

.mobile-projects-wrapper {
  z-index: 12;
  width: 100%;
  height: 200vh;
  margin-top: -50%;
  padding-bottom: 0;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: none;
  position: sticky;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.hero-container-2 {
  background-color: var(--background-color);
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.hero-project-3 {
  cursor: default;
  width: 10em;
  height: 20em;
  display: block;
  position: absolute;
  inset: -14% 0 0 50%;
  overflow: hidden;
  transform: translate(-50%, -10vh);
}

@media screen and (min-width: 1440px) {
  .text-block-7, .text-block-8, .text-block-18, .text-block-20 {
    text-decoration: none;
  }

  .container.container-small {
    margin-top: 25vh;
    padding-top: 0;
  }

  .text-2.text-color-gray-400 {
    color: var(--hellgrau);
    font-weight: 400;
  }

  .section-heading.heading {
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .home-faq-list.radius-regular {
    text-align: left;
    align-items: stretch;
  }

  .section-video.hero-section {
    height: 180vh;
    margin-bottom: -5vw;
  }
}

@media screen and (min-width: 1920px) {
  .postion-absolute.hero-image.second {
    top: 33%;
  }

  .foto-basic-105.imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5389.webp');
  }

  .foto-basic-104.imp04 {
    background-image: url('../images/carsncubes_Impressionen_J4A5415.webp');
  }

  .text-block-7 {
    text-decoration: none;
  }

  .content__wrapper-2.photo {
    height: 532.7em;
  }

  .content__wrapper-2.behind {
    height: 426.2em;
  }

  .foto-basic-119.imp03 {
    background-image: url('../images/carsncubes_Impressionen_J4A5330.webp');
  }

  .foto-basic-155.ll_5-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5168.webp');
  }

  .foto-basic-155.rr_13-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5306.webp');
  }

  .foto-basic-155.lm_4-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5430.webp');
  }

  .foto-basic-155.rm_10-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5271.webp');
  }

  .foto-basic-155.ll_3-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5418.webp');
  }

  .foto-basic-155.ll_4-imp {
    background-image: url('../images/carsncubes_Impressionen_01_3.webp');
  }

  .foto-basic-155.rm_11-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5435.webp');
  }

  .foto-basic-155.rr_6-imp.text.no {
    background-image: url('../images/Glasinity_Inspiration_49.webp');
  }

  .foto-basic-155.ll_13-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5403.webp');
  }

  .foto-basic-155.lm_10-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5184_2.webp');
  }

  .foto-basic-155.rm_5-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5354.webp');
  }

  .foto-basic-155.rm_1-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5184.webp');
  }

  .foto-basic-155.rm_62-imp {
    background-image: url('../images/carsncubes_Impressionen_02_6.webp');
  }

  .foto-basic-155.lm_11-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5292.webp');
  }

  .foto-basic-155.ll_10-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5340.webp');
  }

  .foto-basic-155.rr_1-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5197.webp');
  }

  .foto-basic-155.ll_9-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5352.webp');
  }

  .foto-basic-155.rm_13-imp {
    background-image: url('../images/carsncubes_Impressionen_J4A5356.webp');
  }

  .foto-basic-155.ll_3-imp-copy, .foto-basic-155._51_ll {
    background-image: url('../images/carsncubes_Impressionen_J4A5418.webp');
  }

  .foto-basic-155.ll_51 {
    background-image: url('../images/Glasinity_Inspiration_40.webp');
  }

  .foto-basic-155.ll_43 {
    background-image: url('../images/Glasinity_Inspiration_48.webp');
  }

  .foto-basic-155.ll_45 {
    background-image: url('../images/Glasinity_Inspiration_43.webp');
  }

  .foto-basic-155.lm_51 {
    background-image: url('../images/Glasinity_Inspiration_06.webp');
  }

  .foto-basic-155.lm_52 {
    background-image: url('../images/Glasinity_Inspiration_10.webp');
  }

  .foto-basic-155.lm_53 {
    background-image: url('../images/Glasinity_Inspiration_36.webp');
  }

  .foto-basic-155.rm_51 {
    background-image: url('../images/Glasinity_Inspiration_07.webp');
  }

  .foto-basic-155.rm_56 {
    background-image: url('../images/carsncubes_Impressionen_J4A5435.webp');
  }

  .foto-basic-155.rr_50 {
    background-image: url('../images/Glasinity_Inspiration_09.webp');
  }

  .foto-basic-155.rr_65 {
    background-image: url('../images/Glasinity_Inspiration_49.webp');
  }

  .foto-basic-155.ll_45_orange {
    background-image: url('../images/Glasinity_Inspiration_43.webp');
  }

  .foto-basic-155.lm_52_orange {
    background-image: url('../images/Glasinity_Inspiration_10.webp');
  }

  .foto-basic-108.imp01 {
    background-image: url('../images/carsncubes_Impressionen_J4A5372.webp');
  }

  .text-block-8 {
    color: #1b1b1c;
    text-decoration: none;
  }

  .text-block-18 {
    text-decoration: none;
  }

  .foto-basic-158.rm_62, .foto-basic-158.rr_6.text.no {
    background-image: url('../images/Glasinity_Impressions_J4A5026_3.webp');
  }

  .text-block-20 {
    color: #1b1b1c;
    text-decoration: none;
  }

  .container.container-small {
    margin-top: 50vh;
  }

  .section-badge.text.text-semi-bold {
    color: #000;
  }

  .contacts-item-text.heading-small.heading-semi-bold {
    margin-top: 3px;
    font-size: 1.8rem;
  }

  .link-text-underline {
    font-size: 1.9rem;
  }

  .section-heading.heading {
    color: #000;
    font-size: 4.5rem;
  }

  .section-badge-circle {
    background-color: var(--white);
    color: #000;
  }

  .section-badge-name {
    color: var(--white);
  }

  .banner-circle {
    right: 0;
  }

  .section-header {
    color: #fff;
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .bannercircleimagewrapper {
    background-color: var(--hellgrau);
    width: 8vw;
    height: 8vw;
  }

  .footer-xxl {
    width: 100vw;
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-faq {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .text-size-large-2.lorem.lang.quer {
    font-size: 1.4rem;
  }

  .dropdown-list-3 {
    display: none;
  }

  .home-service-block {
    border-radius: 0;
  }

  .padding-top.faq {
    margin-top: 4em;
  }

  .text-size-regular-2.text-color-white, .text-size-large-2-mobile.lorem.lang.quer, .text-size-regular-2-mobile.text-color-white, .text-size-large-2-copy.lorem.lang.quer, .text-namen {
    font-size: 1.4rem;
  }

  .heading-xl.third-row-heading {
    font-size: 10em;
  }

  .heading-xl.second-row-heading {
    font-size: 16em;
    line-height: 1.6;
  }

  .heading-xl.first-row-heading {
    font-size: 10em;
  }

  .intro-video-wrapper {
    width: 42em;
    height: 24em;
  }

  .section-video.hero-section {
    background-color: var(--transparent-white);
  }

  .hero-project-2 {
    top: 43.8%;
  }

  .hero-project-3 {
    top: -15%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    width: 100vw;
  }

  .section.display-flex {
    justify-content: center;
    width: auto;
  }

  .section.display-flex.werte._5vw {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.work {
    flex-direction: column;
    padding-top: 16vw;
  }

  .spacer._20vh {
    height: 20vh;
    display: block;
  }

  .spacer._20vh.startseite {
    display: block;
  }

  .spacer._4rem {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .spacer._2rem {
    height: 1rem;
  }

  .spacer._8rem {
    height: 6rem;
  }

  .brand.w--current {
    width: 7em;
  }

  .max-width-xsmall.no_capitals {
    width: 50%;
  }

  .postion-absolute.hero-image.video, .postion-absolute.hero-image.video.third, .postion-absolute.hero-image.five {
    width: 34vw;
    height: 25vw;
  }

  .postion-absolute.hero-image.unterseite {
    width: 40vw;
    height: 30vw;
  }

  .max-width-small {
    width: 100%;
  }

  .column {
    width: auto;
    margin-left: 0;
  }

  .content-slide {
    width: 100%;
  }

  .image-work.second {
    width: 50vw;
    height: 40vw;
    margin-top: 9vw;
    margin-left: 5vw;
  }

  .image-work.third {
    width: 35vw;
    height: 49vw;
    margin-top: 5vw;
  }

  .image-work._1 {
    width: 35vw;
    height: 49vw;
  }

  .image-work.second-copy.margin-0 {
    width: 50vw;
    height: 40vw;
    margin-top: -4vw;
    margin-right: 5vw;
  }

  .row-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
  }

  .row-3.left {
    flex-direction: row;
  }

  .row-3.left.is-tablet-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .text-block-14.margin-top, .text-field-2.black.small {
    font-size: 20px;
  }

  .row-2.is-tablet-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .title.outline.work-hover {
    -webkit-text-stroke-width: 2px;
    display: flex;
  }

  .container-awards {
    width: auto;
  }

  .grid-work {
    width: 100%;
    position: static;
  }

  .div-block-293 {
    padding-top: 60px;
    padding-left: 0;
  }

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

  .div-block-296.flex-vertical {
    margin-top: 12rem;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    width: auto;
  }

  .other-nav-footer {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .container-2 {
    justify-content: flex-start;
  }

  .footer-contact.kacheln {
    inset: 96% 0% 0%;
  }

  .image-6 {
    width: 200px;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.container-small {
    margin-top: 10vh;
  }

  .link-3 {
    letter-spacing: -.04em;
    font-size: 1.25rem;
    line-height: 160%;
  }

  .link-3.heading-small {
    font-size: 2.25rem;
    line-height: 120%;
  }

  .contact-inner-list {
    grid-row-gap: .5rem;
    padding-bottom: .25em;
  }

  .section-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .contact {
    grid-row-gap: 1rem;
  }

  .contacts-list {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .contacts {
    grid-row-gap: 3rem;
  }

  .contacts-item-text.heading-small.heading-semi-bold, .link-text-underline {
    font-size: 1.25rem;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .section-header {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .banner-circle-image {
    width: 100px;
  }

  .bannercircleimagewrapper {
    width: 20vw;
    height: 20vw;
  }

  .link-4 {
    letter-spacing: -.04em;
    font-size: 1.25rem;
    line-height: 160%;
  }

  .link-4.heading-small {
    font-size: 2.25rem;
    line-height: 120%;
  }

  .bullet-title, .bullet-circle {
    flex: none;
  }

  .service-item-headline.text-3xl {
    font-size: 38px;
  }

  .services-item-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .div-contact {
    padding-bottom: 8em;
  }

  .about-hero-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .form-block-3 {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .hero-loop {
    align-items: flex-end;
    height: 27vw;
  }

  .work-spacer {
    height: 4vh;
    display: none;
  }

  .contact-base {
    width: 60%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-size-large-2.lorem {
    font-size: 1.2rem;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .dropdown-3 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large-mobile.lorem {
    font-size: 1.2rem;
  }

  .text-size-large-mobile.lorem.lang {
    display: none;
  }

  .letter-7 {
    text-align: left;
    font-size: 16vw;
  }

  .row-title-clip.faq {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-2 {
    font-size: 1.1rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .text-size-large-mobile2.lorem, .text-size-large-mobile3.lorem {
    font-size: 1.2rem;
  }

  .row-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
  }

  .row-4.left {
    flex-direction: row;
  }

  .row-4.left.is-tablet-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  ._3-column-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .article-post.popular.small {
    max-width: 530px;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .featured-article-image-wrapper {
    margin-bottom: 1rem;
  }

  ._12-column-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  .article-image-wrapper {
    margin-bottom: 1rem;
  }

  ._2-column-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-large-2-mobile.lorem {
    font-size: 1.2rem;
  }

  .text-size-regular-2-mobile {
    font-size: 1.1rem;
  }

  .text-size-large-2-copy.lorem {
    font-size: 1.2rem;
  }

  .column-2, .text-block-21 {
    width: 100%;
  }

  .container-awards-2 {
    width: 100%;
  }

  .image-406 {
    width: 60vw;
  }

  .hero-video-scene-2 {
    height: auto;
    margin-top: 0%;
    display: block;
    position: relative;
    transform: none;
  }

  .heading-xl.third-row-heading {
    text-align: center;
    font-size: 8vw;
    display: block;
  }

  .heading-xl.first-mobile-row-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 500;
    display: none;
  }

  .heading-xl.second-row-heading {
    text-align: center;
    font-size: 8vw;
    line-height: 1;
    display: block;
  }

  .heading-xl.first-row-heading {
    text-align: center;
    font-size: 8vw;
    display: block;
  }

  .heading-xl.second-mobile-row-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5rem;
    display: none;
  }

  .intro-video-wrapper {
    width: 15rem;
    height: 15rem;
    margin: 1rem auto;
    display: none;
    position: relative;
    top: 0%;
    left: 0%;
    overflow: hidden;
    transform: none;
  }

  .mobile-intro-video-wrapper {
    width: 34rem;
    height: 20rem;
    margin: 1rem auto;
    display: block;
    position: relative;
    top: 0%;
    left: 0%;
    overflow: hidden;
    transform: none;
  }

  .section-video.hero-section {
    background-color: var(--transparent-white);
    height: auto;
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }

  .hero-video-scene-3 {
    height: auto;
    margin-top: 0%;
    display: block;
    position: relative;
    transform: none;
  }

  .hero-project-2 {
    float: right;
    width: 50%;
    height: 35rem;
    display: inline-block;
    position: static;
  }

  .mobile-loop-part {
    grid-column-gap: 2rem;
    flex: none;
    padding-right: 2rem;
    display: flex;
  }

  .hero-project-1 {
    width: 50%;
    height: 35rem;
    margin-top: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .mobile-projects-wrapper {
    grid-column-gap: 0rem;
    justify-content: space-between;
    height: auto;
    margin-top: 0%;
    margin-bottom: 10rem;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .hero-project-3 {
    width: 50%;
    height: 35rem;
    display: block;
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .spacer._20vh {
    height: 25vh;
    display: block;
  }

  .spacer._8rem {
    height: 4rem;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 5em;
  }

  .max-width.text-size-medium, .max-width-xsmall {
    width: 100%;
  }

  .postion-absolute.hero-image.video {
    display: none;
    bottom: 20%;
  }

  .postion-absolute.hero-image.video.third {
    display: none;
  }

  .postion-absolute.hero-image.five {
    display: none;
    top: 88vw;
    left: 5.6vw;
  }

  .postion-absolute.background-video {
    top: 17.4vw;
    right: 4.7vw;
  }

  .postion-absolute.hero-image.second {
    top: 37.3vw;
    left: 5.6vw;
  }

  .postion-absolute.background-video {
    top: auto;
    bottom: 0%;
    right: 4.7vw;
  }

  .postion-absolute.hero-image {
    margin-top: 0;
    bottom: 0%;
  }

  .postion-absolute.hero-image.second {
    margin-top: 9em;
    top: 0%;
    left: 15%;
  }

  .postion-absolute.hero-image {
    bottom: 2%;
  }

  .sticky.auto {
    display: none;
  }

  .content-slide {
    width: 100%;
  }

  .image-work.second {
    width: 50vw;
    height: 40vw;
    margin-top: 5vh;
    margin-left: 5vw;
  }

  .image-work.third {
    width: 35vw;
    height: 49vw;
    margin-top: 4vw;
  }

  .image-work._1 {
    width: 35vw;
    height: 49vw;
  }

  .image-work.second-copy.margin-0 {
    width: 50vw;
    height: 40vw;
    margin-top: -4vw;
    margin-right: 5vw;
  }

  .row-3 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .row-2.is-tablet-vertical {
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .title.outline.work-hover {
    display: flex;
  }

  .container-awards {
    margin-bottom: 10vh;
    padding-bottom: 0;
  }

  .modal-work.first {
    display: none;
  }

  .grid-work {
    height: 60vh;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .credits-text {
    margin-top: 2rem;
  }

  .credits-text.imp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section-3 {
    padding-top: 0;
  }

  .other-nav-footer {
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .bottom-copyright-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 93vw;
    display: none;
  }

  .bottom-copyright-links-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 93vw;
    display: block;
  }

  .footer-link.kacheln {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-contact.kacheln {
    height: auto;
    top: 94%;
  }

  .image-6 {
    width: 160px;
    margin-right: 0;
  }

  .copyright.kacheln {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .container.container-small {
    margin-top: 10vh;
  }

  .link-3.heading-small {
    font-size: 1.25rem;
  }

  .contact {
    grid-row-gap: .62rem;
  }

  .contacts-list {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .contacts {
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 2.5rem;
  }

  .contacts-item-text.heading-small.heading-semi-bold {
    font-size: 1.25rem;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .section-header {
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .banner-circle-image {
    width: 90px;
  }

  .header-variation-02-image-item {
    width: 18rem;
  }

  .link-4.heading-small {
    font-size: 1.25rem;
  }

  .service-item-number-text.text-xl-2 {
    margin-bottom: 0;
  }

  .services-item-image {
    width: 100%;
  }

  .services-section {
    margin-bottom: 80px;
  }

  .services-iteam-image-block {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-bottom: 20px;
  }

  .services-item-headline-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .service-item-headline.text-3xl {
    font-size: 40px;
  }

  .services-item-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .global-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-text-block {
    max-width: 100%;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .div-contact {
    margin-bottom: 0;
    padding-bottom: 8em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-loop-text {
    margin-left: -.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-dual-input {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .div-formular {
    margin-top: 2em;
  }

  .form-label-2 {
    margin-bottom: .4rem;
  }

  .section-faq {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .text-size-large-2.lorem.lang {
    width: 610.586vw;
    display: block;
  }

  .text-size-large-2.lorem.lang.quer {
    font-size: .85rem;
    display: block;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large-mobile {
    font-size: 1.25rem;
  }

  .text-size-large-mobile.lorem.lang {
    width: 610.586vw;
    display: block;
  }

  .home-faq-list-mobile-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list-mobile-2.radius-regular {
    padding: 0;
  }

  .row-title-clip.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-list-3 {
    display: none;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .text-size-regular-2 {
    font-size: 1rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .text-size-large-mobile2, .text-size-large-mobile3 {
    font-size: 1.25rem;
  }

  .text-size-large-mobile3.lorem.lang {
    width: 610.586vw;
    display: none;
  }

  .row-4 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    align-items: flex-start;
  }

  ._3-column-grid-2 {
    grid-template-columns: 1fr;
  }

  .article-post.popular.small {
    display: block;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .heading-section-container {
    flex-wrap: wrap;
  }

  .article-image-wrapper.small {
    max-width: none;
    margin-bottom: 1rem;
  }

  ._2-column-grid-2 {
    grid-template-columns: 1fr;
  }

  .text-small {
    font-size: 1.5rem;
  }

  .text-size-large-2-mobile {
    font-size: 1.25rem;
  }

  .text-size-large-2-mobile.lorem.lang {
    width: 610.586vw;
    display: block;
  }

  .text-size-large-2-mobile.lorem.lang.quer {
    font-size: .85rem;
    display: none;
  }

  .text-size-regular-2-mobile {
    font-size: 1rem;
  }

  .text-size-large-2-copy {
    font-size: 1.25rem;
  }

  .text-size-large-2-copy.lorem.lang {
    width: 610.586vw;
    display: block;
  }

  .text-size-large-2-copy.lorem.lang.quer {
    font-size: .85rem;
    display: block;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-modal_button-wrap-2, .cookie-modal_button-wrap-4, .cookie-modal_button-wrap-5 {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap-5.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_content-wrap-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .container-awards-2 {
    margin-bottom: 10vh;
    padding-bottom: 0;
  }

  .heading-xl.third-row-heading {
    -webkit-text-stroke-width: 0px;
    font-size: 8vw;
    font-weight: 400;
  }

  .heading-xl.first-mobile-row-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
  }

  .heading-xl.second-row-heading {
    font-size: 8vw;
  }

  .heading-xl.first-row-heading {
    text-align: center;
    font-size: 8vw;
  }

  .heading-xl.second-mobile-row-heading {
    font-size: 4.2rem;
    line-height: 1.1;
  }

  .play-pause-button {
    width: 1.5em;
    height: 1.5em;
  }

  .mobile-intro-video-wrapper {
    width: 22rem;
    height: 15rem;
  }

  .section-video.hero-section {
    padding-top: 6rem;
  }

  .hero-project-2 {
    width: 48%;
    height: 25rem;
    margin-top: 0;
  }

  .hero-project-1 {
    width: 48%;
    height: 25rem;
  }

  .hero-project-3 {
    height: 25rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.work {
    display: none;
  }

  .section.padding-bottom-large {
    padding-bottom: 26vw;
  }

  .section.berunsabstand {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .spacer._20vh {
    height: 15vh;
  }

  .spacer._4rem {
    height: 3rem;
  }

  .spacer._8rem {
    height: 6rem;
  }

  .big-head {
    margin-top: 0;
    font-size: 18vw;
  }

  .big-head.align-center, .big-head.align-center.move, .big-head.align-center.move._3, .big-head.align-center.move-2 {
    color: var(--hellgrau);
  }

  .big-head.outline {
    font-size: 20vw;
  }

  .big-head.medium.outline {
    padding-top: 0;
    font-size: 14vw;
  }

  .menu-button {
    padding-right: 0;
  }

  .wrapper-cursor {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    font-size: 17vw;
  }

  .spacer-link {
    width: 3vw;
    font-size: 14vw;
  }

  .hero-section {
    padding-top: 24vw;
  }

  .outline {
    -webkit-text-stroke-width: 1px;
    margin-top: 0;
    font-size: 10vw;
  }

  .outline._2 {
    font-size: 19vw;
  }

  .max-width.text-size-medium {
    width: 100%;
    font-size: 1rem;
  }

  .max-width-xsmall, .max-width-xsmall.second, .max-width-xsmall.no_capitals {
    width: 100%;
  }

  .postion-absolute.hero-image.video {
    width: 57vw;
    height: 36vw;
    bottom: 9%;
  }

  .postion-absolute.hero-image.video.second {
    width: 43vw;
    height: 26vw;
    top: 46%;
    left: 0%;
  }

  .postion-absolute.hero-image.video.third {
    width: 54vw;
    height: 33vw;
    top: 10%;
    right: 0%;
  }

  .postion-absolute.hero-image.five {
    width: 21vw;
    top: 43.6vw;
  }

  .postion-absolute.background-video {
    top: 24.1vw;
    right: 5%;
  }

  .postion-absolute.hero-image.second {
    width: 21vw;
    top: 43.6vw;
  }

  .postion-absolute.background-video {
    width: 24vw;
    height: 24vw;
    margin-bottom: 0;
    top: auto;
    bottom: -17%;
    right: 3%;
  }

  .postion-absolute.hero-image {
    width: 40vw;
    height: 20vw;
    top: -10%;
    right: 5%;
  }

  .postion-absolute.hero-image.second {
    width: 24vw;
    height: 18vw;
    margin-top: 0;
    top: auto;
    left: 10%;
  }

  .postion-absolute.hero-image.unterseite {
    width: 60vw;
    height: 40vw;
  }

  .postion-absolute.hero-image {
    right: 5%;
  }

  .max-width-small {
    flex-direction: column;
  }

  .sticky.auto {
    display: none;
  }

  .video-block-overflow-hidden {
    width: auto;
    height: 50vh;
  }

  .image {
    height: 50vh;
  }

  .content-slide {
    width: 100%;
  }

  .image-work.second {
    width: 50vw;
    height: 40vw;
    margin-top: 2vh;
    margin-left: 5vw;
  }

  .image-work.third {
    width: 35vw;
    height: 49vw;
    margin-top: 4vw;
  }

  .image-work._1 {
    width: 35vw;
    height: 49vw;
  }

  .image-work.second-copy.margin-0 {
    width: 50vw;
    height: 40vw;
    margin-top: -2vh;
    margin-right: 5vw;
  }

  .row-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .row-3.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .text-field-2 {
    font-size: 10vw;
  }

  .title.outline.work-hover {
    -webkit-text-stroke-width: 1px;
    font-size: 11vw;
  }

  .container-awards {
    margin-bottom: 10vh;
    padding-bottom: 0;
  }

  .heading-3, .heading-4 {
    font-size: 10vw;
  }

  .heading-5, .heading-6, .heading-7 {
    margin-top: 0;
    font-size: 10vw;
  }

  .right-arrow {
    padding-left: 41px;
    padding-right: 0;
    inset: auto 0% -18% auto;
  }

  .left-arrow {
    padding-left: 0;
    padding-right: 41px;
    inset: auto auto -18% 0%;
  }

  .licensing-text-wrapper {
    flex-flow: column;
  }

  .license-link {
    font-size: 16px;
  }

  .text-size-regular {
    font-size: 20px;
  }

  .text-size-regular.second {
    font-size: 18px;
    font-weight: 500;
  }

  .source-link {
    font-size: 16px;
  }

  .main-container {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .move {
    font-size: 1.4rem;
  }

  .block-services {
    text-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-services.full {
    flex-flow: column;
  }

  .credits-text {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: .8rem;
  }

  .credits-text.imp {
    color: var(--white);
    margin-top: 0;
    padding-left: 0;
    padding-right: 1em;
    font-size: 1rem;
  }

  .credits-text.footer {
    font-size: 1rem;
  }

  .credits-text.footer.white {
    color: var(--white);
    margin-bottom: 0;
  }

  .div-block-295.flex-vertical, .div-block-296.flex-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-self: flex-start;
  }

  .link, .link.w--current {
    font-size: 1rem;
  }

  .link.white {
    color: var(--white);
  }

  .big-head-2 {
    margin-top: 0;
    font-size: 20vw;
  }

  .hero-section-2 {
    padding-top: 24vw;
  }

  .outline-2 {
    -webkit-text-stroke-width: 1px;
    margin-top: 0;
    font-size: 10vw;
  }

  .outline-2._2 {
    font-size: 19vw;
  }

  .big-head-3 {
    margin-top: 0;
    font-size: 20vw;
  }

  .hero-section-3 {
    padding-top: 0;
  }

  .outline-3 {
    -webkit-text-stroke-width: 1px;
    margin-top: 0;
    font-size: 10vw;
  }

  .outline-3._2 {
    font-size: 19vw;
  }

  .big-head-4 {
    margin-top: 0;
    font-size: 20vw;
  }

  .background-video-2 {
    height: 50vh;
  }

  .other-nav-footer {
    justify-content: space-between;
    display: flex;
  }

  .foto-basic-105, .foto-basic-104 {
    width: 90em;
    height: 130em;
  }

  .bottom-copyright-links {
    flex-flow: column;
    align-items: center;
    width: 90vw;
    height: auto;
  }

  .reihe-ll, .reihe-rm {
    width: 90vw;
  }

  .bottom-copyright-links-mobile {
    flex-flow: column;
    align-items: center;
    width: 90vw;
    height: auto;
  }

  .footer-link.kacheln {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .reihe-lm {
    width: 90vw;
  }

  .content__wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
  }

  .content__wrapper-2.photo, .content__wrapper-2.behind {
    flex-direction: column;
    height: auto;
  }

  .footer-contact {
    flex-direction: column;
    justify-content: space-around;
    height: 14em;
    inset: auto 0% 0%;
  }

  .footer-contact.kacheln {
    height: auto;
    top: 92%;
  }

  .image-6 {
    width: 100px;
  }

  .image-6.kacheln {
    width: 80px;
    margin-bottom: 0;
  }

  .foto-basic-119, .foto-basic-155 {
    width: 90em;
    height: 130em;
  }

  .foto-basic-155.ll_5-imp, .foto-basic-155.rr_13-imp, .foto-basic-155.lm_4-imp, .foto-basic-155.ll_3-imp, .foto-basic-155.ll_4-imp, .foto-basic-155.rm_11-imp {
    height: 130em;
  }

  .foto-basic-155.rr_6-imp.text.no {
    display: none;
  }

  .foto-basic-155.ll_13-imp, .foto-basic-155.rm_5-imp, .foto-basic-155.lm_11-imp, .foto-basic-155.rr_1-imp {
    height: 130em;
  }

  .foto-basic-155.lm_5-imp.text.no {
    display: none;
  }

  .foto-basic-155.rm_13-imp, .foto-basic-155.ll_3-imp-copy, .foto-basic-155._51_ll, .foto-basic-155.ll_51, .foto-basic-155.ll_45, .foto-basic-155.lm_52, .foto-basic-155.lm_53, .foto-basic-155.rm_56, .foto-basic-155.rr_50, .foto-basic-155.ll_45_orange, .foto-basic-155.lm_52_orange {
    height: 130em;
  }

  .foto-basic-108 {
    width: 90em;
    height: 130em;
  }

  .reihe-rr {
    width: 90vw;
  }

  .copyright.kacheln {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .foto-basic-156, .foto-basic-157, .foto-basic-106, .foto-basic-158 {
    width: 90em;
    height: 130em;
  }

  .foto-basic-158.ll_13, .foto-basic-158.lm_11 {
    height: 130em;
  }

  .foto-basic-158.lm_5.text.no {
    display: none;
  }

  .foto-basic-158.ll_54, .foto-basic-158.lm_55, .foto-basic-158.rr_13, .foto-basic-158.ll_3, .foto-basic-158.ll_5 {
    height: 130em;
  }

  .foto-basic-158.rr_6.text.no {
    display: none;
  }

  .foto-basic-158.rr_1, .foto-basic-158.lm_4, .foto-basic-158.rm_13, .foto-basic-158.rm_5, .foto-basic-158.lm_54, .foto-basic-158.ll_4, .foto-basic-158.ll_53, .foto-basic-158.rm_11, .foto-basic-158.rm_5_01, .foto-basic-158.rm_5_02, .foto-basic-158.rm_5_03, .foto-basic-158.ll_13_01, .foto-basic-158.ll_13_02, .foto-basic-158.ll_13_03 {
    height: 130em;
  }

  .foto-basic-159, .foto-basic-114 {
    width: 90em;
    height: 130em;
  }

  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .container.container-small {
    margin-top: 10vh;
  }

  .section-3 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .text-2.text-color-gray-400, .contacts-item-text.heading-small.heading-semi-bold, .link-text-underline {
    font-size: 1rem;
  }

  .banner-circle {
    bottom: -10rem;
    left: 0;
    right: auto;
  }

  .banner-circle-image {
    width: 80px;
  }

  .bannercircleimagewrapper {
    width: 40vw;
    height: 40vw;
  }

  .header-variation-02-image-item {
    width: 60vw;
  }

  .foto-basic-157x, .foto-basic-159x {
    width: 90em;
    height: 130em;
  }

  .footer-xxl {
    width: 100vw;
  }

  .service-item-number-text.text-xl-2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .services-headline-block {
    margin-bottom: 5vh;
  }

  .services-section {
    margin-bottom: 60px;
  }

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

  .service-item-headline.text-3xl {
    font-size: 24px;
    line-height: 28px;
  }

  .global-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-contact {
    padding-bottom: 6em;
  }

  .about-hero-left {
    padding-bottom: 0;
  }

  .contact-base {
    width: 90%;
    margin-top: 12em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-large-2.lorem {
    font-size: .8rem;
    display: block;
  }

  .text-size-large-2.lorem.lang {
    display: none;
  }

  .text-size-large-2.lorem.lang.quer {
    font-size: 1rem;
    display: none;
  }

  .home-faq-block, .home-faq-block.mobile-imp {
    display: block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large-mobile.lorem.lang {
    font-size: .8rem;
  }

  .dropdown-toggle-2 {
    align-items: center;
    padding-bottom: 20px;
  }

  .home-faq-list-mobile-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row-title-clip.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-list-3 {
    display: none;
  }

  .home-faq-item.no-border {
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-huge {
    margin-top: 4em;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-regular-2.text-color-white {
    display: block;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .text-size-large-mobile2.lorem, .text-size-large-mobile3.lorem {
    font-size: .8rem;
    display: block;
  }

  .text-size-large-mobile3.lorem.lang {
    display: block;
  }

  .row-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .row-4.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-5 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .featured-article-image-wrapper {
    margin-bottom: 1rem;
  }

  .heading-section-container {
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  .article-image-wrapper {
    margin-bottom: 1rem;
  }

  .text-large {
    font-size: 1.5rem;
  }

  .category-summary {
    font-size: 1.25rem;
  }

  .text-size-large-2-mobile.lorem {
    font-size: .8rem;
    display: block;
  }

  .text-size-large-2-mobile.lorem.lang {
    display: none;
  }

  .text-size-large-2-mobile.lorem.lang.quer {
    font-size: .9rem;
    display: block;
  }

  .text-size-large-2-copy.lorem {
    font-size: .8rem;
    display: block;
  }

  .text-size-large-2-copy.lorem.lang {
    display: none;
  }

  .text-size-large-2-copy.lorem.lang.quer {
    font-size: 1rem;
    display: none;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap-2.is-small, .cookie-modal_button-wrap-4.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-modal_button-wrap-5.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .big-head-5 {
    margin-top: 0;
    font-size: 20vw;
  }

  .section-9 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container-awards-2 {
    margin-bottom: 10vh;
    padding-bottom: 0;
  }

  .big-head-6 {
    margin-top: 0;
    font-size: 20vw;
  }

  .big-head-6.medium.outline {
    padding-top: 0;
    font-size: 14vw;
  }

  .section-alt {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .image-406 {
    width: 100vw;
  }

  .hero-video-scene-2 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .heading-xl.third-row-heading {
    font-size: 14vw;
  }

  .heading-xl.first-mobile-row-heading {
    font-size: 36px;
    line-height: 1;
  }

  .heading-xl.second-row-heading, .heading-xl.first-row-heading {
    font-size: 14vw;
  }

  .heading-xl.second-mobile-row-heading {
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .intro-video-wrapper {
    width: 15rem;
  }

  .mobile-intro-video-wrapper {
    width: 15rem;
    height: 9rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-video.hero-section {
    padding-top: 5rem;
  }

  .hero-video-scene-3 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .hero-project-2 {
    flex: none;
    width: 50vw;
    height: 17rem;
    margin-top: 0;
  }

  .hero-project-1 {
    flex: none;
    width: 50vw;
    height: 17rem;
  }

  .mobile-projects-wrapper {
    margin-bottom: 7.5rem;
  }

  .hero-project-3 {
    flex: none;
    width: 50vw;
    height: 17rem;
  }
}

#w-node-b192bf70-1bae-1fa2-d70f-a4f5e18cad0c-e18cad06 {
  grid-area: Area-2;
}

#w-node-b192bf70-1bae-1fa2-d70f-a4f5e18cad0d-e18cad06 {
  grid-area: Area-3;
}

#w-node-b192bf70-1bae-1fa2-d70f-a4f5e18cad0e-e18cad06 {
  grid-area: Area-4;
}

#w-node-b192bf70-1bae-1fa2-d70f-a4f5e18cad0f-e18cad06 {
  grid-area: Area;
}

#w-node-f7e79def-2e80-3eaa-c4d5-7398592a76cf-2eb140cd {
  justify-self: stretch;
}

#w-node-f7e79def-2e80-3eaa-c4d5-7398592a76d4-2eb140cd {
  justify-self: center;
}

#w-node-f7e79def-2e80-3eaa-c4d5-7398592a76d6-2eb140cd {
  justify-self: end;
}

#w-node-_8bb9910d-800b-09d5-880e-2d6b72b9876f-2eb140cd {
  justify-self: stretch;
}

#w-node-_8bb9910d-800b-09d5-880e-2d6b72b98774-2eb140cd {
  justify-self: center;
}

#w-node-_8bb9910d-800b-09d5-880e-2d6b72b98776-2eb140cd {
  justify-self: end;
}

#w-node-_160c5da7-9e15-ddbb-4962-81edcd81518b-2eb140cd {
  justify-self: stretch;
}

#w-node-_160c5da7-9e15-ddbb-4962-81edcd815190-2eb140cd {
  justify-self: center;
}

#w-node-_160c5da7-9e15-ddbb-4962-81edcd815192-2eb140cd {
  justify-self: end;
}

#w-node-_7b6c2279-00ca-0cf0-843f-49d604fafd15-2eb140cd {
  justify-self: stretch;
}

#w-node-_7b6c2279-00ca-0cf0-843f-49d604fafd1a-2eb140cd {
  justify-self: center;
}

#w-node-_7b6c2279-00ca-0cf0-843f-49d604fafd1c-2eb140cd {
  justify-self: end;
}

#w-node-db17363b-5601-650a-21e2-c69d0fbf901d-2eb140cd {
  justify-self: stretch;
}

#w-node-db17363b-5601-650a-21e2-c69d0fbf9022-2eb140cd {
  justify-self: center;
}

#w-node-db17363b-5601-650a-21e2-c69d0fbf9024-2eb140cd {
  justify-self: end;
}

#w-node-_75d3ca56-a7f1-8fcc-9c9c-867c6f0977e8-2eb140cd {
  justify-self: stretch;
}

#w-node-_75d3ca56-a7f1-8fcc-9c9c-867c6f0977ed-2eb140cd {
  justify-self: center;
}

#w-node-_75d3ca56-a7f1-8fcc-9c9c-867c6f0977ef-2eb140cd {
  justify-self: end;
}

#w-node-_30b0c439-7df7-3333-4ee5-2701f9f68e85-2eb140cd {
  justify-self: stretch;
}

#w-node-_30b0c439-7df7-3333-4ee5-2701f9f68e8a-2eb140cd {
  justify-self: center;
}

#w-node-_30b0c439-7df7-3333-4ee5-2701f9f68e8c-2eb140cd {
  justify-self: end;
}

#w-node-_4d1a92cb-5292-36fe-30e3-152f044a48f5-2eb140cd {
  justify-self: stretch;
}

#w-node-_4d1a92cb-5292-36fe-30e3-152f044a48fa-2eb140cd {
  justify-self: center;
}

#w-node-_4d1a92cb-5292-36fe-30e3-152f044a48fc-2eb140cd {
  justify-self: end;
}

#services.w-node-_680097d4-80b0-487b-99b4-95856b81e366-86ca451c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_680097d4-80b0-487b-99b4-95856b81e374-86ca451c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_952fc593-c4bf-13a7-315f-6d87a22e8520-d78e08ff {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_952fc593-c4bf-13a7-315f-6d87a22e8522-d78e08ff {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end start;
}

#w-node-_952fc593-c4bf-13a7-315f-6d87a22e854f-d78e08ff {
  place-self: center;
}

#w-node-aa117d15-4d03-1499-8a86-568719dbc54b-7ed92ce4 {
  grid-area: 1 / 2 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-f7e79def-2e80-3eaa-c4d5-7398592a76d4-2eb140cd, #w-node-f7e79def-2e80-3eaa-c4d5-7398592a76d6-2eb140cd, #w-node-_8bb9910d-800b-09d5-880e-2d6b72b98774-2eb140cd, #w-node-_8bb9910d-800b-09d5-880e-2d6b72b98776-2eb140cd, #w-node-_160c5da7-9e15-ddbb-4962-81edcd815190-2eb140cd, #w-node-_160c5da7-9e15-ddbb-4962-81edcd815192-2eb140cd, #w-node-_7b6c2279-00ca-0cf0-843f-49d604fafd1a-2eb140cd, #w-node-_7b6c2279-00ca-0cf0-843f-49d604fafd1c-2eb140cd, #w-node-db17363b-5601-650a-21e2-c69d0fbf9022-2eb140cd, #w-node-db17363b-5601-650a-21e2-c69d0fbf9024-2eb140cd, #w-node-_75d3ca56-a7f1-8fcc-9c9c-867c6f0977ed-2eb140cd, #w-node-_75d3ca56-a7f1-8fcc-9c9c-867c6f0977ef-2eb140cd, #w-node-_30b0c439-7df7-3333-4ee5-2701f9f68e8a-2eb140cd, #w-node-_30b0c439-7df7-3333-4ee5-2701f9f68e8c-2eb140cd, #w-node-_4d1a92cb-5292-36fe-30e3-152f044a48fa-2eb140cd, #w-node-_4d1a92cb-5292-36fe-30e3-152f044a48fc-2eb140cd {
    justify-self: start;
  }

  #w-node-_952fc593-c4bf-13a7-315f-6d87a22e8520-d78e08ff, #w-node-_952fc593-c4bf-13a7-315f-6d87a22e8522-d78e08ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_952fc593-c4bf-13a7-315f-6d87a22e854d-d78e08ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_952fc593-c4bf-13a7-315f-6d87a22e854f-d78e08ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-aa117d15-4d03-1499-8a86-568719dbc54b-7ed92ce4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7e79def-2e80-3eaa-c4d5-7398592a76d4-2eb140cd, #w-node-_8bb9910d-800b-09d5-880e-2d6b72b98774-2eb140cd, #w-node-_160c5da7-9e15-ddbb-4962-81edcd815190-2eb140cd, #w-node-_7b6c2279-00ca-0cf0-843f-49d604fafd1a-2eb140cd, #w-node-db17363b-5601-650a-21e2-c69d0fbf9022-2eb140cd, #w-node-_75d3ca56-a7f1-8fcc-9c9c-867c6f0977ed-2eb140cd, #w-node-_30b0c439-7df7-3333-4ee5-2701f9f68e8a-2eb140cd, #w-node-_4d1a92cb-5292-36fe-30e3-152f044a48fa-2eb140cd {
    order: -9999;
  }

  #w-node-_680097d4-80b0-487b-99b4-95856b81e386-86ca451c, #w-node-_0f4edef0-6b4f-ce8c-ba7a-5d563b49c41a-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e395-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e3a8-86ca451c, #w-node-_79e6d1fc-5c22-784a-db98-2b50a60b731e-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e3bb-86ca451c, #w-node-_32c2ac55-a4b3-ef31-4d5c-8af7f59bc9e6-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e3ce-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e3e1-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e3f4-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e407-86ca451c, #w-node-_0d921312-84fb-3525-07ff-d9c74643e2e5-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e41a-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e42d-86ca451c, #w-node-_43407088-2de9-2f41-0cb6-3b55d35b8a27-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e440-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e453-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e466-86ca451c, #w-node-_5790b4ce-ce4d-2d00-77d6-0f0d3b78289b-86ca451c, #w-node-a45ab621-c8c3-c283-792c-ef3162fc9748-86ca451c, #w-node-_3553fd73-20a1-28c1-060e-d7b781492983-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e48e-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e49c-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e4aa-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e4b8-86ca451c, #w-node-_680097d4-80b0-487b-99b4-95856b81e4c6-86ca451c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_952fc593-c4bf-13a7-315f-6d87a22e8520-d78e08ff, #w-node-_952fc593-c4bf-13a7-315f-6d87a22e8522-d78e08ff, #w-node-aa117d15-4d03-1499-8a86-568719dbc54b-7ed92ce4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_952fc593-c4bf-13a7-315f-6d87a22e8520-d78e08ff, #w-node-_952fc593-c4bf-13a7-315f-6d87a22e8522-d78e08ff, #w-node-aa117d15-4d03-1499-8a86-568719dbc54b-7ed92ce4 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Variable';
  src: url('../fonts/Archivo-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}