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

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

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

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

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

:root {
  --white: white;
  --main-red: #c90403;
  --black: #000;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #00c707;
  --flowui-component-library--white: white;
  --background: snow;
  --main-grey: #d9d9d9;
  --white-2: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --black-2: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.navbar-no-shadow {
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 8px 20px -6px var(--main-red);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 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 {
  transition: all .3s;
  position: static;
}

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

.nav-menu-wrapper {
  z-index: 100;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.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: 60px;
}

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

.menu-button {
  z-index: 100;
}

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

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

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

.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 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.f-footer-link {
  color: var(--black);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 26px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  width: 48px;
  height: 48px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
  transition: all .3s;
}

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

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.image {
  transition: all .2s;
}

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

.link-block {
  width: 150px;
}

.angebot {
  background-color: var(--main-red);
  color: var(--white);
  border-radius: 10px;
  align-self: center;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 700;
  transition: all .3s;
}

.angebot:hover {
  transform: scale(.95);
}

.angebot.leistungen {
  z-index: 10;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  transition: all .3s;
  position: relative;
}

.angebot.leistungen:hover {
  transform: scale(1.05);
}

.kontakt {
  border: 3px solid var(--main-red);
  color: var(--main-red);
  background-color: #fff0;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  transition: all .3s;
}

.kontakt:hover {
  transform: scale(.95);
}

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

.paragraph {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.body {
  color: var(--black);
  padding-top: 80px;
  font-family: Roboto-Lokal, sans-serif;
}

.section {
  position: relative;
}

.slider {
  height: 75vh;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/Bildschirmfoto-2024-04-18-um-20.09.51.png');
  background-position: 0 0;
  background-size: cover;
}

.container-2 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-right: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-div {
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

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

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

.paragraph-2 {
  margin-right: 140px;
  font-size: 16px;
  font-weight: 500;
}

.section-2 {
  background-color: var(--background);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3 {
  background-color: var(--main-grey);
  padding-bottom: 140px;
}

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

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

.heading-21 {
  z-index: 0;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  display: flex;
  position: absolute;
}

.container-48 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.radio-button-label {
  display: none;
}

.heading-18 {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.custom-css-2 {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  font-size: 16px;
  font-style: italic;
  display: flex;
}

.radio-button-field {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.radio-button-field:active {
  border-color: #2a9ee8;
}

.checkbox-2 {
  z-index: 1;
  border-width: 5px;
  border-color: #d9d9d9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.checkbox-2.w--redirected-checked {
  background-color: #c4e3ff3b;
  background-image: none;
  border-color: #2a9ee8;
  border-radius: 20px;
  box-shadow: 0 2px 5px 1px #2a9ee8;
}

.cell {
  justify-content: center;
  align-items: center;
}

.textarea {
  border-radius: 10px;
}

.submit-button {
  background-color: #2a9ee8;
  margin-top: 421px;
}

.submit-button.button-4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.submit-button.button-4:hover {
  color: #000;
  background-color: #5ce1e6;
}

.ms-range-embed {
  width: 100%;
}

.image-57 {
  z-index: 3;
  width: 100px;
  max-width: none;
  position: relative;
}

.text-field-4 {
  border-radius: 10px;
}

.ms-range-slider-value {
  color: #fff;
  text-align: center;
  background-color: #121331;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 80px;
  margin-left: 12px;
  padding: 5px 10px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.form_step {
  height: 500px;
  padding-top: 100px;
}

.form_step.erster {
  height: auto;
  padding-top: 60px;
}

.checkbox-label-3 {
  margin-bottom: 0;
  display: none;
}

.checkbox-field-2 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.radio-button-klein {
  z-index: 50;
  cursor: pointer;
  border-width: 5px;
  border-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: all .2s;
  display: block;
  position: absolute;
}

.radio-button-klein.w--redirected-checked {
  border-width: 5px;
  border-color: var(--black);
}

.radio-button-klein.w--redirected-focus {
  border-width: 5px;
  border-color: var(--main-red);
  box-shadow: 0 2px 10px 0 var(--main-red);
}

.button-group-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-range-slider {
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

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

.button-4 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: #3b3b3b;
}

.button-4.nachbau {
  background-color: #2a9ee8;
}

.button-4.is-secondary {
  color: #000;
  background-color: #e4e5ec;
  border: 1px #000;
}

.button-4.is-secondary:hover {
  background-color: #dbdce3;
}

.heading-17 {
  text-align: center;
  font-size: 40px;
}

.radio-button-field-klein {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.radio-button-field-klein.extra {
  width: 100px;
}

.text-field-3 {
  border-radius: 10px;
}

.nachbau {
  z-index: 3;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  position: relative;
}

.radio-button {
  z-index: 5;
  border-width: 5px;
  border-color: var(--main-red);
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--main-red);
  box-shadow: 0 0 20px 3px var(--main-red);
}

.text-field-2 {
  border-radius: 10px;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.weiter {
  background-color: var(--main-red);
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: none;
}

.weiter:hover {
  transform: scale(.95);
}

.weiter.extra {
  display: block;
}

.image-58 {
  max-width: 350px;
}

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

.vorteile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.symbole {
  max-width: 200px;
}

.absatz {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

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

.container-50 {
  background-color: var(--main-grey);
  border-radius: 50px;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.links {
  width: 60%;
}

.rechts {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.paragraph-3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.heading-22 {
  margin-top: 20px;
  font-size: 24px;
}

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

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

.image-59 {
  border-top-right-radius: 30px;
  align-self: flex-end;
  max-width: 250px;
}

.leistungen-wrapper {
  background-color: var(--main-red);
  height: 120px;
  padding: 15px;
}

.innerer-wrapper {
  border: 7px solid var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

.leistung {
  background-color: var(--main-grey);
  border-radius: 20px;
  width: 250px;
  padding-bottom: 10px;
}

.spacer {
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.heading-26 {
  color: var(--main-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.image-60 {
  border: 3px solid var(--main-red);
  border-radius: 50px;
  width: 30px;
  max-width: none;
  height: 30px;
  padding: 3px 2px;
}

.text-button {
  background-color: var(--white-2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.image-61 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.container-51 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.image-62 {
  z-index: 1;
  max-width: 250px;
  margin-bottom: -100px;
  margin-left: 40px;
  position: relative;
}

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

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

.links-kt {
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.rechts-kt {
  grid-row-gap: 150px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 20px;
  display: flex;
}

.div-block-3 {
  height: 30%;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.kt {
  font-size: 16px;
  font-weight: 500;
}

.image-63 {
  max-width: 250px;
}

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

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

.slide-2 {
  background-image: url('../images/Bildschirmfoto-2024-04-21-um-16.43.21.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Bildschirmfoto-2024-04-21-um-16.43.28.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Bildschirmfoto-2024-04-21-um-16.43.34.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Bildschirmfoto-2024-04-21-um-16.43.43.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-13 {
  background-image: url('../images/Bildschirmfoto-2024-04-21-um-16.43.53.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Bildschirmfoto-2024-04-21-um-16.44.03.png');
  background-position: 50% 100%;
  background-size: cover;
}

.html-embed {
  color: #000;
  text-align: left;
  margin: 60px 100px 100px;
  font-family: Roboto-Lokal, sans-serif;
  font-weight: 500;
}

.section-8 {
  margin: 60px 60px 100px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 112px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 0;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

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

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 10px;
}

.f-contact-content {
  border: 4px solid var(--main-red);
  width: 100%;
  max-width: 430px;
  box-shadow: 0 2px 20px 2px var(--main-red);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

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

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

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

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

.link-block-2 {
  align-self: flex-end;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.success-message {
  border: 4px solid var(--flowui-component-library--primary-base);
  border-radius: 20px;
  margin-top: 100px;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  margin-top: 101px;
}

.text-block-4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
  justify-content: center;
  align-items: center;
}

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

.text-field-5 {
  text-align: center;
  width: 150px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.text-field-5:active, .text-field-5:focus, .text-field-5:focus-visible, .text-field-5[data-wf-focus-visible] {
  color: var(--black);
}

.text-block-5 {
  background-color: var(--main-red);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.heading-28 {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-53 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center end;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.div-block-7 {
  width: 40%;
  margin-left: 200px;
}

.div-block-8 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-10 {
  background-color: var(--main-grey);
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.section-11 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 140px;
}

.image-65 {
  max-width: 400px;
  position: absolute;
  inset: 40% 10% 0% auto;
}

.paragraph-5 {
  z-index: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.paragraph-5.unten {
  margin-bottom: 0;
}

.paragraph-6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

.image-66, .image-67 {
  max-width: 200px;
}

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

.paragraph-7 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.image-68 {
  max-width: 200px;
}

.checkbox-3 {
  z-index: 50;
  border-width: 5px;
  border-color: var(--black);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-3.w--redirected-checked {
  border-width: 5px;
  border-color: var(--main-red);
  box-shadow: 0 2px 14px 1px var(--main-red);
  background-color: #3898ec00;
  background-image: none;
  border-radius: 20px;
}

.checkbox-label-4 {
  display: none;
}

.checkbox-field-3 {
  width: 250px;
  margin-bottom: 0;
  padding: 10px 20px;
  position: relative;
}

.section-13 {
  background-image: url('../images/WhatsApp-Image-2024-05-06-at-16.47.42.jpeg');
  background-position: 0%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.container-55 {
  margin-left: 0;
}

.div-block-10 {
  z-index: 2;
  background-color: var(--main-red);
  justify-content: center;
  align-items: center;
  width: 50vh;
  height: 100%;
  display: flex;
  position: relative;
  transform: skew(-15deg);
}

.div-block-11 {
  z-index: 2;
  background-color: var(--main-red);
  width: 10vh;
  height: 100%;
  position: relative;
  transform: rotate(12deg);
}

.div-block-12 {
  background-color: var(--main-red);
  width: 30vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-5 {
  z-index: 20;
  position: relative;
}

.bild {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  max-width: 300px;
}

.headline {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
}

.text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.leistungen {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 5px 7px 1px #0003;
}

.container-56 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

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

.section-15 {
  background-color: var(--main-grey);
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-57 {
  max-width: 1000px;
  position: relative;
}

.paragraph-8 {
  width: 70%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.image-69 {
  z-index: 1;
  border-top-left-radius: 50px;
  width: 350px;
  max-width: none;
}

.section-16 {
  background-color: var(--white);
  height: 150px;
}

.div-block-13 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40% 0% auto auto;
}

.div-block-14 {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-29 {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.image-70 {
  max-width: 350px;
  margin-right: -320px;
}

.kontakt2 {
  border: 3px solid var(--white);
  background-color: #3898ec00;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-14-copy {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-29-copy {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.kontakt2-copy {
  border: 3px solid var(--white);
  background-color: #3898ec00;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
}

.section-17 {
  display: none;
}

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

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

  .nav-link {
    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(--main-red);
    color: #fff;
  }

  .container {
    max-width: 728px;
  }

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

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .angebot {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .kontakt {
    align-self: center;
    padding: 10px 20px;
    font-size: 20px;
  }

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

  .container-48 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .radio-button-field {
    width: 200px;
  }

  .image-57 {
    width: 80px;
  }

  .form_step {
    padding-left: 20px;
    padding-right: 20px;
  }

  .radio-button-klein.w--redirected-checked {
    border-width: 5px;
    border-color: var(--main-red);
    box-shadow: 0 2px 10px 0 var(--main-red);
  }

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

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

  .vorteile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .symbole {
    max-width: 150px;
  }

  .leistung {
    width: 220px;
  }

  .spacer {
    justify-content: space-around;
  }

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

  .image-60 {
    border-width: 2px;
    width: 25px;
    height: 25px;
  }

  .links-kt {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .rechts-kt {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
  }

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

  .image-63 {
    max-width: 180px;
  }

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

  .cell-14, .cell-15 {
    display: none;
  }

  .image-64 {
    max-width: 240px;
  }

  .div-block-7 {
    width: 50%;
    margin-left: 120px;
  }

  .image-65 {
    max-width: 300px;
  }

  .paragraph-5.unten {
    padding-right: 350px;
  }

  .paragraph-6 {
    margin-top: 100px;
  }

  .image-66, .image-67 {
    max-width: 120px;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .image-68 {
    max-width: 120px;
  }

  .cell-16 {
    justify-content: center;
    align-items: center;
  }

  .section-13 {
    background-position: 50%;
  }

  .bild {
    max-width: 100%;
  }

  .headline {
    font-size: 22px;
    line-height: 30px;
  }

  .text {
    font-size: 14px;
    line-height: 20px;
  }

  .container-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-8 {
    padding-left: 20px;
  }

  .div-block-13 {
    top: 75%;
  }

  .div-block-14 {
    width: 35%;
  }

  .image-70 {
    max-width: 200px;
    margin-right: 0;
  }

  .kontakt2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .cell-17, .cell-18 {
    display: none;
  }

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

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

  .nav-menu {
    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;
  }

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

  .angebot {
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .angebot.leistungen {
    font-size: 15px;
    line-height: 15px;
  }

  .kontakt {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

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

  .image-2 {
    max-width: 50%;
  }

  .paragraph-2 {
    margin-top: 40px;
    margin-right: 0;
  }

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

  .container-48 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .radio-button-field {
    width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-57 {
    width: 80px;
  }

  .form_step {
    padding-left: 20px;
    padding-right: 20px;
  }

  .radio-button-klein.w--redirected-checked {
    border-width: 5px;
    border-color: var(--main-red);
    box-shadow: 0 2px 10px 0 var(--main-red);
  }

  .radio-button-field-klein {
    width: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .nachbau {
    font-size: 14px;
    line-height: 24px;
  }

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

  .vorteile {
    padding-left: 5px;
    padding-right: 5px;
  }

  .symbole {
    max-width: 150px;
  }

  .berschrift {
    font-size: 22px;
  }

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

  .container-50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .links {
    width: 70%;
  }

  .rechts {
    width: 40%;
  }

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

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

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

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

  .image-59 {
    max-width: 200px;
  }

  .leistung {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 180px;
  }

  .spacer {
    justify-content: space-around;
  }

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

  .image-60 {
    border-width: 2px;
    width: 25px;
    height: 25px;
  }

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

  .container-51 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .image-62 {
    max-width: 150px;
    margin-top: 48px;
  }

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

  .links-kt, .rechts-kt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .kt {
    font-size: 14px;
  }

  .image-63 {
    max-width: 150px;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cell-11, .cell-12, .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .cell-14, .cell-15 {
    display: none;
  }

  .container-53 {
    height: 500px;
  }

  .div-block-5 {
    left: 5%;
  }

  .div-block-7 {
    align-self: flex-end;
    width: 90%;
    margin-left: 0;
  }

  .div-block-8 {
    right: 5%;
  }

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

  .section-11 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-65 {
    max-width: 250px;
    right: 5%;
  }

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

  .paragraph-5.unten {
    padding-right: 250px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .section-13 {
    background-position: 60%;
  }

  .bild {
    max-width: 100%;
  }

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

  .container-56 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .paragraph-8 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-16 {
    height: 250px;
  }

  .div-block-13 {
    top: 100%;
  }

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

  .image-70 {
    margin-right: 0;
  }

  .div-block-14-copy {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    width: auto;
    padding-top: 60px;
    position: static;
  }

  .heading-29-copy {
    color: var(--black);
    margin-top: 0;
  }

  .kontakt2-copy {
    border-color: var(--main-red);
    color: var(--main-red);
  }

  .section-17 {
    display: block;
  }

  .cell-17, .cell-18 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand {
    margin-left: 20px;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 30px;
  }

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

  .menu-button.w--open {
    background-color: var(--main-red);
  }

  .container {
    max-width: none;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .angebot {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .kontakt {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
  }

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

  .paragraph {
    line-height: 18px;
  }

  .container-2 {
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-div {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .image-2 {
    max-width: 65%;
  }

  .paragraph-2 {
    margin-top: 40px;
    margin-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

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

  .heading-21 {
    font-size: 16px;
  }

  .container-48 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .textarea {
    padding-bottom: 100px;
  }

  .image-57 {
    width: 75px;
  }

  .form_step {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-field-2 {
    height: 60px;
  }

  .radio-button-klein.w--redirected-checked {
    border-width: 5px;
    border-color: var(--main-red);
    box-shadow: 0 2px 11px 0 var(--main-red);
  }

  .button-4 {
    padding: .5rem 1rem;
    font-size: 14px;
  }

  .button-4.nachbau {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .radio-button-field-klein {
    width: 240px;
  }

  .nachbau {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 10px;
  }

  .weiter {
    padding: 10px 20px;
    font-size: 18px;
  }

  .image-58 {
    max-width: 230px;
  }

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

  .vorteile {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .symbole {
    max-width: 150px;
  }

  .berschrift {
    font-size: 18px;
  }

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

  .container-50 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links, .rechts {
    width: auto;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-22 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-23 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
  }

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

  .image-59 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .leistungen-wrapper {
    height: 90px;
    padding: 10px;
  }

  .heading-25 {
    font-size: 40px;
  }

  .leistung {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .spacer {
    margin-top: 10px;
  }

  .heading-26 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .text-button {
    margin-top: 10px;
  }

  .container-51 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-62 {
    display: none;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .links-kt {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    margin-right: -95px;
  }

  .rechts-kt {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    margin-left: -95px;
  }

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

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

  .image-63 {
    opacity: .2;
    max-width: 200px;
  }

  .full-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-block-2 {
    align-self: center;
  }

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

  .cell-9, .cell-10 {
    display: none;
  }

  .container-53 {
    height: 650px;
  }

  .image-64 {
    max-width: 180px;
  }

  .section-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-11 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-65 {
    max-width: 250px;
    position: static;
  }

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

  .paragraph-5.unten {
    padding-right: 0;
  }

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

  .image-66, .image-67, .image-68 {
    max-width: 90px;
  }

  .section-13 {
    background-position: 70%;
    height: 40vh;
  }

  .div-block-10 {
    width: 10vh;
  }

  .div-block-12 {
    width: 7vh;
  }

  .bild {
    max-width: 100%;
  }

  .headline {
    font-size: 24px;
  }

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

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

  .container-56 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-15 {
    padding-bottom: 220px;
  }

  .paragraph-8 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-16 {
    height: 200px;
  }

  .div-block-13 {
    margin-top: 20px;
    inset: auto 0% auto 0;
  }

  .div-block-14 {
    width: auto;
    display: none;
  }

  .image-70 {
    max-width: 250px;
    margin-right: 0;
  }

  .div-block-14-copy {
    z-index: 3;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding-top: 40px;
    position: relative;
  }

  .heading-29-copy {
    color: var(--black);
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .kontakt2-copy {
    border-width: 4px;
    border-color: var(--main-red);
    color: var(--main-red);
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
  }

  .section-17 {
    display: block;
  }

  .cell-17, .cell-18 {
    display: none;
  }
}

#w-node-_1a7528e4-ffd0-f50f-a901-40d21c26b2dc-455811a2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1a7528e4-ffd0-f50f-a901-40d21c26b2fb-455811a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-df7bcc28-106d-4199-8e47-0882694d98b0-455811a2, #w-node-e69b353c-b029-dd6d-f4be-22abc6acb348-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_22b53eb9-087a-8b55-f07e-a6f0389f8eed-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37ac4391-89c9-82bf-a253-b9019aff6392-455811a2, #w-node-_61e89338-fe4e-03d7-2c76-cbebb75783dc-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0b6c66e0-2c3c-81ae-2a92-86b9adc0ff5d-455811a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d1618c0a-58c9-497f-7593-0f25af34d1e7-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4304edfb-90ee-c1e3-4557-d196dbea24a0-455811a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a2928574-88c2-0f9e-02dc-3e788cbddef1-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3face0b3-3e45-c270-0efc-634228f0baea-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1d5626de-2bed-d792-462d-04b59a56138b-455811a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ef82b4a0-5082-46f0-c84e-c7849b168fc9-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8a3ab0d5-f7db-fb1f-2377-5fe44fe1e887-455811a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_86727534-f0cd-f73e-2592-a91e6fdf4347-455811a2, #w-node-_9516585c-cbbe-acc4-75a6-e5975284be3f-455811a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1a4f6558-a274-4776-1f0a-96b81ef611cf-1ef611c8, #w-node-_1a4f6558-a274-4776-1f0a-96b81ef611ec-1ef611c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1a7528e4-ffd0-f50f-a901-40d21c26b2fb-455811a2, #w-node-df7bcc28-106d-4199-8e47-0882694d98b0-455811a2, #w-node-e69b353c-b029-dd6d-f4be-22abc6acb348-455811a2, #w-node-_37ac4391-89c9-82bf-a253-b9019aff6392-455811a2, #w-node-_61e89338-fe4e-03d7-2c76-cbebb75783dc-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0b6c66e0-2c3c-81ae-2a92-86b9adc0ff5d-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_4304edfb-90ee-c1e3-4557-d196dbea24a0-455811a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2944828d-8063-baa1-4382-2d6623b61eb4-455811a2, #w-node-d636ae83-08e4-806b-8730-fa2c505f6dd9-455811a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2928574-88c2-0f9e-02dc-3e788cbddef1-455811a2, #w-node-_3face0b3-3e45-c270-0efc-634228f0baea-455811a2, #w-node-_1d5626de-2bed-d792-462d-04b59a56138b-455811a2, #w-node-ef82b4a0-5082-46f0-c84e-c7849b168fc9-455811a2, #w-node-_8a3ab0d5-f7db-fb1f-2377-5fe44fe1e887-455811a2, #w-node-_86727534-f0cd-f73e-2592-a91e6fdf4347-455811a2, #w-node-_9516585c-cbbe-acc4-75a6-e5975284be3f-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a7528e4-ffd0-f50f-a901-40d21c26b2fb-455811a2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df7bcc28-106d-4199-8e47-0882694d98b0-455811a2, #w-node-e69b353c-b029-dd6d-f4be-22abc6acb348-455811a2, #w-node-_37ac4391-89c9-82bf-a253-b9019aff6392-455811a2, #w-node-_61e89338-fe4e-03d7-2c76-cbebb75783dc-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0b6c66e0-2c3c-81ae-2a92-86b9adc0ff5d-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_4304edfb-90ee-c1e3-4557-d196dbea24a0-455811a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2944828d-8063-baa1-4382-2d6623b61eb4-455811a2, #w-node-d636ae83-08e4-806b-8730-fa2c505f6dd9-455811a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2928574-88c2-0f9e-02dc-3e788cbddef1-455811a2, #w-node-_3face0b3-3e45-c270-0efc-634228f0baea-455811a2, #w-node-_1d5626de-2bed-d792-462d-04b59a56138b-455811a2, #w-node-ef82b4a0-5082-46f0-c84e-c7849b168fc9-455811a2, #w-node-_8a3ab0d5-f7db-fb1f-2377-5fe44fe1e887-455811a2, #w-node-_86727534-f0cd-f73e-2592-a91e6fdf4347-455811a2, #w-node-_9516585c-cbbe-acc4-75a6-e5975284be3f-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a7528e4-ffd0-f50f-a901-40d21c26b2dc-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_30c76789-fa65-b6a8-15bb-a0347d01dd05-455811a2, #w-node-aaee1f9e-84bb-a213-cc9a-e9a8b0b9910d-455811a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a7528e4-ffd0-f50f-a901-40d21c26b2fb-455811a2, #w-node-df7bcc28-106d-4199-8e47-0882694d98b0-455811a2, #w-node-e69b353c-b029-dd6d-f4be-22abc6acb348-455811a2, #w-node-_22b53eb9-087a-8b55-f07e-a6f0389f8eed-455811a2, #w-node-_37ac4391-89c9-82bf-a253-b9019aff6392-455811a2, #w-node-_61e89338-fe4e-03d7-2c76-cbebb75783dc-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b6c66e0-2c3c-81ae-2a92-86b9adc0ff5d-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d1618c0a-58c9-497f-7593-0f25af34d1e7-455811a2, #w-node-_4304edfb-90ee-c1e3-4557-d196dbea24a0-455811a2, #w-node-a2928574-88c2-0f9e-02dc-3e788cbddef1-455811a2, #w-node-_3face0b3-3e45-c270-0efc-634228f0baea-455811a2, #w-node-_1d5626de-2bed-d792-462d-04b59a56138b-455811a2, #w-node-ef82b4a0-5082-46f0-c84e-c7849b168fc9-455811a2, #w-node-_8a3ab0d5-f7db-fb1f-2377-5fe44fe1e887-455811a2, #w-node-_86727534-f0cd-f73e-2592-a91e6fdf4347-455811a2, #w-node-_9516585c-cbbe-acc4-75a6-e5975284be3f-455811a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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