@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: Neu Futura;
  src: url('../fonts/neu-futura.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --text-color: #000000e6;
  --komplettes-schwarz: #000;
  --btn-color: #226db4;
  --weiß: #fff;
  --weißbg: #f9f9fb;
  --schwarz: #17274c;
  --background: #ebf3ff;
  --batu: #8f5a2e26;
  --fenster: #00000026;
  --likehome: #c2232126;
  --coral: #d23b23;
  --santos: #0055ff26;
  --al-bau: #e27d3b26;
  --hintergrund-grau: #f1f0ef;
}

.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: var(--text-color);
  background-image: none;
  margin-bottom: 0;
  font-family: Neu Futura, Times New Roman, sans-serif;
  font-size: 1vw;
  line-height: 1.3;
}

h1 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neu Futura, Times New Roman, sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  color: var(--komplettes-schwarz);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
}

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

h4 {
  color: #000;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
}

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

p {
  color: var(--text-color);
  margin-bottom: 0;
  font-family: Inter, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

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

figure {
  margin-bottom: 0;
}

.section {
  z-index: 0;
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.footer {
  background-color: var(--btn-color);
  padding-top: 8em;
  padding-bottom: 4em;
}

.section.relative {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.section.small-nav {
  background-color: var(--weiß);
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.small-footer {
  padding-top: 6em;
}

.section.imp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.daten {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.main {
  background-color: #fff;
  padding-top: .5em;
  position: relative;
}

.section.blue {
  background-color: var(--weißbg);
  position: relative;
}

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

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

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

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

.section.video-testimonials, .section.white {
  background-color: #fff;
}

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

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

.container.benefits {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
}

.container.test {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: center;
  align-items: flex-start;
  width: 65vw;
}

.container.test-grid {
  align-items: stretch;
  width: 65vw;
}

.container.multi-grid {
  align-items: stretch;
  width: 85vw;
}

.container.small-nav {
  flex-direction: row;
  width: 90vw;
}

.container.footer {
  width: 80vw;
}

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

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

.container.company-main {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: center;
  align-items: flex-start;
}

.container.cta {
  padding-top: 6em;
  padding-bottom: 6em;
}

.container.value {
  flex-direction: row;
  align-items: flex-start;
}

.container.last {
  justify-content: center;
  height: 40vh;
}

.container.video-main {
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
}

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

.container.left._60vw-space {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  width: 60vw;
}

.container._60vw {
  width: 60vw;
}

.container._60vw.space {
  margin-bottom: 6em;
}

.container._60vw-space {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  width: 60vw;
}

.container._60vw-space.horizontal {
  flex-direction: row;
}

.container.kontakt {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
}

.btn {
  border: .2em solid var(--btn-color);
  background-color: var(--btn-color);
  text-align: center;
  cursor: pointer;
  border-radius: .5em;
  padding: .75em 1.75em;
  font-size: 1.1em;
  font-weight: 500;
  transition: all .65s cubic-bezier(.165, .84, .44, 1);
}

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

.btn.black {
  background-color: var(--schwarz);
  border-color: #000;
}

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

.btn.bigger {
  color: #fff;
  font-size: 1.2em;
}

.btn.bigger:hover {
  color: #000;
}

.btn.bigger.moven {
  margin-top: 1.5em;
  font-size: 1.15em;
}

.btn.mobile {
  display: none;
}

.btn.last {
  margin-top: 2em;
}

.btn.nav {
  margin-left: auto;
}

.btn.space {
  background-color: var(--btn-color);
  margin-top: 3.125em;
}

.btn.space:hover {
  background-color: #13129000;
}

.btn.space.hide {
  display: none;
}

.btn.wei-er-text:hover {
  background-color: #fff0;
}

.btn.wistia, .btn.abstand, .btn.small-space {
  margin-top: 1.5625em;
}

.main-h1 {
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.main-h1.landing {
  text-align: center;
  text-transform: none;
  font-size: 3em;
}

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

.main-txt.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.video-1 {
  width: 100%;
  margin-bottom: 0;
}

.benefit-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  width: 100%;
}

.benefit-holder {
  border: .2em solid var(--schwarz);
  background-color: var(--background);
  border-radius: 1em;
  padding: 2.5em;
}

.benefit-h2 {
  color: var(--btn-color);
  font-size: 2em;
}

.ben-imgs {
  width: 5em;
  max-width: 64px;
}

.ben-txt {
  width: 95%;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 500;
}

.ben-txt.no-space {
  margin-top: 0;
}

.footer-grid {
  width: 100%;
}

.footer-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-h2 {
  color: #fff;
  margin-bottom: .5em;
}

.footer-link {
  color: #fffc;
  font-size: 2.5em;
}

.footer-line {
  background-color: #fff;
  width: 105%;
  height: 1px;
  margin-top: .4em;
}

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

.digi-email {
  color: #fff;
  margin-top: 6em;
}

.imp-holder {
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.imp-dat {
  color: #fff;
}

.imp-dat._2 {
  margin-left: 1em;
}

.div-hide {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide.left {
  align-items: flex-start;
}

.div-hide.mobile {
  display: none;
}

.div-hide.videos {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

.div-hide.left-align {
  align-self: flex-start;
  width: 50%;
}

.div-hide.left-align.sticky {
  position: sticky;
  top: 2em;
}

.div-hide.main {
  margin-top: .78125em;
}

.testimonial-h3 {
  text-align: center;
  width: 60%;
}

.testimonial-h3.h2 {
  width: auto;
}

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

.test-h1 {
  color: var(--komplettes-schwarz);
}

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

.test-h2-holder {
  margin-bottom: 1.5625em;
}

.test-p-holder {
  width: 100%;
}

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

.grid-holder {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.grid-holder._2 {
  align-items: center;
}

.grid-holder.mid {
  justify-content: flex-start;
  align-items: center;
}

.multi-img {
  background-color: #b2b2b2;
  width: 100%;
  margin-top: 1.5em;
}

.multi-img._1 {
  margin-top: 0;
}

.multi-txt {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: 400;
}

.check {
  width: 1.5em;
  max-width: 90px;
}

.check.animation {
  width: 1.35em;
  max-width: 32px;
  height: 1.35em;
  max-height: 32px;
  position: relative;
  top: .2%;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
}

.navbar.lading {
  padding-top: .2em;
  padding-bottom: .2em;
}

.logo {
  color: #000;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.logo.lp {
  width: 15em;
}

.brand {
  flex-direction: column;
  width: 5em;
  padding: .3em;
  display: flex;
}

.brand.w--current {
  width: auto;
  height: 5vw;
  padding: .5em;
  position: fixed;
  inset: .75vw auto auto 2.5vw;
}

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

._404-h1 {
  margin-top: 30px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1;
}

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

._404-div {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  line-height: 1;
  display: flex;
}

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

.link-21 {
  color: #ff4c00;
  transition: color .35s cubic-bezier(.755, .05, .855, .06);
}

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

.uitlity-grid {
  grid-row-gap: 5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 95%;
  height: 95%;
  max-height: 95vh;
}

.small-logo {
  width: 10em;
}

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

.small-logo-hodler, .link-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.imp-link {
  color: var(--text-color);
}

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

.trademark.black {
  color: var(--text-color);
  margin-top: 0;
}

.landing-cta-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: .2em solid var(--schwarz);
  background-color: #fff;
  border-radius: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 4em 3em;
}

.landing-cta-txt-holder, .landing-cta-btn-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-back {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000004d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup {
  z-index: 1000;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: relative;
}

.pop-up-heading {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.9em;
  font-weight: 500;
}

.email-field {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: .78125em;
  padding: 1em;
  font-size: 1em;
}

.email-field._2 {
  margin-top: 1em;
}

.form {
  flex-direction: column;
  align-items: center;
  width: 30vw;
  display: flex;
}

.m-block {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.x {
  cursor: pointer;
  width: 2.25em;
  position: absolute;
  inset: -.75em -.75em auto auto;
}

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

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

.impressum-paragraph {
  margin-top: 0;
  font-family: Inter, Times New Roman, sans-serif;
  line-height: 1.4;
}

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

.datenschutz-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.testemonial-grid {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  grid-template-rows: auto auto auto;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 4em;
}

.testemonial-grid.cms {
  grid-template-rows: auto;
}

.testemonial-grid.home, .testemonial-grid.alleine {
  margin-top: 1.5625em;
}

.test-txt-holder {
  background-color: var(--background);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4em 3em;
  display: flex;
}

.test-txt-holder.neu {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.test-txt-holder.neu.hide {
  display: none;
}

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

.test-img-holder._2 {
  background-color: var(--fenster);
  min-height: 32.5em;
}

.test-img-holder._3 {
  background-color: var(--likehome);
}

.test-img-holder._4 {
  background-color: #d8402826;
}

.test-img-holder.no-space {
  padding: 0;
}

.test-img-holder.no-space.delta {
  height: 35em;
}

.test-img-holder.wistia {
  background-color: #8f5a2e00;
  border-radius: 0;
  height: 30em;
  padding: 0;
}

.test-img-holder.neu {
  background-color: #8f5a2e00;
  border-radius: 0;
  padding: 0;
}

.testimonial-txt {
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
}

.name-testimonial {
  justify-content: center;
  align-items: center;
  font-family: Inter, Times New Roman, sans-serif;
  font-size: 1.15em;
}

.name-testimonial.above {
  font-family: Inter, Times New Roman, sans-serif;
  font-size: 1.15em;
}

.test-img {
  border-radius: .5em;
  width: 100%;
}

.test-img.handshake.home {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.test-face-quote {
  color: #000;
  width: 90%;
  font-size: 2em;
  font-weight: 500;
}

.test-face-name {
  color: #2626ff;
  margin-top: 2em;
  font-size: 1em;
  font-weight: 500;
}

.video-1-holder {
  width: 75%;
  margin-top: 2em;
}

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

.buzz-grid.abstand {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-top: 3.125em;
}

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

.icon-buzz-div {
  justify-content: center;
  align-items: center;
}

.icon-buzz-div.handshake {
  height: 30em;
  overflow: hidden;
}

.buzz-icon {
  height: 45%;
}

.buzz-icon.handshake {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.buzz-h3 {
  background-color: var(--btn-color);
  color: var(--btn-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.75em;
}

.comp-main-p {
  align-self: flex-end;
  width: 40%;
  font-family: Neu Futura, Times New Roman, sans-serif;
  font-size: 1.4em;
}

.main-comp-img {
  object-fit: cover;
  width: 100%;
  max-height: 80vh;
  margin-top: 4em;
}

.main-comp-img.hide {
  display: none;
}

.value-h2 {
  width: 80%;
}

.value-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 4em;
}

.value-div {
  background-color: #2626ff1a;
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 3em;
  display: flex;
}

.value-div.right {
  position: relative;
  top: -4em;
}

.value-h3 {
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.5em;
}

.icon {
  width: 4em;
  max-width: 64px;
}

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

.comp-h2.about {
  width: 60%;
}

.founder-grid {
  grid-column-gap: 7em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  width: 100%;
}

.founder-img-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.founder-text-holder {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-3 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 500;
}

.word-p {
  margin-top: 1.5em;
}

.faq-container {
  display: block;
}

.faq-container.lp {
  margin-top: 3.125em;
}

.grid-dropdown {
  z-index: 0;
  background-color: var(--background);
  border-radius: 1em;
  width: 100%;
  margin-bottom: 1.5625em;
}

.faq-frage-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5625em 1.875em;
  display: flex;
  position: relative;
}

.faq-frage-holder.w--open {
  border-bottom-color: #303192;
}

.faq-frage {
  color: #000;
  white-space: normal;
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
}

.faq-symbol {
  flex: none;
  order: 0;
  align-self: auto;
  width: 1.3em;
  height: 1.3em;
  margin-left: auto;
  position: static;
  inset: auto 25px auto auto;
}

.grid-dropdown-list, .grid-dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.faq-answer-holder {
  padding-top: 2em;
  padding-left: 1.875em;
  padding-right: 2em;
  overflow: hidden;
}

.faq-answer {
  width: 95%;
  margin-bottom: 1.5em;
  line-height: 1.2;
}

.besser-p {
  width: 80%;
  margin-top: 1em;
}

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

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

.step-txt.hidden {
  display: none;
}

.leistungen-grid {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  grid-template-rows: auto;
  place-items: center;
  width: 100%;
  margin-top: 4em;
}

.leistungen-img-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.leistungen-img {
  object-fit: cover;
  width: 80%;
}

.leistungen-img.ueber-uns {
  aspect-ratio: 1;
  width: 80%;
}

.leistungen-txt {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 500;
}

.about-h1 {
  width: 60%;
  font-size: 2.5em;
}

.left-benefit {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: sticky;
  top: 2em;
}

.right-benefit {
  justify-content: center;
  width: 50%;
  display: flex;
}

.left-value {
  width: 40%;
  position: sticky;
  top: 2em;
}

.right-value {
  width: 90%;
}

.link {
  color: #fff;
  text-transform: uppercase;
}

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

.bewerben-h2 {
  width: 100%;
}

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

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

.info-txt {
  margin-left: 1em;
  font-size: 1em;
  font-weight: 500;
}

.info-txt.first {
  margin-left: 0;
}

.job-desc-p {
  width: 80%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

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

.info-txt-holder {
  display: flex;
}

.kleiner-grau {
  color: var(--text-color);
  font-size: .5em;
}

.icon-txt-holder {
  background-color: #265cff1a;
  border-radius: .5em;
  flex-direction: row;
  align-items: center;
  padding: 2em 1.5em;
  display: flex;
}

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

.hidden {
  display: none;
}

.html-embed {
  text-align: center;
  width: 100%;
}

.html-embed._2nd {
  text-align: left;
  margin-top: 1em;
}

.brand-landing {
  padding: .5em;
}

.trusted-by-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: 1fr 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1.5625em;
}

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

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

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

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

.trusted-img-holder.text {
  flex-direction: column;
}

.trusted-h2 {
  text-align: center;
  font-size: 1.5em;
}

.trusted-img {
  mix-blend-mode: luminosity;
  width: 80%;
  height: auto;
}

.trusted-img.tall, .trusted-img.albau {
  width: 50%;
}

.trusted-img.aplbau {
  width: 60%;
}

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

.test-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 70%;
  margin-top: 3.125em;
  display: flex;
}

.btn-holder-cta {
  justify-content: center;
  align-items: center;
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
  display: flex;
}

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

.cta-p._2 {
  line-height: 1.3;
}

.landing-cta-grid-neu {
  grid-column-gap: 2.1875em;
  grid-row-gap: 2.1875em;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding: 4em;
}

.landing-cta-grid-neu.blue {
  background-color: var(--background);
  border-radius: 1em;
}

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

.why-a-call-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.landing-cta-txt-holder-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.blue {
  color: var(--coral);
}

.selbst-grid {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 1.5625em;
}

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

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

.selbst-content-holder {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  flex: 1;
  width: 80%;
  display: flex;
}

.selbst-img-holder {
  background-color: var(--background);
  border-radius: 1em;
  width: 3em;
  padding: .6em;
}

.selbst-txt {
  width: 95%;
  font-family: Inter, Times New Roman, sans-serif;
}

.average-h2 {
  color: var(--weißbg);
  align-self: flex-start;
}

.step-1-h2 {
  color: var(--komplettes-schwarz);
  font-size: 1.75em;
}

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

.next-fall-holder {
  z-index: 20;
  width: 100%;
  margin-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.preis-dropdown {
  border: .0625em solid #ffffffb3;
  border-radius: .625em;
  width: 100%;
  overflow: hidden;
}

.about-us-div {
  padding-left: 2em;
  padding-right: 2em;
}

.benefit-p {
  width: 95%;
}

.nav-link-2 {
  color: #000;
  margin-left: .25em;
  margin-right: .25em;
  padding: 1em;
  font-weight: 500;
  transition: background-color .3s;
}

.nav-link-2:hover {
  background-image: linear-gradient(88deg, var(--coral), var(--btn-color));
  color: var(--btn-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-2.w--current {
  background-image: linear-gradient(96deg, var(--coral), var(--btn-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-2.last {
  margin-right: .75em;
}

.nav-link-2.first {
  margin-left: 0;
}

.nav-link-2.first:hover {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-2.first.w--current {
  color: var(--btn-color);
}

.nav-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  height: 5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.background, .nav-small-fixed-holder {
  display: none;
}

.normal-orange {
  color: var(--coral);
}

.phone-link {
  z-index: 50000;
  background-color: var(--coral);
  width: 4em;
  height: 4em;
  padding: .9em;
  position: fixed;
  inset: auto 2.5em 1.5em auto;
}

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

.step-testimonial-holder {
  background-color: var(--weiß);
  background-image: url('../images/Rectangle-1seites_1Rectangle 1seites.png'), url('../images/Rectangle-1seite_1Rectangle 1seite.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 4%, 4%;
  border-radius: 1em;
  width: 100%;
  margin-top: 3.125em;
  padding: 2em 5em;
}

.step-testimonial-holder.small {
  background-color: var(--weißbg);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 2.5em;
  display: flex;
}

.step-testimonial-holder.small.no-space {
  background-color: var(--background);
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding: 1.5625em 1em;
}

.step-testimonial-holder.small.no-space._3 {
  width: 33.3333%;
  margin-top: .78125em;
}

.step-testimonial-holder.small.no-space._3.hide, .step-testimonial-holder.small.no-space.mobile {
  display: none;
}

.testimonial-p-quote {
  color: #000;
  text-align: center;
  font-family: Neu Futura, Times New Roman, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.testimonial-p-quote.left {
  text-align: center;
}

.krystian-img-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: center;
  margin-top: 1.5625em;
  display: flex;
}

.krystian-img-holder.small.new {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: row;
}

.krystian-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 6em;
}

.krystian-img.small {
  width: 5em;
  height: 5em;
}

.krystain-text-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.herausforderungen-div {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: var(--weißbg);
  color: #000;
  border-radius: 1em;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.herausforderungen-div.space {
  margin-top: 1.5625em;
  position: relative;
}

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

.heraus-holder {
  width: 50%;
}

.bv-wisitia {
  width: 100%;
  margin-bottom: 0;
}

.wistia-main {
  width: 100%;
  max-width: 100%;
  margin-top: 1.5625em;
  margin-bottom: 0;
}

._2-zitate-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.125em;
  display: grid;
}

._3-steps-h2 {
  text-align: center;
  width: 80%;
}

._3-steps-p {
  font-size: 1.5em;
}

._3-step-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: var(--background);
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5625em;
  padding: 3em 2em 2em;
  display: flex;
  position: relative;
}

.number-txt {
  font-size: 5em;
}

._3-step-einfach-txt {
  background-color: var(--schwarz);
  background-image: linear-gradient(180deg, var(--btn-color), var(--schwarz));
  color: var(--weiß);
  border-radius: .25em;
  padding: .25em 1em;
  font-size: 2em;
  font-weight: 500;
  position: absolute;
  top: -12.5%;
}

.step-3-h2 {
  color: var(--btn-color);
}

.vergleich-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  width: 100%;
  display: flex;
}

.vergleich-content-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border: .2em solid var(--schwarz);
  opacity: .8;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  width: 50%;
  padding: 2em 1.5em;
  display: flex;
}

.vergleich-content-holder.black {
  border-color: var(--btn-color);
  background-color: var(--schwarz);
  opacity: 1;
  color: var(--weiß);
}

.vergleich-agenturen-txt {
  font-size: 1.75em;
  font-weight: 500;
}

.vergleich-punkte-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  align-items: center;
  display: flex;
}

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

.vergleich-p.wei {
  color: var(--weiß);
}

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

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

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

.google-partner {
  width: 5.5em;
}

.main-txt-holder {
  justify-content: center;
  align-items: center;
  margin-top: .78125em;
  display: flex;
}

.wei--bg {
  background-color: var(--weißbg);
  color: var(--komplettes-schwarz);
  border-radius: .1em;
  padding-left: .25em;
  padding-right: .25em;
}

.check-why {
  width: 1.5em;
}

.benefits-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1.5625em;
}

.heading {
  color: #f9fbf2;
  text-align: center;
  font-size: 2em;
}

.benefits-txt {
  color: #fff;
}

.benefits-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border-right: .1em solid #f9fbf280;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-radius: 1em;
  min-height: auto;
  padding: 4em 2em;
}

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

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

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

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

.multi-h2 {
  color: var(--btn-color);
  text-align: center;
  width: 70%;
  font-size: 2.25em;
}

.multi-h2.home._100 {
  width: 80%;
}

.multi-h2.form {
  width: 100%;
}

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

.image-wrap {
  width: 80%;
}

.image-wrap.kran {
  width: 60%;
}

.image-wrap.anderes {
  width: 50%;
}

.image-wrap.kalender {
  width: 70%;
}

.form_radio-columns-multi {
  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-multi._3 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

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

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

.multi-radio-btn {
  z-index: 1;
  border: .2em solid var(--btn-color);
  cursor: pointer;
  background-color: #1312900d;
  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 {
  border-width: .25em;
  border-color: var(--coral);
  background-color: #1312901a;
}

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

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

.step-ben-img {
  width: 90%;
}

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

.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: #1213900d;
  border-radius: 1em;
  margin-top: 1.5625em;
  padding: 2em;
}

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

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

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

.land-p {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 1.5625em;
}

.land-p.kontakt {
  font-weight: 500;
}

.stern {
  font-size: 1em;
}

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

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

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

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

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

.line-erfolg {
  background-color: var(--btn-color);
  width: 2px;
  height: 4em;
}

.line-erfolg.dark.long {
  height: 100%;
}

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

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

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

.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-erhalten-box-top {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: var(--btn-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

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

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

.phone {
  color: var(--komplettes-schwarz);
  font-size: 1.1em;
  font-weight: 500;
}

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

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

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

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

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

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

.check-wei {
  width: 3.5em;
}

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

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

.step-txt-erfolg.blau {
  color: var(--btn-color);
  font-weight: 500;
}

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

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

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

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

.input-date {
  margin-top: .5em;
  margin-bottom: 1.5625em;
  font-family: Inter, Times New Roman, sans-serif;
}

.background-style {
  z-index: -1;
  border-bottom: .1em solid var(--weißbg);
  background-color: var(--schwarz);
  background-image: linear-gradient(180deg, #131290cc, var(--komplettes-schwarz) 55%, var(--schwarz));
  border-radius: 2em;
  position: absolute;
  inset: 0% 1%;
}

.background-main {
  z-index: -1;
  background-image: linear-gradient(0deg, var(--weißbg), var(--weißbg) 0%, #fcfcfd 32%, #fff 52%, white);
  position: absolute;
  inset: 0%;
}

.div-hide-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide-4._120 {
  width: 120%;
}

.btn-2 {
  text-align: center;
  cursor: pointer;
  background-color: #131290;
  border: .2em solid #131290;
  border-radius: .5em;
  padding: .75em 1.75em;
  font-size: 1.1em;
  font-weight: 500;
  transition: all .65s cubic-bezier(.165, .84, .44, 1);
}

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

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

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

.checkbox-multi.w--redirected-checked {
  background-color: #7b0103;
  border-color: #000c;
}

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

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

.form-h2 {
  color: #d23b23;
}

.form-h2.center {
  color: #131290;
  text-align: center;
}

.form-h2.anfrage {
  color: var(--btn-color);
  text-align: center;
  width: 80%;
}

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

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

.text-field-multi:focus-visible, .text-field-multi[data-wf-focus-visible] {
  border-color: #000c;
}

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

.text-field-multi.neu {
  margin-top: .5em;
  margin-bottom: 1.5625em;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.datenschutz {
  color: #000000e6;
  text-decoration: underline;
}

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

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

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

.ss {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.below-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: center;
  display: flex;
}

._2nd-mainholder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: center;
  align-items: center;
  margin-top: .78125em;
  display: flex;
}

.above-h1 {
  text-align: center;
  font-size: 1.12em;
}

.gold {
  color: #fcbc04;
}

.stern-header {
  font-size: 1em;
}

.link-mail {
  text-decoration: underline;
}

.text-span-red {
  color: #d23b23;
  text-decoration: underline;
}

.vergleich-txt-grid {
  font-family: Neu Futura, Times New Roman, sans-serif;
  font-size: 1em;
}

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

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

.trust-container {
  width: 100%;
}

.trust-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1.5625em;
}

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

.trust-img {
  width: 4em;
  height: auto;
}

.trust-txt {
  font-family: Neu Futura, Times New Roman, sans-serif;
  font-size: 1.15em;
}

.check-2 {
  width: 5em;
  height: auto;
}

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

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

.succes-holder {
  grid-column-gap: 2.08333em;
  grid-row-gap: 2.08333em;
  background-color: #39b35b4d;
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: flex;
}

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

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

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

.js-verified {
  display: none;
}

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

.field-label.kleiner.center {
  margin-top: .78125em;
  font-size: 1.25em;
}

.field-label.center {
  color: #072643;
  text-align: center;
  width: 90%;
  font-size: 1.75em;
}

.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, Times New Roman, sans-serif;
  font-size: 1em;
}

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

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

.checkbox-label {
  color: #072643;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1em;
}

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

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

.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.blue {
  background-color: #f1faffcc;
  border-radius: .5em;
}

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

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

.ssl-txt {
  color: #5f5f68;
  margin-top: .78125em;
  margin-left: auto;
  margin-right: auto;
}

.title-txt {
  color: #5f5f68;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.sub-head {
  color: #131290;
  text-align: center;
  margin-top: .78125em;
  font-size: 1.15em;
}

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

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

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

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

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

.error-txt {
  text-align: center;
}

.success-txt {
  color: #000;
  max-width: 90%;
  font-family: Inter, Times New Roman, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

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

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

.succes-message {
  background-color: #ddd0;
  padding: 0;
}

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

.radio-button-field {
  color: #fff;
  background-color: #131290;
  border: .2em solid #0000;
  border-radius: .5em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em 2.5em;
  display: flex;
  position: relative;
  box-shadow: 0 18px 20px 7px #0000000d;
}

.subfield {
  color: #5f5f68;
  margin-top: .78125em;
  font-size: 1em;
}

.bot-field {
  display: none;
}

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

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

.checkbox-mitarbeiter {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: #fff;
  border: .1em solid #5f5f68;
  border-radius: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em 1em;
  display: flex;
}

.success-h3 {
  color: #000;
  font-size: 2em;
}

.digi-multi-formula {
  flex-flow: column;
  display: flex;
}

.radio-img {
  width: 2em;
}

.radio-neu {
  z-index: 50;
  cursor: pointer;
  border: 0 #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .4s cubic-bezier(.55, .055, .675, .19);
  position: absolute;
  inset: 0%;
}

.radio-neu:hover {
  border-style: solid;
}

.radio-neu:active {
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px #0000;
}

.radio-neu.w--redirected-checked {
  border: .2em solid #fff;
  border-radius: .5em;
}

.radio-neu.w--redirected-focus {
  border-radius: 0;
  box-shadow: 0 2px 5px #0000;
}

.radio-neu.w--redirected-focus-visible {
  border-style: none;
  border-width: 0;
}

.checkfield-box {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkfield-box.w--redirected-checked {
  background-color: #131290;
  margin-top: 0;
  margin-left: 0;
  padding: .5em;
}

.hero-h2 {
  text-align: center;
  font-size: 2em;
}

.error-message {
  flex: none;
  height: auto;
  margin-top: 0;
}

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

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

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

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

.container-2 {
  width: 60vw;
  max-width: 90vw;
  min-height: 85vh;
  margin-left: auto;
  margin-right: auto;
}

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

.vorher-nachher-button.nachher {
  background-color: #1564fa;
}

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

.green {
  color: #39b35b;
}

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

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

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

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

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

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

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

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

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

.phone-link-neu {
  z-index: 500;
  color: #fff;
  cursor: pointer;
  background-color: #4282fb;
  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;
}

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

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

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

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

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

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

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

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

.email-link {
  color: var(--btn-color);
}

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

@media screen and (min-width: 1440px) {
  .brand.w--current {
    height: 4vw;
  }
}

@media screen and (min-width: 1920px) {
  .section.small-nav {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .container, .container.benefits {
    width: 55vw;
  }

  .container.test, .container.test-grid {
    width: 60vw;
  }

  .container.company-main, .container.value {
    width: 80vw;
  }

  .container.video-main, .container.left._60vw-space, .container._60vw-space {
    width: 55vw;
  }

  .btn {
    font-size: 1em;
  }

  .main-h1.landing {
    font-size: 2.75em;
  }

  .test-h1 {
    font-size: 2.05em;
  }

  .test-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-holder.mid {
    justify-content: flex-start;
  }

  .check {
    width: 1.2em;
  }

  .navbar {
    width: 100%;
  }

  .logo.lp {
    width: 12em;
  }

  .brand, .brand.w--current {
    height: 3.5vw;
  }

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

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

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

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

  .x {
    width: 1.65em;
    top: -.6em;
    right: -.6em;
  }

  .testemonial-grid {
    justify-items: center;
  }

  .test-img-holder._2 {
    min-height: 26em;
  }

  .test-img-holder.no-space.delta {
    height: 25em;
  }

  .test-img-holder.neu {
    border-radius: 0;
  }

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

  .name-testimonial, .name-testimonial.above {
    font-size: 1em;
  }

  .video-1-holder {
    width: 55%;
  }

  .buzz-grid.abstand {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .leistungen-img {
    width: 70%;
  }

  .container-multi {
    width: 60vw;
  }

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

  .test-holder {
    width: 60%;
  }

  .landing-cta-grid-neu {
    width: 80%;
  }

  .nav-link-2 {
    color: #000;
  }

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

  .bv-wisitia {
    border-radius: 0;
  }

  .wistia-main {
    width: 80%;
    max-width: 80%;
  }

  .form_radio-content {
    padding: 1.3em;
  }

  .google-partner {
    width: 3.5em;
  }

  .multi-radio-btn-label {
    font-size: 1.2em;
  }

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

  .multi-h2.home {
    width: 100%;
  }

  .form_radio-columns-multi._3 {
    width: 75%;
  }

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

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

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

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

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

  .div-hide-4._120 {
    width: 80%;
  }

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

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

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

  .form-h2.center {
    font-size: 1.75em;
  }

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

  .text-field-multi:focus-visible, .text-field-multi[data-wf-focus-visible] {
    border-bottom-color: #01650f;
  }

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

  .check-2 {
    width: 4em;
  }

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

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

  .multiform-radio-holder {
    grid-row-gap: .78125em;
    width: 80%;
    margin-top: .78125em;
  }

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

  .data-step.first {
    padding-top: .78125em;
    padding-bottom: .78125em;
  }

  .radio-txt {
    font-size: .9em;
  }

  .radio-button-field {
    padding: .75em 1.25em;
  }

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

  .container-2 {
    width: 50vw;
  }

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

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

  .x-img {
    width: 2em;
  }

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

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

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

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

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .container {
    width: 85vw;
  }

  .container.benefits {
    width: 80vw;
  }

  .container.test {
    width: 85vw;
    min-height: 40vh;
  }

  .container.test-grid {
    width: 85vw;
  }

  .container.small-nav {
    width: 90vw;
  }

  .container.footer {
    width: 85vw;
  }

  .container.imp {
    width: 80vw;
  }

  .container.value {
    flex-direction: column;
  }

  .container.last {
    height: auto;
  }

  .container.video-main, .container.left._60vw-space {
    width: 80vw;
  }

  .container._60vw {
    justify-content: flex-start;
    align-items: flex-start;
    width: 85vw;
  }

  .container._60vw.space, .container._60vw.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .container._60vw-space, .container._60vw-space.horizontal {
    width: 80vw;
  }

  .btn.bigger {
    align-self: center;
  }

  .btn.mobile {
    display: inline-block;
  }

  .btn.nav {
    margin-top: 2em;
    display: none;
  }

  .btn.nav.mobile {
    display: block;
  }

  .main-txt.center._1 {
    text-align: left;
    margin-left: 1.25em;
    margin-right: auto;
  }

  .main-txt.center._2 {
    text-align: right;
    margin-left: auto;
  }

  .video-1 {
    width: 100%;
  }

  .benefit-grid {
    width: auto;
  }

  .benefit-h2 {
    width: 80%;
  }

  .div-hide.mobile {
    display: block;
  }

  .div-hide.videos {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-h3 {
    width: auto;
    font-size: 1.7em;
  }

  .testimonial-h3.h2 {
    font-size: 2.2em;
  }

  .test-h1 {
    width: 100%;
  }

  .test-grid {
    grid-template-columns: .9fr 1fr;
  }

  .brand {
    position: static;
  }

  .brand.w--current {
    height: 4em;
    position: static;
  }

  ._404-img {
    width: 95vw;
  }

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

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

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

  .landing-cta-grid {
    max-width: none;
  }

  .popup {
    width: 50vw;
    max-width: 95vw;
    padding-left: 2em;
    padding-right: 2em;
  }

  .form {
    width: 100%;
  }

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

  .impressum-line {
    width: 100%;
  }

  .testemonial-grid, .test-txt-holder.neu {
    grid-template-columns: 1fr;
  }

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

  .test-img-holder.no-space.delta {
    height: 55em;
  }

  .test-img-holder.wistia {
    height: auto;
  }

  .video-1-holder {
    width: 90%;
  }

  .buzz-grid.abstand {
    grid-template-columns: 1fr;
  }

  .icon-buzz-div.handshake {
    height: 45em;
  }

  .buzz-icon {
    height: auto;
  }

  .comp-main-p {
    align-self: auto;
    width: auto;
  }

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

  .value-div.right {
    position: static;
  }

  .comp-h2, .comp-h2.about {
    width: 80%;
  }

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

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

  .faq-frage {
    width: 80%;
    font-size: 1.2em;
  }

  .faq-answer, .besser-p {
    width: 90%;
  }

  .step-txt.hidden {
    text-align: left;
    display: block;
  }

  .leistungen-grid {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .leistungen-img-holder {
    width: 90%;
    height: auto;
  }

  .leistungen-p {
    width: 100%;
  }

  .leistungen-txt {
    display: none;
  }

  .about-h1 {
    width: auto;
  }

  .left-value {
    width: 60%;
    position: static;
  }

  .right-value {
    width: 60%;
  }

  .container-multi {
    width: 80vw;
  }

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

  .above-cta-holder {
    width: auto;
  }

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

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

  .nav-link-2 {
    border-bottom: .1em solid #000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 2em;
    font-weight: 500;
  }

  .small-menu-c-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    display: flex;
  }

  .nav-small-fixed-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-btn-new {
    z-index: 300;
    background-color: #fff;
    border-radius: 500px;
    justify-content: center;
    align-items: stretch;
    width: 6vw;
    padding: 1.5vw;
    display: flex;
    position: fixed;
    inset: auto 47vw 5%;
    box-shadow: 0 0 30px #00000026;
  }

  .menu-btn-new.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    z-index: 90;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 6em;
    padding-right: 6em;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .weahlen-txt {
    color: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 500;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    display: flex;
  }

  .background {
    background-color: #0003;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-small-fixed-holder {
    background-color: #c22121;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .small-nav-txt {
    color: #fff;
    margin-top: .75em;
  }

  .small-nav-icon {
    max-width: 32px;
  }

  .lottie {
    z-index: 300;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .phone-link {
    right: 1em;
  }

  .step-testimonial-holder.small.no-space.mobile {
    display: flex;
  }

  .step-testimonial-holder.small.no-space.mobile._50 {
    width: 50%;
  }

  ._2-zitate-holder {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .form_radio-content {
    height: 100%;
  }

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

  .multi-h2, .multi-h2.home._100 {
    width: 100%;
  }

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

  .form_radio-columns-multi {
    width: 70%;
  }

  .form_radio-columns-multi._3 {
    width: 85%;
  }

  .sub-head-kontakt {
    line-height: 1;
  }

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

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

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

  .div-hide-4._120 {
    width: 80%;
  }

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

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

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

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

  .below-holder {
    display: none;
  }

  ._2nd-mainholder {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .trust-grid, .trust-holder {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
  }

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

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

  .container-2 {
    width: 90vw;
  }

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

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

  .nav-container {
    width: 95vw;
  }

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

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

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

@media screen and (max-width: 767px) {
  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.footer {
    padding-top: 6em;
  }

  .section.multi {
    padding-bottom: 6em;
  }

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

  .container.multi-grid {
    width: 100vw;
  }

  .container.imp {
    width: 90vw;
  }

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

  .container.video-main {
    width: 90vw;
  }

  .container._60vw {
    width: 85vw;
  }

  .container._60vw-space.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .container._60vw-space.vergleich {
    width: 95vw;
  }

  .main-h1.landing {
    width: auto;
  }

  .footer-link {
    font-size: 2em;
  }

  .div-hide.left-align {
    width: 80%;
  }

  .div-hide.left-align.sticky {
    position: static;
  }

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

  .test-grid {
    grid-template-columns: .9fr;
  }

  .multi-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .brand {
    width: 4.5em;
  }

  ._404-h1 {
    width: 90%;
  }

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

  .popup {
    width: 80vw;
    padding-left: 3em;
    padding-right: 2em;
  }

  .pop-up-heading {
    font-size: 2.2em;
  }

  .email-field {
    width: 90%;
  }

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

  .test-img-holder.no-space.delta {
    height: 45em;
  }

  .testimonial-txt {
    width: auto;
  }

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

  .icon-buzz-div.handshake {
    height: 40em;
  }

  .value-grid {
    grid-column-gap: 2em;
  }

  .comp-h2.about {
    width: auto;
  }

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

  .leistungen-grid {
    justify-items: center;
  }

  .leistungen-img-holder, .leistungen-img {
    width: 100%;
  }

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

  .left-benefit {
    width: 100%;
    position: static;
  }

  .right-benefit {
    width: 100%;
    margin-top: 1.5625em;
  }

  .left-value, .right-value {
    width: 90%;
  }

  .bewerben-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1.25fr;
    width: 100%;
  }

  .bewerben-h2 {
    width: 100%;
  }

  .join-btn-holder {
    align-items: flex-start;
  }

  .job-desc-p {
    width: auto;
  }

  .container-multi {
    width: 90vw;
  }

  .trusted-img {
    width: 100%;
  }

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

  .trusted-img.albau {
    width: 70%;
  }

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

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

  .step-1-h2 {
    text-align: left;
  }

  .menu-btn-new {
    width: 8vw;
    padding: 2vw;
    left: 46vw;
    right: 46vw;
  }

  .menu-btn-new.w--open {
    background-color: #fff;
  }

  .nav-menu-2 {
    inset: 0%;
  }

  .nav-menu-holder {
    display: none;
  }

  .nav-small-fixed-holder {
    z-index: 50;
  }

  .step-testimonial-holder {
    padding-left: 3em;
    padding-right: 3em;
  }

  .krystian-img-holder.small {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .heraus-holder {
    width: 100%;
  }

  ._2-zitate-holder {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    flex-flow: column;
  }

  .vergleich-holder {
    flex-direction: column;
  }

  .vergleich-content-holder {
    width: 100%;
  }

  .form_radio-content._50 {
    width: 50%;
  }

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

  .benefits-holder {
    border-bottom: .1em solid #f9fbf280;
    border-right-style: none;
  }

  .benefits-holder.last {
    border-bottom-style: none;
  }

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

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

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

  .form_radio-columns-multi {
    width: 80%;
  }

  .form_radio-columns-multi._3 {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .multi-form-datenschutz.last, .form-h2.anfrage, .sicherheit-txt--neu {
    width: 100%;
  }

  ._2nd-mainholder {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
  }

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

  .trust-holder._50 {
    width: 50%;
  }

  .field-label.center {
    width: 95%;
  }

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

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

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

  .radio-neu {
    display: none;
  }

  .container-2 {
    width: 90vw;
  }

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

@media screen and (max-width: 479px) {
  .section.white.vergleich {
    overflow: hidden;
  }

  .container {
    width: 95vw;
  }

  .container.benefits, .container.test, .container.test-grid {
    width: 90vw;
  }

  .container.video-main {
    width: 95vw;
  }

  .container.left._60vw-space {
    width: 90vw;
  }

  .container._60vw {
    width: 95vw;
  }

  .container._60vw.middle, .container._60vw-space, .container._60vw-space.horizontal {
    width: 90vw;
  }

  .container.multi-form {
    width: 95vw;
  }

  .main-h1.landing {
    font-size: 2em;
  }

  .main-txt {
    width: 100%;
    margin-top: 1em;
    margin-bottom: .75em;
  }

  .main-txt.center._1 {
    text-align: center;
    margin-left: 0;
  }

  .main-txt.center._2 {
    text-align: center;
  }

  .benefit-grid {
    grid-column-gap: 2em;
  }

  .benefit-holder {
    padding: 2.5em;
  }

  .benefit-h2 {
    width: auto;
  }

  .check-txt.call {
    width: 100%;
  }

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

  .footer-link {
    font-size: 1.5em;
  }

  .div-hide.left-align {
    width: auto;
  }

  .testimonial-h3 {
    font-size: 1.5em;
  }

  .testimonial-h3.h2 {
    font-size: 2em;
  }

  .test-h1 {
    width: 100%;
    font-size: 1.65em;
  }

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

  .navbar {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .brand.w--current {
    padding-left: 0;
  }

  ._404-h1 {
    width: 100%;
  }

  ._404-div {
    left: 10px;
  }

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

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

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

  .popup {
    width: 90vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .email-field {
    width: 100%;
  }

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

  .test-txt-holder.neu {
    padding: 3em 2em;
  }

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

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

  .test-img-holder.no-space.delta {
    height: auto;
  }

  .testimonial-txt {
    width: auto;
    font-size: 1.5em;
  }

  .test-face-quote {
    width: auto;
    font-size: 1.35em;
  }

  .video-1-holder {
    width: 95%;
  }

  .buzz-grid.abstand {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
  }

  .content-buzz-div {
    padding-left: 0;
  }

  .icon-buzz-div.handshake {
    height: 29.5em;
  }

  .buzz-icon {
    width: 60%;
  }

  .value-h2 {
    width: 100%;
  }

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

  .value-div {
    padding: 2em;
  }

  .value-p, .value-h3 {
    width: 90%;
  }

  .comp-h2 {
    width: auto;
  }

  .word-p {
    width: 90%;
  }

  .grid-dropdown.last {
    margin-bottom: 0;
  }

  .faq-frage-holder {
    padding-left: .9375em;
    padding-right: .9375em;
  }

  .faq-frage {
    width: 90%;
  }

  .faq-answer-holder {
    padding-left: .9375em;
    padding-right: .9375em;
  }

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

  .besser-p {
    width: 95%;
  }

  .step-txt {
    text-align: center;
  }

  .leistungen-grid, .leistungen-img-holder, .left-benefit, .right-benefit, .left-value, .right-value {
    width: 100%;
  }

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

  .trusted-by-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

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

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

  .trusted-h2 {
    font-size: 1.25em;
  }

  .trusted-img.tall {
    width: 70%;
  }

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

  .test-holder {
    align-items: center;
    width: 85%;
    margin-top: 3.125em;
  }

  .btn-holder-cta {
    flex-direction: column;
  }

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

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

  .step-1-h2 {
    text-align: left;
    width: 100%;
  }

  .menu-btn-new {
    width: 14vw;
    padding: 3.4vw;
    left: 43vw;
    right: 43vw;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-top: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .weahlen-txt {
    text-align: center;
    width: 80%;
  }

  .nav-menu-holder {
    justify-content: flex-start;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-small-fixed-holder {
    flex-direction: column;
  }

  .small-nav-txt {
    z-index: 100;
    text-align: center;
  }

  .small-nav-icon {
    z-index: 100;
  }

  .step-testimonial-holder {
    background-position: 100% 100%, 0 0;
    background-size: 8.5%, 8.5%;
    margin-top: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .step-testimonial-holder.small {
    margin-top: 1.5625em;
  }

  .step-testimonial-holder.small.no-space.mobile {
    display: none;
  }

  .step-testimonial-holder.small.no-space.mobile._50 {
    width: 100%;
    display: flex;
  }

  .step-testimonial-holder.small.no-space.krystian {
    display: none;
  }

  .step-testimonial-holder._25-16, .wistia-main {
    margin-top: 1.5625em;
  }

  ._2-zitate-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  ._3-steps-h2 {
    width: 100%;
  }

  .form_radio-content {
    padding-left: .5em;
    padding-right: .5em;
  }

  .benefits-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .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-txt {
    font-size: 1em;
  }

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

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

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

  .kleiner {
    font-size: .85em;
  }

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

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

  .form_radio-columns-multi._3 {
    grid-auto-rows: 1fr;
    width: 100%;
    margin-top: .78125em;
  }

  .multi-content-holder {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    margin-bottom: 1.5625em;
  }

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

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

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

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

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

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

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

  .line-erfolg {
    height: 5.5em;
  }

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

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

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

  .div-hide-4._120 {
    width: 100%;
  }

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

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

  .check-box-field-style-multi {
    height: auto;
  }

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

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

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

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

  ._2nd-mainholder {
    grid-column-gap: .390625em;
    grid-row-gap: .390625em;
    grid-template-columns: 1fr;
  }

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

  .trust-holder._50 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .checkbox-mitarbeiter {
    padding-left: .5em;
    padding-right: .5em;
  }

  .checkfield-box {
    flex: none;
  }

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

  .vorher-nachher-button.nachher {
    padding-top: .75em;
    padding-bottom: .75em;
    font-size: 1.1em;
  }

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

  .maps-img {
    width: auto;
  }

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

  .nav-container {
    width: 95vw;
  }

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

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

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

#w-node-_1235ae0b-8bda-1dfa-53ff-2873c254f5be-c254f5bb, #w-node-f439953d-5f9e-3d7a-df5a-30dc52246342-c254f5bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d2a287d-e8fa-af06-eb8a-1596aef6c91d-6a67e673, #w-node-_3883aa71-3659-06c7-3d0a-c991648b4d7a-6a67e673, #w-node-_97922ef6-2c76-d489-28f4-d3fbf7d801e3-6a67e673, #w-node-_1bee31a4-24af-25d0-814a-4ada3c561530-6a67e673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21b6c760-fea4-61c3-3da2-83b65844c7b8-5844c7a8 {
  justify-self: end;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea02d-6a67e675 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea030-6a67e675 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea033-6a67e675 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea036-6a67e675 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea039-6a67e675 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea03e-6a67e675 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea040-6a67e675 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea042-6a67e675 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea044-6a67e675 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea046-6a67e675 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea04b-6a67e675 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea04d-6a67e675 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea050-6a67e675 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea052-6a67e675 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea054-6a67e675 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea059-6a67e675 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea05b-6a67e675 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea05d-6a67e675 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea05f-6a67e675 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_357c9103-88a8-17a6-2a07-b70f88eea061-6a67e675 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_1c24dec0-ee74-6ee6-63be-de87152f86c3-6a67e675, #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86cf-6a67e675, #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86df-6a67e675, #welche-gewerke.w-node-cc0720aa-14f0-48bf-6530-02cf6b5d47b6-6b5d47a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c79134-df2f-e257-5ce3-d0350e168d74-ea26502b, #w-node-_44d81f48-80ed-e3e5-8957-fe2db5d84a98-ea26502b, #w-node-_9c27dfc6-d06c-fffe-7575-8c4a66d80934-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff924-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff914-ea26502b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff915-ea26502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff8f4-ea26502b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7634d41-d501-6d2d-c778-f311778935ed-6a67e677, #w-node-b43366c6-20a3-e757-a505-39bcecf04e0f-6a67e677, #w-node-_8e2e42c5-721f-1be3-8350-a360c3b70a50-6a67e677, #w-node-_468f82e8-3b2e-3de0-2e2e-c16556a9cbc0-6a67e677, #w-node-_64a1930a-9dea-5725-a1af-450629ed872d-6a67e677, #w-node-d0ada7b4-b3f7-c946-a660-3f498b153e45-6a67e677, #w-node-_15cfb9c5-dd06-0329-8d9e-4cce6f03dfed-6a67e677, #welche-gewerke.w-node-b4d6fa57-2f4c-1491-31b3-376dd1f0a26c-6a67e680, #w-node-_4dac139f-ce62-2a92-ee72-b28e4799377a-4799375a, #w-node-_4dac139f-ce62-2a92-ee72-b28e4799377f-4799375a, #w-node-_4dac139f-ce62-2a92-ee72-b28e47993784-4799375a, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc06594c-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc065938-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc065936-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc06593a-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc06593c-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc065944-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc065946-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc065948-dc065935, #w-node-_57cdfe1c-521b-c85a-cb10-3f4ddc06594a-dc065935, #w-node-_963806af-f013-925d-b417-ae044c5533b0-dc065935, #w-node-_60353375-4fb7-1272-95b7-cb4861bf7048-dc065935, #w-node-c7d3257f-af6e-6416-896a-0180110b5c86-dc065935, #w-node-d8147ce1-60f5-7a69-ee54-075111e47c28-dc065935, #w-node-c4a2f96b-b03e-a736-5bdf-da522620eacc-dc065935, #w-node-_7c0edaee-612f-48c9-8cd6-dd489205d5cf-dc065935, #w-node-_1ad1435a-f031-c65e-7941-7e9ab9e4bd8b-dc065935, #w-node-_0724fc2a-f056-d2ca-ff77-502807bb955a-dc065935, #w-node-_36e33d35-3199-21ed-38aa-2a437fc53cb3-dc065935, #w-node-_2e09c1d3-6e9f-cb1b-cba4-3bce6f6c8ae4-dc065935, #w-node-_85dbc47f-545a-cb41-bb91-19b99f98e8a4-dc065935, #ab-wann.w-node-_55345681-260f-31f9-ec75-987a9c608698-6a67e681, #bist-du.w-node-_55345681-260f-31f9-ec75-987a9c608698-6a67e682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_19903825-53bb-30cf-0909-2fd150311d07-6a67e673 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86a5-6a67e675 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86bf-6a67e675 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86db-6a67e675 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86f7-6a67e675 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_1c24dec0-ee74-6ee6-63be-de87152f8713-6a67e675 {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-c05a6ef3-8e4e-1c34-2432-2ecfbe9ba9c7-6a67e675 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c05a6ef3-8e4e-1c34-2432-2ecfbe9ba9e2-6a67e675 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-c05a6ef3-8e4e-1c34-2432-2ecfbe9ba9fe-6a67e675 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_9c0c33c7-239a-4d75-bea2-267b9b449650-6a67e676 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_732691b0-ffb8-670c-a660-8bac569e5f22-6a67e676, #welche-gewerke.w-node-cc0720aa-14f0-48bf-6530-02cf6b5d47b6-6b5d47a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87c79134-df2f-e257-5ce3-d0350e168d75-ea26502b, #w-node-_44d81f48-80ed-e3e5-8957-fe2db5d84aa6-ea26502b, #w-node-_9c27dfc6-d06c-fffe-7575-8c4a66d80942-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff925-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff922-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff902-ea26502b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ae7eb666-3080-ea56-025a-803be34cc1c8-6a67e677 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #welche-gewerke.w-node-b4d6fa57-2f4c-1491-31b3-376dd1f0a26c-6a67e680 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #welche-gewerke.w-node-cc0720aa-14f0-48bf-6530-02cf6b5d47c2-6b5d47a0, #welche-gewerke.w-node-_75daa175-a8a7-9b97-3315-7600c19dbf13-6a67e680 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21b6c760-fea4-61c3-3da2-83b65844c7be-5844c7a8, #w-node-_1c24dec0-ee74-6ee6-63be-de87152f86c1-6a67e675 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87c79134-df2f-e257-5ce3-d0350e168d75-ea26502b, #w-node-_44d81f48-80ed-e3e5-8957-fe2db5d84aa6-ea26502b, #w-node-_9c27dfc6-d06c-fffe-7575-8c4a66d80942-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff925-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff922-ea26502b, #w-node-_76c5f7bf-b35c-cb13-1be7-fa2df09ff902-ea26502b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_85dbc47f-545a-cb41-bb91-19b99f98e8a4-dc065935 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@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: 'Neu Futura';
  src: url('../fonts/neu-futura.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}