@font-face {
  font-family: Dm Sans-Lokal;
  src: url('../fonts/dm-sans-v15-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans-Lokal;
  src: url('../fonts/dm-sans-v15-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans-Lokal;
  src: url('../fonts/dm-sans-v15-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans-Lokal;
  src: url('../fonts/dm-sans-v15-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans-Lokal;
  src: url('../fonts/dm-sans-v15-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans-Lokal;
  src: url('../fonts/dm-sans-v15-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --anthracite: #2f4252;
  --black: black;
  --red: #de3e3b;
  --dark-blue: #051c2f;
  --size--page-padding: 1.25rem;
  --white: white;
  --light-grey: #f5f6f7;
  --light-grey-2: #cad9e8;
}

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

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

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

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

body {
  color: var(--anthracite);
  font-family: Dm Sans-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.footer-brand-image {
  width: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.made-by-contentura {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 3rem 2rem 1rem;
  position: relative;
}

.mb-contentura-link {
  transition: all .2s;
  position: absolute;
  inset: auto 15% 1% auto;
}

.mb-contentura-link:hover {
  transform: scale(.95);
}

.footer-copyright-center-2 {
  color: #000;
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: .1rem;
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 25rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 2rem;
}

.main-button {
  background-color: var(--red);
  color: var(--black);
  white-space: nowrap;
  border-radius: .5rem;
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
  transition: all .5s;
}

.main-button:hover {
  background-color: var(--dark-blue);
  color: var(--red);
}

.main-button.left {
  align-self: flex-start;
}

.na-image {
  transition: all .5s;
}

.na-image:hover {
  transform: scale(.95);
}

.title-small {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.footer-brand {
  width: 22rem;
  transition: all .3s;
}

.footer-brand:hover {
  transform: scale(.95);
}

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

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.footer-block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--black);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .4s;
}

.footer-link:hover {
  color: var(--red);
}

.footer-link.w--current {
  color: var(--black);
}

.footer-link.w--current:hover {
  color: var(--red);
}

.footer-link.w--current:visited {
  color: var(--black);
}

.footer-link.wrap {
  white-space: normal;
}

.first-section {
  padding: 8rem var(--size--page-padding);
  background-image: url('../images/Image-Background_1.webp');
  background-position: 50%;
  background-size: cover;
}

.first-section.ber-uns {
  background-image: url('../images/Image-Background_2.webp');
}

.first-section.karriere {
  background-image: url('../images/Image-Background_3.webp');
}

.first-section.kontakt {
  background-image: url('../images/Image-Background_4.webp');
}

.first-section.leistungen {
  background-image: url('../images/Image-Background_5.webp');
}

.container-large {
  max-width: 1400px;
}

.start-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
}

.paragraph-normal {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.paragraph-normal.white {
  color: var(--white);
}

.paragraph-normal.center {
  text-align: center;
}

.paragraph-normal.bigger {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.paragraph-normal.red {
  color: var(--red);
}

.paragraph-normal.small {
  font-size: 1rem;
  line-height: 1.4rem;
}

.section {
  padding: 6rem var(--size--page-padding);
}

.section.grey {
  background-color: var(--light-grey);
}

.section.blue {
  background-color: var(--dark-blue);
}

.first-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-vertical-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-vertical-wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical-wrapper.align-left.middle {
  justify-content: center;
  align-items: flex-start;
}

.flex-vertical-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.overheading {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 500;
}

.h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 4.8rem;
}

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

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

.h2.high {
  line-height: 5.5rem;
}

.stats-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--anthracite);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: none;
  padding: 5rem 8rem;
  display: flex;
}

.one-stat-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stat-head {
  color: var(--white);
  white-space: nowrap;
  font-size: 3rem;
  line-height: 3rem;
}

.stat-foot {
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.flex-horizontal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--anthracite);
  text-decoration: none;
  display: flex;
}

.flex-horizontal-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal-wrapper.center.gap-10rem {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.flex-horizontal-wrapper.space-between {
  justify-content: space-between;
  align-items: center;
}

.start-values-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  display: flex;
}

.start-value-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.h3.center-full {
  text-align: center;
}

.start-value-image {
  background-color: var(--anthracite);
  border-radius: .5rem;
  padding: 1rem;
}

.spacer-medium {
  height: 3rem;
}

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

.start-service-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}

.start-service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--light-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.start-service-image {
  width: 100%;
  max-width: none;
}

.start-service-text {
  width: 75%;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.project-image {
  width: 35rem;
  max-width: none;
}

.first-over-us-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.underheading {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.values-grid {
  grid-template-rows: auto auto auto;
  width: 100%;
}

.ou-values-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-grey);
  border: .1rem solid #cad8e7;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.green-hook {
  width: 2rem;
}

.spacer-xlarge {
  height: 7rem;
}

.first-ou-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.ou-image {
  max-width: none;
  height: 23rem;
}

.container-medium {
  max-width: 1100px;
}

.benefits-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
}

.benefits-image {
  background-color: var(--anthracite);
  border-radius: .5rem;
  width: 4.5rem;
  max-width: none;
  padding: 1.5rem;
}

.benefits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-blue);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
}

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

