
/* ------- */
/* GENERAL */
/* ------- */

h1, h2, h3, h4, h5, h6, div, p, b, i, em, strong, span, ul, ol, li, table, td, th {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #f6f9f9;
}
body:has(.pre-form-holder.floating),
body:has(.product-select-popup-holder.floating) {
    overflow-y: hidden;
}
.body {
    padding-top: 65px;
}
.header > div,
.body > .container {
    padding: 15px 150px;
}
.header {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .2);
    background-color: white;
    z-index: 1;
    position: absolute;
}
.header > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header img {
    width: auto;
    height: 45px;
    align-items: flex-start;
}
.header p {
    margin-top: 25px;
    font-size: 1rem;
    color: grey;
}
.body > .container {
    border-radius: 0px;
    background-color: white;
    border: none;
}

h1 {
    text-align: left;
    color: black;
    font-size: calc(1.65rem + .8vw);
    line-height: calc(2.3rem + 1vw);
    font-weight: bold;
    padding: 10px 0 20px;
}
h2 {
    color: black;
    font-size: calc(1.3rem + .2vw);
    line-height: calc(2rem + .8vw);
    font-weight: bold;
    padding: 30px 0 5px;
}
.text-block h2 {
    padding: 5px 0;
}
.text-block h3 {
    color: #06a04a;
    font-size: calc(1.1rem + .1vw);
    line-height: calc(1.6rem + .3vw);
    font-weight: bold;
    padding: 15px 0 5px;
}
a.no-styling {
    color: unset;
    text-decoration: unset;
}

@media only screen and (max-width: 1200px) {
    .body {
        padding-top: 75px;
    }
}

.intro .details {
    color: #575757;
    padding: 0 0 20px;
}
.isolatie-aantrekkelijk .intro .banner {
    background-image: url("");
    background-position: 50% 70%;
}
.isolatie-aantrekkelijk {
    padding-top: 95px;
}
.redenen-isoleren .intro .banner {
    background-image: url("");
    background-position: 50% 40%;
}
.redenen-isoleren {
    padding-top: 95px;
}
.zonnepanelen-laagste-prijs .intro .banner {
    background-image: url("");
    background-position: 50% 40%;
}
.zonnepanelen-laagste-prijs {
    padding-top: 95px;
}
.zonnepanelen-ervaringen .intro .banner {
    background-image: url("");
    background-position: 50% 100%;
}
.zonnepanelen-ervaringen {
    padding-top: 95px;
}
.pure-energy .intro .banner {
    background-image: url("");
    background-position: 50% 100%;
}
.pure-energy {
    padding-top: 95px;
}
.intro .banner {
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    display: flex;
}
.design-dv .intro .banner {
    height: 250px;
}
.design-tc .intro .banner {
    height: 265px;
}
.design-dv .intro .banner::after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #575757;
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.pure-energy .small-form {
    padding: 5px 30px;
}
.small-form {
    max-width: 350px;
    background-color:#f6f9f9;
    border-radius: 10px;
    position: relative;
    display: block;
    padding: 20px 40px;
}
.banner .small-form {
    margin: auto 0;
    left: calc(93% - 300px);
}
.small-form .form-title {
    text-align: center;
    color: #06a04a;
    font-size: calc(1.4rem - .2vw);
    font-weight: bold;
}
.isolatie-aantrekkelijk .banner .small-form {
    left: calc(100% - 320px);
}
.redenen-isoleren .banner .small-form {
    left: calc(100% - 320px);
}
.zonnepanelen-laagste-prijs .banner .small-form {
    left: calc(93% - 300px);
}
.zonnepanelen-ervaringen .banner .small-form {
    left: calc(100% - 350px);
}
.content .small-form {
    margin: 30px auto;
}
.small-form a:hover {
    text-decoration: none;
}
.small-form .lp-button {
    width: 100%;
    margin: 0px 0;
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    background-color: #06a04a;
    color: #fff;
    border-radius: 0px;
    border: solid 1px #06a04a;
    cursor: pointer;
    transition: all .2s ease;
}
.small-form .lp-button:hover {
    background-color: #277732;
    border: solid 1px #277732;
    color: #fff;
}
.small-form .lp-button:active {
    background-color: #1c6125;
    border: solid 1px #1c6125;
    color: #fff;
}
.small-form p {
    line-height: 1.5em;
    margin: 7.5px 0 0 !important;
    padding: 0 !important;
}
.small-form i {
    color: #39b54a;
}
.pure-energy .small-form p {
    line-height: 1.5em;
    margin: 7.5px 0 0 !important;
    padding: 0 !important;
    font-size: calc(1rem - .2vw);
    transition: 0.5s;
}
.pure-energy .small-form .form-title{
    font-size: calc(1.4rem - .2vw);
}
.pure-energy .small-form .form-title:hover{
    color: #1c6125;
}
.pure-energy .small-form .lp-button {
    margin: 10px 0 0;
}
.pure-energy .small-form .sub-button {
    text-align: center;
    font-size: calc(.8rem - .2vw);
}
.pure-energy .small-form .rating i {
    color: #ffd300;
}

