@font-face {
  font-family: Inter;
  src: url('../fonts/inter-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Poppins semi bold;
  src: url('../fonts/popping-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

:root {
  --dunkel-blau-headline: #072643;
  --blau-bg: #f1faff;
  --blue: #0b2742;
  --main-blau: #4282fb;
  --gray: #5f5f68;
  --akzent-blau: #39b35b;
}

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

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

body {
  color: var(--dunkel-blau-headline);
  margin-bottom: 0;
  font-family: Poppins semi bold, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins semi bold, sans-serif;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins semi bold, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins semi bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #000c;
  margin-bottom: 0;
  font-family: Inter, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

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

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

label {
  margin-bottom: 5px;
  display: block;
}

figure {
  margin-bottom: 0;
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.hero {
  padding-top: 1em;
}

.section.danke {
  padding-top: 0;
  padding-bottom: 2em;
}

.section.blau {
  background-color: var(--blau-bg);
}

.section.hide {
  display: none;
}

.section.imp {
  padding-bottom: 1.5625em;
}

.container {
  width: 60vw;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container.style {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container.faq {
  background-color: var(--blau-bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: flex;
}

.container.vorteile {
  width: 70vw;
}

.digi-multi-formula {
  background-color: #fafafa;
}

.data-step {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 30em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: flex;
}

.data-step.input {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
}

.data-step.load {
  padding-top: 0;
  padding-bottom: 0;
}

.data-step.first {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
}

.field-label {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
}

.field-label.center {
  text-align: center;
  text-align: center;
  max-width: 90%;
}

.field-label.kleiner.center {
  font-size: .8em;
}

.kleiner {
  font-size: .7em;
  font-weight: 400;
}

.multiform-radio-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: row;
  margin-top: 3.125em;
  display: flex;
}

.multiform-radio-holder._4 {
  width: 90%;
}

.multiform-radio-holder.first {
  margin-top: 1.5625em;
}

.radio-txt {
  z-index: 1;
  margin-bottom: 1.3em;
  font-size: 1.35em;
  position: relative;
}

.radio-txt.more-space {
  margin-bottom: 1.17188em;
}

.radio-txt.other-imgs {
  top: 6%;
}

.radio-button-field {
  background-color: #fff;
  border: .2em solid #0000;
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 18px 20px 7px #0000000d;
}

.radio-button-field._4 {
  width: 25%;
}

.radio-img {
  width: 50%;
  margin-top: 15%;
  margin-bottom: 25%;
}

.radio-img.kalender {
  width: 40%;
  margin-bottom: 25%;
}

.radio-img.kalender.wohnunh {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: 40%;
  max-width: 30%;
  height: 40%;
}

.radio-img.kalender.wohnunh.x {
  width: 20%;
  height: 20%;
}

.radio-img.x {
  width: 30%;
}

.radio-button {
  z-index: 2;
  cursor: pointer;
  background-color: #0b274200;
  border: .2em solid #0000;
  border-radius: .5em;
  width: 101%;
  height: 101%;
  margin: -.5%;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-color: var(--blue);
}

.radio-button.w--redirected-focus {
  border-color: var(--blue);
  box-shadow: 0 2px 5px #0000;
}

.radio-bg {
  z-index: 0;
  background-color: var(--blue);
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  width: 102%;
  height: 37.5%;
  margin-bottom: -1%;
  margin-left: -.75%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.vorher-nachher-button {
  background-color: var(--main-blau);
  color: #fff;
  cursor: pointer;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: .5em 2.5em;
  display: flex;
}

.vorher-nachher-button.vorher {
  color: #000;
  background-color: #4282fb00;
  margin-left: 0;
}

.vorher-nachher-button.input {
  width: 100%;
  margin-top: .78125em;
  padding-top: .75em;
  padding-bottom: .75em;
}

.vorher-nachher-button.input.more {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.25em;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.vorher-nachher-button.input.more:hover {
  background-color: #1564fa;
  box-shadow: 0 2px 20px 10px #0000000d;
}

.vorhernachher-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5625em;
  display: flex;
}

.btn {
  border: .21em solid var(--main-blau);
  background-color: var(--main-blau);
  color: #fff;
  text-align: center;
  border-radius: .5em;
  padding: .75em 1.25em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.btn:hover {
  color: #000;
  background-color: #0000;
}

.btn.mehr-anzeigen {
  margin-top: 1.5625em;
}

.btn.garantie {
  width: 100%;
}

.btn-2-img {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.btn-2-img.hide {
  display: none;
}

.btn-2-txt {
  z-index: 0;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: .2em;
  margin-right: .75em;
  font-weight: 500;
}

.btn-custom {
  border: .22em solid #e67d3a;
  justify-content: center;
  align-items: center;
  padding: .75em .75em .75em 1em;
  display: flex;
}

.svg-holder {
  width: 2.5em;
  height: 2.5em;
}

.text-v-n {
  font-size: 1em;
}

.for-input-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-field {
  border: .15em solid #000;
  border-radius: .15em;
  margin-top: .390625em;
  margin-bottom: 0;
  padding: 1em 1em 1em .5em;
  font-size: .8em;
}

.text-field:focus {
  border-width: .15em;
  border-color: #000;
}

.text-field::placeholder {
  color: #c2c2c2;
  font-family: Inter, Tahoma, sans-serif;
  font-size: 1em;
}

.title-txt {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 1.2em;
}

.angebot-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  background-color: #fff;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: .5em 5em;
  display: flex;
}

.angebot-txt-verfuegbar {
  font-family: Inter, Tahoma, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.angebot-check {
  width: 1em;
  max-width: none;
}

.angebot-erstellung-h2 {
  text-align: center;
  font-family: Futura Pt Semi;
  font-size: 1.5em;
}

.arrow-multi {
  width: auto;
  height: 1.5em;
  margin-left: .25em;
}

.arrow-multi.zur-ck {
  margin-left: 0;
  margin-right: .2em;
  transform: rotate(180deg);
}

.komplettpreis-holder {
  background-color: #eaeffb;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.paket-text-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.5em;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.bad-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 20%;
  margin-left: auto;
}

.komplettpaket-txt {
  font-size: 1em;
}

.text-block {
  font-family: Inter, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.blur {
  filter: blur(8px);
  cursor: none;
}

.daten-txt {
  color: #949494;
  margin-top: .78125vw;
  font-family: Inter, Tahoma, sans-serif;
  font-size: .6em;
  font-weight: 400;
}

.loading-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.data-progress-label {
  margin-bottom: .78125em;
}

.check-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.check-txt-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-txt-holder.first {
  margin-top: .78125em;
}

.check-hero-txt {
  font-family: Inter, Tahoma, sans-serif;
  font-size: 1em;
}

.check-hero-txt.gr-n {
  color: var(--akzent-blau);
}

.below-h1-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.34375em;
  display: flex;
}

.her-img-holder {
  width: 60%;
  margin-left: 1.5625em;
  margin-right: auto;
}

.hero-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .5em;
  height: auto;
  display: none;
}

.heading {
  font-size: 1.6em;
}

.review-holder {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625em;
  margin-right: 0;
  display: flex;
}

.review-holder.home {
  cursor: pointer;
  margin-right: 0;
}

.review-holder.middle {
  justify-content: center;
  align-items: center;
  margin-top: 1.5625em;
}

.google-img-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-img {
  aspect-ratio: 1;
  width: 1.5em;
  height: auto;
}

.review-txt {
  color: var(--blue);
  align-items: center;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.review-span {
  font-family: Inter, Tahoma, sans-serif;
  font-size: 1em;
}

.review-span.smaller {
  color: #000000b3;
  font-size: .8em;
  font-weight: 400;
}

.yellow {
  color: #fabc05;
  margin-left: .25em;
}

.phone-link-neu {
  z-index: 500;
  background-color: var(--main-blau);
  color: #fff;
  cursor: pointer;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: .95em 1.25em;
  display: flex;
  position: fixed;
  inset: auto 2.5em 1.5em auto;
}

.phone-link-neu.hide, .phone-link-neu.hide.w--current {
  display: none;
}

.nav-logo-img {
  cursor: default;
  width: 12vw;
  height: auto;
}

.x-holder {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: -4% -8% auto auto;
}

.banner {
  background-color: #c52e24;
  width: 100%;
  max-width: 100%;
  margin-top: -1em;
  margin-bottom: 1em;
  padding: .75em;
}

.new-arrow {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .25em;
  font-size: 1.5em;
}

.pop-up-google {
  z-index: 10000;
  cursor: pointer;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-holder {
  max-width: 50%;
  max-height: 90%;
  position: relative;
}

.aktion-txt {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}

.link-block-txt {
  font-size: 1.2em;
}

.maps-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  max-height: 100vh;
  padding-top: .5em;
  padding-bottom: .5em;
}

.brand {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-top: .6em;
  padding-bottom: .6em;
  padding-right: .6em;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  padding: .6em;
  display: flex;
}

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

.x-img {
  width: 3em;
  height: auto;
}

.hero-h2 {
  font-size: 1.5em;
}

.hero-h2-holder {
  margin-bottom: .78125em;
}

.field-label-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.company-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 3.125em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted-img-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted-img {
  width: 100%;
  height: auto;
}

.land-p {
  text-align: center;
  font-family: Poppins semi bold, sans-serif;
  font-size: 1.2em;
}

.div-hide {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.test-img-holder {
  background-color: #8f5a2e26;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em;
  display: flex;
  overflow: hidden;
}

.img-hero {
  width: 2em;
  height: auto;
}

.step-number-txt {
  font-size: 1.5em;
}

.ben-h3 {
  font-size: 1.75em;
  line-height: 1.2;
}

.ablauf-content-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  max-height: 100%;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
  display: flex;
}

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

.scale-line {
  background-color: var(--blue);
  width: 100%;
  height: auto;
}

.ablauf-img {
  aspect-ratio: 3 / 2;
  border: .2em solid var(--blue);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: .5em;
  width: auto;
  height: auto;
}

.ablauf-img.right {
  object-position: 50% 50%;
}

.ablauf-img.square {
  object-position: 50% 0%;
}

.ablauf-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 3.125em;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
  margin-top: 3.125em;
}

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

.ablauf-img-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ablauf-line {
  width: .25em;
  height: 100%;
  margin-top: 1.5625em;
}

.step-holder {
  aspect-ratio: 1;
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: 1em;
  display: flex;
  position: relative;
}

.schritt-txt {
  color: var(--main-blau);
  margin-bottom: -.78125em;
}

.blue {
  color: var(--main-blau);
}

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

.google-bewertungen-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5625em;
  display: grid;
}

.google-bewertungen-holder.hidden {
  display: none;
}

.google-bewerung-img {
  border: .2em solid #0000;
  border-radius: .5em;
  height: auto;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.google-bewerung-img:hover {
  border-width: .2em;
  border-color: var(--blue);
}

.google-bewerung-img.last {
  width: 33.3333%;
}

.faq-drop {
  padding: 2em 2.5em;
}

.blue-2 {
  color: #002a92;
}

.land-p-3 {
  text-align: center;
  align-self: auto;
  font-size: 1.5625em;
}

.land-p-3.big {
  font-size: 2em;
  font-weight: 500;
}

.faq-answer {
  width: 100%;
  line-height: 1.2;
}

.faq-symbol {
  flex: none;
  order: 0;
  align-self: auto;
  width: 2.5em;
  height: 1.5em;
  position: static;
  inset: auto 25px auto auto;
  transform: rotate(90deg);
}

.company-holder-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-dropdown-list {
  background-color: #fff;
  display: none;
  position: static;
}

.faq-dropdown-list.w--open {
  border-top: .2em solid #002a92;
}

.faq-qu {
  white-space: pre-line;
  width: 90%;
  font-size: 1.2em;
}

.faq-container {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  width: 80%;
  margin-top: 3.125em;
  display: flex;
}

.trusted-img-2 {
  width: 10em;
  height: auto;
}

.trusted-img-2._100 {
  width: 100%;
}

.trusted-by-grid-2 {
  grid-column-gap: 3.125em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 30vw;
}

.faq-h2 {
  text-align: center;
  line-height: 1.5;
}

.faq-toggle {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 2.5em;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.container-erfolg {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-erfolg.bekannt-aus {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
}

.container-erfolg.bekannt-aus.sapce {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  margin-top: 3.125em;
}

.container-erfolg.erfolg {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: row;
  align-items: stretch;
  width: 80vw;
}

.faq-dropdown {
  z-index: 1;
  border: .2em solid #002a92;
  width: 100%;
}

.gold, .gold-haken {
  color: #002a92;
}

.slider-h2 {
  color: var(--main-blau);
  text-align: center;
}

.slider-holder {
  width: 100%;
}

.slider-holder.space {
  align-self: flex-end;
  margin-top: 3.125em;
}

.slide-holder {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5625em;
  display: grid;
}

.slide-holder.hero {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.slide-txt {
  text-align: center;
  font-size: 1.5em;
}

.slide-img-holder {
  aspect-ratio: 1;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.slide-img-holder.last.hero {
  width: 50%;
}

.slide-img-holder.hero {
  width: 50%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.privatkunden-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.slider-img {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.slider-img.right {
  object-position: 100% 50%;
}

.slider-img.right.hero {
  aspect-ratio: 1 / 1.2;
  object-position: 50% 50%;
  border-radius: 0 .5em .5em 0;
  height: auto;
}

.slider-img._1.hero {
  object-position: 50% 0%;
  border-radius: .5em 0 0 .5em;
}

.vorher-nachher-neu {
  background-color: var(--blue);
  color: #fff;
  border-radius: 2em;
  justify-content: center;
  align-items: flex-end;
  width: 10em;
  margin-left: 50%;
  padding: .75em 1.5em;
  display: flex;
  position: absolute;
  bottom: -3%;
  transform: translate(-6.5em);
}

.vorher-nachher-neu.hero {
  width: 7em;
  margin-left: 70%;
}

.vorher-nachher-txt {
  font-size: 1.25em;
  font-weight: 400;
}

.vorher-nachher-txt._1em {
  font-size: 1em;
}

.btn-holder-neu {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 1.5625em;
  display: flex;
  position: relative;
}

.cta-h2 {
  text-align: center;
  width: 100%;
  font-size: 2.1875em;
}

.btn-bullet-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  display: flex;
}

.landing-cta-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: #f1faff;
  border-radius: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 3.3294em 4.235em;
}

.cta-txt {
  text-align: center;
  font-size: 1rem;
}

.btn-txt-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-cta-txt-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.below-btn-txt {
  font-size: 1em;
}

.small-footer-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.small-footer-grid.kontakt {
  grid-template-rows: auto auto auto;
}

.diginauts {
  color: #002a92;
  text-transform: uppercase;
  text-decoration: none;
}

.trademark {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  font-size: 12px;
  display: block;
}

.trademark.black {
  color: #000;
  margin-top: 0;
  font-size: 12px;
}

.cookie {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.imp-link {
  font-size: 12px;
}

.footer {
  background-color: #f1faff;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.link-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-holder._1 {
  justify-content: flex-end;
}

.stern {
  text-align: center;
  font-size: 12px;
}

.erfolg-erhalten-box-top {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: #002a92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.erfolg-erhalten-box {
  flex-direction: column;
  display: flex;
}

.number-erfolg-txt {
  font-size: 1.2em;
  font-weight: 500;
}

.righ-erfolg-holder {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.danke-h1 {
  color: #fff;
  text-align: center;
}

.phone-block {
  border: .1em solid #ccc;
  border-radius: .5em;
  align-items: center;
  padding: 1em;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.phone-block:hover {
  background-color: #0000000d;
}

.phone-block.grey {
  background-color: #f7f7f7;
  border: .1em solid #ccc;
  border-radius: .5em;
  padding: 1em;
}

.auftragsnummer-txt {
  color: #002a92;
  font-size: 1.5em;
  font-weight: 500;
}

.nummer-holder {
  border: .2em solid #61cdfe;
  border-radius: 505px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.erfolg-step-text-holder {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  margin-left: 1.5625em;
  display: flex;
}

.pfeil {
  width: 2.5em;
}

.danke-div {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  color: #fff;
  background-color: #002a92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  padding: 1.5em;
  display: flex;
}

.check-erfolg {
  width: 3em;
  max-width: none;
}

.auftragsnummer-p {
  text-align: center;
}

.phone {
  font-size: 1.1em;
}

.line-erfolg {
  background-color: #61cdfe1a;
  width: 2px;
  height: 4em;
}

.line-erfolg.dark {
  background-color: #61cdfe;
  height: 6em;
}

.box-nummer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .3em solid #002a92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  padding: 1.5em;
  display: flex;
}

.nummer-p {
  text-align: center;
}

.check-erfolg-holder {
  flex-direction: column;
  align-items: center;
  width: 3em;
  height: 100%;
  display: flex;
}

.danke-h2 {
  color: #fff;
  text-align: center;
  font-size: 2em;
}

.check-wei {
  width: 3.5em;
}

.erfolg-step-all-holder {
  display: flex;
}

.step-txt {
  font-size: 1.5em;
}

.step-txt.blau {
  color: #61cdfe;
}

.danke-p {
  color: #fffc;
  text-align: center;
}

.erfolg-erhalten-box-bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: .3em solid #002a92;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.pfeil-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.step-erfolg-holder {
  width: 50%;
}

.phone-img {
  width: 2em;
  margin-right: .5em;
}

.trust-nav-holder {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.green {
  color: var(--akzent-blau);
}

.best-txt {
  text-align: center;
  font-family: Inter, Tahoma, sans-serif;
  font-size: .8em;
}

.image {
  width: 1em;
  height: auto;
  margin-top: -.1px;
}

.markt-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 2.1875em;
}

.markt-txt {
  color: #000c;
  text-align: center;
  font-family: Inter, Tahoma, sans-serif;
  font-size: 1.5em;
}

.markt-holder {
  grid-column-gap: 2.1875em;
  grid-row-gap: 2.1875em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.markt-holder.below {
  grid-template-rows: auto auto;
}

.markt-big-txt {
  text-align: center;
  font-size: 2em;
}

.markt-txt-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  display: flex;
}

.check-markt-img {
  width: 3em;
}

.markt-p {
  text-align: center;
}

.markt-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.markt-img-holder {
  aspect-ratio: 3 / 2.5;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.markt-above-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-img-holder {
  z-index: 500;
  background-color: var(--blau-bg);
  border-radius: 50%;
  width: 3.5em;
  padding: .5em;
  position: absolute;
  inset: auto 0% -1.75em 50%;
  transform: translate(-1.75em);
}

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

.btn-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #002a92;
  border: .21em solid #002a92;
  border-radius: .5em;
  padding: .75em 1.25em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.btn-2:hover {
  color: #000;
  background-color: #0000;
}

.btn-2.garantie {
  width: 100%;
  font-size: 1.2em;
}

.garantie-p-second._2 {
  margin-top: .78125em;
}

.termin-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.euro-holder {
  background-color: #ffde80;
  border-radius: 50%;
  padding: 1em;
}

.garantie-1st-part-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-rderung-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: #fff2cf;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
  padding: 2em;
  display: flex;
}

.kfw-h4 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.gantie-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5625em;
  display: flex;
}

.garantie-p {
  font-size: 1.25em;
}

.garantie-txt {
  font-size: 1.75em;
}

.grantie-h2 {
  font-size: 2.25em;
}

.garantie-style {
  background-color: var(--blau-bg);
  border-radius: 2em;
  padding: 4em;
}

.euro-img {
  width: 2em;
}

.garantie-h3 {
  font-size: 2em;
}

.garantie-img {
  width: 3.5em;
}

.gantie-holder-second {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.125em;
  display: flex;
}

.tabelle-txt {
  font-size: 1.1em;
}

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

.vergleich-img {
  aspect-ratio: 1;
  width: 2em;
}

.headline-holder-tablle {
  justify-content: center;
  align-items: center;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
  display: flex;
}

.headline-holder-tablle.diginauts {
  border-style: solid solid none;
  border-width: .175em .175em .15em;
  border-color: var(--main-blau) var(--main-blau) #d23b23;
}

.content-holder-tablle {
  border-bottom: .15em solid #00000080;
  justify-content: center;
  align-items: center;
  padding: 1.5625em 1em;
  display: flex;
}

.content-holder-tablle.last-2 {
  border-bottom-style: none;
}

.content-holder-tablle.diginauts {
  border-right: .175em solid var(--main-blau);
  border-left: .175em solid var(--main-blau);
}

.content-holder-tablle.diginauts.last {
  border-bottom-width: .175em;
  border-bottom-color: var(--main-blau);
}

.content-holder-tablle.txt {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5em;
}

.content-holder-tablle.txt.last {
  border-bottom-style: none;
}

.tabelle-headline {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
}

.tabellen-holder {
  width: 100%;
  margin-top: 3.125em;
}

.small-h2 {
  font-size: 2.25em;
}

.logo-tabelle {
  width: 12em;
  max-width: none;
}

.trusted-by-grid--for2 {
  grid-column-gap: 3.125em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 30vw;
}

.impressum-paragraph {
  color: #000c;
  margin-top: 0;
  margin-bottom: 3.125em;
  font-size: 1.25em;
  line-height: 1.4;
}

.form_radio-columns {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: nowrap;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 60%;
  margin-top: 1.5625em;
  display: grid;
}

.form_radio-columns._2-neu {
  grid-template-rows: 1fr;
  width: 60%;
  margin-top: 1.5625em;
}

.multi-step-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.multi-step-form.home {
  background-color: #fff;
  border: .2em solid #61cdfe;
  border-radius: 1em;
  min-height: auto;
  padding: 3.3294em 4.235em;
}

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

.multi-form-img {
  width: 100%;
  height: 100%;
}

.multi-step-form-block {
  width: 100%;
  margin-bottom: 0;
}

.section-2 {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-2.imp {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 2em;
  display: flex;
}

.section-2.daten {
  min-height: 90vh;
}

.sub-head-kontakt {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
}

.impressum-line {
  background-color: #000;
  width: 60%;
  height: .075em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form_radio-content-image-wrap {
  width: 80%;
}

.multi-radio-btn {
  z-index: 1;
  cursor: pointer;
  background-color: #2d41d20d;
  border: .2em solid #002a92;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.multi-radio-btn:hover {
  background-color: #61cdfe1a;
  border-width: .25em;
}

.multi-radio-btn.w--redirected-checked {
  border-width: .3em;
  border-color: #0a8502;
  border-radius: 0%;
}

.multi-radio-btn.w--redirected-focus {
  box-shadow: none;
}

.multi-h1 {
  color: #002a92;
  text-align: center;
}

.field-label-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 500;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.imp {
  align-items: flex-start;
}

.testimonial-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.multi-content-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  margin-bottom: 3.125em;
  display: flex;
}

.multi-radio-btn-label {
  color: #000;
  margin-bottom: 1.25em;
  font-size: 1.3em;
}

.testimonial {
  background-color: #fff;
  border: .2em solid #61cdfe;
  border-radius: 1em;
  width: 50%;
  margin-top: 3.125em;
  padding-top: 1em;
}

.testimonial.hide {
  display: none;
}

.form_radio-content {
  z-index: 0;
  text-align: center;
  cursor: pointer;
  border: .2rem solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2.25em 1.5em;
  display: flex;
  position: relative;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.daten {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  align-items: flex-start;
}

.datenschutz-emb {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .impressum-heading {
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .container.slider {
    width: 50vw;
  }

  .phone-link-neu {
    padding: .75em 1em;
  }

  .x-holder {
    padding: .75em;
  }

  .new-arrow {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: .25em;
  }

  .link-block-txt {
    white-space: pre;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .brand {
    justify-content: flex-start;
    width: 15.6vw;
  }

  .x-img {
    width: 2em;
  }

  .trusted-by-grid-2 {
    width: 25vw;
  }

  .container-erfolg {
    width: 60vw;
  }

  .container-erfolg.erfolg {
    width: 70vw;
  }

  .cta-txt {
    font-size: 2rem;
  }

  .trademark.black {
    font-size: 12px;
  }

  .danke-div {
    margin-bottom: 2em;
  }

  .danke-h2 {
    font-size: 1.75em;
  }

  .trusted-by-grid--for2 {
    width: 25vw;
  }

  .form_radio-columns._2-neu {
    width: 50%;
  }

  .container-2 {
    width: 60vw;
  }

  .testimonial {
    width: 35%;
  }

  .container-3 {
    width: 60vw;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 90vw;
  }

  .container.faq {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }

  .container.vorteile {
    width: 90vw;
  }

  .btn-2-img {
    width: 2em;
    height: 2em;
  }

  .svg-holder {
    height: 2em;
  }

  .for-input-holder {
    width: 80%;
  }

  .text-field, .text-field::placeholder {
    font-size: 16.05px;
  }

  .angebot-holder, .komplettpreis-holder, .check-holder {
    width: 80%;
  }

  .below-h1-holder {
    flex-flow: column;
  }

  .her-img-holder {
    width: 80%;
    margin-top: 1.5625em;
    margin-left: auto;
  }

  .phone-link-neu {
    right: 1em;
  }

  .nav-logo-img {
    width: 12.5em;
  }

  .pop-up-google {
    justify-content: center;
    align-items: flex-start;
  }

  .image-holder {
    margin-top: 3.125em;
  }

  .brand {
    margin-right: auto;
    padding: .5em;
  }

  .nav-container {
    width: 95vw;
  }

  .test-img-holder {
    min-height: auto;
    max-height: none;
  }

  .faq-container {
    width: 100%;
    overflow: hidden;
  }

  .trusted-by-grid-2 {
    width: 100%;
  }

  .container-erfolg {
    width: 80vw;
  }

  .container-erfolg.erfolg {
    flex-direction: column;
    align-items: center;
  }

  .vorher-nachher-neu {
    bottom: -5%;
  }

  .cta-h2 {
    width: auto;
  }

  .footer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .righ-erfolg-holder {
    width: 70%;
  }

  .step-erfolg-holder {
    width: 100%;
  }

  .markt-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .markt-holder.below {
    width: 50%;
  }

  .trusted-by-grid--for2 {
    width: 100%;
  }

  .form_radio-columns, .form_radio-columns._2-neu {
    width: 70%;
  }

  .impressum-heading {
    font-size: 2.5em;
  }

  .impressum-line {
    width: 100%;
  }

  .container-2, .container-3 {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90vw;
  }

  .multiform-radio-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
  }

  .multiform-radio-holder._4 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .radio-txt {
    margin-bottom: 0%;
    margin-left: 15%;
    margin-right: 5%;
  }

  .radio-txt.more-space {
    margin-bottom: 0;
    margin-left: 35%;
  }

  .radio-txt.other-imgs {
    margin-left: 37.5%;
    top: 0%;
  }

  .radio-button-field {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .radio-button-field._4 {
    width: 100%;
  }

  .radio-img {
    width: 8em;
    margin-top: 1.5625em;
    margin-bottom: 1.5625em;
    margin-left: 3.125em;
  }

  .radio-img.kalender {
    width: 4em;
    margin-top: 1.5625em;
    margin-bottom: 1.5625em;
  }

  .radio-img.kalender.wohnunh {
    width: 4em;
    max-width: 100%;
    height: auto;
  }

  .radio-img.kalender.wohnunh.x {
    width: 3em;
    height: auto;
  }

  .radio-img.x {
    width: 3em;
    margin-left: 3.4375em;
  }

  .radio-bg {
    border-top-right-radius: .5em;
    border-bottom-left-radius: 0;
    width: 50%;
    height: 101%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: -1%;
    inset: 0% 0% 1% auto;
  }

  .angebot-erstellung-h2 {
    font-size: 1.75em;
  }

  .her-img-holder {
    display: none;
  }

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

  .ablauf-content-holder {
    min-height: auto;
    max-height: none;
    padding-top: 0;
  }

  .ablauf-content-holder._2 {
    margin-top: 3.125em;
  }

  .ablauf-grid {
    grid-column-gap: 3.125em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto 1fr;
  }

  .ablauf-middle-holder._2 {
    margin-top: 3.125em;
  }

  .trusted-by-grid-2 {
    grid-column-gap: 1.5625em;
  }

  .faq-h2 {
    font-size: 1.7em;
  }

  .container-erfolg {
    width: 90vw;
  }

  .slide-img-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .righ-erfolg-holder {
    width: 90%;
  }

  .garantie-style {
    padding: 3em;
  }

  .content-holder-tablle.txt {
    padding-left: .5em;
    padding-right: .5em;
  }

  .trusted-by-grid--for2 {
    grid-column-gap: 1.5625em;
  }

  .form_radio-columns, .form_radio-columns._2-neu {
    width: 80%;
  }

  .container-2 {
    width: 90vw;
  }

  .testimonial {
    width: 80%;
  }

  .container-3 {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .container.faq {
    padding-left: .78125em;
    padding-right: .78125em;
  }

  .data-step {
    min-height: 30em;
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
  }

  .multiform-radio-holder {
    flex-flow: column;
    width: 95%;
  }

  .multiform-radio-holder._4 {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
  }

  .radio-txt.more-space {
    margin-left: 25%;
    font-size: 1.25em;
  }

  .radio-txt.other-imgs {
    margin-left: 29%;
  }

  .radio-img {
    width: 7em;
    margin-left: 1.5625em;
  }

  .radio-img.x {
    margin-left: 1.71875em;
  }

  .radio-bg {
    width: 57.5%;
  }

  .vorher-nachher-button.input.more {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1em;
  }

  .vorhernachher-holder {
    margin-top: 1.5625em;
  }

  .btn {
    font-size: 1.2em;
  }

  .btn-2-txt {
    font-size: 1.2em;
    display: flex;
  }

  .text-v-n {
    font-size: 1em;
  }

  .for-input-holder {
    width: 90%;
  }

  .title-txt {
    font-size: 1.5em;
  }

  .angebot-holder {
    width: 90%;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }

  .komplettpreis-holder {
    width: 90%;
  }

  .bad-img {
    width: 25%;
  }

  .check-holder {
    width: 100%;
  }

  .below-h1-holder {
    flex-flow: column;
    width: 100%;
  }

  .her-img-holder {
    width: 100%;
    margin-top: 1.5625em;
    margin-left: auto;
    display: none;
  }

  .hero-img {
    width: 80%;
  }

  .heading {
    font-size: 1.5em;
  }

  .review-span.smaller {
    font-size: .8em;
  }

  .nav-logo-img {
    width: 10em;
  }

  .image-holder {
    max-width: 75%;
    max-height: 50vh;
  }

  .maps-img {
    width: auto;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand.w--current {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-container {
    width: 95vw;
  }

  .company-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .land-p {
    font-size: 1.45em;
  }

  .test-img-holder {
    padding: 1.5em;
  }

  .ablauf-content-holder {
    padding-bottom: 1.5625em;
  }

  .ablauf-grid {
    grid-column-gap: 1.5625em;
  }

  .google-bewertungen-holder {
    grid-template-columns: 1fr 1fr;
  }

  .google-bewertungen-holder.hidden {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .google-bewerung-img {
    border-width: 1px;
  }

  .google-bewerung-img.last, .google-bewerung-img._50 {
    width: 50%;
  }

  .faq-drop {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blue-2 {
    color: #61cdfe;
  }

  .land-p-3 {
    font-size: 1.4em;
  }

  .company-holder-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-qu {
    margin-right: .5em;
    font-size: 1.25em;
    font-weight: 500;
  }

  .trusted-by-grid-2 {
    grid-column-gap: .78125em;
    place-items: center;
    width: 100%;
    max-width: 320px;
  }

  .faq-h2 {
    width: auto;
  }

  .faq-toggle {
    padding: 1.5em 1em;
  }

  .faq-toggle.w--open {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-erfolg.erfolg {
    width: 90vw;
  }

  .slider-h2 {
    font-size: 2em;
  }

  .slide-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .slide-txt {
    font-size: 1.45em;
  }

  .slide-img-holder {
    aspect-ratio: 2 / 3;
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-img-holder.last {
    border-right-style: none;
  }

  .slider-img.right {
    object-position: 80% 50%;
  }

  .slider-img._1 {
    object-position: 50% 80%;
  }

  .vorher-nachher-neu {
    width: 7em;
    padding: .5em .75em;
    transform: translate(-50%);
  }

  .vorher-nachher-txt {
    font-size: 1.35em;
  }

  .btn-holder-neu {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-h2 {
    font-size: 1.85em;
  }

  .btn-bullet-holder {
    justify-content: center;
    align-items: center;
  }

  .landing-cta-grid {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .btn-txt-holder {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .righ-erfolg-holder {
    width: 100%;
  }

  .erfolg-step-text-holder {
    margin-left: 1em;
  }

  .line-erfolg {
    height: 5.5em;
  }

  .line-erfolg.dark.long {
    height: 6em;
  }

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

  .markt-holder.below {
    width: 100%;
  }

  .btn-2 {
    font-size: 1.2em;
  }

  .euro-holder, .f-rderung-holder {
    padding: 1em;
  }

  .kfw-h4, .garantie-txt {
    font-size: 1.5em;
  }

  .grantie-h2 {
    font-size: 2em;
  }

  .garantie-style {
    padding: 2em;
  }

  .euro-img {
    width: 4em;
  }

  .garantie-h3 {
    font-size: 1.75em;
  }

  .gantie-holder-second {
    flex-flow: column;
  }

  .tabelle-txt {
    font-size: 1em;
  }

  .headline-holder-tablle {
    padding-left: .5em;
    padding-right: .5em;
  }

  .content-holder-tablle {
    padding: .78125em .25em;
  }

  .content-holder-tablle.txt {
    padding-left: .25em;
    padding-right: .25em;
  }

  .tabelle-headline {
    font-size: 1.1em;
  }

  .trusted-by-grid--for2 {
    grid-column-gap: .78125em;
    place-items: center;
    width: 100%;
    max-width: 320px;
  }

  .form_radio-columns {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .form_radio-columns._2-neu {
    width: 100%;
  }

  .multi-step-form.home {
    padding: 2em 1em;
  }

  .sub-head-kontakt {
    font-size: 1.215em;
  }

  .multi-h1 {
    font-size: 2em;
  }

  .field-label-2 {
    font-size: 1.5em;
  }

  .testimonial {
    width: 100%;
  }

  .form_radio-content {
    height: 100%;
    padding: 1.5em .5em;
  }
}

#w-node-f2ec6f87-96a9-3248-c51f-ff38930985a1-9309859e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2ec6f87-96a9-3248-c51f-ff38930985a7-9309859e, #w-node-f2ec6f87-96a9-3248-c51f-ff38930985a8-9309859e, #w-node-f2ec6f87-96a9-3248-c51f-ff38930985b2-9309859e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_097a0821-7c11-4b2f-1861-7c75e4dc0fa1-e4dc0f3c, #w-node-_097a0821-7c11-4b2f-1861-7c75e4dc0fa3-e4dc0f3c, #w-node-f6d3763f-ac86-bd6d-38d9-cd44f7cfc417-f7cfc413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6d3763f-ac86-bd6d-38d9-cd44f7cfc41b-f7cfc413 {
  place-self: center;
}

#w-node-_771d0883-fabd-a327-bcdb-c2843b282b8c-3b282b71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58b9-8d2b58ae {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58bc-8d2b58ae {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58bf-8d2b58ae {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58c2-8d2b58ae {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58c5-8d2b58ae {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58ca-8d2b58ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58cc-8d2b58ae {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58ce-8d2b58ae {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58d0-8d2b58ae {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58d2-8d2b58ae {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58d7-8d2b58ae {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58d9-8d2b58ae {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58db-8d2b58ae {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58dd-8d2b58ae {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-c435636f-ab4c-b467-466e-72938d2b58df-8d2b58ae {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_9305b6af-c46d-47ef-7863-7a8481a4d3c8-81a4d3a8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_8bef09a8-af84-c972-8961-511e147b95bb-147b9501, #w-node-_8bef09a8-af84-c972-8961-511e147b95bd-147b9501 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_771d0883-fabd-a327-bcdb-c2843b282b84-3b282b71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b980845f-8670-159b-2805-21e763ccb6dd-63ccb6bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_771d0883-fabd-a327-bcdb-c2843b282b84-3b282b71 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_771d0883-fabd-a327-bcdb-c2843b282b8e-3b282b71 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-_771d0883-fabd-a327-bcdb-c2843b282b94-3b282b71 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_771d0883-fabd-a327-bcdb-c2843b282ba2-3b282b71 {
    grid-area: 5 / 1 / 7 / 2;
  }

  #w-node-_771d0883-fabd-a327-bcdb-c2843b282ba8-3b282b71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6d3763f-ac86-bd6d-38d9-cd44f7cfc429-f7cfc413 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60b0fb5d-1bf2-341b-7c8d-b88b7e01fcb7-7e01fca9, #w-node-_60b0fb5d-1bf2-341b-7c8d-b88b7e01fcc5-7e01fca9, #w-node-_60b0fb5d-1bf2-341b-7c8d-b88b7e01fcd3-7e01fca9, #w-node-_60b0fb5d-1bf2-341b-7c8d-b88b7e01fce1-7e01fca9, #w-node-b980845f-8670-159b-2805-21e763ccb6dd-63ccb6bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9305b6af-c46d-47ef-7863-7a8481a4d3c0-81a4d3a8, #w-node-_9305b6af-c46d-47ef-7863-7a8481a4d3c8-81a4d3a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7b2a0cc8-c251-8ffa-eb54-d92b78560d1b-78560cff, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c653a-2e735045, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c6545-2e735045, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c6553-2e735045, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c6561-2e735045, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c656f-2e735045, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c657a-2e735045, #w-node-_4a71c20b-2713-1de3-2954-57ad6b0c6588-2e735045, #w-node-_617cd771-f592-5006-5c17-b4151ae346f9-bb15e123, #w-node-_617cd771-f592-5006-5c17-b4151ae34704-bb15e123, #w-node-_733477ae-e5a4-3a0e-f41e-4f2550ed92cd-bb15e123, #w-node-_733477ae-e5a4-3a0e-f41e-4f2550ed92db-bb15e123, #w-node-_733477ae-e5a4-3a0e-f41e-4f2550ed92f7-bb15e123, #w-node-_6caa4edb-5525-2d48-7e97-424221639c91-bb15e123, #w-node-_733477ae-e5a4-3a0e-f41e-4f2550ed92e9-bb15e123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins semi bold';
  src: url('../fonts/popping-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}