.reference-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.reference-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.reference-image {
  width: 100%;
}

.contact-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.contact-form-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  width: 49%;
  padding: 2rem;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: var(--black);
  background-color: #f4f6f6;
  border: .15rem solid #dbe4ed;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-field::placeholder {
  color: #9b9b9b;
  font-size: 1rem;
}

.field-label {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.spacer-small {
  height: 1rem;
}

.contact-symbol {
  width: 1.5rem;
}

.contact-image {
  margin-top: 2rem;
}

.arrow {
  width: 3rem;
}

.service-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  width: 45%;
  display: flex;
}

.service-image {
  width: 100%;
}

.grey-line {
  background-color: var(--light-grey-2);
  width: 100%;
  height: .1rem;
}

@media screen and (max-width: 991px) {
  .mb-contentura-link {
    right: 8%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue);
    color: var(--red);
    border-radius: .2rem;
    padding: 1rem;
  }

  .footer-brand {
    width: 12rem;
  }

  .footer-brand.w--current {
    width: 15rem;
  }

  .container-footer {
    max-width: 728px;
  }

  .footer-content {
    margin-left: 20px;
  }

  .start-wrapper {
    width: 100%;
  }

  .first-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2.high {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }

  .stats-wrapper {
    align-self: flex-start;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .flex-horizontal-wrapper.center.gap-10rem {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .start-values-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .start-service-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .start-service-image {
    border-radius: 1rem;
  }

  .project-image {
    align-self: center;
    width: 30rem;
  }

  .benefits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits-image {
    width: 3.5rem;
    padding: 1rem;
  }

  .benefits-wrapper {
    padding: 1rem;
  }

  .reference-grid, .contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .made-by-contentura {
    margin-top: 10px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .mb-contentura-link {
    position: static;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    padding: 1rem;
  }

  .title-small {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .footer-brand.w--current {
    width: 22rem;
  }

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

  .footer-block {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: center;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-link.w--current {
    color: var(--black);
  }

  .paragraph-normal.mobile-center {
    text-align: center;
  }

  .first-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h2.high {
    font-size: 3.6rem;
    line-height: 5rem;
  }

  .stats-wrapper {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding: 4rem;
  }

  .flex-horizontal-wrapper.center.gap-10rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .start-values-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .start-value-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

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

  .spacer-medium.mobile-none {
    display: none;
  }

  .underheading {
    text-align: center;
  }

  .first-ou-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .first-ou-wrapper.change {
    flex-flow: column-reverse;
  }

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

  .contact-wrapper {
    flex-flow: column;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-wrapper {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .made-by-contentura {
    width: 120px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .footer-divider {
    margin-top: 1rem;
  }

  .navbar-brand {
    width: 75%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .title-small {
    margin-bottom: .6rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: flex;
  }

  .footer-brand.w--current {
    width: 80vw;
  }

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

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .social-logo-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .first-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }

  .paragraph-normal.bigger {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .h2.center {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .h2.high {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .flex-horizontal-wrapper.center.gap-10rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flex-horizontal-wrapper.space-between {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .start-values-wrapper {
    margin-top: 2rem;
  }

  .start-value-wrapper {
    width: 100%;
  }

  .h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .h3.center {
    font-size: 1.4rem;
  }

  .h3.mobile {
    text-align: center;
  }

  .spacer-medium {
    height: 1rem;
  }

  .start-service-grid {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
  }

  .start-service-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .start-service-image {
    width: 90%;
  }

  .start-service-text {
    text-align: center;
  }

  .project-image {
    width: 100%;
  }

  .underheading {
    text-align: center;
  }

  .values-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ou-values-wrapper {
    padding: .5rem;
  }

  .spacer-xlarge {
    height: 5rem;
  }

  .ou-image {
    width: 100%;
    height: auto;
  }

  .benefits-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .reference-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow {
    width: 2rem;
  }

  .service-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .service-image {
    width: 100%;
  }
}

#w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e55-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e62-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a, #w-node-_40d2ea61-b567-df4f-3fba-295b08d053f6-ad77c249, #w-node-_5d8bdb9e-c7f2-4980-5f0a-c5dcc369bd04-ad77c249, #w-node-_70736f61-1bf4-1f92-47a1-2dc14bd11415-ad77c249, #w-node-_8d37846b-9a47-0de3-7665-6114322c2998-ad77c249 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Dm Sans-Lokal';
  src: url('../fonts/dm-sans-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans-Lokal';
  src: url('../fonts/dm-sans-v15-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans-Lokal';
  src: url('../fonts/dm-sans-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans-Lokal';
  src: url('../fonts/dm-sans-v15-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans-Lokal';
  src: url('../fonts/dm-sans-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans-Lokal';
  src: url('../fonts/dm-sans-v15-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Platz fuer die Referenzbilder reservieren, damit beim Nachladen nichts
   springt (alle Bilder liegen als 548x374 vor). Aendert die Darstellung nicht. */
.reference-image { aspect-ratio: 548 / 374; }
.service-image { aspect-ratio: 495 / 376; }
