@font-face {
  font-family: "Nunito sans v12 latin 200";
  src: url('../fonts/nunito-sans-v12-latin-200.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito sans v12 latin;
  src: url('../fonts/nunito-sans-v12-latin-300italic.ttf') format("truetype"), url('../fonts/nunito-sans-v12-latin-600italic.ttf') format("truetype"), url('../fonts/nunito-sans-v12-latin-700italic.ttf') format("truetype"), url('../fonts/nunito-sans-v12-latin-900italic.ttf') format("truetype"), url('../fonts/nunito-sans-v12-latin-200italic.ttf') format("truetype"), url('../fonts/nunito-sans-v12-latin-italic.ttf') format("truetype"), url('../fonts/nunito-sans-v12-latin-800italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito sans v12 latin 600";
  src: url('../fonts/nunito-sans-v12-latin-600.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito sans v12 latin 300";
  src: url('../fonts/nunito-sans-v12-latin-300.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito sans v12 latin 700";
  src: url('../fonts/nunito-sans-v12-latin-700.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito sans v12 latin 800";
  src: url('../fonts/nunito-sans-v12-latin-800.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito sans v12 latin;
  src: url('../fonts/nunito-sans-v12-latin-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito sans v12 latin 900";
  src: url('../fonts/nunito-sans-v12-latin-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --yellow-green-neu: #ace423;
  --light-blue: #f1f4f8;
  --steel-blue: #0084bf;
  --dark-grey: #9ea5ab;
  --dark-grey-2: #979ca0;
  --grey: #757b80;
  --green-yellow: #baf52a;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--white);
  color: #f1f4f8;
  font-family: Nunito sans v12 latin, Arial, sans-serif;
  font-size: 8px;
  line-height: 180%;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  color: #0000;
  margin-top: 70px;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: var(--white);
  font-size: 3vh;
  font-weight: 400;
  transition: opacity .4s;
}

.showreel-title.project:hover {
  opacity: .3;
}

.caption {
  color: #c45af4;
  text-align: center;
  letter-spacing: 1.04px;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Sofia pro semi;
  font-size: 13px;
  line-height: 130%;
}

.overlay {
  z-index: 88888;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: 9vw;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu {
  z-index: 99999;
  color: #1e1e20;
  cursor: pointer;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40px;
  height: auto;
  margin-left: -20px;
  font-size: 8px;
  line-height: 100%;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.menu-bg {
  z-index: 8888;
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  display: block;
  position: fixed;
  inset: 0%;
}

.menu-left {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: fixed;
}

.menu-links {
  z-index: 999999;
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -6vh;
  line-height: 180%;
  display: flex;
  position: static;
  left: 65px;
}

.link {
  opacity: 1;
  color: var(--white);
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 8vh;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: transform .2s, margin-left .4s, color .4s;
  display: block;
}

.link:hover {
  opacity: 1;
  color: var(--yellow-green-neu);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 10px;
}

.link.w--current {
  opacity: 1;
  color: var(--yellow-green-neu);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 8vh;
  font-weight: 600;
  transition: margin-left .4s, color .4s;
  display: block;
}

.link.w--current:hover {
  color: var(--yellow-green-neu);
}

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

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

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

.body-2 {
  background-color: #1e1e20;
}

.hero {
  clear: both;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100vh;
  padding-bottom: 100px;
  display: block;
}

.container4 {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  max-width: 80vw;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  line-height: 0%;
  display: block;
  position: static;
}

.heading {
  color: var(--black);
  object-fit: fill;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 112%;
  display: block;
}

.header-claim {
  float: left;
  clear: none;
  color: #fff;
  white-space: normal;
  margin-left: 95px;
  margin-right: 30px;
  padding-top: 42px;
  display: block;
}

.text-block-2 {
  color: var(--black);
  max-width: 30vw;
  font-family: Nunito sans v12 latin, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  position: static;
}

.image-2 {
  float: right;
  clear: none;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  padding-top: 24px;
  padding-right: 40px;
  position: static;
}

.brand-logo {
  text-align: left;
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
}

.header {
  z-index: 10;
  color: var(--white);
  background-color: #ffffffe6;
  width: 100vw;
  height: 100px;
  position: fixed;
}

.arrow-button {
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/arrow-right-black-.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  width: 100vw;
  max-width: 21ch;
  height: 60px;
  margin-top: 0;
  margin-right: auto;
  padding-top: 28px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.arrow-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: none;
  filter: invert();
  color: var(--black);
  background-position: 90%;
  background-size: auto 32%;
  margin-top: 0;
  padding: 28px 28px 0 0;
  position: static;
}

.arrow-button.w--current {
  border-width: 2px;
  border-color: var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/arrow-right-black-.svg');
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  max-width: 21ch;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 28px;
  padding-left: 0;
  font-size: 2.6em;
  transition-duration: .4s;
  display: block;
}

.arrow-button.w--current:hover {
  border-color: var(--white);
  background-color: var(--white);
  filter: invert();
  color: var(--black);
  background-size: auto 32%;
  padding-right: 28px;
}

.blog-photos-section {
  background-color: var(--light-blue);
  object-fit: fill;
  width: 100%;
  font-weight: 300;
  display: block;
}

.arrow-down {
  z-index: 20;
  opacity: 1;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 8px;
  line-height: 50%;
  display: flex;
  position: static;
  inset: auto auto 4% 114px;
}

.mail {
  z-index: 20;
  background-color: var(--black);
  color: var(--white);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 140px;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.mail:hover {
  background-color: var(--yellow-green-neu);
  color: var(--black);
}

.mail.w--current {
  z-index: 1;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-imagebox {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  margin-top: -17vh;
  display: flex;
}

.teaser {
  z-index: 1;
  padding-bottom: 3vh;
  padding-right: 3vw;
  position: static;
}

.contentbox {
  float: none;
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25vh;
  display: block;
}

.textbox {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-46 {
  justify-content: space-between;
  width: 80%;
  padding-left: 0;
  display: flex;
}

.footer {
  z-index: -30;
  background-color: var(--white);
  justify-content: space-around;
  align-items: flex-start;
  height: 40vh;
  margin-top: 60px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-48 {
  clear: none;
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-end;
  align-items: flex-start;
  height: 60px;
  display: flex;
  position: static;
}

.text-block-10 {
  color: var(--black);
  margin-top: 25px;
  font-family: Nunito sans v12 latin, Arial, sans-serif;
  font-size: 2.2vh;
  font-weight: 400;
  line-height: 150%;
}

.text-block-11 {
  clear: none;
  color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  display: flex;
}

.project-image {
  object-fit: fill;
  background-color: #0000;
}

.referenz-image {
  opacity: 1;
  object-fit: fill;
  width: 100%;
}

.referenz-image:hover {
  background-color: #0000;
}

.project-wrap {
  color: #333;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  align-items: stretch;
  text-decoration: none;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 4px 4px 12px -8px #0000001f;
}

.project-wrap:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transform: translate(0, -5px);
  box-shadow: 14px 14px 30px 4px #0000002e;
}

.div-imagebox-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  height: auto;
  padding-right: 3vw;
  display: flex;
}

.div-textbox-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35vw;
  padding-top: 4vh;
  display: flex;
}

.div-imagebox-3 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  display: flex;
}

.textbox-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35vw;
  margin-top: 12vh;
  padding-right: 0;
  display: flex;
}

.div-imagebox-4 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  padding-right: 3vw;
  display: flex;
}

.div-textbox-4 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 35vw;
  display: flex;
}

.textboix-5 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35vw;
  display: flex;
}

.div-imagebox-5 {
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  display: flex;
}

.teaser-down {
  object-fit: contain;
  background-color: #0000;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vh;
  font-size: 8vw;
  display: block;
}

.paragraph {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Nunito sans v12 latin 300", Arial, sans-serif;
  font-size: 2.9vh;
  font-weight: 400;
  line-height: 135%;
  display: block;
}

.link-2 {
  color: var(--black);
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.link-2:hover {
  color: var(--steel-blue);
}

.div-link-footer {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 10vh;
  display: flex;
}

.text-block-22 {
  color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.text-block-22:hover {
  color: var(--steel-blue);
}

.link-block {
  background-color: var(--black);
  color: var(--white);
  column-count: 3;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  transition: background-color .4s;
  display: flex;
}

.link-block:hover {
  background-color: var(--steel-blue);
}

.link-block.w--current {
  background-color: var(--black);
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-size: 6px;
  transition: background-color .4s;
  display: flex;
}

.link-block.w--current:hover {
  opacity: 1;
  filter: none;
  background-color: #0084bf;
}

.image-4 {
  opacity: 1;
  object-fit: none;
  flex: 1;
  max-height: 100%;
  display: block;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

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

.copyright {
  z-index: -30;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.link-3 {
  color: var(--black);
  margin-right: 21px;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-3:hover {
  color: var(--steel-blue);
}

.link-5 {
  color: var(--black);
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-5:hover {
  color: var(--steel-blue);
}

.wrapper-content-1 {
  clear: none;
  text-align: left;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contentbox-top {
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 25vh;
  display: block;
}

.wrapper-2 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.wrapper-3, .wrapper-4, .wrapper-5 {
  justify-content: flex-end;
  display: flex;
}

.wrapper-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25vh;
  margin-left: 10vw;
  line-height: 0%;
  display: flex;
}

.textbox-5 {
  padding-bottom: 0;
}

.text-block-23 {
  color: var(--black);
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 120%;
}

.text-links {
  color: var(--black);
  font-weight: 400;
  text-decoration: underline;
  transition: color .4s;
}

.text-links:hover {
  color: var(--steel-blue);
  text-decoration: underline;
}

.text-links.w--current {
  color: var(--black);
  text-decoration: underline;
  transition: color .4s;
}

.text-links.w--current:hover {
  color: var(--steel-blue);
}

.link-block-2 {
  flex: none;
  display: flex;
}

.link-block-2.w--current {
  object-fit: fill;
}

.heading-7 {
  color: var(--black);
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.heading-8 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 2.1vh;
  font-weight: 400;
  line-height: 2em;
}

.text-block-24 {
  color: var(--black);
  flex: 1;
  max-width: 25ch;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.paragraph-2 {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 60vw;
  margin-right: 0;
  font-family: "Nunito sans v12 latin 300", Arial, sans-serif;
  font-size: 3.3vw;
  font-weight: 400;
  line-height: 130%;
}

.heading-9 {
  color: var(--black);
  border-bottom: 1.75px #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2.9vh;
  font-weight: 400;
  line-height: 130%;
}

.text-block-25 {
  color: var(--black);
  flex-direction: row;
  justify-content: flex-end;
  width: 60vw;
  max-width: 80ch;
  margin-top: 15px;
  margin-bottom: 70px;
  font-family: "Nunito sans v12 latin 300", Arial, sans-serif;
  font-size: 2.6vh;
  font-weight: 400;
  line-height: 135%;
  display: block;
}

.section-1 {
  clear: both;
  border: 1px solid #0000;
  width: auto;
  line-height: 120%;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

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

.slider11 {
  height: 70vh;
  max-height: 70vh;
}

.slide-6 {
  object-fit: fill;
  background-image: url('../images/diedrich_niederzier_dusche.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-pro2-wrapper {
  object-fit: fill;
  width: 40vw;
  position: relative;
}

.slide-8 {
  background-image: url('../images/diedrich_niederzier_wohnraum.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-27 {
  margin-top: 33px;
  font-family: Nunito sans v12 latin, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  transform: rotate(-90deg);
}

.text-block-29 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 54px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.top-button {
  z-index: 999;
  opacity: 1;
  color: var(--black);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 190px;
  font-size: 24px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: auto -61px 120px auto;
  transform: rotate(-90deg);
}

.top-button:hover {
  opacity: .5;
  color: var(--black);
}

.top-button.w--current {
  transition-property: none;
}

.top-button.w--current:hover {
  opacity: .5;
}

.text-block-31 {
  color: var(--black);
  padding-top: 0;
  font-family: Nunito sans v12 latin, Arial, sans-serif;
  font-size: 100%;
  display: inline-block;
}

.image-96 {
  float: right;
  text-align: left;
  max-width: 20%;
  margin-left: 12px;
  padding-top: 3px;
  display: block;
}

.c-faq-q {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 3px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px;
  font-size: 8px;
  line-height: 1.6;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-item {
  background-color: var(--white);
  cursor: pointer;
  border-left: 3px solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.faq-q-text-2 {
  color: #000;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 120%;
}

.c-faq-icon-2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-a-text-2 {
  color: #000;
  max-width: 100ch;
  font-family: "Nunito sans v12 latin 200", Arial, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 140%;
}

.cloneable-area-2 {
  width: 100%;
  height: auto;
}

.c-faq-item-2 {
  background-color: var(--white);
  cursor: pointer;
  border-left: 3px #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-2 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

._w-faq-icon-2 {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.faq-divider-2 {
  border-top: 1px solid #000;
  max-width: 100667000000000ch;
  height: 0;
}

.div-block-57 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: stretch start;
  width: 100%;
  margin-top: 150px;
  display: grid;
}

.text-block-33 {
  color: var(--black);
  letter-spacing: .03em;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
}

.background-video {
  object-fit: fill;
  object-position: 0% 0%;
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
}

.fullscreen {
  z-index: 999;
  border: 1px none var(--light-blue);
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.text-block-35 {
  color: var(--white);
  width: 100%;
  margin-bottom: 5px;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.05em;
  position: static;
  inset: auto 0% 17% 3%;
}

.div-block-62 {
  color: #0000;
  background-color: #0000;
  width: 100%;
  height: 50vh;
  margin-bottom: 10px;
  position: sticky;
  top: 120px;
}

.text-block-36 {
  border: 1px solid var(--light-blue);
  opacity: 1;
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/ronak-jain-37hk9d4ig_4-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  height: 50vh;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

.link-6 {
  color: var(--black);
  background-color: #0000;
  text-decoration: none;
  transition: border-color .4s, color .4s;
}

.link-6:hover {
  border-bottom: 2px solid var(--steel-blue);
  color: var(--steel-blue);
  text-transform: none;
  text-decoration: none;
}

.div-block-64 {
  opacity: 1;
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.div-block-65 {
  background-color: #0000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 6%;
}

.arrow-btn-text {
  margin-left: 0;
  margin-right: 10px;
  font-family: "Nunito sans v12 latin 300", Arial, sans-serif;
  font-size: 5ch;
  font-weight: 400;
  text-decoration: none;
}

.arrow-icon {
  margin-top: -1px;
}

.arrow-icon.right {
  border-style: none;
  border-color: #000;
  flex: none;
  height: 3em;
  margin-top: 0;
  margin-right: -1px;
  font-size: 8px;
}

.arrow-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.arrow-wrap.right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 55px;
}

.arrow-extension {
  background-color: #fff;
  width: 80px;
  height: 1px;
  position: absolute;
}

.arrow-extension.right {
  border: .18em solid var(--white);
  transform-origin: 0%;
  border-radius: 20px;
  width: 60px;
  height: auto;
  margin-right: 5px;
}

.arrow-btn {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block;
}

.arrow-btn.right {
  flex-direction: row;
  display: flex;
}

.arrow-btn.right.invert {
  text-transform: none;
  object-fit: fill;
  max-width: 85ch;
  margin-top: 35px;
  margin-left: 2px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-block-37 {
  color: var(--black);
  font-size: 2.2vh;
  font-weight: 400;
  line-height: 2em;
}

.link-7 {
  color: var(--black);
  font-size: 2.2vh;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: border-color .4s, color .4s;
  display: block;
}

.link-7:hover {
  border-bottom-style: none;
  border-bottom-color: var(--steel-blue);
  color: var(--steel-blue);
}

.team-wrapper {
  z-index: 20;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 35px;
  padding-left: 60px;
  display: flex;
}

.text-block-38 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 400;
  line-height: 1.15em;
  display: block;
}

.team-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.team-wrapper-1 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 95%;
  margin-top: 17vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 35px;
  padding-left: 6vw;
  padding-right: 10px;
  display: flex;
}

.funktion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.card-blog__wrapper-image {
  overflow: hidden;
}

.collection-item__card-blog {
  background-color: var(--light-blue);
  color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: box-shadow .4s, transform .2s, opacity .2s;
}

.collection-item__card-blog:hover {
  transform: translate(0, -5px);
  box-shadow: 32px 24px 30px -25px #0000002e;
}

.wrapper-text__line {
  background-color: var(--yellow-green-neu);
  width: 70px;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link__text-2 {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link__text-2.blog {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: "Nunito sans v12 latin 300", Arial, sans-serif;
  font-size: 2.1vh;
  font-weight: 400;
  line-height: 120%;
}

.team-imagemotiv {
  max-width: 25vw;
  display: block;
  box-shadow: 13px 13px 40px 3px #0003;
}

.team-wrapper-2 {
  clear: none;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teaser-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 3vh;
  display: flex;
  position: static;
}

.team-wrapper-down {
  background-color: var(--white);
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  height: 60vh;
  display: flex;
  box-shadow: 18px 18px 40px 3px #00000026;
}

.team-wrapper-down-image {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.team-wrapper-down-text {
  align-items: flex-start;
  max-width: 50%;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-68 {
  background-image: linear-gradient(98deg, #bced4259, #0084bf59), url('../images/architektur-dueren-koln-aachen.jpg');
  background-position: 0 0, 75% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.text-block-41 {
  color: var(--black);
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 63px;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.text-block-42 {
  color: var(--black);
  flex-flow: row;
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  font-size: 2vh;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.html-embed {
  display: none;
}

.text-block-43 {
  background-image: linear-gradient(94deg, #a1d521, var(--steel-blue) 69%);
  color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: flex-start;
  max-width: 20ch;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 115%;
  display: block;
}

.claim {
  z-index: 999;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 2159.72px;
}

.claim-3 {
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 66px;
  padding-top: 240px;
  display: block;
}

.claim-4 {
  align-items: flex-start;
  margin-top: 220px;
  margin-bottom: 40px;
  margin-right: 66px;
  display: flex;
}

.div-block-71 {
  width: 100%;
  height: 100%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
}

.div-block-72 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/potschernik-barrierefreies-bauen.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

.text-block-45 {
  color: var(--black);
  margin-bottom: 0;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 160%;
}

.scroll-down-button {
  z-index: 20;
  justify-content: flex-start;
  margin-left: 5%;
  display: block;
  position: fixed;
  bottom: -3%;
  left: auto;
  right: auto;
}

.text-block-46 {
  border: 2.2px none var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  padding: 0 3px 3px;
  font-family: Nunito sans v12 latin, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
  position: relative;
  top: -131px;
  transform: none;
}

.kreis {
  border: 2.5px dotted #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  display: flex;
}

.wrapper-teaser-down {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20vh;
  display: flex;
}

.text-left {
  color: #0000;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  font-size: 8px;
  display: flex;
}

.div-block-73 {
  max-width: 50vw;
}

.div-block-74 {
  max-width: 60vw;
}

.div-block-75 {
  max-width: 47vw;
}

.div-block-76 {
  max-width: 50vw;
}

.div-block-77 {
  max-width: 38vw;
}

.teasertext-1 {
  text-align: left;
  background-color: #0000;
  border: 2px #000;
  justify-content: flex-start;
  max-width: 55vw;
  font-size: 8px;
  display: flex;
}

.text-links-light {
  color: var(--black);
  transition: color .4s;
}

.text-links-light:hover {
  color: var(--steel-blue);
}

.slide-13 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/potschernik-barrierefreies-bauen.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blog-slider1 {
  background-color: var(--white);
  height: 70vh;
  margin-bottom: 25vh;
  display: none;
}

.slide-14 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/innenarchitektur-exlusiver-saunabereich.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-48, .text-block-49 {
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.slide-nav-5 {
  color: var(--white);
  margin-bottom: -50px;
}

.text-block-50 {
  color: var(--black);
  width: auto;
  max-width: 80ch;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 2.6vh;
  font-weight: 400;
  line-height: 135%;
}

.wrapper-containe-02 {
  padding-top: 25vh;
}

.text-block-51 {
  color: #000;
  font-size: 2.6vh;
  line-height: 135%;
}

.text-block-52 {
  color: var(--black);
  padding-bottom: 20px;
  font-size: 2.6vh;
  font-weight: 300;
}

.list-01 {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 18px;
  font-weight: 300;
  list-style-type: disc;
}

.list-02 {
  color: var(--black);
  margin-bottom: 9px;
  padding-left: 18px;
  font-weight: 300;
}

.text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59 {
  font-size: 2.6vh;
  line-height: 135%;
}

.wrapper-projekt {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.wrapper-projekt-text {
  background-color: #0000;
  flex-direction: column;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-11 {
  color: var(--black);
  margin-top: 0;
  font-family: "Nunito sans v12 latin 600", Arial, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.wrapper-projet {
  margin-bottom: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.item-projekt {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.body-3 {
  font-family: Nunito Sans;
  font-size: 8px;
  line-height: 180%;
}

.div-block-82 {
  width: 20px;
  height: 60px;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.button-projekt {
  text-align: left;
  max-width: 80vw;
  height: 25vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-83 {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav-6 {
  margin-bottom: -50px;
}

.slider-start {
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 45vh;
  display: block;
}

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

.spacer-projekt {
  height: 120px;
}

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

.link-block-4:hover {
  color: var(--steel-blue);
}

.collection-item {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 35px;
  display: block;
}

.slide-15 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/diedrich_niederzier_kueche.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-16 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/innenarchitektur-wohnraum.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-17 {
  background-image: url('../images/arztpraxis_filip_empfang.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-84 {
  height: 230px;
}

.div-block-85 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.link-block-5 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  width: 7rem;
  display: flex;
  position: absolute;
  inset: auto 0% -4rem auto;
}

.is-magnetic {
  display: none;
}

.is-magnetic-2 {
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .overlay {
    display: none;
  }

  .menu-bg {
    display: block;
  }

  .menu-left {
    z-index: 2147483647;
    position: fixed;
    left: 0;
  }

  .menu-links {
    margin-left: 20px;
  }

  .hero {
    width: auto;
    padding-bottom: 100px;
  }

  .container4 {
    width: 84vw;
    min-height: 80vh;
  }

  .heading {
    width: auto;
    max-width: none;
    font-size: 4.3vh;
    line-height: 122%;
  }

  .header-claim {
    margin-left: auto;
  }

  .image-2 {
    padding-right: 0;
  }

  .brand-logo {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .header {
    padding-left: 80px;
    padding-right: 38px;
  }

  .arrow-button.w--current {
    height: 60px;
  }

  .blog-photos-section {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: block;
  }

  .arrow-down {
    display: flex;
  }

  .div-imagebox {
    width: 40vw;
    margin-top: -17vh;
  }

  .contentbox {
    margin-bottom: 20vh;
  }

  .textbox {
    flex-direction: column;
    width: 42vw;
    margin-top: 20px;
  }

  .text-block-10 {
    font-size: 2vh;
  }

  .div-imagebox-2 {
    width: 35vw;
  }

  .div-textbox-2 {
    width: 44vw;
  }

  .div-imagebox-3 {
    width: 40vw;
  }

  .textbox-3 {
    width: 37vw;
    margin-top: 3vh;
  }

  .div-imagebox-4 {
    width: 40vw;
  }

  .div-textbox-4 {
    width: auto;
    max-width: 41vw;
  }

  .textboix-5 {
    width: 40vw;
    margin-top: 3vh;
  }

  .div-imagebox-5 {
    width: 38vw;
  }

  .paragraph {
    max-width: none;
    font-size: 2.2vh;
  }

  .link-2, .text-block-22 {
    font-size: 2.2vh;
  }

  .wrapper-content-1 {
    flex-direction: row;
    justify-content: flex-end;
  }

  .contentbox-top {
    margin-bottom: 20vh;
  }

  .wrapper-2 {
    justify-content: center;
  }

  .wrapper-3 {
    justify-content: flex-end;
  }

  .wrapper-4 {
    justify-content: flex-start;
  }

  .wrapper-5 {
    justify-content: flex-end;
  }

  .wrapper-container {
    height: 23vh;
    margin-top: 30vh;
    margin-left: 6vw;
  }

  .text-block-23 {
    font-size: 2.8vh;
  }

  .link-block-3 {
    flex: 1;
  }

  .link-block-3.w--current {
    flex: 0 auto;
    justify-content: flex-end;
    display: block;
  }

  .heading-7 {
    font-size: 2.8vh;
  }

  .heading-8 {
    margin-bottom: 1vh;
    font-size: 1.6vh;
    line-height: 130%;
  }

  .text-block-24 {
    object-fit: fill;
    font-size: 2.4vh;
    line-height: 1.2em;
  }

  .paragraph-2 {
    max-width: none;
    font-size: 3.8vh;
  }

  .heading-9 {
    font-size: 3em;
    line-height: 130%;
  }

  .text-block-25 {
    width: auto;
    max-width: none;
  }

  .slider11 {
    object-fit: fill;
    height: 40vh;
  }

  .slide-6 {
    object-fit: fill;
  }

  .div-block-57 {
    grid-column-gap: 75px;
    grid-template-columns: minmax(auto, 1fr);
    grid-auto-flow: row;
    justify-content: center;
  }

  .fullscreen {
    margin-top: 20px;
  }

  .text-block-35 {
    font-size: 5.5em;
  }

  .div-block-62 {
    width: auto;
    max-width: 100vw;
    height: auto;
    padding-right: 0;
    position: static;
  }

  .text-block-36 {
    font-size: 5em;
  }

  .arrow-btn-text {
    font-size: 2.5em;
  }

  .arrow-extension.right {
    width: 60px;
  }

  .text-block-37, .link-7 {
    font-size: 1.8vh;
  }

  .team-wrapper {
    justify-content: flex-start;
    min-height: 350px;
    margin-bottom: 0;
    padding-top: 80px;
  }

  .text-block-38 {
    font-size: 2.4vh;
  }

  .team-image {
    margin-top: 0;
  }

  .card-blog__wrapper-image, .collection-item__card-blog {
    height: auto;
  }

  .link__text-2.blog {
    font-size: 2.4em;
  }

  .team-wrapper-2 {
    min-height: 350px;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .teaser-3 {
    padding-left: 20px;
  }

  .team-wrapper-down {
    box-shadow: none;
    flex-flow: column-reverse;
    height: auto;
  }

  .team-wrapper-down-image {
    width: auto;
    min-height: 50vh;
  }

  .team-wrapper-down-text {
    background-color: #0000;
    max-width: 100%;
    padding-left: 0;
  }

  .div-block-68 {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }

  .text-block-41 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 3.5vh;
  }

  .text-block-43 {
    font-size: 6.5vw;
  }

  .claim {
    height: 150px;
  }

  .claim-3 {
    padding-top: 100px;
  }

  .wrapper-teaser-down {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 15vh;
  }

  .text-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    padding-top: 20px;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77 {
    max-width: none;
  }

  .teasertext-1 {
    width: auto;
    max-width: none;
  }

  .blog-slider1 {
    height: 40vh;
    margin-bottom: 10vh;
  }

  .text-block-50 {
    width: auto;
    margin-bottom: 25px;
    font-size: 2.4vh;
  }

  .wrapper-containe-02 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30vh;
    padding-top: 0;
    display: flex;
  }

  .text-block-52 {
    padding-bottom: 0;
    line-height: 1.5em;
  }

  .list-02 {
    margin-bottom: 25px;
  }

  .heading-11 {
    font-size: 3em;
  }

  .slider-start {
    height: 30vh;
  }

  .div-block-84 {
    height: 120px;
  }

  .link-block-5 {
    width: 7rem;
    bottom: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .showreel.project {
    margin-top: 25px;
  }

  .showreel-title.project {
    font-size: 1.5em;
    display: none;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: none;
  }

  .menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .menu-bg {
    display: block;
  }

  .menu-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .menu-links {
    flex-direction: column;
    margin-top: 0;
  }

  .link, .link.w--current {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 5.5em;
  }

  .hero {
    min-height: auto;
    padding-bottom: 20px;
  }

  .container4 {
    min-height: auto;
  }

  .heading {
    font-size: 4.6em;
    line-height: 120%;
  }

  .text-block-2 {
    display: none;
  }

  .image-2 {
    width: 90%;
    padding-top: 5px;
  }

  .brand-logo {
    align-items: flex-end;
  }

  .arrow-button {
    width: 100%;
    max-width: 767px;
  }

  .arrow-button.w--current {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 767px;
    display: block;
  }

  .blog-photos-section {
    color: var(--light-blue);
    display: block;
  }

  .arrow-down, .mail {
    display: none;
  }

  .div-imagebox {
    flex-direction: row;
    width: auto;
  }

  .teaser {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 2vh;
    display: block;
  }

  .contentbox {
    margin-bottom: 5vh;
  }

  .textbox {
    width: auto;
  }

  .div-block-46 {
    flex-direction: column;
  }

  .footer {
    margin-top: 60px;
  }

  .div-block-48 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 100px;
  }

  .text-block-10 {
    font-size: 3em;
  }

  .text-block-11 {
    width: 45vw;
    font-size: 1.8em;
  }

  .project-image, .project-wrap {
    width: 100%;
  }

  .div-imagebox-2 {
    width: auto;
    padding-right: 0;
  }

  .div-textbox-2, .div-imagebox-3 {
    width: auto;
  }

  .textbox-3 {
    width: auto;
    margin-top: 4vh;
  }

  .div-imagebox-4 {
    width: auto;
    padding-right: 0;
  }

  .div-textbox-4 {
    width: auto;
    max-width: none;
    padding-top: 4vh;
  }

  .textboix-5 {
    width: auto;
    margin-top: 4vh;
  }

  .div-imagebox-5 {
    width: auto;
  }

  .teaser-down {
    padding-top: 40px;
    font-size: 8px;
  }

  .paragraph {
    margin-right: 0;
    font-size: 2.4em;
  }

  .link-2 {
    font-size: 3.2em;
  }

  .div-link-footer {
    height: 60px;
  }

  .text-block-22 {
    font-size: 3.2em;
  }

  .link-block {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .columns {
    flex-direction: row;
    justify-content: flex-start;
    width: 80vw;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    text-align: left;
    flex-direction: row;
    justify-content: flex-end;
    line-height: 0%;
  }

  .column-2 {
    line-height: 0%;
    display: block;
  }

  .copyright {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 80vw;
    height: 40px;
    display: flex;
  }

  .link-3 {
    margin-right: 15px;
    font-size: 1.8em;
  }

  .link-5 {
    font-size: 1.8em;
  }

  .wrapper-content-1 {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .contentbox-top {
    margin-bottom: 10vh;
  }

  .wrapper-2 {
    flex-direction: column;
    justify-content: space-between;
  }

  .wrapper-3 {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .wrapper-4 {
    flex-direction: column;
    justify-content: space-between;
  }

  .wrapper-5 {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .wrapper-container {
    height: auto;
    margin-top: 15em;
    margin-left: 0;
    padding-bottom: 16vh;
  }

  .text-block-23 {
    font-size: 4.4em;
  }

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

  .heading-8 {
    font-size: 2.4em;
    line-height: 150%;
  }

  .text-block-24 {
    max-width: none;
    font-size: 3.4em;
  }

  .paragraph-2 {
    margin-right: 0;
    font-size: 4.4em;
  }

  .heading-9 {
    font-size: 3em;
    line-height: 130%;
  }

  .text-block-25 {
    max-width: 90vw;
    font-size: 2.5em;
    overflow: visible;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider11 {
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 60vh;
    max-height: 60vh;
    display: inline-block;
  }

  .slide-6 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .slider-pro2-wrapper {
    flex-direction: column;
    justify-content: space-around;
    width: auto;
    display: block;
  }

  .top-button, .top-button:hover, .top-button.w--current {
    display: none;
  }

  .slider-wrap {
    width: 225vw;
  }

  .faq-q-text-2 {
    line-height: 120%;
  }

  .faq-a-text-2 {
    font-size: 2.5em;
    line-height: 1.4em;
  }

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

  .text-block-35 {
    width: auto;
    margin-bottom: 15px;
    padding-bottom: 1vh;
    font-size: 6vh;
    line-height: .95em;
  }

  .div-block-62 {
    height: auto;
    position: static;
  }

  .text-block-36 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-bottom: 40px;
    font-size: 5em;
    display: block;
  }

  .arrow-btn-text {
    margin-left: 0;
    font-size: 3em;
  }

  .text-block-37, .link-7 {
    font-size: 2.4em;
  }

  .team-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 0;
    position: static;
  }

  .text-wrapper {
    width: auto;
    padding-left: 0;
  }

  .text-block-38 {
    font-size: 3.4em;
  }

  .team-image {
    object-fit: fill;
    align-items: center;
    width: 100%;
  }

  .team-wrapper-1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .text-wrapper-1 {
    padding-left: 0;
    display: block;
  }

  .collection-item__card-blog {
    height: auto;
  }

  .link__text-2.blog {
    font-size: 2.4em;
  }

  .team-imagemotiv {
    box-shadow: none;
    width: 100%;
    max-width: none;
  }

  .team-wrapper-2 {
    flex-direction: column-reverse;
    width: 100%;
    min-height: auto;
    margin-bottom: 60px;
  }

  .teaser-3 {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 2vh;
    display: block;
  }

  .team-wrapper-down {
    flex-direction: column-reverse;
  }

  .team-wrapper-down-text {
    max-width: 100%;
    height: 40vh;
    padding-left: 0;
  }

  .div-block-68 {
    background-position: 0 0, 75% 40%;
  }

  .text-block-41 {
    height: 23vh;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 3vh;
  }

  .html-embed {
    display: block;
  }

  .text-block-43 {
    font-size: 8vw;
    line-height: 120%;
  }

  .claim-3 {
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .scroll-down-button {
    display: none;
  }

  .wrapper-teaser-down {
    margin-bottom: 5vh;
  }

  .teasertext-1 {
    width: auto;
  }

  .blog-slider1 {
    height: 60vh;
    margin-bottom: 8vh;
  }

  .text-block-50 {
    margin-bottom: 25px;
    font-size: 2.5em;
  }

  .text-block-51 {
    font-size: 2.5em;
  }

  .text-block-52 {
    padding-bottom: 0;
    line-height: 1.5em;
  }

  .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59 {
    font-size: 2.6em;
  }

  .heading-11 {
    font-size: 3em;
  }

  .collection-item {
    padding-right: 0;
  }

  .div-block-84 {
    height: 0;
  }

  .link-block-5 {
    width: 6rem;
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .showreel-title.project {
    font-size: 1.3em;
    display: block;
  }

  .caption {
    text-align: left;
    flex-wrap: nowrap;
    font-size: 14px;
    display: flex;
  }

  .overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    display: none;
    inset: 0% auto;
  }

  .menu-left {
    justify-content: flex-start;
    padding: 20px 20px 0;
  }

  .menu-links {
    margin-top: -10em;
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .link, .link.w--current {
    font-size: 5.5em;
  }

  .hero {
    min-height: auto;
    padding-bottom: 20px;
  }

  .container4 {
    width: auto;
    max-width: 100vw;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    width: 100%;
    margin-bottom: 35px;
    font-size: 4em;
    line-height: 120%;
  }

  .header-claim {
    float: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 0;
    display: block;
  }

  .image-2 {
    text-align: center;
  }

  .brand-logo {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .arrow-button {
    width: 100%;
    max-width: 479px;
    margin-left: 0;
    font-size: 2.8em;
  }

  .arrow-button.w--current {
    width: 100%;
    max-width: 479px;
  }

  .arrow-down, .mail {
    display: none;
  }

  .div-imagebox {
    width: 100%;
  }

  .teaser {
    width: auto;
    padding-bottom: 3em;
  }

  .contentbox {
    margin-bottom: 15em;
  }

  .div-block-46 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    height: 370px;
  }

  .div-block-48 {
    height: 50px;
    margin-top: 40px;
  }

  .text-block-10 {
    font-size: 2.6em;
  }

  .text-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

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

  .div-imagebox-2, .div-imagebox-4 {
    width: 100%;
  }

  .paragraph {
    clear: none;
    text-transform: none;
    white-space: normal;
    font-size: 2.4em;
  }

  .link-2 {
    font-size: 2.4em;
  }

  .text-block-22 {
    font-size: 2.5em;
  }

  .columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }

  .column-2 {
    padding-bottom: 20px;
  }

  .copyright {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .wrapper-content-1 {
    margin-bottom: 220px;
  }

  .contentbox-top {
    margin-bottom: 15em;
  }

  .wrapper-3 {
    margin-bottom: 220px;
  }

  .wrapper-container {
    justify-content: space-between;
    height: auto;
    margin-top: 15em;
    padding-bottom: 14vh;
  }

  .text-block-23 {
    font-size: 3.2em;
  }

  .link-block-3.w--current {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -19px;
    margin-right: auto;
    display: block;
  }

  .heading-7 {
    font-size: 2.6em;
    line-height: 120%;
  }

  .heading-8 {
    font-size: 2em;
    line-height: 140%;
  }

  .text-block-24 {
    font-size: 2.8em;
  }

  .paragraph-2 {
    object-fit: fill;
    max-width: none;
    font-size: 3.6em;
  }

  .heading-9 {
    margin-bottom: 15px;
    font-size: 3em;
    line-height: 130%;
  }

  .text-block-25 {
    max-width: 90vw;
    margin-bottom: 40px;
    font-size: 2.5em;
    line-height: 1.3em;
    position: static;
  }

  .section-1 {
    clear: both;
  }

  .slider11 {
    height: 40vh;
    max-height: 40vh;
  }

  .top-button, .top-button:hover {
    display: none;
  }

  .c-faq-q-text {
    max-width: 100vw;
  }

  .faq-q-text-2 {
    font-size: 3.8vh;
  }

  .faq-a-text-2 {
    max-width: 100ch;
    font-size: 2.5em;
    line-height: 1.3em;
  }

  .cloneable-area-2 {
    width: auto;
    max-width: 90vw;
  }

  .div-block-57 {
    width: auto;
  }

  .text-block-33 {
    line-height: 1.3em;
  }

  .background-video {
    height: 100vh;
  }

  .fullscreen {
    align-items: flex-start;
    margin-top: auto;
    display: block;
  }

  .text-block-35 {
    max-width: 100vw;
    margin-left: 0;
    padding-right: 20px;
    font-size: 5em;
  }

  .div-block-62 {
    width: 100%;
    min-width: 0;
  }

  .text-block-36 {
    font-size: 4.33em;
  }

  .arrow-btn-text {
    font-size: 2.2em;
  }

  .arrow-icon.right {
    height: 2.6em;
  }

  .arrow-wrap, .arrow-wrap.right {
    padding-left: 18vw;
  }

  .arrow-extension {
    width: 18px;
  }

  .arrow-extension.right {
    border-width: .14em;
    width: 15vw;
  }

  .text-block-37 {
    width: 100%;
    font-size: 2.4em;
  }

  .link-7 {
    font-size: 2.4em;
  }

  .team-wrapper {
    min-height: 475px;
  }

  .text-wrapper {
    width: 100%;
  }

  .text-block-38 {
    width: 100%;
    font-size: 3em;
    line-height: 1.2em;
  }

  .team-wrapper-1 {
    justify-content: flex-end;
  }

  .card-blog__wrapper-image, .collection-item__card-blog {
    height: auto;
  }

  .link__text-2.blog {
    font-size: 2.4em;
    line-height: 120%;
  }

  .team-wrapper-2 {
    padding-top: 0%;
  }

  .teaser-3 {
    padding-bottom: 3em;
  }

  .team-wrapper-down {
    height: auto;
  }

  .team-wrapper-down-image {
    height: 35vh;
  }

  .team-wrapper-down-text {
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-68 {
    height: 30vh;
  }

  .text-block-41 {
    height: auto;
    margin-bottom: 20px;
    font-size: 3em;
  }

  .text-block-42 {
    font-size: 1.5em;
    line-height: 1.8em;
  }

  .text-block-43 {
    max-width: 100%;
    font-size: 5em;
    line-height: 110%;
  }

  .claim-3 {
    margin-right: auto;
    padding-top: 150px;
  }

  .claim-4 {
    margin-right: auto;
  }

  .div-block-71 {
    padding-top: 0;
    position: sticky;
  }

  .blog-slider1 {
    height: 40vh;
  }

  .slide-nav-5 {
    display: block;
  }

  .text-block-50 {
    width: 90vw;
    max-width: none;
    margin-bottom: 25px;
    font-size: 2.2em;
    line-height: 1.5em;
  }

  .text-block-51 {
    font-size: 2.2em;
  }

  .text-block-52 {
    font-size: 8px;
    line-height: 135%;
  }

  .bold-text {
    font-size: 2.2em;
    line-height: 1.5em;
  }

  .list-02 {
    font-size: 8px;
  }

  .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59 {
    font-size: 2.2em;
    line-height: 1.5em;
  }

  .heading-11 {
    font-size: 3em;
  }

  .slider-start {
    height: 40vh;
  }

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

  .collection-item {
    padding-right: 0;
  }

  .div-block-84 {
    height: 0;
  }

  .link-block-5 {
    width: 4rem;
  }
}

#w-node-_404da447-f608-16ed-26f1-ec3a09f1b75e-1bee0bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_404da447-f608-16ed-26f1-ec3a09f1b75e-1bee0bf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nunito sans v12 latin 200';
  src: url('../fonts/nunito-sans-v12-latin-200.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin';
  src: url('../fonts/nunito-sans-v12-latin-300italic.ttf') format('truetype'), url('../fonts/nunito-sans-v12-latin-600italic.ttf') format('truetype'), url('../fonts/nunito-sans-v12-latin-700italic.ttf') format('truetype'), url('../fonts/nunito-sans-v12-latin-900italic.ttf') format('truetype'), url('../fonts/nunito-sans-v12-latin-200italic.ttf') format('truetype'), url('../fonts/nunito-sans-v12-latin-italic.ttf') format('truetype'), url('../fonts/nunito-sans-v12-latin-800italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin 600';
  src: url('../fonts/nunito-sans-v12-latin-600.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin 300';
  src: url('../fonts/nunito-sans-v12-latin-300.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin 700';
  src: url('../fonts/nunito-sans-v12-latin-700.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin 800';
  src: url('../fonts/nunito-sans-v12-latin-800.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin';
  src: url('../fonts/nunito-sans-v12-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans v12 latin 900';
  src: url('../fonts/nunito-sans-v12-latin-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}