/* push */

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) {
    overflow-y: hidden;
}
.body {
    padding-top: 95px;
}
.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: 40px 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;
}

.intro .details {
    color: #575757;
    padding: 0 0 20px;
}
.isolatie-aantrekkelijk .intro .banner {
    background-image: url("../../media/general/rijtjeshuizen-straat-bewolkt-1000.jpg");
    background-position: 50% 70%;
}
.isolatie-aantrekkelijk {
    padding-top: 95px;
}
.redenen-isoleren .intro .banner {
    background-image: url("../../media/isolatie/spouwspuit-in-muur-1000.jpg");
    background-position: 50% 40%;
}
.redenen-isoleren {
    padding-top: 95px;
}
.zonnepanelen-laagste-prijs .intro .banner {
    background-image: url("../../media/zonnepanelen/modern-house-solar-1000.jpg");
    background-position: 50% 40%;
}
.zonnepanelen-laagste-prijs {
    padding-top: 95px;
}
.zonnepanelen-ervaringen .intro .banner {
    background-image: url("../../media/infographics/zonnepanelen-ervaringen-flipped.jpg");
    background-position: 50% 100%;
}
.zonnepanelen-ervaringen {
    padding-top: 95px;
}
.pure-energy .intro .banner {
    background-image: url("../../media/landing-page/header-image-pure-energy-lp.jpg");
    background-position: 50% 100%;
}
.pure-energy {
    padding-top: 95px;
}
.intro .banner {
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
    height: 250px;
    width: 100%;
    position: relative;
    display: flex;
}
.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 p {
    line-height: 1.6rem;
    font-size: 1rem;
    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;
}

.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 calc(-30px - 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;
    }
}


.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 {
    background-color: #06a04a;
    margin-top: 50px;
    padding-top: 40px;
}
.footer img {
    margin: 10px auto 20px;
    width: 180px;
    display: block;
}
.footer p {
    text-align: center;
    padding-bottom: 10px;
    color: white;
}
.footer a {
    color: white;
}
.footer > .container p:nth-of-type(1) {
    font-size: 1.2rem;
    font-weight: bold;
    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('../../media/landing-page/bottom-image-energie-lp.jpg'); 
    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: 80%;
        margin: 30px auto;
    }
    .testemonial {
        display: block;
        width: 80%;
        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;
    }
}

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

    .intro .banner {
        height: 50vw;
    }

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

}