.content > div {
    padding: 0;
}
.content p {
    line-height: 1.6rem;
    font-size: 1.04rem;
    padding: 15px 0;
}
.content p > a,
.content b > a,
.content strong > a {
    color: #06a04a !important;
    font-weight: bold;
    cursor: pointer !important;
}
.highlight-text {
    color: #06a04a;
    font-weight: bold;
}
.content a .highlight-text:hover {
    color: #1c6125;
    text-decoration: none;
}
.cta {
    max-width: 450px;
    width: 100%;
    margin: 30px auto;
    display: block;
}
.text-block .cta {
    margin: 0 auto;
    padding: 30px 0;
}
.cta:hover {
    text-decoration: none;
}
.cta div {
    background-color: #06a04a;
    color: white;
    font-weight: bold;
    line-height: 1.5rem;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
    cursor: pointer;
}
.cta div:hover {
    background-color: #277732;
    color: white;
}
.cta div:active {
    background-color: #1c6125;
    color: white;
}

/* product select popup */
:root {
    --psp-green-primary: #1a8a3f;
    --psp-green-dark: #14702f;
    --psp-green-light: #e8f5ec;
    --psp-blue-primary: #1a6dd1;
    --psp-blue-dark: #1459a8;
    --psp-blue-light: #e8f0fa;
    --psp-text-dark: #1a1a2e;
    --psp-text-muted: #5a5a72;
    --psp-bg-overlay: rgba(10, 12, 20, 0.55);
    --psp-card-bg: #ffffff;
    --psp-border-subtle: #e2e4ea;
    --psp-radius: 16px;
    --psp-shadow-popup: 0 25px 60px rgba(0,0,0,0.18), 0 8px 20px rgba(0,0,0,0.10);
}

.product-select-popup-holder {
    display: none;
}
.product-select-popup-holder.floating {
    z-index: 2;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.product-select-popup-holder.floating .product-select-popup {
    position: relative;
    width: 99%;
    max-width: 580px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18), 0 8px 20px rgba(0,0,0,0.10);
    border-radius: var(--psp-radius);
    background: white;
}
.psp-header {
    padding: 28px 32px 0;
    text-align: center;
}
.psp-header h2 {
    margin-bottom: 6px;
    color: #1a1a2e;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}
.psp-header p {
    font-size: 15px;
    color: #1a1a2e;
    line-height: 1.5;
}
.psp-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 28px 28px;
}
.psp-options .option-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 2px solid #e2e4ea;
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.psp-options .option-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    transform: translateY(-2px);
}
.psp-options .option-card.green:hover { border-color: var(--psp-green-primary); }
.psp-options .option-card.blue:hover  { border-color: var(--psp-blue-primary); }

.psp-options .option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
}
.psp-options .option-card.green .option-icon { background: var(--psp-green-light); color: var(--psp-green-primary); }
.psp-options .option-card.blue  .option-icon { background: var(--psp-blue-light);  color: var(--psp-blue-primary); }

.psp-options .option-icon svg { width: 24px; height: 24px; }

