@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato_local;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-200.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-800.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-700.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-600.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Raleway_local;
  src: url('../fonts/raleway-v34-latin-500.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: black;
  --black-50: #00000080;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

h2 {
  color: #00000080;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: DM Sans;
  font-size: 14px;
}

a {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.general-wrapper {
  width: 100%;
  height: 100%;
}

.general-wrapper.nav-margin {
  padding-top: 50px;
}

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

.container.no-padding {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.container.no-padding.no-margin {
  margin: 0;
}

.container.page-title {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.container.page-title.blog {
  flex: 1;
  padding-top: 150px;
  position: static;
}

.container.has-slider {
  overflow: hidden;
}

.container.contact-container {
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.container.is-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.no-side-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.container.no-side-padding.no-max-width {
  max-width: none;
}

.container.no-side-padding.no-max-width-blog {
  max-width: none;
  height: 25%;
}

.container._404-page {
  width: 100%;
  padding: 0;
}

.container.project-rich-text {
  padding-bottom: 0;
}

.container.project-description {
  padding-right: 0%;
  display: flex;
}

.container.changelog-container {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.container.next-project {
  justify-content: space-between;
  padding: 0%;
  display: flex;
}

.container.after-big-image {
  padding-top: 40px;
}

.container.before-big-image {
  padding-bottom: 200px;
}

.container.no-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container.page-title-blog {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  width: 100%;
}

.section.homepage-hero-section {
  height: 100vh;
}

.section.contact-section {
  flex: 1;
  height: 100%;
}

.section.is-full-height {
  min-height: 80vh;
}

.section.blog-heading {
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh;
  display: flex;
}

.section.off {
  display: none;
}

.hero-project-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hero-project-list {
  width: 100%;
  height: 100%;
}

.hero-project-element {
  background-image: url('../images/68ab27d03ba63feff5222e35_getty-images-5924daC7KUY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-shade {
  z-index: 1;
  background-image: linear-gradient(#0000 45%, #000000bd);
  position: absolute;
  inset: 0%;
}

.hero-project-info-container {
  z-index: 10;
  color: var(--white);
  justify-content: space-between;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 5.34%;
  padding-right: 5.34%;
  font-family: Switzer Medium;
  display: flex;
  position: relative;
}

.project-city-text {
  text-transform: uppercase;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.project-name-text {
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hero-project-city-info-holder {
  font-family: Switzer Regular;
  font-weight: 400;
  display: flex;
}

.hero-project-city-info-holder.half-opacity {
  opacity: .5;
  font-family: Raleway;
}

.hero-project-city-info-holder.opacity-80 {
  opacity: .8;
  font-family: Raleway;
}

.project-category-text {
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-project-info-holder {
  color: #fff;
  font-family: Raleway;
}

.hero-project-info-holder.left-holder {
  color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-links-holder {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  color: #1e1e1e;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  transition: font-variation-settings .3s ease-in-out;
  display: flex;
}

.link-block.w--current {
  font-weight: 500;
}

.link-block.full-width {
  justify-content: flex-start;
}

.link-block.is-nav-link {
  transition: font-variation-settings .3s ease-in-out;
}

.link-block.is-nav-link:hover {
  font-weight: 500;
}

.text-link-title {
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-link-number {
  margin-left: 3.45px;
  font-family: Raleway_local, Verdana, sans-serif;
  line-height: 14px;
}

.nav-link-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-text-separator {
  background-color: #000;
  width: 2px;
  height: 23px;
  margin-left: 23px;
  margin-right: 23px;
}

.logo-text-content {
  max-width: 95px;
  line-height: 13.3px;
}

.nav-icon {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.logo-image {
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
}

.nav-links-separator {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 45px;
}

.homepage-about-section {
  grid-column-gap: 174px;
  justify-content: space-between;
  display: flex;
}

.about-us-homepage-image {
  width: 100%;
  max-width: 46.5972%;
}

.about-us-homepage-text {
  width: 100%;
  max-width: 30.625%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 80vh;
}

.image-cover.is-realisations {
  max-height: 263px;
}

.image-cover.blog-image-cover {
  max-height: 60vh;
}

.image-cover.pfeil {
  object-fit: none;
  max-width: 100%;
  height: 50%;
  max-height: 40vh;
}

.image-cover.blau {
  object-fit: none;
  max-height: 40vh;
}

.heading-3-before-paragraph {
  text-transform: uppercase;
  margin-bottom: 67px;
  font-family: Lato_local, Verdana, sans-serif;
  font-weight: 700;
}

.call-to-action {
  color: #000;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-top: 31px;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: font-variation-settings .3s;
  display: flex;
}

.call-to-action:hover {
  font-weight: 600;
}

.call-to-action.margin-gallery-project {
  margin-top: 6px;
}

.call-to-action.is-left-cta {
  justify-content: flex-start;
  margin-top: 22.89px;
}

.call-to-action.is-left-cta.more-margin {
  margin-top: 38px;
}

.call-to-action.is-blog-category-cta {
  text-transform: capitalize;
  margin-top: 0;
}

.call-to-action.is-blog-category-cta.w--current {
  font-weight: 700;
}

.cta-hyphen {
  background-color: var(--white);
  width: 10px;
  height: .5px;
  margin-right: 4px;
}

.cta-hyphen.is-whitie-hypen {
  background-color: var(--white);
}

.introduction-to-section {
  margin-bottom: 57px;
}

.introduction-to-section.is-slider {
  width: 222px;
  min-width: 222px;
  margin-bottom: 0;
}

.introduction-h3-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.introduction-h3-text.has-bottom-margin {
  margin-bottom: 26px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway_local, Verdana, sans-serif;
}

.heading-2.featured-heading {
  margin-bottom: 5px;
}

.h3-introduction {
  opacity: 1;
  text-transform: uppercase;
  max-width: 615px;
  font-family: Lato_local, Verdana, sans-serif;
  line-height: 1.3;
  overflow: hidden;
}

.project-gallery-list {
  grid-column-gap: 51px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-gallery-list.is-button-see-more {
  display: block;
}

.project-gallery-image-holder {
  width: 100%;
  height: 455px;
}

.project-gallery-infos-holder {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  font-family: Raleway;
  display: flex;
}

.gallery-project-name-year {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.gallery-project-category {
  color: #0000008f;
  font-family: Lato_local, Verdana, sans-serif;
  line-height: 1.35;
}

.project-gallery-width-controller {
  max-width: 75%;
}

.full-image-holder {
  width: 100%;
  height: 50%;
}

.description-part {
  grid-column-gap: 7.22222%;
  flex-flow: wrap;
  place-content: space-around space-between;
  margin-bottom: 55px;
  display: flex;
}

.description-pargraph {
  text-align: justify;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 1.25rem;
}

.description-pargraph.second-element {
  margin-top: 40px;
}

.basic-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.basic-line.with-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.basic-line.with-margin.is-margin-mob.is-only-mob {
  display: none;
}

.basic-line.black-backround-color {
  background-color: #000;
  margin-top: 31px;
  margin-bottom: 24.5px;
}

.blog-posts-gallery {
  grid-column-gap: 26px;
  grid-row-gap: 133px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-posts-gallery.is-see-more {
  grid-template-columns: 1fr;
}

.blog-posts-gallery.is-team-member {
  grid-row-gap: 0px;
}

.blog-post-gallery-image {
  height: 520px;
}

.blog-post-gallery-info {
  padding-top: 31px;
  padding-bottom: 28px;
}

.blog-post-gallery-info.team-member {
  margin: 0;
  padding-bottom: 25px;
}

.blog-posts-gallery-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-posts-gallery-item.is-see-more {
  display: block;
}

.blog-post-gallery-paragraph {
  color: #000c;
  text-align: justify;
  max-width: none;
  margin-bottom: 0;
  font-family: Lato_local, Verdana, sans-serif;
}

.our-vision-homepage-part {
  max-width: 613px;
}

.our-vision-homepage {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.image {
  width: 50%;
  height: auto;
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
  overflow: hidden;
}

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

.video-play-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  padding-right: 0;
  display: flex;
}

.video-play-button {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 80vh;
  overflow: visible;
}

.footer {
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: center;
}

.footer-div {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-div.left-elements {
  grid-column-gap: 20px;
  flex: 0 auto;
}

.footer-div.centered-elements {
  opacity: .5;
  flex: 0 auto;
  justify-content: center;
}

.footer-div.right-elements {
  opacity: .5;
  flex: 0 auto;
  justify-content: flex-end;
}

.footer-link {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: font-variation-settings .3s;
  display: flex;
}

.footer-link:hover {
  font-weight: 700;
}

.footer-link.w--current {
  grid-column-gap: 0px;
  flex-direction: column;
  font-weight: 500;
  transition: font-variation-settings .3s ease-in-out, font-size .3s ease-in-out;
  display: flex;
}

.arrow-links-footer {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 12px;
  margin-left: 5px;
  display: flex;
}

.link-with-arrow {
  color: #000;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
}

.link-with-arrow.testimonials-link {
  color: #0000008f;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.footer-socials-separator {
  background-color: #00000080;
  width: 1px;
  height: 8.11px;
  margin-left: 8px;
  margin-right: 8px;
}

.text-block {
  font-family: Raleway_local, Verdana, sans-serif;
}

.project-copyright-tag, .project-year {
  font-family: Lato_local, Verdana, sans-serif;
}

.page-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

.about-section-paragraphs {
  max-width: 364px;
}

.about-section-paragraphs.is-image-holder {
  flex-direction: column;
  justify-content: space-between;
  max-width: 441px;
  display: flex;
}

.thin-paragraph {
  color: #0000008f;
  text-align: justify;
  margin-bottom: 118px;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.about-page-introduction {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.about-page-introduction.is-fullpage {
  min-height: 80vh;
}

.about-page-intro-description {
  flex-direction: column;
  justify-content: space-between;
  max-width: 615px;
  display: flex;
}

.about-page-intro-description.is-bigger-section {
  width: 100%;
}

.list-item {
  color: #00000080;
  text-transform: uppercase;
  margin: 0 0 1px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.paragraph {
  text-align: justify;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph.context-paragraph {
  text-align: center;
  margin-top: 10px;
}

.logo-text {
  color: var(--black);
  padding-left: 0;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 13px;
}

.bold-link-with-arrow {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
}

.uppercase-text {
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  margin-bottom: 0;
}

.uppercase-text.is-name-field {
  color: var(--black);
}

.job-title {
  color: #00000080;
  text-transform: uppercase;
  font-size: 11px;
}

.awards-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.awards-list {
  flex-direction: column;
  display: flex;
}

.awards-list-wrapper {
  margin-top: 18px;
  padding-bottom: 0;
}

.awards-list-wrapper.hoehe {
  min-height: 10em;
}

.award-title {
  text-transform: uppercase;
  max-width: 70%;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.award-year {
  opacity: .5;
  font-family: DM Sans;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-content-holder {
  grid-column-gap: 77px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  display: grid;
}

.testimonials-name {
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.testimonials-content {
  text-align: justify;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 16px;
}

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

.left-arrow {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 54%;
}

.right-arrow {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  inset: auto 39% 0% auto;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 15px;
  display: flex;
}

.flex-block {
  grid-column-gap: 78px;
  height: 454.62px;
}

.mask {
  height: 460px;
}

.testimonial-image-holder, .testimonial-text-holder {
  height: 100%;
}

.company-contact-info {
  grid-row-gap: 27.29px;
  color: var(--white);
  flex-direction: column;
  max-width: 170px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.company-contact-info.breite {
  color: var(--black-50);
  max-width: none;
}

.contact-info-holder {
  color: #fff;
  object-fit: none;
  background-image: url('../images/Laila_Solar_breit.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  margin-top: 0;
  padding: 111px 5.34%;
  display: flex;
}

.contact-info-holder.niedrig {
  color: var(--black-50);
  background-image: none;
  background-size: auto;
  width: 50%;
  height: 75%;
}

.white-heading {
  color: #ffffff80;
}

.white-heading.no-top-margin {
  margin-top: 0;
}

.cta {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-top: 31px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
}

.cta.is-contact-submit-button {
  background-color: var(--white);
}

.cta.is-centered-cta {
  justify-content: center;
  width: 100%;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  display: flex;
}

.contact-form {
  background-color: var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  background-color: var(--white);
  color: var(--black-50);
  padding: 0;
  font-family: Raleway_local, Verdana, sans-serif;
}

.form-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 17.5%;
  display: flex;
}

.form-text-field {
  opacity: .5;
  color: #000;
  text-align: left;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #00000080;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 0 100px;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.form-text-field:focus {
  opacity: 1;
  border-bottom-color: #000;
}

.form-text-field:focus-visible, .form-text-field[data-wf-focus-visible] {
  color: #000;
}

.form-text-field::placeholder {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
}

.latest-blog-image {
  min-width: 53%;
  max-width: 53%;
  height: 100%;
  margin-right: 57px;
}

.latest-blog-paragraph {
  max-width: 364px;
  margin-top: 48px;
  margin-bottom: 70px;
}

.latest-blog-content {
  flex: 1;
}

.latest-blog-item {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.latest-blog-title-holder {
  max-width: 419px;
}

.empty-state-hidden {
  display: none;
}

.rich-text-project img {
  margin-bottom: 120px;
}

.rich-text-project p {
  max-width: 500px;
}

.rich-text-project h1 {
  margin-top: 0;
}

.heading-3 {
  margin-bottom: 67px;
  font-family: Lato_local, Verdana, sans-serif;
}

.moving-link-subholder {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.moving-link-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.moving-link-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: uppercase;
  background-color: #ffffff45;
  border-radius: 50vw;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding: 12.35px 19.48px;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
}

.footer-underlign {
  background-color: #000;
  width: 0%;
  height: 1px;
}

.our-mission-item-holder {
  flex: 1;
}

.no-margin {
  margin: 0;
}

.nav-menu {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 0% 45px;
}

.menu-button {
  padding: 0;
}

.menu-button.w--open {
  background-color: #0000;
}

.navbar {
  z-index: 91;
  background-color: #0000;
  width: 100%;
}

.navbar-wrapper {
  z-index: 90;
  color: #fff;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.block-quote {
  text-align: justify;
  border-left-style: none;
  max-width: 57.3%;
  margin-top: 14.67px;
  margin-bottom: 0;
  padding: 0;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.space-between-block {
  justify-content: space-between;
}

.space-between-block.has-container-margin {
  align-items: center;
  padding: 26px 5.34%;
}

.rich-text-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Raleway;
  font-size: 14px;
  display: flex;
}

.rich-text-blog img {
  margin-bottom: 15px;
}

.rich-text-blog p {
  align-items: center;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 16px;
  font-style: normal;
}

.rich-text-blog h2 {
  color: #000;
  text-transform: none;
  width: 100%;
  max-width: 500px;
  font-size: 35px;
  font-weight: 600;
  display: inline;
  position: relative;
}

.rich-text-blog h4 {
  max-width: 500px;
  font-style: normal;
  position: relative;
}

.rich-text-blog li {
  text-transform: none;
  font-family: DM Sans;
  font-style: normal;
}

.rich-text-blog h3 {
  max-width: 500px;
  font-size: 30px;
}

.play-pause-button-holder {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fbfbfb21;
  border-radius: 50vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8.2px 31px;
  display: flex;
}

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

.empty-state {
  text-transform: none;
  background-color: #0000;
  padding: 0;
}

.swatch {
  background-color: #000;
  width: 2.78em;
  height: 2.78em;
  margin-top: 1.39em;
  margin-right: 1.39em;
  display: inline-block;
  box-shadow: 1px 1px 10px #0000001a;
}

.swatch.is-white {
  background-color: #fff;
}

.swatch.is-white-v2 {
  background-color: var(--white);
}

.style-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
}

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

._404-error-message {
  z-index: 2;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._404-heading-1 {
  color: #fff;
  margin-bottom: 45px;
  font-size: 102px;
}

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

.centered-text {
  text-align: center;
}

.context-div {
  background-color: #000000c4;
  width: 100%;
  height: 100vh;
}

.projet-description-image {
  width: 51.875%;
}

.project-description-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding-right: 77px;
  display: flex;
}

.project-infos-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.project-infos-title.no-margin {
  margin-bottom: 0;
}

.get-started-holder {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.aside-left {
  position: sticky;
  top: 0;
  left: 0;
}

.aside-left.start-here-aside {
  width: 20%;
  height: 100vh;
}

.get-started-content {
  flex: 1;
}

.start-here-rich-text h2 {
  color: #000;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
}

.start-here-rich-text p {
  margin-bottom: 10px;
  font-size: 16px;
}

.start-here-rich-text h1 {
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.start-here-rich-text li {
  margin-bottom: 15px;
  font-size: 16px;
}

.blog-categories-holder {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.blog-categories-holder.is-filters {
  grid-column-gap: 15px;
  overflow: hidden;
}

.our-jobs-list {
  max-height: 50vh;
  overflow: visible;
}

.rich-text-about {
  margin-top: 20px;
}

.rich-text-about li {
  color: #00000080;
  text-transform: uppercase;
  font-size: 12px;
}

.changelog-item-holder {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.rich-text-block p {
  font-size: 16px;
}

.project-info-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cms-info-text {
  color: #00000080;
  text-transform: uppercase;
  font-size: 11px;
}

.project-info-value {
  text-transform: uppercase;
  font-size: 16px;
}

.project-info-value.is-unit {
  margin-left: 2px;
}

.project-info-value.is-lowercase {
  text-transform: capitalize;
}

.horizontal-flex {
  display: flex;
}

.horizontal-flex.with-text-gap {
  grid-column-gap: 3px;
  align-items: center;
}

.horizontal-flex.testimontals-name-and-link {
  grid-column-gap: 3.88px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 38px;
}

.project-page-h3 {
  margin-bottom: 21px;
}

.project-page-h3.no-margin {
  margin-bottom: 0;
}

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

.image-cover-404.is-background-image {
  position: absolute;
}

.blog-content-infos {
  justify-content: space-between;
  align-items: center;
  width: 42.7778%;
  display: flex;
}

.blog-content-categories {
  flex: 1;
}

.latest-bloc-container {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 41px 77px;
  display: flex;
}

.footer-container.mobile {
  display: none;
}

.form-block-holder {
  color: var(--black-50);
  align-items: flex-end;
  margin-bottom: 18px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  display: flex;
  position: relative;
}

.form-block-holder:focus {
  color: #000;
}

.form-block-holder.has-text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: #00000080 #00000080 var(--black-50);
  align-items: flex-start;
  margin-bottom: 78px;
  padding-bottom: 0;
  font-family: Raleway_local, Verdana, sans-serif;
}

.form-block-holder.has-text-area:focus {
  border-bottom-color: #000;
}

.field-label {
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
}

.nav-width-holder {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white-link {
  color: #fff;
}

.image-cover-blog {
  object-fit: cover;
  width: 100%;
  height: 50%;
  max-height: 90vh;
}

.text-area {
  border: 0 #000;
  margin-bottom: 0;
  padding: 0 0 0 50px;
  font-size: 20px;
  font-weight: 500;
}

.blog-infos-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: .25fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  display: grid;
}

.blog-infos-holder.aligned-to-top {
  grid-row-gap: 0px;
  justify-content: flex-start;
}

.collection-list-see-more {
  height: 0;
  margin-top: 82px;
  overflow: hidden;
}

.blog-category {
  color: var(--black-50);
  text-transform: uppercase;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 11px;
}

.blog-see-more {
  height: 0;
  margin-top: 133px;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

.success-contact-form, .error-message {
  background-color: #0000;
  font-weight: 500;
}

.next-project-image {
  width: 53.3333%;
}

.next-project-infos {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2, .div-block-3 {
  flex: 1;
}

.div-block-4 {
  flex: 0 auto;
  max-height: 70vh;
}

.project-info-holder {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.see-more-empty-div {
  height: 187px;
}

.see-more-empty-div.is-bottom-empty-div {
  height: 193px;
}

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

.heading-4 {
  font-family: Lato_local, Verdana, sans-serif;
}

.vertical-flex {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.contact-holder {
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.nav-content-holder {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.34%;
  padding-right: 5.34%;
}

.filter-block-holder {
  margin-bottom: 40px;
}

.filter-block-header {
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 12px;
}

.filter-block-header.is-plus-sign {
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: .6;
}

.separator-line {
  background-color: #0006;
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
}

.flex-block-aligned-center {
  grid-column-gap: 3px;
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.filter-elements {
  overflow: hidden;
}

.footer-credits {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-credits.right-elements {
  opacity: .5;
  flex: 0 auto;
  justify-content: flex-end;
}

.footer-link-credits {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: font-variation-settings .3s;
  display: flex;
}

.footer-link-credits:hover {
  font-weight: 700;
}

.footer-link-credits.w--current {
  grid-column-gap: 0px;
  flex-direction: column;
  font-weight: 700;
  transition: font-variation-settings .3s ease-in-out, font-size .3s ease-in-out;
  display: flex;
}

.footer-link-credits.text-spacing {
  grid-column-gap: 3px;
}

.footer-link-credits.text-spacing.lowercase {
  text-transform: none;
}

.not-animated-filters, .not-animated-filters-project {
  grid-column-gap: 3px;
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.container-2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-btn {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-2 {
  transform-origin: 0 0;
  background-color: #0000;
  display: block;
  position: static;
}

.dropdown-list-2.w--open {
  margin-left: 0;
}

.section_home-about {
  border-bottom: 1px #eee;
}

.primary-icon {
  z-index: 10;
  position: relative;
}

.primary-icon.v2 {
  transform: rotate(90deg);
}

.heading-style-h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-left: 60px;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-dropdown-icon-bg {
  z-index: 1;
  background-color: #fff;
  width: 105%;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-icon-bg.primary {
  background-color: #ccc;
}

.faq-dropdown {
  background-color: #0000;
  border: 1px #343438;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 20px;
  overflow: hidden;
}

.home-about_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 44rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: flex;
}

.home-about_intro.breitr {
  max-width: none;
}

.base-grid_left {
  border-right: 1px solid #eee;
}

.sub-title {
  padding-bottom: 50px;
  font-size: 14px;
}

.sub-title.v2 {
  color: #0d0d0d;
  padding-top: 60px;
  padding-bottom: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0d0d0d;
  border-radius: 100rem;
  padding: .4rem 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-secondary {
  color: #0d0d0d;
  background-color: #0000;
  border: 1px solid #eee;
  margin-top: 20px;
}

.scroll-link {
  color: #0d0d0d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 4rem;
  text-decoration: none;
  display: flex;
}

.accordion-paragraph {
  color: #818181;
  text-align: justify;
  padding-top: 0;
  padding-right: 60px;
  font-family: Lato_local, Verdana, sans-serif;
}

.faq-dropdown-toggle {
  width: 100%;
  padding: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.base-grid {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.single-faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item-title {
  font-size: 54px;
  font-weight: 500;
}

.accordion-item-title.v1 {
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 18px;
}

.accordion-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-trigger.v2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.faq_top {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  cursor: pointer;
  border-top: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.heading-5 {
  color: var(--black);
  text-transform: uppercase;
  height: auto;
  font-family: Lato_local, Verdana, sans-serif;
}

.paragraph-2 {
  text-align: justify;
  font-family: Lato_local, Verdana, sans-serif;
}

.div-block-5 {
  margin-top: 0;
}

.text-block-4 {
  color: var(--black-50);
  margin-top: 0;
  font-family: Lato_local, Verdana, sans-serif;
}

.text-block-5 {
  color: var(--black-50);
  font-family: Lato_local, Verdana, sans-serif;
}

.text-block-6, .text-block-7 {
  font-family: Lato_local, Verdana, sans-serif;
}

.section-moving-gallery {
  color: #000;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 20px;
  overflow: hidden;
}

.master-moving-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.move-gallery-horziontal {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-gallery-horziontal {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-gallery-horizontal {
  border-radius: 4px;
  flex: none;
  height: 310px;
  display: block;
}

.div-text-trends {
  height: auto;
}

.text-footer {
  color: var(--black-50);
  font-family: Raleway_local, Verdana, sans-serif;
}

.div-imprint {
  justify-content: space-between;
  width: 12em;
  display: flex;
}

.section-title {
  text-align: left;
  letter-spacing: -.05em;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
}

.section-title.abstand {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.testimonial-first-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.people-info {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

._12-column-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

._12-column-grid-2.large-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.accordion-text-2 {
  color: #0009;
  margin-top: 1em;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}

.testimonial-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-block-2 {
  border: 1px solid #0000001a;
  border-radius: 100rem;
  padding: .5rem;
}

.dropdown-icon {
  display: block;
}

.container-4 {
  width: 30em;
  min-height: auto;
  padding: 10px 2rem 7.5rem 0;
}

.medium-text-2 {
  color: #000000e6;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}

.testimonial-item-2 {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: hidden;
}

.testimonial-second-row {
  align-items: flex-start;
  display: none;
}

.bold-text {
  color: var(--black);
  text-transform: uppercase;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1%;
}

.bold-text-2 {
  font-family: Lato_local, Verdana, sans-serif;
  font-weight: 400;
}

.link {
  color: var(--black-50);
}

.paragraph-3 {
  text-align: justify;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 18px;
}

.text-block-8, .text-block-9 {
  font-family: Lato_local, Verdana, sans-serif;
}

.section-divider {
  background-color: #ffffff14;
  width: 100%;
  height: .063rem;
}

.section-divider.bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.section-divider.bottom.title-color {
  background-color: #111;
}

.submit-button-2 {
  background-color: #1d1d1d;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 110px;
  min-height: 50px;
  padding-left: 0;
  font-size: 1em;
  line-height: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.primary-button-text {
  z-index: 1;
  position: relative;
}

.primary-button-text.primary-button-black-large-4 {
  font-weight: 400;
}

.div-abstand-3em {
  height: 3em;
}

.section-title-2 {
  color: var(--black);
  text-align: left;
  letter-spacing: -.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}

.primary-button-icon {
  position: relative;
}

.footer-title {
  letter-spacing: -2.46px;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 600;
  line-height: 100%;
}

.success-message {
  color: #1d1d1d;
  background-color: #d81d13;
  font-size: 14px;
}

.footer-content {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.book-a-meeting-details {
  text-align: justify;
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 1.25rem;
}

.container-5 {
  width: 100%;
  max-width: 109.375rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 5.34%;
  padding-right: 5.34%;
}

.partner-title {
  line-height: 110%;
}

.menu-button-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 3.75rem;
}

.section-title-wrap.max-width-35-rem {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.primary-button-contant {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-left-block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section-2 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.section-2.book-a-meeting {
  background-color: #fff;
  padding-top: 6.5rem;
  position: relative;
}

.section-2.partner {
  background-color: #fff;
}

.section-2.partner.mg-top-0-rem {
  padding-top: 0;
}

.section-2.faq {
  background-color: #fff;
}

.book-a-meeting-title {
  letter-spacing: -.06em;
  text-transform: lowercase;
  font-size: 8.09vw;
  font-weight: 500;
  line-height: 100%;
}

.section-mini-title-wrapper {
  margin-bottom: 1.75rem;
  display: inline-block;
}

.error-message-2 {
  color: #1d1d1d;
  text-align: center;
  background-color: #d81d13;
  font-size: 14px;
}

.inner-shape-wrap {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.inner-shape-wrap.top {
  inset: 0% 0% auto;
}

.primary-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #111;
  border-radius: .25rem;
  padding: .875rem 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.primary-button.primary-button-black-large {
  text-transform: lowercase;
  padding: 1.2rem 1.563rem;
  font-size: 1.125rem;
}

.title-small {
  color: #1d1d1d;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.title-small.bold {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.book-a-meeting-info {
  text-transform: uppercase;
  line-height: 130%;
}

.footer-item-text {
  color: #818181;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1em;
  line-height: 1.4;
}

.book-a-meeting-title-wrap {
  margin-bottom: 3.125rem;
}

.inner-shape {
  width: 100%;
}

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

.partner-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-2 {
  max-width: 335px;
  margin-bottom: 0;
}

.container-3 {
  background-color: #fff;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-3.footer {
  background-color: #fff;
  width: auto;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
  position: static;
  inset: auto 0% 0%;
}

.primary-button-icon-wrap {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.primary-button-icon-wrap.primary-button-black-large-5 {
  display: flex;
}

.book-a-meeting-info-wrap {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.text-field {
  background-color: #fafafa;
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1em;
}

.text-field::placeholder {
  color: #818181;
  font-size: 14px;
}

.footer-link-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #818181;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-right: 16px;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: flex;
}

.footer-link-2:hover {
  color: #1d1d1d;
}

.footer-link-2.w--current {
  font-size: 1em;
  line-height: 1;
}

.book-a-meeting-details-wrap {
  max-width: 27.188rem;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-wrapper {
  text-transform: lowercase;
  display: inline-block;
}

.book-a-meeting-details-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.newsletter-title {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.form-2 {
  position: relative;
}

.partner-logo-wrap {
  background-color: #f3f3f3;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.container-6 {
  min-height: auto;
  padding: 10px 2rem 7.5rem 0;
}

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

.primary-button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-dark {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1vw;
  line-height: 1;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.footer-text {
  color: #818181;
  text-align: left;
  margin-top: 70px;
  font-size: 1em;
  line-height: 1;
}

.medium-text-3 {
  color: #000000e6;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}

.footer-brand {
  width: 20%;
}

.primary-button-hover-icon {
  position: absolute;
}

.text-footer-2 {
  cursor: auto;
  font-size: 1em;
  line-height: 1;
}

.image-vision {
  width: 80%;
  height: auto;
}

.div-foto-vision {
  width: auto;
}

.div-blog-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
}

.paragraph-blog {
  text-align: justify;
  margin-bottom: 4em;
  font-family: Lato_local, Verdana, sans-serif;
}

.logo-text-content-menue {
  max-width: none;
  line-height: 13.3px;
}

.div-sprache {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.sprache {
  color: var(--black);
  padding-top: 0;
  padding-left: 0;
  font-family: Raleway_local, Verdana, sans-serif;
  font-size: 13px;
}

.description-impressum {
  text-align: justify;
  font-family: Lato_local, Verdana, sans-serif;
  font-size: 1.25rem;
}

.description-impressum.desktop {
  font-family: Lato_local, Verdana, sans-serif;
}

.heading-3-impressum {
  text-transform: uppercase;
  margin-bottom: 67px;
  font-family: Lato_local, Verdana, sans-serif;
  font-weight: 700;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  font-family: Raleway_local, Verdana, sans-serif;
}

.text-block-19 {
  font-family: Lato_local, Verdana, sans-serif;
}

.text-block-20 {
  font-family: Raleway_local, Verdana, sans-serif;
}

@media screen and (min-width: 1280px) {
  .partner-logo-wrap {
    min-height: 14rem;
  }
}

@media screen and (min-width: 1440px) {
  p {
    margin-bottom: 0;
  }

  .container.no-padding.no-margin {
    max-width: none;
  }

  .container.is-navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-project-info-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .call-to-action.is-blog-category-cta {
    font-weight: 600;
  }

  .description-part {
    justify-content: space-between;
    padding-top: 52.49px;
    padding-bottom: 32px;
    display: flex;
  }

  .description-pargraph {
    max-width: 357px;
  }

  .basic-line {
    background-color: #0003;
    width: 100%;
    height: 1px;
    padding: 0;
  }

  .slider {
    height: 100%;
  }

  .left-arrow {
    bottom: -2%;
  }

  .right-arrow {
    width: 20px;
    bottom: -2%;
  }

  .empty-state-hidden {
    display: none;
  }

  .space-between-block.for-project-infos {
    grid-column-gap: 16.3889%;
  }

  .project-description-info {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .project-infos-title {
    margin-bottom: 0;
  }

  .form-block-holder {
    display: flex;
  }

  .field-label {
    flex: none;
    width: 120px;
    margin-bottom: 0;
  }

  .image-2 {
    grid-row-gap: 133px;
  }

  .contact-holder {
    max-width: 1440px;
  }

  .footer-link-credits.text-spacing.lowercase:hover {
    font-weight: 500;
  }

  .section-title, .section-title-2 {
    font-size: 3.6rem;
  }

  .partner-logo-wrap {
    min-height: 18.313rem;
  }

  .description-impressum {
    max-width: 357px;
  }

  .description-impressum.desktop {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .container.no-padding {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container.contact-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container.is-navbar {
    max-width: 1440px;
  }

  .hero-project-info-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-posts-gallery {
    grid-column-gap: 20px;
  }

  .blog-post-gallery-paragraph {
    max-width: 95%;
  }

  .contact-info-holder {
    flex: 1;
  }

  .latest-bloc-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-width-holder {
    max-width: 1440px;
  }

  .image-2 {
    height: 100%;
  }

  .div-text-trends {
    height: 10em;
  }

  .section-title {
    font-size: 4.375rem;
  }

  .submit-button-2 {
    font-size: .8em;
  }

  .section-title-2 {
    font-size: 4.375rem;
  }

  .title-small.bold, .footer-item-text {
    font-size: .8em;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    font-size: .8em;
  }

  .footer-link-2 {
    font-size: 1vw;
  }

  .newsletter-title {
    font-size: .8em;
  }

  .partner-logo-wrap {
    min-height: 18.313rem;
  }

  .footer-text, .text-footer-2 {
    font-size: .8em;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
  }

  p {
    font-size: 12px;
    line-height: 1.4;
  }

  .container {
    padding: 60px 6vw;
  }

  .container.has-slider {
    overflow: visible;
  }

  .container.contact-container {
    grid-column-gap: 0px;
    padding-right: 6vw;
  }

  .container.page-title-blog, .container.blog {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.blog-heading {
    min-height: 50vh;
  }

  .hero-project-info-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav-links-holder {
    flex-flow: column;
    align-items: center;
  }

  .text-link-title {
    font-size: 25px;
  }

  .text-link-number {
    font-size: 11px;
  }

  .logo-text-separator {
    margin-left: 10px;
    margin-right: 10px;
  }

  .homepage-about-section {
    grid-column-gap: 30px;
  }

  .image-cover.is-realisations {
    position: relative;
  }

  .heading-3-before-paragraph {
    margin-bottom: 40px;
    font-size: 27px;
  }

  .call-to-action {
    font-size: 10px;
  }

  .introduction-to-section.is-slider {
    width: auto;
    min-width: 0;
  }

  .introduction-h3-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-gallery-list {
    grid-template-columns: 1fr;
  }

  .description-part {
    grid-column-gap: 0%;
    flex-direction: column;
  }

  .description-pargraph, .description-pargraph.second-element {
    max-width: 100%;
  }

  .blog-posts-gallery {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-gallery-image {
    height: 300px;
  }

  .blog-post-gallery-paragraph {
    max-width: none;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 26px 6vw;
  }

  .footer-div {
    flex-direction: column;
  }

  .footer-div.left-elements {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-div.centered-elements {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 15em;
  }

  .footer-div.right-elements {
    align-items: flex-start;
  }

  .footer-link {
    justify-content: flex-start;
  }

  .footer-socials-separator {
    display: none;
  }

  .page-title {
    margin: 0;
    font-size: 35px;
  }

  .about-section-paragraphs {
    width: 100%;
    max-width: none;
    margin-top: 45px;
  }

  .about-section-paragraphs.is-image-holder {
    grid-row-gap: 40px;
    max-width: none;
  }

  .thin-paragraph {
    margin-bottom: 17px;
  }

  .about-page-introduction {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-page-intro-description {
    width: 100%;
    max-width: none;
  }

  .list-item {
    margin-right: 16px;
  }

  .award-title {
    font-size: 14px;
  }

  .award-year, .testimonials-content {
    font-size: 12px;
  }

  .left-arrow, .right-arrow {
    bottom: 0%;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 78px;
    flex-direction: column;
  }

  .mask {
    height: auto;
  }

  .company-contact-info {
    grid-row-gap: 16px;
    max-width: none;
  }

  .contact-info-holder {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta {
    font-size: 10px;
  }

  .contact-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .form-block {
    margin-left: 6vw;
  }

  .latest-blog-image {
    flex: 1;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .latest-blog-paragraph {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .latest-blog-content {
    flex: 1;
  }

  .latest-blog-item {
    grid-column-gap: 45px;
    align-items: flex-end;
  }

  .div-block {
    max-width: 90%;
  }

  .rich-text-project img {
    margin-bottom: 118px;
  }

  .moving-link-content {
    font-size: 10px;
  }

  .project-description-info {
    padding-right: 6vw;
  }

  .project-info-value {
    font-size: 12px;
  }

  .horizontal-flex.testimontals-name-and-link {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-content-infos {
    grid-column-gap: 20px;
    width: auto;
  }

  .latest-bloc-container {
    padding-bottom: 0;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
    display: flex;
  }

  .nav-width-holder {
    align-items: center;
  }

  .footer-credits {
    flex-direction: column;
  }

  .footer-credits.right-elements {
    align-items: flex-start;
  }

  .footer-link-credits {
    justify-content: flex-start;
  }

  .container-2 {
    max-width: 800px;
  }

  .section_home-about {
    border-bottom-style: none;
  }

  .heading-style-h1 {
    font-size: 3.75rem;
  }

  .home-about_intro {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .base-grid_left {
    border-bottom: 1px solid #eee;
    border-right-style: none;
  }

  .accordion-paragraph {
    padding-right: 45px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-grid {
    grid-template-columns: 2.25fr;
  }

  .single-faq-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .accordion-item-title {
    white-space: normal;
    cursor: pointer;
    font-size: 40px;
  }

  .accordion-trigger.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-imprint {
    width: 15em;
  }

  .section-title {
    letter-spacing: 0;
    font-size: 4.375rem;
  }

  ._12-column-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid-2.large-gap {
    grid-row-gap: 4rem;
    display: flex;
  }

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

  .section-title-2 {
    letter-spacing: 0;
    font-size: 4.375rem;
  }

  .footer-content {
    grid-column-gap: 30px;
  }

  .book-a-meeting-details {
    font-size: 1.125rem;
  }

  .section-title-wrap {
    margin-bottom: 2.5rem;
  }

  .section-2.book-a-meeting {
    padding-top: 6rem;
  }

  .book-a-meeting-title {
    letter-spacing: -.05em;
  }

  .section-mini-title-wrapper {
    margin-bottom: 1.5rem;
  }

  .book-a-meeting-title-wrap {
    margin-bottom: 2rem;
  }

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

  .container-3 {
    max-width: 800px;
  }

  .book-a-meeting-details-wrap {
    max-width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .book-a-meeting-details-flex {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .partner-logo-wrap {
    min-height: auto;
  }

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-text {
    margin-top: 40px;
  }

  .blank {
    display: none;
  }

  .div-blog-content {
    width: 75%;
  }

  .sprache {
    padding-top: 0;
  }

  .description-impressum {
    max-width: 100%;
  }

  .heading-3-impressum {
    margin-bottom: 40px;
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }

  p {
    font-size: 11px;
  }

  .container.contact-container {
    grid-column-gap: 0px;
    flex-direction: column;
    padding-right: 6vw;
  }

  .container.project-description {
    padding-right: 6vw;
  }

  .container.page-title-blog, .container.blog {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section.blog-heading {
    min-height: 50vh;
  }

  .nav-links-holder {
    flex-flow: column;
    align-items: center;
  }

  .link-block.full-width {
    justify-content: flex-start;
  }

  .text-link-title {
    font-size: 17px;
  }

  .brand {
    font-size: 10px;
    line-height: .8;
  }

  .logo-text-separator {
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo-image {
    width: 86px;
  }

  .nav-links-separator {
    margin-top: 0;
    margin-bottom: 21px;
  }

  .about-us-homepage-text {
    max-width: none;
  }

  .image-cover {
    max-height: 70vh;
  }

  .heading-3-before-paragraph {
    font-size: 22px;
  }

  .introduction-h2 {
    display: none;
  }

  .project-gallery-list {
    grid-row-gap: 27px;
  }

  .basic-line.with-margin.is-margin-mob {
    max-width: 88vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6px;
  }

  .basic-line.with-margin.is-margin-mob.is-only-mob {
    display: block;
  }

  .blog-posts-gallery {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
  }

  .our-vision-homepage {
    flex-direction: column;
  }

  .footer {
    grid-template-columns: auto;
    width: 100%;
  }

  .footer-div.centered-elements {
    grid-column-gap: 20px;
    justify-content: flex-start;
    width: 10em;
  }

  .thin-paragraph {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .slide-content-holder {
    grid-column-gap: 20px;
  }

  .left-arrow, .right-arrow {
    bottom: -12%;
  }

  .contact-info-holder {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-info-holder.niedrig {
    width: auto;
  }

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

  .contact-form {
    width: 100%;
  }

  .form-block {
    margin-left: 0;
    padding-left: 0;
  }

  .latest-blog-item {
    flex-flow: column;
  }

  .rich-text-project img {
    margin-bottom: 64px;
  }

  .space-between-block.for-project-infos {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .projet-description-image {
    width: 100%;
  }

  .project-description-info {
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .footer-container {
    grid-template-columns: auto;
    width: 100%;
  }

  .form-block-holder.has-text-area {
    height: 100%;
    margin-top: 20px;
  }

  .nav-width-holder {
    justify-content: space-between;
    align-items: center;
  }

  .image-cover-blog {
    max-height: 60vh;
  }

  .vertical-flex, .contact-holder {
    height: auto;
  }

  .container-2 {
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .faq-dropdown {
    margin-bottom: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-about_intro {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }

  .sub-title {
    padding-bottom: 0;
  }

  .sub-title.v2 {
    padding-top: 0;
  }

  .accordion-paragraph {
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .single-faq-wrapper {
    grid-template-columns: max-content 1fr;
  }

  .accordion-item-title {
    font-size: 32px;
  }

  .image-gallery-horizontal {
    height: 260px;
  }

  .div-imprint {
    width: 11em;
  }

  .section-title {
    letter-spacing: 0;
    line-height: 130%;
  }

  ._12-column-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid-2.large-gap {
    display: flex;
  }

  .accordion-text-2 {
    font-size: 1rem;
  }

  .container-4 {
    padding-bottom: 5rem;
  }

  .testimonial-item-2 {
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .section-title-2 {
    letter-spacing: 0;
    line-height: 130%;
  }

  .footer-logo-2 {
    max-width: 70%;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .book-a-meeting-details {
    font-size: 1rem;
  }

  .section-title-wrap {
    margin-bottom: 2rem;
  }

  .section-2.book-a-meeting {
    padding-top: 5rem;
  }

  .book-a-meeting-title {
    font-size: 10vw;
  }

  .section-mini-title-wrapper {
    margin-bottom: 1.2rem;
  }

  .book-a-meeting-title-wrap {
    margin-bottom: 1.5rem;
  }

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

  .container-3 {
    max-width: none;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .partner-logo-wrap {
    padding: 1.5rem;
  }

  .container-6 {
    padding-bottom: 5rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-text {
    text-align: center;
  }

  .heading-3-impressum {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 9px;
  }

  h3 {
    max-width: 90%;
    font-size: 23px;
  }

  p {
    font-size: 13px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.page-title {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .container.contact-container {
    flex-direction: column;
    padding: 0;
  }

  .container.is-navbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.has-video {
    padding: 0;
  }

  .container.project-description {
    padding-right: 6vw;
  }

  .container.next-project {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .container.before-big-image {
    padding-bottom: 150px;
  }

  .container.has-front-image {
    padding-bottom: 0;
  }

  .container.page-title-blog {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section.homepage-hero-section {
    height: 60vh;
  }

  .section.blog-heading {
    min-height: 50vh;
  }

  .hero-project-element {
    background-position: 70%;
  }

  .hero-project-info-container {
    flex-direction: column;
    padding-bottom: 68px;
  }

  .hero-project-city-info-holder.opacity-80 {
    display: none;
  }

  .project-category-text {
    font-size: 10px;
  }

  .hero-project-info-holder.left-holder {
    margin-top: 45px;
  }

  .hero-project-info-holder.left-holder.hide-on-mobile {
    display: none;
  }

  .nav-links-holder {
    flex-direction: column;
    align-items: center;
  }

  .link-block.full-width {
    width: 100%;
  }

  .text-link-title {
    font-size: 33px;
  }

  .nav-link-holder {
    margin-bottom: 31px;
  }

  .brand {
    padding-left: 0;
  }

  .logo-text-separator, .logo-text-content {
    display: none;
  }

  .nav-links-separator {
    margin: 0 0 35px;
  }

  .homepage-about-section {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .about-us-homepage-image, .about-us-homepage-text {
    max-width: none;
  }

  .image-cover.heading-image {
    height: 60vh;
    max-height: none;
  }

  .call-to-action {
    justify-content: flex-start;
  }

  .call-to-action.margin-gallery-project {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .call-to-action.is-blog-category-cta {
    margin-top: 14px;
  }

  .introduction-to-section {
    margin-bottom: 30px;
  }

  .introduction-to-section.is-slider {
    width: 100%;
    min-width: 0;
  }

  .introduction-h3-text {
    margin-bottom: 48px;
  }

  .h3-introduction {
    width: 100%;
    max-width: 90%;
  }

  .project-gallery-list {
    grid-column-gap: 0px;
    grid-row-gap: 45px;
  }

  .project-gallery-image-holder {
    height: 300px;
  }

  .project-gallery-infos-holder {
    flex-direction: column;
  }

  .gallery-project-category {
    flex: none;
    width: 100%;
    font-size: 10px;
  }

  .project-gallery-width-controller {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .description-part {
    grid-column-gap: 0%;
    margin-bottom: 50px;
  }

  .basic-line.with-margin.is-margin-mob {
    max-width: 88vw;
    margin: 10px auto;
  }

  .basic-line.black-backround-color {
    background-color: #000000b3;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .blog-posts-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .blog-post-gallery-image {
    height: 50vh;
    min-height: 0;
  }

  .blog-post-gallery-info {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .play-pause-button {
    display: none;
  }

  .play-state {
    padding: 4px 14.4px;
  }

  .background-video {
    height: 30vh;
  }

  .footer {
    grid-row-gap: 14px;
    flex-direction: column;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-div {
    flex-direction: row;
    width: 100%;
  }

  .footer-div.left-elements {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-div.centered-elements {
    grid-column-gap: 2em;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }

  .footer-div.right-elements {
    justify-content: flex-start;
  }

  .footer-link, .footer-link.w--current {
    font-size: 10px;
  }

  .link-with-arrow {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .page-title {
    font-size: 24px;
  }

  .thin-paragraph {
    font-size: 14px;
  }

  .about-page-introduction {
    grid-column-gap: 0px;
  }

  .awards-item {
    grid-column-gap: 0px;
    grid-row-gap: 3px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .award-title {
    width: 100%;
    max-width: 100%;
  }

  .award-year, .slider {
    width: 100%;
  }

  .slide-content-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .left-arrow {
    bottom: -11%;
    right: 11%;
  }

  .right-arrow {
    bottom: -11%;
  }

  .flex-block {
    grid-row-gap: 40px;
    height: auto;
  }

  .mask {
    height: 100%;
  }

  .testimonial-image-holder.about {
    width: 100%;
    height: 40vh;
  }

  .company-contact-info {
    max-width: none;
    margin-top: 85px;
    font-size: 14px;
  }

  .contact-info-holder {
    width: 100%;
    padding: 46px 6vw;
  }

  .contact-info-holder.niedrig {
    width: auto;
  }

  .cta.is-contact-submit-button {
    margin-top: 76px;
  }

  .contact-form {
    width: 100%;
  }

  .form-block {
    margin-left: 0;
    padding: 30px 6vw;
  }

  .latest-blog-image {
    width: 100%;
    min-width: 0%;
    max-height: 70vh;
    margin-bottom: 23px;
  }

  .latest-blog-item {
    flex-direction: column;
  }

  .div-block {
    max-width: 100%;
  }

  .rich-text-project {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .rich-text-project img {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .rich-text-project figure {
    width: auto;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-3 {
    max-width: 90%;
    margin-bottom: 25px;
  }

  .nav-menu {
    justify-content: space-between;
  }

  .menu-button {
    padding: 0;
  }

  .block-quote {
    max-width: none;
  }

  .space-between-block.has-container-margin {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .space-between-block.for-project-infos {
    flex-direction: column-reverse;
  }

  .projet-description-image {
    width: 100%;
  }

  .blog-categories-holder {
    grid-column-gap: 15px;
  }

  .blog-content-infos {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .latest-bloc-container {
    padding: 28px 6vw;
  }

  .footer-container {
    grid-row-gap: 14px;
    flex-direction: column;
    grid-template-columns: auto auto;
    padding: 0;
    display: none;
  }

  .footer-container.mobile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-width-holder {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    width: 100%;
    position: static;
  }

  .vertical-flex {
    padding-top: 70px;
  }

  .footer-credits {
    flex-direction: row;
    width: 100%;
  }

  .footer-credits.right-elements {
    justify-content: flex-start;
  }

  .footer-link-credits, .footer-link-credits.w--current {
    font-size: 10px;
  }

  .heading-style-h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .faq-dropdown {
    flex: 1;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .accordion-paragraph {
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
  }

  .faq-dropdown-toggle {
    vertical-align: baseline;
    display: block;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .single-faq-wrapper {
    grid-template-columns: 1fr;
  }

  .accordion-item-title {
    white-space: normal;
    word-break: normal;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 28px;
    display: block;
  }

  .accordion-trigger.v2 {
    flex-flow: row;
  }

  .faq_top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .heading-5 {
    max-width: none;
  }

  .div-imprint {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: auto;
    margin-bottom: 20px;
  }

  .section-title {
    letter-spacing: -.02em;
    font-weight: 500;
  }

  ._12-column-grid-2.large-gap {
    grid-row-gap: 3rem;
  }

  .container-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .medium-text-2 {
    font-size: 1.2rem;
  }

  .testimonial-second-row {
    display: flex;
  }

  .section-title-2 {
    letter-spacing: -.02em;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr .75fr;
    margin-top: 20px;
  }

  .partner-title {
    font-size: 1.75rem;
  }

  .section-2.book-a-meeting {
    padding-top: 3.75rem;
  }

  .book-a-meeting-title {
    font-size: 10.7vw;
  }

  .section-mini-title-wrapper {
    margin-bottom: 1rem;
  }

  .inner-shape-wrap {
    display: none;
  }

  .primary-button {
    padding: 1rem;
    font-weight: 400;
  }

  .primary-button.primary-button-black-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }

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

  .book-a-meeting-info-wrap {
    margin-bottom: 1.25rem;
  }

  .book-a-meeting-details-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    z-index: 1;
  }

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

  .medium-text-3 {
    font-size: 1.2rem;
  }

  .logo-text-content-menue {
    display: none;
  }

  .sprache {
    padding-left: 10px;
  }
}

#w-node-_1e52312e-4988-80b2-f69a-c082dab8e01c-cd4e962f, #w-node-_1e52312e-4988-80b2-f69a-c082dab8e01d-cd4e962f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f92d39ed-5e5e-92da-93f4-74f85875f4cf-cd4e962f {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_9ffc6783-fd5f-887c-02d1-841c0143f0bf-cd4e968a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a12aa7f0-8e77-7276-417f-92c986312c12-cd4e968b {
  place-self: start;
}

#w-node-_1c3bccc5-6f40-8419-82a5-e3f58e51fd13-cd4e968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ab7c23f8-32f0-b8be-37c4-1b2e30e4b1bf-cd4e968b {
  place-self: center start;
}

#w-node-ab7c23f8-32f0-b8be-37c4-1b2e30e4b1c2-cd4e968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_44563b7a-d2c7-63d9-9e64-60bad8efb305-cd4e968b {
  place-self: center start;
}

#w-node-_44563b7a-d2c7-63d9-9e64-60bad8efb308-cd4e968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7155c961-9973-b331-de47-db1c08b734d4-cd4e968b {
  place-self: center start;
}

#w-node-_7155c961-9973-b331-de47-db1c08b734d7-cd4e968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_1d7a1614-839a-03d1-4d66-fbcb72dcb8c4-cd4e968b {
  place-self: center start;
}

#w-node-_1d7a1614-839a-03d1-4d66-fbcb72dcb8c7-cd4e968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_2f987c7a-8238-3a80-12d3-eb8b6cf5abf2-cd4e9690 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338df4f-b4c48fde {
  grid-area: 1 / 4 / 3 / 13;
}

#w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338dff0-b4c48fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338dff8-b4c48fde {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338dff9-b4c48fde, #w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338e012-b4c48fde, #w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338e02d-b4c48fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338e048-b4c48fde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338e049-b4c48fde {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f92d39ed-5e5e-92da-93f4-74f85875f4cf-cd4e962f {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_94914760-96a9-1d1b-cc38-d0eb15feca0a-15fec9fc, #w-node-_83ce0398-0828-0dc6-2bdf-afcd97ec74c2-15fec9fc {
    justify-self: start;
  }

  #w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338df4f-b4c48fde {
    grid-area: 1 / 1 / 4 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1e52312e-4988-80b2-f69a-c082dab8e029-cd4e962f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f92d39ed-5e5e-92da-93f4-74f85875f4cf-cd4e962f {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_94914760-96a9-1d1b-cc38-d0eb15feca0a-15fec9fc, #w-node-_83ce0398-0828-0dc6-2bdf-afcd97ec74c2-15fec9fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338df4f-b4c48fde {
    grid-area: 1 / 1 / 4 / 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f92d39ed-5e5e-92da-93f4-74f85875f4cf-cd4e962f {
    grid-area: 1 / 1 / 4 / 5;
  }

  #w-node-fb7a11d2-06fa-9183-6e16-8e89459f880d-15fec9fc, #w-node-_83ce0398-0828-0dc6-2bdf-afcd97ec74d1-15fec9fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bfa1c1e0-d22e-3fa8-0626-1bc94338df4f-b4c48fde {
    grid-area: 1 / 1 / 4 / 5;
  }
}


@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_local';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-200.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-800.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway_local';
  src: url('../fonts/raleway-v34-latin-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}