:root {
    --white: white;
    --black: black;
  }
  
  .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  .header {
    width: 100vw;
  }
  
  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 500px;
  }
  
  .main {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    grid-template: "."
    / 1fr 300px;
    grid-auto-flow: row;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .main.datenschutz {
    grid-template-columns: minmax(70%, 200fr);
    grid-auto-flow: row;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .right {
    position: relative;
    box-shadow: 1px 1px 2px #fff;
  }
  
  .articleinfo {
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }
  
  .articleinfo.testimonial {
    background-color: #d3edc8;
    border: 1px solid #75ae61;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-wrap: nowrap;
    place-content: flex-end flex-start;
    align-items: center;
    text-decoration: none;
  }
  
  .avatar {
    border-radius: 20px;
    height: 40px;
    margin-right: 10px;
  }
  
  .avatar.testimonial {
    order: -1;
    margin-left: 10px;
    margin-right: 20px;
  }
  
  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #d5f2e7;
    border: 1px solid #000;
    border-radius: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 20px 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  
  .image {
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .link-block {
    text-align: center;
    background-color: #fff6e2;
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
    transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
    box-shadow: 1px 1px 3px #191919, 0 0 10px #000;
  }
  
  .link-block:hover {
    box-shadow: 0 0 10px 3px #000;
  }
  
  .text-block-2 {
    color: #333;
  }
  
  .buttonwrapper {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }
  
  .buttonwrapper.mobile-hidden {
    display: none;
  }
  
  .link-block-2 {
    background-color: #53d240;
    border-radius: 5px;
    text-decoration: none;
    transition: transform .2s;
  }
  
  .link-block-2:hover {
    transform: scale(1.1);
  }
  
  .text-block-3 {
    color: #414141;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }
  
  .div-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .div-block-2 {
    background-color: #bae3cf;
    display: flex;
  }
  
  .text-block-4 {
    display: flex;
  }
  
  .text-block-5 {
    color: #3d3a3a;
    white-space: normal;
    flex-flow: row;
    flex: 0 auto;
    place-content: stretch center;
    align-self: center;
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    display: flex;
  }
  
  .link-block-3 {
    border: 1px solid #000;
    border-radius: 20px;
  }
  
  .link-block-3.testimonial {
    background-color: #fafff6;
    border-width: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    transition: box-shadow .2s;
    transform: translate(0);
    box-shadow: 0 0 5px #5f5b5b;
  }
  
  .testimonialsterne {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: flex;
  }
  
  .testimonialbewertung {
    color: #333;
    text-align: center;
    background-color: #0000;
    padding: 0 10px 5px;
    font-size: 17px;
    line-height: 24px;
  }
  
  .text-block-7 {
    color: #fff;
    text-align: center;
    background-color: #1f6c37db;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    font-size: 23px;
    line-height: 25px;
  }
  
  .text-block-8 {
    color: #746e6e;
    text-align: center;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 1;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  
  .testimonialname {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    display: grid;
  }
  
  .body-2 {
    font-size: 18px;
    line-height: 1.6;
  }
  
  .heading {
    text-align: left;
    margin-top: 0;
  }
  
  .testimonialwrapper {
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: flex-end;
    position: sticky;
    top: 0;
  }
  
  .text-block-9 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .bold-text, .bold-text-2, .bold-text-3 {
    line-height: 1;
  }
  
  .text-block-10 {
    color: #333;
    text-decoration: none;
  }
  
  .link-block-4 {
    text-decoration: none;
  }
  
  .footer-08 {
    background-color: #fff;
    border-top: 1px solid #373737;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 1px 1px 7px #867f7f;
  }
  
  .container-2 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-horizontal {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .footer-block {
    width: 50%;
  }
  
  .logo-flat {
    margin-left: auto;
    padding-left: 0;
  }
  
  .footer-link-wrap-short {
    white-space: nowrap;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }
  
  .footer-link-centre {
    color: #1e2833;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    display: block;
  }
  
  .footer-link-centre:hover {
    color: #5e4dcd;
  }
  
  .text-rights-short {
    color: #1e283380;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }
  
  .cta_wrapper {
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    display: flex;
  }
  
  .text-style-allcaps {
    text-transform: uppercase;
  }
  
  .text-style-allcaps.text-size-large {
    color: #2a2323;
  }
  
  .is_cta-circle {
    background-color: #019597;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 4.5625rem;
    height: 4.5625rem;
    margin-left: .875rem;
    display: flex;
  }
  
  .header-logo---brix {
    max-width: 200px;
  }
  
  .hamburger-menu-bar {
    background-color: #211f54;
    border-radius: 20px;
    width: 52px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .headerwrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .hamburger-menu-wrapper {
    padding: 0;
  }
  
  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }
  
  .header-nav-menu-list---brix {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }
  
  .header-wrapper---brix {
    cursor: none;
    background-color: #fff;
    border-bottom: .2px solid #7b7b7b;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 7px silver;
  }
  
  .header-logo-link---brix {
    transform-style: preserve-3d;
    padding-left: 0;
    transition: transform .3s, color .3s;
  }
  
  .header-logo-link---brix:hover {
    transform: scale3d(.96, .96, 1.01);
  }
  
  .container-default {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  
  .header-right-side {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  
  .header-nav-link---brix {
    color: gray;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
  }
  
  .header-nav-link---brix:hover {
    color: #4a3aff;
  }
  
  .header-nav-list-item---brix {
    margin-bottom: 0;
    padding-left: 32px;
  }
  
  .header-nav-list-item---brix.show-in-tablet {
    display: none;
  }
  
  .header-nav-list-item---brix.left {
    padding-left: 0;
    padding-right: 32px;
  }
  
  .large-header-wrap {
    perspective: 1000px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  
  .big-split-header {
    color: #fcfcfc;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 9rem;
    font-weight: 900;
    line-height: .8;
  }
  
  .big-split-header.large {
    font-size: 12rem;
  }
  
  .heading-overflow {
    padding-top: 0;
    display: flex;
  }
  
  .section-header-wrapper {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
    overflow: hidden;
  }
  
  .page-hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .header-tag {
    color: #fcfcfc;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: .6rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .9;
    overflow: visible;
  }
  
  .header-tag.no-btm-pad {
    margin-bottom: 0;
  }
  
  .header-tag.no-btm-pad.centerme {
    color: #000;
    text-align: center;
    text-align: center;
  }
  
  .hero-paragrapgh {
    color: #fcfcfc;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  
  .large-header-wrap-2 {
    perspective: 1000px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 7px;
    display: flex;
  }
  
  .header2 {
    background-color: #fffcfc;
    border: 1px solid #fff;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    position: static;
    box-shadow: 1px 1px 4px gray;
  }
  
  .text-block-11 {
    color: gray;
    text-align: right;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    place-content: space-between flex-start;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 13px;
    display: flex;
  }
  
  .image-2 {
    flex: 0 auto;
    align-self: auto;
  }
  
  .text-block-12 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }
  
  .quotes {
    color: #6b6363;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 8px;
    text-decoration: none;
  }
  
  .panel-content {
    flex: 1;
    padding: 20px;
  }
  
  .panel-content.element {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }
  
  .button-2 {
    color: #fff;
    letter-spacing: .5px;
    background-color: #3ecf8e;
    background-image: none;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 1px 11px #00000045;
  }
  
  .button-2:hover {
    transform: scale(1.02)translate(0, -3px);
    box-shadow: 0 15px 20px #0000001a;
  }
  
  .button-2.lottie-icon {
    background-color: #3ecf8e;
    background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
    border-radius: 7px;
    align-items: center;
    max-width: 350px;
    padding: 0 5px 0 10px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
  }
  
  .phone {
    width: 40px;
    padding-top: 10px;
  }
  
  .phone.small {
    width: 25px;
    margin-right: 5px;
    padding-top: 11px;
  }
  
  .button-text {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 1.5;
  }
  
  .text-block-13 {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    font-style: normal;
    font-weight: 700;
  }
  
  .heading-2, .heading-3 {
    text-align: center;
  }
  
  .heading-3.cta {
    color: #247044;
  }
  
  .heading-3.cta.orange {
    color: #ff9100;
  }
  
  .heading-3.cta.orange.enp-layout-cta-section-heading {
    margin-bottom: 20px;
    font-size: 28px;
  }
  
  .text-block-14, .text-block-15, .text-block-16 {
    margin-bottom: 10px;
  }
  
  .quelle {
    font-size: 13px;
  }
  
  .text-block-17 {
    margin-bottom: 10px;
  }
  
  .list-item {
    margin-bottom: 20px;
    list-style: decimal;
  }
  
  ._wf-layout-header {
    background-color: #000c;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  ._wf-layout-header.enp-layout-header {
    background-color: #0b0055;
  }
  
  ._wf-layout-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .image-4 {
    height: 50px;
  }
  
  .image-6 {
    height: 15px;
  }
  
  .about-article-date {
    align-items: center;
    display: flex;
  }
  
  ._wf-layout-about-article {
    display: flex;
  }
  
  ._wf-layout-about-article._wf-vid-layout-about-article {
    justify-content: center;
    display: none;
  }
  
  ._wf-layout-about-article.is-hidden {
    display: none;
  }
  
  ._wf-layout-cta-btns {
    flex-direction: column;
    display: flex;
  }
  
  .image-10 {
    height: 15px;
    margin-top: 10px;
  }
  
  .heading-10._wf-vid-layout-heading {
    text-align: center;
    margin-bottom: .5em;
    font-size: 44px;
    line-height: 100%;
  }
  
  .paragraph-5 {
    text-align: center;
    font-size: 13px;
    line-height: 130%;
  }
  
  .image-5 {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  
  .heading-7 {
    margin-top: 20px;
  }
  
  .cta-btn {
    cursor: pointer;
    background-image: linear-gradient(#ffb700, #ffb700);
    border: 1px solid #fff;
    margin-bottom: 1em;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 10px 2px #00000075;
  }
  
  .cta-btn.cta-btn-v2 {
    box-shadow: none;
    color: #000;
    text-align: center;
    background-color: #ffd260;
    background-image: none;
    border-width: 2px;
    border-color: #ffd260;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
    padding: 1.25em 2em;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    transition: all .4s;
    display: flex;
  }
  
  .cta-btn.cta-btn-v2:hover {
    box-shadow: 0 3px 5px 2px #00000080;
  }
  
  .image-9 {
    border-radius: 100%;
    height: 110px;
  }
  
  ._wf-layout-cta-btns-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }
  
  ._wf-layout-cta-btns-wrapper.is-hidden {
    display: none;
  }
  
  .image-8 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  ._wf-layout-content-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 60%;
    display: flex;
  }
  
  ._wf-layout-content-wrapper._wf-layout-utility-pages-content-wrapper {
    margin-top: 3em;
  }
  
  ._wf-layout-content-wrapper._wf-vid-layout-content-wrapper {
    justify-content: center;
  }
  
  ._wf-layout-content-wrapper.custom-width {
    width: 80%;
  }
  
  ._wf-layout-sidebar {
    min-width: 30%;
  }
  
  .list-item-3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  ._wf-layout-testimonial-item {
    background-color: #f0f4f7;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
    padding: 20px 20px 10px;
    display: flex;
  }
  
  .about-article-author {
    align-items: center;
    margin-right: 30px;
    display: flex;
  }
  
  .heading-8 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  ._wf-layout-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  ._wf-layout-hero {
    margin-top: .25em;
    margin-bottom: 5px;
    padding-top: .25em;
    padding-bottom: .25em;
  }
  
  .paragraph-2 {
    color: #00000080;
    margin-bottom: 0;
    margin-left: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }
  
  .paragraph-4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  ._wf-layout-main-content._wf-vid-layout-main-content {
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
    display: flex;
  }
  
  ._wf-layout-main-content.custom-width {
    max-width: 1200px;
  }
  
  .heading-9 {
    margin-bottom: .5em;
    font-size: 28px;
  }
  
  ._wf-layout-footer {
    background-color: #f0f4f7;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    margin-top: 3em;
    font-size: 14px;
    display: flex;
  }
  
  ._wf-layout-footer._wf-layout-utility-pages-footer {
    margin-top: 5em;
  }
  
  ._wf-layout-footer._wf-vid-layout-footer {
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }
  
  ._wf-layout-footer-wrapper {
    width: 50%;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  
  ._wf-layout-quality {
    align-items: center;
    display: flex;
  }
  
  .paragraph-6 {
    margin-bottom: 0;
    margin-left: 1em;
  }
  
  ._wf-layout-footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }
  
  .link-2 {
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }
  
  .paragraph-7 {
    text-align: center;
    margin-top: 1em;
  }
  
  .text-block-18 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .list-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  .wf {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .paragraph-8 {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .link-3, .link-4 {
    text-decoration: none;
  }
  
  ._wf-cta-map-section-mobile {
    display: none;
  }
  
  ._wf-cta-map-section-mobile.enp-layout-lands-cta-section {
    background-color: #fafafa;
    border: 1px solid #0003;
    border-radius: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 2em 1.5em;
    display: flex;
  }
  
  ._wf-mobile-cta-land.enp-layout-cta-land {
    background-color: #fff0d7;
    border: 1px solid #ffdda5;
    border-radius: 15px;
    align-items: center;
    min-width: 47%;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-decoration: none;
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    display: flex;
  }
  
  ._wf-mobile-cta-land.enp-layout-cta-land:hover {
    background-color: #ffdca0;
    border-color: #ffdca0;
  }
  
  .heading-11.enp-layout-cta-land-name {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 21px;
    line-height: 100%;
    text-decoration: none;
  }
  
  .image-12.enp-layout-cta-land-wappen {
    max-height: 70px;
  }
  
  .link-5, .bold-text-4, .link-6 {
    text-decoration: none;
  }
  
  .link-7 {
    color: #6b6363;
    text-decoration: none;
  }
  
  .link-8 {
    text-decoration: none;
  }
  
  .link-9 {
    font-style: normal;
    text-decoration: none;
  }
  
  .link-10, .link-11, .link-12 {
    text-decoration: none;
  }
  
  .image-13 {
    height: 50px;
  }
  
  ._wf-layout-advantage {
    background-color: #0476cb;
    border: 2px solid #fff;
    border-radius: 5px;
    min-height: 280px;
    margin-bottom: 1em;
    display: flex;
  }
  
  ._wf-layout-advantage.advantage-content-opposite {
    flex-direction: row-reverse;
  }
  
  ._wf-layout-advantages-section-wrapper {
    flex-direction: column;
    display: flex;
  }
  
  .paragraph-9 {
    font-size: 16px;
  }
  
  ._wf-layout-advantage-image-block {
    background-image: url('../images/Haustür_Schlüssel-1.jpg');
    background-position: 0%;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 0 50% 50% 0%;
    width: 35%;
    max-width: 35%;
    overflow: hidden;
  }
  
  ._wf-layout-advantage-image-block._wf-third-advtange-block-image {
    background-image: url('../images/immo-phone-mockup_500x500.jpg');
  }
  
  ._wf-layout-advantage-image-block.advantage-image-block-opposite {
    background-image: url('../images/IM_Wohngebiet.jpg');
    border-radius: 50% 0% 0% 50%;
  }
  
  .paragraph-10 {
    font-size: 16px;
  }
  
  ._wf-layout-advantage-content {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    max-width: 65%;
    padding: 2em;
    display: flex;
  }
  
  ._wf-cta-btns-lands-wrapper {
    border: 1px solid #0000001a;
    border-radius: 15px;
    padding: .5em 1.5em;
  }
  
  ._wf-cta-btns-lands {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
    display: flex;
  }
  
  ._wf-cta-btn-land {
    color: #000;
    cursor: pointer;
    background-color: #fff3c7;
    border: 1px solid #fde387;
    border-radius: 15px;
    align-items: center;
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 15px;
    padding: 0 10px;
    text-decoration: none;
    display: flex;
  }
  
  .image-14 {
    max-height: 75px;
  }
  
  .heading-12 {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .link-13 {
    text-decoration: none;
  }
  
  ._wf-layout-hero-video {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2em;
  }
  
  .button-3 {
    text-align: center;
    background-color: #ff9100;
    border: 2px solid #ff9100;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 1em;
    padding-top: .9em;
    padding-bottom: .9em;
    font-weight: 700;
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
  }
  
  .button-3:hover {
    color: #000;
    background-color: #ff910000;
  }
  
  .button-3.only-vid-layout-cta-btn {
    font-family: Montserrat, sans-serif;
  }
  
  .heading-13 {
    color: #000;
    text-align: center;
    background-color: #ff91004d;
    border-radius: 10px;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 15px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
  }
  
  .paragraph-11 {
    text-align: center;
    margin-bottom: 1em;
    font-family: Montserrat, sans-serif;
  }
  
  .bold-text-5 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 900;
  }
  
  .image-15 {
    filter: invert();
  }
  
  .enp-layout-atricle-info {
    border-bottom: 1px solid #000;
    justify-content: space-between;
    margin-top: 1em;
    padding-bottom: 15px;
    display: flex;
  }
  
  .enp-layout-article-info-left {
    align-items: center;
    display: flex;
  }
  
  .paragraph-12 {
    color: #a0a0a0;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 3px;
    font-size: 14px;
    line-height: 100%;
  }
  
  .image-16 {
    max-height: 15px;
  }
  
  .link-14 {
    color: #ffae00;
  }
  
  .enplayout-bekannt-aus-section {
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 0;
    display: flex;
  }
  
  .enplayout-bekannt-aus-section.enplayout-bekannt-aus-section-mobile {
    display: none;
  }
  
  .paragraph-13 {
    font-size: 14px;
  }
  
  .paragraph-14 {
    color: #a0a0a0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .image-17 {
    max-width: 75%;
  }
  
  .link-15 {
    color: #ffae00;
    text-align: left;
  }
  
  .bold-text-6, .link-16 {
    color: #ffae00;
  }
  
  ._wf-al-header {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  ._wf-al-content {
    justify-content: center;
    min-height: 0;
    display: flex;
  }
  
  ._wf-al-footer {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  
  ._wf-al-header-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }
  
  ._wf-al-content-wrapper {
    max-width: 75%;
    padding-top: 3em;
  }
  
  .heading-14 {
    margin-top: 0;
    margin-bottom: .3em;
    font-family: Varela Round, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 110%;
  }
  
  ._wf-al-about-author {
    align-items: center;
    margin-bottom: 1em;
    display: flex;
  }
  
  ._wf-al-author-image {
    border-radius: 100%;
    max-height: 50px;
  }
  
  ._wf-al-abouth-author-text {
    margin-left: 15px;
  }
  
  .paragraph-15, .paragraph-16 {
    margin-bottom: 0;
    font-family: Varela Round, sans-serif;
  }
  
  ._wf-al-hero-img {
    width: 100%;
    margin-bottom: .5em;
  }
  
  ._wf-al-p {
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
  
  ._wf-al-h {
    margin-top: 30px;
    margin-bottom: 25px;
    font-family: Varela Round, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
  }
  
  ._wf-al-cta-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  ._wf-al-cta-section-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }
  
  ._wf-al-cta-box-wrapper {
    background-color: #f7f7f7;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding: 3em 2em;
    display: flex;
    box-shadow: 0 0 10px 4px #0003;
  }
  
  ._wf-al-cta-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    border-radius: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }
  
  ._wf-al-cta-item {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-width: 24%;
    max-width: 24%;
    margin-left: 0;
    margin-right: 0;
    padding: 1em 2em;
    text-decoration: none;
    transition: all .6s;
    display: flex;
  }
  
  ._wf-al-cta-item:hover {
    background-color: #ffb800;
  }
  
  ._wf-al-cta-item-img {
    min-height: 0;
    max-height: 100px;
  }
  
  .paragraph-17 {
    font-size: 16px;
  }
  
  .paragraph-18 {
    margin-bottom: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 21px;
    line-height: 100%;
  }
  
  ._wf-al-trust-section {
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    display: flex;
  }
  
  .image-18 {
    width: auto;
    min-width: 75px;
    min-height: 100px;
    display: block;
  }
  
  .paragraph-19 {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
  
  ._wf-al-footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  
  ._wf-al-footer-link {
    color: #888;
    margin-left: 15px;
    font-family: Varela Round, sans-serif;
    text-decoration: none;
  }
  
  .paragraph-20 {
    color: #888;
    margin-top: 15px;
    font-family: Varela Round, sans-serif;
  }
  
  ._12 {
    font-family: Open Sans, sans-serif;
  }
  
  .ah-cta-btn {
    background-color: #1062aa;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Droid Sans, sans-serif;
    font-size: 21px;
    display: flex;
  }
  
  .list-3 {
    margin-bottom: 20px;
  }
  
  .ah-p {
    font-family: Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 150%;
  }
  
  .par-v4-header.sticky {
    background-color: #fff;
    position: sticky;
    top: 0;
  }
  
  .par-v4-header-wrapper {
    color: #e5e5e5;
    background-color: #bee8ff00;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 3em;
    display: flex;
  }
  
  .par-v4-header-wrapper.b {
    background-color: #c3eaff;
  }
  
  .par-v4-body-wrapper {
    background-color: #fff;
    width: 900px;
    position: relative;
  }
  
  .par-v4-body-wrapper.content-custom-width {
    width: 900px;
  }
  
  .par-v4-body-wrapper.custom-width {
    width: 1200px;
    margin: 60px auto 0 auto;
  }
  
  .body-3 {
    background-color: #f7f7f7;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .par-v4-article-info {
    color: #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 5px;
    font-family: Droid Sans, sans-serif;
  }
  
  .par-v4-heading {
    font-style: normal;
    font-weight: 400;
  }
  
  .par-v4-subheading {
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
  }
  
  .par-v4-content-wrapper-extra-paddings {
    padding-left: 3em;
    padding-right: 3em;
    display: block;
  }
  
  .par-v4-content-wrapper-extra-paddings.custom-width, .par-v4-content-wrapper-extra-paddings.custom-width-copy {
    max-width: 750px;
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .par-v4-hero-img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: .125em;
  }
  
  .par-v4-hero-description {
    font-size: 16px;
    line-height: 100%;
  }
  
  .par-v4-p {
    margin-top: 1em;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 160%;
    transition: opacity .2s;
  }
  
  .par-v4-p.sources {
    word-break: break-all;
    margin-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 10px;
  }
  
  .par-v4-p.myths-list-p {
    margin-top: 0;
    font-size: 18px;
    line-height: 120%;
  }
  
  .par-v4-p._wf-sola-stage-item-p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 130%;
  }
  
  .par-v4-p.custom-class-highlight {
    color: #fff;
    background-color: #000;
    display: inline;
  }
  
  .par-v4-p.mb-0 {
    margin-bottom: 0;
  }
  
  .par-v4-p.mt-0 {
    margin-top: 0;
  }
  
  .par-v4-p.author-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 800;
  }
  
  .par-v4-p.footnote {
    color: #acacac;
    margin-top: .25em;
    font-weight: 400;
  }
  
  .par-v4-p.asterisk {
    color: #8f8f8f;
    margin-top: -2em;
    font-size: 12px;
  }
  
  .par-v4-p.highlighted-red {
    background-color: #ff8585;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
  }
  
  .par-v4-p.underline {
    text-decoration: underline;
  }
  
  .par-v4-p.export-info-p {
    margin-top: .5em;
    font-size: 16px;
  }
  
  .par-v4-p.expert-position {
    color: #8e8e8e;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 100%;
  }
  
  .par-v4-p.expert-tag-p {
    color: #7a7a7a;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 100%;
  }
  
  .par-v4-p.expert-quote-p {
    font-size: 18px;
    line-height: 140%;
  }
  
  .par-v4-h {
    text-align: center;
    margin-bottom: 23px;
    font-family: Inter, sans-serif;
  }
  
  .par-v4-h.h-centered {
    text-align: center;
  }
  
  .par-v4-h.ct {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  
  .par-v4-h.red {
    color: #c41e3a;
    text-align: center;
    border: 1px solid #fff;
  }
  
  .par-v4-h.mt-0 {
    margin-top: 0;
  }
  
  .par-v4-h.tt {
    text-transform: uppercase;
    margin-top: 0;
  }
  
  .par-v4-h.ta-c, .par-v4-h.ta-l, .par-v4-h.align-left {
    text-align: left;
  }
  
  .par-v4-h.align-left.margin-top-0 {
    margin-top: 0;
  }
  
  .par-v4-h.h3 {
    text-align: left;
    font-size: 28px;
    line-height: 120%;
  }
  
  .arrow-down-img {
    margin-top: 2.5em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
    display: block;
  }
  
  .arrow-down-img.d-none {
    display: none;
  }
  
  .par-v4-cta-box {
    background-color: #f6f4f2;
    padding: 3em;
  }
  
  .par-v4-cta-box.d-none {
    display: none;
  }
  
  .par-v4-cta-box-head {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 100%;
  }
  
  .par-v4-cta-box-items {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }
  
  .par-v4-cta-box-item {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    align-items: center;
    min-width: 48.7%;
    max-width: 48.7px;
    margin-top: 1em;
    padding: .5em 1em .5em 1.5em;
    text-decoration: none;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }
  
  .par-v4-cta-box-item-wappen {
    max-height: 60px;
  }
  
  .par-v4-cta-box-item-state-name {
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 100%;
    text-decoration: none;
  }
  
  .par-v4-footer-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
    display: flex;
  }
  
  .par-v4-trust-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 0;
    display: flex;
  }
  
  .trsut-icon {
    height: 75px;
  }
  
  .trust-description {
    text-align: center;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 150%;
  }
  
  .footer-links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .footer-link {
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Inter, sans-serif;
    text-decoration: none;
  }
  
  .claim-p {
    text-align: center;
    width: 80%;
    margin-bottom: 25px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 130%;
  }
  
  .cta-box {
    background-color: #ffd583;
    width: 100%;
    padding: 4em 3em 0;
    position: relative;
  }
  
  .cta-box-inner {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: space-between;
    display: flex;
  }
  
  .cta-box-inner.custom-styles {
    flex-direction: row-reverse;
  }
  
  .cta-box-inner.custom-styles.v2 {
    padding-right: 2em;
  }
  
  .cta-box-inner.custom-2 {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  
  .button {
    color: #fff;
    text-align: center;
    letter-spacing: 2.148px;
    text-transform: uppercase;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 15px 2em;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    transition: all .4s;
  }
  
  .button:hover {
    color: #000;
    background-color: #04c10000;
    border-width: 2px;
  }
  
  .progress-bar {
    width: 100%;
  }
  
  .text-span-8 {
    color: #fff;
    background-color: #000;
    padding: 2px 5px 3px;
    font-size: 21px;
    display: inline-block;
  }
  
  .claim-h {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 28px;
    line-height: 120%;
  }
  
  .image-7 {
    max-width: 45%;
  }
  
  .image-7.custom-styles.pos-a, .image-7.custom-2.img-mob-active {
    display: none;
  }
  
  .image-7.custom-2.img-mob-substrate {
    max-width: 45%;
  }
  
  .cta-claim-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 50%;
    display: flex;
  }
  
  .black-friday-cta-box {
    margin-top: 2em;
  }
  
  .par-v4-cta-box-head-2 {
    text-align: center;
    font-size: 24px;
    line-height: 100%;
  }
  
  .par-v4-cta-box-item-state-name-2 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 100%;
    text-decoration: none;
  }
  
  .heading-15 {
    text-align: center;
  }
  
  .heading-15.cta {
    color: #247044;
  }
  
  .heading-15.cta.orange {
    color: #ff9100;
  }
  
  .button-4 {
    color: #fff;
    text-align: center;
    letter-spacing: 2.148px;
    text-transform: uppercase;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 15px 2em;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    transition: all .4s;
  }
  
  .button-4:hover {
    color: #000;
    background-color: #04c10000;
    border-width: 2px;
  }
  
  .image-19 {
    max-width: 45%;
  }
  
  .image-19.custom-2.img-mob-active {
    display: none;
  }
  
  .image-19.custom-2.img-mob-substrate {
    max-width: 45%;
  }
  
  .s1-layout-solar-age-cta-box {
    color: #ff9100;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 3em;
    display: flex;
  }
  
  .paragraph-21 {
    color: #ff9100;
    text-align: center;
    background-color: #42b99f1c;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
  }
  
  .image-20 {
    max-width: 50%;
  }
  
  .s1-layout-solar-cta-btn {
    background-color: #23a638;
    justify-content: center;
    width: 100%;
    padding: 1.5em 3em;
    text-decoration: none;
    display: flex;
  }
  
  .s1-layout-solar-cta-btn.cta-box-cta-btn {
    background-color: #23a638;
    margin-top: 2em;
  }
  
  .s1-layout-solar-cta-btn.cta-box-cta-btn.age-cta-box-cta {
    background-color: #d30000;
  }
  
  .image-3 {
    filter: invert();
    max-height: 30px;
  }
  
  .paragraph-22 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
  }
  
  .paragraph-23 {
    text-align: center;
    background-color: #ff88001f;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
  }
  
  .paragraph-23.cta1 {
    color: #ff9100;
    text-decoration: none;
  }
  
  .link-block-5 {
    justify-content: center;
    width: 100%;
    display: flex;
  }
  
  .image-21 {
    max-width: 50%;
  }
  
  .link-17 {
    text-decoration: none;
  }
  
  .image-22 {
    max-width: 100%;
  }
  
  .image-22.cta-img-custom-size {
    max-width: 80%;
  }
  
  .cta-img-custom-size {
    max-width: 80%;
    margin: 1em .7em .7em;
  }
  
  .heading-16 {
    text-align: center;
  }
  
  .heading-16.cta {
    color: #247044;
  }
  
  .heading-16.cta.orange {
    color: #ff9100;
  }
  
  ._wf-layout-upd-sidebar {
    flex-direction: column;
    justify-content: space-between;
    min-width: 10%;
    padding-top: 3em;
    display: flex;
  }
  
  .banner-clickout-link-static {
    position: sticky;
    top: 1em;
    bottom: 5em;
  }
  
  .banner-clickout-link-static.second-banner {
    padding-top: 3em;
    top: 3em;
  }
  
  .sidebar-inner-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    height: 50%;
    display: flex;
    position: relative;
  }
  
  ._wf-related-articles-section {
    margin-top: 5em;
  }
  
  ._wf-related-articles-section.d2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .related-articles-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    margin-top: 1em;
    display: flex;
  }
  
  .related-article-item {
    color: #000;
    flex-direction: column;
    width: 33%;
    text-decoration: none;
    display: flex;
  }
  
  .related-article-h {
    margin-top: 5px;
    font-size: 21px;
    line-height: 110%;
  }
  
  .related-article-p {
    font-size: 14px;
    line-height: 130%;
  }
  
  .realted-articles-h {
    font-size: 32px;
    line-height: 100%;
  }
  
  .banner-mobile {
    display: none;
  }
  
  .update {
    text-align: center;
    background-color: #ffb8b8;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 160%;
  }
  
  .update._2 {
    background-color: #ffe68d;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  
  .update._2.red-box {
    background-color: #ff8989;
  }
  
  .update.upd-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding: 1.5em;
    display: flex;
  }
  
  .button-5 {
    color: #fff;
    letter-spacing: .5px;
    background-color: #3ecf8e;
    background-image: none;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 1px 11px #00000045;
  }
  
  .button-5:hover {
    transform: scale(1.02)translate(0, -3px);
    box-shadow: 0 15px 20px #0000001a;
  }
  
  .button-5.lottie-icon {
    background-color: #ff8418;
    background-image: none;
    border-radius: 7px;
    flex: 0 auto;
    align-items: center;
    max-width: 70%;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
  }
  
  .button-text-2 {
    text-align: center;
    flex: 1;
    margin-left: 5px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 1.5;
  }
  
  .header-cta-btn {
    color: #000;
    background-color: #ffb700;
    border-radius: 10px;
    padding: 15px 30px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
  }
  
  .cta-btn-section {
    justify-content: center;
    align-items: center;
    margin-top: .25em;
    margin-bottom: auto;
    display: flex;
    position: relative;
  }
  
  .cta-btn-section.turned-off {
    display: none;
  }
  
  .btn-anmtd {
    text-align: center;
    letter-spacing: .5px;
    background-color: #ff8418;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px 35px;
    font-size: 18px;
    line-height: 130%;
    display: block;
  }
  
  .btn-anmtd.non-animated {
    border: 2px solid #ff8418;
    transition: all .4s;
  }
  
  .btn-anmtd.non-animated:hover {
    color: #ff8418;
    background-color: #0000;
  }
  
  .btn-anmtd.custom-spacings {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .btn-anmtd.mr-40 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .cursor {
    position: absolute;
    inset: 50% auto 0% 50%;
  }
  
  .smava-video {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
    color: #c41e3a;
  }
  
  .list-4, .list-5 {
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 180%;
    list-style-type: decimal;
  }
  
  .tgl-p-2 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 24px;
    line-height: 150%;
  }
  
  .tgl-p-2.cta-section-highlight {
    background-color: #f7ffb8;
    font-family: Inter, sans-serif;
    line-height: 250%;
  }
  
  .red-bold {
    color: red;
  }
  
  .video-container {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .bg-video {
    z-index: 999;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 100%;
  }
  
  .paragraph-24 {
    font-family: Inter, sans-serif;
  }
  
  .fixed-cta-section {
    z-index: 99999;
    background-color: #2c638b;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .cta-btn-fixed {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
  }
  
  .cta-btn-fixed.cta-btn {
    background-color: #ffd900;
    width: auto;
    margin-top: 0;
    padding-top: 1em;
  }
  
  .text-span-13 {
    color: red;
    font-size: 17px;
    line-height: 100%;
  }
  
  .footer-9 {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 7em;
    display: inline-block;
  }
  
  .footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: .25em;
    padding-bottom: 1em;
    display: flex;
  }
  
  .footer-logo {
    max-height: 30px;
    margin-top: 10px;
  }
  
  .footer-links-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 2em;
    display: flex;
  }
  
  .footer-link-3 {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }
  
  .text-span-14 {
    text-align: justify;
  }
  
  .steps-section {
    background-color: #b6d4c5;
    border-radius: 15px;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2em;
  }
  
  .tgl-p-3 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
  }
  
  .tgl-p-3.mt-custom {
    margin-top: 1em;
  }
  
  .body-4 {
    background-color: #f7f7f7;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .par-v4-blue-line {
    background-color: #e9f4fc;
    border-top: 1.5px solid #005c9e;
    border-bottom: 1.5px solid #005c9e;
    justify-content: center;
    align-items: center;
    padding-top: .75em;
    padding-bottom: .75em;
    display: flex;
  }
  
  .par-v4-p-2 {
    margin-top: 1em;
    font-size: 21px;
    line-height: 160%;
  }
  
  .par-v4-p-2.fs-14 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }
  
  .google-review {
    max-height: 75px;
    margin: 2em auto;
    display: block;
  }
  
  .testimonial-gallery {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  
  .list-6 {
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 160%;
  }
  
  .list-7 {
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 160%;
  }
  
  .list-item-4, .list-item-5 {
    padding-bottom: 10px;
  }
  
  .text-span-15 {
    color: #bababa;
  }
  
  .list-8 {
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 160%;
    list-style-type: decimal;
  }
  
  .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22 {
    font-family: Inter, sans-serif;
    font-size: 27px;
  }
  
  .paragraph-25 {
    font-size: 20px;
  }
  
  .heading-23 {
    font-style: normal;
    font-weight: 700;
  }
  
  .bold-text-12 {
    padding-right: 10px;
  }
  
  .proof {
    flex-flow: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -30px;
    font-size: 25px;
    font-weight: 400;
    display: flex;
  }
  
  .t-authors {
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    max-width: 100%;
    position: relative;
  }
  
  .text-block-19 {
    margin-top: 10px;
  }
  
  .google-trust-icon {
    height: 65px;
    margin: 1.5em auto 0;
    padding-bottom: 0;
    display: block;
  }
  
  .pv-testimonials-carousel {
    overflow: hidden;
  }
  
  .swiper-wrapper.wrapper-custom {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: visible;
  }
  
  .swiper-slide.slide-custom {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }
  
  .swiper {
    position: relative;
    inset: 0;
    overflow: hidden;
  }
  
  .swiper-testimonial {
    background-color: #fffbf1;
    border: 1px solid #0000001a;
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    display: flex;
  }
  
  .t-stars {
    max-height: 25px;
  }
  
  .t-h {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 100%;
  }
  
  .t-p {
    text-align: center;
    margin-top: 1em;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 150%;
  }
  
  .t-author-geo {
    color: #2c2c2c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  
  .st-body {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 3em 2em;
    display: flex;
  }
  
  .heyflow-embed {
    background-color: #fff3ec;
    border: 2px solid #000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1.5em;
    display: flex;
  }
  
  .code-embed {
    width: 100%;
  }
  
  .pv-people-counter-box {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 15px;
  }
  
  .pv-people-counter-box.bg-yellow {
    background-color: #ffd260;
    display: flex;
  }
  
  .pvpcb-p {
    color: #000;
    justify-content: flex-end;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 120%;
    display: flex;
  }
  
  .js-number {
    color: #0baa00;
    padding-right: 5px;
    font-size: 21px;
    font-weight: 800;
  }
  
  .pv-article-footnote {
    margin-top: 3em;
  }
  
  .paragraph-26 {
    text-align: left;
  }
  
  .d-none {
    display: none;
  }
  
  ._wf-reasons-box {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    background-color: #f1f1f1;
    border: 1px solid #0000001a;
    border-radius: 10px;
    flex-flow: column;
    margin-top: 4em;
    margin-bottom: 4em;
    padding: 2em 3em;
    display: flex;
  }
  
  ._wf-ul {
    font-size: 21px;
    list-style-type: disc;
  }
  
  .pv-people-counter-box-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
  }
  
  .italic-text {
    font-size: 30px;
    font-weight: 400;
  }
  
  .list-9 {
    margin-top: -2px;
    font-size: 23px;
  }
  
  .list-20 {
    font-size: 21px;
  }
  
  .image-25 {
    font-size: 14px;
    font-weight: 700;
  }
  
  .img-f-width {
    width: 100%;
  }
  
  .img-f-width.br-15 {
    border-radius: 15px;
  }
  
  ._wf-3-steps-box {
    margin-top: 3em;
  }
  
  ._wf-3sb-h.par-v4-h {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
  }
  
  ._wf-3sb-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 32%;
    padding: .5em;
    display: flex;
  }
  
  ._wf-3sb-item-img {
    max-height: 125px;
  }
  
  ._wf-3sb-item-h {
    text-align: center;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 100%;
  }
  
  ._wf-3sb-item-p.par-v4-p {
    text-align: center;
    margin-top: .5em;
    font-size: 16px;
  }
  
  ._wf-3sb-items {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    margin-top: 3em;
    display: flex;
  }
  
  .image-26 {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    display: block;
  }
  
  .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;
  }
  
  .pvpcb-p-2 {
    color: #000;
    justify-content: flex-end;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 120%;
    display: flex;
  }
  
  .js-number-2 {
    color: #0baa00;
    margin-left: 5px;
    padding-right: 5px;
    font-size: 21px;
    font-weight: 800;
  }
  
  .header-logo-new {
    max-height: 50px;
  }
  
  .image-27 {
    margin-bottom: 20px;
  }
  
  .button-6 {
    text-align: center;
    background-color: #ff9100;
    border: 2px solid #ff9100;
    border-radius: 100px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1em;
    margin-left: 0;
    padding: .9em 0;
    font-weight: 700;
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
  }
  
  .button-6:hover {
    color: #000;
    background-color: #ff910000;
  }
  
  .nl-cta-section-h1 {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 120%;
  }
  
  .cta-section-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    display: flex;
  }
  
  .nl-content-piece {
    max-width: 60%;
  }
  
  .nl-content-piece.cta-section {
    background-color: #e6f3ff;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    margin-top: 7em;
    margin-bottom: 7em;
    padding: 5em;
    display: flex;
  }
  
  .nl-content-piece.cta-section.nl-2-content-piece {
    background-color: #fff9be;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 3em;
    margin-bottom: 0;
    padding: 3em;
  }
  
  .cta-section-item-step-description {
    margin-bottom: 0;
  }
  
  .cta-section-item-step-description.nl-p {
    font-size: 18px;
  }
  
  .cta-section-item-step {
    color: #000;
    text-align: left;
    flex: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }
  
  .cta-section-steps {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
  }
  
  .nl-6-list {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
  }
  
  .nl-6-p {
    color: #1f1b43;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 150%;
    display: block;
  }
  
  .bold-text-37 {
    font-weight: 700;
  }
  
  .js-number-3 {
    color: #0baa00;
    margin-left: 5px;
    padding-right: 5px;
    font-size: 21px;
    font-weight: 800;
  }
  
  .button-7 {
    text-align: center;
    background-color: #ff9100;
    border: 2px solid #ff9100;
    border-radius: 100px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1em;
    margin-left: -20px;
    padding: .9em 0;
    font-weight: 700;
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
  }
  
  .button-7:hover {
    color: #000;
    background-color: #ff910000;
  }
  
  .myths-box {
    background-color: #ffe68d;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 3em;
    display: block;
  }
  
  .myths-h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 0;
  }
  
  .myths-box-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  
  .myths-true {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 48%;
    margin-bottom: 0;
    display: flex;
  }
  
  .myths-item {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .image-28 {
    vertical-align: baseline;
    flex: 0 auto;
    width: 23px;
    max-width: 40%;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: overline;
    display: block;
  }
  
  .text-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    display: flex;
  }
  
  .myths-false {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 48%;
    display: flex;
  }
  
  .bill-box-cta {
    max-width: 900px;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  
  .bill-box-h {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
  }
  
  .columns-6 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }
  
  .mb-cta {
    color: #333;
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #ffe68d;
    background-clip: border-box;
    border: 1px solid #ffe68d;
    border-radius: 20px;
    width: auto;
    padding: 1em 1.5em;
    font-weight: 700;
  }
  
  .mb-cta:hover {
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    background-color: #fff88800;
    background-clip: border-box;
    border: 4px solid #fff888;
    border-radius: 20px;
    width: auto;
    display: block;
  }
  
  .mb-cta:active {
    border-width: 2px;
  }
  
  ._wf-sola-stages {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    position: static;
  }
  
  ._wf-sola-stage-item {
    border: 2px solid #ffe68d;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 32%;
    padding: 2em 1.5em;
    display: flex;
  }
  
  .cta-btn-h3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 1em;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 110%;
    display: block;
  }
  
  .text-block-21 {
    text-align: center;
    font-size: 15px;
  }
  
  .houses-cta {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
  }
  
  .house-type-cta-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #333;
    background-color: #f6f6f6;
    border-radius: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 24%;
    text-decoration: none;
    display: flex;
  }
  
  .cta-btn-img {
    border-radius: 5px;
  }
  
  .cta-btn-arrow-icon {
    vertical-align: bottom;
    max-height: 50px;
  }
  
  .bill-box-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }
  
  .mb-cta-btn {
    color: #000;
    text-align: center;
    background-color: #ff8307;
    border-radius: 100px;
    min-width: 23%;
    padding: 1em 1.5em;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 100%;
    transition: all .4s;
  }
  
  .mb-cta-btn:hover {
    background-color: #ffd43a;
    box-shadow: 3px 3px 10px #0003;
  }
  
  ._wf-sola-stage-item-h {
    text-align: center;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 110%;
  }
  
  .ht-cta-btn-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
  }
  
  .link-in-text {
    color: #fa0;
  }
  
  .fomo-box {
    background-color: #ff9090;
    border: 5px dashed #a20000;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
  }
  
  .custom-block-quote {
    background-color: #ededed;
    border: 1px solid #0000001a;
    border-radius: 10px;
    flex-flow: column;
    padding: 30px;
    display: flex;
  }
  
  .blockquote-author-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .author-img {
    border-radius: 70px;
    width: 10%;
  }
  
  .author-job-position {
    margin-bottom: 0;
  }
  
  .div-block-3 {
    flex-flow: column;
    display: flex;
  }
  
  .state-name {
    font-weight: 700;
  }
  
  .background-video-4 {
    z-index: 999;
  }
  
  .bold-text-38 {
    text-align: left;
  }
  
  .image-29 {
    vertical-align: baseline;
    background-color: #ec4444;
    flex: 0 auto;
    width: 23px;
    max-width: 40%;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: overline;
    display: block;
  }
  
  .image-29-copy {
    vertical-align: baseline;
    background-color: #73bb46;
    flex: 0 auto;
    width: 23px;
    max-width: 40%;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: overline;
    display: block;
  }
  
  .bold-text-39 {
    text-align: center;
  }
  
  .link-19 {
    font-size: 10px;
  }
  
  .article-n-index {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
    position: relative;
  }
  
  .index-box {
    background-color: #f2f2f2;
    border: 1px solid #000;
    border-radius: 5px;
    position: sticky;
    top: 10vh;
  }
  
  .h1 {
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 100%;
  }
  
  .h1.no-margins {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }
  
  .index-head {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em;
    display: flex;
  }
  
  .index-cross {
    height: 25px;
    display: none;
  }
  
  .index-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    overflow: hidden;
  }
  
  .index-content-p {
    color: #000;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1.5em;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    transition: all .4s;
  }
  
  .index-content-p:hover {
    color: #e69a00;
    transform: translate(5px);
  }
  
  .bold-text-40 {
    text-align: left;
  }
  
  .bold-text-41 {
    text-align: left;
    padding-left: 0;
  }
  
  .container-10 {
    background-color: #f5f5f5;
  }
  
  .container-10.bildunterschrift._2 {
    background-color: #fff;
    margin-top: -15px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
  
  .text-block-22 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .code-embed-2 {
    width: 10%;
  }
  
  .link-footnote {
    color: #969696;
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
  }
  
  .link-20 {
    color: #969696;
  }
  
  .section {
    display: flex;
  }
  
  .bold-text-42 {
    display: block;
  }
  
  .list-item-28 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  .list-21 {
    font-size: 19px;
  }
  
  .fomo_text_box {
    background-color: #ff9e9e;
    border: 3px dashed #bd0000;
    border-radius: 20px;
    padding: 50px 20px;
  }
  
  .fomo-cta-btn-by-nikita {
    background-color: #000;
    border-radius: 15px;
    padding: 20px 30px;
    font-size: 21px;
  }
  
  .nl-custom-list {
    background-color: #a2ff88;
    padding: 2em;
  }
  
  .nl-custom-list-box {
    padding-left: 20px;
    font-size: 21px;
    list-style-type: disc;
  }
  
  .nl-custom-list-item {
    margin-bottom: 3em;
  }
  
  .nl-custom-list-item.mb-1 {
    margin-bottom: 2em;
  }
  
  .tab-head {
    background-color: #fff698;
    border: 1px solid #4141411a;
    border-radius: 100px;
    padding: 1em 3em;
    font-size: 18px;
    line-height: 100%;
  }
  
  .tab-head.w--current {
    color: #414141;
    background-color: #ffea00;
    border: 1px solid #414141;
  }
  
  .tabs-menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
    display: flex;
  }
  
  .tab-img {
    max-width: 30%;
  }
  
  .tab-range-slider {
    min-width: 50%;
    margin-bottom: 5vh;
  }
  
  .savings-block {
    background-color: #f4f4f4;
    border: 1px solid #0000001a;
    border-radius: 15px;
    padding: 3em;
  }
  
  .tab-panel-inner {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .trs-h {
    margin-top: 0;
    font-size: 26px;
    line-height: 120%;
  }
  
  .trs-slider-substrate {
    z-index: 0;
    background-color: #d4d4d4;
    border-radius: 50px;
    height: 10px;
    position: absolute;
    inset: 0%;
  }
  
  .trs-slider-range {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .trs-slider-range._1st-option {
    width: 40%;
    overflow: visible;
  }
  
  .trs-slider-dot {
    background-color: #c28eff;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
  
  .trs-slider-dot.right-handle {
    background-color: #c28eff;
    margin-top: -2px;
    margin-left: -10px;
  }
  
  .trs-slider-handle {
    z-index: 999;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
  }
  
  .trs-slider-handle.left-handle {
    margin-right: -10px;
  }
  
  .trs-s-h-p {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
  }
  
  .slider-progress {
    z-index: 1;
    background-color: #8419ff;
    width: 110%;
    height: 10px;
    margin-top: -2px;
  }
  
  .trs-slider {
    margin-top: 1em;
    position: relative;
  }
  
  .trs-slider.slider-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .trs-slider.slider-3 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  
  .trs-s-h-p-box {
    position: absolute;
    top: 150%;
  }
  
  .expert-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #e7f0ff;
    border: 1px solid #0000001a;
    border-radius: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 1.5em;
    display: flex;
  }
  
  .expert-info {
    flex-flow: column;
    display: flex;
  }
  
  .expert-img {
    border: 1px solid #000;
    border-radius: 100px;
    height: 100px;
  }
  
  .about-expert {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .expert-name {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .expert-tag {
    padding: 1em;
  }
  
  .expert-tag.tag-green {
    background-color: #acd6b0;
    border-radius: 7px;
  }
  
  .expert-tag.tag-violet {
    background-color: #d6b3ff;
    border-radius: 7px;
  }
  
  .expert-quote {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #e7f0ff;
    border: 1px solid #0000001a;
    border-radius: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
    padding: 1.5em;
    display: flex;
  }
  
  .fsz-12 {
    color: #959595;
    width: 70%;
    font-size: 12px;
    line-height: 120%;
    display: inline-block;
  }
  
  .gm-age-btns {
    justify-content: space-around;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
  }
  
  .gm-cta-btn {
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #0000001a;
    border-radius: 15px;
    width: 23%;
    padding: 0 1.5em 1.5em;
    text-decoration: none;
    transition: all .4s;
  }
  
  .gm-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #0000004d;
  }
  
  .par-v4-p-3 {
    margin-top: 1em;
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 160%;
  }
  
  .par-v4-p-3.ta-c {
    text-align: center;
  }
  
  .par-v4-p-3.ta-c.fsz-18px {
    line-height: 120%;
  }
  
  .bold-text-44 {
    margin-left: 0;
    padding-left: 0;
  }
  
  .image-30 {
    cursor: auto;
  }
  
  .par-v4-p-4, .par-v4-p-5 {
    margin-top: 1em;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 160%;
    transition: opacity .2s;
  }
  
  .par-v4-p-5.expert-position {
    color: #8e8e8e;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 100%;
  }
  
  .par-v4-p-5.export-info-p {
    margin-top: .5em;
    font-size: 16px;
  }
  
  .par-v4-p-5.expert-tag-p {
    color: #7a7a7a;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 100%;
  }
  
  .par-v4-p-5.expert-quote-p {
    font-size: 18px;
    line-height: 140%;
  }
  
  .pv-msn-header {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .pv-msn-content {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .pv-msn-header-wrapper {
    width: 1100px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  
  .pv-msn-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    width: 1100px;
    margin-top: 3em;
    display: flex;
  }
  
  .pv-msn-article {
    width: 70%;
  }
  
  .pv-msn-sidebar {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    width: 25%;
    display: flex;
  }
  
  .pv-msn-redaction-box {
    background-color: #fbfbfb;
    border: 1px solid #0000001a;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 1.25em;
    display: flex;
  }
  
  .pv-msn-rb-logo {
    max-height: 15px;
    margin-bottom: 0;
  }
  
  .pv-msn-rb-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .pv-msn-rb-logo-name {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    display: none;
  }
  
  .pv-msn-body {
    font-family: Open Sans, sans-serif;
  }
  
  .pv-msn-rb-p {
    margin-bottom: 0;
    font-weight: 700;
  }
  
  .pv-msn-h1 {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .pv-msn-aa {
    border-bottom: 1px solid #0000001a;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }
  
  .pv-msn-aa-p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }
  
  .pv-msn-aa-p.color-green {
    color: #13a10e;
  }
  
  .pv-msn-aa-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .pv-msn-p {
    margin-bottom: 1em;
    font-size: 17px;
    line-height: 150%;
  }
  
  .pv-msn-p.quote-p {
    padding-left: 50px;
  }
  
  .pv-msn-p.caption {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 12px;
  }
  
  .pv-msn-anzeige-box {
    color: #000;
    border: 1px solid #0000001a;
    border-radius: 15px;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 2em;
    margin-bottom: 2em;
    text-decoration: none;
    transition: all .5s;
    display: flex;
    overflow: hidden;
  }
  
  .pv-msn-anzeige-box:hover {
    box-shadow: 0 2px 5px 2px #0003;
  }
  
  .pv-msn-ab-img {
    max-width: 30%;
  }
  
  .pv-msn-ab-text {
    max-width: 60%;
  }
  
  .pv-msn-ab-h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
  }
  
  .pv-msn-ab-h2.sidebar {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  
  .pv-msn-ab-p {
    font-size: 14px;
    line-height: 150%;
  }
  
  .pv-msn-ab-p.sidebar {
    font-size: 12px;
  }
  
  .pv-msn-ab-button {
    background-color: #565656;
    justify-content: flex-start;
    align-items: center;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }
  
  .pv-msn-ab-button-img {
    height: 30px;
  }
  
  .pv-msn-h2-box {
    margin-top: 3em;
    margin-bottom: 1.5em;
  }
  
  .pv-msn-h2-box-line {
    background-color: #4a25ff;
    width: 50px;
    height: 5px;
  }
  
  .pv-msn-h2 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .pv-msn-img-f-width {
    border-radius: 15px;
    width: 100%;
  }
  
  .pv-msn-ul {
    font-size: 18px;
  }
  
  .pv-msn-content-main {
    justify-content: space-between;
    display: flex;
  }
  
  .pv-msn-content-anzeige-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-top: 5em;
    display: flex;
  }
  
  .pv-msn-sidebar-anzeige-box {
    color: #000;
    background-image: linear-gradient(283deg, #f4f4f4, #fff);
    border: 1px solid #0000001a;
    border-radius: 15px;
    text-decoration: none;
    transition: all .5s;
    overflow: hidden;
  }
  
  .pv-msn-sidebar-anzeige-box:hover {
    box-shadow: 2px 2px 7px #00000026;
  }
  
  .pv-msn-sidebar-anzeige-box-img {
    width: 100%;
  }
  
  .pv-msn-sidebar-anzeige-box-inner {
    padding: 0 1em 1em;
  }
  
  .pv-msn-sidebar-navigation {
    background-color: #ededed;
    border: 1px solid #0000001a;
    border-radius: 15px;
    padding: 1.5em;
  }
  
  .pv-msn-sidebar-navigation-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }
  
  .pv-msn-sidebar-navigation-items {
    border-radius: 15px;
    margin-top: 2em;
    overflow: hidden;
  }
  
  .pv-msn-sidebar-navigation-item {
    color: #000;
    background-color: #fff;
    padding: 1em;
    text-decoration: none;
  }
  
  .pv-msn-sidebar-navigation-item.middle-item:hover {
    background-color: #f2f2f2;
  }
  
  .pv-msn-sidebar-navigation-item-p {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 120%;
  }
  
  .pv-msn-sidebar-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
    position: sticky;
    top: 3%;
  }
  
  .pv-msn-content-anzeige-section-inner {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    display: flex;
  }
  
  .pv-msn-anzeige-scetion-h2 {
    font-weight: 600;
  }
  
  .pv-msn-trust-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .pv-tb-img {
    max-height: 75px;
  }
  
  .pv-tb-p {
    margin-bottom: 0;
  }
  
  .pv-msn-footer {
    margin-top: 5em;
  }
  
  .pv-msn-footer-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }
  
  .list-22, .list-numbers {
    font-size: 21px;
    list-style-type: decimal;
  }
  
  .par-v4-quellen {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .par-v4-quellen-h3 {
    margin-bottom: 0;
    font-size: 18px;
  }
  
  .par-v4-quellen-p {
    font-size: 12px;
  }
  
  .image-31 {
    margin-top: -10px;
    margin-bottom: 42px;
  }
  
  .text-block-23 {
    margin-top: -37px;
    margin-bottom: 23px;
    font-size: 15px;
  }
  
  .list-item-29, .list-item-30 {
    font-size: 20px;
  }
  
  .jf {
    margin-top: 4px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }
  
  .list-item-31 {
    font-size: 20px;
  }
  
  .list-item-32 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .sola-hero-section {
    height: 60vh;
  }
  
  .sola-hero-section-inner {
    height: 100%;
    display: flex;
  }
  
  .sola-hero-section-inner.new-mar-space {
    height: 100%;
    margin-top: 140px;
  }
  
  .sola-hsi-logo {
    height: 50px;
  }
  
  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .hc-inner.new-mar {
    margin-bottom: 150px;
  }
  
  .hci-h1 {
    font-size: 32px;
    line-height: 110%;
  }
  
  .hci-h3 {
    font-size: 18px;
    line-height: 130%;
  }
  
  .hero-quiz {
    background-color: #e8efff;
    border: 1px solid #000;
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
    padding: 3em 2em;
    display: flex;
  }
  
  .hero-quiz.new-mar-bot {
    margin-bottom: 0;
  }
  
  .hq-h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 100%;
  }
  
  .quiz-buttons {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }
  
  .quiz-btn {
    background-color: #ec3838;
    border-radius: 15px;
    padding: 1em 3em;
    font-size: 18px;
    line-height: 100%;
    transition: all .5s;
  }
  
  .quiz-btn:hover {
    background-color: #bf0e0e;
  }
  
  .main-section {
    background-color: #e8efff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
  }
  
  .main-section-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 700px;
    display: flex;
  }
  
  .msi-h2 {
    margin-top: 1.5em;
    font-size: 28px;
    line-height: 120%;
  }
  
  .msi-p {
    font-size: 20px;
    line-height: 150%;
  }
  
  .list-item-33 {
    font-size: 17px;
  }
  
  .ol-li {
    font-size: 18px;
  }
  
  .msi-cta-btn {
    background-color: #ec3838;
    border-radius: 15px;
    margin: 1em auto 3em;
    padding: 1em 3em;
    font-size: 21px;
    line-height: 100%;
    transition: all .5s;
  }
  
  .msi-cta-btn:hover {
    background-color: #a21717;
  }
  
  @media screen and (min-width: 1440px) {
    .big-split-header {
      border: 1px solid #0000;
      font-size: 9rem;
    }
  
    .section-header-wrapper {
      padding-left: 5.1rem;
    }
  
    ._wf-al-cta-item {
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .paragraph-17 {
      margin-top: 10px;
    }
  
    .image-18 {
      min-width: 75px;
      min-height: 0;
    }
  
    .button, .button-4 {
      font-size: 16px;
    }
  
    .tgl-p-2, .tgl-p-3 {
      font-size: 24px;
    }
  
    .nl-content-piece.cta-section {
      background-color: #ffc364;
    }
  
    .trs-slider-range {
      display: flex;
    }
  
    .trs-slider-dot {
      background-color: #c28eff;
      width: 14px;
      height: 14px;
    }
  
    .trs-slider-handle, .trs-slider-handle.left-handle {
      margin-top: 0;
    }
  
    .slider-progress {
      width: 110%;
    }
  }
  
  @media screen and (min-width: 1920px) {
    .big-split-header {
      font-size: 10rem;
      line-height: 1;
    }
  
    .hero-paragrapgh {
      font-size: 2rem;
    }
  
    ._wf-layout-footer {
      margin-top: 3em;
    }
  
    .par-v4-hero-img {
      padding-left: 0;
      padding-right: 0;
    }
  
    .arrow-down-img {
      margin-top: 1em;
    }
  
    .cta-box-inner.custom-2 {
      align-items: flex-end;
    }
  
    .button {
      font-size: 15px;
    }
  
    .image-7.custom-2.img-mob-substrate {
      max-width: 50%;
    }
  
    .button-4 {
      font-size: 15px;
    }
  
    .image-19.custom-2.img-mob-substrate {
      max-width: 50%;
    }
  
    .tgl-p-2 {
      margin-top: 20px;
      font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
      font-size: 32px;
    }
  
    .fixed-cta-section {
      position: sticky;
    }
  
    .footer-9 {
      margin-bottom: 3em;
    }
  
    .tgl-p-3 {
      margin-top: 20px;
      font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
      font-size: 32px;
    }
  
    .tgl-p-3.mt-custom {
      font-family: Lato, sans-serif;
      font-size: 26px;
    }
  
    .list-item-6 {
      padding-bottom: 10px;
    }
  
    .list-9 {
      margin-top: 0;
      font-family: Inter, sans-serif;
    }
  
    .list-item-7 {
      padding-top: 5px;
      padding-bottom: 10px;
    }
  
    .list-10 {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  
    .list-item-8 {
      padding-bottom: 10px;
    }
  
    .list-11, .list-12 {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  
    .list-item-9, .list-item-10 {
      padding-bottom: 10px;
    }
  
    .list-item-11, .list-item-12, .list-item-13, .list-item-14 {
      padding-top: 5px;
    }
  
    .list-13, .list-14 {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  
    .list-item-15 {
      padding-bottom: 10px;
    }
  
    .list-item-16 {
      padding-top: 5px;
    }
  
    .list-item-17 {
      padding-bottom: 10px;
    }
  
    .list-item-18 {
      padding-top: 5px;
      list-style-type: disc;
    }
  
    .list-15, .list-16 {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  
    .list-item-19 {
      padding-bottom: 10px;
    }
  
    .list-item-20 {
      padding-top: 5px;
      padding-bottom: 10px;
    }
  
    .list-item-21 {
      padding-top: 5px;
    }
  
    .list-item-22 {
      padding-bottom: 15px;
    }
  
    .list-17 {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  
    .list-item-23 {
      margin-top: 0;
      padding-bottom: 15px;
    }
  
    .list-item-24 {
      padding-bottom: 15px;
    }
  
    .list-18 {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  
    .list-item-25 {
      padding-bottom: 15px;
    }
  
    .list-item-26 {
      padding-bottom: 15px;
      font-family: Inter, sans-serif;
      list-style-type: decimal;
    }
  
    .list-19 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      font-family: Inter, sans-serif;
      font-size: 24px;
      list-style-type: decimal;
      display: block;
    }
  
    .list-item-27 {
      padding-bottom: 15px;
    }
  
    .list-10-copy {
      font-family: Inter, sans-serif;
      font-size: 24px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .grid-2 {
      grid-template-columns: 20px 1fr;
    }
  
    .buttonwrapper.mobile-hidden {
      display: none;
    }
  
    .footer-horizontal {
      text-align: center;
      flex-direction: column;
      justify-content: center;
    }
  
    .logo-flat {
      margin-bottom: 32px;
    }
  
    .footer-link-wrap-short {
      margin-right: 0;
    }
  
    .text-rights-short {
      text-align: center;
    }
  
    .cta_wrapper {
      flex-wrap: wrap;
      width: auto;
    }
  
    .hamburger-menu-bar {
      width: 44px;
      height: 3px;
    }
  
    .hamburger-menu-bar.bottom {
      margin-top: 12px;
      margin-bottom: 12px;
    }
  
    .hamburger-menu-wrapper.w--open {
      background-color: #0000;
    }
  
    .header-nav-menu-list---brix {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .header-wrapper---brix {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  
    .header-nav-menu-wrapper---brix {
      background-color: #fff;
      border-top: 1px solid #eff0f6;
      border-bottom: 1px solid #eff0f6;
      padding: 24px;
    }
  
    .header-right-side.hidden-on-table {
      display: none;
    }
  
    .header-nav-list-item---brix {
      margin-bottom: 12px;
      padding-left: 0;
    }
  
    .header-nav-list-item---brix.show-in-tablet {
      display: block;
    }
  
    .big-split-header {
      font-size: 5.5rem;
    }
  
    .header-tag {
      margin-bottom: 0;
      font-size: 1rem;
    }
  
    .hero-paragrapgh {
      width: 90%;
      font-size: 1rem;
    }
  
    ._wf-layout-content-wrapper {
      flex-direction: column;
      width: 100%;
      margin-right: 20px;
      padding-left: 20px;
    }
  
    ._wf-layout-content-wrapper.custom-width.custom-mobiles {
      width: 95%;
      margin-right: 0;
      padding-left: 0;
    }
  
    ._wf-layout-sidebar {
      margin-bottom: 2em;
    }
  
    ._wf-layout-testimonial-item {
      width: 60%;
    }
  
    ._wf-layout-testimonials {
      flex-direction: column;
      align-items: center;
      width: 100%;
      display: flex;
    }
  
    ._wf-layout-hero {
      width: 100%;
    }
  
    .heading-9 {
      text-align: center;
      margin-bottom: .5em;
    }
  
    ._wf-layout-footer._wf-vid-layout-footer {
      position: static;
    }
  
    ._wf-layout-footer-wrapper {
      width: 80%;
    }
  
    ._wf-cta-map-section {
      display: none;
    }
  
    ._wf-cta-map-section-mobile {
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: none;
      display: flex;
    }
  
    ._wf-cta-map-section-mobile._wf-vid-layout-cta-map-section-mobile {
      display: none;
    }
  
    ._wf-mobile-cta-land {
      color: #333;
      background-color: #fff3c7;
      border: 2px solid #fde387;
      border-radius: 10px;
      flex-direction: row;
      align-items: center;
      min-width: 49%;
      max-width: 49%;
      margin-bottom: 15px;
      padding: 10px 15px;
      text-decoration: none;
      display: flex;
    }
  
    .heading-11 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .heading-11.enp-layout-cta-land-name {
      font-size: 18px;
    }
  
    .image-12 {
      max-height: 75px;
    }
  
    ._wf-layout-advantage {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 250px;
    }
  
    ._wf-layout-advantage-image-block {
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 0%;
      width: 100%;
      max-width: 100%;
      min-height: 200px;
      margin-top: 1em;
      display: none;
    }
  
    ._wf-layout-advantage-content {
      max-width: 100%;
      padding-top: 1em;
      padding-bottom: 1em;
    }
  
    .enplayout-bekannt-aus-section {
      display: none;
    }
  
    .enplayout-bekannt-aus-section.enplayout-bekannt-aus-section-mobile {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      flex-direction: column;
      align-items: center;
      padding-top: .5em;
      padding-bottom: .5em;
      display: flex;
    }
  
    .enp-layout-bekannt-aus-logos {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
      display: flex;
    }
  
    .enp-layout-bekannt-aus-logo {
      max-height: 50px;
      padding: 5px 10px;
    }
  
    ._wf-al-content-wrapper {
      max-width: 100%;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    ._wf-al-cta-box-wrapper {
      padding-left: .5em;
      padding-right: .5em;
    }
  
    ._wf-al-cta-item {
      min-width: 45%;
      max-width: 45%;
    }
  
    .par-v4-header-wrapper {
      padding-left: 3em;
      padding-right: 3em;
    }
  
    .par-v4-body-wrapper, .par-v4-body-wrapper.content-custom-width, .par-v4-body-wrapper.custom-width, .par-v4-content.width-100 {
      width: 100%;
    }
  
    .par-v4-content-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  
    .par-v4-content-wrapper.width-100, .par-v4-content-wrapper-extra-paddings {
      width: 100%;
    }
  
    .par-v4-content-wrapper-extra-paddings.custom-width, .par-v4-content-wrapper-extra-paddings.custom-width-copy {
      max-width: 100%;
    }
  
    .par-v4-content-wrapper-extra-paddings.custom {
      padding-left: 0;
      padding-right: 0;
    }
  
    .par-v4-cta-box.custom-mobiles {
      padding: 2em;
    }
  
    .claim-p, .claim-p.mfb {
      font-size: 21px;
    }
  
    .cta-box {
      padding-bottom: 5em;
    }
  
    .cta-box.custom-styles {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }
  
    .cta-box.custom-2 {
      border-radius: 15px;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }
  
    .cta-box-inner {
      grid-column-gap: 0em;
      grid-row-gap: 0em;
      flex-direction: column;
      align-items: center;
    }
  
    .cta-box-inner.custom-styles {
      flex-direction: column;
      align-items: flex-start;
      position: relative;
    }
  
    .cta-box-inner.custom-styles.v2 {
      padding-bottom: 3em;
      padding-right: 0;
    }
  
    .cta-box-inner.custom-2 {
      flex-direction: column;
      position: relative;
    }
  
    .button {
      background-color: #000;
      font-size: 21px;
    }
  
    .button.mfb {
      font-size: 16px;
    }
  
    .text-span-8 {
      background-color: #000;
    }
  
    .claim-h.bigger {
      font-size: 36px;
    }
  
    .image-7 {
      border: 3px solid #000;
      border-radius: 25px;
      max-width: 60%;
    }
  
    .image-7.custom-styles {
      border-width: 0;
      max-width: 40%;
      margin-top: 2em;
      transform: translate(0);
    }
  
    .image-7.custom-styles.substrate-img {
      opacity: 0;
      max-width: 35%;
    }
  
    .image-7.custom-styles.pos-a {
      max-width: 65%;
      display: block;
      position: absolute;
      inset: auto 0% -30% -7%;
      transform: rotate(-7deg)translate(0);
    }
  
    .image-7.custom-2 {
      opacity: 0;
      border-width: 0;
      max-width: 50%;
      transform: translate(0);
    }
  
    .image-7.custom-2.img-mob-active {
      z-index: 1;
      opacity: 1;
      max-width: 63%;
      display: block;
      position: absolute;
      bottom: -30%;
      left: -10%;
      transform: rotate(-6deg)translate(0);
    }
  
    .image-7.custom-2.img-mob-active.man-with-panel {
      max-width: 80%;
      bottom: -28%;
    }
  
    .image-7.custom-2.img-mob-active.man-with-panel.man-with-panel-pos {
      z-index: 0;
    }
  
    .image-7.custom-2.img-mob-substrate.t.man-with-panel {
      max-width: 50%;
    }
  
    .cta-claim-box {
      z-index: 999;
      max-width: none;
      padding-left: 2em;
      padding-right: 2em;
      position: relative;
    }
  
    .bold-text-7 {
      font-size: 24px;
    }
  
    .button-4 {
      background-color: #000;
      font-size: 21px;
    }
  
    .button-4.mfb {
      font-size: 16px;
    }
  
    .image-19 {
      border: 3px solid #000;
      border-radius: 25px;
      max-width: 60%;
    }
  
    .image-19.custom-2 {
      opacity: 0;
      border-width: 0;
      max-width: 50%;
      transform: translate(0);
    }
  
    .image-19.custom-2.img-mob-active {
      z-index: 1;
      opacity: 1;
      max-width: 63%;
      display: block;
      position: absolute;
      bottom: -30%;
      left: -10%;
      transform: rotate(-6deg)translate(0);
    }
  
    .image-19.custom-2.img-mob-active.man-with-panel {
      max-width: 80%;
      bottom: -28%;
    }
  
    .image-19.custom-2.img-mob-active.man-with-panel.man-with-panel-pos {
      z-index: 0;
    }
  
    .image-19.custom-2.img-mob-substrate.t.man-with-panel {
      max-width: 50%;
    }
  
    .image-20, .image-21 {
      max-width: 70%;
    }
  
    ._wf-layout-upd-sidebar {
      display: none;
    }
  
    .related-articles-wrapper {
      flex-wrap: wrap;
      justify-content: space-around;
    }
  
    .related-article-item {
      width: 45%;
    }
  
    .banner-mobile {
      display: block;
    }
  
    .button-5.lottie-icon {
      max-width: 70%;
    }
  
    .cta-btn-section {
      margin-top: 2em;
    }
  
    .btn-anmtd {
      margin-top: 0;
      margin-bottom: 10px;
    }
  
    ._wf-3sb-item {
      background-color: #f8f8f8;
      border: 1px solid #0000001a;
      border-radius: 10px;
      width: 47%;
      min-width: 0;
      padding: 2em;
    }
  
    ._wf-3sb-items {
      grid-column-gap: 2em;
      grid-row-gap: 2em;
      flex-flow: wrap;
      justify-content: center;
      align-items: flex-start;
    }
  
    .nl-content-piece {
      max-width: 100%;
      padding: 1em;
    }
  
    .bill-box-h {
      text-align: center;
    }
  
    ._wf-sola-stages {
      flex-flow: row;
    }
  
    ._wf-sola-stage-item {
      width: 32%;
      padding-left: .5em;
      padding-right: .5em;
    }
  
    .cta-btn-h3 {
      font-size: 18px;
      line-height: 110%;
    }
  
    .houses-cta {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: wrap;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      display: flex;
    }
  
    .house-type-cta-btn {
      background-color: #f7f7f7;
      border: 1px solid #0000001a;
      border-radius: 20px;
      justify-content: flex-start;
      width: 48%;
    }
  
    .cta-btn-arrow-icon {
      max-height: 60px;
    }
  
    .bill-box-wrapper {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: wrap;
      justify-content: center;
    }
  
    .article-n-index {
      flex-flow: column;
      width: 100%;
    }
  
    .index-box {
      position: static;
    }
  
    .tab-head {
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .tabs-menu {
      width: 100%;
    }
  
    .expert-box {
      justify-content: flex-start;
      align-items: flex-start;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  
    .expert-img-box {
      width: 40%;
    }
  
    .expert-img {
      width: 100%;
      height: auto;
    }
  
    .about-expert {
      flex-flow: wrap;
    }
  
    .expert-name-box {
      width: 100%;
    }
  
    .par-v4-p-3.ta-c.fsz-18px {
      font-size: 18px;
    }
  
    .pv-msn-header-wrapper {
      width: 100%;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .pv-msn-content-wrapper, .pv-msn-article {
      width: 100%;
    }
  
    .pv-msn-sidebar {
      flex-flow: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
    }
  
    .pv-msn-content-main {
      flex-flow: column;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .pv-msn-content-anzeige-section {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .pv-msn-sidebar-inner, .pv-msn-sidebar-anzeige-box.anzeige-section {
      width: 49%;
    }
  
    .pv-msn-sidebar-navigation {
      order: 1;
      width: 50%;
    }
  
    .pv-msn-sidebar-wrapper {
      flex-flow: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: static;
    }
  
    .pv-msn-content-anzeige-section-inner {
      flex-flow: wrap;
    }
  
    .par-v4-quellen {
      max-width: 100%;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .sola-hero-section {
      height: auto;
      padding-top: 3em;
      padding-bottom: 3em;
    }
  
    .sola-hero-section-inner.new-mar-space {
      margin-top: 0;
    }
  
    .hero-content {
      width: 100%;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .hc-inner.new-mar {
      margin-bottom: 0;
    }
  
    .hero-img {
      display: none;
    }
  
    .main-section-inner {
      width: 100%;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }
  
  @media screen and (max-width: 767px) {
    .main {
      grid-column-gap: 10px;
      grid-row-gap: 9px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 300px;
      grid-auto-columns: 1fr;
      display: inline-block;
    }
  
    .articleinfo.testimonial {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .grid-2 {
      grid-template-columns: 20px 1fr;
    }
  
    .link-block.cta-td-none {
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      margin: 15px 0;
      display: flex;
    }
  
    .text-block-2 {
      margin-left: 20px;
      font-size: 21px;
    }
  
    .buttonwrapper {
      flex-wrap: wrap;
    }
  
    .buttonwrapper.mobile-hidden {
      display: none;
    }
  
    .buttonwrapper.flex-test {
      flex-direction: column;
    }
  
    .text-block-8 {
      font-size: 18px;
    }
  
    .testimonialwrapper {
      position: static;
    }
  
    .bold-text-3.name {
      font-size: 20px;
    }
  
    .footer-horizontal {
      text-align: center;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .logo-flat {
      margin-bottom: 40px;
    }
  
    .footer-link-wrap-short {
      margin-right: 0;
    }
  
    .text-rights-short {
      text-align: center;
    }
  
    .header-logo---brix {
      max-width: 90%;
    }
  
    .container-default {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .heading-overflow {
      margin-bottom: -.4rem;
      padding-top: 0;
    }
  
    .header-tag {
      margin-top: .7rem;
      font-size: 1rem;
    }
  
    .hero-paragrapgh {
      margin-top: 1.5rem;
      font-size: .9rem;
    }
  
    .header2 {
      padding-left: 10px;
    }
  
    .quotes {
      margin-left: 10px;
    }
  
    .button-text {
      padding-bottom: 5px;
    }
  
    .text-block-13 {
      text-align: center;
      font-weight: 700;
    }
  
    .list {
      padding-left: 20px;
    }
  
    ._wf-layout-cta-btns {
      align-items: center;
      width: 100%;
    }
  
    .heading-10 {
      line-height: 110%;
    }
  
    .heading-10._wf-vid-layout-heading {
      font-size: 36px;
    }
  
    .cta-btn {
      text-align: center;
      width: auto;
      min-width: 85%;
    }
  
    .image-8 {
      width: 110%;
    }
  
    ._wf-layout-main-content._wf-vid-layout-main-content {
      margin-top: 1em;
    }
  
    ._wf-layout-quality {
      flex-direction: column;
    }
  
    .image-11 {
      margin-bottom: 1em;
    }
  
    .paragraph-6 {
      text-align: center;
    }
  
    ._wf-mobile-cta-land {
      min-width: 100%;
      max-width: 100%;
    }
  
    ._wf-mobile-cta-land.enp-layout-cta-land {
      min-width: 100%;
      max-width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
    }
  
    .heading-11.enp-layout-cta-land-name {
      font-size: 20px;
    }
  
    .image-12.enp-layout-cta-land-wappen {
      max-height: 70px;
    }
  
    ._wf-cta-btns-lands-wrapper {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    ._wf-cta-btn-land {
      border-radius: 5px;
      padding: 5px;
    }
  
    .image-14 {
      max-height: 55px;
    }
  
    .heading-12 {
      font-size: 15px;
      line-height: 110%;
    }
  
    .heading-13 {
      max-width: 100%;
    }
  
    .enp-layout-bekannt-aus-logos {
      margin-top: 5px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .enp-layout-bekannt-aus-logo {
      max-height: 30px;
    }
  
    ._wf-al-trust-section {
      flex-direction: column;
    }
  
    .paragraph-19 {
      text-align: center;
      max-width: 100%;
    }
  
    ._wf-al-footer-wrapper {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .ah-cta-btn, .ah-p {
      font-size: 16px;
    }
  
    .par-v4-header-wrapper, .par-v4-content-wrapper-extra-paddings {
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .par-v4-content-wrapper-extra-paddings.custom-width, .par-v4-content-wrapper-extra-paddings.custom-width-copy {
      padding-left: 0;
      padding-right: 0;
    }
  
    .par-v4-cta-box {
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .par-v4-cta-box-items {
      flex-direction: column;
    }
  
    .par-v4-cta-box-item {
      min-width: 100%;
      max-width: 100%;
    }
  
    .cta-box {
      padding-top: 3em;
      padding-bottom: 3em;
    }
  
    .cta-box-inner {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
    }
  
    .image-7 {
      max-width: 90%;
    }
  
    .image-7.custom-2.img-mob-active {
      width: 70%;
      max-width: none;
      bottom: -25%;
      transform: rotate(-9deg)translate(0);
    }
  
    .image-7.custom-2.img-mob-active.man-with-panel {
      width: 80%;
      max-width: 100%;
      bottom: -23%;
    }
  
    .image-7.img-fw {
      width: 90%;
      max-width: none;
    }
  
    .image-19 {
      max-width: 90%;
    }
  
    .image-19.custom-2.img-mob-active {
      width: 70%;
      max-width: none;
      bottom: -25%;
      transform: rotate(-9deg)translate(0);
    }
  
    .image-19.custom-2.img-mob-active.man-with-panel {
      width: 80%;
      max-width: 100%;
      bottom: -23%;
    }
  
    .image-20 {
      max-width: 100%;
    }
  
    .image-3 {
      max-height: 25px;
    }
  
    .paragraph-22 {
      font-size: 18px;
    }
  
    .image-21 {
      max-width: 100%;
    }
  
    .image-22.cta-img-custom-size {
      max-width: 100%;
      max-height: 70px;
    }
  
    .cta-img-custom-size {
      width: 60px;
      max-width: none;
      height: 60px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .related-articles-wrapper {
      justify-content: space-between;
    }
  
    .related-article-item {
      width: 100%;
    }
  
    .button-text-2 {
      padding-bottom: 5px;
    }
  
    .btn-anmtd.mb-2em {
      margin-bottom: 2em;
    }
  
    .google-review {
      max-height: 50px;
    }
  
    .swiper-testimonial {
      max-width: 90%;
    }
  
    ._wf-reasons-box {
      padding-left: 2em;
      padding-right: 2em;
    }
  
    ._wf-3sb-item {
      width: 100%;
    }
  
    .cta-section-step {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      flex-direction: column;
      align-items: center;
    }
  
    .nl-content-piece.cta-section {
      padding: 3em 1.5em;
    }
  
    .cta-section-steps {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      text-align: center;
      flex-direction: column;
      align-items: center;
      margin-top: 4em;
      margin-bottom: 4em;
      display: flex;
    }
  
    .myths-box {
      padding-left: 2em;
      padding-right: 2em;
    }
  
    .myths-box-wrapper {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      flex-flow: column;
    }
  
    .myths-true, .myths-false {
      width: 100%;
    }
  
    ._wf-sola-stages {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: wrap;
      justify-content: center;
    }
  
    ._wf-sola-stage-item {
      width: 48%;
    }
  
    .cta-btn-h3 {
      margin: 0 10px;
    }
  
    .cta-btn-arrow-icon {
      margin-bottom: 20px;
    }
  
    .author-img {
      width: 20%;
    }
  
    .article-n-index {
      margin-top: 2em;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .tabs-menu {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
    }
  
    .tab-img {
      max-width: 100%;
      margin-top: -5em;
    }
  
    .tab-range-slider {
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      min-width: 90%;
      display: flex;
    }
  
    .savings-block {
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .tab-panel-inner {
      flex-flow: column-reverse;
    }
  
    .trs-slider {
      flex-flow: column;
      width: 100%;
      display: flex;
    }
  
    .trs-slider.slider-2 {
      justify-content: center;
      align-items: center;
    }
  
    .trs-slider.slider-3 {
      justify-content: center;
      align-items: flex-end;
      width: 100%;
    }
  
    .tabs-content {
      overflow: visible;
    }
  
    .expert-box {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 95%;
    }
  
    .expert-img-box {
      width: 20%;
    }
  
    .about-expert {
      flex-flow: wrap;
    }
  
    .expert-name-box {
      width: 100%;
    }
  
    .gm-age-btns {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: wrap;
      justify-content: center;
      align-items: center;
    }
  
    .gm-cta-btn {
      width: 45%;
    }
  
    .pv-msn-anzeige-box {
      flex-flow: wrap;
    }
  
    .pv-msn-ab-img {
      max-width: 100%;
    }
  
    .pv-msn-ab-text {
      max-width: 70%;
      margin-bottom: 1em;
      margin-left: 1em;
    }
  
    .pv-msn-ab-button {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .pv-msn-sidebar-inner, .pv-msn-sidebar-anzeige-box.anzeige-section {
      width: 48%;
    }
  
    .pv-msn-sidebar-navigation {
      width: 60%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .grid-2 {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-columns: 20px 1fr;
    }
  
    .heading {
      text-align: center;
    }
  
    .footer-link-wrap-short {
      flex-direction: column;
    }
  
    .header-logo---brix {
      max-width: 86%;
    }
  
    .container-default {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .header-nav-list-item---brix {
      text-align: left;
      width: 100%;
    }
  
    .header-nav-list-item---brix.show-in-tablet {
      justify-content: flex-start;
      width: 100%;
      display: flex;
    }
  
    .large-header-wrap {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .big-split-header {
      margin-top: 0;
      font-size: 3.2rem;
    }
  
    .big-split-header.outline {
      padding-bottom: 3px;
    }
  
    .heading-overflow {
      flex-flow: wrap;
      padding-top: 0;
      display: flex;
      overflow: hidden;
    }
  
    .section-header-wrapper {
      padding-left: 1.2rem;
    }
  
    .header-tag, .hero-paragrapgh {
      font-size: 1rem;
    }
  
    .large-header-wrap-2 {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .header2 {
      padding-top: 5px;
      padding-bottom: 5px;
    }
  
    .image-2 {
      margin-left: 10px;
    }
  
    .text-block-13 {
      text-align: center;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 700;
    }
  
    .heading-3.cta.orange.enp-layout-cta-section-heading {
      font-size: 26px;
      line-height: 100%;
    }
  
    .list {
      padding-left: 20px;
    }
  
    .heading-10 {
      font-size: 28px;
      line-height: 120%;
    }
  
    .heading-10._wf-vid-layout-heading {
      font-size: 24px;
    }
  
    .cta-btn {
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14px;
    }
  
    .cta-btn.cta-btn-v2 {
      padding-left: .5em;
      padding-right: .5em;
    }
  
    .image-8 {
      width: 100%;
    }
  
    ._wf-layout-content-wrapper {
      margin-right: 10px;
      padding-left: 10px;
    }
  
    ._wf-layout-testimonial-item {
      width: 100%;
    }
  
    .paragraph-2 {
      font-size: 10px;
    }
  
    ._wf-cta-map-section-mobile.enp-layout-lands-cta-section {
      border-radius: 10px;
      padding-left: .5em;
      padding-right: .5em;
    }
  
    ._wf-mobile-cta-land.enp-layout-cta-land {
      border-radius: 10px;
      margin-bottom: 10px;
    }
  
    .heading-11 {
      font-size: 18px;
      line-height: 100%;
    }
  
    .heading-11.enp-layout-cta-land-name {
      font-size: 16px;
    }
  
    .image-12 {
      max-height: 45px;
    }
  
    .image-12.enp-layout-cta-land-wappen {
      max-height: 55px;
    }
  
    ._wf-cta-btn-land {
      width: 100%;
      min-width: 0%;
      max-width: none;
    }
  
    .button-3.only-vid-layout-cta-btn {
      font-size: 16px;
    }
  
    .heading-13 {
      font-size: 18px;
    }
  
    .paragraph-11 {
      font-size: 16px;
    }
  
    .bold-text-5 {
      font-size: 32px;
    }
  
    .enp-layout-atricle-info {
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 10px;
    }
  
    .enp-layout-article-info-left {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .paragraph-12 {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 0;
      padding-top: 0;
    }
  
    .enp-layout-bekannt-aus-logo {
      max-height: 30px;
    }
  
    .heading-14 {
      font-size: 38px;
    }
  
    ._wf-al-h {
      font-size: 28px;
    }
  
    ._wf-al-cta-box-wrapper {
      padding-left: 1em;
      padding-right: 1em;
      box-shadow: 0 0 10px 4px #0000001a;
    }
  
    ._wf-al-cta-box {
      flex-direction: column;
      width: 100%;
    }
  
    ._wf-al-cta-item {
      flex-direction: row;
      justify-content: flex-start;
      min-width: 100%;
      max-width: 100%;
      min-height: 0;
      padding: .5em 1em;
    }
  
    ._wf-al-cta-item-img {
      max-height: 60px;
    }
  
    .paragraph-17 {
      margin-bottom: 0;
      margin-left: 15px;
      font-size: 18px;
    }
  
    .paragraph-20 {
      text-align: center;
    }
  
    .ah-cta-btn {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    .par-v4-heading {
      font-family: Inter, sans-serif;
      font-size: 36px;
      font-weight: 800;
      line-height: 100%;
    }
  
    .par-v4-subheading {
      font-family: Inter, sans-serif;
      font-size: 21px;
    }
  
    .par-v4-content-wrapper-extra-paddings.custom-paddings {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .par-v4-hero-description {
      font-family: Inter, sans-serif;
      line-height: 120%;
    }
  
    .par-v4-p {
      font-size: 18px;
      line-height: 150%;
    }
  
    .par-v4-p.sources {
      display: block;
    }
  
    .par-v4-p.asterisk {
      margin-top: -1em;
    }
  
    .par-v4-h, .par-v4-h.h-centered {
      font-family: Inter, sans-serif;
    }
  
    .par-v4-h.ct {
      text-align: center;
    }
  
    .par-v4-h.fsz-24 {
      font-size: 24px;
      line-height: 120%;
    }
  
    .par-v4-h.tt.no-hyphen {
      text-transform: none;
    }
  
    .par-v4-h.align-left.margin-top-0 {
      text-transform: uppercase;
    }
  
    .arrow-down-img {
      margin-top: 2em;
    }
  
    .claim-p {
      width: auto;
      font-family: Lato, sans-serif;
    }
  
    .claim-p.mfb {
      font-family: Lato, sans-serif;
    }
  
    .cta-box {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .button {
      color: #fff;
      font-family: Droid Sans, sans-serif;
      font-size: 16px;
    }
  
    .button.custom {
      font-family: Lato, sans-serif;
      font-size: 14px;
    }
  
    .button.mfb {
      font-family: Lato, sans-serif;
    }
  
    .claim-h {
      font-family: Lato, sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 110%;
    }
  
    .claim-h.bigger {
      font-family: Lato, sans-serif;
      font-size: 28px;
      line-height: 110%;
    }
  
    .image-7 {
      max-width: 90%;
    }
  
    .image-7.custom-styles.substrate-img {
      max-width: 40%;
    }
  
    .image-7.custom-styles.pos-a {
      max-width: 90%;
      bottom: -28%;
      left: -19%;
      transform: rotate(-10deg)translate(0);
    }
  
    .image-7.custom-2.img-mob-active {
      width: 90%;
      max-width: none;
      height: auto;
      bottom: -15%;
      left: -15%;
      transform: rotate(-8deg)translate(0);
    }
  
    .image-7.custom-2.img-mob-active.man-with-panel {
      bottom: -29%;
    }
  
    .image-7.custom-2.img-mob-active.man-with-panel.man-with-panel-pos {
      width: 100%;
      max-width: none;
      display: block;
      bottom: 10%;
    }
  
    .image-7.custom-2.img-mob-substrate {
      width: 50%;
      max-width: 50%;
    }
  
    .image-7.custom-2.img-mob-substrate.t {
      width: 55%;
      max-width: none;
    }
  
    .image-7.custom-2.img-mob-substrate.t.man-with-panel {
      width: 70%;
      max-width: none;
    }
  
    .image-7.custom {
      width: 100%;
      max-width: none;
    }
  
    .image-7.img-fw {
      width: 90%;
      max-width: none;
    }
  
    .cta-claim-box {
      padding-left: .25em;
      padding-right: .25em;
    }
  
    .button-4 {
      color: #fff;
      font-family: Droid Sans, sans-serif;
      font-size: 16px;
    }
  
    .button-4.mfb {
      font-family: Lato, sans-serif;
    }
  
    .image-19 {
      max-width: 90%;
    }
  
    .image-19.custom-2.img-mob-active {
      width: 90%;
      max-width: none;
      height: auto;
      bottom: -15%;
      left: -15%;
      transform: rotate(-8deg)translate(0);
    }
  
    .image-19.custom-2.img-mob-active.man-with-panel {
      bottom: -29%;
    }
  
    .image-19.custom-2.img-mob-active.man-with-panel.man-with-panel-pos {
      width: 100%;
      max-width: none;
      display: block;
      bottom: 10%;
    }
  
    .image-19.custom-2.img-mob-substrate {
      width: 50%;
      max-width: 50%;
    }
  
    .image-19.custom-2.img-mob-substrate.t {
      width: 55%;
      max-width: none;
    }
  
    .image-19.custom-2.img-mob-substrate.t.man-with-panel {
      width: 70%;
      max-width: none;
    }
  
    .image-20 {
      max-width: 100%;
    }
  
    .s1-layout-solar-cta-btn {
      padding: 1.3em 1.5em;
      font-size: 14px;
    }
  
    .s1-layout-solar-cta-btn.cta-box-cta-btn {
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  
    .image-3 {
      max-height: 20px;
    }
  
    .paragraph-22 {
      text-align: center;
      margin-top: 1px;
      margin-left: 10px;
      font-size: 18px;
    }
  
    .image-21, .button-5.lottie-icon {
      max-width: 100%;
    }
  
    .bold-text-8 {
      padding-right: 0;
    }
  
    .bold-text-9 {
      word-break: break-all;
    }
  
    .header-cta-btn {
      padding-left: 25px;
      padding-right: 25px;
      font-size: 14px;
    }
  
    .image-23 {
      width: 40%;
    }
  
    .bold-text-10, .bold-text-11 {
      padding-right: 0;
    }
  
    .image-24 {
      width: 40%;
    }
  
    .bg-video {
      aspect-ratio: 16 / 9;
      object-fit: contain;
      height: 300px;
      position: relative;
    }
  
    .par-v4-p-2 {
      line-height: 150%;
    }
  
    .swiper-testimonial {
      max-width: 100%;
    }
  
    .heyflow-embed {
      padding: 1em;
    }
  
    .pv-people-counter-box {
      flex-flow: column;
      justify-content: flex-start;
      align-items: center;
      display: flex;
    }
  
    .pvpcb-p {
      text-align: center;
      font-size: 14px;
    }
  
    .js-number {
      margin-bottom: 5px;
      font-size: 21px;
      display: block;
    }
  
    .link-18 {
      word-break: break-all;
    }
  
    ._wf-reasons-box {
      grid-column-gap: 3em;
      grid-row-gap: 3em;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    ._wf-3-steps-box {
      margin-top: 1.5em;
    }
  
    .pvpcb-p-2 {
      text-align: center;
      font-size: 14px;
    }
  
    .js-number-2 {
      margin-bottom: 5px;
      font-size: 21px;
      display: block;
    }
  
    .button-6 {
      margin-left: 0;
    }
  
    .nl-cta-section-h1 {
      font-size: 28px;
    }
  
    .cta-section-step {
      align-items: center;
    }
  
    .nl-content-piece.cta-section.nl-2-content-piece {
      padding: 3em 1em;
    }
  
    .cta-section-item-step-description.nl-p {
      text-align: center;
    }
  
    .cta-section-steps {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      align-items: center;
      margin-top: 4em;
      margin-bottom: 4em;
    }
  
    .nl-6-p {
      font-size: 16px;
    }
  
    .js-number-3 {
      margin-bottom: 5px;
      font-size: 21px;
      display: block;
    }
  
    .myths-box-wrapper {
      flex-flow: column;
    }
  
    .myths-true, .myths-false {
      width: 100%;
    }
  
    .columns-6 {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      flex-flow: column;
    }
  
    .mb-cta {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    ._wf-sola-stages {
      flex-flow: column;
      align-items: center;
    }
  
    ._wf-sola-stage-item {
      width: 100%;
    }
  
    .cta-btn-h3 {
      margin-bottom: 20px;
    }
  
    .houses-cta {
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  
    .house-type-cta-btn {
      width: 90%;
    }
  
    .mb-cta-btn {
      text-align: center;
      width: 100%;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
    }
  
    .custom-block-quote {
      padding: 20px;
    }
  
    .blockquote-author-box {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .author-img {
      width: auto;
      max-height: 70px;
    }
  
    .background-video-4 {
      max-height: 250px;
    }
  
    .article-n-index {
      margin-top: 2em;
    }
  
    .container-10.bildunterschrift._2 {
      background-color: #e0eed8;
      margin-top: 0;
      margin-bottom: 30px;
      padding: 12px 15px;
    }
  
    .text-block-22 {
      font-size: 16px;
    }
  
    .italic-text-2 {
      font-size: 15px;
      font-style: italic;
    }
  
    .fomo-cta-btn-by-nikita {
      text-align: center;
      text-transform: uppercase;
      line-height: 26px;
    }
  
    .bold-text-43 {
      padding-right: 0;
    }
  
    .tab-head {
      justify-content: center;
      align-items: center;
      width: 100%;
      font-size: 16px;
      display: flex;
    }
  
    .tabs-menu {
      flex-flow: wrap;
    }
  
    .trs-s-h-p {
      font-size: 16px;
    }
  
    .expert-img {
      width: 40%;
    }
  
    .expert-quote {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .fsz-12 {
      width: 90%;
    }
  
    .gm-cta-btn {
      width: 45%;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .par-v4-p-3 {
      line-height: 150%;
    }
  
    .par-v4-p-3.ta-c.fsz-18px {
      font-size: 16px;
    }
  
    .par-v4-p-4, .par-v4-p-5 {
      font-size: 18px;
      line-height: 150%;
    }
  
    .par-v4-p-5.expert-tag-p {
      font-size: 12px;
    }
  
    .pv-msn-aa {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: wrap;
    }
  
    .pv-msn-aa-p.fg-1 {
      width: 100%;
    }
  
    .pv-msn-aa-icon {
      margin-left: 0;
      margin-right: 0;
    }
  
    .pv-msn-p.quote-p, .pv-msn-ul {
      padding-left: 20px;
    }
  
    .pv-msn-content-anzeige-section {
      margin-top: 3em;
    }
  
    .pv-msn-sidebar-inner, .pv-msn-sidebar-anzeige-box.anzeige-section, .pv-msn-sidebar-navigation {
      width: 100%;
    }
  
    .pv-msn-anzeige-scetion-h2 {
      font-size: 28px;
      line-height: 120%;
    }
  
    .pv-msn-trust-box {
      flex-flow: column;
      width: 100%;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .pv-tb-p {
      text-align: center;
    }
  
    .hero-content {
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .hc-inner {
      width: 100%;
    }
  
    .hero-quiz {
      align-items: stretch;
      padding-left: 1em;
      padding-right: 1em;
    }
  
    .quiz-buttons {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: column;
      align-items: stretch;
    }
  
    .quiz-btn {
      text-align: center;
      width: 100%;
      min-width: 100%;
      padding-left: 3em;
      text-decoration: none;
    }
  
    .ol {
      padding-left: 20px;
    }
  
    .msi-cta-btn {
      text-align: center;
    }
  }
  
  
  