.psp-options .option-body { flex: 1; min-width: 0; }

.psp-options .option-body h3 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}
.psp-options .option-card.green h3 { color: var(--psp-green-dark); }
.psp-options .option-card.blue  h3 { color: var(--psp-blue-dark); }

.psp-options .option-body p {
    color: #5a5a72;
    font-size: 13.5px;
    line-height: 1.45;
}

.psp-options .option-arrow {
    flex-shrink: 0;
    align-self: center;
    color: #c0c3cc;
    transition: color 0.2s, transform 0.2s;
}
.psp-options .option-card:hover .option-arrow { transform: translateX(3px); }
.psp-options .option-card.green:hover .option-arrow { color: var(--psp-green-primary); }
.psp-options .option-card.blue:hover  .option-arrow { color: var(--psp-blue-primary); }

.psp-options .badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.psp-options .option-card.green .badge { background: var(--psp-green-light); color: var(--psp-green-primary); }
.psp-options .option-card.blue  .badge { background: var(--psp-blue-light);  color: var(--psp-blue-primary); }

.psp-close {
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f0f1f4;
    color: #888;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.psp-close:hover { background: #e2e3e8; color: #555; }

.psp-footer {
    padding: 0 28px 20px;
    color: #999;
    font-size: 12.5px;
    text-align: center;
}
@media (max-width: 480px) {
    .psp-header { padding: 24px 20px 0; }
    .psp-header h2 { font-size: 19px; }
    .psp-header p { text-align: center; }
    .psp-options { padding: 20px 18px 22px; gap: 12px; }
    .psp-options .option-card { padding: 16px; gap: 12px; }
    .psp-options .option-icon { width: 42px; height: 42px; border-radius: 10px; }
    .psp-options .option-icon svg { width: 20px; height: 20px; }
    .psp-footer { padding: 0 18px 16px; }
}

/* pre-form holder */

.pre-form-holder.floating {
    z-index: 1;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.pre-form-holder.floating .pre-form {
    width: 99%;
    max-width: 850px;
}
.pre-form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 10px 0;
    padding: 30px;
    background-color: #39b54a;
}
.pre-form .closer {
    position: absolute;
    display: none;
    right: 15px;
    top: 15px;
    color: white;
    cursor: pointer;
}
.pre-form-holder.floating .pre-form .closer {
    display: block;
}
.pre-form .title {
    color: white;
    font-size: calc(1.3rem + .4vw);
    font-weight: bold;
}
.pre-form .text p {
    color: white;
    font-size: calc(1.15rem + .2vw);
}
.pre-form .answer-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0px;
}
.pre-form .answer-holder > p {
    display: block;
    width: 100%;
    margin: 15px 0 8px;
    padding: 0;
    color: white;
    font-weight: bold;
}
.pre-form .answer-holder label {
    position: relative;
    box-sizing: border-box;
    width: calc(20% - 5px);
    max-width: 120px;
    margin: 0;
    border-style: solid;
    border-width: .5px;
    border-radius: 3px;
    border-color: var(--form-color-three);
    background-color: white;
    cursor: pointer;
    font-size: 0.9rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pre-form .answer-holder label:hover {
    background-color: var(--theme-color-one-lightest);
}
.pre-form label:hover,
.pre-form input:checked + label {
    border: solid 3px var(--theme-color-two);
}
.pre-form .answer-holder label > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 130px;
    width: 100%;
    padding: 6px 3px;
    border-radius: 10px;
    font-size: .8rem;
    line-height: 1.5;
}
.pre-form .answer-holder label div {
    color: var(--form-color-one);
}
.pre-form .answer-holder label:hover > div,
.pre-form .answer-holder input:checked + label > div {
    padding: 3.5px .5px;
}
.pre-form .answer-holder.text-holder label > div {
    justify-content: center;
}
.pre-form .answer-holder.text-holder label:hover > div,
.pre-form .answer-holder.text-holder input:checked + label > div {
    min-height: 125px;
    padding: 3.5px .5px;
}
.pre-form .answer-holder input[type="radio"], 
.pre-form .answer-holder input[type="checkbox"],
.pre-form .button-holder input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.pre-form .selector-icon .answer-holder .icon-svg-holder svg {
    width: 90px;
    margin: 15px 0 5px;
}
.pre-form .selector-icon .icon-svg-holder svg .color-one {
    fill: var(--theme-color-one);
}
.pre-form .selector-icon .icon-svg-holder svg .color-two {
    fill: var(--form-color-three);
}
.pre-form .selector-icon .answer-holder .icon-svg-holder img {
    width: 100%;
}
.pre-form .answer-holder label p {
    position: relative;
    z-index: 2;
    align-self: center;
    color: var(--theme-color-one);
    font-size: .9rem;
    font-weight: bold;
}
.pre-form .answer-holder.icon-holder label p {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 2px 0;
    padding: 0 5px;
    text-align: center;
}
.pre-form .answer-holder.text-holder label p {
    padding: 0 5px;
    text-align: center;
}
.pre-form label .check {
    position: absolute;
    display: none;
    width: 30px;
    height: 0px;
    top: 3px;
    right: unset;
    left: 0;
    padding: 0px !important;
    border: none;
}
.pre-form label:hover .check,
.pre-form input:checked + label .check {
    top: 1px;
    right: unset;
    left: -2px;
}
.pre-form label .check svg {
    width: 20px;
}
.pre-form label .check .cls-1 {
    fill: var(--theme-color-two);
}
.pre-form label .check .cls-2 {
    fill: white;
}
.pre-form input:checked + label div .check {
    display: block;
}
.pre-form .warning-display .cls-1,
.pre-form .warning-display .cls-2 {
    display: none !important;
}
.pre-form .address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}
.pre-form input {
    padding: 10px;
    border: none;
}
.pre-form input.be.postcode {
    width: calc(60% - 10px);
}
.pre-form input.be.number {
    width: 20%;
}
.pre-form input.be.number-addition {
    width: 20%;
}
.pre-form input.be.street {
    width: 100%;
}
.pre-form input.be.city {
    width: 100%;
}
.pre-form input.nl.postcode {
    width: calc(80% - 10px);
}
.pre-form input.nl.number {
    width: 20%;
}
.pre-form input.nl.street {
    width: 100%;
}
.pre-form input.nl.city {
    width: 100%;
}
.pre-form .submit {
    width: 100%;
    margin: 5px 0 15px;
    padding: 15px 5px;
    border-radius: 3px;
    background-color: var(--theme-color-two);
    color: white;
    font-size: calc(1.15rem + .2vw);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.pre-form .submit:hover {
    background-color: var(--theme-color-two-gradient-e);
}

@media only screen and (max-width: 750px) {
    .pre-form .answer-holder {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 5px;
        width: 100%;
        margin: 0 auto 15px;
        padding: 0px;
    }
    .pre-form .answer-holder label {
        position: relative;
        box-sizing: border-box;
        width: calc(20% - 5px);
        max-width: 135px;
        margin: 0;
        border-style: solid;
        border-width: .5px;
        border-radius: 3px;
        border-color: var(--form-color-three);
        background-color: white;
        cursor: pointer;
        font-size: 0.9rem;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
@media only screen and (max-width: 650px) {
    .pre-form {
        margin: 10px -6vw;
    }
    .pre-form-holder.floating .pre-form {
        margin: 10px 0;
        padding: 30px 10px;
        border-radius: 10px;
    }
    .pre-form .answer-holder label > div {
        min-height: 80px;
    }
    .pre-form .answer-holder label p {
        font-size: .8rem;
        line-height: 1rem;
    }
}

/* ----------- */
/* PRE-FORM v2 */
/* ----------- */

#hero-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
#inline-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}
.pre-form-2 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 0;
    width: 100%;
    max-width: 400px;
    padding: 20px 40px;
    border-radius: 18px;
}
.design-dv .pre-form-2 {
    background-color: #e9f1f1;
}
.design-tc .pre-form-2 {
    background-color: var(--lp-tc-color-1);
}

.pre-form-2 .title {
    line-height: 1.6rem;
    font-size: 1.35rem;
    font-weight: bold;
}

.pre-form-2 .address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 0;
    margin: 0 0 5px;
}
.pre-form-2 .input-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px 0;
}
.pre-form-2 .input-holder span {
    font-size: .85rem;
}
.pre-form-2 input {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    font-size: .9rem;
}
.design-dv .pre-form-2 input {
    border-color: #dfeeee;
}
.design-tc .pre-form-2 input {
    border-color: var(--lp-tc-color-2);
}
.pre-form-2 .submit {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-radius: 14px;
    border: 0;
    line-height: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: filter .2s ease;
}
.design-dv .pre-form-2 .submit {
    background: var(--theme-color-one-darker);
    color: #fff;
}
.design-tc .pre-form-2 .submit {
    background: var(--lp-tc-color-3);
    color: #fff;
}
.pre-form-2 .submit:hover {
    filter: brightness(0.9);
}
.pre-form-2 .submit-subtitle {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
    border-radius: 14px;
    border-style: solid;
    border-width: 1px;
    line-height: 1rem;
    font-size: .8rem;
    text-align: center;
}
.design-dv .pre-form-2 .submit-subtitle {
    border-color: var(--lp-tc-color-6);
    background-color: var(--lp-tc-color-6-light);
}
.design-tc .pre-form-2 .submit-subtitle {
    border-color: var(--lp-tc-color-6);
    background-color: var(--lp-tc-color-6-light);
}

