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

@font-face {
  font-family: Futura Medium;
  src: url('../fonts/medium-futura.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --black: #000c;
  --gold: #0252a6;
  --blau-bg: #ecedfa;
  --dodger-blue-2: #2d41d21a;
  --baby-blau: #6395d0;
  --red: #c52e24;
  --dunkel-blau-bg: #0c071b;
}

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

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

body {
  color: #000;
  font-family: Futura Medium, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: "Inter 5", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

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

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

figure {
  margin-bottom: 0;
}

.btn {
  border: .21em solid var(--gold);
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  cursor: pointer;
  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:hover {
  color: #000;
  background-color: #0000;
}

.btn.cta {
  margin-top: 1.5625em;
}

.btn.space {
  margin-top: 3.125em;
}

.btn.less-space {
  margin-top: 1.5625em;
}

.btn.refs {
  background-color: #c52e24;
  border-color: #c52e24;
  margin-top: 3.125em;
}

.btn.refs:hover {
  background-color: #c52e2400;
}

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

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

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

.container.style {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.container.land {
  width: 80vw;
}

.container.land.relative {
  position: relative;
}

.container.cta {
  width: 55vw;
  overflow: hidden;
}

.container.preis {
  width: 75vw;
}

.container.lux {
  width: 55vw;
}

.container.benefits {
  align-items: center;
}

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

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

.container.bekannt-aus.sapce {
  margin-top: 3.125em;
}

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

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

.container.multi-form.space {
  margin-top: 3.125em;
}

.container.team {
  width: 75vw;
}

.container.faq {
  background-color: var(--blau-bg);
  padding-top: 3.3294em;
  padding-bottom: 3.3294em;
}

.container.benefits {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  align-items: center;
}

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

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

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

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

.section.main-img {
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

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

.section.cta.hide {
  display: none;
}

.section.step.bad {
  background-color: #2d41d21a;
  padding-top: 4em;
  padding-bottom: 3em;
}

.section.blue.relative {
  position: relative;
}

.section.blue.relative.last {
  padding-bottom: 0;
}

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

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

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

.section._3em {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

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

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

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

.section.kontakt-home {
  padding-top: 0;
  padding-bottom: 6em;
}

.section.multi-form {
  padding-top: 1em;
  padding-bottom: 4em;
}

.section.multi-form._0 {
  padding-bottom: 0;
}

.section.form-home {
  background-color: var(--dodger-blue-2);
}

.section.bewertung {
  border-bottom: .1em solid #d2d2d2;
  min-height: 85vh;
}

.section.height {
  min-height: 60vh;
}

.caps {
  text-transform: uppercase;
}

.caps.blau {
  color: var(--gold);
}

.hero-content-holder {
  width: 80%;
  margin-top: 2.1875em;
}

.hero-content-holder.land {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625em;
  display: flex;
}

.preis-list {
  position: static;
}

.preis-list.w--open {
  border-top: .2em solid var(--gold);
  background-color: #fff;
}

.preis-img {
  aspect-ratio: 2 / 2;
  border-top: .4em solid var(--baby-blau);
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
}

.preis-img.middle {
  object-fit: cover;
}

.preis-img.top {
  object-position: 50% 100%;
}

.preis-img.left {
  object-position: 0% 100%;
}

.haken-txt-hodler {
  align-items: center;
  display: flex;
}

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

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

.trusted-img-holder.bottom {
  width: 50%;
}

.trusted-img-holder.last {
  width: 20%;
}

.trusted-img-holder.last.mobile {
  display: none;
}

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

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

.cta-p {
  text-align: center;
  margin-top: 1.25em;
}

.cta-p._100 {
  width: 100%;
  margin-top: 0;
}

.landing-cta-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border: .2em solid var(--baby-blau);
  background-color: var(--blau-bg);
  border-radius: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 3.3294em 4.235em;
}

.landing-cta-grid._2 {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border-radius: 1em;
}

.landing-cta-grid.white {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: #fff;
}

.hero-img {
  object-fit: cover;
  width: 90vw;
  height: 50em;
}

.hero-img.land {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.haken {
  width: 1.5em;
}

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

.div-hide.preis {
  margin-bottom: 2em;
}

.div-hide._1-5em {
  justify-content: flex-start;
  margin-bottom: 1.5em;
}

.div-hide._5em {
  margin-bottom: 2.5em;
}

.preis-cont-holder {
  z-index: 5;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border: .2em solid var(--baby-blau);
  background-color: var(--blau-bg);
  color: #000;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  margin-bottom: -8%;
  padding: 1.27201em 1.618em;
  display: flex;
  position: relative;
  top: -5%;
  overflow: hidden;
}

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

.main {
  height: auto;
}

.preisa-p-holder {
  background-color: var(--dodger-blue-2);
  padding: 2em;
}

.gold-haken {
  color: var(--gold);
}

.land-h1 {
  text-align: center;
}

.dropdpwn-preis {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.preis-img-drop {
  width: 4.5em;
}

.preis-img-drop.blitz {
  width: 2.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.preis-img-drop.biiger {
  width: 5.5em;
}

.cta-big-txt {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
}

.preis-txt-big {
  font-size: 1.5em;
  font-weight: 500;
}

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

.preis-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 2em;
}

.land-headline-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  display: flex;
}

.land-headline-holder.relativ {
  position: relative;
}

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

.faq-symbol.preis {
  margin-left: auto;
  transform: none;
}

.landing-page.hero {
  padding-top: 3em;
  padding-bottom: 3em;
}

.faq-dropdown {
  z-index: 1;
  border: .2em solid var(--gold);
  width: 100%;
}

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

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

.why-a-call-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 1.5625em;
  display: flex;
}

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

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

.preis-img-holder {
  z-index: 1;
  width: 100%;
}

.cta-h3 {
  text-align: center;
  font-size: 2.1875em;
}

.cta-h3.privat {
  font-family: Futura Medium, sans-serif;
  font-size: 2em;
}

.preis-p {
  text-align: center;
  width: 80%;
}

.preis-frage-holder {
  background-color: var(--blau-bg);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

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

.trusted-by-grid.lp {
  grid-template-columns: 1fr 1fr 1fr;
  width: 30vw;
}

.preis-txt {
  margin-left: 1em;
  font-family: "Inter 5", Arial, sans-serif;
  font-size: 1.1em;
}

.headline-holder-test {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

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

.landing-cta-txt-holder.cta-h2-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.preis-txt-dropdown {
  margin-left: 2em;
  font-size: 1.5em;
}

.preis-txt-dropdown.less {
  margin-left: 1.5em;
}

.preis-dropdown {
  border: .2em solid var(--gold);
  width: 100%;
}

.land-p {
  text-align: center;
  align-self: auto;
  font-family: "Inter 5", Arial, sans-serif;
  font-size: 1.5625em;
}

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

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

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

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

.preis-txt-dropdown-long {
  color: #000c;
  width: 95%;
  font-size: 1.1em;
  line-height: 1.4;
}

.above-cta-holder {
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.preis-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-img-container {
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 60vw;
  display: flex;
  overflow: hidden;
}

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

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

.trusted-img.tec {
  width: 90%;
}

.trusted-img.smaller {
  width: 65%;
}

.trusted-img.ritz {
  width: 80%;
}

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

.faq-dropdown-list.w--open {
  border-top: .2em solid var(--gold);
}

.phone-link {
  background-color: var(--gold);
  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.telefon {
  width: 4em;
  height: 4em;
  padding: .95em;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  display: flex;
}

.phone-link-icon {
  width: 100%;
}

.brand {
  z-index: 300;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .6em;
  display: flex;
}

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

.navbar {
  z-index: 100;
  background-color: #0000;
  padding-top: 1em;
  padding-bottom: 1em;
}

.navbar.landing {
  padding-top: 0;
}

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

.diginauts {
  color: var(--gold);
  text-transform: uppercase;
  text-decoration: none;
}

.footer {
  background-color: var(--blau-bg);
  justify-content: center;
  align-items: center;
  padding: 6em 6em 2em;
  display: flex;
  overflow: hidden;
}

.footer.kontakt {
  margin-top: auto;
}

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

.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: .8em;
}

.trademark.black.home {
  color: #000c;
  font-size: 1em;
  line-height: 1.4;
}

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

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

.link-holder._2 {
  justify-content: center;
  align-items: center;
}

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

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

.nav-btn-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.luxury-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  width: 100%;
}

.lux-img-holder {
  z-index: 10;
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.lux-content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lux-h2 {
  margin-left: 8%;
}

.lux-h2.left {
  text-align: left;
  margin-left: 0%;
}

.lux-p {
  margin-top: 1.5625em;
}

.lux-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.lux-img.middle {
  object-position: 55% 50%;
}

.background-gradient {
  z-index: 1;
  background-image: linear-gradient(99deg, #01650f00, #0252a60d 64%, var(--dodger-blue-2));
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 20em;
  display: flex;
  position: absolute;
  inset: 8% auto auto 0%;
}

.background-gradient.right {
  background-image: linear-gradient(261deg, #0d557a00, #2d41d20d 64%, var(--dodger-blue-2));
  border-radius: 1em 0 0 1em;
  inset: 8% 0% auto auto;
}

.step-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.step-grid.kontakt {
  background-color: var(--dodger-blue-2);
  border-radius: 1em;
  padding: 2em;
}

.step-ben-holder {
  align-items: center;
  display: flex;
}

.step-ben-img {
  aspect-ratio: 1;
  width: 90%;
  height: auto;
}

.step-ben-img.big {
  width: 100%;
}

.step-txt-ben {
  width: 80%;
  margin-left: 1.5625em;
  font-size: 1.1em;
  font-weight: 500;
}

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

.value-left {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: var(--blau-bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5em 2.5em;
  display: flex;
}

.ben-h3 {
  font-family: Futura Medium, sans-serif;
  font-size: 1.75em;
}

.ben-right {
  background-color: var(--blau-bg);
  justify-content: center;
  align-items: center;
  height: 102%;
  min-height: 25em;
  display: flex;
  overflow: hidden;
}

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

.value-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.value-grid.last {
  border-radius: 0 0 1em 1em;
}

.value-grid._2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.warum-grid {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  display: grid;
  position: relative;
}

.warum-left-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 5em;
}

.warum-grid-right {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.warum-grid-h2 {
  font-size: 2.3em;
}

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

.line {
  background-color: var(--gold);
  width: 2.5em;
  height: .25em;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: -1.25em;
}

.line.left {
  position: relative;
  left: 30.5%;
}

.line.left.barriere {
  left: 4.5em;
}

.line.left.neu {
  left: 30.5%;
}

.line.right {
  left: -1.25em;
  right: auto;
}

.lux-h2-holder {
  align-items: center;
  width: 108%;
  display: flex;
  position: relative;
  left: -8%;
}

.lux-h2-holder.left {
  left: auto;
}

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

.slide-img-holder {
  aspect-ratio: 1;
  border-left: .2em solid var(--baby-blau);
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  position: relative;
}

.slide-img-holder.last {
  border-right: .2em solid var(--baby-blau);
  border-left-width: .2em;
  border-left-color: var(--baby-blau);
}

.slide-img-holder.bigger {
  min-height: 32.5em;
  max-height: 32.5em;
}

.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.top {
  object-position: 50% 40%;
}

.slider-img.top.new {
  object-position: 50% 0%;
}

.slider-holder {
  width: 100%;
}

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

.slider-holder.space.hide {
  display: none;
}

.slider-holder.space {
  margin-top: 3.125em;
}

.slide-txt {
  color: var(--gold);
  font-size: 1.875em;
}

.icon-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border: .2em solid var(--gold);
  background-color: var(--blau-bg);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.27201em 1.618em;
  display: flex;
}

.icon-holder-img {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
}

.icon-txt {
  margin-left: 1.5625em;
  font-size: 1.5em;
  font-weight: 500;
}

.icon-txt.more {
  margin-left: 1.5625em;
}

.icon-p {
  font-size: 1.2em;
}

.red {
  color: var(--gold);
}

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

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

.text-field {
  background-color: #c0c0c00d;
  border: .1em solid silver;
  border-radius: .5em;
  margin-bottom: 1em;
  padding: 1em 0 1em .5em;
  font-size: 1em;
}

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

.text-field::placeholder {
  color: #000c;
}

.text-field.neu {
  margin-top: .5em;
  margin-bottom: 1.5625em;
  font-weight: 500;
}

.checkbox-label {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: .9375em;
  font-size: .9em;
}

.form_radio-content-image {
  flex: 1;
  width: 100%;
}

.form-h2 {
  color: var(--gold);
  text-align: center;
  font-size: 2.25em;
}

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

.field-label.center {
  text-align: center;
  font-size: 1.5em;
}

.field-label.center.rot {
  color: var(--red);
}

.field-label.small {
  text-align: left;
  font-size: 1.25em;
}

.check-box-field-style {
  cursor: pointer;
  background-color: #c0c0c00d;
  border: .1em solid silver;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .75em .95em;
  display: flex;
}

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

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

.succes-hodler {
  color: #fff;
  text-align: center;
  background-color: #b50102;
  justify-content: center;
  align-items: center;
  padding: 2em 3em;
  display: flex;
}

.erfolg-txt {
  font-size: 1.25em;
}

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

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

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

.daten-h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

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

.team-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-img {
  aspect-ratio: 10 / 9;
  object-fit: cover;
  object-position: 50% 0%;
  border-bottom-right-radius: 1.1em;
  border-bottom-left-radius: 1.1em;
  width: 100%;
  height: 100%;
}

.team-img.ben-img-2, .team-img.top {
  object-position: 50% 50%;
}

.team-img.new {
  object-position: 75% 50%;
}

.team-img.new.bad {
  object-position: 70% 50%;
}

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

.team-img.right.bad {
  aspect-ratio: 1;
}

.team-img.right-2 {
  object-position: 0% 50%;
}

.team-img.right-2.bad {
  object-position: 5% 50%;
}

.team-img.bad {
  aspect-ratio: 1;
  object-position: 50% 50%;
}

.team-img.bad.right {
  object-position: 30% 50%;
}

.team-img.halil {
  object-position: 72% 50%;
}

.team-txt {
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
}

.main-txt-landingpage {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.45em;
  font-weight: 500;
}

.main-txt-landingpage.landing {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.85em;
}

.main-txt-landingpage.landing.red {
  color: var(--red);
}

.warum-img-holder {
  align-items: center;
  display: flex;
}

.team-img-holder {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.team-h2 {
  text-align: center;
  width: 100%;
}

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

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

.team-5-grid._80 {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.team-txt-holder {
  border-style: none solid solid;
  border-width: .2em;
  border-color: var(--baby-blau);
  background-color: var(--blau-bg);
  border-bottom-right-radius: .9em;
  border-bottom-left-radius: .9em;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  padding: 1em .5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vorher-nachher {
  z-index: 10;
  border-style: solid solid solid none;
  border-width: .2em;
  border-color: var(--baby-blau);
  background-color: var(--blau-bg);
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  padding: 1em 1.5em;
  position: absolute;
  inset: 2em auto auto 1.5625em;
}

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

.schritt-txt {
  color: var(--gold);
  font-size: 1.1em;
}

.testimonial {
  border: .2em solid var(--baby-blau);
  background-color: #fff;
  border-radius: 1em;
  width: 50%;
  margin-top: 3.125em;
  padding-top: 1em;
  display: block;
}

.testimonial.first {
  margin-top: 0;
}

.testimonial.less {
  width: 40%;
  margin-top: 1.5625em;
}

.testimonial.less.first {
  margin-top: 3.125em;
}

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

.multi-auswahl-frage {
  border: .1em solid #cbcbcb;
  border-radius: 1em;
  order: -1;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  font-family: futura-pt;
  font-size: 1.1em;
  font-weight: 500;
  transition: all .15s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: absolute;
  inset: 0%;
}

.multi-auswahl-frage:hover {
  background-color: #399dd11a;
}

.multi-auswahl-frage:focus {
  border-color: var(--baby-blau);
}

.datenschutz {
  text-decoration: underline;
}

.unterstreichen {
  cursor: pointer;
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 90vh;
  display: flex;
}

.uitlity-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 80vw;
}

.utility-page-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

._404-img {
  color: #fff;
  background-color: #0000;
  width: 100%;
}

._404-holder {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 2vw;
  line-height: 1;
  display: flex;
}

._404-p {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  font-size: .65em;
}

._404-link {
  color: var(--gold);
  transition: color .35s cubic-bezier(.755, .05, .855, .06);
}

._404-link:hover {
  color: #0024ff;
}

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

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

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

.phone {
  font-size: 1.1em;
}

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

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

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

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

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

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

.erfolg-step-text-holder.first {
  padding-bottom: 2.34375em;
}

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

.step-txt.blau {
  color: var(--baby-blau);
}

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

.check-erfolg-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 3em;
  height: auto;
  display: flex;
}

.line-erfolg {
  background-color: var(--dodger-blue-2);
  width: 2px;
  height: 100%;
}

.line-erfolg.dark {
  background-color: var(--baby-blau);
}

.nummer-holder {
  border: .2em solid var(--baby-blau);
  border-radius: 505px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

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

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

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

.erfolg-erhalten-box-bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-style: none solid solid;
  border-width: .3em;
  border-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.check-wei {
  width: 3.5em;
}

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

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

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

.auftragsnummer-txt {
  color: var(--gold);
  font-size: 1.5em;
  font-weight: 500;
}

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

.pfeil {
  width: 2.5em;
}

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

.land-p-spacer {
  margin-top: 1.5625em;
}

.circle-holder-benefits {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 27.5%;
  padding: 3%;
  display: flex;
}

.icon-holder-circle {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5em;
  padding: 4%;
  display: flex;
}

.img-circle-holder {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 12%;
  display: flex;
  box-shadow: 4px 4px 11px -1px #399dd10d;
}

.arrow-lottie {
  width: 4em;
  position: absolute;
  bottom: 2.5em;
  right: -5em;
}

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

.btn-holder-neu.no-space {
  margin-top: 0;
}

.btn-holder-neu.main {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  align-items: stretch;
  margin-top: 3.125em;
}

.team-p-holder {
  margin-top: 1.5625em;
}

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

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

.review-txt {
  align-items: center;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.google-img {
  aspect-ratio: 1;
  width: 2em;
  height: auto;
  margin-right: 1em;
}

.review-span {
  font-size: 1.2em;
}

.review-span.smaller {
  font-family: "Inter 5", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.google-img-holder {
  display: flex;
}

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

.sub-head-kontakt.rot {
  color: var(--red);
}

.step-ben-holder-kontakt {
  align-items: center;
  display: flex;
}

.flex {
  flex-direction: column;
  display: flex;
}

.img-video-holder {
  width: 100%;
}

.smaller {
  font-size: .95em;
}

.subhead-neu {
  color: var(--gold);
  text-align: center;
  font-size: 1.5em;
}

.bewertung-h2 {
  text-align: center;
  font-size: 2.25em;
}

.kleiner {
  font-family: "Inter 5", Arial, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.left {
  text-align: center;
}

.red-haken {
  color: var(--gold);
}

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

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

.multi-radio-btn {
  z-index: 1;
  border: .2em solid var(--gold);
  cursor: pointer;
  background-color: #2d41d20d;
  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: var(--dodger-blue-2);
  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-form-grid {
  grid-template-rows: auto;
  width: 50%;
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

.multi-form-grid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.multi-step-form.last {
  min-height: auto;
}

.multi-step-form.home {
  border: .2em solid var(--baby-blau);
  background-color: #fff;
  border-radius: 1em;
  min-height: auto;
  padding: 3.3294em 4.235em;
}

.multi-step-form.home.impressum {
  background-color: var(--dodger-blue-2);
}

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

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

.multi-h1 {
  color: var(--gold);
  text-align: center;
}

.multi-form-img-holder, .multi-form-img-holder.form_radio-content-image-wrap {
  width: 70%;
}

.multi-form-img-holder.x {
  width: 50%;
}

.multi-form-img-holder.haus {
  width: 60%;
}

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

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

.multi-radio-btn-2 {
  z-index: 1;
  cursor: pointer;
  background-color: #05760d0d;
  border: .2em solid red;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  position: absolute;
  inset: 0%;
}

.multi-radio-btn-2:hover {
  border-width: .25em;
}

.multi-radio-btn-2.w--redirected-checked {
  border-width: .3em;
  border-color: #01670e;
}

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

.multi-form-holder {
  width: 80%;
}

.multi-form-holder.first {
  margin-top: 3.125em;
}

.multi-form-holder.space {
  margin-top: 1.5625em;
}

.last-step-content-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.multi-form-datenschutz {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  display: flex;
}

.multi-form-datenschutz.last {
  align-items: center;
  width: 80%;
  margin-top: .5em;
  margin-bottom: 1.5625em;
}

.checkbox {
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #0000;
  border: .155em solid #000;
  border-radius: 50%;
  width: 1em;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--gold);
  border-color: #000c;
}

.subhead-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  display: flex;
}

.team-bild {
  width: 100%;
  height: auto;
}

.bewertung-h1 {
  color: #202020;
  text-align: center;
}

.bewertung-btn {
  background-color: #407ee7;
  border-radius: 5em;
  margin-top: 3.125em;
  padding: .7em 2em;
  font-size: 1.2em;
}

.text-block {
  color: #8b8b8b;
  margin-top: 3.125em;
  font-size: 1em;
}

.sicherheit-txt--neu {
  width: 80%;
  font-size: 1.1em;
}

.sicherheit-txt--neu.space {
  width: 100%;
  margin-top: -.78125em;
  font-size: 1em;
}

.titel {
  font-family: "Inter 5", Arial, sans-serif;
  font-size: .85em;
}

.small {
  font-size: .9rem;
}

.ben-img {
  object-fit: cover;
  width: 100%;
}

.arrow {
  margin-left: 5px;
}

.arrow.right {
  margin-left: 35px;
  margin-right: 5px;
}

.new-slider, .slide-new {
  height: 100%;
}

.vorher-nachher-2 {
  background-color: #f6f8f4;
  border: .2em solid #01650f;
  border-left-style: none;
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  padding: 1em 1.5em;
  position: absolute;
  inset: 2em auto auto 1.5625em;
}

.team-bild-holder-bw {
  border: .3em solid var(--baby-blau);
  border-radius: 1em;
  width: 79.6875%;
  margin-top: 3.125em;
  overflow: hidden;
}

.ben-img-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.last-holder {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.banner {
  background-color: var(--red);
  width: 100%;
  max-width: 100%;
  padding: .75em;
}

.banner.nav {
  margin-bottom: 1em;
}

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

.embed-angebot, .embed-angebot-nav {
  text-align: center;
}

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

  .below-btn-txt.gold {
    color: var(--red);
  }
}

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

  .container.slider {
    width: 50vw;
  }

  .container.erfolg {
    width: 70vw;
  }

  .hero-content-holder {
    width: 65%;
  }

  .hero-content-holder.land {
    width: 60vw;
  }

  .cta-p {
    font-size: 1em;
  }

  .hero-img {
    object-position: 50% 35%;
    height: 45em;
  }

  .preis-cont-holder {
    margin-bottom: -7%;
  }

  .preis-img-drop {
    width: 4em;
  }

  .step-p {
    font-size: 1em;
  }

  .cta-h2.last {
    width: auto;
  }

  .cta-txt {
    font-size: 1.25em;
  }

  .preis-p {
    font-size: 1em;
  }

  .trusted-by-grid.lp {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 60vw;
  }

  .faq-answer {
    font-size: 1em;
  }

  .hero-img-container {
    width: 50vw;
  }

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

  .phone-link.telefon {
    width: 3em;
    height: 3em;
    padding: .75em;
  }

  .nav-logo-img {
    width: 13.5vw;
  }

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

  .lux-p {
    font-size: 1em;
  }

  .ben-right {
    min-height: 32em;
  }

  .value-grid {
    top: 12em;
  }

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

  .text-field {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .text-field:focus-visible, .text-field[data-wf-focus-visible] {
    border-bottom-color: var(--baby-blau);
  }

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

  .team-p {
    font-size: 1em;
  }

  .testimonial {
    width: 35%;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .uitlity-grid {
    width: 60vw;
  }

  ._404-h1 {
    align-self: flex-start;
    position: static;
    top: 20px;
  }

  ._404-img {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 0;
    display: block;
  }

  ._404-holder {
    align-self: flex-start;
  }

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

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

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

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

  .multi-form-grid._4 {
    width: 90%;
  }

  .multi-form-holder, .multi-form-datenschutz.last {
    width: 75%;
  }

  .checkbox.w--redirected-checked {
    background-color: #01650f;
  }

  .sicherheit-txt--neu {
    width: 60%;
  }

  .small {
    font-size: .9em;
  }

  .slide-nav {
    bottom: .8vh;
  }

  .team-bild-holder-bw {
    width: 70%;
  }
}

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

  .container.land {
    width: 90vw;
  }

  .container.cta {
    width: 80vw;
  }

  .container.step {
    width: 85vw;
  }

  .container.l-tab {
    align-items: center;
    width: 85vw;
  }

  .container.lux {
    width: 80vw;
  }

  .container.slider {
    width: 90vw;
  }

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

  .container.team {
    width: 90vw;
  }

  .container.faq {
    background-color: var(--blau-bg);
    padding: 3.125em 1.5625em;
  }

  .container.benefits {
    width: 85vw;
  }

  .svg-holder {
    height: 2em;
  }

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

  .hero-content-holder {
    width: 80%;
  }

  .hero-content-holder.land {
    width: 100%;
  }

  .trusted-img-holder.bottom {
    width: 33.3333%;
  }

  .landing-cta-grid._2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero-img {
    height: 45em;
  }

  .hero-img.land {
    height: 100%;
  }

  .preis-cont-holder {
    margin-bottom: -5%;
  }

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

  .dropdpwn-preis {
    width: 90%;
  }

  .preis-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .land-headline-holder {
    width: 100%;
  }

  .cta-h2 {
    width: auto;
  }

  .preis-p {
    width: 90%;
  }

  .trusted-by-grid {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    width: 100%;
  }

  .trusted-by-grid.lp {
    width: 70vw;
  }

  .preis-dropdown {
    z-index: 0;
  }

  .above-cta-holder, .step-h2.bad {
    width: auto;
  }

  .hero-img-container {
    width: 80vw;
  }

  .trusted-img.rall, .trusted-img.tec {
    width: 70%;
  }

  .phone-link {
    right: 1em;
  }

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

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

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

  .nav-btn-holder {
    width: auto;
  }

  .value-left {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .ben-right {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .line.left {
    left: 26%;
  }

  .line.left.barriere {
    left: 32%;
  }

  .line.left.neu {
    left: 26%;
  }

  .slide-img-holder.bigger {
    min-height: 30em;
    max-height: 30em;
  }

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

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

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

  .succes-hodler {
    width: 100%;
  }

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

  .impressum-line {
    width: 100%;
  }

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

  .main-txt-landingpage.landing {
    width: auto;
  }

  .team-5-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-5-grid._80 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
  }

  .schritt-txt {
    font-size: 1rem;
  }

  .testimonial.less {
    width: 50%;
  }

  .uitlity-grid {
    grid-row-gap: 10em;
    height: auto;
  }

  ._404-img {
    width: 95vw;
  }

  ._404-holder {
    font-size: 3.5vw;
  }

  ._404-p {
    width: 70%;
    font-size: 2.2vw;
  }

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

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

  .multi-form-grid {
    width: 55%;
  }

  .multi-form-holder {
    width: 90%;
  }

  .last-step-content-holder {
    width: 100%;
  }

  .multi-form-datenschutz.last {
    width: 90%;
  }

  .checkbox {
    width: 12px;
    height: 12px;
  }

  .sicherheit-txt--neu.space {
    width: 90%;
  }

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

@media screen and (max-width: 767px) {
  .btn.nav {
    display: none;
  }

  .container, .container.cta, .container.step, .container.preis {
    width: 90vw;
  }

  .container.lux {
    width: 70vw;
  }

  .hero-content-holder {
    width: auto;
    margin-top: 1.25em;
  }

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

  .hero-img {
    height: 35em;
  }

  .hero-img.land {
    width: 90vw;
  }

  .dropdpwn-preis, .preis-grid, .cta-h2.last, .preis-p {
    width: 100%;
  }

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

  .trusted-by-grid.lp {
    width: 80vw;
  }

  .preis-txt-dropdown {
    white-space: pre-line;
    width: 80%;
    margin-left: 1em;
  }

  .preis-txt-dropdown-long {
    width: auto;
  }

  .above-cta-holder {
    width: 100%;
  }

  .hero-img-container {
    width: 90vw;
  }

  .luxury-grid {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-columns: 1fr;
  }

  .lux-h2 {
    margin-top: 0;
    margin-left: 0%;
  }

  .lux-img {
    aspect-ratio: 1;
  }

  .background-gradient {
    width: 92.5%;
    height: 25em;
    top: 5%;
  }

  .background-gradient.right {
    background-image: linear-gradient(94deg, #0d557a00, #01650f0d 64%, var(--dodger-blue-2));
    border-radius: 1em;
    top: 5%;
    left: 0%;
    right: auto;
  }

  .value-grid {
    grid-template-columns: 1fr;
    top: 10vh;
  }

  .warum-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .warum-left-holder {
    position: static;
  }

  .warum-p {
    width: auto;
  }

  .line {
    top: -1.35em;
    bottom: 0%;
    right: auto;
  }

  .line.left {
    order: -1;
    position: static;
  }

  .line.left.barriere {
    display: block;
  }

  .line.right {
    left: 0;
  }

  .lux-h2-holder {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.5625em;
    left: 0%;
  }

  .lux-h2-holder.left {
    flex-direction: column;
    margin-top: 1.5625em;
  }

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

  .slide-img-holder.bigger {
    min-height: 27.5em;
    max-height: 27.5em;
  }

  .icon-holder {
    width: 100%;
  }

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

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

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

  .main-txt-landingpage.landing {
    text-align: center;
  }

  .team-img-holder {
    width: 80%;
  }

  .team-img-holder._100, .team-p {
    width: 100%;
  }

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

  .team-5-grid._80 {
    width: 100%;
  }

  .vorher-nachher {
    left: 1em;
  }

  .testimonial {
    width: 80%;
  }

  .testimonial.less {
    width: 60%;
  }

  ._404-h1 {
    width: 90%;
  }

  ._404-p {
    font-size: 3vw;
  }

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

  .circle-holder-benefits {
    width: 35%;
  }

  .review-holder {
    margin-right: 0;
  }

  .multi-form-grid {
    width: 70%;
  }

  .multi-form-grid._4 {
    grid-template-columns: 1fr 1fr;
    width: 60%;
  }

  .multi-form-holder, .multi-form-datenschutz.last {
    width: 100%;
  }

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

  .sicherheit-txt--neu, .sicherheit-txt--neu.space {
    width: 100%;
  }

  .vorher-nachher-2 {
    left: 1em;
  }

  .team-bild-holder-bw {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    font-size: 1.2em;
  }

  .btn.cta {
    order: -1;
  }

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

  .container.l-tab, .container.benefits, .container.preis {
    width: 90vw;
  }

  .container.lux {
    width: 85vw;
  }

  .container.benefits, .container.slider, .container.erfolg {
    width: 90vw;
  }

  .container.bekannt-aus {
    align-items: center;
  }

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

  .container.benefits {
    width: 90vw;
  }

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

  .section.step {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-content-holder.land {
    margin-top: .78125em;
  }

  .faq-h2 {
    width: auto;
  }

  .trusted-img-holder.bottom {
    width: 40%;
  }

  .trusted-img-holder.bottom.last, .trusted-img-holder.last {
    width: 33.3333%;
  }

  .trusted-img-holder.last.mobile {
    width: 100%;
    display: flex;
  }

  .trusted-img-holder.last.hide-m {
    display: none;
  }

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

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

  .cta-p, .cta-p._2 {
    width: 100%;
  }

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

  .landing-cta-grid._2 {
    grid-template-columns: auto;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .hero-img {
    height: 25em;
  }

  .hero-img.land {
    aspect-ratio: 1;
    object-position: 25% 50%;
  }

  .div-hide._1-5em {
    width: 100%;
  }

  .preis-cont-holder {
    width: 95%;
    margin-bottom: -8%;
    padding: 1.5em;
  }

  .preisa-p-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .land-h1 {
    width: 410px;
    font-size: 2.4em;
  }

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

  .preis-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .land-headline-holder.relativ {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
  }

  .landing-page.hero {
    padding-top: 2em;
  }

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

  .preise-h2 {
    text-align: left;
  }

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

  .cta-h2.last, .cta-h3 {
    font-size: 1.75em;
  }

  .cta-h3.privat {
    font-size: 1.8em;
  }

  .preis-p {
    text-align: left;
  }

  .preis-frage-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .trusted-by-grid.lp {
    width: 90vw;
  }

  .headline-holder-test {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .preis-txt-dropdown {
    white-space: pre-line;
    margin-left: 1em;
    margin-right: .5em;
  }

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

  .land-p.big {
    font-size: 1.75em;
  }

  .cta-h2-2 {
    font-size: 1.5em;
  }

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

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

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

  .trusted-img.rall {
    width: 90%;
  }

  .trusted-img.tec {
    width: 80%;
  }

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

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

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

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

  .trademark.black.home {
    font-size: .9em;
  }

  .background-gradient {
    width: 97.5%;
    height: 20em;
  }

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

  .step-ben-img.big {
    width: 100%;
  }

  .step-txt-ben {
    margin-left: 8%;
    font-size: 1.2em;
  }

  .step-txt-ben.less {
    margin-left: 5.5%;
  }

  .value-left {
    padding: 3em 1.5em;
  }

  .ben-right {
    min-height: 20em;
  }

  .warum-grid-h2 {
    font-size: 2em;
  }

  .line {
    display: block;
  }

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

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

  .slide-img-holder.bigger {
    min-height: 20em;
    max-height: 20em;
  }

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

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

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

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

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

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

  .text-field {
    border-radius: .25em;
  }

  .text-field.neu {
    margin-bottom: .78125em;
  }

  .checkbox-label {
    margin-left: 1.5em;
  }

  .form-h2 {
    font-size: 1.65em;
  }

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

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

  .field-label.small {
    font-size: 1.4em;
  }

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

  .succes-hodler {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .erfolg-txt {
    width: auto;
    font-size: 1.25em;
    line-height: 1.5;
  }

  .team-img.top.bad {
    object-position: 40% 50%;
  }

  .team-img.new.bad {
    object-position: 65% 50%;
  }

  .team-img.right-2.bad {
    object-position: 10% 50%;
  }

  .team-img.bad.right {
    object-position: 35% 50%;
  }

  .team-txt {
    font-size: 1.2em;
  }

  .main-txt-landingpage {
    text-align: center;
    width: 100%;
    margin-bottom: .75em;
  }

  .main-txt-landingpage.landing {
    width: auto;
    font-size: 1.65em;
  }

  .team-img-holder {
    width: 100%;
  }

  .team-img-holder._100 {
    aspect-ratio: 2 / 2.25;
  }

  .team-h2 {
    align-self: flex-start;
    font-size: 2em;
  }

  .team-5-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .team-5-grid._80 {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-txt-holder {
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .vorher-nachher {
    padding: .5em .75em;
    top: .75em;
    left: 0;
  }

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

  .testimonial {
    width: 85%;
  }

  .testimonial.less {
    width: 90%;
  }

  .uitlity-grid {
    grid-row-gap: 3em;
  }

  ._404-h1 {
    width: 100%;
  }

  ._404-holder {
    left: 10px;
  }

  ._404-p {
    width: 90%;
    font-size: 4vw;
  }

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

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

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

  .land-p-spacer {
    margin-top: .78125em;
  }

  .circle-holder-benefits {
    width: 17.5%;
    padding: 2.5%;
  }

  .arrow-lottie {
    display: none;
    right: -4.25em;
  }

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

  .btn-holder-neu.main {
    margin-top: 1.5625em;
  }

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

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

  .multi-form-grid, .multi-form-grid._4 {
    width: 100%;
  }

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

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

  .multi-form-datenschutz {
    flex-direction: column;
  }

  .multi-form-datenschutz.last {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    align-items: flex-start;
  }

  .bewertung-h1 {
    font-size: 1.75em;
  }

  .sicherheit-txt--neu.space {
    margin-top: -.390625em;
  }

  .vorher-nachher-2 {
    padding: .5em .75em;
    top: auto;
    bottom: 1em;
    left: 0;
  }

  .team-bild-holder-bw {
    width: 100%;
  }

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

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

#w-node-_06c826ee-8d82-c96c-54a1-b273b328df48-9ba389d9, #w-node-_95758de4-a4f3-57bc-aaa1-13a3bd362f46-9ba389d9, #w-node-eacaae27-4007-7f59-6db7-44b0efd10dc8-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e27a9ffd-29f0-2d6d-ff32-2795f69b4e79-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f2658afd-9d51-2564-25a6-c3013e59412f-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e465dd71-a35d-9649-e67d-80e3d2b8ba86-9ba389d9, #w-node-c51a56cf-2c8f-208e-ba00-373865625e43-9ba389d9, #w-node-f8d00b33-7f01-403e-81c2-52ae81db9782-9ba389d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d721d7bc-92d2-fbcd-14ea-277217d6d4d8-9ba389d9, #w-node-a838cb40-0a4d-055a-8161-fedb6d956405-9ba389d9, #w-node-_7af91c08-f62b-760c-8eaf-b80d4f53387e-9ba389d9, #w-node-_50891414-2a09-6966-884d-fe9652b4757c-9ba389d9, #w-node-_6e83759e-9491-3855-e601-c050c1259d18-9ba389d9, #w-node-_213bf076-8596-b23f-ca0c-7afc1e0eff6f-9ba389d9, #w-node-_9ba9a601-5107-d9c0-b66a-af51c8673bab-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f008c2a-f63e-8d19-4e1b-23cc923ba1ee-9ba389d9 {
  place-self: center;
}

#w-node-_3448e424-e04c-f45e-669c-357a704cf228-9ba389d9, #w-node-_3448e424-e04c-f45e-669c-357a704cf226-9ba389d9, #w-node-a69aa145-ef18-67b6-61f1-54d9e3569123-9ba389d9, #w-node-_66cca91f-1988-1861-5f1c-ac3e4dbc0190-9ba389d9, #w-node-fbdde6e8-2755-1f71-d838-d2268afcc9b9-9ba389d9, #w-node-fbdde6e8-2755-1f71-d838-d2268afcc9c4-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6be03723-a86a-b7b3-779c-43580d19527c-9ba389d9 {
  place-self: center;
}

#w-node-_9ba9a601-5107-d9c0-b66a-af51c8673c32-9ba389d9, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfc38-9ba389d9, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfc5c-9ba389d9, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfc80-9ba389d9, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfca4-9ba389d9, #w-node-_80b3662d-9a0c-108e-7fb6-e52f85c6175f-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd434bb8-dce5-25bf-0342-d30c69e87365-9ba389d9 {
  place-self: center;
}

#w-node-_3e3d6f43-07cf-5114-d40d-9f4d82780973-9ba389d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78d97073-f473-603f-533b-d73a12b4bfb1-9ba389d9 {
  place-self: center;
}

#w-node-e90148aa-1355-3740-0e3a-c39ae43e17af-a9e0f5ba, #w-node-ed5cbe52-91cf-18d7-d104-fc8da9e0f5c5-a9e0f5ba, #w-node-ed5cbe52-91cf-18d7-d104-fc8da9e0f5c6-a9e0f5ba, #w-node-be5d5b8c-8f6b-61aa-1559-19ec15677e5b-a9e0f5ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#welcher-umbau-interessiert-sie.w-node-bab62e3e-f599-647e-9c0e-5086ae7bb18b-ae7bb176, #w-node-_55374229-6916-d58c-44bc-a8552c6bf70d-2c6bf70c, #w-node-_55374229-6916-d58c-44bc-a8552c6bf70f-2c6bf70c, #w-node-_55374229-6916-d58c-44bc-a8552c6bf711-2c6bf70c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03c565db-9b4a-3683-d683-73f6e7fe169a-2c6bf70c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55374229-6916-d58c-44bc-a8552c6bf713-2c6bf70c, #w-node-_55374229-6916-d58c-44bc-a8552c6bf715-2c6bf70c, #welcher-umbau-interessiert-sie.w-node-_7ee743c9-117f-d5e1-a474-8026fc793187-9ba389de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f92f2e4-a8c5-3152-d09a-32d249e53ff4-9ba389de, #w-node-_8f92f2e4-a8c5-3152-d09a-32d249e53ff5-9ba389de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_951edb46-fb7d-ae3c-987f-01cca312c9f3-b2d3dbe8, #w-node-_951edb46-fb7d-ae3c-987f-01cca312c9f5-b2d3dbe8, #w-node-_951edb46-fb7d-ae3c-987f-01cca312c9f7-b2d3dbe8, #w-node-_951edb46-fb7d-ae3c-987f-01cca312c9f9-b2d3dbe8, #w-node-_951edb46-fb7d-ae3c-987f-01cca312c9fb-b2d3dbe8, #w-node-_951edb46-fb7d-ae3c-987f-01cca312c9fd-b2d3dbe8, #w-node-_22618d78-1c4a-8cfc-fd46-c49bb2d3dc02-b2d3dbe8, #w-node-_22618d78-1c4a-8cfc-fd46-c49bb2d3dc07-b2d3dbe8, #w-node-_22618d78-1c4a-8cfc-fd46-c49bb2d3dc0c-b2d3dbe8, #welcher-umbau-interessiert-sie.w-node-d977f09e-d127-d08c-b5ce-7ff79a7e95a9-9a7e9595, #w-node-a6fd50ca-150e-1cbe-c433-a4f917ea547c-9ba389e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6fd50ca-150e-1cbe-c433-a4f917ea5485-9ba389e3 {
  place-self: center;
}

#welcher-umbau-interessiert-sie.w-node-d47302fb-3b61-3c9a-c2e2-4570f00e3f6c-9ba389e4, #wann-soll-der-umbau-starten.w-node-e424ee3a-a1c4-9d7f-189e-488234add858-9ba389e5, #wie-stehen-sie-zur-wohnung.w-node-e44b44f1-731a-2b9f-3d88-12218ff53309-9ba389e6, #w-node-b17b4f9d-cb11-7669-1d86-236ce5164181-ce8fba4c, #w-node-b4f0349d-adb4-d4f5-383d-4fabf8443962-ce8fba4c, #w-node-_8034a12f-3fa2-7911-dade-7596fcb20ef6-ce8fba4c, #w-node-ac067863-1a96-6a40-7e90-864bec1c011e-ce8fba4c, #w-node-b4f0349d-adb4-d4f5-383d-4fabf8443965-ce8fba4c, #w-node-_47ad248d-98b2-5091-6298-1bc6f80cc54d-ce8fba4c, #w-node-_06c826ee-8d82-c96c-54a1-b273b328df48-ce8fba4c, #w-node-_95758de4-a4f3-57bc-aaa1-13a3bd362f46-ce8fba4c, #w-node-eacaae27-4007-7f59-6db7-44b0efd10dc8-ce8fba4c, #w-node-_3448e424-e04c-f45e-669c-357a704cf228-ce8fba4c, #w-node-_3448e424-e04c-f45e-669c-357a704cf226-ce8fba4c, #w-node-a69aa145-ef18-67b6-61f1-54d9e3569123-ce8fba4c, #w-node-_66cca91f-1988-1861-5f1c-ac3e4dbc0190-ce8fba4c, #w-node-_8022176e-54ed-8c7d-b220-38dcf21e3d96-ce8fba4c, #w-node-_8022176e-54ed-8c7d-b220-38dcf21e3da7-ce8fba4c, #w-node-_9ba9a601-5107-d9c0-b66a-af51c8673bab-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f008c2a-f63e-8d19-4e1b-23cc923ba1ee-ce8fba4c {
  place-self: center;
}

#w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfc38-ce8fba4c, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfc80-ce8fba4c, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfc5c-ce8fba4c, #w-node-_7a7e8c7b-e7c5-4b05-9ee3-3ef096edfca4-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6be03723-a86a-b7b3-779c-43580d19527c-ce8fba4c {
  place-self: center;
}

#w-node-_9ba9a601-5107-d9c0-b66a-af51c8673c32-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e27a9ffd-29f0-2d6d-ff32-2795f69b4e79-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f2658afd-9d51-2564-25a6-c3013e59412f-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e465dd71-a35d-9649-e67d-80e3d2b8ba86-ce8fba4c, #w-node-c51a56cf-2c8f-208e-ba00-373865625e43-ce8fba4c, #w-node-f8d00b33-7f01-403e-81c2-52ae81db9782-ce8fba4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_638bcf67-a835-fb97-ce9e-570d440bd751-ce8fba4c, #w-node-_638bcf67-a835-fb97-ce9e-570d440bd778-ce8fba4c, #w-node-_638bcf67-a835-fb97-ce9e-570d440bd747-ce8fba4c, #w-node-_50052155-d3f0-db05-935e-65988ac12b4a-ce8fba4c, #w-node-_77a23daa-5180-e2aa-8035-e4cce0a2571e-ce8fba4c, #w-node-_638bcf67-a835-fb97-ce9e-570d440bd75b-ce8fba4c, #w-node-_80b3662d-9a0c-108e-7fb6-e52f85c6175f-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd434bb8-dce5-25bf-0342-d30c69e87365-ce8fba4c {
  place-self: center;
}

#w-node-_3e3d6f43-07cf-5114-d40d-9f4d82780973-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78d97073-f473-603f-533b-d73a12b4bfb1-ce8fba4c {
  place-self: center;
}

#w-node-_00eaf210-710b-d80e-82c0-b230e183bbde-ce8fba4c, #w-node-_00eaf210-710b-d80e-82c0-b230e183bbe0-ce8fba4c, #w-node-_00eaf210-710b-d80e-82c0-b230e183bbe2-ce8fba4c, #w-node-_00eaf210-710b-d80e-82c0-b230e183bbe4-ce8fba4c, #w-node-_00eaf210-710b-d80e-82c0-b230e183bbe6-ce8fba4c, #w-node-_00eaf210-710b-d80e-82c0-b230e183bbe8-ce8fba4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #welcher-umbau-interessiert-sie.w-node-bab62e3e-f599-647e-9c0e-5086ae7bb18b-ae7bb176 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03c565db-9b4a-3683-d683-73f6e7fe169a-2c6bf70c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #welcher-umbau-interessiert-sie.w-node-_7ee743c9-117f-d5e1-a474-8026fc793187-9ba389de, #welcher-umbau-interessiert-sie.w-node-d977f09e-d127-d08c-b5ce-7ff79a7e95a9-9a7e9595, #welcher-umbau-interessiert-sie.w-node-d47302fb-3b61-3c9a-c2e2-4570f00e3f6c-9ba389e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3448e424-e04c-f45e-669c-357a704cf226-9ba389d9, #w-node-a69aa145-ef18-67b6-61f1-54d9e3569123-9ba389d9, #w-node-fbdde6e8-2755-1f71-d838-d2268afcc9c4-9ba389d9, #w-node-_5ee6d35a-a69c-9145-33ce-5507c12bcc6b-9ba389d9, #w-node-_3448e424-e04c-f45e-669c-357a704cf226-ce8fba4c, #w-node-a69aa145-ef18-67b6-61f1-54d9e3569123-ce8fba4c, #w-node-_8022176e-54ed-8c7d-b220-38dcf21e3da7-ce8fba4c, #w-node-_5ee6d35a-a69c-9145-33ce-5507c12bcc6b-ce8fba4c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa81c140-d9bd-14d2-c5ea-664edf56cf77-9ba389d9, #w-node-aa81c140-d9bd-14d2-c5ea-664edf56cf5b-9ba389d9, #w-node-aa81c140-d9bd-14d2-c5ea-664edf56cf69-9ba389d9, #w-node-aa81c140-d9bd-14d2-c5ea-664edf56cff3-9ba389d9, #w-node-aa81c140-d9bd-14d2-c5ea-664edf56d001-9ba389d9, #w-node-a62a7952-45da-a84b-f353-288f6ea660fb-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea66158-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea66167-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea66172-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea66181-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea6618f-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea6619d-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661ab-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661b9-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661c7-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661d5-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661e0-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661ee-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea661fc-6ea660ec, #w-node-a62a7952-45da-a84b-f353-288f6ea6620a-6ea660ec, #w-node-bc30a4c6-b015-e626-fd39-9dedddd18b5e-9ba389e3, #w-node-_9edc0a8a-3d99-86b8-3ec2-a01eebeb52a7-9ba389e3, #w-node-_7c222a3b-c0e7-b790-f1ff-6ed745fdaacd-9ba389e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02837c62-e7fb-78ac-326a-ab205d93ad25-ce8fba4c, #w-node-_82b9be27-0498-08da-0f79-5de2a0acb263-ce8fba4c, #w-node-_4de73f14-87d8-5afe-a98a-f5520dff7cb2-ce8fba4c, #w-node-d0dbef35-f7d8-cf1e-edea-eca6a66dda70-ce8fba4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_15ad0e89-fdd6-cc97-62d0-0caffb638304-cb141e1c, #w-node-de41f136-febd-7c64-af81-2a97eca25dd3-cb141e1c, #w-node-_60153692-ef69-06e2-093b-e19199695f6c-cb141e1c, #w-node-f7358613-eba0-3796-6dca-8c73764e7f65-cb141e1c, #w-node-e05ce431-e5c0-8a92-9033-e930d5f6c417-cb141e1c, #w-node-_3aa4dd37-3ec2-f082-258e-55ae4f20522c-cb141e1c, #w-node-_1bf39321-2f74-3510-03ed-90797a2bc44f-cb141e1c, #w-node-bc623ed9-2a8f-6a18-649f-9d1768a4940e-cb141e1c, #w-node-d6d84de9-ec15-e872-41c6-6ae6e1b8ee2c-cb141e1c, #w-node-d6d84de9-ec15-e872-41c6-6ae6e1b8ee37-cb141e1c, #w-node-_20345fc0-e7b1-2c54-977e-05c2d029f08c-cb141e1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter 5';
  src: url('../fonts/Inter-Regular-5.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Medium';
  src: url('../fonts/medium-futura.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}