@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --green1: #b3c817;
  --grey: #414041;
  --purple: #cb4988;
  --green5: #6bc14ccc;
  --green12: #32ab081f;
  --green4: #99d385;
  --green: #e2f0dd;
  --green6: #32ab08;
  --grey2: #c6c5c5;
}

.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(--black);
  font-family: Poppins \- Lokal, Arial, sans-serif;
  font-weight: 400;
}

.navbar-no-shadow {
  z-index: 3;
  background-color: #ffffff4d;
  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: 150px;
}

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

.navbar-brand.w--current: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: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

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

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:hover {
  color: var(--green1);
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px;
  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-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 3px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  transition: all .3s;
}

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

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  color: var(--black);
}

.nav-dropdown-link.w--current {
  color: var(--green1);
}

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

.button-primary {
  border: 2px solid var(--white);
  color: #fff;
  letter-spacing: 1px;
  background-color: #1a1b1f00;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

.button-primary:hover {
  background-color: var(--green1);
  color: #fff;
}

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

.startsection {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/image-49_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 60vh;
  padding-top: 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.startsection.startseite {
  background-image: none;
  background-position: 0 0;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
}

.startsection.ber-uns {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header_1.avif');
}

.startsection.malerarbeiten {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header-1_1.webp');
}

.startsection.putzarbeiten {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header-2_1.avif');
}

.startsection.altbausanierung {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header-3_1.avif');
}

.startsection.fassadenarbeiten {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header-5_1.avif');
}

.startsection.beratung {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header-4_1.avif');
}

.startsection.kontakt {
  background-image: linear-gradient(#00000080, #ffffff05), url('../images/Header-6_1.avif');
}

.container {
  z-index: 2;
  max-width: 1000px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  background-color: var(--white);
  width: 50%;
  height: 10px;
}

.heading {
  text-align: center;
  font-size: 50px;
  line-height: 70px;
}

.heading-2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

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

.button {
  background-color: var(--white);
  color: var(--black);
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.button:hover {
  background-color: var(--green1);
  color: var(--white);
}

.button-2 {
  background-color: var(--green1);
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.div-block-3 {
  z-index: 2;
  background-color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  height: 15%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: var(--white);
  font-size: 22px;
  line-height: 24px;
}

.text-span {
  color: var(--grey);
  font-weight: 700;
}

.text-span-2 {
  color: var(--purple);
  font-weight: 500;
}

.heading-3 {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-4 {
  z-index: 2;
  background-color: var(--green1);
  height: 200%;
  padding-top: 2%;
  padding-left: 100px;
  padding-right: 40px;
  position: relative;
}

.div-block-5 {
  z-index: 1;
  background-color: var(--green1);
  width: 300px;
  height: 200%;
  margin-left: -120px;
  position: relative;
  transform: skew(50deg);
}

.heading-4 {
  color: var(--green1);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 13%;
  font-size: 30px;
  line-height: 36px;
}

.section {
  padding: 60px 20px;
}

.section._100 {
  padding-top: 100px;
  padding-bottom: 60px;
}

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

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

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

.heading-5 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.text-span-3 {
  color: var(--purple);
}

.text-span-4 {
  color: var(--green1);
}

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

.div-block-7 {
  margin-right: 60px;
}

.image-17 {
  width: 30px;
  max-width: none;
}

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

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

.footer-dark {
  background-color: var(--grey);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-left: 60px;
  display: grid;
}

.link-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-3:hover {
  color: var(--green1);
}

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

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

.footer-brand {
  width: 250px;
  transition: all .3s;
}

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

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

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

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

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

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

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

.text-block-2 {
  white-space: nowrap;
}

.section-2 {
  padding: 60px 20px;
}

.heading-6 {
  color: var(--green1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.image-19 {
  width: 60px;
  max-width: none;
  transform: rotate(180deg);
}

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

.heading-7 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: stretch center;
  margin-top: 50px;
}

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

.image-20 {
  width: 120px;
  max-width: none;
}

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

.div-block-21 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--green12);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  padding: 20px;
  display: flex;
}

.container-4, .container-5 {
  max-width: 1000px;
}

.section-3 {
  padding: 60px 20px 140px;
}

.div-block-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 60px;
  max-width: none;
}

.heading-9 {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-23 {
  flex-flow: column;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

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

.image-22 {
  width: 120px;
  max-width: none;
}

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

.div-block-25 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.text-span-5 {
  color: var(--purple);
  font-size: 30px;
}

.text-span-6 {
  color: var(--green1);
  font-size: 24px;
}

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

.section-4 {
  padding: 60px 20px;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 44px;
}

.text-span-7 {
  color: var(--green1);
}

.text-span-8 {
  color: var(--purple);
}

.div-block-26 {
  background-color: var(--black);
  width: 85%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.div-block-27 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

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

.section-5 {
  background-image: url('../images/AdobeStock_527260870-1_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-13 {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 60px;
}

.text-span-10 {
  font-size: 50px;
}

.text-span-11 {
  color: var(--purple);
}

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

.section-6 {
  padding: 100px 20px 60px;
}

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

.heading-14 {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

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

.image-24 {
  width: 250px;
  max-width: none;
}

.paragraph-5 {
  margin-bottom: 0;
  margin-right: 60px;
  font-size: 18px;
  line-height: 24px;
}

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

.section-7 {
  padding: 60px 20px 100px;
  overflow: hidden;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

.div-block-29 {
  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 {
  height: 422.703px;
}

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

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

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

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

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

.image-11 {
  width: 45px;
  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;
  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;
}

.text-block-3 {
  background-color: var(--green12);
  color: var(--black);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-7 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--green4);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.section-8 {
  padding: 60px 20px;
}

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

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

.paragraph-8 {
  color: var(--grey);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.container-11 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.image-25 {
  width: 350px;
  max-width: none;
}

.paragraph-9 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 16px;
  line-height: 22px;
}

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

.heading-17 {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 48px;
}

.text-span-12 {
  color: var(--purple);
}

.text-span-13 {
  color: var(--green1);
}

.paragraph-10 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 26px;
}

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

.image-26 {
  font-weight: 400;
}

.container-13 {
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.heading-18 {
  color: var(--grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 600;
}

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

.paragraph-11 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-31 {
  margin-bottom: 60px;
}

.text-span-14 {
  color: var(--green1);
}

.text-span-15 {
  color: var(--purple);
}

.text-block-4 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.list-item {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-12 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-12.kursiv {
  font-style: italic;
}

.heading-20 {
  color: var(--grey);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
}

.purple {
  color: var(--purple);
}

.green {
  color: var(--green1);
}

.list-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-21 {
  color: var(--grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.paragraph-13 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.container-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.button-3 {
  background-color: var(--green1);
  color: var(--white);
  border-radius: 10px;
  margin-top: 40px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .4s;
}

.button-3:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 2px 5px #0003;
}

.placeholder {
  height: 10vh;
}

.div-block-33 {
  z-index: 3;
  background-color: var(--green4);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding: 40px 100px;
  display: flex;
  position: relative;
}

.heading-23 {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.heading-24 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
}

.grey {
  color: var(--grey);
}

.paragraph-14 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-34 {
  background-color: var(--green4);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-27 {
  z-index: 1;
  width: 45%;
  max-width: none;
  position: relative;
}

.text-field {
  background-color: var(--green);
  color: var(--black);
  border-radius: 10px;
  margin-top: 12.5px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.text-field::placeholder {
  color: var(--grey);
}

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

.div-block-36 {
  width: 48%;
}

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

.submit-button {
  background-color: var(--green6);
  border-radius: 10px;
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  transition: all .3s;
}

.submit-button:hover {
  transform: scale(1.02)translate(0, -4px);
  box-shadow: 0 2px 5px #0003;
}

.div-block-37 {
  z-index: 2;
  align-self: stretch;
  width: 65%;
  margin-right: -10%;
  display: flex;
  position: relative;
}

.div-block-38 {
  background-color: var(--green4);
  justify-content: flex-end;
  width: 20%;
  margin-left: -77px;
  margin-right: 55px;
  display: flex;
  transform: skew(10deg);
}

.div-block-39 {
  background-color: var(--white);
  width: 10%;
}

.section-9 {
  background-color: var(--grey);
  padding-top: 220px;
  padding-bottom: 140px;
}

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

.code-embed, .code-embed-2 {
  color: var(--white);
}

.utility-page-wrap {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.text-block-6 {
  color: var(--white);
  font-size: 16px;
}

.heading-25 {
  color: var(--white);
}

.text-block-7 {
  text-align: center;
}

.container-16 {
  background-color: var(--green12);
  border-radius: 10px;
  max-width: 1000px;
}

.section-10 {
  padding: 60px 20px 100px;
}

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

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.paragraph-15 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-27 {
  margin-top: 60px;
  margin-bottom: 0;
}

.heading-27._0 {
  margin-top: 0;
}

.paragraph-16 {
  text-align: center;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.button-4 {
  background-color: var(--green1);
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s;
}

.button-4:hover {
  transform: scale(1.02)translate(0, -4px);
  box-shadow: 0 2px 5px #0003;
}

.link-block-4 {
  color: var(--black);
  border-radius: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-4:hover {
  box-shadow: 0 2px 3px 0 var(--green5);
  transform: scale(1.025)translate(0, -4px);
}

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

.grid-mobile {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: stretch center;
  display: none;
}

.section-11 {
  overflow: hidden;
}

.container-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-28 {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.heading-29 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.div-block-42 {
  width: 75%;
}

.container-18 {
  max-width: 1000px;
  margin-top: 60px;
}

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

.image-28 {
  width: 50px;
  max-width: none;
  margin-left: 10px;
  transform: rotate(180deg);
}

.text-block-9 {
  color: var(--green1);
  font-size: 20px;
  line-height: 24px;
}

.heading-30 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 36px;
}

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

.text-block-10 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-18 {
  color: var(--grey2);
  margin-bottom: 0;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--green12);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.image-29 {
  width: 65px;
  max-width: none;
}

.section-12 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.container-19.rechts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-31 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 36px;
}

.heading-31.rechts {
  text-align: right;
}

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

.div-block-45.rechts {
  justify-content: flex-end;
  align-items: center;
}

.image-30 {
  width: 30px;
  max-width: none;
}

.text-block-12 {
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-12.rechts {
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-31 {
  width: 300px;
  max-width: none;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.section-13 {
  padding: 100px 20px;
}

.reference {
  max-width: 1000px;
  color: var(--white);
}

.heading-32 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

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

.image-reference._3-collums {
  width: 100%;
  height: 100%;
}

.reference-wrapper {
  position: relative;
}

.reference-text {
  opacity: 0;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reference-text:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  font-size: 1.52rem;
}

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

.image-32 {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  background-image: linear-gradient(#000, #000);
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-32.first {
  opacity: 100;
}

@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: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

  .button-primary {
    background-color: var(--green1);
    font-size: 16px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .startsection.startseite {
    padding-top: 120px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .button, .button-2 {
    padding: 10px 30px;
  }

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

  .text-block {
    font-size: 20px;
  }

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

  .div-block-4 {
    height: 150%;
    padding-left: 40px;
  }

  .div-block-5 {
    width: 175%;
    height: 150%;
    margin-left: 0;
    margin-right: 0;
    left: -180px;
  }

  .heading-4 {
    margin-left: -89px;
    font-size: 24px;
    line-height: 32px;
  }

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

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

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

  .link-block-2 {
    right: 10%;
  }

  .footer-brand {
    width: 100px;
  }

  .footer-brand.w--current {
    display: none;
  }

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

  .grid {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

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

  .div-block-21 {
    width: 240.703px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-23 {
    width: 300px;
  }

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

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

  .carousel-mask {
    width: 33%;
  }

  .container-11 {
    margin-bottom: 60px;
  }

  .paragraph-9 {
    margin-left: 20px;
  }

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

  .paragraph-10 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-33 {
    border-right: 15px solid var(--white);
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
  }

  .image-27 {
    width: auto;
  }

  .div-block-37 {
    margin-right: -38%;
  }

  .div-block-38 {
    display: none;
  }

  .div-block-41 {
    flex: 0 auto;
  }

  .grid-mobile {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .icon {
    color: var(--white);
    font-size: 42px;
  }

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

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

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

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    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;
  }

  .startsection.startseite {
    height: 85vh;
  }

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

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

  .div-block-4 {
    height: 125%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    display: none;
  }

  .heading-4 {
    text-align: center;
    margin-left: 5%;
    font-size: 24px;
    line-height: 30px;
  }

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

  .image {
    width: 350px;
    margin-top: 40px;
  }

  .heading-5 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

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

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

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

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

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

  .footer-brand.w--current {
    width: 250px;
    display: block;
  }

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

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

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

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

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

  .grid, .grid-2 {
    display: none;
  }

  .image-20 {
    width: 100px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-21 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-10 {
    margin-bottom: 10px;
  }

  .div-block-24 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .div-block-26 {
    margin-bottom: 0;
  }

  .div-block-27 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-27.change {
    flex-flow: column-reverse;
    margin-top: 40px;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13 {
    font-size: 42px;
  }

  .container-8 {
    flex-flow: column;
  }

  .paragraph-5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

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

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

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

  .carousel-mask {
    width: 60%;
  }

  .heading-16 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .image-25 {
    width: 300px;
  }

  .paragraph-9 {
    text-align: center;
    margin-left: 0;
  }

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

  .heading-22 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .placeholder {
    display: none;
  }

  .div-block-33 {
    border-right-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27 {
    height: 400px;
    display: none;
  }

  .div-block-37 {
    width: 90%;
    margin-right: 0%;
  }

  .div-block-40 {
    padding: 20px;
  }

  .link-block-4 {
    width: 80%;
  }

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

  .icon {
    font-size: 38px;
  }

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

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

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

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

  .image-31 {
    width: 175px;
    top: 27%;
  }

  .reference-text {
    width: 100%;
    font-size: 1rem;
  }

  .reference-text:hover {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 40px;
  }

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

  .startsection.kontakt {
    height: 50vh;
    padding-top: 180px;
  }

  .startsection.karriere {
    height: 50vh;
    padding-top: 160px;
  }

  .div-block {
    width: 60%;
    height: 5px;
  }

  .heading {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .button-2 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-4 {
    padding-top: 1%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    text-align: center;
    margin-left: 2%;
    font-size: 14px;
    line-height: 22px;
  }

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

  .image {
    width: 75vw;
    margin-top: 20px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

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

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

  .footer-content {
    grid-template-rows: auto auto auto auto;
    place-items: stretch center;
    margin-top: 20px;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .heading-7 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .image-20 {
    width: 85px;
  }

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

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    padding-bottom: 60px;
  }

  .heading-9, .heading-10 {
    text-align: center;
    font-size: 24px;
  }

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

  .image-22 {
    width: 75px;
  }

  .div-block-24 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-24.change {
    flex-flow: column-reverse;
  }

  .heading-11 {
    font-size: 36px;
  }

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

  .div-block-27.change {
    margin-top: 30px;
  }

  .image-23 {
    width: 80vw;
  }

  .paragraph-4 {
    line-height: 18px;
  }

  .section-5 {
    height: 30vh;
  }

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

  .text-span-10 {
    font-size: 32px;
  }

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

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

  .image-24 {
    width: 50vw;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-15 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

  .carousel-mask {
    width: 100%;
  }

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

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

  .paragraph-8 {
    margin-top: 20px;
  }

  .container-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .image-25 {
    width: 70vw;
  }

  .paragraph-9 {
    margin-left: 0;
  }

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

  .container-13 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-18 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-19.zu-lang {
    font-size: 21px;
    display: none;
  }

  .list-item {
    font-size: 16px;
    line-height: 22px;
  }

  .list {
    padding-left: 30px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-20 {
    margin-top: 40px;
    font-size: 26px;
  }

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

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

  .button-3 {
    text-align: center;
  }

  .div-block-33 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .submit-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-26 {
    font-size: 30px;
  }

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

  .heading-27 {
    text-align: center;
    margin-top: 20px;
  }

  .paragraph-16 {
    width: 100%;
  }

  .button-4 {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
  }

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

  .grid-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon {
    font-size: 40px;
  }

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

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

  .paragraph-17 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .text-block-9 {
    font-weight: 500;
  }

  .heading-30 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

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

  .text-block-10 {
    font-size: 18px;
  }

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

  .image-29 {
    width: 50px;
  }

  .container-19 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .heading-31 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .image-30 {
    width: 25px;
  }

  .text-block-12 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-12.rechts {
    margin-right: 10px;
  }

  .image-31 {
    align-self: center;
    margin-top: 40px;
    position: static;
  }

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

  .reference-wrapper {
    display: flex;
  }

  .reference-text:hover {
    opacity: 0;
  }
}

#w-node-_7f1027db-9c0a-f94f-71fe-421cd743bcf5-d743bcee, #w-node-_7f1027db-9c0a-f94f-71fe-421cd743bd00-d743bcee, #w-node-_7f1027db-9c0a-f94f-71fe-421cd743bd0d-d743bcee, #w-node-_60a0f8b0-7365-01c9-a138-64071911d617-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99ad6dce-7abf-0127-6651-919bdb59c4a8-a04f855c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d60785e2-3ee0-4f76-43cc-728294373973-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60785e2-3ee0-4f76-43cc-72829437397f-a04f855c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c2a66f0-0e5d-c5cb-c5d3-9a62afdb021a-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95fa2159-fb61-9109-61f9-80a81128d289-a04f855c, #w-node-_7c2a66f0-0e5d-c5cb-c5d3-9a62afdb022a-a04f855c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15f917ef-2658-71e4-5933-271ed3c65340-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f917ef-2658-71e4-5933-271ed3c65350-a04f855c, #w-node-_15f917ef-2658-71e4-5933-271ed3c65354-a04f855c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8ff74cc-fd7f-dca4-f670-f902626bedfb-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8ff74cc-fd7f-dca4-f670-f902626bee0b-a04f855c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94b68965-4bd3-981c-b63d-bce59e939f3f-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b68965-4bd3-981c-b63d-bce59e939f43-a04f855c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94b68965-4bd3-981c-b63d-bce59e939f4f-a04f855c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_237d7d4f-b6c2-887f-9a04-f7ae76bd4956-a04f855c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_237d7d4f-b6c2-887f-9a04-f7ae76bd495a-a04f855c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_237d7d4f-b6c2-887f-9a04-f7ae76bd495e-a04f855c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-dee7ad77-a72b-c783-3c29-b3dbe7e91c25-afdcc159, #w-node-_16d380ab-7363-4af9-d25e-845ac8511da5-e5e7062c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}