.pre-form-2 .input-holder:has(.be.postcode) {width: 33%;}
.pre-form-2 .input-holder:has(.be.city) {width: 66%;}
.pre-form-2 .input-holder:has(.be.street) {width: 58%;}
.pre-form-2 .input-holder:has(.be.number) {width: 20%;}
.pre-form-2 .input-holder:has(.be.number-addition) {width: 20%;}

.pre-form-2 .input-holder:has(.nl.postcode) {width: 33%;}
.pre-form-2 .input-holder:has(.nl.city) {width: 66%;}
.pre-form-2 .input-holder:has(.nl.street) {width: 74%;}
.pre-form-2 .input-holder:has(.nl.number) {width: 25%;}

@media only screen and (max-width: 550px) {
    .pre-form-2 {
        padding: 20px 20px;
    }
}
@media only screen and (max-width: 400px) {
    .pre-form-2 .input-holder:has(.be.street) {width: 100%;}
    .pre-form-2 .input-holder:has(.be.number) {width: 49%;}
    .pre-form-2 .input-holder:has(.be.number-addition) {width: 49%;}
}



.bullet-list {
    margin: 20px 0;
}
.bullet-list p {
    padding: 5px 0;
    margin: 0;
    font-size: 1rem;
}
.bullet-list i {
    float: left;
    margin: 5px 10px 5px 0;
    color: #06a04a;
}

