@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vcr Osd Mono 1";
  src: url('../fonts/VCR_OSD_MONO_1.001.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftopmono;
  src: url('../fonts/TRIAL_RooftopMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftop;
  src: url('../fonts/TRIAL_Rooftop-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftop;
  src: url('../fonts/TRIAL_Rooftop-Extrabold.otf') format("opentype"), url('../fonts/TRIAL_Rooftop-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Trial Rooftop;
  src: url('../fonts/TRIAL_Rooftop-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftopmono;
  src: url('../fonts/TRIAL_RooftopMono-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftop;
  src: url('../fonts/TRIAL_Rooftop-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftop;
  src: url('../fonts/TRIAL_Rooftop-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftop;
  src: url('../fonts/TRIAL_Rooftop-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trial Rooftopmono;
  src: url('../fonts/TRIAL_RooftopMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #eee;
  --cd-red: #b90d1d;
  --black: black;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.banner {
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: auto;
}

.banner.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  z-index: 1000;
}

.nav_item {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Barlow, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 20px;
}

.nav_item:hover {
  opacity: 1;
  color: #fff;
}

.nav_item:active {
  opacity: .8;
}

.nav_item.w--current {
  opacity: .8;
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 75px;
  font-weight: 500;
  transition: all .2s;
}

.nav_item.w--current:hover {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.nav_item.w--current:active {
  opacity: 1;
  color: #fff;
}

.navigation-items {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 75px;
  display: flex;
}

.navigation {
  z-index: 100000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100px;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-button {
  z-index: 10000;
  top: auto;
  right: auto;
}

.menu-button.w--open {
  z-index: 1001;
  background-color: #c8c8c800;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-image {
  display: none;
}

.navigation-wrap {
  align-items: center;
  margin-bottom: 0;
  margin-right: -20px;
  line-height: 18px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.contentwrapperout {
  z-index: 1;
  color: #000;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contentwrapperinner {
  z-index: 1;
  color: #000;
  background-color: #fff;
  width: 98%;
  height: 98%;
  margin-top: 1%;
  margin-left: 1%;
  padding-left: 0;
  position: relative;
  inset: 0;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: visible;
}

.html-embed {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
}

.bgvideo {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.topline {
  z-index: 1000;
  background-color: #000;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
}

.background-video {
  width: 100%;
  height: 95vh;
}

.headline_element {
  z-index: 200;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 15%;
}

.linkcontent {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  display: flex;
}

.quick-stack {
  padding-left: 150px;
  padding-right: 150px;
}

.div-block-2 {
  background-color: #fff;
  width: 90%;
  height: 3.5px;
}

.linktext {
  color: #b90d1d;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: Barlow Condensed;
  font-size: 18px;
  line-height: 20px;
}

.linkbeschreibung {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Barlow Condensed;
  line-height: 20px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.secintro {
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-top: 196px;
  position: relative;
  top: auto;
  left: auto;
}

.container-large {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  left: auto;
}

.heading {
  margin-bottom: 0;
  font-family: Barlow Condensed;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.heading-2 {
  letter-spacing: 2px;
  margin-top: 5px;
  font-family: Barlow Condensed;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.shortredleft {
  background-color: #b90d1d;
  width: 50px;
  height: 4px;
}

.bold-text {
  font-weight: 500;
}

.leftline {
  z-index: 1000;
  background-color: #000;
  width: 20px;
  height: 200%;
  position: absolute;
  top: 0;
}

.rightline {
  z-index: 1000;
  background-color: #000;
  width: 20px;
  height: 200%;
  position: absolute;
  top: 0;
  right: 0;
}

.bottomline {
  z-index: 1000;
  background-color: #000;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
}

.paragraph {
  margin-top: 23px;
}

.text-span {
  font-size: 20px;
  font-weight: 700;
}

.paragraph-2 {
  padding-top: 10px;
  padding-right: 89px;
  font-family: Nunito Sans;
}

.list-item {
  font-family: Nunito Sans;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 16px;
  list-style: square;
}

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

.slider {
  width: 100%;
  height: 500px;
}

.cell-2 {
  justify-content: center;
  padding: 0;
}

.redborder {
  width: 100%;
  height: 100%;
  position: absolute;
}

.line-left-top {
  background-color: #b90d1d;
  width: 250px;
  height: 1px;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.line-left-left {
  background-color: #b90d1d;
  width: 1px;
  height: 150px;
}

.line-left-bottom {
  background-color: #b90d1d;
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: 0;
}

.borderwrapper {
  width: 100%;
  height: 570px;
  position: relative;
}

.line-left-left-bottom {
  background-color: #b90d1d;
  width: 250px;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.line-right-right-bottom {
  background-color: #b90d1d;
  width: 250px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line-right-bottom {
  background-color: #b90d1d;
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line-right-right {
  background-color: #b90d1d;
  width: 1px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
}

.line-right-top {
  background-color: #b90d1d;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

.secawards {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 200px;
  display: flex;
}

.quick-stack-2 {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  padding-left: 300px;
  padding-right: 300px;
  overflow: hidden;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.image, .image-2, .image-3, .image-4 {
  width: 60%;
}

.seccases {
  margin-top: 100px;
}

.heading-3 {
  text-align: center;
  font-family: Barlow Condensed;
  font-size: 52px;
}

.heading-4 {
  text-align: center;
  letter-spacing: 1.2px;
  font-family: Barlow Condensed;
  font-size: 58px;
  font-weight: 700;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Barlow Condensed;
  font-size: 28px;
}

.div-block-7 {
  flex: 1;
}

.text-block {
  text-align: center;
  margin-top: 34px;
}

.body {
  aspect-ratio: auto;
  background-color: #fff;
}

.div_blackgradientvideocover {
  z-index: 10;
  opacity: 1;
  background-image: linear-gradient(to top, #000, #0000);
  width: 100vw;
  height: 95vh;
  position: absolute;
  top: 0;
  left: 0;
}

.div_redoverlayheader {
  z-index: 100;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.detail_container {
  z-index: 110;
  width: 100vw;
  height: 120vh;
  display: none;
  position: absolute;
  top: -81px;
  left: 0;
}

.arrow-1 {
  width: 35px;
  position: relative;
  top: 0;
  left: 0;
}

.div-block-8 {
  width: 450px;
  height: 700px;
  position: absolute;
  bottom: 206px;
  right: 0;
}

.arrow2 {
  width: 35px;
  position: relative;
  top: -26px;
  left: 0;
}

.heading-6 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Barlow, sans-serif;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
  top: 357px;
  left: 49px;
  transform: rotate(90deg);
}

.div-block-9 {
  z-index: 500;
  position: absolute;
  top: 422px;
  left: 60px;
}

.image-5 {
  width: 27.5px;
  margin-right: 15px;
  display: inline-block;
}

.div-block-10 {
  position: absolute;
  top: 553px;
  right: 147px;
}

.heading_elevating_brands {
  color: #fff;
  letter-spacing: 2px;
  font-family: Barlow, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  top: -6px;
  left: 136px;
}

.heading-7 {
  color: #fff;
  margin-bottom: 30px;
  padding-left: 340px;
  font-family: Area;
  font-size: 90px;
  font-weight: 300;
}

.text-span-2 {
  font-weight: 700;
}

.heading-8 {
  color: #fff;
  padding-left: 250px;
  font-family: Area;
  font-size: 90px;
  font-weight: 300;
}

.heading-7-copy {
  color: #fff;
  margin-bottom: 30px;
  padding-left: 75px;
  font-family: Area;
  font-size: 90px;
  font-weight: 300;
}

.text-span-3 {
  font-weight: 700;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  font-family: Area;
  font-size: 70px;
  line-height: 75px;
}

.heading-10 {
  color: #b90d1d;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
}

.div-block-11 {
  background-color: #b90d1d;
  width: 32%;
  height: 1px;
  margin-top: 50px;
  position: relative;
  left: 65px;
}

.text-block-2 {
  color: #fff;
  text-align: justify;
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 140px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 42px;
}

.secawardsred {
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-top: 225px;
  margin-bottom: 100px;
  position: relative;
  top: 100px;
  left: 0;
}

.image-6 {
  text-align: right;
  width: 88%;
  position: absolute;
  top: -42px;
  right: 0;
}

.container-awards {
  max-width: 1480px;
  margin-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.image-7 {
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-8, .image-9 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  text-align: center;
  align-self: center;
}

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

.div-block-13 {
  text-align: center;
  position: static;
}

.image-7-copy {
  text-align: left;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.heading-11 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-14 {
  text-align: center;
}

.containerdetailsoverlay {
  position: relative;
}

.crosses {
  position: absolute;
  top: -180px;
  left: 275px;
  right: auto;
  transform: rotate(-45deg);
}

.elevatingtext {
  text-align: left;
  position: absolute;
  top: 261px;
  left: 298px;
  transform: rotate(-90deg);
}

.seccasevids {
  z-index: 100;
  width: 100%;
  height: 1000px;
  position: relative;
  top: 100px;
  left: 0;
}

.div-block-15, .div-block-16, .div-block-17 {
  position: relative;
}

.cell-8, .cell-9, .cell-10 {
  align-items: center;
}

.logoholder1 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 10%;
}

.logoholder2 {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 7%;
}

.image-11 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logoholder3 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 8%;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
}

.container-2 {
  max-width: 90%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.heading-12 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 52px;
}

.text-span-4 {
  font-weight: 400;
}

.secmarkenkern {
  z-index: 100;
  width: 100%;
  height: 1000px;
  margin-top: 100px;
  position: relative;
  top: auto;
  left: 0;
}

.redline_short {
  background-color: #b90d1d;
  width: 35%;
  height: 1px;
  margin-top: 30px;
  position: relative;
  left: 0;
}

.text-block-3 {
  color: #363636;
  text-align: left;
  width: 70%;
  margin-top: 30px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.bg_orb {
  position: relative;
}

.accordion_kern_01 {
  z-index: 10;
  border: 1px none var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #1d1d1d4d;
  border-radius: 5px;
  outline: 0 #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  height: 60px;
  display: flex;
  position: static;
  top: 238px;
  left: 107px;
}

.heading-13 {
  z-index: 100;
  color: #fff;
  position: relative;
}

.heading-14 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  background-color: #b90d1d;
  align-self: center;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 7px;
  padding-left: 39px;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.div-block-19 {
  z-index: 10;
  border: 1px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #77777796;
  border-radius: 5px;
  outline: 0 #fff;
  align-items: center;
  width: 600px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 324px;
  left: 1035px;
}

.div-block-20 {
  z-index: 10;
  border: 1px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #77777796;
  border-radius: 5px;
  outline: 0 #fff;
  align-items: center;
  width: 600px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 556px;
  left: 230px;
}

.circle_big_inner {
  clear: right;
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 10px;
  height: 10px;
  margin: auto;
  line-height: 38px;
  position: relative;
  top: auto;
  right: auto;
}

.secanalyse {
  z-index: 100;
  width: 100%;
  height: 1000px;
  margin-top: 80px;
  position: relative;
  top: 300px;
  left: 0;
}

.container1680 {
  max-width: 1680px;
  position: relative;
}

.heading-15 {
  color: #b90d1d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.containerfull {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.pointscanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1 {
  opacity: .79;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  background-image: linear-gradient(#bee8ff, #fff 53%, #e8f3ff);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: auto;
  left: auto;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Area;
  font-size: 25px;
  font-weight: 300;
}

.heading17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Area;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.image-12 {
  width: 100%;
  margin-top: -175px;
}

.circle2 {
  opacity: .79;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  background-image: linear-gradient(#bee8ff, #fff 53%, #e8f3ff);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 441.172px;
  left: 526px;
}

.circle3 {
  opacity: .79;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  background-image: linear-gradient(#bee8ff, #fff 53%, #e8f3ff);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 523.172px;
  left: 1073px;
}

.circle4 {
  opacity: .79;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  background-image: linear-gradient(#bee8ff, #fff 53%, #e8f3ff);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 609.172px;
  left: 1550px;
}

.point1 {
  position: absolute;
  bottom: 772.172px;
  left: 167px;
}

.heading-17 {
  color: #fff;
  font-family: Barlow, sans-serif;
  position: absolute;
  top: -108px;
  left: 16px;
}

.heading-18 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  position: absolute;
  top: -62px;
  left: 17px;
}

.point2 {
  position: absolute;
  bottom: 561.172px;
  left: 563px;
}

.point3 {
  position: absolute;
  bottom: 667.172px;
  left: 1127px;
}

.point4 {
  position: absolute;
  bottom: 739.172px;
  left: 1570px;
}

.seczitat {
  z-index: 100;
  width: 100%;
  height: 1000px;
  position: relative;
  top: 300px;
  left: 0;
}

.zitat {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Area;
  font-size: 70px;
  font-weight: 100;
  line-height: 80px;
  position: absolute;
  top: 420px;
  left: 186px;
}

.image-13 {
  opacity: .31;
}

.div-block-22 {
  position: absolute;
}

.heading-19 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 203px;
  font-family: Area;
  font-size: 200px;
  font-weight: 600;
}

.heading-20 {
  color: #b90d1d;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 229px;
  right: 373.8px;
}

.container1440 {
  max-width: 1680px;
  height: 100%;
  margin-left: 141px;
  position: relative;
}

.quick-stack-4 {
  margin-top: 220px;
}

.heading-21 {
  color: #fff;
  font-family: Area;
  font-size: 60px;
}

.text-span-5 {
  font-weight: 700;
}

.wrappertab {
  width: 100%;
}

.tab1 {
  border-top: 0 #fff;
  border-bottom: 1px solid #b90d1d;
  width: 100%;
  height: 78px;
  position: relative;
}

.heading-22 {
  color: #fff;
  border-top: 1px solid #000;
  font-family: Area;
  font-size: 25px;
  font-weight: 100;
  line-height: 38px;
}

.cell-11 {
  padding-left: 50px;
}

.tab2 {
  border-top: 1px #b90d1d;
  border-bottom: 1px #fff;
  width: 100%;
}

.tab3 {
  border-top: 1px solid #b90d1d;
  border-bottom: 1px solid #b90d1d;
  width: 100%;
}

.tab4 {
  border-top: 1px #b90d1d;
  border-bottom: 1px #fff;
  width: 100%;
}

.cell-12 {
  padding-left: 50px;
}

.know-how {
  color: #fff;
  border-top: 1px solid #000;
  font-family: Area;
  font-size: 40px;
  font-weight: 100;
}

.div-block-23 {
  background-color: #b90d1d;
  width: 80px;
  height: 1px;
  margin-right: 30px;
}

.heading-23 {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-24 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-14 {
  width: 62%;
  max-width: 70%;
  position: absolute;
  top: 709.333px;
  left: -159px;
}

.buttoncd01 {
  align-self: flex-start;
  width: 425px;
  height: 85px;
  margin-top: 50px;
  display: none;
  position: relative;
}

.image-15 {
  width: 425px;
  height: 85px;
  position: absolute;
}

.topleft {
  background-color: #b90d1d;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.topleftleft {
  background-color: #b90d1d;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.topright {
  background-color: #b90d1d;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

.toprightright {
  background-color: #b90d1d;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.bottomrightright {
  background-color: #b90d1d;
  width: 1px;
  height: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.bottomright {
  background-color: #b90d1d;
  width: 30px;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.div-block-25 {
  background-image: url('../images/button_dots.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-24 {
  z-index: 100;
  color: var(--white);
  text-align: center;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
}

.secwirkung {
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-top: 300px;
  margin-bottom: 120vh;
  position: relative;
  top: 0;
  left: 0;
}

.backup {
  z-index: 1100;
  width: 100%;
  height: 100%;
  margin-top: 600px;
  position: relative;
  top: auto;
  left: 0;
}

.greylines {
  opacity: .17;
  text-align: center;
  border-left: .5px solid #707070;
  border-right: .5px solid #707070;
  width: 640px;
  height: 100%;
  position: relative;
}

.greylinesholder {
  z-index: 1;
  justify-content: center;
  align-self: center;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.ornament1 {
  background-color: #717171;
  width: 3px;
  height: 50px;
  position: absolute;
  top: 897px;
  left: -2px;
}

.ornament2 {
  background-color: #717171;
  width: 3px;
  height: 50px;
  position: absolute;
  top: 349px;
  left: auto;
  right: -2px;
}

.heading-25 {
  margin-top: 73px;
}

.heading-26 {
  opacity: .12;
  font-size: 160px;
}

.heading-27 {
  opacity: .22;
  margin-top: 80px;
  font-size: 140px;
}

.leistung-header {
  z-index: 100;
  max-width: 1680px;
  position: static;
}

.quick-stack-5 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-28 {
  color: #b90d1d;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Area;
  font-size: 22px;
  font-weight: 600;
}

.div-block-26 {
  margin-top: 50px;
}

.secstrategytrack {
  z-index: 1100;
  height: 400dvh;
  margin-top: 600px;
  position: relative;
  top: auto;
  left: 0;
}

.height {
  height: 400vh;
  position: relative;
  top: auto;
  overflow: visible;
}

.frame {
  height: 100%;
  display: flex;
}

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

.image-16 {
  color: #4668f0;
  width: 30px;
  margin-right: 16px;
}

.div-block-27 {
  align-items: center;
  display: flex;
}

.heading-29 {
  font-size: 28px;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.cell-13 {
  align-items: flex-start;
  padding-left: 110px;
}

.cell-14 {
  padding-left: 50px;
}

.containerfull-2 {
  z-index: 2;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  top: 40px;
  left: 0;
}

.redoverlay_desktop {
  width: 100vw;
  height: auto;
}

.content-leistung {
  max-width: 100%;
  margin-top: 80px;
  position: relative;
}

.quick-stack-6 {
  padding-right: 0;
}

.cell-15 {
  padding-left: 120px;
}

.headingleistung {
  color: #b90d1d;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Area;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.image-18 {
  align-self: flex-end;
}

.div-block-28 {
  background-color: #b90d1d;
  width: 80px;
  height: 2px;
  margin-top: 0;
  margin-left: 18px;
  margin-right: 21px;
}

.div-block-29 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-31 {
  color: #b90d1d;
  font-family: Barlow, sans-serif;
}

.secnachhaltigesdesign {
  z-index: 1;
  background-color: #f2f2f2;
  margin-top: 0;
  position: relative;
}

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

.heading-32 {
  color: #464646;
  text-align: center;
  font-family: Area;
}

.text-span-6 {
  font-weight: 700;
}

.paragraph-3 {
  text-align: center;
  width: 55%;
}

.buttonholder {
  margin-top: 20px;
  position: relative;
}

.text-block-4 {
  text-align: center;
  line-height: 22px;
}

.buttoncd02 {
  width: 425px;
  height: 85px;
  margin-top: 25px;
  display: none;
  position: relative;
}

.guidedownload {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.scrollimagewrapper {
  z-index: 1;
  width: 100%;
  margin-top: 100px;
  padding-top: 200px;
  position: relative;
}

.heading-33 {
  font-size: 180px;
  line-height: 180px;
}

.heading-34 {
  font-family: Area;
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
}

.image-19 {
  margin-top: -195px;
  position: relative;
  top: 135px;
}

.seccasesgrid {
  z-index: 1;
  background-color: #0000;
  padding-bottom: 66px;
  position: relative;
}

.div-block-31 {
  position: relative;
}

.image-20 {
  z-index: 10;
  position: absolute;
  top: -33px;
}

.containerheadline {
  z-index: 20;
  max-width: 90%;
  position: relative;
  top: 150px;
}

.heading-35 {
  color: #292929;
  margin-top: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 75px;
}

.text-span-7 {
  color: var(--white);
  font-weight: 600;
}

.heading-36 {
  color: #b90d1d;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.containercases {
  flex-direction: column;
  align-items: stretch;
  max-width: 90%;
  margin-top: 101px;
  display: flex;
}

.quick-stack-7 {
  margin-top: 85px;
  padding: 0;
}

.heading-37 {
  z-index: 99;
  color: #fff;
  text-align: right;
  align-self: flex-end;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 180px;
  font-weight: 500;
  position: relative;
}

.image-21 {
  z-index: 100;
  align-self: flex-start;
  position: relative;
}

.heading-38 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.case-company {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-32 {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1px;
  height: 90px;
  margin-top: 70px;
  display: block;
  position: relative;
}

.paragraph-4 {
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding-left: 240px;
  padding-right: 240px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 200;
  position: relative;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.background-video-2 {
  z-index: 0;
  position: absolute;
  inset: auto 0%;
}

.buttoncd03 {
  align-self: center;
  width: 425px;
  height: 85px;
  margin-top: 50px;
  display: none;
  position: relative;
}

.seccdnow {
  background-color: #000;
  margin-top: 92px;
}

.heading-39 {
  color: #b90d1d;
  font-size: 24px;
  line-height: 24px;
}

.quick-stack-8 {
  padding-left: 125px;
}

.text-block-5 {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.cell-16 {
  padding-right: 76px;
}

.quick-stack-9 {
  width: auto;
  margin-top: 30px;
  padding: 0;
}

.image-22 {
  width: 50%;
}

.text-block-6 {
  color: #b90d1d;
  text-align: center;
  margin-top: 20px;
  line-height: 22px;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.secsttede {
  background-color: #000;
  height: 1500px;
  margin-top: 0;
  display: none;
  position: relative;
}

.circlewrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 175px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.circlecenter {
  z-index: 99;
  opacity: 1;
  background-color: #171717;
  border-radius: 800px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  width: 800px;
  height: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.circlecenter-copy {
  background-color: var(--white);
  opacity: .13;
  border-radius: 800px;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: 0%;
}

.circleouter {
  opacity: 1;
  border: 1px solid #343434;
  border-radius: 800px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  width: 1000px;
  height: 1000px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.circleouter2 {
  opacity: 1;
  border: 1px solid #343434;
  border-radius: 800px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  width: 1200px;
  height: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.circleouter3 {
  opacity: 1;
  border: 1px solid #343434;
  border-radius: 800px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  width: 1400px;
  height: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-23 {
  width: 10%;
  position: absolute;
  top: 120px;
  right: 823.203px;
}

.image-24 {
  width: 7%;
  position: absolute;
  top: 309px;
  right: -7.479px;
}

.heading-40 {
  z-index: 1000;
  color: #b90d1d;
  text-align: center;
  margin-top: 110px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.headingbig {
  z-index: 1000;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-top: auto;
  font-family: Area;
  font-size: 70px;
  font-weight: 700;
  line-height: 76px;
  position: relative;
}

.div-block-35 {
  background-color: #b90d1d;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 1px;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 200;
}

.image-25 {
  width: 8%;
  position: absolute;
  bottom: -2.172px;
  right: 672.172px;
}

.image-26 {
  width: 7%;
  position: absolute;
  top: -34px;
  right: 420.14px;
}

.image-27 {
  width: 7%;
  position: absolute;
  bottom: 123.58px;
  left: 967px;
}

.image-28 {
  width: 7%;
  position: absolute;
  top: 675px;
  left: -30px;
}

.image-29 {
  width: 5%;
  position: absolute;
  bottom: 1320.11px;
  left: 419px;
}

.image-30 {
  width: 7%;
  position: absolute;
  top: auto;
  bottom: -55.172px;
  right: 600.14px;
}

.image-31 {
  width: 7%;
  position: absolute;
  top: 702px;
  right: -44px;
}

.secdiginativ {
  z-index: 99;
  background-color: #000;
  margin-top: 0;
  position: relative;
}

.we-are-switching {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  height: 1000px;
  display: flex;
  position: relative;
}

.heading-41 {
  color: #b90d1d;
  margin-bottom: 0;
  padding-left: 27px;
  font-family: Area;
  font-size: 40px;
  font-weight: 400;
}

.container-4 {
  flex: 1;
  max-width: 100%;
  padding-left: 0;
  position: relative;
}

.heading-42 {
  color: #fff;
  text-align: left;
  margin-top: -10px;
  font-family: Area;
  font-size: 170px;
  font-weight: 700;
  line-height: 170px;
  position: relative;
}

.date_01 {
  position: relative;
  top: auto;
  left: auto;
}

.div-block-38 {
  color: var(--white);
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-right: 13px;
}

.heading-43 {
  font-size: 12px;
}

.heading-44 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.date_02 {
  opacity: .7;
  position: relative;
  top: auto;
  left: auto;
  transform: scale(.85);
}

.date_03 {
  opacity: .32;
  position: relative;
  top: 0;
  left: auto;
  transform: scale(.7);
}

.date_04 {
  opacity: .5;
  line-height: 18px;
  position: relative;
  top: auto;
  left: auto;
  transform: scale(.8);
}

.secabout {
  background-color: #000;
  margin-top: 162px;
  position: relative;
}

.container-5 {
  width: 90%;
  max-width: 90%;
}

.heading-45 {
  color: #fff;
  text-align: left;
  margin-top: 121px;
  padding-right: 2px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  left: 0;
}

.image-32 {
  text-align: center;
  width: 70%;
}

.cell-17 {
  padding-left: 220px;
}

.heading-46 {
  color: #fff;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-span-8 {
  color: #b90d1d;
}

.container-6 {
  max-width: 100%;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-18 {
  justify-content: flex-end;
}

.image-33 {
  object-fit: fill;
  width: 103%;
}

.cell-19 {
  justify-content: space-around;
  align-items: stretch;
}

.cell-20 {
  justify-content: flex-end;
}

.container-7 {
  max-width: 100%;
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.heading-47 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Area;
  font-size: 80px;
  font-weight: 100;
  line-height: 100px;
}

.text-span-9 {
  font-weight: 700;
}

.cell-21 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-34 {
  object-fit: cover;
  width: auto;
  height: 120%;
  padding-top: 0;
  padding-bottom: 0;
}

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

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-48 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Area;
  font-size: 25px;
  line-height: 40px;
  display: block;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-22 {
  justify-content: center;
  align-items: center;
}

.link {
  color: #b90d1d;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-41 {
  align-items: center;
  display: flex;
}

.image-35 {
  margin-top: -3px;
  margin-left: 15px;
}

.link-block {
  align-items: center;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
}

.heading-49 {
  color: var(--cd-red);
  font-size: 20px;
  text-decoration: none;
}

.secfusionone {
  background-color: #000;
  height: 1100px;
  margin-top: 200px;
  position: relative;
}

.container-9 {
  z-index: 0;
  max-width: 1680px;
  position: relative;
}

.heading-50 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Area;
  font-size: 110px;
  font-weight: 100;
  line-height: 110px;
}

.div-block-42 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95vw;
  display: block;
  position: absolute;
  top: 26872.1px;
  right: 0;
}

.text-span-10 {
  font-weight: 600;
}

.image-36 {
  width: 85%;
  position: absolute;
  top: 68.625px;
  right: 160px;
}

.fo_ent {
  border: .5px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff3;
  border-radius: 5px;
  width: 300px;
  height: 60px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 40px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  bottom: -190px;
  right: 765px;
}

.fo_ent:hover {
  border-color: var(--cd-red);
  color: var(--cd-red);
  font-weight: 700;
}

.heading-51 {
  color: #fff;
  margin-top: 20px;
  padding-left: 10px;
  font-family: Area;
  font-weight: 100;
  line-height: 22px;
}

.secreferenz {
  background-color: #000;
  background-image: url('../images/dots.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
}

.cell-23, .cell-24, .cell-25, .cell-26, .cell-27, .cell-28, .cell-29, .cell-30, .cell-31, .cell-32, .cell-33, .cell-34, .cell-35, .cell-36, .cell-37, .cell-38, .cell-39, .cell-40, .cell-41, .cell-42, .cell-43, .cell-44, .cell-45, .cell-46 {
  justify-content: center;
  align-items: center;
}

.quick-stack-13 {
  z-index: 0;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  position: relative;
}

.footer {
  z-index: 0;
  background-color: #0000;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.bg_image {
  z-index: 10;
  height: 100%;
  display: block;
  position: relative;
}

.footerdesktop {
  width: 100%;
  position: absolute;
  top: -14px;
  bottom: auto;
}

.img_wrapper {
  display: block;
  position: relative;
}

.quick-stack-14 {
  padding: 0;
  position: relative;
  top: 0;
}

.container-10 {
  z-index: 10;
  max-width: 95%;
  padding-top: 30px;
  position: relative;
  top: auto;
}

.div-block-43 {
  margin-top: 2px;
}

.image-38 {
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  margin-left: 3px;
  padding-left: 0;
}

.heading-52 {
  color: #fff;
  margin-top: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-weight: 300;
}

.heading-53 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.link-2 {
  color: #fff;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: #fff;
  font-weight: 400;
}

.quick-stack-15 {
  width: 100%;
  padding-top: 0;
}

.heading-54 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading-55 {
  color: #fff;
  font-family: Area;
  font-size: 18px;
  line-height: 30px;
}

.cell-47 {
  justify-content: flex-start;
  align-items: flex-start;
}

.link-3 {
  color: #fff;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.link-3:hover {
  color: #ff1a2f;
  font-weight: 400;
}

.div-block-44 {
  margin-top: auto;
  position: relative;
  top: 0;
  bottom: auto;
}

.image-39, .image-40, .image-41, .image-42, .image-43 {
  width: 50%;
}

.heading-56 {
  color: #fff;
  margin-top: 0;
  padding-left: 20px;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.quick-stack-16 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-57 {
  color: #fff;
  margin-top: 41px;
  padding-left: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-size: 12px;
}

.heading-24-copy {
  z-index: 100;
  color: var(--white);
  text-align: center;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.acc_header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  line-height: 22px;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.acc_content_p {
  color: #fff;
  text-align: justify;
  padding: 5px 40px 20px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.acc_content {
  opacity: 0;
  display: block;
}

.acc_wrapper {
  background-image: url('../images/RedPixel_BG_Right.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  width: auto;
  height: auto;
  position: absolute;
  top: 86px;
  left: 80px;
}

.acc_wrapper_02 {
  width: auto;
  height: auto;
  position: absolute;
  top: 321px;
  left: auto;
  right: 47px;
}

.acc_wrapper_03 {
  width: auto;
  height: auto;
  position: absolute;
  top: 599px;
  left: 219px;
  right: auto;
}

.circle_outer {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  inset: auto;
}

.circle {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 45px;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.circle_outer2 {
  opacity: .48;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
}

.acc_wrapper-02 {
  background-image: url('../images/RedPixel_BG.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  width: auto;
  height: auto;
  position: absolute;
  top: 266px;
  left: auto;
  right: 64px;
}

.acc_wrapper-03 {
  background-image: url('../images/RedPixel_BG_Right.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  width: auto;
  height: auto;
  position: absolute;
  top: 465px;
  left: 140px;
  right: auto;
}

.heading-58 {
  text-align: right;
  position: absolute;
  top: 601px;
  right: 216px;
}

.div-block-45 {
  align-items: center;
  display: flex;
  position: absolute;
  top: 605px;
  right: 150px;
}

.div-block-46 {
  background-color: #b90d1d;
  width: 80px;
  height: 2px;
  margin-right: 20px;
  position: relative;
  left: auto;
}

.heading-59 {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  position: relative;
}

.tabheader {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.tabcontent {
  opacity: 0;
}

.text-block-8 {
  color: #fff;
  text-align: justify;
  padding: 20px 30px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 200;
  display: block;
}

.image-44 {
  width: 40px;
}

.div-block-47 {
  align-self: center;
  padding-right: 10px;
}

.secstrategytracknew {
  z-index: 1100;
  margin-top: 0;
  position: relative;
  top: auto;
  left: 0;
}

.sticky {
  background-color: #f2f2f2;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  z-index: 101;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
  overflow: visible;
  transform: translate3d(0, 0, 300px);
}

.flex-offset {
  z-index: 100;
  margin-right: -100vw;
  display: flex;
  position: relative;
}

.sidescrollwrapper {
  height: 400vh;
  margin-top: -100vh;
  overflow: visible;
}

.full-page {
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-page.is-horizontal-scroll {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  position: static;
}

.fo_wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95vw;
  display: block;
  position: absolute;
  top: 201px;
  right: 0;
}

.dots_black {
  background-image: url('../images/button_dots_dark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.link-block-3, .link-block-4 {
  width: 100%;
  height: 100%;
}

.con_subhead {
  width: 1680px;
  max-width: 1680px;
  padding-left: 77px;
  position: relative;
}

.quick-stack-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-48 {
  align-items: flex-end;
}

.container-11 {
  margin-top: 73px;
  position: relative;
}

.cell-49 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.date_05 {
  opacity: .25;
  line-height: 18px;
  position: relative;
  top: auto;
  left: auto;
  transform: scale(.75);
}

.stickyheadline {
  width: 100%;
  height: 180px;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.headlinewrapper {
  z-index: 900;
  width: 85vw;
  height: 40vh;
  line-height: 80px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  overflow: visible;
  transform: translate(0);
}

.trackprojects {
  height: 400vh;
  position: relative;
}

.projectcamera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: -20px;
  left: auto;
  overflow: hidden;
}

.holder {
  position: relative;
  top: 56px;
}

.moverheadline {
  color: #fff;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, 300px);
}

.navigation-links {
  z-index: 1000;
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.nav_button_wrapper {
  background-image: linear-gradient(#740812, #b90d1d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.socialmedialinks {
  z-index: 1000;
  margin-top: 50px;
  padding-top: 18px;
  position: absolute;
  inset: auto 6.5% 6.5% auto;
}

.link-block-5 {
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.link-block-6 {
  width: 50px;
}

.cell-50 {
  justify-content: center;
  align-items: center;
}

.lottie-animation {
  z-index: 10000;
  width: 60px;
  position: relative;
  left: auto;
}

.quick-stack-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.bg_blur {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#85858566, #85858566);
  background-clip: content-box;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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

.div-block-48 {
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  background-image: url('../images/maske_navbar.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-49 {
  background-image: url('../images/maske_navbar.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-45 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.maskimage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button_cd_01_dark {
  z-index: 999;
  position: relative;
}

.button_cd_01_light {
  z-index: 999;
  margin-top: 20px;
  position: relative;
}

.projects_button_holder {
  margin-top: 40px;
}

.cd_button_holder_now {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.headlinewrappermain {
  z-index: 900;
  color: #fff;
  width: 85vw;
  height: 200px;
  font-size: 32px;
  line-height: 40px;
  transition: opacity .2s;
  position: absolute;
  top: 380px;
  left: 50px;
  overflow: visible;
  transform: translate(0);
}

.paragraph-5 {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 200;
}

.paragraph-6 {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 300;
}

.background-video-3 {
  z-index: 0;
  mix-blend-mode: difference;
  height: 800px;
  display: none;
}

.image-46 {
  float: right;
  clear: right;
  width: 97.5%;
}

.container-12 {
  max-width: 1680px;
}

.secsttedev2 {
  background-color: #000;
  height: auto;
  margin-top: 300px;
  display: block;
  position: relative;
}

.image-47 {
  position: relative;
  top: auto;
  left: auto;
}

.bg_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.img_wrapper_tech {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 111px;
  left: -166px;
}

.quick-stack-19 {
  grid-column-gap: 20px;
  position: absolute;
  top: 175px;
}

.image-48 {
  align-self: center;
  width: 40%;
}

.heading-23-copy {
  color: #fff;
  padding-left: 5px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.image-54 {
  width: 40%;
  margin-top: -8px;
}

.quick-stack-23 {
  margin-top: -2px;
  padding-left: 0;
}

.cell-69 {
  font-family: Barlow, sans-serif;
}

.redoverlay_tablet {
  width: 100vw;
  height: auto;
}

.redoverlaywrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.headoverlaydesktop {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
}

.heading-61 {
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-62 {
  margin-bottom: 0;
  margin-left: -5px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
}

.image-57 {
  margin-top: -20px;
  display: none;
}

.div-block-51 {
  margin-bottom: 40px;
  position: relative;
}

.heading-63, .heading-64 {
  text-align: center;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
}

.heading-65 {
  text-align: center;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-66 {
  text-align: center;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
}

.div-block-52 {
  margin-bottom: 40px;
  position: relative;
}

.columns {
  width: 100%;
}

.paragraph-7 {
  text-align: justify;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.wrapper_stripes {
  transform-style: preserve-3d;
  position: absolute;
  top: -227px;
  left: 0;
}

.image-58 {
  width: 500px;
  display: none;
}

.image-59, .image-60, .image-61, .image-62 {
  width: 50%;
}

.heading-67 {
  color: #b90d1d;
  margin-top: 42px;
  margin-bottom: 5px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 500;
  position: relative;
  left: 50px;
}

.heading-68 {
  color: #1a1b1f;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 500;
  position: relative;
  left: 0;
}

.heading-69 {
  color: #b90d1d;
  margin-top: 5px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 500;
  position: relative;
  left: 25px;
}

.column-3 {
  margin-top: -268px;
}

.paragraph-8 {
  margin-top: 47px;
  margin-left: 66px;
  padding-right: 0;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.background-lines {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.line {
  z-index: 0;
  background-color: #a1a1a126;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 25%;
}

.line-3 {
  z-index: 0;
  background-color: #a1a1a126;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 75%;
}

.line-2 {
  z-index: 0;
  background-color: #a1a1a126;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.sectionknowhow {
  margin-top: 251px;
  position: relative;
}

.heading-71 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Trial Rooftopmono, Verdana, sans-serif;
  display: flex;
}

.h1-marken {
  margin-bottom: 50px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 58px;
}

.leistungakkordion {
  width: 100%;
  overflow: hidden;
}

.akkordionleistungtoggle {
  border-bottom: 1px #000;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding-left: 0;
  display: flex;
}

.text-block-9 {
  letter-spacing: -2px;
  flex: 0 auto;
  font-family: Trial Rooftopmono, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.sectiondna {
  margin-top: 260px;
  position: relative;
}

.bigheadlinedekor {
  color: #b90d1d;
  font-family: Trial Rooftop Book, Verdana, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 7.2vw;
}

.bigheadlinedekorbl {
  margin-top: 0;
  font-family: Trial Rooftop Book, Verdana, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 7.2vw;
}

.image-63 {
  width: 410px;
  display: none;
  position: absolute;
  top: -225px;
  right: 0;
}

.div-block-54 {
  background-color: #e5e5e5;
  width: 100%;
  height: 400px;
  margin-top: 34px;
}

.heading-72 {
  color: #bebebe;
  text-align: center;
  width: 100%;
  font-family: Barlow, sans-serif;
  font-size: 14vw;
  font-weight: 300;
  position: absolute;
  top: 225px;
  left: 0;
}

.heading-73 {
  color: #b90d1d;
  margin-left: 16px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}

.div-block-56 {
  background-color: #b90d1d;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.image-64 {
  width: 90%;
  display: none;
  position: absolute;
  top: 184px;
  left: 19px;
  transform: rotate(-45deg);
}

.sectioncases {
  background-image: linear-gradient(90deg, #000, #2b2b2b 50%, #000);
  padding-top: 100px;
}

.heading-74 {
  color: #b90d1d;
  font-family: Barlow, sans-serif;
  position: relative;
}

.heading-75 {
  color: #fff;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-9 {
  color: #fff;
  padding-right: 20px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-57 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #b90d1dbf;
  border-radius: 0 10px 10px 0;
  height: 105%;
  margin-top: 0;
  padding: 20px 30px 30px 75px;
  position: relative;
  top: 0;
  left: 0;
}

.heading-76 {
  color: #b90d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading-77 {
  color: #fff;
  margin-top: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 24px;
  line-height: 30px;
  position: static;
}

.paragraph-10 {
  color: #fff;
  margin-top: 0;
  padding-right: 122px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.image-65 {
  width: 100%;
  position: absolute;
  top: -101px;
  right: -14px;
}

.image-66 {
  display: none;
  position: absolute;
  top: 66px;
  transform: rotate(161deg);
}

.container-large-2 {
  max-width: 90%;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 0;
}

.heading-75-copy2 {
  color: #b90d1d;
  text-align: right;
  font-family: Barlow, sans-serif;
  position: relative;
  bottom: -17px;
  right: 17px;
}

.zahl-03 {
  color: #ffffff26;
  font-family: Barlow, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  position: absolute;
  top: -22px;
  left: -7px;
}

.heading-case-2 {
  color: var(--white);
  margin-top: 35px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-9-copy {
  color: #fff;
  letter-spacing: 0;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.image-65-copy {
  position: absolute;
  top: -82px;
  right: -43px;
}

.image-68 {
  position: absolute;
}

.div-block-58 {
  margin-top: 33px;
}

.columns-3 {
  display: none;
}

.heading-78 {
  color: #fff;
  margin-top: 285px;
  padding-right: 317px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  line-height: 52px;
}

.image-69 {
  width: 120%;
  max-width: 120%;
  display: none;
  position: relative;
  left: -85px;
}

.sectioncases2 {
  z-index: 0;
  background-color: #000;
  margin-bottom: -114px;
  padding-top: 293px;
  position: relative;
}

.image-70 {
  z-index: 0;
  width: 600px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0);
}

.image-71 {
  text-align: center;
  width: 100%;
  overflow: visible;
}

.div-block-61 {
  background-color: #f0f0f000;
  height: 1200px;
  margin-top: 69px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-63 {
  z-index: 0;
  background-image: linear-gradient(90deg, #000, #2b2b2b 50%, #000);
  margin-top: -90px;
  margin-bottom: 0;
  padding-bottom: 89px;
  position: relative;
  top: 7px;
}

.div-block-64 {
  height: 790px;
  margin-top: 100px;
  padding-top: 50px;
}

.image-72 {
  z-index: 0;
  position: absolute;
  left: 0;
}

.div-block-65 {
  z-index: 10;
  background-color: #00000045;
  width: 100%;
  height: 730px;
  position: absolute;
  left: 0;
}

.div-block-66 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  top: -44px;
}

.heading-80 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}

.paragraph-11 {
  color: #fff;
}

.column-4 {
  margin-top: 11px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-67 {
  background-color: #dadada00;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 45vw;
  height: 24vh;
  padding: 20px 30px;
  position: relative;
  top: 143px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.heading-81 {
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.heading-82 {
  text-align: right;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  position: absolute;
  top: -11px;
  right: 61px;
}

.heading-83 {
  font-family: Barlow, sans-serif;
  font-size: 25px;
  position: absolute;
  top: 40px;
  bottom: auto;
  right: 12px;
}

.paragraph-12 {
  text-align: justify;
  padding-right: 0;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-68 {
  background-color: #b90d1d;
  width: 2px;
  height: 50px;
  position: absolute;
  top: 45px;
  right: 54px;
  transform: rotate(45deg);
}

.div-block-69 {
  background-color: #dadada;
  background-image: linear-gradient(173deg, #c9c9c9, #f7f7f7 53%, #ddd);
  border-radius: 12px;
  width: 102%;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: auto;
  padding: 20px;
}

.image-73 {
  width: 50vw;
  height: auto;
  margin-top: 77px;
}

.heading-84 {
  color: #b90d1d;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.list-item-4, .list-item-5 {
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-70 {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 200px;
  height: 55px;
  padding-top: 10px;
  padding-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.heading-85 {
  color: #b90d1d;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.div-block-71 {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.paragraph-13 {
  padding-left: 90px;
  padding-right: 90px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 300;
}

.btn-sizer {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-74 {
  width: 40.5vw;
  margin-right: 0;
  position: absolute;
  top: -28px;
  right: 0;
}

.image-75 {
  position: absolute;
  top: -145px;
}

.content_sec {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.div-block-72 {
  background-color: #b90d1d;
  width: 200px;
  height: 2px;
}

.div-block-73 {
  padding-right: 20px;
  line-height: 22px;
  position: relative;
  top: 28px;
  left: -147px;
}

.image-76 {
  width: 100%;
  max-width: 100%;
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
}

.container-large-custom {
  width: 90%;
  max-width: 90%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  left: 0;
}

.heading-87 {
  z-index: 100;
  color: #b90d1d;
  padding-right: 187px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.heading-88 {
  z-index: 100;
  color: #fff;
  width: 120%;
  margin-top: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
}

.paragraph-14 {
  z-index: 1000;
  color: #fff;
  padding-right: 148px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}

.image-77 {
  z-index: 0;
  float: right;
  border-radius: 8px;
  width: 80%;
  max-width: 100%;
  position: relative;
  left: auto;
  right: 0;
}

.div-block-76 {
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #a2a2a2b0;
  border-radius: 8px;
  width: 500px;
  height: 280px;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 25px;
  position: absolute;
  top: 334.484px;
  left: -1px;
}

.div-block-77 {
  display: block;
}

.image-78 {
  position: absolute;
}

.slider-3 {
  height: 450px;
}

.heading-89 {
  color: #b90d1d;
  text-align: left;
  margin-left: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.heading-90 {
  color: #fff;
  margin-top: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  line-height: 30px;
  display: none;
}

.div-block-78 {
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-89-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  line-height: 36px;
}

.slide-nav-2 {
  color: #b90d1d;
  text-align: right;
  flex-flow: column;
  width: 200px;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  font-size: 80px;
  display: flex;
  inset: 13% 5% auto auto;
}

.columns-7 {
  z-index: 100;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 93px;
}

.heading-92 {
  color: #fff;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
}

.paragraph-15 {
  color: #fff;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.about {
  background-color: #000;
  background-image: linear-gradient(90deg, #000, #2b2b2b 50%, #000);
  margin-bottom: 308px;
  display: none;
}

.image-80 {
  z-index: 100;
  width: 30%;
  margin-top: 0;
  position: relative;
  bottom: -54px;
  transform: rotate(20deg);
}

.container-extralarge {
  max-width: 1680px;
  margin-top: 0;
  position: relative;
  left: 40px;
}

.div-block-81 {
  margin-top: 237px;
}

.div-block-82 {
  width: 525px;
  position: absolute;
  top: auto;
  bottom: 37px;
  right: 0;
}

.heading-93 {
  color: #fff;
  width: 400px;
  padding-left: 48px;
  padding-right: 49px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 83px;
  right: -34px;
}

.image-83 {
  display: none;
}

.container-intro {
  max-width: 92%;
  margin-top: 0;
  position: relative;
  left: 0;
}

.text-span-11, .text-span-12 {
  color: #b90d1d;
  font-weight: 500;
}

.image-84 {
  width: 8%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-83 {
  position: relative;
}

.image-85 {
  position: relative;
  top: -146px;
  left: 2px;
}

.div-block-86 {
  margin-top: 50px;
}

.leistungcontent {
  background-color: #ddd0;
  display: block;
  position: static;
}

.image-86 {
  width: 25px;
}

.div-block-87 {
  flex: 1;
  position: absolute;
  right: 0;
}

.leistungakkordeonicon {
  width: 17px;
  position: absolute;
  top: 4.2px;
  left: 4px;
}

.div-block-88 {
  z-index: 1000;
  width: 100%;
  margin-top: 71px;
  position: relative;
}

.div-block-89 {
  height: 300px;
  padding-left: 140px;
  display: block;
}

.akkordionimage {
  display: none;
  position: absolute;
  top: -65px;
}

.column-8 {
  padding-left: 36px;
}

.heading-94 {
  color: #b90d1d;
  margin-top: 24px;
  margin-left: 15px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.code-embed {
  width: 100%;
  display: none;
  position: absolute;
  top: 112px;
  left: 13px;
}

.div-block-90 {
  z-index: 0;
  background-image: linear-gradient(0deg, #0000, #000 50%, #0000);
  width: 100%;
  height: 250px;
  position: absolute;
  top: -140px;
}

.container-large-center {
  z-index: 100;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  left: 0;
}

.image_red_03 {
  width: 670px;
  max-width: 180%;
  display: none;
  position: absolute;
  top: -116px;
  right: -70px;
}

.zahl-04 {
  font-family: Barlow, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  position: absolute;
  top: 4px;
  bottom: auto;
  right: 17px;
}

.zahl-01 {
  z-index: 0;
  color: #ffffff26;
  font-family: Barlow, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  position: absolute;
  top: -19px;
  left: -7px;
}

.zahl-02 {
  color: #ffffff26;
  text-align: right;
  font-family: Barlow, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  position: absolute;
  right: 10px;
}

.image-87 {
  width: 600px;
  max-width: 150%;
  display: none;
  position: absolute;
  top: 79px;
  left: -55px;
}

.image01-feature {
  width: 110%;
  max-width: 110%;
  position: relative;
  top: 0;
  left: -14px;
}

.image02-feature {
  width: 120%;
  max-width: 120%;
  position: relative;
  bottom: -49px;
  left: -103px;
}

.image04-feature {
  z-index: 100;
  width: 120%;
  max-width: 120%;
  display: block;
  position: relative;
  bottom: -159px;
  left: -64px;
}

.image03-feature {
  width: 100%;
  position: relative;
  top: -23px;
  right: auto;
}

.div-block-91 {
  z-index: 10;
  background-image: linear-gradient(#0000, #000 50%, #0000);
  height: 200px;
  position: relative;
  top: -107px;
}

.textslidercontainer {
  z-index: 100;
  background-color: #fff;
  width: 102%;
  max-width: 102%;
  margin-top: 0;
  position: relative;
  top: 71px;
  left: -11px;
  overflow: hidden;
  transform: rotate(-6deg);
}

.innerslider {
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.heading-95 {
  color: #b90d1d;
  white-space: nowrap;
  flex-flow: row;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 2vw;
  display: inline-flex;
}

.projectframe {
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.image-88 {
  width: 45px;
  margin-top: -2px;
  margin-left: 14px;
  display: inline-block;
}

.column-9 {
  text-align: center;
}

.heading-96 {
  color: #fff;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-92 {
  width: 200px;
  position: absolute;
  bottom: -138px;
  right: 3.7vw;
}

.heading-97 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.link-4, .link-5 {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.slide {
  z-index: 0;
  width: 100%;
}

.mask {
  z-index: 100;
  width: 80vw;
  height: 650px;
  position: absolute;
  left: auto;
  overflow: hidden;
}

.slider-4 {
  z-index: 0;
  background-color: #ddd0;
  width: 70vw;
  height: 625px;
  left: -100px;
  right: auto;
}

.slide-nav-3 {
  display: none;
}

.left-arrow {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #a2a2a200;
  border: 1px solid #b90d1d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 60px;
  padding: 20px;
  display: flex;
  inset: auto -29.453px 11px auto;
  overflow: visible;
}

.left-arrow.hov-arrow {
  transition: background-color .2s;
  inset: 403px auto 0 -282px;
}

.left-arrow.hov-arrow:hover {
  background-color: #49494973;
}

.right-arrow {
  z-index: 10000;
  opacity: 1;
  background-color: #a2a2a200;
  border: 1px solid #b90d1d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
  padding: 10px;
  display: flex;
  inset: auto -145px 11px auto;
  overflow: visible;
}

.right-arrow.hov-arrow {
  width: 110px;
  transition: background-color .2s;
  bottom: 11px;
  left: -283px;
  right: auto;
}

.right-arrow.hov-arrow:hover {
  background-color: #49494973;
}

.image-89 {
  width: auto;
  height: 50px;
  display: none;
}

.image-90 {
  display: none;
}

.slide-3 {
  height: 900px;
}

.slider-navigation {
  flex-flow: row;
  width: 400px;
  display: flex;
  position: absolute;
  top: 149.312px;
  left: auto;
  right: -450px;
}

.slider-navigation.default {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 30px;
  top: -92.688px;
}

.slider-7 {
  background-color: #ddd0;
  width: 640px;
  height: auto;
}

.slider-thumb-wrap {
  margin-right: 8px;
}

.slider-thumb-image {
  width: 100%;
}

.right-arrow-4 {
  border: 1px #b90d1d;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 35px;
  padding: 15px;
  display: flex;
  top: 44px;
  right: -268px;
}

.left-arrow-4 {
  border: 1px #b90d1d;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  height: 35px;
  padding: 15px;
  display: flex;
  top: 44px;
  right: -848px;
}

.div-block-93 {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 79.662px;
}

.container-mediumlarge {
  max-width: 90%;
  margin-top: 0;
  position: relative;
  left: auto;
}

.image-96 {
  z-index: 100;
  width: 50%;
  position: absolute;
  top: 184px;
  right: 0;
}

.div-block-94 {
  z-index: 1000;
  width: 500px;
  position: absolute;
  top: 205.547px;
  right: 28px;
}

.heading-98 {
  color: #fff;
  margin-top: 65px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-16 {
  color: #fff;
  padding-right: 88px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.heading-99 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.image-97 {
  width: 50px;
  position: relative;
  top: 16px;
  left: 55px;
}

.image-98 {
  text-align: center;
  width: 80%;
  display: none;
  position: relative;
  top: -5px;
  transform: rotate(180deg);
}

.image-99 {
  width: 80%;
  margin-top: 0;
  position: relative;
  top: 3px;
}

.link-block-10 {
  width: 200px;
  height: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-95 {
  position: absolute;
  top: 0;
  left: 129px;
}

.frischluft {
  background-image: url('../images/Frischluft.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 720px;
  margin-top: 250px;
  margin-bottom: 205px;
  padding-top: 90px;
  display: none;
  position: relative;
}

.image-100 {
  width: 50%;
}

.heading-100 {
  color: #deff00;
  font-family: Barlow, sans-serif;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.image-101 {
  width: 18px;
  margin-top: -5px;
  margin-left: 13px;
  display: inline-block;
}

.image-102 {
  z-index: 100;
  width: 100%;
  display: none;
  position: absolute;
  bottom: -697px;
  left: -94px;
}

.h-frischluft {
  color: #deff00;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 22px;
}

.div-block-97 {
  color: #fff;
  padding-right: 15px;
}

.text-span-14 {
  font-weight: 500;
}

.link-block-12 {
  text-decoration: none;
}

.mask-4 {
  height: 900px;
}

.right-arrow-5 {
  z-index: 100;
  display: block;
  top: 275px;
}

.left-arrow-5 {
  display: block;
  top: 275px;
}

.div-block-98 {
  z-index: 0;
  background-color: #000;
  margin-top: -74px;
  position: relative;
  top: auto;
}

.column-14 {
  margin-top: 115px;
}

.containercases-mobile {
  flex-direction: column;
  align-items: stretch;
  max-width: 90%;
  margin-top: 198px;
  display: flex;
}

.columnitemmobleft {
  margin-top: 11px;
  padding-left: 0;
  padding-right: 0;
}

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

.heading-101 {
  color: #b90d1d;
  margin-top: 10px;
  margin-left: 2px;
  font-family: Trial Rooftop Book, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-102 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: 42px;
  left: 30px;
}

.div-block-99 {
  background-color: #b90d1d;
  width: 150px;
  height: 1px;
  position: relative;
  top: 30px;
  left: 30px;
}

.columns-10 {
  padding-left: 80px;
  padding-right: 80px;
}

.heading-103 {
  color: #fff;
  margin-top: 0;
  font-family: Trial Rooftopmono, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-17 {
  color: #fff;
  text-align: justify;
  font-family: Trial Rooftopmono, Verdana, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.column-17 {
  padding-left: 0;
}

.columns-11 {
  margin-top: 80px;
}

.link-ringconn {
  margin-top: 0;
  text-decoration: none;
}

.linkringconntext {
  color: #b90d1d;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.div-block-100 {
  z-index: 999;
  position: relative;
  top: auto;
  bottom: -27px;
  left: auto;
}

.div-block-101 {
  background-color: #b90d1d;
  width: 80px;
  height: 1px;
}

.heading-89-red {
  color: #b90d1d;
  margin-bottom: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  line-height: 36px;
}

.heading-90-red {
  color: #b90d1d;
  margin-top: 0;
  font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  line-height: 30px;
  display: none;
}

.columns-12 {
  position: relative;
}

.image-103 {
  z-index: 100;
  width: 100%;
  position: absolute;
}

.code-embed-5 {
  z-index: 9999;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 251px;
  right: 241px;
}

.column-19 {
  top: 2px;
}

.column-26 {
  bottom: 0;
}

.footertablet, .footermobile, .videodesktoplarge, .videotablet {
  display: none;
}

.headoverlaytablet {
  width: 22%;
  display: none;
  position: absolute;
  right: 0;
}

.div-block-103 {
  background-color: #0000003b;
  height: 100%;
}

.headingcopycenter {
  color: #fff;
  margin-top: 53px;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  display: none;
}

.videomobile {
  display: none;
}

.videodesktopsmall {
  height: 100%;
}

.columns-19 {
  margin-left: -10px;
}

.klammer_unten {
  display: none;
  position: relative;
  bottom: -34px;
}

.klammer_oben {
  display: none;
  position: relative;
  top: -19px;
}

.code-embed-6 {
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  top: 55px;
  left: 25px;
}

.link-touchcleaner {
  text-decoration: none;
}

.code-embed-7 {
  position: absolute;
  bottom: -790.984px;
  left: -25px;
}

._3d-objekt-2 {
  width: 475px;
  height: 350px;
  display: none;
  position: absolute;
  top: -150px;
  right: 42.547px;
}

.lottie-animation-2 {
  width: 500px;
  max-width: 500px;
  position: absolute;
  top: -38px;
}

.lottie-animation-3 {
  transform-style: preserve-3d;
  width: 50%;
  position: absolute;
  top: -853px;
  left: 0;
  right: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
}

.lottie-animation-4 {
  width: 95%;
  position: absolute;
  top: 72px;
  transform: rotate(-20deg);
}

.lottie-animation-5 {
  width: 60%;
  display: none;
  position: absolute;
  top: -12px;
  right: 0;
}

.lottie-animation-6 {
  z-index: 1;
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.lottie-animation-7 {
  width: 60%;
  position: absolute;
  top: 148px;
  right: 0;
}

.lottie-animation-8 {
  position: absolute;
  top: 37px;
}

.lottie-animation-9 {
  z-index: 0;
  position: absolute;
  top: 204.844px;
  left: -8px;
}

.spline-scene {
  height: 800px;
}

.heading-104 {
  color: #b90d1d;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 200;
  position: relative;
  top: 0;
}

.div-block-104 {
  display: flex;
  position: absolute;
  top: -165px;
}

.image-104 {
  width: 20%;
}

.code-embed-8 {
  width: 150px;
}

.div-block-105 {
  transform: rotate(180deg);
}

.image-105 {
  z-index: -1;
  position: absolute;
  top: -109px;
}

.cta-bg-masked {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff30;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  position: relative;
  top: 10px;
  left: -16px;
}

.code-embed-9 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: block;
  position: absolute;
}

.codeimageakkordeon {
  position: relative;
  top: -51px;
  left: -17px;
}

.div-block-106 {
  border-bottom: 1px solid #b90d1d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}

.text-span-15 {
  font-weight: 500;
}

.div-block-107 {
  color: #fff;
  text-align: left;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 300;
  line-height: 20px;
  position: absolute;
  top: -107px;
}

.text-span-17, .text-span-18 {
  font-weight: 500;
}

.link-6 {
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}

.link-6:hover {
  color: #ffcfcf;
}

.link-7 {
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.ringconn {
  font-family: Area Hairline;
}

.ringconnheadline {
  color: #fff;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.paragraph-18 {
  color: #fff;
  text-align: justify;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.image-106 {
  width: 80%;
  position: absolute;
  top: 58px;
  left: auto;
  right: -6.4915px;
}

.columns-20 {
  position: relative;
  top: 0;
}

.tc_img {
  width: 130%;
  max-width: 130%;
  position: relative;
  top: 16px;
  left: 14px;
}

.linktcblock {
  z-index: 999;
  position: relative;
  top: auto;
  bottom: -14px;
  left: auto;
}

.link-8 {
  color: #fff;
  font-family: Trial Rooftop, Verdana, sans-serif;
  text-decoration: none;
}

.column-45, .column-46, .column-47 {
  padding-left: 0;
}

.image-109, .image-110 {
  flex: 0 auto;
  width: 70%;
  margin-left: 0;
}

.image-111 {
  flex: 0 auto;
  width: 30%;
}

.div-block-108 {
  flex-flow: row;
  align-items: stretch;
  width: 150px;
  height: 30px;
  margin-top: 10px;
  padding-right: 19px;
  display: flex;
}

.columns-22 {
  float: none;
  text-align: center;
  width: 80%;
}

.column-48 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-112 {
  width: 70%;
}

.image-113 {
  text-align: right;
  width: 70%;
}

.image-114 {
  border-radius: 15px;
  width: 70%;
  margin-top: 37px;
  box-shadow: 0 5px 5px #0006;
}

.div-block-109 {
  margin-top: 106px;
}

.innerline {
  border: .5px solid #b90d1d;
  border-radius: 10px;
  width: 98%;
  height: 96%;
  margin-top: 0;
  padding: 30px;
  position: absolute;
  inset: 2% auto 0% 1%;
}

.heading-105 {
  color: #b90d1d;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.heading-105-copy {
  color: #fff;
  margin-top: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image02 {
  width: 120%;
  max-width: 120%;
  position: absolute;
  top: -65px;
  right: -43px;
}

.div-block-110 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-111 {
  position: relative;
}

.div-block-112 {
  background-color: #5c5c5c;
  border-radius: 5px;
  width: 97%;
  height: 50px;
  position: absolute;
  left: 7px;
}

.image03 {
  width: 120px;
  max-width: 80%;
  position: absolute;
  top: auto;
  bottom: 0;
  right: -18px;
}

.div-block-113 {
  height: 900px;
  margin-top: 0;
}

.code-embed-11 {
  width: 100%;
}

.image01 {
  width: 150px;
  max-width: 150px;
  position: absolute;
  top: -50px;
  right: -30px;
}

.div-block-114 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #35353500;
  background-image: linear-gradient(229deg, #000000bf, #66666608);
  border-radius: 10px;
  width: 97%;
  height: 95%;
  position: absolute;
  top: 7.5px;
  left: 7.5px;
}

.content_holder {
  background-color: #d4999900;
  border-radius: 0 10px 10px 0;
  width: 53vw;
  height: 180px;
  margin-top: 40px;
  position: relative;
  left: -79px;
}

.div-block-115 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-115 {
  filter: none;
}

.content_holder_right {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50vw;
  height: 180px;
  margin-top: 40px;
  position: absolute;
  right: -50px;
}

.div-block-116 {
  background-color: #000;
  position: relative;
  top: 26px;
}

.spline-scene-2 {
  z-index: -1;
  width: 100%;
  height: 800px;
  display: none;
  position: absolute;
  top: -34px;
}

.image-117 {
  width: 60px;
  position: absolute;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}

.image-117-copy {
  width: 60px;
  position: absolute;
  top: auto;
  left: auto;
}

.div-block-117, .div-block-118 {
  padding-left: 0;
}

.div-block-57-right {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #b90d1dbf;
  border-radius: 10px 0 0 10px;
  height: 105%;
  margin-top: 0;
  padding: 20px 66px 30px 30px;
  position: relative;
  top: 0;
  left: 0;
}

.code-embed-13 {
  opacity: .75;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

.div-block-120 {
  z-index: 100;
  height: 200px;
  padding-bottom: 100px;
  position: relative;
  top: -149px;
  left: 0;
  overflow: hidden;
}

.image04 {
  width: 170px;
  max-width: 170px;
  position: absolute;
  top: -27px;
  right: 0;
}

.div-block-121 {
  width: 100%;
  position: relative;
  top: -326px;
}

.div-block-122 {
  position: relative;
  top: 180px;
}

.heading-107 {
  margin-bottom: 10px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.image-118 {
  width: 70%;
  margin-left: 0;
}

.image-119 {
  width: 70%;
  margin-top: 5px;
  margin-left: 0;
}

.div-block-123 {
  border: .5px solid #000;
  width: 150px;
  height: 1px;
}

.columns-24 {
  margin-top: 12px;
}

.column-49 {
  clear: right;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cd_desktop {
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  top: 125px;
  left: auto;
}

.formular_desktop_below {
  width: 100%;
  display: block;
  position: relative;
  top: 61px;
  left: auto;
}

.headoverlaydesktopbig {
  width: 25%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-124 {
  height: 600px;
  position: relative;
  top: 291px;
}

.container-formular {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  left: auto;
}

.div-block-125 {
  background-color: #000;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 209px;
}

.div-block-126 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #25252569;
  border-radius: 10px;
  width: 105%;
  height: 550px;
  position: absolute;
  top: 138px;
  left: -19px;
}

.columns-25 {
  padding-left: 0;
  padding-right: 0;
}

.heading-108 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.column-51 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.column-52 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.image-120 {
  width: 58%;
}

.column-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.column-54 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-block-127 {
  z-index: -1;
  background-color: #f7f7f700;
  background-image: linear-gradient(#f3f3f3, #cdcdcd);
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.div-block-128 {
  background-color: #000;
  width: 200px;
  height: 1px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.image-121 {
  width: 60%;
}

.column-55, .column-56 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.image-122 {
  width: 70%;
}

.image-123 {
  width: 55%;
}

.text_netzwerk {
  text-align: left;
  width: 85%;
  padding-left: 0;
  padding-right: 90px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.container-orbcontent {
  max-width: 90%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-129 {
  opacity: 1;
  background-image: linear-gradient(#000, #828282 45%, #878787 50%, #9f9f9f 56%, #000);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-130 {
  background-image: linear-gradient(#000, #868686 45%, #dbdbdb 51%, #777 59%, #252525);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 105%;
  position: absolute;
}

.container-13 {
  max-width: 88vw;
}

.cell-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-77 {
  justify-content: center;
  align-items: center;
}

.div-block-131 {
  width: 100%;
  height: 700px;
  position: absolute;
}

.div-block-132 {
  background-image: url('../images/dots.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 140px;
  margin-bottom: 140px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
}

.image-125, .image-126, .image-127 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-128, .image-129 {
  width: 100%;
}

.div-block-133 {
  z-index: 100;
  background-image: linear-gradient(#0000, #020202);
  height: 100px;
  position: relative;
  top: -86px;
}

.div-block-134 {
  z-index: 1000;
  background-color: #fff;
  margin-top: 59px;
  padding-top: 60px;
  padding-bottom: 53px;
  position: relative;
}

.spline-scene-3 {
  width: 100%;
  height: 100%;
}

.div-block-135 {
  margin-top: 52px;
  margin-bottom: 150px;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-109 {
  color: #242424;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 100px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.div-block-136 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-19 {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.heading-110 {
  color: #b90d1d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 16px;
}

.image-130 {
  text-align: right;
  width: 200px;
}

.div-block-137 {
  text-align: right;
  background-image: linear-gradient(90deg, #0000, #ecececb3 50%, #fff0);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: 45px;
  right: 0;
}

.div-block-138 {
  z-index: 1000;
  background-image: linear-gradient(#fff, #fff 89%);
  margin-top: -6px;
  position: relative;
  bottom: -155px;
}

.btn-sizer-workshop {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -35px;
  left: -33px;
}

.heading-111 {
  color: #1a1b1f;
  text-align: center;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.div-block-143 {
  margin-top: 0;
}

.logomarke {
  background-color: #505050;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-131 {
  width: 200px;
}

.link-touchcleaner-copy {
  text-decoration: none;
}

.linktcblock-copy {
  z-index: 999;
  position: relative;
  top: auto;
  bottom: 17px;
  left: auto;
}

.fewafgewag {
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #a2a2a2b0;
  border-radius: 8px;
  width: 450px;
  height: 300px;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 25px;
  position: absolute;
  top: 316.484px;
  left: -1px;
}

.bg_image_produc {
  width: 65%;
  max-width: 80%;
  position: relative;
  top: 16px;
  left: 46px;
}

.image-131-copy {
  width: 170px;
}

.slide-6 {
  z-index: 0;
}

.text-block-3-copy {
  color: #fff;
  text-align: left;
  width: 55%;
  margin-top: 30px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.heading-12-copy {
  color: #464646;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 52px;
}

.image-73-copy {
  width: 50vw;
  height: auto;
  margin-top: 77px;
  display: none;
}

.heading-12-copy-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 52px;
}

.div-block-70-copy {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  width: 200px;
  height: 55px;
  padding-top: 10px;
  padding-left: 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.div-block-145 {
  float: right;
  background-color: #fff0;
  border: .25px #6d6d6d36;
  border-radius: 8px;
  width: 55vw;
  height: 550px;
  margin-top: 79px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.heading-112 {
  color: #1b1b1b;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 74px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 28px;
}

.column-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-132, .image-133, .image-134, .image-135 {
  width: 30%;
}

.column-58, .column-59, .column-60 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-28 {
  margin-top: 48px;
  position: relative;
  top: 35px;
  left: -95px;
}

.columns-29 {
  margin-top: 61px;
  position: relative;
  left: -158px;
}

.paragraph-20 {
  color: #fff;
  padding-right: 83px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.image-136 {
  width: 150px;
  position: absolute;
  top: -32px;
  right: 0;
}

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

.div-block-146, .div-block-147, .div-block-148, .div-block-149, .div-block-150 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  text-align: justify;
  padding-right: 50px;
  font-family: Suisseintl, Verdana, sans-serif;
  font-weight: 400;
}

.div-block-151 {
  background-color: #b90d1d;
  width: 180px;
  height: 1px;
  margin: -5px auto 20px;
}

.keyfacts-holder {
  background-image: url('../images/bg_white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.div-block-154 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-113 {
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(310deg, #e90b20, #b90d1d 56%, #0a0000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.paragraph-22 {
  margin-bottom: 0;
  font-family: Suisseintl, Verdana, sans-serif;
  line-height: 18px;
}

.bold-text-5, .bold-text-6 {
  font-size: 20px;
}

.column-61 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns-30, .columns-31 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.keyfacts-holder-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(302deg, #c9c9c900, #d1d1d1b3);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.image-138 {
  width: 240px;
}

.image-138-copy {
  width: 100px;
}

.image-138-copy-copy {
  width: 200px;
}

.paragraph-22-copy {
  margin-bottom: 0;
  font-family: Suisseintl, Verdana, sans-serif;
  line-height: 18px;
  position: relative;
  top: 10px;
}

.div-block-156 {
  background-color: #b90d1d;
  width: 360px;
  height: 1px;
  position: absolute;
  bottom: 105.25px;
  right: 180px;
}

.section {
  margin-top: 134px;
}

.div-block-157 {
  background-color: #b90d1d;
  width: 300px;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.columns-29-copy {
  margin-top: 61px;
  position: relative;
  top: -33px;
  left: -220px;
}

.text-span-29, .text-span-30 {
  color: #b90d1d;
}

.heading-116 {
  font-size: 20px;
}

.subhead-knowho {
  color: #1a1b1f;
  text-align: left;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-158 {
  background-color: #b90d1d;
  width: 300px;
  height: 1px;
  margin-bottom: 30px;
}

.subhead-knowhow-right {
  color: #1a1b1f;
  text-align: right;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.div-block-159 {
  text-align: right;
  width: 500px;
  position: relative;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  font-weight: 600;
}

.heading-117 {
  font-size: 20px;
}

.heading-118 {
  margin-bottom: 25px;
  font-family: Trial Rooftop, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.text-span-38, .text-span-39 {
  font-weight: 500;
}

.subhead-knowho-copy {
  color: #1a1b1f;
  text-align: left;
  font-family: Suisseintl, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

@media screen and (min-width: 1280px) {
  .banner {
    height: 100%;
  }

  .menu-button {
    right: -24px;
  }

  .bgvideo {
    height: 100%;
  }

  .background-video {
    height: 72vh;
  }

  .headline_element {
    bottom: 18%;
    left: -10%;
  }

  .secintro {
    margin-top: 100px;
  }

  .container-large {
    max-width: 95%;
  }

  .div_blackgradientvideocover {
    height: 72vh;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 65px;
    line-height: 60px;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 65px;
  }

  .heading-7-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 193px;
    font-size: 65px;
  }

  .heading-9 {
    font-size: 60px;
  }

  .div-block-11 {
    left: 100px;
  }

  .text-block-2 {
    padding-left: 100px;
    padding-right: 160px;
    font-size: 22px;
    line-height: 32px;
  }

  .secawardsred {
    margin-bottom: 0;
  }

  .container-awards {
    max-width: 90%;
    padding-left: 50px;
    padding-right: 50px;
    top: 126px;
    left: auto;
  }

  .image-7-copy {
    width: 60%;
  }

  .heading-11 {
    font-size: 14px;
  }

  .seccasevids {
    height: 100%;
    margin-bottom: 200px;
  }

  .heading-12 {
    font-size: 50px;
    line-height: 56px;
  }

  .secmarkenkern {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-3 {
    width: 70%;
    font-size: 16px;
  }

  .bg_orb {
    position: relative;
  }

  .accordion_kern_01 {
    width: 500px;
  }

  .secanalyse {
    height: 100%;
    top: 370px;
  }

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

  .containerfull {
    height: 100%;
  }

  .point1 {
    bottom: 451.172px;
    left: 111px;
  }

  .point2 {
    bottom: 319.172px;
    left: 338px;
  }

  .point3 {
    bottom: 354.172px;
    left: 678px;
  }

  .point4 {
    bottom: 426.172px;
    left: 1011px;
  }

  .seczitat {
    height: 100%;
  }

  .zitat {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    inset: 40% 0% 0% 5%;
  }

  .image-13 {
    position: relative;
  }

  .heading-19 {
    font-size: 160px;
  }

  .redoverlay_desktop {
    display: none;
  }

  .seccasesgrid {
    padding-bottom: 278px;
    position: relative;
  }

  .secabout {
    margin-top: -4px;
    position: relative;
  }

  .heading-45 {
    padding-right: 41px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-weight: 200;
    line-height: 29px;
  }

  .image-32 {
    position: relative;
    top: 32px;
    left: 109px;
  }

  .quick-stack-13 {
    margin-top: 62px;
  }

  .acc_wrapper {
    top: 107px;
    left: 51px;
  }

  .acc_wrapper-02 {
    top: 326px;
  }

  .acc_wrapper-03 {
    top: 579px;
  }

  .div-block-45 {
    top: 480px;
  }

  .projectcamera {
    height: 70vw;
    overflow: hidden;
  }

  .headlinewrappermain {
    height: 80vh;
    top: 380px;
  }

  .redoverlay_tablet {
    display: block;
  }

  .headoverlaydesktop {
    display: none;
  }

  .heading-62 {
    font-size: 48px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .heading-67 {
    margin-top: 53px;
  }

  .column-3 {
    margin-top: -35px;
  }

  .paragraph-8 {
    margin-left: 56px;
  }

  .sectionknowhow {
    margin-top: 300px;
  }

  .text-block-9 {
    font-size: 28px;
  }

  .div-block-54 {
    width: 110%;
    height: 450px;
  }

  .heading-72 {
    top: 184px;
    left: 17px;
  }

  .heading-75 {
    font-size: 40px;
  }

  .paragraph-9 {
    padding-right: 30px;
  }

  .div-block-57 {
    padding-left: 110px;
    padding-right: 0;
  }

  .paragraph-10 {
    margin-top: 0;
  }

  .container-large-2 {
    max-width: 95%;
  }

  .div-block-58 {
    margin-top: -19px;
    position: relative;
  }

  .div-block-59 {
    position: relative;
    top: 327px;
  }

  .columns-3 {
    display: block;
  }

  .heading-78 {
    margin-top: 259px;
    padding-right: 0;
  }

  .sectioncases2 {
    padding-top: 401px;
  }

  .div-block-63 {
    margin-top: -31px;
  }

  .div-block-67 {
    top: 146px;
  }

  .paragraph-12 {
    padding-right: 88px;
    font-size: 14px;
  }

  .heading-84 {
    color: #b90d1d;
    font-weight: 500;
  }

  .div-block-70 {
    border-bottom-left-radius: 0;
    top: auto;
  }

  .div-block-71 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: -116px;
  }

  .image-74 {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
  }

  .image-75 {
    position: absolute;
    top: -196px;
  }

  .content_sec {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-72 {
    background-color: #b90d1d;
    width: 200px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-73 {
    left: auto;
  }

  .image-76 {
    width: 150%;
    max-width: 150%;
    position: absolute;
    top: -483px;
    left: -555px;
    transform: rotate(-134deg);
  }

  .container-large-custom {
    width: 95%;
    max-width: 95%;
  }

  .paragraph-14 {
    padding-right: 249px;
  }

  .image-77 {
    float: right;
    width: 80%;
    max-width: 80%;
    left: 3px;
  }

  .div-block-76 {
    width: 550px;
    height: 300px;
    top: 315.484px;
    left: 16px;
  }

  .image-80 {
    transform: rotate(39deg);
  }

  .container-extralarge {
    max-width: 95%;
  }

  .div-block-82 {
    width: 525px;
    position: absolute;
    bottom: 278px;
    right: 0;
  }

  .heading-93 {
    z-index: 20;
    color: #fff;
    width: 350px;
    padding-left: 0;
    padding-right: 51px;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    bottom: -140px;
    right: -30px;
  }

  .container-intro {
    max-width: 95%;
  }

  .heading-94 {
    font-size: 20px;
    line-height: 24px;
  }

  .code-embed {
    width: 480px;
    display: block;
    left: 30px;
  }

  .container-large-center {
    max-width: 95%;
  }

  .zahl-02 {
    top: 1px;
    right: 47px;
  }

  .image01-feature {
    width: 120%;
    max-width: 120%;
    left: -47px;
  }

  .image02-feature {
    width: 110%;
    max-width: 110%;
    bottom: -10px;
    left: -28px;
  }

  .image03-feature {
    width: 100%;
    right: auto;
  }

  .textslidercontainer {
    width: 102%;
    max-width: 102%;
    top: 71px;
    left: -15px;
    overflow: visible;
  }

  .innerslider {
    width: 100%;
  }

  .div-block-92 {
    bottom: -141px;
    right: 1.9vw;
  }

  .mask {
    width: 70vw;
    height: 650px;
    left: auto;
    overflow: hidden;
  }

  .left-arrow {
    bottom: 37px;
    left: auto;
    right: 4.547px;
  }

  .left-arrow.hov-arrow {
    top: auto;
    bottom: -19px;
    right: auto;
  }

  .right-arrow {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    bottom: 37px;
    right: -112px;
  }

  .right-arrow.hov-arrow {
    bottom: -19px;
    left: -159px;
    right: auto;
  }

  .slide-2 {
    width: 100%;
  }

  .container-mediumlarge {
    max-width: 95%;
  }

  .heading-102 {
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .div-block-99 {
    position: absolute;
    top: 90px;
    left: 30px;
  }

  .link-ringconn {
    position: relative;
    top: -19px;
  }

  .linkringconntext {
    font-size: 16px;
  }

  .div-block-100 {
    bottom: -28px;
  }

  .column-19 {
    top: 0;
  }

  .code-embed-6 {
    display: block;
  }

  ._3d-objekt-2 {
    display: none;
  }

  .lottie-animation-2 {
    width: 500px;
  }

  .lottie-animation-7 {
    top: 269px;
  }

  .lottie-animation-9 {
    top: 227.844px;
    left: -18px;
  }

  .cta-bg-masked {
    width: 600px;
    height: 600px;
  }

  .codeimageakkordeon {
    position: relative;
    top: -56px;
  }

  .column-44 {
    padding-right: 53px;
  }

  .ringconnheadline {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-106 {
    width: 80%;
    top: 48px;
    left: 38px;
  }

  .columns-22 {
    width: 70%;
  }

  .image-112, .image-113 {
    width: 75%;
  }

  .image-114 {
    margin-top: -132px;
  }

  .div-block-109 {
    margin-top: 84px;
  }

  .image03 {
    top: auto;
  }

  .div-block-113 {
    height: 1000px;
  }

  .image01 {
    width: 150px;
    max-width: 150px;
    right: -20px;
  }

  .content_holder {
    margin-top: 35px;
    left: -112px;
  }

  .content_holder_right {
    margin-top: 34px;
    right: -20px;
  }

  .spline-scene-2 {
    width: 100%;
    height: 800px;
    top: 36px;
  }

  .image-117, .image-117-copy {
    width: 60%;
    top: auto;
    left: auto;
  }

  .code-embed-13 {
    width: 100%;
  }

  .div-block-120 {
    width: 100%;
    height: 200px;
    top: -110px;
    overflow: hidden;
  }

  .image04 {
    top: -26px;
    right: -3px;
  }

  .div-block-122 {
    top: 170px;
  }

  .image-118, .image-119 {
    width: 75%;
  }

  .cd_desktop, .formular_desktop_below {
    display: none;
  }

  .headoverlaydesktopbig {
    width: 20%;
    display: block;
  }

  .div-block-124 {
    display: none;
  }

  .container-formular {
    max-width: 95%;
  }

  .div-block-127 {
    margin-top: 176px;
  }

  .image-122 {
    width: 85%;
  }

  .div-block-132 {
    margin-top: 0;
  }

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

  .heading-109 {
    color: #242424;
  }

  .paragraph-19 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-131 {
    width: 175px;
  }

  .linktcblock-copy {
    bottom: 28px;
  }

  .fewafgewag {
    width: 600px;
    height: 325px;
  }

  .image-131-copy {
    width: 155px;
  }

  .text-block-3-copy {
    font-size: 16px;
  }

  .heading-12-copy, .heading-12-copy-copy {
    font-size: 50px;
    line-height: 56px;
  }

  .div-block-70-copy {
    border-bottom-left-radius: 0;
    top: 31.1vh;
  }

  .heading-112 {
    font-size: 48px;
  }

  .div-block-157 {
    height: 2px;
    bottom: -18px;
  }

  .div-block-158 {
    margin-top: 20px;
  }

  .subhead-knowhow-right {
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-159 {
    right: -35px;
  }
}

@media screen and (min-width: 1440px) {
  .secintro {
    margin-top: 0;
    padding-top: 200px;
  }

  .container-awards {
    max-width: 1400px;
    margin-top: 275px;
    top: 0;
    left: auto;
  }

  .text-block-3 {
    padding-right: 116px;
  }

  .bg_orb {
    position: relative;
  }

  .accordion_kern_01 {
    width: 500px;
  }

  .image-19 {
    top: 186px;
  }

  .seccasesgrid {
    margin-top: 154px;
  }

  .secabout {
    margin-top: 27px;
  }

  .heading-45 {
    padding-right: 87px;
    line-height: 28px;
  }

  .image-32 {
    left: 39px;
  }

  .secreferenz {
    margin-top: 0;
  }

  .footerdesktop {
    top: -44px;
  }

  .div-block-44 {
    margin-top: 35px;
  }

  .heading-57 {
    margin-top: 36px;
    font-size: 12px;
  }

  .projectcamera {
    overflow: hidden;
  }

  .headlinewrappermain {
    top: auto;
    bottom: -605.088px;
  }

  .headoverlaydesktop {
    width: 17%;
  }

  .heading-61 {
    margin-top: 19px;
    font-size: 85px;
    position: relative;
    top: -136px;
  }

  .paragraph-7 {
    width: 80%;
  }

  .column-3 {
    margin-top: -252px;
  }

  .sectionknowhow {
    margin-top: 372px;
  }

  .text-block-9 {
    font-size: 30px;
  }

  .bigheadlinedekor, .bigheadlinedekorbl {
    font-size: 7vw;
    line-height: 8vw;
  }

  .div-block-54 {
    height: 600px;
  }

  .heading-72 {
    top: 325px;
  }

  .paragraph-9 {
    padding-right: 127px;
  }

  .div-block-57 {
    padding-left: 118px;
    padding-right: 0;
  }

  .paragraph-10 {
    text-align: justify;
    padding-right: 142px;
    font-size: 14px;
  }

  .heading-75-copy2 {
    bottom: 0;
    right: 103px;
  }

  .paragraph-9-copy {
    margin-right: 25px;
  }

  .div-block-58 {
    margin-top: -17px;
  }

  .div-block-59 {
    position: relative;
    top: 345px;
  }

  .heading-78 {
    margin-top: 132px;
    font-size: 52px;
    line-height: 70px;
  }

  .sectioncases2 {
    margin-top: 218px;
    padding-top: 242px;
  }

  .div-block-61 {
    height: 1200px;
    position: relative;
  }

  .div-block-63 {
    margin-top: 0;
  }

  .div-block-67 {
    background-color: #dadada00;
    height: 405px;
    top: 98px;
  }

  .heading-81 {
    font-size: 38px;
  }

  .heading-82 {
    display: none;
    top: 241px;
    right: 73px;
  }

  .heading-83 {
    display: none;
    top: 294px;
    bottom: 6px;
    right: 31px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-68 {
    display: none;
    top: 307px;
    right: 69px;
  }

  .list-item-4, .list-item-5 {
    font-weight: 400;
  }

  .div-block-70 {
    top: auto;
    bottom: 0;
  }

  .div-block-71 {
    top: -173px;
  }

  .image-74 {
    width: 40vw;
    max-width: 1000px;
    top: 9px;
    right: 0;
  }

  .image-75 {
    top: -212px;
  }

  .content_sec {
    background-image: none;
  }

  .div-block-73 {
    top: 61px;
    left: -111px;
  }

  .image-77 {
    border-radius: 10px;
    width: 80%;
    max-width: 80%;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .div-block-76 {
    top: 361.484px;
    left: auto;
  }

  .div-block-78 {
    margin-top: 1px;
  }

  .columns-7 {
    top: 188px;
  }

  .about {
    margin-bottom: 0;
    padding-bottom: 267px;
  }

  .div-block-82 {
    width: 590px;
    bottom: 308px;
  }

  .container-intro {
    max-width: 80%;
  }

  .code-embed {
    width: 600px;
    top: 70px;
    left: 0;
  }

  .zahl-04 {
    top: auto;
    bottom: 202px;
    right: 33px;
  }

  .zahl-02 {
    top: -20px;
    right: -15px;
  }

  .image02-feature {
    width: 110%;
    max-width: 110%;
    left: -50px;
  }

  .image04-feature {
    width: 120%;
    left: -36px;
  }

  .image03-feature {
    width: 100%;
    right: auto;
  }

  .textslidercontainer {
    margin-top: 0;
    top: 144px;
  }

  .div-block-92 {
    bottom: -42px;
    right: 20px;
  }

  .slide {
    width: 100%;
    top: -15px;
    left: auto;
    overflow: visible;
  }

  .mask {
    width: 70vw;
    height: 700px;
    top: 0;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .slider-4 {
    height: 700px;
    left: -120px;
    right: auto;
  }

  .left-arrow {
    inset: auto 0 -39px auto;
    overflow: visible;
  }

  .left-arrow.hov-arrow {
    bottom: 53px;
    right: auto;
  }

  .right-arrow {
    top: auto;
    bottom: -40px;
    left: auto;
    overflow: visible;
  }

  .right-arrow.hov-arrow {
    bottom: 52px;
    right: auto;
  }

  .slide-2 {
    width: 100%;
    left: auto;
  }

  .image-90 {
    overflow: hidden;
  }

  .div-block-93 {
    left: -73px;
  }

  .container-mediumlarge {
    max-width: 80%;
    left: 40px;
  }

  .image-96 {
    width: 600px;
  }

  .mask-4 {
    height: 1100px;
  }

  .heading-102 {
    top: -13px;
    left: 0;
  }

  .div-block-99 {
    top: 46px;
    left: 0;
  }

  .code-embed-5 {
    bottom: 205px;
    right: 463px;
  }

  ._3d-objekt-2 {
    display: none;
    right: 111.547px;
  }

  .lottie-animation-2 {
    top: -148px;
  }

  .lottie-animation-3 {
    top: -965px;
  }

  .lottie-animation-7 {
    top: 56px;
  }

  .lottie-animation-9 {
    top: 215.844px;
  }

  .image-105 {
    top: -169px;
  }

  .cta-bg-masked {
    width: 750px;
    height: 600px;
    top: -76px;
    left: -72px;
  }

  .codeimageakkordeon {
    position: relative;
    top: -60px;
  }

  .text-span-15 {
    font-weight: 500;
  }

  .columns-22 {
    text-align: left;
    width: 50%;
  }

  .column-48 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-112 {
    width: 70%;
    margin-left: auto;
    position: relative;
    left: -48px;
  }

  .image-113 {
    text-align: right;
    width: 70%;
    position: relative;
    right: -9px;
  }

  .image-114 {
    width: 70%;
    margin-top: -14px;
    position: relative;
    top: -41px;
  }

  .div-block-109 {
    margin-top: 78px;
    margin-right: -75px;
  }

  .image02 {
    top: -64px;
  }

  .image03 {
    width: 140px;
    top: auto;
  }

  .div-block-113 {
    height: 1100px;
    padding-bottom: 0;
  }

  .image01 {
    width: 150px;
    max-width: 180px;
    top: -77px;
    right: -34px;
  }

  .content_holder {
    width: 47vw;
    margin-top: 40px;
    left: -120px;
  }

  .content_holder_right {
    width: 40vw;
    margin-top: 40px;
    left: auto;
    right: -30px;
  }

  .spline-scene-2 {
    z-index: 0;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 17px;
  }

  .image-117 {
    position: absolute;
    top: auto;
    left: auto;
    transform: rotate(180deg);
  }

  .image-117-copy {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .div-block-117 {
    float: none;
    clear: none;
    width: 700px;
    padding-left: 139px;
  }

  .div-block-118 {
    width: 600px;
    margin-left: 135px;
    padding-left: 0;
    padding-right: 85px;
  }

  .div-block-57-right {
    width: 104%;
    height: 115%;
    left: auto;
    right: 26px;
  }

  .div-block-120 {
    height: 300px;
    margin-bottom: -130px;
    position: relative;
    top: -257px;
  }

  .image04 {
    width: 80%;
    right: 0;
  }

  .div-block-122 {
    top: 151px;
  }

  .image-118 {
    width: 74%;
  }

  .image-119 {
    width: 67%;
  }

  .column-49 {
    text-align: right;
  }

  .headoverlaydesktopbig {
    width: 17%;
    display: block;
  }

  .column-50 {
    padding-left: 30px;
  }

  .div-block-129.prod-rechts {
    right: 4px;
  }

  .div-block-132 {
    margin-top: 103px;
  }

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

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

  .div-block-135 {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-19 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-138 {
    margin-top: -46px;
  }

  .btn-sizer-workshop {
    top: -47px;
    left: -15px;
  }

  .div-block-143 {
    margin-top: -15px;
  }

  .fewafgewag {
    top: 385.484px;
  }

  .text-block-3-copy {
    padding-right: 116px;
  }

  .code-embed-15 {
    margin-top: 77px;
  }

  .div-block-70-copy {
    top: auto;
    bottom: 0;
  }

  .div-block-145 {
    margin-top: 187px;
    position: relative;
  }

  .paragraph-20 {
    text-align: justify;
    font-size: 14px;
  }

  .div-block-159 {
    position: absolute;
    top: -124px;
    right: 13.2vw;
  }

  .column-64 {
    padding-right: 79px;
  }

  .text-span-38, .text-span-39 {
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .banner {
    height: 100vh;
    position: relative;
  }

  .logo-link.w--current {
    text-decoration: none;
  }

  .nav_item.w--current {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: Barlow, sans-serif;
    font-size: 75px;
    font-weight: 500;
    display: block;
  }

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

  .navigation {
    z-index: 1000000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    top: 0;
  }

  .menu-button {
    right: 0;
  }

  .logo-image {
    display: none;
  }

  .navigation-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: -20px;
    display: flex;
  }

  .content {
    position: relative;
    top: 0;
    overflow: visible;
  }

  .bgvideo {
    z-index: 0;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    height: 960px;
    padding: 10px 10px 20px;
    position: relative;
  }

  .background-video {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: cover;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    height: 100%;
  }

  .headline_element {
    height: auto;
    position: absolute;
    inset: auto 0 16% 0%;
  }

  .secintro {
    width: 100%;
    height: 100%;
    margin-top: -12px;
    padding-top: 0;
    top: auto;
    left: auto;
  }

  .container-large {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1680px;
    max-width: 1680px;
    height: 100%;
    padding-top: 50px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .body {
    background-color: #eee;
    font-family: Area;
    font-weight: 400;
    overflow: visible;
  }

  .div_blackgradientvideocover {
    width: 100vw;
    height: 95vh;
    position: absolute;
    top: 0;
    left: 0;
  }

  .div_redoverlayheader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .heading-7 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 340px;
    font-family: Area;
    font-size: 90px;
    font-weight: 300;
    line-height: 62px;
    position: static;
  }

  .text-span-2 {
    color: #fff;
    font-family: Area;
    font-size: 90px;
    font-weight: 700;
    line-height: 62px;
  }

  .heading-8 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 250px;
    font-family: Area;
    font-size: 90px;
    font-weight: 300;
    line-height: 62px;
    position: static;
  }

  .heading-7-copy {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 75px;
    font-family: Area;
    font-size: 90px;
    font-weight: 300;
    line-height: 62px;
    position: static;
  }

  .text-span-3 {
    color: #fff;
    font-family: Area;
    font-size: 90px;
    font-weight: 700;
    line-height: 62px;
  }

  .heading-9 {
    margin-bottom: 15px;
    font-size: 70px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 38px;
  }

  .div-block-11 {
    width: 33%;
    height: 1px;
    margin-top: 50px;
    position: relative;
    left: 65px;
  }

  .text-block-2 {
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 140px;
    font-size: 28px;
    font-weight: 200;
    line-height: 42px;
  }

  .secawardsred {
    width: 100%;
    height: 100%;
    margin-top: 173px;
    margin-bottom: 100px;
    top: auto;
    left: auto;
  }

  .image-6 {
    width: 88%;
    display: block;
    position: absolute;
    top: -42px;
    right: 0;
  }

  .container-awards {
    max-width: 1480px;
    margin-top: 300px;
    position: relative;
    top: 0;
    left: 0;
  }

  .image-7, .image-8, .image-9 {
    width: 50%;
  }

  .cell-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-7-copy {
    width: 50%;
  }

  .heading-11 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .seccasevids {
    width: 100%;
    height: 1000px;
    top: 100px;
    left: 0;
  }

  .div-block-15, .div-block-16, .div-block-17 {
    position: relative;
  }

  .cell-8, .cell-9, .cell-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .logoholder1 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 10%;
  }

  .logoholder2 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 7%;
  }

  .logoholder3 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 8%;
  }

  .container-2 {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
    position: relative;
  }

  .heading-12 {
    color: #303030;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 200;
    line-height: 60px;
  }

  .text-span-4 {
    font-weight: 500;
  }

  .secmarkenkern {
    width: 100%;
    height: 1000px;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    left: 0;
  }

  .redline_short {
    width: 43%;
    height: 1px;
    margin-top: 20px;
    position: relative;
    left: 0;
  }

  .text-block-3 {
    z-index: 1;
    color: #333;
    text-align: left;
    margin-top: 20px;
    padding-right: 0;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
  }

  .bg_orb {
    width: 100%;
    height: 800px;
    margin-top: 271px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .accordion_kern_01 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #1818182e;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 500px;
    height: 60px;
    display: flex;
  }

  .heading-14 {
    letter-spacing: 2px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }

  .container1680 {
    flex-direction: column;
  }

  .heading-15 {
    font-size: 25px;
  }

  .circle1 {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .heading-16 {
    font-family: Area;
    font-size: 25px;
    font-weight: 300;
    line-height: 38px;
  }

  .heading17 {
    font-size: 60px;
    line-height: 70px;
  }

  .point1 {
    position: absolute;
    bottom: 687.172px;
    left: 167px;
  }

  .heading-17 {
    position: absolute;
    top: -108px;
    left: 16px;
  }

  .heading-18 {
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    position: absolute;
    top: -62px;
    left: 17px;
  }

  .point2 {
    position: absolute;
    bottom: 471.172px;
    left: 563px;
  }

  .point3 {
    position: absolute;
    bottom: 559.172px;
    left: 1127px;
  }

  .point4 {
    position: absolute;
    bottom: 647.172px;
    left: 1570px;
  }

  .zitat {
    font-size: 70px;
    line-height: 70px;
    position: absolute;
    top: 420px;
    left: 134px;
  }

  .div-block-22 {
    font-size: 16px;
    line-height: 28px;
    position: absolute;
  }

  .heading-19 {
    color: #fff;
    letter-spacing: 10px;
    margin-top: 203px;
    margin-bottom: 15px;
    font-family: Area;
    font-size: 200px;
    font-weight: 600;
    line-height: 62px;
  }

  .heading-20 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Area;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    position: absolute;
    top: 229px;
    right: 373.8px;
  }

  .heading-21 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .heading-22 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 38px;
  }

  .div-block-23 {
    width: 80px;
    height: 1px;
    margin-right: 30px;
  }

  .div-block-24 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .image-14 {
    width: 62%;
    max-width: 71%;
    display: block;
    position: absolute;
    top: 710px;
    left: -160px;
  }

  .greylines {
    width: 640px;
    height: 100%;
    font-family: Area;
    position: relative;
  }

  .greylinesholder {
    z-index: 1;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    height: 100%;
    max-height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .ornament1 {
    width: 3px;
    height: 50px;
    position: absolute;
    top: 731px;
    left: -2px;
  }

  .ornament2 {
    width: 3px;
    height: 50px;
    position: absolute;
    top: 349px;
    left: auto;
    right: -2px;
  }

  .heading-27 {
    color: #1a1b1f;
    margin-top: 80px;
    margin-bottom: 15px;
    font-family: Area;
    font-size: 140px;
    font-weight: 400;
    line-height: 62px;
  }

  .leistung-header {
    max-width: 1680px;
    position: static;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 20px;
  }

  .heading-28 {
    margin-top: 20px;
    padding-left: 24px;
    font-size: 22px;
    font-weight: 600;
    line-height: 62px;
  }

  .div-block-26 {
    margin-top: 50px;
  }

  .height {
    height: 400vh;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .image-16 {
    width: 30px;
    margin-right: 16px;
    display: block;
  }

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

  .heading-30 {
    color: #18191d;
    font-family: Helveticanowtext, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
  }

  .containerfull-2.brand {
    z-index: 3;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 40px;
    left: 0;
  }

  .containerfull-2.design {
    z-index: 2;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 40px;
  }

  .redoverlay_desktop {
    width: 100vw;
    height: auto;
    display: block;
    overflow: visible;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .headingleistung {
    color: #b90d1d;
    margin-top: 20px;
    font-family: Area;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }

  .image-18 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    font-family: Area;
    display: block;
  }

  .div-block-28 {
    width: 80px;
    height: 2px;
    margin-left: 18px;
    margin-right: 21px;
  }

  .div-block-29 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-31 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .secnachhaltigesdesign {
    margin-top: auto;
  }

  .container-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .heading-32 {
    color: #464545;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Area;
    font-size: 44px;
    font-weight: 400;
    line-height: 62px;
  }

  .paragraph-3 {
    color: #1a1b1f;
    text-align: center;
    width: 55%;
    margin-bottom: 10px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .buttonholder {
    margin-top: 20px;
  }

  .text-block-4 {
    color: #1a1b1f;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .buttoncd02 {
    width: 350px;
    height: 70px;
    position: relative;
  }

  .guidedownload {
    z-index: 10;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
    position: relative;
  }

  .scrollimagewrapper {
    z-index: 1;
    width: 100%;
    margin-top: 100px;
    padding-top: 200px;
    position: relative;
  }

  .heading-34 {
    color: #1a1b1f;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Area;
    font-size: 180px;
    font-weight: 700;
    line-height: 180px;
  }

  .image-19 {
    z-index: 0;
    background-color: #000;
    margin-top: 0;
    position: relative;
    top: 273px;
  }

  .seccasesgrid {
    z-index: 1;
    background-color: #0000;
    margin-top: 329px;
    padding-top: 65px;
    padding-bottom: 375px;
    position: relative;
  }

  .image-20 {
    z-index: 11;
    display: block;
    position: absolute;
    top: -33px;
  }

  .containerheadline {
    max-width: 1680px;
    margin-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-35 {
    color: #161616;
    margin-left: -10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 120px;
    font-weight: 200;
    line-height: 120px;
  }

  .text-span-7 {
    font-weight: 200;
  }

  .heading-36 {
    color: #b90d1d;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .containercases {
    color: #1a1b1f;
    max-width: 1680px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .quick-stack-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 85px;
  }

  .heading-37 {
    z-index: 100;
    color: #fff;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-right: 0;
    font-family: Barlow, sans-serif;
    font-size: 180px;
    font-weight: 500;
    line-height: 62px;
    position: relative;
  }

  .image-21 {
    z-index: 100;
    position: relative;
  }

  .heading-38 {
    letter-spacing: 3px;
    margin-top: 12px;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .div-block-32 {
    order: 0;
    align-self: center;
    width: 1px;
    height: 90px;
    margin-top: 168px;
    display: block;
    position: relative;
  }

  .paragraph-4 {
    z-index: 10;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    width: 800px;
    margin: 60px auto 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 36px;
    position: relative;
  }

  .div-block-33 {
    margin-top: 116px;
    position: relative;
  }

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

  .seccdnow {
    color: #1a1b1f;
    margin-top: 93px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .heading-39 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Area;
    font-size: 24px;
    line-height: 24px;
  }

  .quick-stack-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 20px 20px 125px;
  }

  .text-block-5 {
    color: #fff;
    font-family: Helveticanowtext, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
  }

  .cell-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 75px;
    display: flex;
  }

  .quick-stack-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .image-22 {
    width: 50%;
    display: block;
  }

  .text-block-6 {
    color: var(--cd-red);
    margin-top: 20px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .circlecenter {
    z-index: 100;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 800px;
    height: 800px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0%;
  }

  .heading-40 {
    text-align: center;
    margin-top: 110px;
    margin-bottom: 10px;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .headingbig {
    z-index: 999;
    color: #fff;
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
    font-family: Area;
    font-size: 70px;
    font-weight: 700;
    line-height: 76px;
    position: relative;
  }

  .div-block-35 {
    color: #1b1c20;
    width: 200px;
    height: 1px;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  .text-block-7 {
    text-align: center;
    margin-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
  }

  .secdiginativ {
    z-index: 99;
    margin-top: 0;
    position: relative;
  }

  .we-are-switching {
    z-index: 998;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 1000px;
    display: flex;
    position: relative;
  }

  .heading-41 {
    color: #b90d1d;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 27px;
    font-family: Area;
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
  }

  .container-4 {
    flex: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .heading-42 {
    color: #fff;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 16px;
    font-family: Area;
    font-size: 170px;
    font-weight: 700;
    line-height: 170px;
    position: relative;
  }

  .date_01, .date_02 {
    position: relative;
    top: auto;
    left: auto;
  }

  .date_03 {
    position: relative;
    top: 0;
    left: auto;
  }

  .date_04 {
    position: relative;
    top: auto;
    left: auto;
  }

  .secabout {
    z-index: 1;
    background-color: #000;
    margin-top: 77px;
    padding-top: 0;
    position: relative;
  }

  .container-5 {
    width: 100%;
    max-width: 1680px;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: auto;
    display: block;
  }

  .heading-45 {
    text-align: left;
    margin-top: 2px;
    margin-bottom: 15px;
    padding-right: 297px;
    font-family: Barlow, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
  }

  .image-32 {
    width: 60%;
    display: block;
  }

  .cell-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 220px;
    display: flex;
  }

  .heading-46 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Barlow, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 62px;
  }

  .container-6 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quick-stack-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 0 0;
  }

  .cell-18 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .image-33 {
    object-fit: fill;
    width: 103%;
  }

  .cell-19 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .heading-47 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Area;
    font-size: 80px;
    font-weight: 100;
    line-height: 99px;
  }

  .text-span-9 {
    font-family: Area;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
  }

  .cell-21 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-48 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-40 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-41 {
    align-items: center;
    display: flex;
  }

  .image-35 {
    margin-top: -3px;
    margin-left: 15px;
    display: block;
  }

  .link-block {
    flex-direction: row;
    align-items: center;
    padding-left: 60px;
    display: flex;
  }

  .heading-49 {
    color: var(--cd-red);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Area;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .secfusionone {
    color: #1a1b1f;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
  }

  .container-9 {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  .heading-50 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Area;
    font-size: 110px;
    font-weight: 100;
    line-height: 110px;
  }

  .text-span-10 {
    font-family: Area;
    font-size: 110px;
    font-weight: 600;
    line-height: 110px;
  }

  .image-36 {
    width: 85%;
    display: block;
    position: absolute;
    top: 68.625px;
    right: 160px;
  }

  .fo_ent {
    width: 300px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: -190px;
    right: 765px;
  }

  .heading-51 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: Area;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
  }

  .secreferenz {
    z-index: 0;
    background-color: #000;
    background-image: url('../images/dots.png');
    background-position: 0 0;
    background-size: auto;
    margin-top: auto;
    padding: 196px 0 0;
    font-size: 16px;
    position: relative;
    top: 298px;
  }

  .cell-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-13 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 20px;
  }

  .footer {
    z-index: 1;
    background-color: #0000;
    height: 100%;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .bg_image {
    z-index: 10;
    height: 100%;
    position: relative;
  }

  .footerdesktop {
    color: #1a1b1f00;
    height: 100%;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .img_wrapper {
    position: relative;
  }

  .quick-stack-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
    position: relative;
    top: 21px;
  }

  .container-10 {
    z-index: 100;
    max-width: 1780px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
    position: relative;
    top: 0;
  }

  .div-block-43 {
    margin-top: 50px;
  }

  .image-38 {
    padding-left: 0;
    display: block;
  }

  .heading-52 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  }

  .heading-53 {
    margin-top: 10px;
  }

  .link-2 {
    display: block;
  }

  .quick-stack-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 20px 20px 34px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .heading-54 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .cell-47 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-3 {
    color: #fff;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    display: block;
  }

  .div-block-44 {
    width: 90%;
    margin-top: 76px;
  }

  .image-39, .image-40, .image-41 {
    width: 60%;
    display: block;
  }

  .image-42 {
    width: 60%;
    font-family: Area;
    font-weight: 400;
  }

  .image-43 {
    width: 60%;
    display: block;
  }

  .heading-56 {
    letter-spacing: -.5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .quick-stack-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 80%;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 20px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .heading-57 {
    margin-top: 79px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }

  .acc_header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .acc_content_p {
    padding: 20px 40px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .acc_wrapper {
    z-index: 100;
    background-image: url('../images/RedPixel_BG_Right.webp');
    background-position: 0 0;
    background-size: cover;
    width: auto;
    height: auto;
    position: absolute;
    top: 222px;
    left: 80px;
  }

  .circle {
    margin-right: 45px;
    top: auto;
    right: auto;
  }

  .acc_wrapper-02 {
    z-index: 100;
    background-image: url('../images/RedPixel_BG_Right.webp');
    background-position: 100% 100%;
    background-size: cover;
    width: auto;
    height: auto;
    position: absolute;
    top: 362px;
    right: 120px;
  }

  .acc_wrapper-03 {
    z-index: 100;
    background-image: url('../images/RedPixel_BG.webp');
    background-position: 0 0;
    background-size: cover;
    width: auto;
    height: auto;
    position: absolute;
    top: 533px;
    left: 321px;
  }

  .div-block-45 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    top: 605px;
    right: 150px;
  }

  .div-block-46 {
    width: 81px;
    height: 2px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
  }

  .heading-59 {
    font-family: Helveticanowtext, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    position: relative;
  }

  .tabheader {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
    font-size: 16px;
    display: flex;
  }

  .text-block-8 {
    text-align: justify;
    padding: 20px 30px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    display: block;
  }

  .image-44 {
    width: 40px;
  }

  .div-block-47 {
    align-self: center;
    padding-right: 10px;
  }

  .sticky {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    margin-bottom: -100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .mover {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
    overflow: visible;
  }

  .flex-offset {
    z-index: 100;
    margin-right: -100vw;
    position: relative;
  }

  .sidescrollwrapper {
    height: 400vh;
    margin-top: -100vh;
    overflow: visible;
  }

  .full-page.is-horizontal-scroll {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: static;
  }

  .fo_wrapper {
    width: 95vw;
    display: block;
    position: absolute;
    top: 201px;
    right: 0;
  }

  .con_subhead {
    width: 1680px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 77px;
    display: block;
    position: relative;
  }

  .quick-stack-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

  .cell-48 {
    color: #1a1b1f;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .container-11 {
    max-width: 940px;
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .cell-49 {
    color: #18191d;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .date_05 {
    position: relative;
    top: auto;
    left: auto;
  }

  .stickyheadline {
    width: 100%;
    height: 180px;
    display: block;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .headlinewrapper {
    width: 85vw;
    height: 40vh;
    position: absolute;
    top: 0;
    overflow: visible;
  }

  .trackprojects {
    width: 100%;
    height: 400vw;
    position: relative;
    overflow: visible;
  }

  .projectcamera {
    color: #18191d;
    width: 100%;
    height: 100vh;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .holder {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    top: 56px;
  }

  .moverheadline {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .navigation-links {
    justify-content: space-between;
    align-items: center;
    min-width: 100vw;
    min-height: 100vh;
    font-size: 75px;
    display: flex;
  }

  .nav_button_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-size: 75px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .lottie-animation {
    width: 60px;
    position: relative;
  }

  .bg_blur {
    opacity: 1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#8f8f8f66, #8f8f8f66);
    background-clip: content-box;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .button_cd_01_dark {
    z-index: 1000;
    color: #1a1b1f;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
  }

  .button_cd_01_light {
    margin-top: 0;
  }

  .projects_button_holder {
    color: #1a1b1f;
    margin-top: 40px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .headlinewrappermain {
    z-index: 1000;
    width: 80%;
    height: 500px;
    position: absolute;
    top: 374px;
    bottom: -200vh;
    overflow: visible;
  }

  .paragraph-6 {
    color: #1a1b1f;
    margin-bottom: 10px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .background-video-3 {
    z-index: 10;
    height: 950px;
  }

  .image-46 {
    float: right;
    clear: both;
    width: 97.5%;
    display: block;
  }

  .container-12 {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .secsttedev2 {
    margin-top: 300px;
    position: relative;
  }

  .image-47 {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .bg_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .img_wrapper_tech {
    width: 120%;
    height: 80%;
    font-size: 16px;
    position: absolute;
    top: 111px;
    left: -166px;
  }

  .quick-stack-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
    position: absolute;
    top: 175px;
  }

  .image-48 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 40%;
    display: block;
  }

  .quick-stack-20 {
    padding: 20px;
  }

  .cell-51 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-52, .cell-53 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block-7 {
    display: block;
  }

  .cell-54, .cell-55 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-block-8 {
    display: block;
  }

  .cell-56, .cell-57, .cell-58, .cell-59, .cell-60, .cell-61 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-block-9 {
    font-family: Area;
    font-weight: 400;
  }

  .div-block-50 {
    font-family: Area;
  }

  .image-49 {
    display: block;
  }

  .quick-stack-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .cell-62 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-63, .cell-64 {
    color: #1a1b1f;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .quick-stack-22 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .cell-65 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-50, .image-51 {
    display: block;
  }

  .cell-66 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-52 {
    display: block;
  }

  .image-53 {
    color: #1a1b1f;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  .cell-67 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .image-54 {
    width: 35%;
    margin-top: 19px;
    display: block;
  }

  .quick-stack-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 20px 20px;
  }

  .cell-68, .cell-69 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-70 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .cell-71 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .cell-72 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-73, .cell-74, .cell-75 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .redoverlay_tablet {
    width: 100vw;
    height: auto;
    display: none;
    overflow: visible;
  }

  .redoverlaywrapper {
    z-index: 100;
    width: 350px;
    min-width: 350px;
    height: 1000px;
    min-height: 700px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .headoverlaydesktop {
    width: 95%;
    position: absolute;
    top: 8px;
    right: 9px;
  }

  .image-56 {
    z-index: 2;
    position: absolute;
    top: 0;
  }

  .heading-60 {
    font-size: 120px;
  }

  .heading-61 {
    color: var(--white);
    width: 80%;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 125px;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 130px;
  }

  .heading-62 {
    margin-bottom: 0;
    margin-left: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 52px;
  }

  .column {
    display: flex;
  }

  .image-57 {
    width: 30%;
    margin-top: 0;
    display: none;
    position: absolute;
    top: 399px;
    left: -10px;
  }

  .div-block-51 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }

  .heading-63, .heading-64 {
    text-align: center;
    margin-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 60px;
    line-height: 52px;
  }

  .heading-65 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .heading-66 {
    margin-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 60px;
    line-height: 52px;
  }

  .div-block-52 {
    margin-bottom: 40px;
    position: relative;
  }

  .columns {
    margin-top: 80px;
  }

  .paragraph-7 {
    width: 100%;
    font-family: Suisseintl, Verdana, sans-serif;
  }

  .wrapper_stripes {
    z-index: 0;
    width: 800px;
    min-width: 800px;
    height: 800px;
    position: absolute;
    top: -246px;
    left: auto;
    right: 0;
    transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
  }

  .image-58 {
    width: 700px;
    display: none;
  }

  .column-2 {
    padding-left: 0;
  }

  .image-59, .image-60, .image-61, .image-62 {
    width: 60%;
  }

  .heading-67 {
    color: #1a1b1f;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 500;
    left: 140px;
  }

  .heading-68 {
    color: #b90d1d;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 54px;
    left: 15px;
  }

  .heading-69 {
    color: #1a1b1f;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 54px;
    left: 91px;
  }

  .column-3 {
    margin-top: -59px;
    right: -118px;
  }

  .paragraph-8 {
    text-align: left;
    margin-top: 89px;
    padding-left: 0;
    padding-right: 0;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .columns-2 {
    margin-top: 50px;
  }

  .background-lines {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .line-1 {
    background-color: var(--black);
    opacity: .2;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 25%;
  }

  .line {
    background-color: var(--black);
    opacity: .1;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 25%;
  }

  .line-3 {
    background-color: var(--black);
    opacity: .1;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 75%;
  }

  .line-2 {
    background-color: var(--black);
    opacity: .1;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 50%;
  }

  .sectionknowhow {
    margin-top: 180px;
    position: relative;
  }

  .div-block-53 {
    border-bottom: 2px solid #b90d1d;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-70 {
    text-align: right;
    flex: 1;
    font-family: Trial Rooftopmono, Verdana, sans-serif;
  }

  .heading-71 {
    text-align: left;
    flex: 1;
    font-family: Trial Rooftopmono, Verdana, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .h1-marken {
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
  }

  .leistungakkordion {
    z-index: 1000;
    text-align: right;
    vertical-align: baseline;
    width: 100%;
    overflow: hidden;
  }

  .akkordionleistungtoggle {
    z-index: 100;
    border-bottom: 0 #b90d1d;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .text-block-9 {
    letter-spacing: -1px;
    font-family: Trial Rooftopmono, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .sectiondna {
    margin-top: 120px;
    position: relative;
  }

  .bigheadlinedekor {
    color: var(--cd-red);
    font-family: Trial Rooftop Book, Verdana, sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 130px;
  }

  .bigheadlinedekorbl {
    font-family: Trial Rooftop Book, Verdana, sans-serif;
    font-size: 120px;
    font-weight: 500;
    line-height: 130px;
  }

  .image-63 {
    z-index: 0;
    width: 800px;
    display: none;
    position: absolute;
    top: -405px;
    right: -210px;
  }

  .div-block-54 {
    background-color: #e5e5e5;
    flex-flow: column;
    width: 100%;
    height: 600px;
    margin-top: 200px;
    display: flex;
    position: relative;
  }

  .heading-72 {
    color: #cbcbcb;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-top: 185px;
    font-family: Barlow, sans-serif;
    font-size: 180px;
    font-weight: 300;
    position: relative;
    top: 16px;
    left: 0;
  }

  .heading-73 {
    color: #b90d1d;
    font-family: Barlow, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-55 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-56 {
    background-color: #b90d1d;
    width: 18px;
    max-width: 25px;
    height: 18px;
    max-height: 25px;
    margin-top: 10px;
    margin-left: 36px;
    margin-right: 14px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-64 {
    width: 100%;
    max-width: 100%;
    display: none;
    position: absolute;
    top: 100px;
    left: -15px;
    transform: rotate(-34deg);
  }

  .sectioncases {
    text-align: left;
    background-image: linear-gradient(90deg, #000, #202020 50%, #000);
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .heading-74 {
    color: var(--cd-red);
    font-family: Barlow, sans-serif;
    font-size: 62px;
    font-weight: 300;
    position: relative;
  }

  .heading-74-copy {
    opacity: .13;
    color: var(--white);
    font-family: Barlow, sans-serif;
    font-size: 180px;
    font-weight: 600;
    position: absolute;
    top: -32px;
    left: -140px;
  }

  .heading-75 {
    opacity: 1;
    color: #fff;
    text-align: left;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    line-height: 62px;
    position: relative;
  }

  .paragraph-9 {
    color: #fff;
    padding-right: 141px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-57 {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #c0a8aa00;
    border: 1px #ffffff4f;
    border-radius: 0 7px 7px 0;
    width: 100%;
    margin-top: 0;
    padding: 30px 30px 30px 224px;
    position: relative;
    left: auto;
    right: auto;
  }

  .div-block-57.prod-links-con {
    background-color: #b90d1d00;
  }

  .heading-76 {
    color: #000;
    margin-bottom: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-77 {
    color: #fff;
    margin-top: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-weight: 400;
    line-height: 44px;
  }

  .paragraph-10 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    padding-right: 99px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .image-65 {
    width: 80%;
    position: absolute;
    top: -126px;
  }

  .image-66 {
    z-index: 0;
    width: 100%;
    display: none;
    position: absolute;
    top: 229.292px;
    left: 140px;
    transform: rotate(180deg);
  }

  .image-67 {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: -167px;
    right: -268px;
  }

  .container-large-2 {
    max-width: 1680px;
    margin-top: 218px;
    padding-top: 0;
    display: block;
    position: relative;
    left: 0;
  }

  .heading-74-copy {
    color: var(--cd-red);
    font-family: Barlow, sans-serif;
    font-size: 70px;
    font-weight: 300;
    position: relative;
  }

  .heading-75-copy2 {
    opacity: 1;
    color: #b90d1d;
    text-align: right;
    font-family: Barlow, sans-serif;
    font-size: 62px;
    font-weight: 300;
    position: relative;
    bottom: 0;
    right: 64px;
  }

  .heading-74-copy-copy2 {
    opacity: .13;
    color: var(--white);
    font-family: Barlow, sans-serif;
    font-size: 180px;
    font-weight: 600;
    position: absolute;
    top: -32px;
    left: auto;
    right: -146px;
  }

  .zahl-03 {
    opacity: .13;
    color: var(--white);
    font-family: Barlow, sans-serif;
    font-size: 135px;
    font-weight: 600;
    position: absolute;
    top: -32px;
    left: -95px;
  }

  .heading-case-2 {
    opacity: 1;
    color: #fff;
    text-align: left;
    margin-left: 10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 62px;
    position: relative;
  }

  .paragraph-9-copy {
    color: #fff;
    text-align: left;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 25px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .image-65-copy {
    width: 80%;
    position: absolute;
    top: -109px;
    right: -6px;
  }

  .image-68 {
    margin-top: 180px;
    position: relative;
  }

  .div-block-58 {
    margin-top: 0;
    position: relative;
  }

  .div-block-59 {
    background-color: #000;
    width: 100%;
    position: absolute;
    top: 313px;
    left: 0;
  }

  .columns-3 {
    margin-top: 280px;
  }

  .heading-78 {
    color: #fff;
    margin-top: -167px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 62px;
    line-height: 80px;
  }

  .image-69 {
    z-index: 2;
    width: 105%;
    max-width: 105%;
    position: relative;
    left: -6px;
  }

  .sectioncases2 {
    z-index: 1;
    background-color: #eee;
    height: 100%;
    padding-top: 0;
    top: 571px;
  }

  .div-block-60 {
    background-color: #000;
    height: 100%;
    margin-top: 380px;
    padding-top: 0;
    padding-bottom: 199px;
    position: relative;
  }

  .image-70 {
    z-index: 10;
    width: 1150px;
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
  }

  .image-71 {
    z-index: 200;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .div-block-61 {
    z-index: 1;
    background-image: linear-gradient(#000, #000);
    height: 100%;
    margin-top: 0;
    padding-bottom: 168px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .div-block-62 {
    z-index: 10;
    background-color: #fff;
    width: 5000px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: -147px;
    transform: rotate(-7deg);
  }

  .heading-79 {
    color: #b90d1d;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 30px;
  }

  .div-block-63 {
    z-index: 1;
    background-image: linear-gradient(90deg, #000, #2b2b2b 50%, #000);
    margin-top: -172px;
    margin-bottom: 29px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: 0;
  }

  .div-block-64 {
    flex-flow: column;
    height: 1100px;
    margin-top: 100px;
    padding-top: 0;
    display: flex;
    position: relative;
    top: -74px;
  }

  .image-72 {
    width: 100%;
    height: 1150px;
    position: absolute;
  }

  .div-block-65 {
    background-color: #0000005e;
    width: 100%;
    height: 105%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .div-block-66 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .heading-80 {
    color: #fff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 44px;
    line-height: 44px;
  }

  .paragraph-11 {
    color: var(--white);
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .slider-2 {
    background-color: #ab747400;
    height: 100%;
    margin-bottom: 200px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-67 {
    background-color: #dadada;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 407px;
    margin-top: 14px;
    padding-top: 30px;
    padding-left: 70px;
    position: relative;
    top: 13px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-81 {
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 54px;
    font-weight: 300;
  }

  .heading-82 {
    text-align: right;
    padding-right: 20px;
    font-family: Barlow, sans-serif;
    font-size: 80px;
    display: block;
    position: absolute;
    top: 218px;
    bottom: 85px;
    right: 76px;
  }

  .heading-83 {
    text-align: right;
    padding-right: 30px;
    font-family: Barlow, sans-serif;
    font-size: 40px;
    display: block;
    position: absolute;
    top: 298px;
    bottom: 10px;
    right: 4px;
  }

  .paragraph-12 {
    text-align: justify;
    padding-right: 190px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .slide-nav {
    display: none;
  }

  .div-block-68 {
    background-color: #b90d1d;
    width: 1px;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: auto 84px 56px auto;
    transform: rotate(45deg);
  }

  .div-block-69 {
    background-color: #dadada;
    border-radius: 10px;
    width: 101%;
    margin-top: 35px;
    margin-left: -.5%;
    padding: 30px 30px 30px 50px;
  }

  .image-73 {
    width: 100%;
    margin-top: auto;
  }

  .columns-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-84 {
    color: #b90d1d;
    margin-bottom: 20px;
    padding-left: 0;
    font-family: Barlow, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .list-item-4, .list-item-5 {
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 300;
    list-style-type: square;
  }

  .list {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .list-2, .list-3 {
    margin-top: 10px;
  }

  .div-block-70 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height: 70px;
    padding: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .heading-85 {
    color: var(--cd-red);
    margin-top: 10px;
    padding-left: 40px;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-71 {
    max-width: 860px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    top: -67px;
  }

  .heading-86 {
    text-align: center;
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .paragraph-13 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .btn-sizer {
    width: 350px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-74 {
    width: 98%;
    position: relative;
    inset: -3px -2% auto auto;
  }

  .image-75 {
    margin-top: -228px;
    top: -65px;
  }

  .content_sec {
    background-color: #000;
    background-image: none;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-72 {
    background-color: #b90d1d;
    width: 140px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    bottom: -23px;
  }

  .div-block-73 {
    position: relative;
    top: auto;
    bottom: -158px;
    left: -30px;
  }

  .image-76 {
    width: 100vw;
    max-width: none;
    position: absolute;
    top: -43px;
    left: 0;
    transform: none;
  }

  .container-large-custom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1680px;
    max-width: 1680px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .columns-5 {
    width: 100%;
    position: relative;
  }

  .heading-87 {
    color: #b90d1d;
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 80px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 22px;
  }

  .heading-88 {
    color: #a7a7a7;
    margin-top: 10px;
    margin-left: -10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 74px;
    font-weight: 200;
    line-height: 78px;
  }

  .paragraph-14 {
    color: #fff;
    width: 60%;
    margin-top: 40px;
    padding-right: 302px;
    font-size: 16px;
  }

  .image-77 {
    z-index: 0;
    border-radius: 10px;
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    position: absolute;
    left: auto;
    right: 0;
  }

  .column-6 {
    z-index: 1;
  }

  .div-block-74 {
    width: 120%;
    margin-top: 95px;
  }

  .div-block-75 {
    background-color: #515151;
    border-radius: 12px;
  }

  .div-block-75-copy {
    background-color: #515151;
    border-radius: 12px;
    margin-top: 20px;
  }

  .div-block-76 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #b0b0b099;
    border-radius: 15px;
    width: 600px;
    height: 325px;
    margin-left: 15px;
    position: absolute;
    top: auto;
    bottom: 87px;
    left: -8px;
  }

  .div-block-77 {
    z-index: 0;
    background-color: #3a292900;
    height: 500px;
    margin-top: 0;
    position: relative;
  }

  .image-78 {
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .slider-3 {
    height: 100%;
  }

  .heading-89 {
    color: var(--cd-red);
    text-align: right;
    flex-flow: wrap;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    display: flex;
  }

  .heading-90 {
    color: #fff;
    flex: 0 auto;
    margin-top: 0;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    line-height: 30px;
  }

  .div-block-78 {
    flex-flow: column;
    margin-top: auto;
    display: flex;
    position: absolute;
    inset: 40px auto auto -60px;
  }

  .heading-89-copy {
    color: var(--white);
    text-align: right;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    display: flex;
  }

  .columns-6 {
    line-height: 18px;
  }

  .slide-nav-2 {
    color: #b90d1d;
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 200px;
    height: 600px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    font-size: 80px;
    display: flex;
    inset: 7% 5% auto auto;
  }

  .heading-91 {
    opacity: 1;
    color: #b90d1d;
    mix-blend-mode: color-dodge;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    font-size: 180px;
    font-weight: 500;
  }

  .columns-7 {
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    top: 715px;
  }

  .heading-92 {
    color: #fff;
    margin-top: 10px;
    padding-left: 15px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
  }

  .paragraph-15 {
    color: #fff;
    padding-left: 16px;
    padding-right: 121px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-weight: 300;
    line-height: 28px;
  }

  .image-79 {
    z-index: 1000;
    width: 90%;
    margin-top: -394px;
    position: relative;
    right: -75px;
  }

  .about {
    z-index: 0;
    background-color: #000;
    background-image: none;
    margin-top: -292px;
    margin-bottom: -103px;
    padding-top: 126px;
    padding-bottom: 200px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .image-80 {
    z-index: 10;
    width: 30%;
    margin-top: 0;
    position: absolute;
    top: 168px;
    bottom: auto;
    overflow: visible;
    transform: rotate(-20deg);
  }

  .container-extralarge {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1860px;
    max-width: 1860px;
    height: 100%;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .div-block-80 {
    width: 100%;
    height: 100%;
    margin-top: 200px;
    position: relative;
  }

  .div-block-81 {
    z-index: 1;
    background-color: #000;
    margin-top: -206px;
    padding-top: 0;
    position: relative;
  }

  .image-81 {
    width: 100%;
    height: auto;
    position: absolute;
  }

  .image-82 {
    width: 100%;
    height: 100%;
  }

  .div-block-82 {
    z-index: 50;
    width: 795px;
    height: 300px;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 39px;
    right: 0;
  }

  .heading-93 {
    color: #fff;
    text-align: left;
    width: 400px;
    padding-right: 0;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: none;
    position: absolute;
    top: 26px;
    right: 60px;
  }

  .image-83 {
    width: 100%;
    display: none;
    transform: rotate(156deg);
  }

  .container-intro {
    z-index: 100;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1680px;
    max-width: 1680px;
    height: 100%;
    margin-top: 175px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .text-span-11, .text-span-12 {
    color: #b90d1d;
  }

  .image-84 {
    width: 10%;
    position: absolute;
    top: -14px;
    right: 0;
  }

  .div-block-83 {
    position: relative;
  }

  .div-block-84 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .div-block-85 {
    margin-top: 0;
    position: relative;
    left: -75px;
  }

  .column-7 {
    margin-top: 198px;
  }

  .image-85 {
    width: 95%;
    position: absolute;
    top: 235.115px;
    left: -8px;
  }

  .div-block-86 {
    margin-top: 70px;
  }

  .leistungcontent {
    z-index: 101;
    background-color: #ddd0;
    display: block;
    position: relative;
  }

  .image-86 {
    order: 1;
    width: 30px;
    position: absolute;
    right: 0;
    overflow: visible;
  }

  .div-block-87 {
    order: 1;
    width: 35px;
    height: 35px;
    margin-right: 0;
    position: absolute;
    right: 0;
  }

  .leistungakkordeonicon {
    width: 20px;
    position: absolute;
    top: 5px;
    left: 10px;
    right: 5px;
  }

  .div-block-88 {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-89 {
    height: 380px;
    padding-left: 200px;
    position: relative;
  }

  .akkordionimage {
    display: none;
    position: absolute;
    top: -70px;
  }

  .column-8 {
    padding-left: 50px;
  }

  .akkordioncontentholder {
    text-align: left;
    margin-top: 35px;
  }

  .heading-94 {
    color: #b90d1d;
    margin-left: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .image-67-copy {
    width: 150%;
    max-width: 150%;
    position: relative;
    left: -211px;
  }

  .code-embed {
    z-index: 100;
    width: 550px;
    position: absolute;
    top: 115px;
    left: 115px;
  }

  .div-block-90 {
    background-image: linear-gradient(#000 65%, #05050500);
    width: 100%;
    height: 300px;
    position: relative;
    top: -287px;
  }

  .image-67-copy {
    width: 75%;
    max-width: 75%;
    position: relative;
    top: -289px;
    left: 0;
  }

  .container-large-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1680px;
    max-width: 1680px;
    height: 100%;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .list-project-1 {
    margin-top: 10px;
    padding-left: 40px;
  }

  .code-embed-2 {
    margin-left: 0;
    margin-right: 0;
    position: static;
    inset: 0% -25% -25% -12.5%;
  }

  .image_red_03 {
    z-index: 0;
    width: 1100px;
    max-width: none;
    position: absolute;
    top: -602px;
    left: auto;
    right: -276px;
    transform: none;
  }

  .zahl-04 {
    opacity: .13;
    color: var(--white);
    font-family: Barlow, sans-serif;
    font-size: 135px;
    font-weight: 600;
    position: absolute;
    top: -32px;
    left: auto;
    right: -43px;
  }

  .zahl-01 {
    opacity: .13;
    color: var(--white);
    font-family: Barlow, sans-serif;
    font-size: 135px;
    font-weight: 600;
    position: absolute;
    top: -32px;
    left: -91px;
  }

  .zahl-02 {
    opacity: .13;
    color: var(--white);
    font-family: Barlow, sans-serif;
    font-size: 135px;
    font-weight: 600;
    position: absolute;
    top: -32px;
    left: auto;
    right: -40px;
  }

  .image-87 {
    width: 1000px;
    max-width: none;
    position: absolute;
    top: -220px;
    left: -210px;
  }

  .image01-feature {
    width: 140%;
    max-width: 140%;
    position: relative;
    top: 29px;
    left: -166px;
    right: 0;
  }

  .image02-feature {
    width: 140%;
    max-width: 137%;
    position: relative;
    top: 0;
    left: -71px;
  }

  .image04-feature {
    width: 120%;
    max-width: 120%;
    display: block;
    position: relative;
    top: -141px;
    left: -122px;
  }

  .image03-feature {
    width: 120%;
    max-width: 120%;
    position: relative;
    top: 0;
    right: 106px;
  }

  .div-block-91 {
    z-index: 1000;
    background-image: linear-gradient(#0000, #000 64%, #0000 101%);
    height: 300px;
    position: relative;
    top: -160px;
  }

  .code-embed-3 {
    position: relative;
    top: -15px;
  }

  .textslidercontainer {
    z-index: 100;
    background-color: #fff;
    width: 110%;
    margin-top: 321px;
    position: relative;
    top: -130px;
    left: -20px;
    overflow: hidden;
    transform: rotate(-7deg);
  }

  .innerslider {
    z-index: 100;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    display: flex;
    position: relative;
  }

  .heading-95 {
    color: var(--cd-red);
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 50px;
    display: inline-block;
  }

  .projectframe {
    flex-flow: row;
    height: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .projectitem {
    flex: none;
    width: 100%;
    height: 100vh;
    padding-left: 150px;
    padding-right: 150px;
    position: relative;
    top: -100px;
  }

  .image-88 {
    width: 50px;
    margin-top: -8px;
    margin-bottom: -10px;
    margin-left: 0;
  }

  .column-9 {
    left: 105px;
  }

  .heading-96 {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Barlow, sans-serif;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .div-block-92 {
    width: 230px;
    position: absolute;
    bottom: -47px;
    left: 50px;
  }

  .heading-97 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    position: relative;
  }

  .link-4 {
    color: #fff;
    margin-top: 15px;
    font-family: Barlow, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .link-5 {
    color: #fff;
    font-family: Barlow, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .slide {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .mask {
    z-index: 1;
    width: 70vw;
    height: 900px;
    top: auto;
    left: auto;
    right: 0;
    overflow: hidden;
  }

  .slider-4 {
    z-index: 1;
    background-color: #ddd0;
    width: 65vw;
    height: 900px;
    left: -70px;
    right: 0;
    overflow: visible;
  }

  .column-10 {
    z-index: 0;
    height: 800px;
  }

  .slide-nav-3 {
    display: none;
  }

  .left-arrow {
    z-index: 1000;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border: 1px solid #b90d1d;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 70px;
    display: flex;
    inset: auto auto 463px -90px;
    overflow: visible;
  }

  .left-arrow.hov-arrow {
    transition: background-color .2s;
    bottom: auto;
    left: -298px;
    right: auto;
  }

  .left-arrow.hov-arrow:hover {
    background-color: #49494973;
  }

  .right-arrow {
    background-color: #fff0;
    border: 1px solid #b90d1d;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 70px;
    display: flex;
    inset: auto auto 461px -241px;
    overflow: visible;
  }

  .right-arrow.hov-arrow {
    width: 130px;
    transition: background-color .2s;
    bottom: auto;
    left: -445px;
    right: auto;
  }

  .right-arrow.hov-arrow:hover {
    background-color: #49494973;
  }

  .slide-2 {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }

  .image-89 {
    width: 70%;
    height: auto;
    display: none;
  }

  .image-90 {
    width: 80%;
    display: none;
  }

  .column-11 {
    z-index: 100;
    position: absolute;
    top: -321px;
  }

  .column-12 {
    position: absolute;
    top: -273px;
    right: 0;
  }

  .slide-3 {
    z-index: 10;
    background-color: #000;
    padding-bottom: 50px;
  }

  .image-91 {
    width: 80%;
    margin-left: 5px;
  }

  .code-embed-4 {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 600px;
    right: 100px;
  }

  .image-92 {
    z-index: 100;
    width: 60%;
    position: absolute;
    top: auto;
    bottom: -331px;
    right: -129px;
  }

  .image-93 {
    width: 70%;
  }

  .slider-5 {
    width: 100%;
    height: 480px;
  }

  .slide-nav-4 {
    width: 100%;
    display: none;
    inset: 0% 0% auto 100%;
  }

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

  .mask-2 {
    width: 100%;
  }

  .slide-4, .slide-5 {
    width: 25%;
  }

  .slider-6 {
    height: 150px;
  }

  .slide-nav-5, .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .image-94, .mask-3 {
    width: 100%;
  }

  .slider-navigation {
    z-index: 0;
    flex-flow: row;
    justify-content: space-between;
    width: 600px;
    height: 100px;
    display: flex;
    position: absolute;
    inset: 159px -62% auto auto;
  }

  .slider-navigation.default {
    z-index: 5;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    opacity: 0;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 600px;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    top: 155px;
    right: -62%;
  }

  .slider-7 {
    background-color: #ddd0;
    width: 1000px;
    height: 800px;
  }

  .slide-nav-6 {
    height: 100px;
  }

  .slider-thumb-wrap {
    width: 200px;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .slider-thumb-image {
    width: 100%;
  }

  .right-arrow-4 {
    border: 2px #b90d1d;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    top: 250px;
    right: -407px;
  }

  .left-arrow-4 {
    border: 2px #b90d1d;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    top: 250px;
    left: 1030px;
    right: -231px;
  }

  .image-95 {
    width: 100%;
    height: auto;
  }

  .div-block-93 {
    z-index: 10;
    width: auto;
    height: auto;
    position: absolute;
    inset: 372.057px 50px 103px auto;
  }

  .container-mediumlarge {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1760px;
    max-width: 1860px;
    height: 100%;
    margin-top: 191px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .image-96 {
    width: 740px;
    position: relative;
    top: auto;
    right: 47px;
  }

  .div-block-94 {
    width: 600px;
    padding-right: 0;
    position: absolute;
    top: 124px;
    left: 23px;
  }

  .heading-98 {
    color: #fff;
    margin-top: 15px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 300;
  }

  .text-span-13 {
    font-weight: 500;
  }

  .paragraph-16 {
    color: #fff;
    text-align: justify;
    padding-right: 88px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-99 {
    color: #fff;
    font-family: Barlow, sans-serif;
    font-weight: 600;
  }

  .image-97 {
    width: 60px;
    margin-top: 13px;
    position: relative;
    top: 0;
    left: -43px;
  }

  .image-98 {
    width: 40%;
    margin-top: 10px;
    transform: rotate(-180deg);
  }

  .image-99 {
    width: 40%;
    top: auto;
  }

  .link-block-10 {
    width: 250px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .link-block-11 {
    width: 100%;
    height: 220px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .frischluft {
    background-image: url('../images/Frischluft.jpg');
    background-position: 100%;
    background-size: cover;
    height: 100vh;
    margin-top: 300px;
  }

  .image-100 {
    width: 50%;
    position: relative;
    left: -15px;
  }

  .heading-100 {
    color: #deff00;
    font-family: Barlow, sans-serif;
    display: inline-block;
  }

  .image-101 {
    width: 18px;
    margin-top: -3px;
    margin-left: 17px;
    display: inline-block;
  }

  .image-102 {
    width: 90%;
    display: none;
    position: absolute;
    bottom: -261px;
    left: -126px;
  }

  .h-frischluft {
    color: #deff00;
    margin-top: 30px;
    padding-right: 80px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 22px;
  }

  .mask-4 {
    height: 1250px;
  }

  .right-arrow-5, .left-arrow-5 {
    display: block;
  }

  .div-block-98 {
    z-index: 0;
    background-color: #000;
    height: 150px;
    position: relative;
    top: -648px;
  }

  .columns-9 {
    margin-top: 149px;
  }

  .column-16 {
    padding-right: 65px;
  }

  .containercases-mobile {
    color: #1a1b1f;
    max-width: 1680px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    font-family: Area;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .columns-item-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .columnitemmobleft, .columnitemmobright {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-102 {
    z-index: 100;
    color: #fff;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 22px;
    position: absolute;
    top: 57px;
    left: 141px;
  }

  .div-block-99 {
    z-index: 100;
    background-color: #b90d1d;
    width: 150px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 115px;
    left: 140px;
  }

  .columns-10 {
    width: 100%;
    margin-top: -45px;
    padding-left: 173px;
    padding-right: 154px;
  }

  .heading-103 {
    color: #fff;
    margin-top: 0;
    font-family: Trial Rooftopmono, Verdana, sans-serif;
    font-size: 22px;
  }

  .paragraph-17 {
    color: #fff;
    text-align: justify;
    font-family: Trial Rooftopmono, Verdana, sans-serif;
    font-size: 14px;
  }

  .link-ringconn {
    top: 0;
  }

  .linkringconntext {
    color: #b90d1d;
    font-family: Barlow, sans-serif;
    display: inline-block;
  }

  .div-block-100 {
    bottom: -50px;
  }

  .heading-89-red {
    color: var(--white);
    text-align: right;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    display: flex;
  }

  .heading-90-red {
    color: #fff;
    flex: 0 auto;
    margin-top: 0;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    line-height: 30px;
  }

  .columns-12 {
    width: 100%;
  }

  .column-18 {
    margin-top: 224px;
  }

  .image-103 {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .code-embed-5 {
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -214px;
    right: 292px;
  }

  .column-19 {
    top: 194px;
  }

  .column-27 {
    top: -172px;
  }

  .videodesktoplarge {
    display: block;
  }

  .headoverlaytablet {
    width: 95%;
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .div-block-103 {
    display: none;
  }

  .headingcopycenter {
    margin-top: 143px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .videodesktopsmall {
    display: none;
  }

  .link-block-13 {
    width: 100%;
  }

  .klammer_unten, .klammer_oben {
    margin-left: 0;
    margin-right: 0;
    position: static;
    inset: 0% -25% -25% -12.5%;
  }

  .code-embed-6 {
    z-index: 0;
    width: 600px;
    height: 600px;
    display: block;
    position: absolute;
    top: -5px;
    left: -49px;
  }

  .code-embed-7 {
    width: 100%;
    position: absolute;
    bottom: -498px;
    left: -289px;
  }

  ._3d-objekt-2 {
    z-index: 0;
    width: 600px;
    height: 480px;
    display: block;
    position: absolute;
    top: -287px;
    left: 1px;
    right: 67.547px;
  }

  .lottie-animation-2 {
    width: 90%;
    max-width: 900px;
    margin-top: 35px;
    top: -77px;
  }

  .lottie-animation-3 {
    width: 50%;
    position: absolute;
    top: -906px;
    left: 0;
    right: auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
  }

  .lottie-animation-4 {
    width: 100%;
    position: absolute;
    top: 209px;
    left: auto;
    right: -85px;
  }

  .lottie-animation-5 {
    top: -318px;
    right: -133px;
  }

  .lottie-animation-6 {
    width: 44%;
    top: 337px;
  }

  .lottie-animation-7 {
    width: 55%;
    top: -203px;
  }

  .lottie-animation-8 {
    width: 100%;
    top: -28px;
  }

  .lottie-animation-9 {
    top: 388.844px;
    left: -40px;
  }

  .spline-scene {
    height: 900px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .heading-104 {
    font-size: 52px;
    font-weight: 300;
  }

  .div-block-104 {
    top: -163px;
    left: 10px;
  }

  .image-104 {
    filter: grayscale();
    mix-blend-mode: normal;
    margin-top: -17px;
  }

  .code-embed-8 {
    position: relative;
    left: -25px;
  }

  .div-block-105 {
    position: relative;
    left: -15px;
  }

  .image-105 {
    z-index: 10;
    display: block;
    top: -213px;
  }

  .cta-bg-masked {
    filter: drop-shadow(0 2px 5px #000000b3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background-color: #4949493d;
    width: 110%;
    max-width: 110%;
    height: 500px;
    top: -10px;
    left: -20px;
  }

  .code-embed-9 {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-height: 1100px;
    top: -90px;
  }

  .code-embed-10 {
    position: absolute;
    top: -69px;
  }

  .codeimageakkordeon {
    z-index: 1;
    width: 100%;
    height: auto;
    position: absolute;
    top: -70px;
    left: -23px;
    overflow: visible;
  }

  .column-43 {
    padding: 0 10px;
    overflow: visible;
  }

  .div-block-106 {
    z-index: 0;
    border-bottom: 1px solid #b90d1d;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
  }

  .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-15 {
    font-size: 30px;
    font-weight: 500;
  }

  .div-block-107 {
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 14px;
    position: absolute;
    top: -96px;
    left: 10px;
  }

  .text-block-10 {
    color: #fff;
    text-align: left;
    padding-right: 0;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
    font-weight: 500;
  }

  .link-6 {
    color: #fff;
    margin-top: 8px;
    text-decoration: none;
  }

  .link-7 {
    color: #fff;
    text-decoration: none;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .tc_img {
    width: 120%;
    max-width: 120%;
    position: absolute;
    left: 30px;
  }

  .linktcblock {
    top: auto;
    bottom: -50px;
  }

  .image-107 {
    border-radius: 8px;
    width: 100%;
  }

  .image-108 {
    width: 100%;
  }

  .link-8 {
    color: #fff;
    text-decoration: none;
  }

  .image-109, .image-110 {
    width: 60%;
    margin-left: 0;
  }

  .image-111 {
    width: 30%;
  }

  .div-block-108 {
    margin-top: 23px;
  }

  .columns-22 {
    float: left;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 60%;
    display: flex;
    position: relative;
    left: -7px;
  }

  .column-48 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-112 {
    width: 100%;
    margin-left: 0;
    left: auto;
  }

  .image-113 {
    width: 100%;
    margin-left: 0;
  }

  .image-114 {
    width: 60%;
    margin-top: 2px;
    top: -47px;
  }

  .div-block-109 {
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 auto;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 78px;
    left: -22px;
  }

  .innerline {
    opacity: 1;
    background-color: #e3e3e300;
    border: 1px solid #b90d1d;
    border-radius: 7px;
    margin-top: 40px;
    padding: 30px 0 30px 30px;
    position: absolute;
    top: -34px;
    left: 7.5px;
  }

  .heading-105-copy {
    font-family: Suisseintl, Verdana, sans-serif;
  }

  .image02 {
    width: 130%;
    position: absolute;
    top: -115px;
    right: -165px;
  }

  .div-block-112 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #dfdfdf82;
  }

  .image03 {
    width: 150px;
    max-width: 90%;
    position: absolute;
    top: auto;
    bottom: 13px;
    right: -9px;
  }

  .div-block-113 {
    z-index: 100;
    background-color: #000;
    height: 1300px;
    position: relative;
  }

  .code-embed-11 {
    color: #fff;
  }

  .image01 {
    width: 180px;
    max-width: 160%;
    position: absolute;
    top: -52px;
    right: -34px;
  }

  .content_holder {
    box-shadow: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 900px;
    height: 100%;
    margin-top: 50px;
    position: relative;
    left: -230px;
  }

  .div-block-115 {
    right: 0;
  }

  .image-115 {
    width: 100%;
  }

  .content_holder_right {
    float: right;
    box-shadow: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 800px;
    height: 220px;
    margin-top: 40px;
    padding-left: 0;
    left: auto;
    right: -100px;
  }

  .div-block-116 {
    background-color: #0000;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .code-embed-12 {
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .spline-scene-2 {
    z-index: -1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: relative;
    top: 38px;
  }

  .image-116 {
    position: absolute;
    left: 214px;
  }

  .image-117 {
    z-index: 10000;
    width: 60px;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .image-117-copy {
    z-index: 10000;
    width: 60px;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    transform: rotate(180deg);
  }

  .div-block-117 {
    width: 100%;
    padding-left: 180px;
  }

  .div-block-118 {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: -6px;
  }

  .link-block-14 {
    text-align: left;
  }

  .div-block-57-right {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #ad848800;
    border: 1px #ffffff4f;
    border-radius: 7px 0 0 7px;
    width: 100%;
    height: 105%;
    margin-top: 0;
    padding: 20px 171px 30px 40px;
    position: relative;
    left: auto;
    right: auto;
  }

  .div-block-57-right.prod-rechts-con {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #b90d1d00;
  }

  .code-embed-13 {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0;
  }

  .div-block-120 {
    z-index: 1000;
    height: 400px;
    margin-bottom: -223px;
    position: relative;
    top: -313px;
    overflow: hidden;
  }

  .image04 {
    width: 240px;
    max-width: 100%;
    position: absolute;
    top: 91px;
    right: 6px;
  }

  .div-block-121 {
    height: auto;
    top: -241px;
  }

  .columns-23 {
    position: relative;
    top: -56px;
  }

  .heading-106 {
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .div-block-122 {
    position: relative;
    top: 188px;
  }

  .heading-107 {
    margin-top: 10px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
  }

  .image-118 {
    width: 85%;
    margin-left: -15px;
  }

  .image-119 {
    width: 75%;
    margin-top: 6px;
    margin-left: 0;
  }

  .div-block-123 {
    border: .25px solid #000;
    width: 150px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .columns-24 {
    margin-top: 15px;
  }

  .column-49 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cd_desktop {
    z-index: 0;
    width: 600px;
    height: 600px;
    display: none;
    position: absolute;
    top: -5px;
    left: -49px;
  }

  .formular_desktop_below {
    z-index: 100;
    width: 550px;
    position: absolute;
    top: 115px;
    left: 115px;
  }

  .headoverlaydesktopbig {
    width: 38vw;
    display: block;
    position: absolute;
    top: 8px;
    right: 9px;
  }

  .container-formular {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1680px;
    max-width: 1680px;
    height: 100%;
    padding-top: 0;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .div-block-125 {
    z-index: 0;
    height: 2000px;
    top: 0;
  }

  .columns-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-108 {
    color: #000;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
  }

  .image-120 {
    width: 52%;
  }

  .div-block-127 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient(#e5e5e5, #cdcdcd);
    margin-top: 106px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-128 {
    background-color: #000;
    margin: 24px 0 20px;
  }

  .image-121 {
    width: 55%;
  }

  .image-122 {
    width: 80%;
  }

  .image-123 {
    width: 53%;
  }

  .text_netzwerk {
    text-align: justify;
    width: 65%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 40px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .container-orbcontent {
    max-width: 1680px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-129 {
    opacity: 10;
    background-image: linear-gradient(#000, #6b6b6b 43%, #afafaf 50%, #7e7e7e 59%, #000);
    height: 105%;
  }

  .div-block-129.prod-rechts {
    opacity: 100;
    background-image: linear-gradient(123deg, #b90d1d, #970f1c);
  }

  .div-block-130 {
    background-image: linear-gradient(#000, #b4b4b4 46%, #d4d4d4 50%, #a7a7a7 55%, #000);
  }

  .div-block-130.prod-links {
    background-image: linear-gradient(227deg, var(--cd-red), #970f1c);
  }

  .container-13 {
    max-width: 1680px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-131 {
    height: 900px;
  }

  .div-block-132 {
    background-color: #000;
    margin-bottom: 0;
    padding-bottom: 150px;
  }

  .quick-stack-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .image-124 {
    width: 100%;
    height: auto;
  }

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

  .image-125, .image-126, .image-127 {
    width: 130%;
    max-width: 150%;
  }

  .image-128 {
    width: 130%;
    max-width: 150%;
    position: static;
  }

  .image-129 {
    width: 100%;
  }

  .div-block-134 {
    background-color: #e6e6e600;
    margin-top: -152px;
    margin-bottom: 501px;
    padding-top: 0;
    top: 0;
    overflow: visible;
  }

  .div-block-135 {
    max-width: 1680px;
    margin: 100px auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-109 {
    color: #1a1b1f;
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
  }

  .div-block-136 {
    width: 900px;
    margin-top: 135px;
  }

  .paragraph-19 {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

  .heading-110 {
    margin-bottom: -10px;
  }

  .image-130 {
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-137 {
    text-align: center;
    background-image: linear-gradient(90deg, #fff0, #e4e4e4d9 50%, #fff0);
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .div-block-138 {
    z-index: 100;
    background-image: linear-gradient(180deg, #eee, #eee 50%, var(--white));
    width: 100%;
    height: 150px;
    margin-top: -172px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .div-block-139 {
    margin-left: 0;
    position: relative;
    left: -100px;
  }

  .div-block-140, .div-block-141, .div-block-142 {
    position: relative;
    left: -100px;
  }

  .btn-sizer-workshop {
    width: 350px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 75px;
  }

  .heading-111 {
    color: #1a1b1f;
    text-align: center;
    margin-top: 20px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .code-embed-14 {
    width: 90%;
    margin-top: -100px;
    margin-left: 93px;
  }

  .div-block-143 {
    width: 280px;
    margin-top: 0;
    position: absolute;
    top: 487.009px;
  }

  .logomarke {
    background-color: #434343;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
  }

  .image-131 {
    width: 60%;
    margin: auto;
  }

  .linktcblock-copy {
    top: auto;
    bottom: -50px;
  }

  .fewafgewag {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #b0b0b099;
    border-radius: 15px;
    width: 600px;
    height: 325px;
    margin-left: 15px;
    position: absolute;
    top: auto;
    bottom: 27px;
    left: 108px;
  }

  .bg_image_produc {
    width: 60%;
    max-width: 100%;
    position: absolute;
    top: 10px;
    left: 68px;
  }

  .columns-27 {
    position: relative;
    top: 19px;
  }

  .image-131-copy {
    width: 60%;
    margin: auto;
  }

  .slide-6 {
    width: 100%;
  }

  .div-block-144 {
    margin-bottom: 69px;
  }

  .text-block-3-copy {
    z-index: 1;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    padding-right: 86px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    position: relative;
  }

  .heading-12-copy {
    color: #303030;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 60px;
  }

  .image-73-copy {
    width: 100%;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .code-embed-15 {
    width: 100%;
    height: 100%;
    margin-top: auto;
  }

  .heading-12-copy-copy {
    color: #fff;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 52px;
    font-weight: 200;
    line-height: 60px;
  }

  .div-block-70-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    inset: auto 0% 0% auto;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height: 70px;
    padding: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-145 {
    float: none;
    clear: both;
    background-color: #ececec00;
    border-style: none;
    border-radius: 0;
    align-self: flex-end;
    width: 50vw;
    height: 550px;
    margin-top: 354px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px 20px 40px;
    position: relative;
    top: 113px;
    left: 102px;
  }

  .heading-112 {
    color: #000000d4;
    text-align: right;
    letter-spacing: 0;
    width: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    padding-right: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    top: auto;
    left: auto;
    right: 0;
  }

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

  .image-132, .image-133, .image-134 {
    width: 30%;
  }

  .image-135 {
    width: 40%;
  }

  .column-58, .column-59, .column-60 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-28 {
    margin-top: 170px;
    position: relative;
    left: 302px;
  }

  .columns-29 {
    margin-top: 61px;
    position: relative;
    left: 142px;
  }

  .paragraph-20 {
    color: #fff;
    text-align: left;
    padding-right: 52px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .image-136 {
    width: 210px;
    position: absolute;
    top: -54px;
    right: 0;
  }

  .text-block-11 {
    text-align: left;
    padding-right: 216px;
    font-size: 20px;
  }

  .keyfacts-holder {
    background-image: url('../images/bg_white.webp'), linear-gradient(225deg, #20373dd6, #d6d6d6);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    border-radius: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 20px 20px 25px;
    display: flex;
    position: relative;
  }

  .div-block-153 {
    width: 25%;
  }

  .div-block-154 {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .paragraph-21 {
    line-height: 20px;
  }

  .heading-113 {
    color: #b90d1d;
    text-align: center;
    letter-spacing: -2px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(144deg, #e90b20, #b90d1d 55%, #0a0000);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
  }

  .paragraph-22 {
    color: #131313;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 15px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .div-block-155 {
    width: 100%;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 22px;
  }

  .column-61 {
    line-height: 20px;
    display: block;
  }

  .columns-30, .columns-31 {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-137 {
    width: 100%;
    position: absolute;
  }

  .keyfacts-holder-blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-image: linear-gradient(270deg, #0000003b, #ffffff5c);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
  }

  .text-span-20 {
    font-size: 20px;
  }

  .text-span-21 {
    font-weight: 600;
  }

  .text-span-22 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-22-copy {
    color: #131313;
    text-align: left;
    text-align: left;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 15px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    top: 14px;
  }

  .div-block-156 {
    color: #b90d1d;
    background-color: #b90d1d;
    width: 240px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .container-14 {
    max-width: 1440px;
    margin-top: 200px;
  }

  .paragraph-23 {
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .text-span-23 {
    font-size: 20px;
    font-weight: 300;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 20px;
    font-weight: 500;
  }

  .bold-text-9 {
    font-weight: 500;
  }

  .bold-text-10, .bold-text-11, .bold-text-12, .text-span-24, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
    font-size: 20px;
    font-weight: 500;
  }

  .bold-text-19 {
    font-size: 16px;
    font-weight: 500;
  }

  .text-span-25 {
    font-size: 20px;
    font-weight: 500;
  }

  .heading-114, .text-block-12 {
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .heading-115 {
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .text-block-13 {
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .link-block-15 {
    font-family: Trial Rooftop, Verdana, sans-serif;
    display: block;
  }

  .link-block-15-copy {
    margin-top: 18px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    display: block;
  }

  .link-block-16 {
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .text-span-26, .text-span-27, .text-span-28 {
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-157 {
    text-align: right;
    background-color: #b90d1d;
    width: 400px;
    height: 2px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: -11px;
    right: 0;
  }

  .columns-29-copy {
    margin-top: 61px;
    position: relative;
    left: -23px;
  }

  .text-span-29, .text-span-30 {
    color: #b90d1d;
  }

  .subhead-knowho {
    color: #1a1b1f;
    text-align: center;
    margin-top: 15px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .div-block-158 {
    width: 400px;
    height: 2px;
    margin-top: 15px;
  }

  .subhead-knowhow-right {
    color: #1a1b1f;
    text-align: right;
    margin-top: 20px;
    padding-left: 155px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .div-block-159 {
    width: 700px;
    position: absolute;
    top: -23px;
    right: -167px;
  }

  .text-span-31, .text-span-32 {
    font-weight: 600;
  }

  .text-span-33 {
    font-weight: 500;
  }

  .text-span-34 {
    font-weight: 600;
  }

  .heading-118 {
    margin-left: 25px;
    font-weight: 500;
  }

  .text-span-38, .text-span-39 {
    font-weight: 500;
  }

  .text-span-40, .text-span-41 {
    font-weight: 600;
  }

  .subhead-knowho-copy {
    color: #1a1b1f;
    text-align: left;
    margin-top: 15px;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    height: 600px;
  }

  .banner.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .nav_item {
    text-align: center;
    margin-bottom: 37px;
    padding: 15px 30px;
    font-size: 50px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav_item:hover {
    background-color: #f7f8f9;
  }

  .nav_item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff0;
  }

  .navigation {
    padding: 25px 15px 25px 20px;
  }

  .menu-button {
    padding: 0;
    right: 20px;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .bgvideo {
    height: 600px;
  }

  .secintro {
    margin-top: 150px;
  }

  .container-large {
    max-width: 100%;
    padding: 0 50px 89px;
  }

  .container-awards {
    margin-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-2 {
    padding-left: 27px;
  }

  .text-block-3 {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .image-19 {
    margin-top: -122px;
    top: 38px;
  }

  .seccasesgrid {
    padding-bottom: 335px;
    top: 4px;
  }

  .heading-35 {
    font-size: 75px;
  }

  .containercases {
    display: block;
  }

  .paragraph-4 {
    padding-left: 90px;
    padding-right: 90px;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-33 {
    margin-top: 79px;
  }

  .secabout {
    margin-top: -131px;
  }

  .heading-45 {
    text-align: justify;
    padding-right: 60px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-32 {
    width: 90%;
  }

  .container-9 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer {
    height: 100px;
    top: -83px;
  }

  .footerdesktop {
    display: none;
  }

  .container-10 {
    max-width: 100%;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
    top: auto;
  }

  .heading-52 {
    color: #b90d1d;
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-53, .link-2 {
    font-size: 13px;
    line-height: 22px;
  }

  .quick-stack-15 {
    padding-top: 55px;
  }

  .heading-54 {
    color: #b90d1d;
    font-weight: 500;
  }

  .div-block-44 {
    margin-top: 20px;
  }

  .image-39, .image-40, .image-41, .image-42, .image-43 {
    width: 100%;
  }

  .heading-56 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-57 {
    margin-top: 15px;
    line-height: 20px;
    display: none;
  }

  .acc_content_p {
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 14px;
  }

  .acc_wrapper {
    top: 95px;
  }

  .acc_wrapper-02 {
    top: 301px;
  }

  .acc_wrapper-03 {
    top: 508px;
    left: 79px;
  }

  .projectcamera {
    height: 100vh;
    position: sticky;
    top: -100px;
    overflow: hidden;
  }

  .navigation-links {
    background-color: #fff;
  }

  .lottie-animation {
    width: 50px;
  }

  .bg_blur {
    height: 100%;
  }

  .headlinewrappermain {
    color: #000;
    top: 277px;
    left: 39px;
  }

  .background-video-3 {
    height: 700px;
  }

  .image-54 {
    width: 100%;
  }

  .quick-stack-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 0;
  }

  .cell-68 {
    display: none;
  }

  .redoverlaywrapper {
    height: 600px;
  }

  .headoverlaydesktop {
    width: 240px;
    display: none;
  }

  .heading-61 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 66px;
    position: relative;
    top: 137px;
  }

  .heading-62 {
    font-size: 52px;
    line-height: 52px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper_stripes {
    top: -160px;
    left: 0;
  }

  .image-58 {
    width: 100%;
  }

  .image-59, .image-60, .image-61, .image-62 {
    width: 80%;
  }

  .heading-67 {
    margin-bottom: auto;
    font-size: 52px;
    line-height: 43px;
    left: 23px;
  }

  .heading-68 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 43px;
  }

  .heading-69 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    line-height: 43px;
    left: 51px;
  }

  .column-3 {
    order: 1;
    margin-top: -18px;
  }

  .paragraph-8 {
    margin-top: 37px;
    margin-left: 0;
    padding-right: 120px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .sectionknowhow {
    margin-top: 182px;
  }

  .heading-71 {
    font-size: 40px;
  }

  .h1-marken {
    margin-bottom: 35px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 50px;
    line-height: 56px;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .sectiondna {
    margin-top: 100px;
  }

  .bigheadlinedekor, .bigheadlinedekorbl {
    font-family: Trial Rooftop Book, Verdana, sans-serif;
    font-size: 7vw;
    line-height: 8vw;
  }

  .image-63 {
    width: 50%;
    top: -181px;
    right: 0;
  }

  .div-block-54 {
    height: 400px;
    margin-top: 70px;
  }

  .heading-72 {
    font-size: 20vw;
    top: 239px;
  }

  .heading-73 {
    font-size: 25px;
  }

  .div-block-56 {
    width: 20px;
    height: 20px;
    top: 1px;
  }

  .image-64 {
    top: 185px;
    transform: rotate(-31deg);
  }

  .sectioncases {
    margin-top: 0;
    padding-top: 124px;
    position: relative;
  }

  .paragraph-9 {
    width: 100%;
    padding-right: 25px;
    font-size: 14px;
  }

  .div-block-57 {
    margin-top: 0;
    padding-left: 79px;
  }

  .paragraph-10 {
    margin-top: 0;
    padding-right: 104px;
    font-size: 14px;
  }

  .image-65 {
    top: -137px;
  }

  .image-66 {
    top: 82px;
  }

  .container-large-2 {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .heading-75-copy2 {
    right: 0;
  }

  .zahl-03 {
    font-size: 14vw;
    left: -7px;
  }

  .image-65-copy {
    top: -96px;
  }

  .div-block-58 {
    margin-top: 50px;
  }

  .div-block-59 {
    background-color: #000;
    padding-top: 71px;
  }

  .heading-78 {
    margin-top: 214px;
    margin-bottom: 66px;
    padding-right: 56px;
    font-size: 36px;
    line-height: 44px;
  }

  .image-69 {
    width: 100%;
    max-width: 100%;
    left: auto;
  }

  .image-70 {
    width: 500px;
    top: -45px;
    right: 0;
  }

  .div-block-61 {
    height: 0;
    margin-top: 0;
    display: none;
  }

  .div-block-63 {
    margin-top: 66px;
    top: 0;
  }

  .div-block-64 {
    background-image: url('../images/bg_CTA.webp');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
  }

  .image-72 {
    z-index: 1;
    background-image: url('../images/bg_CTA.webp');
    background-position: 50%;
    background-size: contain;
    width: 130%;
    max-width: 130%;
    height: 100%;
    display: none;
    position: relative;
    top: 0;
  }

  .div-block-65 {
    height: 590px;
    position: static;
    top: 0;
  }

  .div-block-66 {
    margin-top: -600px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-80 {
    margin-top: 0;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-11 {
    font-family: Barlow, sans-serif;
    line-height: 20px;
  }

  .column-4 {
    order: 1;
    margin-top: 0;
  }

  .div-block-67 {
    background-color: #dadadaa1;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 300px;
    top: 0;
  }

  .heading-82 {
    top: 166px;
    right: 79px;
  }

  .heading-83 {
    top: auto;
    bottom: -13px;
    right: 34px;
  }

  .div-block-68 {
    top: 223px;
    right: 72px;
  }

  .div-block-69 {
    z-index: 1;
    width: 103%;
    height: 190px;
    margin-top: 14px;
    position: relative;
  }

  .image-73 {
    width: 100%;
  }

  .columns-4 {
    flex-flow: column;
    display: flex;
  }

  .heading-84 {
    color: #b90d1d;
    margin-left: 15px;
    font-weight: 500;
  }

  .list-item-4, .list-item-5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    list-style-type: square;
  }

  .div-block-70 {
    border-bottom-left-radius: 0;
    top: auto;
    bottom: 0;
  }

  .div-block-71 {
    top: 89px;
  }

  .paragraph-13 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-74 {
    display: none;
  }

  .image-75 {
    top: -50px;
  }

  .content_sec {
    margin-top: -100px;
    padding-bottom: 0;
  }

  .div-block-73 {
    left: -23px;
  }

  .image-76 {
    top: 117px;
  }

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

  .image-77 {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .div-block-76 {
    display: none;
  }

  .slider-3 {
    height: 370px;
  }

  .heading-89 {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

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

  .div-block-78 {
    margin-top: -17px;
  }

  .heading-89-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .columns-6 {
    margin-top: -38px;
  }

  .slide-nav-2 {
    margin-top: -42px;
    font-size: 50px;
  }

  .columns-7 {
    width: 70%;
    top: 81px;
    left: -90px;
  }

  .heading-92 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-15 {
    width: 70%;
    font-size: 14px;
  }

  .about {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-80 {
    width: 50%;
    position: relative;
    bottom: -89px;
  }

  .div-block-82 {
    bottom: -19px;
  }

  .image-83 {
    transform: rotate(-47deg);
  }

  .text-span-11 {
    color: #b90d1d;
    font-weight: 500;
  }

  .text-span-12 {
    color: #b90d1d;
  }

  .image-85 {
    top: -140px;
    left: -27px;
  }

  .leistungakkordeonicon {
    width: 16px;
  }

  .div-block-89 {
    padding-left: 0;
  }

  .akkordionimage {
    top: 31px;
  }

  .heading-94 {
    font-size: 22px;
  }

  .code-embed {
    width: 80%;
    top: 160px;
  }

  .div-block-90 {
    height: 100px;
    top: -67px;
  }

  .zahl-04 {
    font-size: 14vw;
    right: -24px;
  }

  .zahl-01 {
    color: #ffffff24;
    font-size: 14vw;
    top: -29px;
    left: -15px;
  }

  .zahl-02 {
    color: #ffffff24;
    font-size: 14vw;
    top: 17px;
    right: -27px;
  }

  .image-87 {
    top: 85px;
    left: -30px;
  }

  .image01-feature {
    width: 100%;
    max-width: 100%;
    left: -50px;
  }

  .image02-feature {
    width: 100%;
    max-width: 100%;
    margin-top: 452px;
    left: 0;
  }

  .image04-feature {
    width: 100%;
    margin-top: 402px;
    margin-bottom: 94px;
    left: -40px;
  }

  .image03-feature {
    width: 100%;
    top: 6px;
    right: auto;
  }

  .div-block-91 {
    top: -136px;
  }

  .textslidercontainer {
    margin-top: 0;
    margin-bottom: 0;
    top: 78px;
    left: -7px;
  }

  .innerslider {
    height: 75px;
  }

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

  .projectitem {
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-96 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-92 {
    bottom: -27px;
    right: -5px;
  }

  .heading-97 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .link-4 {
    margin-top: 15px;
    font-size: 14px;
  }

  .link-5 {
    font-size: 14px;
  }

  .slide {
    width: 100%;
  }

  .mask {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
  }

  .slider-4 {
    width: 100%;
    height: 450px;
    left: 0;
  }

  .column-10 {
    height: 100%;
  }

  .left-arrow {
    z-index: 1000;
    background-color: #a2a2a270;
    width: 150px;
    height: 80px;
    inset: auto 168px 13px auto;
  }

  .left-arrow.hov-arrow {
    width: 120px;
    height: 60px;
    top: 234px;
    left: auto;
    right: 136px;
  }

  .right-arrow {
    z-index: 1000;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #a2a2a270;
    width: 150px;
    height: 80px;
    inset: auto 0 13px auto;
  }

  .right-arrow.hov-arrow {
    width: 120px;
    height: 60px;
    bottom: 80px;
    left: auto;
    right: 0;
  }

  .image-89, .image-90 {
    display: block;
  }

  .slide-3 {
    height: 400px;
  }

  .image-91 {
    width: 65%;
  }

  .slider-navigation {
    display: none;
  }

  .slider-7 {
    width: 65%;
  }

  .right-arrow-4 {
    top: -267px;
    right: -264px;
  }

  .left-arrow-4 {
    top: -267px;
    left: 518px;
    right: auto;
  }

  .div-block-93 {
    margin-top: 0;
    position: relative;
    top: -236px;
  }

  .image-96 {
    width: 570px;
  }

  .link-block-10 {
    width: 200px;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .frischluft {
    background-position: 50%;
    background-size: cover;
    height: 740px;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .image-102 {
    width: 400px;
    bottom: -331px;
    left: 362px;
  }

  .h-frischluft {
    font-size: 18px;
  }

  .div-block-98 {
    height: 100px;
    display: block;
    top: -368px;
  }

  .column-13 {
    margin-top: 42px;
  }

  .columns-8 {
    flex-flow: column;
    display: flex;
  }

  .column-14 {
    order: 1;
  }

  .columns-9 {
    flex-flow: column;
    display: flex;
  }

  .column-15 {
    order: 1;
    margin-top: 30px;
  }

  .column-16 {
    order: -1;
    margin-top: 0;
  }

  .containercases-mobile {
    display: block;
  }

  .heading-102 {
    font-size: 22px;
    line-height: 36px;
    top: 14px;
  }

  .div-block-99 {
    top: 24px;
  }

  .columns-10 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-103 {
    font-size: 18px;
  }

  .paragraph-17 {
    font-size: 12px;
    line-height: 20px;
  }

  .column-17 {
    padding-right: 0;
  }

  .code-embed-5 {
    width: 200px;
    height: 200px;
    position: absolute;
    inset: 381px auto auto 404px;
  }

  .columns-13 {
    flex-flow: column;
    display: flex;
  }

  .column-19 {
    margin-top: 52px;
  }

  .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-102 {
    line-height: 26px;
    position: absolute;
    top: -178px;
    left: -13px;
    right: auto;
  }

  .footertablet {
    max-width: 102%;
    margin-left: -2px;
    display: block;
  }

  .footermobile {
    max-width: 102%;
    margin-left: -2px;
    display: none;
  }

  .videodesktoplarge {
    display: none;
  }

  .videotablet {
    display: block;
  }

  .headoverlaytablet {
    width: 240px;
    display: block;
  }

  .div-block-103 {
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .headingcopycenter {
    text-align: center;
    margin-top: 31px;
    line-height: 20px;
    display: block;
  }

  .videomobile, .videodesktopsmall {
    display: none;
  }

  .link-block-13 {
    width: 100%;
  }

  .code-embed-7 {
    width: 60%;
    bottom: -348.984px;
    left: auto;
    right: -34.406px;
  }

  ._3d-objekt-2 {
    display: none;
    right: 64.547px;
  }

  .lottie-animation-2 {
    width: 450px;
    max-width: 450px;
    top: -143px;
    right: auto;
  }

  .lottie-animation-3 {
    top: -1095px;
  }

  .lottie-animation-9 {
    display: none;
    top: 275.844px;
    left: auto;
  }

  .image-105 {
    top: -90px;
  }

  .code-embed-9 {
    top: -36px;
  }

  .codeimageakkordeon {
    top: auto;
    left: auto;
  }

  .div-block-106 {
    display: block;
  }

  .columns-22 {
    width: 50%;
  }

  .image-112, .image-113 {
    width: 80%;
  }

  .image-114 {
    width: 50%;
    margin-top: 0;
  }

  .div-block-109 {
    position: relative;
    top: auto;
    left: auto;
  }

  .innerline {
    margin-top: 0;
    top: 2%;
  }

  .image02 {
    width: 100%;
    max-width: 100%;
    top: -66px;
  }

  .image03 {
    top: auto;
    right: 25px;
  }

  .div-block-113 {
    margin-top: -62px;
  }

  .code-embed-11 {
    width: 300px;
  }

  .image01 {
    top: -40px;
    right: -31px;
  }

  .content_holder {
    width: 90vw;
    margin-top: 35px;
  }

  .content_holder_right {
    background-color: #a17373;
    border-radius: 10px 0 0 10px;
    width: 90vw;
    margin-top: 35px;
    top: 275px;
    left: auto;
    right: -30px;
  }

  .spline-scene-2 {
    z-index: 0;
    height: 800px;
    top: 855.65px;
  }

  .image-117, .image-117-copy {
    width: 80px;
    display: block;
  }

  .div-block-117 {
    width: 87%;
    height: 800px;
    padding-left: 0;
    position: absolute;
    right: 33px;
  }

  .div-block-118 {
    width: 87%;
    padding-left: 0;
    position: absolute;
    right: 33px;
  }

  .div-block-119 {
    position: relative;
    top: 50px;
  }

  .div-block-57-right {
    border-radius: 10px 0 0 10px;
    margin-top: 0;
  }

  .code-embed-13 {
    opacity: .44;
    width: 100%;
  }

  .div-block-120 {
    height: 300px;
    margin-top: 0;
    top: -135px;
  }

  .image04 {
    top: auto;
    bottom: 4.0781px;
  }

  .div-block-121 {
    top: -309px;
  }

  .div-block-122 {
    top: 167px;
  }

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

  .image-118 {
    width: 85%;
  }

  .image-119 {
    width: 85%;
    margin-left: auto;
  }

  .formular_desktop_below {
    width: 95%;
    display: block;
    top: 54px;
  }

  .headoverlaydesktopbig {
    width: 240px;
    display: none;
  }

  .div-block-124 {
    top: 112px;
  }

  .container-formular {
    max-width: 100%;
    padding: 80px 50px 89px;
  }

  .div-block-126 {
    height: 550px;
  }

  .image-120 {
    width: 70%;
  }

  .div-block-127 {
    margin-top: 0;
  }

  .image-121 {
    width: 55%;
  }

  .image-122, .image-123 {
    width: 80%;
  }

  .text_netzwerk {
    width: 90%;
    padding-right: 0;
    font-size: 14px;
  }

  .container-orbcontent {
    padding-left: 27px;
  }

  .div-block-132 {
    margin-top: 55px;
  }

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

  .image-125, .image-126, .image-127 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-136, .paragraph-19 {
    width: 100%;
  }

  .div-block-138 {
    margin-top: -130px;
    bottom: -179px;
  }

  .columns-26 {
    margin-top: -152px;
  }

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

  .btn-sizer-workshop {
    top: -90px;
    left: -45px;
  }

  .heading-111 {
    font-size: 20px;
  }

  .div-block-143 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .logomarke {
    background-color: #585858;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-131 {
    width: 150px;
  }

  .fewafgewag {
    display: none;
  }

  .image-131-copy {
    width: 125px;
  }

  .text-block-3-copy {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .image-73-copy {
    width: 100%;
  }

  .code-embed-15 {
    margin-top: 77px;
  }

  .div-block-70-copy {
    border-bottom-left-radius: 0;
    top: auto;
    bottom: 0;
  }

  .div-block-145 {
    width: 100%;
    height: 650px;
    margin-top: 138px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-112 {
    color: #363636;
    text-align: center;
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-weight: 500;
    position: relative;
    top: -10px;
  }

  .image-132, .image-133, .image-134, .image-135 {
    width: 40%;
  }

  .columns-28 {
    top: 0;
    left: auto;
  }

  .columns-29 {
    margin-top: 50px;
    left: auto;
  }

  .paragraph-20 {
    padding-right: 135px;
    font-size: 14px;
  }

  .div-block-147 {
    justify-content: center;
    align-items: center;
  }

  .text-block-11 {
    padding-right: 0;
    font-size: 20px;
  }

  .div-block-154 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-155 {
    margin-top: 40px;
  }

  .image-138 {
    width: 200px;
  }

  .image-138-copy {
    width: 80px;
  }

  .image-138-copy-copy {
    width: 160px;
  }

  .text-span-22 {
    font-size: 16px;
  }

  .div-block-156 {
    bottom: 175.25px;
    right: 141px;
  }

  .div-block-157 {
    text-align: center;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -43px;
    right: auto;
  }

  .columns-29-copy {
    margin-top: 50px;
    top: auto;
    left: auto;
  }

  .subhead-knowho {
    margin-top: 10px;
    font-size: 20px;
  }

  .div-block-158 {
    margin-top: 16px;
  }

  .subhead-knowhow-right {
    text-align: center;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
  }

  .div-block-159 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: -36px;
  }

  .text-span-40 {
    font-weight: 600;
  }

  .subhead-knowho-copy {
    margin-top: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .banner {
    margin-left: 0;
    margin-right: 3px;
  }

  .banner.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .bgvideo {
    overflow: hidden;
  }

  .secintro {
    margin-top: 50px;
  }

  .container-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .secawardsred {
    height: 100%;
    margin-top: 125px;
  }

  .container-awards {
    margin-top: 205px;
    margin-bottom: 0;
  }

  .text-block-3 {
    width: 100%;
    font-size: 16px;
  }

  .buttonholder {
    margin-top: 0;
  }

  .seccasesgrid {
    padding-bottom: 80px;
  }

  .containerheadline {
    top: 80px;
  }

  .heading-35 {
    font-size: 70px;
    line-height: 76px;
  }

  .containercases {
    margin-top: 100px;
  }

  .paragraph-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-33 {
    margin-top: 59px;
    padding-left: 0;
    padding-right: 0;
  }

  .secabout {
    margin-top: 85px;
  }

  .heading-45 {
    margin-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .image-32 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .secreferenz {
    padding-top: 0;
  }

  .quick-stack-13 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .footer {
    top: -48px;
  }

  .footerdesktop {
    width: 100%;
    max-width: 100%;
    bottom: -475px;
    left: 0;
  }

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

  .heading-52 {
    color: #b90d1d;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .heading-53 {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .link-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .quick-stack-15 {
    padding-left: 0;
  }

  .heading-54 {
    color: #b90d1d;
    font-size: 16px;
    font-weight: 600;
  }

  .link-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-44 {
    margin-top: -16px;
  }

  .heading-56 {
    padding-left: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .quick-stack-16 {
    padding-left: 0;
  }

  .heading-57 {
    margin-top: 40px;
    padding-right: 12px;
    line-height: 18px;
  }

  .acc_wrapper {
    top: 79px;
  }

  .acc_wrapper-02 {
    top: 242px;
  }

  .acc_wrapper-03 {
    top: 405px;
  }

  .trackprojects {
    height: 100%;
  }

  .projectcamera {
    height: 100%;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .bg_blur {
    height: 100%;
  }

  .headlinewrappermain {
    top: 217px;
  }

  .background-video-3 {
    height: 600px;
  }

  .cell-67 {
    padding-left: 27px;
  }

  .image-54 {
    width: 180%;
    max-width: 180%;
  }

  .quick-stack-23 {
    padding-right: 0;
  }

  .cell-68 {
    display: none;
  }

  .redoverlaywrapper {
    height: 100%;
  }

  .headoverlaydesktop {
    display: none;
  }

  .heading-61 {
    font-size: 50px;
    line-height: 58px;
    top: 184px;
  }

  .heading-62 {
    font-size: 50px;
    line-height: 50px;
  }

  .image-57 {
    width: 300px;
    position: absolute;
  }

  .wrapper_stripes {
    top: -230px;
    left: 0;
  }

  .image-58 {
    width: 330px;
  }

  .column-2 {
    text-align: center;
  }

  .image-59, .image-60, .image-61, .image-62 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-67 {
    font-size: 40px;
  }

  .heading-68 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .heading-69 {
    font-size: 40px;
  }

  .column-3 {
    order: 1;
    margin-top: 50px;
  }

  .paragraph-8 {
    padding-right: 0;
    position: relative;
    top: auto;
    left: auto;
  }

  .sectionknowhow {
    margin-top: 203px;
  }

  .heading-71 {
    font-size: 32px;
  }

  .h1-marken {
    font-size: 35px;
    line-height: 42px;
  }

  .text-block-9 {
    letter-spacing: -1px;
    word-break: normal;
    font-size: 18px;
    font-weight: 500;
  }

  .sectiondna {
    margin-top: 102px;
  }

  .bigheadlinedekor, .bigheadlinedekorbl {
    font-family: Trial Rooftop Book, Verdana, sans-serif;
    font-size: 11vw;
    line-height: 12vw;
  }

  .image-63 {
    width: 320px;
    right: 0;
  }

  .div-block-54 {
    width: 90%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 10%;
  }

  .heading-72 {
    font-size: 34vw;
    top: 283px;
  }

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

  .heading-75 {
    font-size: 40px;
  }

  .paragraph-9 {
    text-align: justify;
    width: 100%;
    padding-right: 0;
  }

  .div-block-57 {
    padding-top: 20px;
    padding-left: 61px;
    padding-right: 9px;
  }

  .heading-77 {
    font-size: 26px;
  }

  .paragraph-10 {
    padding-right: 0;
  }

  .image-65 {
    width: 130px;
    top: -94px;
    right: -15px;
  }

  .image-66 {
    width: 90%;
    max-width: 100%;
  }

  .container-large-2 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
    display: block;
    left: auto;
  }

  .heading-75-copy2 {
    bottom: -34px;
    right: 21px;
  }

  .zahl-03 {
    top: -10px;
    left: 0;
  }

  .paragraph-9-copy {
    text-align: justify;
  }

  .image-65-copy {
    width: 170px;
    top: -131px;
    right: -34px;
  }

  .image-68 {
    top: -29px;
  }

  .div-block-58 {
    margin-top: 0;
    margin-bottom: -5px;
    position: relative;
    top: 18px;
  }

  .heading-78 {
    margin-top: 160px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .image-69 {
    display: none;
  }

  .sectioncases2 {
    margin-top: 126px;
  }

  .image-70 {
    width: 400px;
    top: -15px;
    right: 0;
  }

  .image-71 {
    margin-top: 44px;
  }

  .div-block-61 {
    margin-top: 40px;
    display: none;
  }

  .div-block-63 {
    background-image: none;
    margin-top: 240px;
    padding-bottom: 30px;
  }

  .div-block-64 {
    margin-top: 0;
  }

  .div-block-66 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-67 {
    height: 450px;
  }

  .heading-82, .heading-83 {
    display: none;
  }

  .paragraph-12 {
    padding-right: 0;
  }

  .div-block-68 {
    display: none;
  }

  .div-block-69 {
    width: 100%;
    height: 200px;
    margin-top: -110px;
    margin-left: 0;
    padding-left: 20px;
    top: auto;
  }

  .list-item-4, .list-item-5 {
    font-size: 13px;
    font-weight: 400;
  }

  .list-2, .list-3 {
    padding-left: 20px;
  }

  .div-block-71 {
    margin-top: 67px;
    top: -27px;
  }

  .heading-86 {
    font-family: Trial Rooftop, Verdana, sans-serif;
  }

  .paragraph-13 {
    padding-left: 30px;
    padding-right: 30px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .image-75 {
    top: -26px;
  }

  .div-block-73 {
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
  }

  .container-large-custom {
    margin-top: 50px;
    display: block;
  }

  .heading-87 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-88 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-14 {
    padding-right: 113px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-77 {
    width: auto;
    max-width: 100%;
    height: 100%;
  }

  .div-block-76 {
    display: none;
  }

  .div-block-77 {
    height: 100px;
    display: block;
  }

  .slider-3 {
    height: 272px;
    margin-top: 0;
  }

  .heading-89 {
    font-size: 28px;
    line-height: 30px;
    display: none;
  }

  .heading-90 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-78 {
    margin-top: 10px;
    line-height: 20px;
    top: -33px;
  }

  .heading-89-copy {
    font-size: 22px;
    line-height: 30px;
    display: none;
  }

  .slide-nav-2 {
    width: 60px;
    margin-top: 0;
    font-size: 40px;
    top: 5%;
  }

  .columns-7 {
    width: 80%;
    top: 4px;
    left: auto;
  }

  .paragraph-15 {
    width: 100%;
  }

  .about {
    background-image: none;
    margin-top: 0;
  }

  .image-80 {
    width: 300px;
    position: relative;
    bottom: -38px;
    transform: rotate(26deg);
  }

  .div-block-82 {
    width: 400px;
    display: none;
    bottom: 12px;
  }

  .heading-93 {
    padding-right: 124px;
    font-size: 14px;
    bottom: 22px;
    right: -102px;
  }

  .image-83 {
    width: 300px;
    position: absolute;
    top: -204px;
    right: -45px;
    overflow: hidden;
    transform: rotate(145deg);
  }

  .image-84 {
    top: 17%;
    right: -7%;
  }

  .image-85 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 222px;
    left: 79px;
  }

  .div-block-89 {
    height: 100px;
  }

  .akkordionimage {
    position: relative;
    top: 14px;
  }

  .code-embed {
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
  }

  .div-block-90 {
    top: -54px;
  }

  .list-project-1 {
    padding-left: 25px;
  }

  .image_red_03 {
    width: 480px;
    max-width: 480%;
    top: -13px;
    right: -50px;
  }

  .zahl-04 {
    top: 4px;
    right: -32px;
  }

  .zahl-01 {
    top: -11px;
    left: 0;
  }

  .zahl-02 {
    top: 4px;
    right: -30px;
  }

  .image-87 {
    width: 440px;
    max-width: 100%;
    top: 25px;
    left: -30px;
  }

  .image01-feature {
    width: 120%;
    max-width: 120%;
    left: -50px;
  }

  .image02-feature {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    bottom: 13px;
    left: auto;
  }

  .image04-feature {
    width: 130%;
    max-width: 130%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: -21px;
    left: -60px;
  }

  .image03-feature {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .textslidercontainer {
    margin-top: 29px;
    left: -16px;
  }

  .projectframe {
    flex-flow: column;
    position: relative;
  }

  .projectitem {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .heading-96 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .div-block-92 {
    z-index: 1000;
    background-image: linear-gradient(#b90d1d, #8f0310);
    border-radius: 4px;
    width: 190px;
    height: 190px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 0;
    display: none;
    right: 40px;
    transform: skew(-20deg);
  }

  .heading-97 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .link-4 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-5 {
    font-size: 14px;
  }

  .slide {
    width: 100%;
  }

  .mask {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .slider-4 {
    width: 100%;
    height: auto;
    left: auto;
  }

  .left-arrow {
    top: 359px;
    left: 0;
    right: -13px;
  }

  .left-arrow.hov-arrow {
    top: 358px;
  }

  .right-arrow {
    inset: 29.6vh 0 0% auto;
  }

  .slide-3 {
    height: 350px;
  }

  .slider-navigation, .slider-navigation.default {
    display: none;
  }

  .slider-7 {
    width: 100%;
  }

  .right-arrow-4 {
    position: absolute;
    inset: auto auto 50px 163px;
  }

  .left-arrow-4 {
    position: absolute;
    inset: auto auto 50px 46px;
  }

  .div-block-93 {
    height: 380px;
    position: relative;
    top: -48px;
  }

  .image-96 {
    width: 600px;
    top: 0;
  }

  .div-block-94 {
    top: 12px;
    right: -23px;
  }

  .paragraph-16 {
    padding-right: 100px;
    font-size: 13px;
  }

  .image-97 {
    left: -30px;
  }

  .div-block-95 {
    justify-content: space-around;
    align-items: baseline;
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
  }

  .frischluft {
    z-index: 0;
    background-position: 75%;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .image-100 {
    width: 30%;
  }

  .image-102 {
    width: 60%;
    bottom: -250px;
    left: 269px;
  }

  .h-frischluft {
    font-size: 18px;
  }

  .mask-4 {
    height: 350px;
  }

  .div-block-98 {
    height: 0;
    top: -380px;
  }

  .columns-8, .columns-9 {
    flex-flow: column;
  }

  .column-15 {
    text-align: center;
    order: 1;
  }

  .column-16 {
    order: -1;
  }

  .heading-102 {
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
  }

  .div-block-99 {
    position: relative;
    top: 0;
    left: 0;
  }

  .columns-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .code-embed-5 {
    width: 200px;
    height: 200px;
    display: none;
    inset: 0;
  }

  .columns-13 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-19 {
    margin-top: 0;
    padding-left: 35px;
  }

  .column-20 {
    padding-right: 0;
  }

  .column-21 {
    margin-top: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-22 {
    text-align: right;
  }

  .column-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-24, .column-25 {
    padding-left: 0;
  }

  .div-block-102 {
    margin-left: 35px;
    top: 9px;
    right: 26.2031px;
    transform: skew(20deg);
  }

  .column-27 {
    margin-top: 83px;
  }

  .videotablet {
    width: auto;
    height: 600px;
    display: block;
  }

  .headoverlaytablet {
    display: none;
  }

  .div-block-103 {
    background-color: #00000052;
  }

  .headingcopycenter {
    margin-top: 40px;
    padding-right: 12px;
    line-height: 18px;
  }

  .videomobile {
    display: none;
  }

  .column-42 {
    display: block;
  }

  ._3d-objekt-2 {
    display: none;
  }

  .lottie-animation-2 {
    width: 400px;
    max-width: 400px;
    top: -75px;
  }

  .lottie-animation-9, .image-105 {
    display: none;
  }

  .cta-bg-masked {
    width: 110%;
    position: absolute;
    top: -35px;
  }

  .column-44 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-21 {
    margin-top: -14px;
  }

  .columns-22 {
    width: 80%;
  }

  .column-48 {
    margin-bottom: 35px;
  }

  .image-112, .image-113 {
    width: 80%;
  }

  .image-114 {
    width: 85%;
    margin-top: 0;
  }

  .div-block-109 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    top: 56px;
    left: auto;
  }

  .image02 {
    width: 170px;
    display: none;
    top: -131px;
    right: -34px;
  }

  .image03 {
    width: 170px;
    display: none;
    top: -164px;
    right: -34px;
  }

  .div-block-113 {
    height: 760px;
    margin-top: 0;
  }

  .image01 {
    width: 130px;
    display: none;
    top: -222px;
    right: -65px;
  }

  .content_holder {
    width: 520px;
    left: -60px;
  }

  .content_holder_right {
    width: 520px;
    position: relative;
    top: 0;
    right: 0;
  }

  .image-117, .image-117-copy {
    width: 80px;
  }

  .div-block-117 {
    width: 100%;
    height: 100%;
    position: relative;
    right: auto;
  }

  .div-block-118 {
    width: 100%;
    position: relative;
    right: auto;
  }

  .div-block-119 {
    top: auto;
  }

  .div-block-57-right {
    padding-right: 28px;
  }

  .code-embed-13 {
    width: 100%;
    height: 400px;
    top: 214px;
    left: 0;
  }

  .div-block-120 {
    display: none;
  }

  .image04 {
    width: 170px;
    display: none;
    top: -150px;
    right: -34px;
  }

  .div-block-121 {
    margin-top: -40px;
    top: -436px;
  }

  .div-block-122 {
    top: 0;
  }

  .heading-107 {
    margin-top: 35px;
  }

  .image-118, .image-119 {
    width: 90%;
  }

  .formular_desktop_below {
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
  }

  .headoverlaydesktopbig {
    display: none;
  }

  .container-formular {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-126 {
    width: 110%;
    top: 190px;
  }

  .image-120 {
    width: 70%;
  }

  .div-block-127 {
    margin-top: 53px;
  }

  .image-122 {
    width: 88%;
  }

  .image-123 {
    width: 74%;
  }

  .text_netzwerk {
    padding-left: 0;
    padding-right: 30px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

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

  .div-block-132 {
    margin-top: 79px;
  }

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

  .div-block-134 {
    height: 1300px;
    padding-top: 36px;
  }

  .div-block-135 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-130 {
    width: 150px;
  }

  .div-block-138 {
    margin-top: -195px;
    bottom: -116px;
  }

  .btn-sizer-workshop {
    margin-top: -2px;
  }

  .heading-111 {
    font-size: 18px;
  }

  .logomarke {
    background-color: #3f3f3f;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fewafgewag {
    display: none;
  }

  .text-block-3-copy {
    width: 100%;
    font-size: 16px;
  }

  .div-block-145 {
    height: 600px;
  }

  .heading-112 {
    color: #303030;
    text-align: center;
    margin-top: 61px;
    padding-right: 0;
    font-size: 50px;
  }

  .image-132, .image-133, .image-134 {
    width: 60%;
  }

  .column-59 {
    margin-top: 0;
  }

  .column-60 {
    margin-top: 23px;
  }

  .columns-28 {
    margin-top: 30px;
  }

  .columns-29 {
    margin-top: 35px;
  }

  .paragraph-20 {
    padding-right: 0;
  }

  .image-136 {
    display: none;
  }

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

  .div-block-147 {
    justify-content: center;
    align-items: center;
  }

  .text-block-11 {
    padding-right: 0;
  }

  .heading-113 {
    font-size: 50px;
  }

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

  .columns-30, .columns-31 {
    flex-flow: column;
  }

  .paragraph-22-copy {
    text-align: center;
  }

  .div-block-156 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -44px;
    left: auto;
    right: auto;
  }

  .column-62, .column-63 {
    display: block;
  }

  .columns-29-copy {
    margin-top: 35px;
  }

  .subhead-knowho {
    font-size: 18px;
  }

  .subhead-knowhow-right {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .div-block-159 {
    width: 100%;
  }

  .subhead-knowho-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .banner {
    height: 390px;
  }

  .nav_item, .nav_item.current {
    font-size: 40px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .bgvideo {
    height: 400px;
  }

  .secintro {
    margin-top: 64px;
  }

  .container-large {
    padding: 0 20px 20px;
  }

  .secawardsred {
    height: 100%;
    margin-top: 39px;
  }

  .container-awards {
    max-width: 100%;
    padding-left: 0;
    padding-right: 3px;
  }

  .redline_short {
    height: 2px;
    margin-top: 15px;
  }

  .text-block-3 {
    margin-top: 15px;
  }

  .image-19 {
    margin-top: -186px;
    top: 39px;
  }

  .heading-35 {
    font-size: 50px;
    line-height: 55px;
  }

  .containercases {
    height: 550px;
    margin-top: 50px;
  }

  .paragraph-4 {
    width: 100%;
    margin-top: 42px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }

  .div-block-33 {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .heading-45 {
    margin-top: 53px;
    padding-right: 1px;
    font-size: 16px;
  }

  .image-32 {
    width: 100%;
    margin-left: 0;
  }

  .secreferenz {
    z-index: 0;
  }

  .quick-stack-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 23px;
  }

  .footer {
    height: 620px;
    top: -16px;
  }

  .container-10 {
    top: 44px;
  }

  .quick-stack-15 {
    padding-top: 0;
  }

  .div-block-44 {
    margin-top: 20px;
  }

  .image-39, .image-40, .image-41, .image-42, .image-43 {
    width: 100%;
  }

  .heading-56 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .quick-stack-16 {
    padding-right: 0;
  }

  .heading-57 {
    margin-top: 0;
    padding-right: 25px;
    position: absolute;
    bottom: -83px;
  }

  .trackprojects {
    height: 100%;
    position: static;
  }

  .projectcamera {
    height: 100%;
    position: static;
    overflow: visible;
  }

  .projects_button_holder {
    width: 225px;
    margin-top: 0;
    margin-left: -15px;
  }

  .headlinewrappermain {
    width: 90%;
    height: 100px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 11vw;
    top: auto;
    bottom: 21px;
    left: 20px;
  }

  .cell-67 {
    padding-left: 0;
  }

  .image-54 {
    width: 100%;
  }

  .heading-61 {
    color: #fff;
    font-size: 40px;
    line-height: 11vw;
    top: -18px;
  }

  .heading-62 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
  }

  .image-57 {
    z-index: 0;
    margin-top: -54px;
    top: -174px;
    left: -16px;
  }

  .heading-63, .heading-64, .heading-66 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-7 {
    text-align: justify;
    font-weight: 400;
    line-height: 20px;
  }

  .wrapper_stripes {
    top: -90px;
  }

  .image-58 {
    width: 220px;
  }

  .image-59, .image-60, .image-61, .image-62 {
    width: 80%;
  }

  .heading-67 {
    font-size: 36px;
    line-height: 36px;
    left: 15px;
  }

  .heading-68 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 36px;
  }

  .heading-69 {
    font-size: 36px;
    line-height: 36px;
    left: 35px;
  }

  .paragraph-8 {
    text-align: justify;
    margin-top: 20px;
    padding-right: 0;
  }

  .line, .line-3, .line-2 {
    background-color: #a1a1a12e;
  }

  .sectionknowhow {
    margin-top: 148px;
  }

  .heading-71 {
    font-size: 22px;
  }

  .h1-marken {
    z-index: 10;
    padding-left: 10px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 32px;
    line-height: 40px;
    position: relative;
  }

  .akkordionleistungtoggle {
    height: 65px;
  }

  .text-block-9 {
    letter-spacing: -1px;
    margin-top: 6px;
    font-family: Trial Rooftop, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .bigheadlinedekor {
    margin-top: 0;
    font-size: 13vw;
    line-height: 15vw;
  }

  .bigheadlinedekorbl {
    font-size: 13vw;
    line-height: 15vw;
  }

  .image-63 {
    width: 200px;
    top: -12px;
  }

  .div-block-54 {
    width: 100%;
    height: 450px;
    padding-left: 0%;
    display: none;
    position: relative;
  }

  .heading-72 {
    inset: 37% 0% auto;
  }

  .heading-73 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-64 {
    inset: 140px 0% 0%;
  }

  .sectioncases {
    margin-top: 0;
    padding-top: 50px;
  }

  .heading-74 {
    margin-top: 0;
  }

  .heading-75 {
    width: 100%;
    font-size: 6vw;
    line-height: 7vw;
  }

  .paragraph-9 {
    text-align: justify;
    font-size: 14px;
  }

  .div-block-57 {
    display: none;
  }

  .container-large-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-75-copy2 {
    text-align: left;
    bottom: 0;
    right: 0;
  }

  .zahl-03 {
    display: none;
  }

  .heading-case-2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .paragraph-9-copy {
    text-align: justify;
    font-size: 14px;
  }

  .div-block-58 {
    margin-top: 25px;
  }

  .heading-78 {
    margin-top: 0;
    font-size: 8vw;
    line-height: 9vw;
  }

  .image-69 {
    display: none;
  }

  .sectioncases2 {
    z-index: 1;
    margin-top: 336px;
    padding-top: 0;
  }

  .div-block-60 {
    display: none;
  }

  .image-70 {
    width: 300px;
    top: 72px;
  }

  .div-block-63 {
    margin-top: -135px;
  }

  .div-block-64 {
    margin-top: 0;
  }

  .div-block-65 {
    margin-top: 64px;
  }

  .heading-80 {
    margin-top: 122px;
  }

  .paragraph-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-67 {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-81 {
    font-size: 36px;
  }

  .heading-82, .heading-83 {
    display: none;
  }

  .paragraph-12 {
    padding-right: 0;
  }

  .div-block-68 {
    display: none;
  }

  .div-block-69 {
    height: 240px;
    margin-top: -220px;
    padding-top: 5px;
    display: none;
    top: 0;
  }

  .image-73 {
    margin-top: 0;
  }

  .heading-84 {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .list-item-4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
  }

  .list-item-5 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
  }

  .list {
    padding-left: 20px;
  }

  .list-2 {
    margin-top: 20px;
    padding-left: 10px;
  }

  .list-3 {
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 15px;
  }

  .div-block-70 {
    width: 150px;
    height: 40px;
  }

  .heading-85 {
    margin-top: -5px;
    font-size: 11px;
  }

  .div-block-71 {
    margin-top: 93px;
  }

  .paragraph-13 {
    padding-left: 0;
    padding-right: 0;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .btn-sizer {
    width: 225px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    left: -10px;
  }

  .container-large-custom {
    margin-top: 0;
  }

  .heading-87 {
    padding-right: 0;
  }

  .heading-88 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-14 {
    text-align: justify;
    padding-right: 0;
  }

  .image-77 {
    height: auto;
  }

  .div-block-77 {
    height: 100%;
  }

  .image-78 {
    position: static;
  }

  .slider-3 {
    background-color: #ddd0;
    height: 230px;
  }

  .div-block-78 {
    display: none;
  }

  .columns-7 {
    width: 90%;
    top: 35px;
    left: auto;
  }

  .heading-92 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-15 {
    text-align: justify;
    font-size: 15px;
  }

  .about {
    margin-top: -36px;
  }

  .image-80 {
    width: 80%;
    margin-top: 0;
    bottom: -50px;
  }

  .image-83 {
    display: none;
  }

  .text-span-11, .text-span-12 {
    color: #b90d1d;
    font-weight: 500;
  }

  .image-85 {
    display: none;
  }

  .column-8 {
    margin-top: 15px;
    padding-left: 10px;
  }

  .akkordioncontentholder {
    margin-top: 25px;
  }

  .heading-94 {
    margin-top: 139px;
    margin-left: 0;
    position: relative;
  }

  .code-embed {
    width: 100%;
    position: relative;
    top: 0;
    left: auto;
  }

  .list-project-1 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .image_red_03 {
    width: 260px;
    max-width: 260px;
    right: -20px;
  }

  .zahl-04, .zahl-01, .zahl-02 {
    display: none;
  }

  .image-87 {
    width: 300px;
    max-width: 100%;
    left: -20px;
  }

  .image01-feature {
    width: 110%;
    max-width: 110%;
    left: -20px;
  }

  .image02-feature {
    width: 110%;
    max-width: 110%;
    margin-top: -58px;
    bottom: 5px;
    left: -20px;
  }

  .image04-feature {
    width: 115%;
    max-width: 115%;
    left: -30px;
  }

  .image03-feature {
    top: 23px;
  }

  .div-block-91 {
    height: 0;
    top: -129px;
  }

  .projectframe {
    height: 100%;
    padding-top: 70px;
  }

  .projectitem {
    height: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-88 {
    width: 30px;
    margin-top: 2px;
    margin-left: 5px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-92 {
    display: none;
  }

  .slider-4 {
    height: 185px;
  }

  .left-arrow {
    width: 100px;
    height: 60px;
    top: auto;
    bottom: -110px;
  }

  .left-arrow.hov-arrow {
    top: 282px;
  }

  .right-arrow {
    width: 100px;
    height: 60px;
    top: auto;
    bottom: -59%;
  }

  .right-arrow.hov-arrow {
    bottom: -127px;
  }

  .slide-3 {
    height: auto;
  }

  .right-arrow-4 {
    bottom: -46px;
    left: 252px;
  }

  .left-arrow-4 {
    bottom: -47px;
    left: 146px;
  }

  .image-96 {
    display: none;
  }

  .div-block-94 {
    width: 100%;
    margin-top: 119px;
    position: relative;
    right: 0;
  }

  .heading-98 {
    color: #b90d1d;
  }

  .paragraph-16 {
    text-align: justify;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-99 {
    color: #fff;
  }

  .image-97 {
    left: -48px;
  }

  .link-block-10 {
    width: 150px;
  }

  .frischluft {
    background-position: 70%;
    padding-top: 102px;
  }

  .image-100 {
    width: 50%;
  }

  .image-102 {
    width: 80%;
    bottom: -279px;
    left: 97px;
  }

  .h-frischluft {
    font-size: 16px;
  }

  .mask-4 {
    height: 100%;
  }

  .div-block-98 {
    top: -283px;
  }

  .column-16 {
    margin-top: 0;
  }

  .heading-102 {
    color: #b90d1d;
    font-size: 4vw;
    line-height: 6vw;
    position: relative;
    top: 0;
    left: 12px;
  }

  .div-block-99 {
    position: relative;
    top: 0;
    left: 12px;
  }

  .columns-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-12 {
    padding-left: 40px;
  }

  .columns-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-19 {
    padding-left: 0;
    top: auto;
  }

  .column-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-27 {
    height: 100%;
  }

  .column-28 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-14 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .column-29 {
    flex: 1;
  }

  .column-30 {
    flex: 1;
    margin-top: -34px;
  }

  .columns-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

  .column-31, .column-32 {
    flex: 1;
  }

  .column-33 {
    margin-top: -15px;
    padding-left: 5px;
  }

  .columns-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

  .column-34 {
    flex: 0 auto;
  }

  .column-35 {
    flex: 1;
    padding-left: 30px;
  }

  .columns-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

  .column-36, .column-37 {
    flex: 1;
  }

  .column-38 {
    flex: 1;
    margin-top: -24px;
    padding-left: 5px;
  }

  .columns-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: -10px;
    display: flex;
  }

  .column-39, .column-40 {
    flex: 1;
  }

  .column-41 {
    flex: 1;
    padding-left: 5px;
  }

  .footertablet {
    display: none;
  }

  .footermobile {
    display: block;
    position: absolute;
    top: 10px;
  }

  .videotablet {
    display: none;
  }

  .div-block-103 {
    background-color: #0000;
    background-image: linear-gradient(#00000040, #fff0);
    height: 400px;
    display: block;
  }

  .headingcopycenter {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-family: "Vcr Osd Mono 1", Verdana, sans-serif;
    position: absolute;
    bottom: -63px;
  }

  .videomobile {
    display: block;
  }

  .klammer_unten, .klammer_oben {
    display: none;
  }

  .lottie-animation-2 {
    width: 300px;
    top: -163px;
  }

  .lottie-animation-3 {
    display: none;
  }

  .lottie-animation-4 {
    width: 70%;
  }

  .lottie-animation-6 {
    width: 70%;
    display: none;
    top: auto;
    bottom: 217px;
  }

  .cta-bg-masked {
    width: 100%;
    top: -26px;
    left: 0;
  }

  .code-embed-9 {
    top: -78px;
  }

  .codeimageakkordeon {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    top: auto;
    left: auto;
  }

  .columns-22 {
    width: 100%;
  }

  .image-112, .image-113 {
    width: 60%;
  }

  .image-114 {
    width: 100%;
  }

  .div-block-109 {
    margin-top: -53px;
    top: 85px;
  }

  .innerline {
    display: none;
  }

  .div-block-113 {
    height: auto;
  }

  .code-embed-11 {
    width: 250px;
  }

  .content_holder, .content_holder_right {
    display: none;
  }

  .div-block-116 {
    background-color: #cabcbc00;
    position: absolute;
    top: 0;
  }

  .image-117, .image-117-copy {
    width: 60px;
  }

  .div-block-57-right, .code-embed-13, .div-block-120 {
    display: none;
  }

  .image-118 {
    width: 100%;
  }

  .image-119 {
    width: 95%;
    margin-left: 0;
  }

  .formular_desktop_below {
    width: 100%;
    position: relative;
    top: 18px;
    left: auto;
  }

  .div-block-124 {
    top: 150px;
  }

  .container-formular {
    padding: 0 20px 20px;
  }

  .div-block-126 {
    width: 105%;
    height: 490px;
    top: 148px;
    left: -10px;
  }

  .image-120 {
    width: 80%;
  }

  .div-block-127 {
    margin-top: 112px;
  }

  .image-121 {
    width: 70%;
  }

  .image-122 {
    width: 90%;
  }

  .image-123 {
    width: 80%;
  }

  .text_netzwerk {
    padding-left: 0;
    padding-right: 0;
    font-family: Suisseintl, Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-132 {
    margin-top: 0;
  }

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

  .div-block-134 {
    height: 1200px;
    margin-top: 50px;
    padding-bottom: 0;
  }

  .div-block-135 {
    margin-bottom: 70px;
  }

  .heading-109 {
    color: #1a1a1a;
    margin-top: 50px;
  }

  .heading-110 {
    line-height: 22px;
  }

  .div-block-137 {
    margin-top: -9px;
    top: 0;
  }

  .div-block-138 {
    margin-top: -162px;
    bottom: -83px;
  }

  .columns-26 {
    margin-top: 114px;
  }

  .btn-sizer-workshop {
    width: 225px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    top: -56px;
    left: -5px;
  }

  .heading-111 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 16px;
    line-height: 17px;
  }

  .image-131 {
    width: 150px;
  }

  .image-131-copy {
    width: 140px;
  }

  .heading-12-copy {
    font-size: 30px;
    line-height: 44px;
  }

  .image-73-copy {
    margin-top: 0;
  }

  .div-block-70-copy {
    width: 150px;
    height: 40px;
  }

  .div-block-145 {
    border-style: none;
    height: 500px;
    margin-top: 6px;
    margin-bottom: 50px;
  }

  .heading-112 {
    color: #222;
    text-align: center;
    margin-top: 55px;
    padding-left: 0;
    font-size: 30px;
    font-weight: 500;
  }

  .image-132, .image-133, .image-134 {
    width: 65%;
  }

  .keyfacts-holder {
    max-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-154 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-22, .paragraph-22-copy {
    font-size: 13px;
  }

  .div-block-156 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -44px;
    left: auto;
  }

  .div-block-157 {
    display: none;
  }

  .subhead-knowho {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 16px;
    line-height: 17px;
  }

  .subhead-knowhow-right {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 17px;
  }

  .div-block-159 {
    width: 100%;
  }

  .subhead-knowho-copy {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 16px;
    line-height: 17px;
  }
}

#w-node-_47873c23-21e5-3d0d-129a-f3cd618114ba-afbdd6c3 {
  justify-self: center;
}

#w-node-_49057461-bb25-df76-780c-29df5582ba91-afbdd6c3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-eb538d6d-a0ca-f679-cce0-abaf0385acbc-afbdd6c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_8fcdad01-e5cb-b54e-ac6a-da0a1114e7eb-afbdd6c3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d13d07b8-d484-ba84-9e8e-2ec268fc24ac-afbdd6c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0cdc3cf-4751-7a2b-0924-352986e94504-afbdd6c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_58969c3a-45d1-7f0f-e574-f8eec185f406-5f6535b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e7d74d2-5b1c-d113-e72a-0b991be3096d-1b9f7cfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_0e7d74d2-5b1c-d113-e72a-0b991be30971-1b9f7cfc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0e7d74d2-5b1c-d113-e72a-0b991be30981-1b9f7cfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e7d74d2-5b1c-d113-e72a-0b991be309a2-1b9f7cfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a2-f6a6d31f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a6-f6a6d31f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8b6-f6a6d31f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8d7-f6a6d31f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_49057461-bb25-df76-780c-29df5582ba91-afbdd6c3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-eb538d6d-a0ca-f679-cce0-abaf0385acbc-afbdd6c3 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_8fcdad01-e5cb-b54e-ac6a-da0a1114e7eb-afbdd6c3 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8fcdad01-e5cb-b54e-ac6a-da0a1114e7ec-afbdd6c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be3096d-1b9f7cfc {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be30971-1b9f7cfc {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be30972-1b9f7cfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a2-f6a6d31f {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a6-f6a6d31f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a7-f6a6d31f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60e36f55-2924-3549-99cf-c87afb8d2fa2-afbdd6c3 {
    place-self: center;
  }

  #w-node-_49057461-bb25-df76-780c-29df5582ba91-afbdd6c3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-eb538d6d-a0ca-f679-cce0-abaf0385acbc-afbdd6c3 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_8fcdad01-e5cb-b54e-ac6a-da0a1114e7eb-afbdd6c3 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_8fcdad01-e5cb-b54e-ac6a-da0a1114e7ec-afbdd6c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be3096d-1b9f7cfc {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be30971-1b9f7cfc {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be30972-1b9f7cfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a2-f6a6d31f {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a6-f6a6d31f {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a7-f6a6d31f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49057461-bb25-df76-780c-29df5582ba91-afbdd6c3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-eb538d6d-a0ca-f679-cce0-abaf0385acbc-afbdd6c3, #w-node-_0e7d74d2-5b1c-d113-e72a-0b991be3096d-1b9f7cfc, #w-node-_30b1d666-ca3d-04f9-8dea-5964ef48e8a2-f6a6d31f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vcr Osd Mono 1';
  src: url('../fonts/VCR_OSD_MONO_1.001.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftopmono';
  src: url('../fonts/TRIAL_RooftopMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop';
  src: url('../fonts/TRIAL_Rooftop-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop';
  src: url('../fonts/TRIAL_Rooftop-Extrabold.otf') format('opentype'), url('../fonts/TRIAL_Rooftop-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop Book';
  src: url('../fonts/TRIAL_Rooftop-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop';
  src: url('../fonts/TRIAL_Rooftop-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftopmono';
  src: url('../fonts/TRIAL_RooftopMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop';
  src: url('../fonts/TRIAL_Rooftop-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop';
  src: url('../fonts/TRIAL_Rooftop-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftop';
  src: url('../fonts/TRIAL_Rooftop-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trial Rooftopmono';
  src: url('../fonts/TRIAL_RooftopMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}