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

:root {
  --black: black;
  --dark-slate-blue-2: #0e419412;
  --dark-slate-blue: #0e4194;
  --white: white;
}

.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-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-pt, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 5", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: var(--black);
  text-decoration: none;
}

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

.main-h1 {
  font-size: 2.5em;
}

.caps {
  text-transform: uppercase;
}

.cehck-txt-new {
  cursor: default;
  margin-left: 2em;
  font-size: 1.1em;
}

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

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

.div-hide.moven {
  align-items: center;
  margin-bottom: 2em;
}

.div-hide._1-5 {
  margin-bottom: 1.5625em;
}

.div-hide.middle {
  align-items: center;
}

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

.test-img-holder.alone {
  height: 27.5em;
}

.cta-btn-holder {
  align-items: center;
  display: flex;
}

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

.check-div.lp {
  align-items: center;
  display: flex;
}

.name-testimonial {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

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

.last-h5 {
  text-align: center;
  width: 70%;
}

.last-h5.land {
  width: 80%;
}

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

.section.first {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.first.land {
  background-image: none;
  min-height: 85vh;
}

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

.section.relative._2 {
  background-color: var(--dark-slate-blue-2);
  min-height: auto;
  padding-top: 12em;
  padding-bottom: 12em;
}

.section.hide {
  display: none;
}

.section.last, .section.short {
  padding-top: 12em;
  padding-bottom: 12em;
}

.section.short.bg-blue {
  background-color: var(--dark-slate-blue-2);
}

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

.section.zsm {
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.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;
  min-height: 100vh;
}

.section.bg-blue {
  background-color: var(--dark-slate-blue-2);
}

.section.zsm {
  background-color: var(--dark-slate-blue-2);
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.section.bigger {
  padding-top: 12em;
  padding-bottom: 12em;
}

.section.white-smoke {
  background-color: var(--dark-slate-blue-2);
}

.section.white-smoke.hide {
  display: none;
}

.cta-txt {
  width: 80%;
  font-size: 1.5em;
  font-weight: 500;
}

.icon-buzz-div {
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.check-txt-holder {
  cursor: default;
  border-radius: 1em;
  align-items: center;
  padding: 2em;
  display: flex;
}

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

.checks-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.checks-holder.anruf {
  grid-column-gap: 1.5em;
  grid-template-rows: auto auto auto auto;
}

.checks-holder.anruf._3 {
  grid-template-rows: auto auto auto auto;
}

.checks-holder.strom {
  grid-column-gap: 1.5em;
  width: 90%;
}

.check-new {
  width: 2.25em;
}

.check-new.white.hide {
  display: none;
}

.btn {
  border: .225em solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: .5em;
  padding: 1em 1.75em;
  font-size: 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.hollow {
  border-style: solid;
  border-color: var(--dark-slate-blue);
  color: #000;
  background-color: #0000;
  margin-left: 1.875em;
}

.btn.hollow:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.btn.hollow.right.land.hide {
  display: none;
}

.btn.hollow.right {
  margin-left: 1.5625em;
}

.btn.erfolg {
  margin-top: 3em;
}

.btn.right {
  color: var(--dark-slate-blue);
  background-color: #0000;
  margin-left: 1.5em;
}

.btn.right:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

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

.buzz-icon {
  height: 70%;
}

.line {
  background-color: var(--dark-slate-blue);
  width: 20%;
  height: .15em;
  margin-top: 3em;
}

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

.buzz-txt {
  color: #ff6f26;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: 500;
}

.testimonial-txt {
  width: 70%;
  font-size: 2em;
  font-weight: 500;
}

.cta-txt-holder {
  align-items: flex-end;
  display: flex;
}

.ben-text-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1em;
  display: flex;
}

.ben-text-holder.strom {
  justify-content: center;
}

.cta-lp-h2 {
  text-align: center;
  font-size: 1.875em;
}

.buzz-p {
  width: 80%;
}

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

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

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

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

.container.benefits {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6em 5%;
}

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

.container.left.overfllow {
  overflow: hidden;
}

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

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

.container.testimonial, .container.testimonial.home {
  width: 80vw;
}

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

.container.small-nav {
  align-items: flex-start;
  width: 90vw;
  padding-top: 0;
  padding-bottom: 0;
}

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

.container.form {
  align-items: center;
  width: 60vw;
}

.container.faq {
  width: 70vw;
}

.container.strom {
  align-items: center;
  width: 55vw;
}

.container.tab, .container.l-uft-ab {
  width: 60vw;
}

.container.simple {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 65vw;
  display: grid;
}

.container.ben {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  position: relative;
}

.container.landing-main {
  flex-direction: row;
  align-items: center;
  width: 80vw;
}

.container.preise {
  width: 70vw;
}

.content-buzz-div {
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  display: flex;
}

.landing-cta-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #0e419433;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 55%;
  padding: 4em;
}

.cta-grid {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 85%;
  margin-top: 4em;
}

.cta-grid.em {
  width: 90%;
  margin-top: 4em;
}

.cta-grid.em.new {
  width: 100%;
  margin-bottom: 8em;
}

.check-txt.call {
  font-size: 1.25em;
}

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

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

.small-logo {
  width: 12em;
}

.imp-link {
  color: var(--black);
  font-size: 1.2em;
}

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

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

.trademark.black {
  color: var(--black);
  margin-top: 0;
  font-size: 1.2em;
}

.trademark.black.trade {
  color: var(--black);
  margin-top: 1em;
}

.trademark.black._2 {
  margin-bottom: 1em;
}

.html-embed {
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}

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

.left-main-holder {
  width: 45%;
}

.right-main-holder {
  width: 53%;
  height: 40em;
  margin-left: 5em;
  position: relative;
  overflow: hidden;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: #000c;
  width: 95%;
  font-size: 1.25em;
}

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

.prozess-oben-holder {
  overflow: hidden;
}

.prozess-p-holder {
  margin-top: 1.5625em;
  display: flex;
}

.prozess-line {
  background-color: var(--dark-slate-blue);
  width: .25em;
  margin-right: 1em;
}

.prozess-p {
  width: 55%;
  font-size: 1.375em;
}

.tab-link {
  background-color: #0000;
  border-radius: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5em 2em;
}

.tab-link.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
  cursor: pointer;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8em;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.tab-link-style {
  cursor: pointer;
}

.tab-link-p {
  font-size: 1.1em;
  line-height: 1.3;
}

.number-h3-holdwer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5625em;
  display: flex;
}

.div-number {
  color: #fff;
  background-color: #2366d3;
  border-radius: .25em;
  margin-left: 3em;
  padding: .6em .75em;
}

.number-1 {
  color: #fff;
  font-size: 1.2em;
}

.prozess-img-holder {
  justify-content: center;
  align-items: center;
  min-height: 40em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.prozess-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 70%;
  min-height: 40em;
  max-height: 40em;
}

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

.background {
  display: none;
}

.logo {
  width: auto;
  height: 5vw;
}

.logo.lp {
  height: 5em;
}

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

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

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

.nav-liink {
  color: #000;
  padding: 1em;
  font-weight: 500;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.nav-liink:hover {
  color: var(--dark-slate-blue);
}

.nav-liink.w--current {
  color: #c22121;
}

.nav-liink.last {
  padding-right: 2em;
}

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

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

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

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

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

.faq-frage-holder {
  border: 1px #f2f2f2;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5em 2em 2.5em 1.5em;
  display: flex;
  position: relative;
}

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

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

.grid-dropdown {
  width: 100%;
}

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

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

.testimonial-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 6em;
}

.test-txt-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.test-h3 {
  font-weight: 500;
}

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

.test-p.hide {
  display: none;
}

.test-img {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.test-img._13 {
  object-position: 50% 50%;
}

.test-img.hochkant {
  width: 60%;
}

.test-slide {
  background-color: #0000;
  height: 27.5em;
  max-height: 27.5em;
}

.embed {
  cursor: ew-resize;
  height: 50em;
}

.embed.hide {
  display: none;
}

.partner-h2 {
  margin-bottom: 1.5625em;
}

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

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

.blue {
  color: var(--dark-slate-blue);
}

.test-logo {
  width: 10em;
  margin-bottom: 1em;
}

.test-logo.wide {
  width: 10em;
}

.test-logo.wide.rel {
  width: 9em;
  position: relative;
  left: -5%;
}

.test-logo.hide {
  display: none;
}

.test-logo.safe {
  margin-left: -1.6em;
}

.gks-txt {
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: 500;
}

.inside-holder {
  width: 80%;
}

.test-img-holder-2 {
  border-radius: 7%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 35em;
  display: flex;
  overflow: hidden;
}

.ben-heading {
  font-size: 2em;
}

.ben-heading.land {
  font-size: 1.7em;
}

.call-check {
  width: 1.5em;
  margin-top: .1%;
}

.call-check.lp {
  width: 4em;
}

.call-check.strom {
  width: 1.75em;
}

.call-lp-txt {
  width: 90%;
  font-family: "Inter 5", sans-serif;
  font-size: 1.25em;
}

.call-lp-txt.lp {
  margin-top: 1em;
  font-family: "Inter 5", sans-serif;
  font-size: 1em;
}

.cal-ben-holder {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cal-ben-holder.landing.call {
  align-items: flex-start;
  width: 50%;
}

.cal-ben-holder.landing.call.lp {
  margin-top: 4em;
}

.cal-ben-holder.strom {
  width: auto;
  margin-top: 3em;
}

.small-nav {
  background-color: #0000;
  padding-top: 1em;
  padding-bottom: 1em;
}

.small-nav.kontakt {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.check-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.company-hodler {
  margin-top: 4.6875em;
}

.company-hodler.hide {
  display: none;
}

.company-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  width: 100%;
  margin-top: .5em;
}

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

.image-holder.last {
  align-items: center;
  display: flex;
}

.comp-img.small {
  width: 60%;
}

.comp-img.anne {
  display: none;
}

.text-block {
  color: #000c;
  font-size: 1.25em;
  font-weight: 500;
}

.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 {
  margin-top: 0;
  font-size: 1.25em;
  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;
}

.benefit-holder {
  background-color: #fff;
  padding: 3.2em;
}

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

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

.left-ben {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: sticky;
  top: 2em;
}

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

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

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

.div-hide-2._1-5em {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

.div-hide-2.left {
  justify-content: flex-start;
}

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

.div-hide-2._1-5em {
  margin-bottom: 1.5em;
}

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

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

.faq-txt {
  text-transform: uppercase;
  font-size: 1.35em;
}

.faq-answer-2 {
  width: 75%;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  line-height: 1.2;
}

.faq-answer-2.hide {
  display: none;
}

.faq-container-2 {
  margin-top: 0;
  margin-bottom: 8em;
  display: block;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.star-holder {
  margin-top: 3em;
}

.star-holder.mobile {
  display: none;
}

.stars {
  font-size: 1.1em;
}

.underline {
  font-weight: 500;
  text-decoration: underline;
}

.field-label {
  margin-bottom: .5em;
  font-size: 1.375em;
  font-weight: 500;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: .9375em;
}

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

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

.kontakt-p-last {
  color: var(--black);
  width: 70%;
}

.form-holder-2 {
  width: 50%;
}

.form-holder-2._100 {
  width: 100%;
}

.form-styles {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-contetnt-holder {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5em;
  display: flex;
}

.form-contetnt-holder.lp {
  width: 100%;
}

.text-field {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.25em 0 1.25em .5em;
  font-size: 1em;
}

.text-field::placeholder {
  color: #00000080;
}

.text-area {
  background-color: #0000;
  border: .1em solid #000;
  border-bottom-width: .14em;
  border-radius: 0;
  min-height: 15.625em;
  margin-bottom: 0;
  padding: .5em;
  font-size: 1em;
}

.check-box-field-style {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.form-row.last {
  align-items: center;
}

.al-form {
  width: 100%;
  margin-bottom: 0;
}

.testimonial-holder {
  background-color: #0e419426;
  border-radius: .3em;
  align-self: center;
  width: 80%;
  padding: 2em;
}

.testimonial-holder._2nd {
  margin-top: 2em;
}

.testimonial-holder.lp {
  background-color: #fff;
}

.testimonial-holder.lp._3 {
  margin-top: 5em;
}

.testimonial-holder._1est {
  margin-top: 3.5em;
}

.testimonial-p {
  text-align: center;
  font-size: 1.35em;
}

.handy {
  color: var(--dark-slate-blue);
}

.paragraph-95 {
  color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  font-size: .65em;
}

.image-29 {
  color: #fff;
  background-color: #0000;
  width: 70vw;
}

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

.heading-41 {
  margin-top: 30px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-93 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  font-size: 2vw;
  line-height: 1;
  display: flex;
}

._404-hodler {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.erfolg-holder {
  background-color: #0e419433;
  width: 80%;
  margin-bottom: 4em;
  padding: 2em;
}

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

.preis-list {
  position: static;
}

.preis-list.w--open {
  background-color: #fff;
}

.step-p-first {
  width: 90%;
  margin-top: 1.5625em;
}

.preis-txt-drop {
  width: 95%;
  font-size: 1.1em;
  line-height: 1.4;
}

.step-h2, .faq-h2-2 {
  text-align: center;
}

.preis-frage-holder {
  background-color: #fff;
  border-radius: .3em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

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

.ben-left {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: var(--white);
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6.25em 2em;
  display: flex;
}

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

.cta-p._2 {
  width: 80%;
}

.landing-cta-grid-2 {
  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-2._2 {
  grid-column-gap: 2.1875em;
  grid-row-gap: 2.1875em;
  padding-left: 3em;
  padding-right: 3em;
}

.landing-cta-grid-2.blue {
  background-color: var(--dark-slate-blue-2);
}

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

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

.faq-answer-holder-2 {
  background-color: #fff;
  padding: 2em 2.5em;
  display: flex;
}

.btn-holder-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2.1875em;
  display: flex;
}

.btn-holder-2.land {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  margin-top: 3em;
}

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

.section-2.cta {
  background-color: var(--dark-slate-blue-2);
  padding-top: 12em;
  padding-bottom: 12em;
}

.section-2.cta._2 {
  padding-bottom: 12em;
}

.section-2.cta.white {
  background-color: #0000;
}

.section-2.faq {
  background-color: var(--dark-slate-blue-2);
}

.section-2.main-img {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2.preis {
  background-color: var(--dark-slate-blue-2);
  padding-top: 12em;
  padding-bottom: 12em;
}

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

.section-2.benefits {
  background-color: var(--dark-slate-blue-2);
}

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

.preisa-p-holder {
  padding: 2em;
}

.aufz-txt {
  color: var(--black);
  font-size: 1.25em;
  font-weight: 500;
}

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

.land-h1 {
  text-align: center;
  font-size: 2.8em;
}

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

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

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

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

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

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

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

.preis-img-drop.malen {
  width: 4em;
  margin-left: .5em;
  margin-right: .5em;
}

.preis-img-drop.flamme {
  width: 3em;
  margin-left: .75em;
  margin-right: .75em;
}

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

.cta-h2.last {
  width: 90%;
}

.cta-txt-2 {
  margin-bottom: 1.25em;
  font-size: 1em;
}

.ben-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.step-txt.inter {
  text-align: center;
  width: 80%;
  font-family: "Inter 5", sans-serif;
  font-size: 1em;
}

.step-txt.inter.strom {
  margin-top: 3em;
}

.faq-frage-holder-2 {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5em;
  display: flex;
  position: relative;
}

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

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

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

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

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

.faq-symbol-2.preis {
  transform: none;
}

.preis-dropdown {
  width: 100%;
}

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

.container-3.step {
  width: 65vw;
}

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

.container-3.land {
  width: 65vw;
}

.grid-dropdown-2 {
  width: 100%;
}

.land-headline-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-direction: column;
  width: 90%;
  margin-bottom: 2em;
  display: flex;
}

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

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

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

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

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

.hero-img-container {
  justify-content: center;
  align-items: center;
  width: 60vw;
  display: flex;
}

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

.header-p {
  text-align: center;
  font-family: "Inter 5", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

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

.text-block-2 {
  font-size: 1.2em;
}

.text-holder {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.phone-icon {
  z-index: 500;
  background-color: var(--dark-slate-blue);
  width: 4em;
  height: 4em;
  padding: .9em;
  position: fixed;
  inset: auto 3em 2em auto;
}

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

.strom-txt {
  text-align: center;
  letter-spacing: .1em;
  font-family: "Inter 5", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.strom-txt._1st {
  text-align: left;
  margin-top: 1.5em;
  font-size: 1.25em;
}

.strom-txt.head {
  letter-spacing: .1em;
  font-size: 1.1em;
}

.compaire-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  display: flex;
}

.txt-holder-compare {
  border-bottom: .1em solid #0003;
  width: 100%;
  margin-bottom: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.compare-holde {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

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

.m2 {
  font-size: .8em;
  position: relative;
  bottom: .25em;
}

.paragraph-96 {
  color: #000c;
  font-size: 1.125em;
}

.preis-all-holder {
  width: 100%;
  margin-bottom: 4em;
}

.preis-all-holder.last {
  margin-bottom: 5em;
}

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

.faq-container-3 {
  margin-top: 0;
  display: block;
}

.check-headline {
  font-size: 1.25em;
  font-weight: 700;
}

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

.faq-frage-holder-3 {
  border: 1px #f2f2f2;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5em 2em 2.5em 1.5em;
  display: flex;
  position: relative;
}

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

.ben-left-2 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: #fff;
  border-radius: .3em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5em 3em;
  display: flex;
}

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

.red {
  color: #ff4028;
}

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

.ben-txt-2 {
  font-size: 1.75em;
}

.landing-cta-grid-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--dark-slate-blue-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 55%;
  padding: 4em;
}

.line-2 {
  background-color: var(--dark-slate-blue);
  width: 20%;
  height: .15em;
  margin-top: 3em;
}

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

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

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

.ben-right-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.check-txt-holder-2 {
  cursor: default;
  border-radius: 1em;
  align-items: center;
  padding: 2em;
  display: flex;
}

.preis-normal-txt {
  color: #000c;
  text-align: center;
  font-size: 1.05em;
  line-height: 1.3;
}

.star-holder-2 {
  margin-top: 2.5em;
}

.ben-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5em;
  display: grid;
}

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

.div-hide-3._1-5 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.div-hide-3.moven {
  align-items: center;
  margin-bottom: 2em;
}

.cta-txt-3 {
  width: 80%;
  font-size: 1.5em;
  font-weight: 500;
}

.simple-img {
  object-fit: cover;
  width: 100%;
  max-height: 40em;
}

.benefit-holder-2 {
  background-color: #fff;
  padding: 2em;
}

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

.div-hide-4._1-5em {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

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

.aufz-txt-2 {
  color: var(--dark-slate-blue);
  font-size: 1.1em;
}

.grid-dropdown-3 {
  width: 100%;
}

.benefit-grid-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 5%;
}

.check-txt-main {
  margin-top: .625em;
  font-size: 1em;
}

.main-check-holder.mobile {
  display: none;
}

.faq-answer-3 {
  width: 75%;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  line-height: 1.2;
}

.faq-answer-3.hide {
  display: none;
}

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

.testimonial {
  width: 100%;
}

.bigger-txt {
  color: #000;
  font-size: 1.1em;
}

.left-ben-2 {
  width: 50%;
  position: sticky;
  top: 2em;
}

.left-main-holder-2 {
  width: 50%;
}

.main-txt {
  color: var(--dark-slate-blue);
  font-size: 1.125em;
}

.preis-img-drop-2 {
  width: 5em;
}

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

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

.btn-2.green {
  color: #ff4028;
  background-color: #0000;
  border-style: solid;
  border-color: #ff4028;
  margin-left: 1.5625em;
}

.btn-2.green:hover {
  color: #fff;
  background-color: #ff4028;
}

.btn-2.green.right {
  margin-left: 1.5em;
}

.btn-2.green.right.land.hide {
  display: none;
}

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

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

.tab-link-p-2 {
  font-size: 1.3em;
}

.testimonial-holder-2 {
  align-self: center;
  width: 35%;
  margin-top: 4em;
}

.testimonial-holder-2._3 {
  align-self: center;
  width: 45%;
}

.testimonial-holder-2._2 {
  width: 25%;
}

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

.facts-holder {
  border-top: .15em solid #0000004d;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
}

.test-img-holder-3 {
  width: 100%;
}

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

.faq-symbol-4.preis {
  transform: none;
}

.preisa-p-holder-2 {
  background-color: #ff402826;
  padding: 2em;
}

.all-holder {
  width: 100%;
}

.preis-1st-txt {
  font-size: 1.25em;
  font-weight: 500;
}

.main-check-img {
  width: 2em;
}

.preise-holder {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: #ff402833;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5em 1.5em;
  display: flex;
}

.check-texts-holder {
  margin-left: 1.5625em;
}

.powered-img {
  width: 12em;
  margin-top: 1.5625em;
}

.preis-frage-holder-2 {
  background-color: var(--dark-slate-blue-2);
  border-radius: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.left-simple-holder {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.ben-imgs-2 {
  max-width: 4.5em;
}

.ben-imgs-2.blitz {
  max-width: none;
  height: 5em;
}

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

.check-alone-holder.first {
  margin-top: 1.25em;
}

.preis-big {
  color: #ff4028;
  font-size: 1.5em;
}

.simple-p {
  width: 90%;
  margin-bottom: .3125em;
}

.blue-2 {
  color: var(--dark-slate-blue);
}

.preis-p {
  text-align: center;
  margin-bottom: 5em;
}

.right-main-holder-2 {
  color: #fff;
  width: 50%;
  height: 100%;
  margin-left: 2.5em;
}

.leistungen-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2.5em;
}

.leistungen-grid-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: var(--dark-slate-blue-2);
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.leistungen-grid-txt {
  font-size: 1.5em;
}

.captcha {
  margin-bottom: 0;
}

.captcha-holder {
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.zertifikate {
  width: 25vw;
}

.zertifikate._2 {
  width: 35vw;
}

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

@media screen and (min-width: 1440px) {
  .section-2.main-img {
    min-height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .div-hide.middle {
    align-items: flex-start;
  }

  .check {
    width: 1.2em;
  }

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

  .container {
    width: 60vw;
  }

  .container.prozess, .container.testimonial.home {
    width: 65vw;
  }

  .container.form {
    width: 50vw;
  }

  .container.faq {
    width: 60vw;
  }

  .container.strom, .container.tab {
    width: 50vw;
  }

  .container.l-uft-ab, .container.simple {
    width: 45vw;
  }

  .container.ben {
    width: 50vw;
  }

  .paragraph {
    width: 90%;
  }

  .tab-link {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .prozess-img-holder {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .prozess-img {
    object-fit: contain;
    min-height: 40em;
    max-height: 40em;
  }

  .logo {
    height: 4vw;
  }

  .nav-liink {
    color: #000;
  }

  .inside-holder {
    width: 50%;
  }

  .test-img-holder-2 {
    max-height: 28em;
  }

  .company-hodler {
    width: 80%;
  }

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

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

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

  .heading-41 {
    align-self: flex-start;
    position: static;
    top: 20px;
  }

  .div-block-93 {
    align-self: flex-start;
  }

  .step-h2 {
    width: 90%;
  }

  .ben-left {
    padding: 5em 4em;
  }

  .landing-cta-grid-2 {
    width: 90%;
  }

  .landing-cta-grid-2._2 {
    width: auto;
  }

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

  .land-h1 {
    width: 80%;
  }

  .dropdpwn-preis {
    width: 60%;
  }

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

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

  .step-txt.inter.strom {
    margin-top: 4em;
  }

  .container-3 {
    width: 60vw;
  }

  .container-3.step {
    width: 55vw;
  }

  .container-3.cta {
    width: 40vw;
  }

  .container-3.land {
    width: 55vw;
  }

  .container-3.benefits {
    width: 45vw;
  }

  .ben-img {
    width: 40%;
  }

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

  .txt-holder-compare {
    width: 90%;
  }

  .compare-holde {
    grid-column-gap: 5em;
  }

  .cta-txt-3 {
    width: 70%;
  }

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

  .ben-img-2 {
    width: 40%;
  }

  .testimonial-holder-2 {
    width: 25%;
  }

  .testimonial-holder-2._3 {
    width: 40%;
  }

  .testimonial-holder-2._2 {
    width: 17.5%;
  }

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

@media screen and (max-width: 991px) {
  .main-h1 {
    text-align: center;
    width: 80%;
  }

  .cehck-txt-new {
    margin-left: 1em;
  }

  .div-hide {
    align-items: center;
  }

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

  .test-img-holder {
    max-height: 40em;
  }

  .test-img-holder.alone {
    height: 22em;
    max-height: 22em;
  }

  .cta-btn-holder.zsm {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .last-h5, .last-h5.land, .last-h5.land {
    width: auto;
  }

  .section.first {
    background-image: none;
    align-items: flex-start;
    min-height: 94vh;
    padding-top: 6em;
    position: relative;
  }

  .section.first.land {
    align-items: center;
    min-height: 60em;
  }

  .section.zsm {
    min-height: auto;
  }

  .cta-txt {
    width: auto;
  }

  .icon-buzz-div {
    justify-content: flex-start;
  }

  .checks-holder {
    padding-right: 20%;
  }

  .checks-holder.anruf, .checks-holder.strom {
    padding-right: 0%;
  }

  .check-new.white {
    display: block;
  }

  .btn.hollow.right.land {
    margin-top: 0;
    margin-left: 1em;
  }

  .zsm-grid-new {
    grid-template-columns: 1fr;
  }

  .buzz-icon {
    width: 50%;
    height: auto;
  }

  .testimonial-txt {
    width: 80%;
  }

  .cta-txt-holder {
    padding-right: 0%;
  }

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

  .container.benefits {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .container.ben, .container.form, .container.strom, .container.l-uft-ab {
    width: 80vw;
  }

  .container.simple {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: 80vw;
  }

  .container.ben {
    width: 80vw;
  }

  .container.landing-main {
    flex-direction: column;
    align-items: center;
    width: 80vw;
  }

  .container.preise {
    width: 90vw;
  }

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

  .cta-grid {
    grid-template-columns: 1fr .25fr;
    width: auto;
  }

  .cta-grid.em {
    grid-template-columns: 1.1fr 1fr;
    width: auto;
  }

  .left-main-holder {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .right-main-holder {
    width: 100%;
    margin-top: 5em;
    margin-left: 0;
  }

  .paragraph {
    text-align: center;
    width: 80%;
    font-size: 1.5em;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link-p {
    width: 90%;
  }

  .number-h3-holdwer {
    justify-content: space-between;
  }

  .prozess-img {
    width: 100%;
  }

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

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

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

  .menu-btn {
    z-index: 300;
    justify-content: center;
    align-items: stretch;
    width: 56px;
    height: 56px;
    padding: .5em;
    display: flex;
  }

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

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

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

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

  .logo {
    height: 7vw;
  }

  .logo.lp {
    height: 4em;
  }

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

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

  .nav-liink {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.2em;
    font-weight: 500;
  }

  .nav-liink.last {
    margin-bottom: 1em;
  }

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

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

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

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

  .container-2.imp {
    width: 80vw;
  }

  .test-slide {
    height: 22em;
    max-height: 22em;
  }

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

  .embed {
    height: 60em;
  }

  .partner-h2 {
    margin-bottom: 1.5em;
  }

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

  .partner-img {
    width: 80%;
  }

  .inside-holder {
    width: auto;
  }

  .test-img-holder-2 {
    max-height: 40em;
  }

  .call-lp-txt {
    width: 95%;
    font-size: 1.4em;
  }

  .call-lp-txt.strom {
    font-size: 1.25em;
  }

  .cal-ben-holder, .cal-ben-holder.landing.call {
    width: auto;
  }

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

  .company-hodler {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .company-grid {
    margin-top: 1.5625em;
  }

  .text-block {
    font-size: 1.35em;
  }

  .impressum-line {
    width: 100%;
  }

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

  .benefit-holder {
    padding: 2.5em;
  }

  .benefit-grid {
    width: auto;
  }

  .benefit-h2, .faq-frage-2 {
    width: 80%;
  }

  .faq-answer-2 {
    width: 90%;
  }

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

  .stars {
    text-align: center;
    font-size: 1.3em;
  }

  .testimonial-holder {
    width: 100%;
  }

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

  .paragraph-95 {
    width: 70%;
    font-size: 2.2vw;
  }

  .image-29 {
    width: 95vw;
  }

  .div-block-93 {
    font-size: 3.5vw;
  }

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

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

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

  .hero-img {
    height: 45em;
  }

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

  .dropdpwn-preis {
    width: 90%;
  }

  .cta-h2 {
    width: auto;
  }

  .ben-right {
    height: 25em;
  }

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

  .container-3 {
    width: 80vw;
  }

  .container-3.step {
    width: 85vw;
  }

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

  .container-3.cta {
    width: 80vw;
  }

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

  .container-3.benefits {
    width: 85vw;
  }

  .grid-dropdown-2 {
    z-index: 0;
  }

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

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

  .faq-answer {
    width: 90%;
  }

  .faq-frage {
    width: 80%;
  }

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

  .phone-icon {
    right: 1em;
  }

  .paragraph-96 {
    text-align: center;
    width: 80%;
    font-size: 1.5em;
  }

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

  .faq-frage-3 {
    width: 80%;
  }

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

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

  .main-h1-2 {
    text-align: center;
  }

  .ben-right-2 {
    height: 25em;
  }

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

  .div-hide-3 {
    align-items: center;
  }

  .cta-txt-3 {
    width: auto;
  }

  .benefit-holder-2 {
    padding: 2.5em;
  }

  .benefit-grid-2 {
    width: auto;
  }

  .main-check-holder {
    max-width: 85%;
  }

  .faq-answer-3 {
    width: 90%;
  }

  .left-main-holder-2 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .btn-2.green.right.land {
    margin-top: 0;
    margin-left: 1em;
  }

  .testimonial-holder-2 {
    width: 40%;
  }

  .testimonial-holder-2._3 {
    width: 70%;
  }

  .testimonial-holder-2._2 {
    width: 40%;
  }

  .dropdpwn-preis-2 {
    width: 90%;
  }

  .test-img-holder-3 {
    max-height: 40em;
  }

  .right-main-holder-2 {
    width: 80%;
    margin-top: 4em;
    margin-left: 0;
  }

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

  .zertifikate._2 {
    width: 45vw;
  }
}

@media screen and (max-width: 767px) {
  .main-h1 {
    width: 95%;
  }

  .div-hide._1-5 {
    margin-bottom: 1.5625em;
  }

  .test-img-holder {
    max-height: 35em;
  }

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

  .cta-btn-holder.zsm {
    justify-content: flex-start;
  }

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

  .section.first {
    background-image: none;
    padding-top: 3em;
  }

  .cta-txt {
    width: 80%;
  }

  .checks-holder.anruf {
    padding-right: 0%;
  }

  .checks-holder.strom {
    width: 100%;
  }

  .btn.hollow.right {
    margin-top: 1em;
    margin-left: 0;
  }

  .btn.hollow.right.land {
    margin-left: 1.5em;
  }

  .testimonial-txt {
    width: auto;
  }

  .cta-txt-holder {
    align-items: flex-start;
  }

  .container {
    width: 90vw;
  }

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

  .container.form {
    width: 90vw;
  }

  .container.tab {
    width: 80vw;
  }

  .container.simple {
    width: 90vw;
  }

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

  .container.landing-main {
    flex-direction: column;
    width: 90vw;
  }

  .container.preise {
    width: 80vw;
  }

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

  .cta-grid.em {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .cta-grid.em.new {
    grid-template-columns: 1fr;
  }

  .left-main-holder, .right-main-holder {
    width: 100%;
  }

  .paragraph {
    width: 95%;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .logo {
    height: 9vw;
  }

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

  .container-2, .container-2.imp {
    width: 90vw;
  }

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

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

  .partner-img.smaller {
    width: 50%;
  }

  .test-img-holder-2 {
    max-height: 35em;
  }

  .company-grid {
    width: 90%;
  }

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

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

  .benefit-h2 {
    width: auto;
  }

  .paragraph-95 {
    font-size: 3vw;
  }

  .heading-41 {
    width: 90%;
  }

  .step-p-first {
    align-self: auto;
    width: 80%;
  }

  .preis-txt-drop {
    width: auto;
  }

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

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

  .hero-img {
    height: 35em;
  }

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

  .section-2.main-img {
    min-height: auto;
  }

  .dropdpwn-preis {
    width: 100%;
  }

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

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

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

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

  .paragraph-96 {
    width: 95%;
  }

  .preis-all-holder, .sticky-p {
    width: 80%;
  }

  .benefit-h2-2 {
    width: auto;
  }

  .ben-grid-2 {
    grid-template-columns: 1fr;
  }

  .div-hide-3._1-5 {
    margin-bottom: 1.5625em;
  }

  .cta-txt-3 {
    width: 80%;
  }

  .benefit-grid-2 {
    margin-left: 0%;
  }

  .left-ben-2 {
    position: static;
  }

  .left-main-holder-2 {
    width: 100%;
  }

  .btn-2.green.right {
    margin-top: 1em;
    margin-left: 0;
  }

  .btn-2.green.right.land {
    margin-left: 1.5em;
  }

  .tab-link-p-2 {
    width: 50%;
  }

  .testimonial-holder-2 {
    width: 60%;
  }

  .testimonial-holder-2._3 {
    width: 70%;
  }

  .testimonial-holder-2._2 {
    width: 60%;
  }

  .dropdpwn-preis-2 {
    width: 100%;
  }

  .test-img-holder-3 {
    max-height: 35em;
  }

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

  .right-main-holder-2 {
    width: 90%;
  }

  .leistungen-grid-holder {
    padding: 1em;
  }

  .zertifikate {
    width: 35vw;
  }

  .zertifikate._2 {
    width: 70vw;
  }
}

@media screen and (max-width: 479px) {
  .test-face-quote {
    width: auto;
    font-size: 1.35em;
  }

  .main-h1 {
    font-size: 2.5em;
  }

  .test-img-holder.alone {
    height: 20em;
    max-height: 20em;
  }

  .cta-btn-holder.zsm {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }

  .last-h5.land {
    font-size: 2.25em;
  }

  .section.first {
    background-image: none;
    min-height: 100vh;
    padding-top: 1.5em;
  }

  .section.first.land {
    align-items: flex-start;
    min-height: auto;
    padding-top: 3em;
    padding-bottom: 6em;
  }

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

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

  .cta-txt {
    width: 100%;
  }

  .icon-buzz-div {
    padding-left: 1em;
  }

  .checks-holder {
    padding-right: 0%;
  }

  .checks-holder.anruf {
    grid-column-gap: 1em;
  }

  .check-new {
    width: 2.5em;
  }

  .btn {
    font-size: 1.25em;
  }

  .btn.hollow {
    margin-left: 1em;
  }

  .btn.hollow.right.land {
    margin-top: 1em;
    margin-left: 0;
  }

  .btn.hollow.right {
    margin-left: 0;
  }

  .btn.hollow.cta {
    margin-top: 1.25em;
    margin-left: 0;
  }

  .btn.hollow.home {
    margin-top: 1.5em;
    margin-left: 0;
  }

  .btn.hollow.lp {
    margin-top: 1em;
    margin-left: 0;
  }

  .btn.zsm {
    text-align: center;
  }

  .btn.right.lp {
    margin-top: 1.25em;
    margin-left: 0;
  }

  .zsm-grid-new {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .buzz-icon {
    width: 60%;
  }

  .line {
    width: 40%;
    height: .65vw;
  }

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

  .cta-txt-holder {
    padding-right: 0%;
  }

  .buzz-p {
    width: 90%;
  }

  .container.landing-main, .container.testimonial {
    width: 95vw;
  }

  .container.testimonial.home {
    width: 90vw;
  }

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

  .container.ben, .container.faq, .container.strom, .container.tab, .container.l-uft-ab {
    width: 90vw;
  }

  .container.simple {
    grid-template-columns: 1fr;
  }

  .container.ben {
    width: 90vw;
  }

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

  .container.preise {
    width: 90vw;
  }

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

  .content-buzz-div {
    padding-left: 1em;
  }

  .landing-cta-grid {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .cta-grid.em {
    place-items: center start;
  }

  .cta-grid.em.new {
    grid-template-columns: 1fr;
  }

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

  .trademark.black._2 {
    margin-bottom: 1em;
  }

  .right-main-holder {
    height: 96vw;
    margin-top: 3em;
  }

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

  .prozess-line {
    width: 1.5vw;
  }

  .prozess-p {
    width: auto;
  }

  .tab-link {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .tabs-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .tab-link-p {
    width: auto;
  }

  .prozess-img-holder {
    min-height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .prozess-img {
    min-height: 20em;
    max-height: 20em;
  }

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

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

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

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

  .logo {
    height: 13vw;
  }

  .logo.lp {
    height: 3.5em;
  }

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

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

  .nav-menu-holder {
    padding-left: 20%;
  }

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

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

  .faq-answer-holder, .faq-frage-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .test-txt-holder {
    align-items: flex-start;
    padding: 2em 2em 2em 0;
  }

  .test-p {
    width: auto;
    font-size: 1.2em;
  }

  .test-slide {
    height: 20em;
    max-height: 20em;
  }

  .embed {
    height: 100%;
  }

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

  .partner-img {
    width: 100%;
  }

  .partner-img.last {
    width: 40%;
  }

  .test-img-holder-2 {
    width: 100%;
    height: 25em;
    max-height: 50vh;
  }

  .ben-heading, .ben-heading.land {
    font-size: 1.5em;
  }

  .call-lp-txt.lp, .call-lp-txt.strom {
    font-size: 1.1em;
  }

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

  .company-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: auto auto auto;
    width: 90%;
    margin-top: 2em;
  }

  .image-holder.last {
    flex-direction: row;
  }

  .image-holder.anne {
    display: none;
  }

  .comp-img {
    width: 100%;
  }

  .comp-img.small {
    width: 40%;
  }

  .comp-img.last {
    width: 25%;
    margin-left: 2em;
  }

  .comp-img.anne {
    width: 30%;
    display: block;
  }

  .text-block {
    font-size: 1.45em;
  }

  .benefit-holder {
    padding: 2.5em;
  }

  .ben-txt {
    width: auto;
  }

  .right-benefit {
    width: 100%;
  }

  .ben-para {
    width: auto;
  }

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

  .faq-frage-2 {
    width: 90%;
  }

  .faq-answer-2 {
    width: 100%;
  }

  .star-holder {
    display: none;
  }

  .star-holder.mobile {
    display: block;
  }

  .star-holder.lp {
    display: none;
  }

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

  .underline.lp {
    margin-top: .5em;
    display: inline-block;
  }

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

  .checkbox {
    width: 1.5em;
    height: 1.25em;
  }

  .kontakt-p-last, .form-holder-2 {
    width: 100%;
  }

  .form-row {
    grid-column-gap: 1.5625em;
    flex-direction: column;
  }

  .form-row.last {
    align-items: flex-start;
  }

  .paragraph-95 {
    width: 90%;
    font-size: 4vw;
  }

  .heading-41 {
    width: 100%;
  }

  .div-block-93 {
    left: 10px;
  }

  .uitlity-grid {
    grid-row-gap: 3em;
    min-height: 70vh;
  }

  .step-p-first {
    width: 100%;
  }

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

  .faq-h2-2 {
    width: auto;
  }

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

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

  .ben-left {
    padding: 3em 1em;
  }

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

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

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

  .hero-img {
    height: 25em;
  }

  .faq-answer-holder-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .btn-holder-2.land {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
  }

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

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

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

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

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

  .cta-h2.last {
    width: 95%;
    font-size: 1.5em;
  }

  .ben-right {
    height: 20em;
  }

  .step-txt.inter {
    width: 100%;
  }

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

  .ben-grid {
    margin-top: 3em;
  }

  .faq-symbol-2 {
    width: 2.5em;
  }

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

  .faq-answer {
    width: 100%;
  }

  .faq-frage {
    width: 90%;
    font-size: 1.4em;
  }

  .hero-img-container {
    height: 22.5em;
  }

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

  .number-cal {
    font-size: 1.25em;
  }

  .compaire-div {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .compare-holde {
    grid-template-columns: 1fr;
  }

  .link-2 {
    margin-bottom: .5em;
  }

  .paragraph-96 {
    font-size: 1.4em;
  }

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

  .check-headline {
    font-size: 1.3em;
  }

  .faq-frage-3 {
    width: 90%;
  }

  .faq-frage-holder-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ben-left-2 {
    padding: 3em 1.5em;
  }

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

  .sticky-p {
    width: auto;
  }

  .landing-cta-grid-3 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .line-2 {
    width: 40%;
    height: .65vw;
  }

  .btn-holder-3 {
    flex-direction: row;
    align-items: center;
    margin-top: 3em;
    display: flex;
  }

  .check-txt-holder-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .preis-normal-txt {
    font-size: 1.15em;
  }

  .cta-txt-3 {
    width: 100%;
  }

  .benefit-holder-2 {
    padding: 2.5em;
  }

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

  .check-txt-main {
    font-size: 1.2em;
  }

  .main-check-holder {
    max-width: 90%;
    display: none;
  }

  .main-check-holder.mobile {
    display: block;
  }

  .faq-answer-3 {
    width: 100%;
  }

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

  .left-ben-2 {
    width: auto;
  }

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

  .btn-2.green.right.land {
    margin-top: 1em;
    margin-left: 0;
  }

  .tab-link-p-2 {
    width: auto;
  }

  .testimonial-holder-2, .testimonial-holder-2._3 {
    width: 100%;
  }

  .testimonial-holder-2._2 {
    width: 90%;
  }

  .test-img-holder-3 {
    width: 100%;
    height: 25em;
    max-height: 50vh;
  }

  .faq-symbol-4 {
    width: 2.5em;
  }

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

  .preis-1st-txt {
    font-size: 1.3em;
  }

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

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

  .check-alone-holder.first {
    margin-top: 4em;
  }

  .simple-p {
    width: 95%;
  }

  .right-main-holder-2 {
    width: 100%;
    margin-top: 2.5em;
  }

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

  .zertifikate {
    width: 60vw;
  }

  .zertifikate._2 {
    width: 85vw;
  }
}

#w-node-_8e69c6b0-61e3-d861-5194-d7912174ac07-dc8ac929, #w-node-b50cacbf-9cd4-39e4-e2aa-2fffcf707c06-dc8ac929, #w-node-_891510fd-4ede-46e9-532d-98b4ae29bf93-dc8ac929, #w-node-_2353924f-a042-5b78-e9bf-bff4da14ecb6-dc8ac929, #w-node-_58c4be6c-e840-a7a6-73c0-37a569fe808e-dc8ac929, #w-node-_6e47b9ec-76a2-e200-eb8a-0e0a04c16e5e-dc8ac929, #w-node-_6e47b9ec-76a2-e200-eb8a-0e0a04c16e60-dc8ac929, #w-node-_6e47b9ec-76a2-e200-eb8a-0e0a04c16e62-dc8ac929, #w-node-_6e47b9ec-76a2-e200-eb8a-0e0a04c16e64-dc8ac929, #w-node-cef0ef89-0d15-73b5-5a57-fc4b2abb503e-dc8ac929, #w-node-_84f2391a-9d33-a024-ac73-7875a410c202-dc8ac929, #w-node-_84f2391a-9d33-a024-ac73-7875a410c207-dc8ac929, #w-node-_84f2391a-9d33-a024-ac73-7875a410c336-dc8ac929, #w-node-_84f2391a-9d33-a024-ac73-7875a410c33b-dc8ac929, #w-node-_84f2391a-9d33-a024-ac73-7875a410c340-dc8ac929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5a0748-766e-4d27-9fa7-0ac0f5e73a1a-f5e73a17, #w-node-_5a5a0748-766e-4d27-9fa7-0ac0f5e73a22-f5e73a17, #w-node-_5a5a0748-766e-4d27-9fa7-0ac0f5e73a23-f5e73a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ba34273-e0b1-0a9a-9071-e1cb23586bf4-f5e73a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-c61c95df-443d-f772-1e59-f53e7ba75392-908ac92b, #w-node-c61c95df-443d-f772-1e59-f53e7ba75399-908ac92b, #w-node-c61c95df-443d-f772-1e59-f53e7ba7539c-908ac92b, #w-node-_96285057-649a-ccdd-228e-cf2f6a47a41b-048ac92e, #w-node-_96285057-649a-ccdd-228e-cf2f6a47a420-048ac92e, #w-node-_96285057-649a-ccdd-228e-cf2f6a47a425-048ac92e, #w-node-f7261cce-b2b6-e740-c173-1b164806207f-b5944871, #w-node-f7261cce-b2b6-e740-c173-1b164806209d-b5944871, #w-node-f7261cce-b2b6-e740-c173-1b16480620ab-b5944871, #w-node-f7261cce-b2b6-e740-c173-1b16480620e6-b5944871, #w-node-f7261cce-b2b6-e740-c173-1b16480620f1-b5944871, #w-node-f7261cce-b2b6-e740-c173-1b1648062110-b5944871, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac62f-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac636-61bda315, #w-node-cac57dd3-cfb6-a173-2e87-6424769de48f-61bda315, #w-node-cac57dd3-cfb6-a173-2e87-6424769de496-61bda315, #w-node-cac57dd3-cfb6-a173-2e87-6424769de49d-61bda315, #w-node-f402d8b1-a91e-80f4-873a-2c67e73f59ce-61bda315, #w-node-_1230d0c8-aa1c-37e3-cad8-0853d6eea727-61bda315, #w-node-_1230d0c8-aa1c-37e3-cad8-0853d6eea72b-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac63f-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac647-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac64a-61bda315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89abc1d8-e18f-0303-129e-e7b1277ac652-61bda315 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89abc1d8-e18f-0303-129e-e7b1277ac6ae-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac6b3-61bda315, #w-node-a96b897c-1a90-5e47-ae85-c0f8f552a21e-61bda315, #w-node-_59c5bd83-161d-f79e-bb33-4dd994b47c36-61bda315, #w-node-c81b1989-a696-3fbe-165e-eb43b76206bb-61bda315, #w-node-c81b1989-a696-3fbe-165e-eb43b7620682-61bda315, #w-node-c81b1989-a696-3fbe-165e-eb43b76206c6-61bda315, #w-node-_74065159-ae87-0083-7ce6-862b04bf912b-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac814-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac818-61bda315, #w-node-b95c4893-50dd-2b78-5b77-4e74a7aacf16-1a5608df, #w-node-b95c4893-50dd-2b78-5b77-4e74a7aacf1d-1a5608df, #w-node-b95c4893-50dd-2b78-5b77-4e74a7aacf24-1a5608df, #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9a76-1a5608df, #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9a94-1a5608df, #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9aa2-1a5608df, #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9add-1a5608df, #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9ae8-1a5608df, #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9b07-1a5608df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f44cdc5-db18-b38a-ab10-83ea4fdad100-dc8ac929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84f2391a-9d33-a024-ac73-7875a410c335-dc8ac929 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0e3b0ab3-5fa2-ea79-2f60-1c54ae742b35-61bda315, #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac63f-61bda315 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb1e8e47-1b1e-3bc9-2115-2666351fe17b-dc8ac929 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2c31ee5f-c50b-3377-e17e-812f72f81dcb-dc8ac929 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-a988d64c-e15e-bda8-af0c-33ee42953e6f-dc8ac929 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_867000b4-1e83-1ed1-6046-2d0a39bc39ec-dc8ac929 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_84f2391a-9d33-a024-ac73-7875a410c34c-dc8ac929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa200fb2-02d0-1995-dc68-1757d678f0c7-d678f09e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa200fb2-02d0-1995-dc68-1757d678f121-d678f09e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-fa200fb2-02d0-1995-dc68-1757d678f14f-d678f09e {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-fa200fb2-02d0-1995-dc68-1757d678f16a-d678f09e {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-f7261cce-b2b6-e740-c173-1b164806209d-b5944871 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f7261cce-b2b6-e740-c173-1b16480620e6-b5944871 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-f7261cce-b2b6-e740-c173-1b1648062110-b5944871 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac64a-61bda315 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_89abc1d8-e18f-0303-129e-e7b1277ac652-61bda315 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c81b1989-a696-3fbe-165e-eb43b76206bb-61bda315 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c81b1989-a696-3fbe-165e-eb43b7620682-61bda315 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_74065159-ae87-0083-7ce6-862b04bf912b-61bda315 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9a94-1a5608df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9add-1a5608df {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_78d30f00-1e83-a7bb-30ce-8b4a4c8c9b07-1a5608df {
    grid-area: 11 / 1 / 12 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2353924f-a042-5b78-e9bf-bff4da14ecb6-dc8ac929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58c4be6c-e840-a7a6-73c0-37a569fe808e-dc8ac929 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cef0ef89-0d15-73b5-5a57-fc4b2abb503e-dc8ac929 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_84f2391a-9d33-a024-ac73-7875a410c22b-dc8ac929, #w-node-_5ea72c62-0395-1199-0038-55d050fb9565-50fb954f {
    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;
}