.icon-holder-isolatie {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto;
}
.icon-holder-isolatie > a {
    display: block;
    width: 24%;
    max-width: 150px;
    margin: 10px auto;
    padding: 15px 0;
    border: solid .5px #acacac;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.icon-holder-isolatie > a:hover {
    border: solid 2px #06a04a;
    text-decoration: none;
}
.icon-holder-isolatie > a > div {
    color: #575757;
    font-size: .8rem;
    font-weight: bold;
}
.icon-holder-isolatie svg {
    display: block;
    margin: 0 auto 10px;
    width: 80%;
}
.icon-holder-isolatie .color-one {
    fill: #06a04a;
}
.icon-holder-isolatie .color-two {
    fill: #acacac;
}

.boxed-image-clicker figure {
    border: solid 5px #f6f9f9;
}
.boxed-image-clicker figure:hover {
    border: solid 5px #06a04a;
}
.boxed-image-clicker figure {
    width: 80%;
    height: 120px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
}
.boxed-image-clicker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .text-block {
    background-color:#f6f9f9;
    padding: 0 30px;
    margin: 0 auto;
}
.content .text-block.start {
    height: 35px;
}
.content .text-block .semi-column {
    display: inline-block;
    width: 46%;
    margin: 20px auto;
}
.content .text-block .semi-column td {
    padding: 5px;
    font-size: .9rem;
    line-height: 1.3rem;
}
.content .text-block .semi-column img {
    width: 100%;
    display: block;
    top: 0;
    position: relative;
}
.content .text-block .lp-dropdown {
    width: 180px;
    margin: 5px 5px 5px 0px;
    padding: 8px 5px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
}
.content .text-block .lp-dropdown ~ a button {
    width: 180px;
    margin: 5px 0 5px 0;
    padding: 11px;
    border: none;
    background-color: #06a04a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.pure-energy .content .text-block {
    padding: 30px 120px;
}
.pure-energy .content .text-block .title {
    text-align: center;
}
.pure-energy .content .text-block svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
}
.pure-energy .content .text-block p {
    position: relative;
    padding: 12px 70px;
    margin-bottom: 10px;
}

