@font-face {
  font-family: Arial-Lokal;
  src: url('../fonts/Arial-lgt.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arial-Lokal;
  src: url('../fonts/Arial-BL.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Arial-Lokal;
  src: url('../fonts/Arial-BD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arial-Lokal;
  src: url('../fonts/Arial-Mdm.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --orange: #d73b16;
  --black: black;
  --background: #131d25;
  --backdrop: #131d25cc;
}

.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(--white);
  font-family: Arial-Lokal, Arial, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.navbar-no-shadow {
  z-index: 5;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0% 0% auto;
}

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

.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: 200px;
  transition: all .3s;
}

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

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.startsection {
  height: 80vh;
}

.startsection.ber-uns {
  z-index: 2;
  background-image: url('../images/image-29_1.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.startsection.leistungen {
  background-image: url('../images/image-29.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.startsection.referenzen {
  background-image: url('../images/Frame-74.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.startsection.kontakt {
  background-image: url('../images/Frame-75.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-block {
  z-index: 2;
  background-color: #131d25cc;
  border-radius: 30px;
  width: 500px;
  padding: 50px;
  position: absolute;
  inset: 32% 13% auto auto;
}

.heading {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.text-span {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.text-block {
  color: var(--orange);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.section {
  background-color: var(--background);
  padding: 60px 20px;
}

.container {
  max-width: 1000px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: url('../images/Group-3.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-brand {
  width: 250px;
}

.footer-brand.w--current {
  transition: all .3s;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image {
  width: 55%;
  max-width: none;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.button {
  border: 3px solid var(--white);
  background-color: #3898ec00;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 25px;
  transition: all .3s;
}

.button:hover {
  transform: scale(1.05);
}

.paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

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

.section-2 {
  background-color: var(--background);
  margin-bottom: -60px;
  padding: 100px 20px 160px;
  position: relative;
  overflow: hidden;
}

.container-3 {
  max-width: 1000px;
  padding-left: 10%;
  padding-right: 10%;
}

.heading-4 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.image-2 {
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(90deg);
}

.container-4 {
  background-color: var(--backdrop);
  border-radius: 40px;
  max-width: 1000px;
  margin-top: 100px;
  padding: 50px;
}

.section-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/image-30.webp');
  background-position: 50%;
  background-size: cover;
  padding: 100px 20px;
  position: relative;
}

.heading-5 {
  text-align: center;
  font-size: 36px;
}

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

.heading-6 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.image-3 {
  width: 60%;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-flow: column;
  max-width: 500px;
  margin-top: 60px;
  display: flex;
}

.button-2 {
  background-color: var(--orange);
  text-align: center;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: all .3s;
}

.button-2:hover {
  transform: scale(1.075);
}

.section-4 {
  z-index: 0;
  background-color: var(--background);
  margin-top: -60px;
  padding: 120px 20px 100px;
  position: relative;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-6 {
  z-index: 5;
  max-width: 1000px;
  margin-top: 60px;
  position: relative;
}

.link-block {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-8 {
  z-index: 2;
  background-color: var(--backdrop);
  color: var(--orange);
  text-align: center;
  white-space: nowrap;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  inset: auto 50% 50% auto;
  transform: translate(50%, 50%);
}

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

.image-4 {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
}

.image-5 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.link-block-3:hover {
  transform: scale(.95);
}

.image-20 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-9 {
  background-color: var(--backdrop);
  color: var(--white);
  border-radius: 25px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 60px 100px;
  font-size: 48px;
}

.container-7 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.body-2 {
  font-family: Arial-Lokal, Arial, sans-serif;
}

.section-5 {
  background-color: var(--background);
  padding: 60px 20px 80px;
  position: relative;
}

.paragraph-4 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.heading-10 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.image-21 {
  z-index: 1;
  position: absolute;
  inset: -13% auto auto 0%;
}

.image-22 {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 27% 0% 0%;
}

.container-8 {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.paragraph-5 {
  width: 75%;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.button-3 {
  border: 4px solid var(--orange);
  color: var(--orange);
  background-color: #3898ec00;
  border-radius: 25px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: all .3s;
}

.button-3:hover {
  transform: scale(1.075);
}

.image-23 {
  position: absolute;
  inset: auto 0% -17% auto;
}

.section-6 {
  background-color: var(--background);
  padding: 100px 20px 40px;
  position: relative;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}

.image-24 {
  z-index: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  inset: 40px 0% auto auto;
}

.container-9 {
  z-index: 1;
  max-width: 1000px;
  margin-top: 100px;
  position: relative;
}

.heading-12 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.image-25 {
  max-width: 45%;
}

.div-block-6 {
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.line {
  max-width: 1100px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.container-11 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.heading-13 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  display: flex;
}

.image-26 {
  width: 400px;
  max-width: none;
}

.div-block-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.section-7 {
  background-color: var(--background);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-27 {
  width: 600px;
  max-width: none;
}

.image-28 {
  width: 300px;
  max-width: none;
}

.section-8 {
  background-color: var(--background);
  padding: 60px 20px 100px;
  overflow: hidden;
}

.heading-14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.container-12 {
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-29 {
  width: 32%;
  max-width: none;
}

.div-block-9 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.slider {
  margin-top: 60px;
}

.arrow-left {
  color: #323232;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto 0% 0%;
}

.image-10 {
  width: 45px;
  max-width: none;
  transform: rotate(0);
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.image-11 {
  width: 45px;
  max-width: none;
}

.image-9 {
  align-self: center;
  width: 100%;
  max-width: none;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-bottom: 80px;
}

.carousel-mask {
  width: 30%;
  overflow: visible;
}

.card {
  color: #b8b9c2;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.image-30 {
  width: 48%;
  max-width: none;
}

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

.grid-3 {
  margin-top: 60px;
}

.section-9 {
  background-color: var(--background);
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 500;
}

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

.text-field {
  border: 3px solid var(--white);
  width: 75%;
  color: var(--white);
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.container-13 {
  z-index: 3;
  max-width: 700px;
  position: relative;
}

.field-label {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.image35 {
  width: 100%;
  max-width: none;
}

.grid-4 {
  margin-top: 60px;
}

.submit-button {
  background-color: var(--orange);
  border-radius: 15px;
  align-self: center;
  padding: 15px 40px;
  font-size: 20px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-32 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-33 {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-8 {
  text-align: center;
  width: 75%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-10 {
  background-color: var(--background);
  padding: 220px 20px 100px;
}

.container-16 {
  max-width: 1000px;
}

.success-message {
  color: var(--black);
  font-size: 16px;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

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

  .nav-link {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--background);
    color: #fff;
    border-radius: 10px;
  }

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

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

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    width: 50%;
  }

  .container-4 {
    margin-top: 60px;
    padding: 20px;
  }

  .section-3 {
    padding-top: 80px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block-3 {
    position: static;
  }

  .section-6 {
    padding-top: 60px;
  }

  .image-24 {
    width: 200px;
  }

  .div-block-7 {
    margin-left: 20px;
  }

  .image-27 {
    width: 400px;
  }

  .image-28 {
    width: 200px;
  }

  .section-8 {
    padding-top: 0;
  }

  .container-12 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .container-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-block {
    z-index: 2;
    position: relative;
  }

  .container-15 {
    z-index: 3;
    position: relative;
  }
}

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

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .div-block {
    z-index: 3;
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    right: 50%;
    transform: translate(50%);
  }

  .heading {
    font-size: 40px;
    line-height: 44px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-2.mobile {
    flex-flow: column-reverse wrap;
  }

  .image {
    width: 75%;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    font-size: 18px;
  }

  .paragraph {
    text-align: center;
  }

  .container-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-5 {
    font-size: 32px;
  }

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

  .image-3 {
    width: 50%;
  }

  .button-2 {
    align-self: center;
    font-size: 22px;
    line-height: 26px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .link-block-3 {
    position: static;
  }

  .image-20 {
    margin-top: 10px;
  }

  .heading-9 {
    padding: 40px 80px;
    font-size: 40px;
  }

  .container-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .paragraph-4, .heading-10 {
    text-align: center;
  }

  .container-8 {
    margin-top: 40px;
  }

  .image-24 {
    top: 100px;
  }

  .container-9 {
    margin-top: 220px;
  }

  .container-9.mobile {
    margin-top: 60px;
  }

  .line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-11 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .container-11.mobile {
    flex-flow: column-reverse;
  }

  .paragraph-7, .heading-13 {
    text-align: center;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .image-27 {
    width: 350px;
  }

  .image-28 {
    width: 150px;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-mask {
    width: 60%;
  }

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

@media screen and (max-width: 479px) {
  .navbar-brand {
    width: 150px;
  }

  .nav-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
  }

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

  .startsection {
    height: 70vh;
  }

  .startsection.referenzen, .startsection.kontakt {
    height: 60vh;
  }

  .div-block {
    width: 90vw;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 25%;
  }

  .heading {
    font-size: 26px;
    line-height: 32px;
  }

  .text-span {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

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

  .footer-brand {
    width: 75vw;
  }

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

  .image {
    width: 90%;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

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

  .heading-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 23px;
  }

  .container-4 {
    padding: 10px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 34px;
  }

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

  .heading-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3 {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-2 {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .footer-copyright-center-2 {
    line-height: 18px;
  }

  .heading-9 {
    padding: 20px 40px;
    font-size: 32px;
  }

  .heading-9.referenzen {
    font-size: 8vw;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-5 {
    padding-top: 20px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }

  .button-3 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-6 {
    padding-top: 40px;
  }

  .heading-11 {
    font-size: 26px;
    line-height: 28px;
  }

  .image-24 {
    opacity: .55;
    width: 130px;
  }

  .container-9 {
    margin-top: 170px;
  }

  .container-9.mobile {
    margin-top: 40px;
  }

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

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .container-11.mobile {
    flex-flow: column-reverse;
  }

  .image-26 {
    width: 100%;
  }

  .image-27 {
    width: 200px;
  }

  .image-28 {
    width: 75px;
  }

  .section-8 {
    padding-bottom: 40px;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 32px;
  }

  .container-12 {
    margin-top: 40px;
  }

  .image-29 {
    width: 80%;
  }

  .div-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._5, .carousel-slider._4, .carousel-slider._3, .carousel-slider._7, .carousel-slider._6, .carousel-slider._2 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .image-30 {
    width: 90%;
  }

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

  .text-field {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field-label {
    font-size: 16px;
  }

  .submit-button {
    padding: 10px 30px;
    font-size: 18px;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .paragraph-8 {
    width: 85%;
  }

  .container-14 {
    z-index: 2;
    position: relative;
  }

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

#w-node-_7c791981-f238-9f4a-59a2-45e6c9bec5e9-c9bec5e3, #w-node-_7c791981-f238-9f4a-59a2-45e6c9bec5f6-c9bec5e3, #w-node-_7c791981-f238-9f4a-59a2-45e6c9bec5fd-c9bec5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ac0306e-7b33-1418-da12-3a71d3b107d8-5bb2e40c, #w-node-_69607a9e-9d7f-510f-6575-7f3544921c04-5bb2e40c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'Arial-Lokal';
  src: url('../fonts/Arial-lgt.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial-Lokal';
  src: url('../fonts/Arial-BL.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial-Lokal';
  src: url('../fonts/Arial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial-Lokal';
  src: url('../fonts/Arial-BD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial-Lokal';
  src: url('../fonts/Arial-Mdm.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}