.content .divider-block {
    width: 100%;
    height: 35px;
}

.cta-map-lp {
    background-color: #f6f9f9;
    padding: 10px 45px;
    margin: 50px auto;
}
.cta-map-lp .title {
    color: #474747;
    font-size: calc(1.2rem + .4vw);
    font-weight: bold;
    padding: 20px 0 10px;
}
.cta-map-lp .sub {
    color: #06a04a;
    font-size: calc(1rem + .2vw);
    line-height: 1.3em;
    font-weight: bold;
    padding: 15px 0 25px;
}
.cta-map-lp .points {
    color: #474747;
    padding: 10px 0;
    font-size: 1.02rem;
    line-height: 1.6rem;
}
.cta-map-lp .points i {
    color: #06a04a;
}
.cta-map-lp svg {
    width: 70vw;
    max-width: 300px;
}


.text-image-holder {
    display: flex; 
    flex-direction: row;
}
.text-image-holder img {
    width: 340px; 
    margin-top: 30px
}
.text-image-holder div.side-image img {
    border-radius: 15px; 
    width: 255px; 
    margin-top: 20px
}
.text-image-holder div:nth-child(2) .review-score {
    width: 125px;
    margin-top: 10px;
}
.text-image-holder .pure-energy-logo {
    margin-right: 45px;
}
.text-image-holder .score {
    margin-right: 75px; 
    margin-top: 30px;
}
.text-image-holder .score p:nth-child(1) {
    padding: 0px; 
    text-align: center; 
    font-size: 20px; 
    color:#ff9e44
}
.text-image-holder .score p:nth-child(2) {
    padding: 0px; 
    font-size: 8px; 
    text-align: center;
}


.energy-cta {
    display: flex; 
    flex-direction: row
}
.energy-cta .energy-map svg{
    width: 300px;
    margin-right: 70px;
}
.energy-cta .energy-map #Layer_2 path {
    transition: .2s;
}
.energy-cta .energy-map #Layer_2 path:hover {
    cursor: pointer;
    fill: #F28224;
}
.energy-cta .decision {
    margin-top: 140px;
}
.energy-cta .decision h3{
    padding-top: 0px;
    font-size: 20px;
}
.energy-cta .energy-source {
    display: flex; 
    flex-direction: row;
    background-color: #f6f9f9;
    padding: 25px;
    border-radius: 10px;
}
.energy-cta .energy-source .es-content p {
    font-size: calc(0.6rem + .2vw); 
    padding: 0px;
}
.energy-cta .energy-source .es-content i {
    color: #06A04A;
}
.energy-cta .energy-source .es-graphics i {
    color: #ffd300; 
}
.energy-cta .energy-source .es-content .es-title {
    font-size: calc(1rem + .2vw);
    font-weight: bold;
    margin-bottom: 20px
}
.energy-cta .energy-source .es-content button{
    background-color: #06A04A;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 5px 20px;
    margin-top: 20px
}
.energy-cta .energy-source .es-content button:hover {
    background-color: #1c6125;
    cursor: pointer;
}
.energy-cta .energy-source .es-graphics {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 40%;
}
.energy-cta .energy-source .es-graphics img{
    width: 85%;
    align-self: center;
    margin-left: 25px;
}
.energy-cta .energy-source .es-graphics p {
    text-align: center;
    padding: 27px 0px 0px;
}
.cls-1:hover,
.cls-2:hover,
.cls-3:hover,
.cls-4:hover,
.cls-5:hover,
.cls-6:hover,
.cls-7:hover,
.cls-8:hover {
    fill: #06a04a;
}
.cls-1,
.cls-6 {
    fill: #3ff005;
}
.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8 {
    stroke: #f9f9f9;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.25px;
    fill: #bfc1c2;
}
.cls-1,
.cls-2,
.cls-3,
.cls-5 {
    fill-rule: evenodd;
}

.container.fomo {
    padding: 5px 0;
}
.container.fomo > .row > * {
    display: inline;
}
.icon-list {
    width: 35%;
    padding: 30px 10px 0;
    background-color: #ebf6ec;
    border-radius: 5px;
    margin: 30px auto 5px;
}
.icon-list .points {
    font-size: .8em;
    line-height: 1.2rem;
    padding: 5px 0;
}
.icon-list .points span {
    font-weight: bold;
    color: #06a04a;
}
.icon-list i {
    color: #06a04a;
    font-size: 18px;
    float: left;
    width: 25px;
}
.testemonial {
    width: 28%;
    margin: 0px auto;
    text-align: center;
    line-height: 1.5em;
}
.testemonial:nth-child(2) {
    margin-top: 20px;
}
.testemonial h3 {
    color: #06a04a;
    font-style: italic;
}
.testemonial p {
    font-style: italic;
    font-size: .8rem;
}

.spacing-mobile {
    padding: 0 !important;
}

.footer {
    margin-top: 50px;
    padding-top: 40px;
}
.design-dv.footer {
    background-color: #06a04a;
}
.design-tc.footer {
    background-color: var(--lp-tc-color-2);
}
.footer img {
    margin: 10px auto 20px;
    width: 180px;
    display: block;
}
.footer p {
    text-align: center;
    padding-bottom: 10px;
}
.design-dv.footer p,
.design-dv.footer a {
    color: white;
}
.design-tc.footer p,
.design-tc.footer a {
    color: #9c9c9c;
}
.footer > .container p:nth-of-type(1) {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.design-dv.footer > .container p:nth-of-type(1) {
    font-size: 1.2rem;
    margin-bottom: 70px;
}
.container .content .col-12 .small-form {
    display: none;
}
.container .content .col-12 .cta-map-lp .row .col .points {
    display: block;
}
.container .content .col-12 .cta-map-lp .row .points {
    display: none;
}

.review-list {
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
    columns: 4 200px;
    -webkit-column-gap: .7em;
    -moz-column-gap: .7em;
    column-gap: .7em;
    background-image: url(""); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 200px;
}
.review-list div{
    position: relative;
    background-color: #F7FAFA;
    padding: 30px 0px 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.review-list a{
    text-decoration: none;
}
.review-list div p{
    font-weight: bold;
    font-size: calc(.9rem - .2vw);
    line-height: calc(1.6rem - .2vw);
    color: #505050;
    padding: 20px 20px 0px 20px;
}
.review-list div .author-lp {
    position: relative;
    background-color: #d3d3d3;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 0px 15px 60px;
    margin-top: 20px;
}
.review-list div .author-lp img {
    width: 40px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.review-list div .tag {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: calc(.8rem - .2vw);
    font-weight: normal;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 20px;
}

.pure-energy .clickable-link {
    color: #06A04A;
}

@media only screen and (max-width: 1200px) {
    .header > div,
    .body > .container {
        padding: 15px 8vw;
    }
}

@media only screen and (max-width: 992px) {

    .container {
        max-width: 800px;
    }

    .header > div,
    .body > .container {
        padding: 15px 6vw;
    }

    .boxed-image-clicker figure {
        height: 55%;
        width: 100%;
    }

    .content .text-block .row .semi-column:nth-of-type(1) {
        width: 55%;
    }
    .content .text-block .row .semi-column:nth-of-type(2) {
        width: 40%;
    }
    .cta-map-lp {
        padding: 10px 20px;
    }
    .cta-map-lp .row {
        display: block;
    }
    .cta-map-lp svg {
        max-width: 100%;
        width: 100%;
    }

}

@media only screen and (max-width: 780px) {
    .intro .banner {
        background-size: cover;
    }
    .text-image-holder {
        display: flex;
        flex-direction: column;
    }
    .text-image-holder div:nth-child(1) {
        margin-right: 0px;
    }
    .content .text-block .col-row {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .content .text-block .row .semi-column:nth-of-type(1) {
        width: 96%;
        display: block;
    }
    .content .text-block .row .semi-column:nth-of-type(2) {
        width: 50%;
        display: block;
    }
    .container .content .col-12 .small-form {
        display: block;
    }
    .container .content .col-12 .cta-map-lp .row .col .points {
        display: none;
    }
    .container .content .col-12 .cta-map-lp .row .points {
        display: block;
    }
    .container .content .col-12 .mobile {
        display: block;
    }
    .container .intro .banner .small-form {
        display: none;
    }
    .pure-energy .container .content .col-12 .cta {
        display: block;
    }
    .isolatie-aantrekkelijk .container .intro h1 {
        padding: 85px 0 20px;
    }
    .pure-energy .content .text-block {
        padding: 30px 10px;
    }
    .pure-energy .content .text-block p {
        padding: 12px 45px;
    }
    .energy-cta {
        display: flex;
        flex-direction: column;
    }
    .energy-cta .decision {
        margin-top: 0px;
    }
    .energy-cta .energy-map svg {
        width: 100%;
        height: 100%;
        margin: 50px 0px;
    }
    .energy-cta .energy-source {
        flex-direction: column;
    }
    .energy-cta .energy-source .es-graphics {
        flex-direction: column;
        width: 100%;
    }
    .energy-cta .energy-source .es-graphics img {
        width: 70%;
        margin-left: 0px;
        margin-top: 30px;
    }
    .energy-cta .energy-source .es-content p {
        font-size: calc(0.8rem + .2vw);
    }
    .pure-energy .text-image-holder div{
        margin: 10px auto;
    }
    .text-image-holder .pure-energy-logo {
        margin-right: 0;
    }
    .text-image-holder div:nth-child(2) img {
        margin-top: 0px;
    }
    .review-list {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        padding: 50px 20px;
    }
    .review-list div .author-lp img {
        width: 40px;
    }
}

@media only screen and (max-width: 650px) {

    .icon-holder-isolatie > a {
        width: 40%;
        max-width: 175px;
    }

    .content .text-block .row .semi-column:nth-of-type(2) {
        width: 70%;
    }

    .icon-list {
        display: block;
        width: 95%;
        margin: 30px auto;
    }
    .testemonial {
        display: block;
        width: 90%;
        margin: 30px auto;
    }

    .spacing-mobile {
        padding: 10px 0 !important;
    }
    .review-list div .author-lp img {
        width: 45px;
    }
}

@media only screen and (max-width: 576px) {

    .boxed-image-clicker > .col {
        margin-bottom: -30px !important;
    }
    
    .intro .banner {
        height: 210px !important;
    }
    .intro .banner.mobile-height-50 {
        height: 125px !important;
    }
    .intro .banner.mobile-height-0 {
        height: 0 !important;
    }

}

@media only screen and (max-width: 500px) {
    .container-fluid {
        padding: 10px 0;
    }

    .container {
        max-width: 100%;
    }

    .body {
        padding-top: 85px;
    }

    .header > div,
    .body > .container {
        padding: 15px 20px;
    }

    .content .small-form {
        padding: 20px 15px;
    }

    .content .text-block {
        padding: 10px 10px;
    }

    .content .text-block .row .semi-column:nth-of-type(2) {
        width: 90%;
    }

    .icon-list {
        padding: 30px 10px;
    }

    .zonnepanelen-laagste-prijs {
        padding-top: 65px;
    }

    .zonnepanelen-ervaringen {
        padding-top: 65px;
    }

    .pure-energy {
        padding-top: 65px;
    }

}
