/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #F5F5F5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Complianz cookiebanner*/

.cmplz-cookiebanner {
    font-family: "Open Sans", sans-serif;
}


div#cmplz-document h2 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 22px;
    line-height: 24px;
}

div#cmplz-document h3 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 18px;
    line-height: 20px;
}

/*Complianz cookiebanner END*/



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



ul,
ol {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0px 0px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

.home-link {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

img {
    border-style: none;
}

img,
video {
    height: auto;
    max-width: 100%;
}

section:after,
article:after,
.clear:after,
#inner-header:after,
.row:after,
.social:after,
.site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}

div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}



/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

.menu span {
    background: #132628;
    height: 2px;
}

.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}

header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 30%;
}

header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 30%;
}

header.site-header div.menu {
    overflow: hidden;
}

header.site-header div.menu.open .close-btn {
    top: -3px;
}

header.site-header div.menu .close-btn {
    position: absolute;
    height: 36px;
    width: 37px;
    transition: .3s ease-in-out;
    top: 40px;
}

div#navbar.open ul {
    max-height: 1000px;
}

header.site-header div.menu.open .open-btn {
    top: -36px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}

.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}

.menu span:nth-of-type(1) {
    top: 2px;
}

.menu span:nth-of-type(2) {
    top: 12px;
}

.menu span:nth-of-type(3) {
    bottom: 2px;
}

.menu .close-btn span:nth-of-type(3) {
    color: #252422;
    bottom: 10px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}


/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

form textarea {
    height: 130px;
}

.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

html {
    scroll-padding-top: 140px;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}


.inner {
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family:"sofia-pro";
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #2D2E33;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-wrapper.sb {
    justify-content: space-between;
}

.bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 100%;
    font-family:"obvia";
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {}

.sub h1 {
    font-size: 40px;

}

.sub h2 {
    font-size: 36px;

}

.sub h3 {}

.sub h4 {}



a.btn,
.gform_button.button,
.gform_wrapper.gravity-theme .gform_page_footer button {
    padding: 13px 14px;
    height: 48px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 6px;
    color: white;
    border: 1px solid #087FF7;
    background-color: #087FF7;
    font-size: 16px;
    line-height: 100% !important;
    position: relative;
    font-family:"sofia-pro";
}

a.btn::after,
.gform_button.button::after,
.gform_wrapper.gravity-theme .gform_page_footer button::after{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector.svg);
    width: 11.83px;
    height: 13.187px;
    margin-left: 8px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}


a.btn:hover,
.gform_button.button:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover {
    background-color: #0772DE;
    border-color: #0772DE;
}

.btn.white{
    color: #2D2E33;
    background-color: white;
    border-color: white;
}

.btn.white:not(.ghost)::after{
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector-b.svg);
}

.btn.white:hover{
    color: white;
    background-color: #2D2E33;
    border-color: #2D2E33;
}

.btn.white:hover::after{
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector.svg);
}

.btn.gold{
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    border-color: #FCC100;
}

.btn.gold:hover{
    background: linear-gradient(90deg, #F3931C 0%, #F3931C 100%);
    border-color: #F3931C;
}

.btn.ghost, .homepage .blokken .inner>a.btn:last-child{
    color: #2D2E33;
    background-color: transparent;
    border-color: #2D2E33;
    background: transparent;
}

.btn.ghost::after, .homepage .blokken .inner>a.btn:last-child::after{
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector-b.svg);
}

.btn.ghost:hover::after, .homepage .blokken .inner>a.btn:last-child:hover::after{
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector.svg);
}

.btn.ghost:hover, .homepage .blokken .inner>a.btn:last-child:hover{
    color: white;
    background-color: #2D2E33;
    border-color: #2D2E33;
}

.btn.ghost.white{
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn.ghost.white::after{
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector.svg);
}

.btn.ghost.white:hover{
    color: #2D2E33;
    background-color: white;
    border-color: white;
}

.btn.ghost.white:hover::after{
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/Vector-b.svg);
}

.homepage .hoofdlaag .gform_wrapper.gravity-theme .button{
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    border-color: #FCC100;
    color: white;
}

.homepage .hoofdlaag .gform_wrapper.gravity-theme .button:hover{
    background: linear-gradient(90deg, #F3931C 0%, #F3931C 100%);
    border-color: #F3931C;
    color: white;
}


.breadcrumbs{
    padding: 20px 0 0!important;
    position: absolute;
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 16px;
    padding-bottom: 20px;
}

#breadcrumbs * {
    color: #000000;
    font-family:"sofia-pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

#breadcrumbs a {
    font-family:"sofia-pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .delimiter {
    margin: 0 4px;
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/chevron-right.svg);
    width: 24px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 2px;
}


.pretitel {
    color: white;
    border-radius: 6px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    font-size: 16px;
    padding: 8px 16px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 24px;
    width: fit-content;
    height: 36px;
}

.hoofdlaag .pretitel{
    background: linear-gradient(90deg, #66676F 0%, #2D2E33 100%);
}

.accordion {
    background-color: transparent;
    color: #121725;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-family:"sofia-pro";
    position: relative;
}

.homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}

.accordion:after {
    content: url(https://www.hommersenenergysolutions.nl/wp-content/themes/2024-05-theme/images/accordion-plus.svg);
    position: absolute;
    right: 0;
    top: 24px;
}

.accordion.active:after {
    content: url(https://www.hommersenenergysolutions.nl/wp-content/themes/2024-05-theme/images/accordion-minus.svg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
}

.panel *:last-child {
    margin-bottom: 24px;
}

.desktop {
    display: none;
}




/**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */



.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}

.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}

.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}

.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}

.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}

.content-builder ul li::marker {
    font-size: 20px;
}

.content-builder>section,
.sub.single>section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-archive{
    padding-bottom: 80px;
}

.content-afbeelding .inner>.flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper {
    flex-direction: column;
}

.content-afbeelding .inner>.flexbox-wrapper>span {
    margin-top: 32px;
    width: 100%;
    background-size: cover;
    height: 314px;
    border-radius: 16px;
}

.twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
    margin-top: 40px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content h2,
.twee-kolom-content .inner>.flexbox-wrapper>div h2,
.gecentreerde-content .inner>.flexbox-wrapper>.content h2,
.blokken .inner h2,
.veelgestelde-vragen .tekst h2 {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst,
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst,
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst,
.veelgestelde-vragen .tekst {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child),
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst>*:not(:last-child),
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child) {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
    margin-bottom: 8px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper span,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper span,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper span {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}


.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper p,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper p,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn,
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn,
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn {
    margin-top: 32px;
    display: inline-block;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn:nth-of-type(2),
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn:nth-of-type(2),
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn:nth-of-type(2) {
    margin-top: 8px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>span:last-of-type,
.twee-kolom-content .inner>.flexbox-wrapper>div>span:last-of-type,
.gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
    width: 287px;
    height: 147px;
    margin-top: 40px;
    background-size: cover;
}

.afbeelding-slider .tekst {
    margin-bottom: 40px;
}

.afbeelding-slider .owl-stage-outer {
    overflow: visible;
}

.afbeelding-slider .owl-stage-outer .owl-item img {
    max-width: calc(100vw - 56px);
    max-height: 550px;
}

.veelgestelde-vragen .categorien {
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 5px 6px;
    width: 100%;
}

.veelgestelde-vragen .categorien a {
    display: inline-block;
    width: 100%;
    color: black;
    line-height: 20px;
    background-color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
}

.veelgestelde-vragen .categorien a:hover {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.sub.faq.hulp .vragenlaag .vragen {
    margin-top: 0 !important;
}

.veelgestelde-vragen .vragen {
    margin-top: 32px;
}

.veelgestelde-vragen .vragen>h2 {
    color: #149BD7;
    margin-bottom: 30px;
}

.veelgestelde-vragen .vragen div.category>div:first-of-type .accordion {
    border-top: 1px solid #D9D9D9;
}

.veelgestelde-vragen .vragen .accordion:hover {
    background-color: #149bd71c;
}

.veelgestelde-vragen .vragen div div .accordion.active {
    padding-bottom: 8px;
    background-color: transparent !important;
}

.veelgestelde-vragen .vragen div div .panel p {
    margin-bottom: 24px;
}

.veelgestelde-vragen .categorien a.active {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.veelgestelde-vragen .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
}

.veelgestelde-vragen .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}


.sub.single .hoofdlaag {
    padding-bottom: 0;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper{
    background-color: white;
    padding: 24px;
    border-radius: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper{
    align-items: center;
    margin-top: 32px;
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child{
    align-items: center;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid black;
    width: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper span, .sub.single .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child span{
    width: 56px;
    height: 56px;
    margin-right: 16px;
    background-size: cover;
    border-radius: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper>div, .sub.single .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child>div{
    flex-grow: 1;
    flex-basis: 50%;
    font-size: 14px;
    line-height: 150%;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>*:not(img){
    max-width: 768px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper:first-of-type{
    flex-direction: column;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper>div:not(.flexbox-wrapper)>span{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 2px;
    background-color: #EEE;
    border-radius: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
    border-radius: 16px;
    margin: 48px 0;
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
    margin: 30px 0;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
    margin-top: 30px;
    width: 100% !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure figcaption {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    padding-left: 8px;
    border-left: 2px solid black;
    margin-top: 4px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>*:not(:last-child) {
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h3 {
    margin-top: 40px;
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 140%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 2px solid black;
    margin: 30px 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:not(.btn) {
    color: black;
    text-decoration: underline;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:hover {
    text-decoration: none;
}

.sub.single .hoofdlaag .flexbox-wrapper .content ul,
.sub.single .hoofdlaag .flexbox-wrapper .content ol {
    list-style-position: outside;
    margin: 20px 0 !important;
    padding-left: 20px!important;
}

.sub.single .hoofdlaag .sidebar {
    margin-top: 40px;
    background-color: gray;
    width: 100%;
    max-width: 350px;
    height: 350px;
}

.homepage .blokken.data .info-grid>div:nth-child(3) a.btn.white{
    padding: 0;
    height: unset;
    &:hover{
        background-color: transparent;
        color: #2D2E33;
        text-decoration: underline;
        border-color: transparent;
    }
}

.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}

.blog-carousel .owl-stage-outer{
    overflow: visible;
}

.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}




.blog:not(.content-builder){
    width: 330px;
    position: relative;
}

.blog:not(.content-builder)>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog:not(.content-builder):hover .thumb span{
    transform: scale(1.2);
}

.blog:not(.content-builder) .content{
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    margin-top: -16px;
    position: relative;
    z-index: 1;
}

.blog:not(.content-builder) .content .categorie{
    margin-right: 17px;
}

.blog:not(.content-builder) .content .titel{
    font-family: "sofia-pro";
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
    height: 66px;
}

.blog:not(.content-builder) .content .excerpt{
    height: 78px;
    overflow: hidden;
    font-size: 16px;
    margin: 16px 0 24px;
}

.blog:not(.content-builder) .thumb{
    overflow: hidden;
    height: 200px;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.blog:not(.content-builder) .thumb span{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: 0.4s;
}


.reviewlaag .tekst {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-stage-outer {
    overflow: visible;
}

.reviewlaag .review-carousel .owl-item>div {
    background-color: white;
    padding: 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.reviewlaag .review-carousel .owl-item .sterren {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-item .sterren span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.reviewlaag .review-carousel .owl-item>div>p {
    font-size: 18px;
}

.reviewlaag .review-carousel .owl-item>div>p:last-child {
    margin-top: 32px;
    font-size: 16px;
}

.reviewlaag .inner>a.btn {
    margin-top: 40px;
}

.content-afbeelding.reverse.phone .flexbox-wrapper>.content{
    order: 1;
 }

 .content-afbeelding.reverse.phone .flexbox-wrapper>span{
    margin-top: 0;
    margin-bottom: 40px;
 }


/**
 * Navbar
 * ----------------------------------------------------------------------------
 */

.top-header {
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
}

.top-header .flexbox-wrapper{
    justify-content: center;
}

.top-header .flexbox-wrapper *{
    color: white;
    font-size: 18px;
    line-height: 100%;
}

.top-header .flexbox-wrapper p{
    font-weight: bold;
}

.top-header .flexbox-wrapper *:not(a){
    display: none;
}

.top-header .flexbox-wrapper a{
    position: relative;
    display: block;
    padding-left: 28px;
}

.top-header .flexbox-wrapper a::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/whatsapp.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.site-header {
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 0;
    z-index: 99999;
    background: white !important;
    box-shadow: 0px 4px 4px 0px #A0A0A026;
    transition: 0.2s ease-in-out;
}

.hfeed.site {
    margin-top: 72px;
}

.hfeed.site:has(.has-topheader) {
    margin-top: 112px;
}

.hfeed.site:has(.has-topheader.top-header-desktop) {
    margin-top: 72px;
}

.site-header.has-topheader {
    top: 40px;
}

.site-header.has-topheader.top-header-desktop {
    top: 0;
}

.site-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.site-header .inner .home-link {
    width: 197px;
    height: 39.667px;
    margin-left: 24px;
}

.site-header .inner .menu {
    overflow: hidden;
    width: 38px;
    height: 36px;
    margin-right: 24px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    top: 1px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0px;
    width: 38px;
    height: 36px;
    transition: 0.3s ease-in-out;
}

.menu span {
    background: #252422;
}

header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
}

header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 7px;
}

header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 15px;
}

header.site-header div.menu .open-btn span:nth-of-type(4) {
    color: #252422;
    bottom: 11px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    position: relative;
    top: 10px;
    overflow: visible;
}

div#navbar.open {
    padding: 32px 0 30px;
    height: calc(100vh - 75px);
    max-height: unset;
    background-color: white;
    border-top: 0;
    margin: unset;
    box-shadow: inset 0px 4px 4px 0px #A0A0A026;
}

div#navbar.open .nav-menu {
    max-height: calc(100vh - 240px) !important;
    overflow-y: scroll;
}

div#navbar .nav-menu>li:first-of-type{
    padding-top: 20px;
    border-top: 1px solid #44444433;
}

div#navbar .nav-menu>li {
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #44444433;
    margin: 0 24px 20px;
    list-style-type: none;
}


div#navbar ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #44444433;
    margin-bottom: 20px;
}


div#navbar ul li a {
    color: #2D2E33;
    display: block;
    width: fit-content;
    height: 100%;
    transition: 0.3s;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    font-weight: 700;
}

div#navbar ul li a:hover {
    color: #a3a3a3 !important;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu .sub-menu {
    display: none;
}

.nav-menu .sub-menu li {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #DAE1EFB2;
}

.nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #DAE1EFB2;
    margin-top: 20px;
    border-bottom: 0;
}

.nav-menu .sub-menu li:not(:first-of-type) {
    border-top: 1px solid #DAE1EFB2;
    margin-top: 15px;
}

.nav-menu .sub-menu li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}



.site-header .btn.navbar-mobile {
    width: calc(100% - 48px);
    text-align: center;
    margin: 0 24px;
    margin-top: 32px;
    display: none;
}

.site-header .navbar.open .btn.navbar-mobile {
    display: block;
}

.site-header .navbar-desktop {
    display: none;
}




/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out effect */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar.open a {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}


.site-header a.btn.desktop {
    display: none;
}


div#navbar ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#navbar ul li.menu-item-has-children>a::after {
    content: url(https://www.hommersenenergysolutions.nl/wp-content/themes/2024-05-theme/images/chevron-down-b.svg) !important;
    display: inline-block;
    position: absolute;
    right: -20px;
    transition: 0.2s;
}

div#navbar ul li.menu-item-has-children.open>a::after {
    transform: rotateX(180deg);
    top: 5px;
}

.navbar-btns-desktop {
    display: none;
}

/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

.site-header.scrolled .inner .home-link {
    background-image: url() !important;
}

.site-header.scrolled {
    background: white;
}

.site-header.scrolled div#navbar.open {
    background-color: white;
}

.site-header.scrolled .menu span {
    background: black;
}

.site-header.scrolled div.menu .open-btn span:nth-of-type(4) {
    color: black;
}

.site-header.scrolled .menu .close-btn span:nth-of-type(3) {
    color: black;
    background: transparent;
}

.site-header.scrolled div#navbar ul li a {
    color: black;
}

.site-header.scrolled div#navbar .nav-menu>li {
    border-bottom: 1px solid #00000038;
}

.site-header.scrolled div#navbar ul li a::after {
    content: url();
}

.site-header.scrolled div#navbar ul li.menu-item-has-children>a::after {
    content: url() !important;
}

.site-header.scrolled .nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #00000038;
}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.above-footer{
    position: relative;
}

.above-footer::before{
    content: "";
    background-color: white;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.above-footer .inner>div, .nieuwsbrief{
    border-radius: 16px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 48.5%);
    padding: 24px;
    color: white;
    position: relative;
}

.above-footer .inner>div::before, .nieuwsbrief::before{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/footer-contactblok-bg.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.above-footer .inner>div>*, .nieuwsbrief>*{
    position: relative;
}

.above-footer h2, .nieuwsbrief h2{
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 16px; 
}

.above-footer .inner>div>p:first-of-type, .nieuwsbrief>p:first-of-type{
    max-width: 823px;
    margin-left: auto;
    margin-right: auto;
}
.above-footer a.btn:first-of-type{
    margin: 32px 0 8px;
}

.above-footer a.btn:last-of-type{
    margin-bottom: 32px;
}

.nieuwsbrieflaag{
    padding: 40px 0!important;
}

.nieuwsbrief p a{
    color: white;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

.nieuwsbrief .gform_wrapper.gravity-theme input{
    background-color: transparent;
    border-color: white;
    color: white!important;
    height: 48px!important;
}

.nieuwsbrief ::placeholder{
    color: white;
}

.nieuwsbrief .gform_wrapper.gravity-theme{
    margin: 24px 0;
}

.nieuwsbrief .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
    width: 100%;
    margin-top: -8px;
}

.footer {
    padding-top: 80px;
    background-color: white;
}

.footer .flexbox-wrapper{
    padding-bottom: 32px;
    border-bottom: 1px solid #FCC100;
}

.footer .flexbox-wrapper>div:first-of-type span {
    width: 260px;
    height: 52.89px;
    background-size: cover;
}

.footer .flexbox-wrapper>div:first-of-type p {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer .flexbox-wrapper>div:nth-child(2) {
    display: none;
}

.footer .flexbox-wrapper>div:not(:first-of-type) {
    margin-top: 32px;
    flex-basis: 100%;
}

.footer .flexbox-wrapper>div:not(:first-of-type) p:first-of-type {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 16px;
    font-family: "obvia";
    font-weight: 900;
}

.footer .flexbox-wrapper>div:not(:first-of-type) * {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 16px;
    display: block;
    color: #2D2E33;
}

.footer .flexbox-wrapper>div:not(:first-of-type)>*:last-child {
    margin-bottom: 0;
}


.footer .flexbox-wrapper>div:nth-of-type(4) a[href^="mailto:"] {
    text-decoration: underline;
}

.footer .flexbox-wrapper>div:nth-of-type(4) a[href^="mailto:"]:hover {
    text-decoration: none;
}


.under-footer {
    padding: 32px 0;
    background-color: white;
}

.under-footer .flexbox-wrapper * {
    font-size: 16px;
    line-height: 130%;
    color: #2D2E33;
}

.under-footer .flexbox-wrapper {
    flex-direction: column;
}

.under-footer .flexbox-wrapper>div:first-of-type p {
    display: inline-block;
}

.under-footer .flexbox-wrapper>div:nth-of-type(2) * {
    display: inline-block;
}

.under-footer .flexbox-wrapper>div:nth-of-type(2){
    margin: 8px 0;
}

/**
 * Home
 * ----------------------------------------------------------------------------
 */


.homepage .twee-kolom-content h2 strong{
    background: linear-gradient(270deg, #F3931C 0%, #FCC100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage .twee-kolom-content .content-rechts{
    margin-top: 0!important;
}

.homepage .twee-kolom-content .content-rechts .flexbox-wrapper span{
    position: relative;
    top: 4px;
}

.homepage .twee-kolom-content .content-rechts .flexbox-wrapper p{
    line-height: 150%!important;
}

.homepage .twee-kolom-content .content-rechts .flexbox-wrapper p strong{
    display: block;
    font-size: 20px;
    line-height: 150%;
}

.homepage .twee-kolom-content .content-rechts>p{
    margin-top: 16px;
}

.homepage .content-afbeelding .flexbox-wrapper .flexbox-wrapper p{
   font-weight: bold; 
}

.homepage .content-afbeelding .tekst p:has(strong){
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
    margin-bottom: 8px!important;
    display: block;
}

.homepage .content-afbeelding .tekst p strong{
    font-weight: 800;
}

.homepage .content-afbeelding .content .tekst{
    margin-bottom: 16px!important;
}

.homepage .content-afbeelding .content>p{
    margin-top: 16px;
    margin-bottom: 32px;
}

.installatie-carousel{
    margin: 27px 0;
}

.installatie-carousel .owl-stage-outer{
    overflow: visible;
}

.installatie-carousel .owl-item>div{
    width: 268px;
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    height: 204px;
    position: relative;
}

.installatie-carousel .owl-item:not(:last-child)>div::after{
    content: "";
    width: 32px;
    height: 4px;
    background-color: #2D2E33;
    position: absolute;
    top: calc(50% - 2px);
    right: -32px;
}

.installatie-carousel .owl-item>div>p:first-child{
    border-radius: 4px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    width: 48px;
    height: 48px;
    color: white;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 32px;
}

.installatie-carousel .owl-item>div>p:has(strong){
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 110%;
}

.blokken .inner>p:nth-last-child(2){
    position: relative;
    padding-left: 32px;
    line-height: 100%;
}

.blokken .inner>p:nth-last-child(2)::before{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/mdi_energy-circle.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0px;
}

.blokken .inner>a.btn:last-child{
    margin-top: 27px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr; /* Single column layout by default */
    gap: 16px; /* Space between items */
    margin-top: 32px;
}

.info-grid > div {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

.info-grid > div:nth-child(1) {
    background-color: #2D2E33; /* Dark background for the first section */
    color: #fff;
}

.info-grid > div:nth-child(1)>p:first-child{
    font-size: 28px;
    font-weight: 800;
    line-height: 110%; /* 30.8px */
    margin-bottom: 16px;
}

.info-grid > div .flexbox-wrapper{
    margin-top: 16px;
    align-items: center;
}

.info-grid > div .flexbox-wrapper span{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.info-grid > div .flexbox-wrapper p{
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
}

.info-grid > div:nth-child(2),
.info-grid > div:nth-child(4) {
    border-radius: 16px;
    background: linear-gradient(109deg, #FCC100 0.19%, #F3931C 99.81%);
    color: #fff;
}

.info-grid > div:nth-child(2)>p:first-child{
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    display: flex;
    align-items: center;   
}

.info-grid > div:nth-child(2)>p:first-child strong{
    font-size: 54px;
    font-weight: 800;
    line-height: 100%;
    margin-right: 4px;
}

.info-grid > div:nth-child(2)>p:nth-child(2){
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
    margin: 16px 0 8px;
}

.info-grid > div:nth-child(3)>p:nth-child(1){
    font-size: 54px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-grid > div:nth-child(3)>p:nth-child(2){
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
    margin-bottom: 8px;
}

.info-grid > div:nth-child(4)>p:first-child{
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 110%;
    font-weight: 800;
}

.info-grid > div:nth-child(4) a.btn{
    margin-top: 24px;
}

.blokken.voordelen .tekst p:first-of-type{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
}

.blog-slider h2, .project-slider h2{
    margin-bottom: 16px;
}

.blog-slider .tekst, .project-slider .tekst{
    margin-bottom: 32px;
}

.blog-slider .inner>a.btn, .project-slider .inner>a.btn {
    margin-top: 24px;
}

.project-slider .owl-stage-outer{
    overflow: visible;
}

.project-slider .project-single{
    width: 330px;
}

.project-slider .project-single>div{
    border-radius: 16px;
    padding: 24px;
    background-color: #2D2E33;
    color: white;
}

.project-slider .project-single>span{
    height: 174px;
    width: 100%;
    border-radius: 16px;
    background-size: cover;
}

.project-slider .project-single>div>p:first-child{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800;
    line-height: 110%;
}

.project-slider .project-single>div>p:last-of-type{
    margin-bottom: 32px;
    height: 65px;
    overflow: hidden;
}

.project-slider .project-single>div>a{
    margin-bottom: 24px;
}

.project-slider .project-single>div>a::after{
    margin-left: 8px;
}

.project-slider .project-single>div>div{
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    flex-wrap: wrap;
}

.project-slider .project-single>div>div:nth-child(2n){
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.00);
}

.project-slider .project-single>div>div>span{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.project-slider .project-single>div>div>p{
    flex-basis: 50%;
    flex-grow: 1;
}

.homepage .hoofdlaag .content-rechts .tekst{
    border-radius: 16px;
    background: #2D2E33;
    padding: 24px;
    color: white;
    margin-top: 80px;
    margin-bottom: 0!important;
}

.homepage .hoofdlaag .content-rechts .tekst>p:first-child{
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    margin-bottom: 16px;
}

.homepage .hoofdlaag .content-rechts .tekst .gform_wrapper.gravity-theme{
    margin-bottom: 0;
    border-radius: 16px;
    background: #424347;
    padding: 20px;
}

.homepage .hoofdlaag .content-rechts .tekst .gform_wrapper.gravity-theme .gfield_label{
    font-size: 16px;
    color: white;
    margin-bottom: 12px;
    line-height: 100%;
}

.homepage .hoofdlaag .content-rechts .tekst .gform_wrapper.gravity-theme .gform_body input{
    height: 48px;
    color: black;
    border-radius: 5px;
}

.homepage .hoofdlaag .content-rechts .tekst .gform_wrapper.gravity-theme .gform_body input::placeholder{
    color: black;
}

.homepage .hoofdlaag .content-rechts .tekst .gform_wrapper.gravity-theme .gform_page_footer button{
    margin-bottom: 0;
    display: inline-block;
}

.homepage .hoofdlaag .content-rechts .tekst .gform_wrapper.gravity-theme .gform_page_footer{
    padding-bottom: 0;
}

.homepage .hoofdlaag{
    position: relative;
}

.homepage .hoofdlaag::before{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/placeholder.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 728px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homepage .hoofdlaag::after{
    content: "";
    background-color: #00000056;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    visibility: visible;
}

.homepage .hoofdlaag .inner{
    z-index: 2;
    color: white;
}

.homepage .hoofdlaag h1 strong{
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 43.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage .hoofdlaag .content-links .flexbox-wrapper{
    align-items: center;
}

.uspslaag{
    padding: 24px 0!important;
    position: relative;
}

.uspslaag::before{
    content: "";
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    width: calc(100% - 48px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    max-width: 730px;
    margin: 0 24px;
}

.uspslaag .owl-item .flexbox-wrapper span{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.uspslaag .owl-item .flexbox-wrapper p{
    flex-basis: 50%;
    flex-grow: 1;
    font-weight: bold;
}

.homepage .uspslaag{
    position: relative;
}

.homepage .uspslaag::before{
    z-index: 3;
}

.homepage .uspslaag::after, .content-builder.batterijen .uspslaag::after{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/gray-bg.svg);
    height: 1159px;
    width: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: visible;
}

.homepage .content-builder>section .inner, .content-builder.batterijen>section .inner{
    z-index: 3;
}

.homepage .twee-kolom-content .flexbox-wrapper p a{
    color: #2D2E33;
    font-weight: bold;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

.content-builder.over-ons .gecentreerde-content{
    margin-bottom: -50px!important;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue{
    display: none!important;
}

.gform_wrapper.gravity-theme .gf_progressbar_title{
    font-size: 24px!important;
    color: white!important;
    line-height: 110%!important;
    font-weight: 800!important;
    margin-bottom: 10px!important;
}

.gform_wrapper.gravity-theme .gf_progressbar_title .gf_step_page_count{
    color: rgba(255, 255, 255, 0.30)!important;
}

/**
 * Subs
 * ----------------------------------------------------------------------------
 */

.blokken:has(.knoppenlaag){
    background-color: black;
    position: relative;
}

.blokken:has(.knoppenlaag)::before{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/gray-bg.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    height: 80%;
    width: 293px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    opacity: 0.5;
}

.blokken:has(.knoppenlaag) .tekst{
    color: white;
    margin-bottom: 40px;
}

.blokken .inner .knoppenlaag.flexbox-wrapper{
    flex-direction: column;
    gap: 16px;
}

.blokken .inner .knoppenlaag.flexbox-wrapper a.btn.gold{
    text-align: center;
    height: unset;
    width: 100%;
    padding: 13px 14px 17px;
}

.sub-content .hoofdlaag, .sub-contact .hoofdlaag, .page-id-1265 .hoofdlaag{
    padding: 72px 0 40px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%), #FFF;
    position: relative;
}

.sub-content .hoofdlaag::before, .sub-contact .hoofdlaag::before, .page-id-1265 .hoofdlaag::before{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/sub-hoofdlaag-bg.svg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-content .content-builder.batterijen .hoofdlaag .inner>.flexbox-wrapper>.content .tekst p{
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
}

.sub-content .hoofdlaag .inner>.flexbox-wrapper>span{
    height: 288px;
    margin-top: 8px!important;
}

.content-afbeelding .inner>.flexbox-wrapper>.galerij-carousel .owl-item>img{
    object-fit: cover;
    border-radius: 16px;
}

.sub-content .twee-kolom-content h2 strong{
    background: linear-gradient(102deg, #F3931C 0%, #FCC100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-builder.batterijen .twee-kolom-content.opslag .content-links .tekst div{
    border-radius: 16px;
    background: #FFF;
    padding: 40px;
}

.content-builder.batterijen .twee-kolom-content.opslag .content-links .tekst div strong{
    display: block;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
}

.content-builder.batterijen .twee-kolom-content.opslag .content-rechts{
    margin-top: 8px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 47%), #FFF;
}

.content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst>p:first-child{
    color: white;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
    font-weight: 700;
}

.content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst>p:last-child{
    color: white;
    line-height: 150%;  
    margin-top: 16px; 
}

.content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst table{
    border-spacing: 8px;
    margin: -8px;
}

.content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst table th, .content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst table td{
    background-color: white;
    padding: 16px;
    border-radius: 5px;
    text-align: left;
    vertical-align: top;
}

.content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div{
    border-radius: 16px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 48%);
    padding: 24px;
    color: white; 
}

.content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper .content-rechts{
    margin-top: 16px;
}

.content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div img{
    height: 160px;
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
}

.content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div .tekst p:nth-child(2){
    font-size: 30px;
    font-weight: 800;
    line-height: 110%;
}

.content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div .flexbox-wrapper{
    align-items: center;
}

.content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div .flexbox-wrapper p{
    line-height: 130%;
}

.content-builder.batterijen .inner>.tekst{
    margin-bottom: 32px;
}

.content-builder.batterijen .inner>.tekst h2{
    margin-bottom: 20px;
    font-size: 48px;
}

.content-builder .content-afbeelding .flexbox-wrapper .content a.btn{
    margin-top: 8px;
} 

.content-builder .content-afbeelding .flexbox-wrapper .flexbox-wrapper span, .single-project .content-afbeelding .flexbox-wrapper .flexbox-wrapper span{
    position: relative;
    top: 1px;
}

.content-builder .content-afbeelding .flexbox-wrapper .flexbox-wrapper p, .single-project .content-afbeelding .flexbox-wrapper .flexbox-wrapper p{
    line-height: 140%!important;
}

.content-builder.batterijen .gecentreerde-content.prijzen .flexbox-wrapper{
    max-width: unset!important;
}

.content-builder.batterijen .gecentreerde-content.prijzen .tekst{
    margin-bottom: 0!important;
}

.content-builder.batterijen .gecentreerde-content.prijzen .tekst>div{
    border-radius: 16px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 48%);
    padding: 24px;
    color: white;
}

.content-builder.batterijen .gecentreerde-content.prijzen .tekst>div>p:first-child{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 16px;
}

.content-builder.batterijen .gecentreerde-content.prijzen .tekst>div>p:nth-last-child(2){
    line-height: 150%;
    margin: 16px 0;
}

/* Basic table styling */
.content-builder.batterijen .gecentreerde-content.prijzen .tekst table {
    width: 100%;
  }
  
  .content-builder.batterijen .gecentreerde-content.prijzen .tekst td {
        background-color: white;
        padding: 16px;
        border-radius: 5px;
        text-align: left;
        vertical-align: top;
        color: #2D2E33;
        margin-bottom: 8px;
    }
  
  /* Responsive styling */
  @media screen and (max-width: 767px) {
    .content-builder.batterijen .gecentreerde-content.prijzen .tekst table, .content-builder.batterijen .gecentreerde-content.prijzen .tekst thead, .content-builder.batterijen .gecentreerde-content.prijzen .tekst tbody, .content-builder.batterijen .gecentreerde-content.prijzen .tekst th, .content-builder.batterijen .gecentreerde-content.prijzen .tekst td, .content-builder.batterijen .gecentreerde-content.prijzen .tekst tr {
      display: block;
    }
  
    .content-builder.batterijen .gecentreerde-content.prijzen .tekst thead tr {
      display: none; /* Hide table header */
    }
  
    .content-builder.batterijen .gecentreerde-content.prijzen .tekst td:first-child{
        font-weight: bold;
    }
  }

.content-builder.zakelijke-batterij .twee-kolom-content .tekst{
    margin-bottom: 0!important;
    border-radius: 16px;
    background: #FFF;
    padding: 40px;
    height: 100%;
}

.content-builder.zakelijke-batterij .twee-kolom-content .tekst>p:first-child{
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: 140%;
    margin-bottom: 7px
}

.blokken.voordelen .info-grid > div:nth-child(1){
    background: linear-gradient(109deg, #FCC100 0.19%, #F3931C 99.81%);
}

.blokken.voordelen .info-grid > div .flexbox-wrapper p{
    font-weight: normal;
}

.blokken.voordelen .info-grid > div:nth-child(2){
    background: white;
    color: #2D2E33;
}

.blokken.voordelen .info-grid > div:nth-child(2)>p:first-child{
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
}

.blokken.voordelen .info-grid > div:nth-child(2)>p:last-child{
    font-size: 16px;
    font-weight: normal;
    line-height: 130%;
}

.blokken.voordelen .info-grid > div:nth-child(3){
    background: #2D2E33;
}

.blokken.voordelen .info-grid > div:nth-child(3)>p:first-child{
    color: white;
    font-size: 24px;
    line-height: 110%;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    background: unset;
}

.blokken.voordelen .info-grid > div:nth-child(3)>p:last-child{
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 130%;
}

.blokken.voordelen .info-grid > div:nth-child(4)>p:first-child{
    font-size: 24px;
}

.blokken.voordelen .info-grid > div .flexbox-wrapper{
    align-items: flex-start;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div{
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    position: relative;
    margin-bottom: 30px;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div:not(:last-child)::before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 4px;
    height: 30px;
    background: #2D2E33;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div>p:first-child{
    border-radius: 4px;
    background: linear-gradient(90deg, #FCC100 0%, #F3931C 100%);
    width: 48px;
    height: 48px;
    color: white;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 32px;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div>p:nth-child(2){
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
}

.content-builder.installatie .blokken.installatie .inner>.flexbox-wrapper{
    margin-top: 40px;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div>p:nth-child(n + 3):not(:last-child){
    margin-bottom: 24px;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div>p:nth-child(n + 3){
    position: relative;
    padding-left: 32px;
}

.content-builder.installatie .blokken.installatie .flexbox-wrapper>div>p:nth-child(n + 3)::before{
    content: "";
    background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/mdi_energy-circle.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.content-builder.installatie .blokken.installatie .inner>p:nth-last-child(2){
    font-weight: bold;
}

.content-builder.error .gecentreerde-content .flexbox-wrapper>div:nth-of-type(n+2){
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.content-builder.error .gecentreerde-content .flexbox-wrapper>div:nth-of-type(n+2)>p:first-child{
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 8px;
    font-weight: 800;
}

.content-builder.error .gecentreerde-content .flexbox-wrapper>div:nth-of-type(n+2) p a{
    text-decoration: underline;
    color: #2D2E33;
    &:hover{
        text-decoration: none;
    }
}

.content-builder.error .gecentreerde-content .flexbox-wrapper .tekst{
    margin-bottom: 40px;
}

.content-builder.error .gecentreerde-content .flexbox-wrapper>p{
    text-align: center;
}

.content-builder.over-ons .content-afbeelding .flexbox-wrapper .content a.btn{
    margin-top: 24px;
}

.blokken.overons .tekst>p:first-of-type{
    font-size: 24px;
    line-height: 110%;
    font-weight: 800;
    margin-bottom: 16px;
}

.blokken.overons .info-grid > div:nth-child(-n + 3){
    color: #2D2E33;
    background: white;
}

.blokken.overons .info-grid > div>p:first-child{
    font-size: 24px!important;
    color: #2D2E33;
    margin-bottom: 32px;
    background: unset;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.blokken.overons .info-grid > div:nth-child(-n + 3) .flexbox-wrapper{
    align-items: flex-start;
    margin-bottom: 24px;
}

.blokken.overons .info-grid > div:nth-child(-n + 3)>.flexbox-wrapper:last-child{
    margin-bottom: 0;
}

.blokken.overons .info-grid > div .flexbox-wrapper p{
    font-weight: normal;
    line-height: 120%;
}

.blokken.overons .info-grid > div:nth-child(4){
    background: #2D2E33;
}

.blokken.overons .info-grid > div:nth-child(n + 4) *{
    color: white!important;
}

.blokken.overons .info-grid > div:nth-child(5){
    background: linear-gradient(109deg, #FCC100 0.19%, #F3931C 99.81%);
}

.blokken.overons .info-grid > div:nth-child(5)>p:first-child{
    font-weight: 800;
    line-height: 110%;
}

.blokken.overons .info-grid > div:nth-child(5)>p:nth-of-type(2){
    margin-bottom: 32px;
}

.blokken.overons .inner>p:nth-last-child(2){
    padding-left: 0;
    text-align: center;
    margin-top: 32px;
}

.content-builder.over-ons .blokken.overons .inner>p:nth-last-child(2){
    font-weight: 700;
    line-height: 130%;
}

.blokken.overons .inner>p:nth-last-child(2)::before{
    content: none;
}

.blokken.overons .inner>a.btn:last-child{
    margin: 32px auto 0;
}

.blog-archive .resultaten .flexbox-wrapper:last-child{
    margin-bottom: -32px;
}

.blog-archive .resultaten .flexbox-wrapper .blog{
    margin-bottom: 32px;
}

.blog-uitgelicht{
    padding: 80px 0;
}

.blog-uitgelicht>span{
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 16px 16px 0 0;
}

.blog-uitgelicht>div{
    background-color: white;
    padding: 24px;
    border-radius: 0 0 16px 16px;
}

.blog-uitgelicht .categorie{
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
}

.blog-uitgelicht .titel{
    font-size: 24px;
    line-height: 120%;
    font-weight: 900;
    font-family: 'obvia';
    margin-bottom: 8px;
}

.blog-uitgelicht .excerpt{
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'sofia-pro';
}

.blog-uitgelicht>div>div>span{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-size: cover;
    margin-right: 16px;
}

.blog-uitgelicht>div>div{
    align-items: center;
    margin-top: 24px;
}

.blog-uitgelicht>div>div>div{
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 14px;
}

.single-project .hoofdlaag{
    background: transparent;
}

.single-project .hoofdlaag .inner>.flexbox-wrapper{
    background-color: transparent!important;
    padding: 0!important;
    border-radius: 0!important;
}

.single-project .hoofdlaag .flexbox-wrapper .content-links .tekst p{
    line-height: 150%;
}

.single-project .hoofdlaag .flexbox-wrapper .content-rechts{
    margin-top: 16px!important;
}

.single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper{
    flex-direction: column;
    margin-bottom: -24px;
}

.single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper>div{
    margin-bottom: 24px;
}

.single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper>div>p:first-child{
    font-size: 20px;
    font-family: 'obvia';
    line-height: 140%;
    font-weight: 900;
    margin-bottom: 8px;
}

.single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper>div>p:last-child{
    line-height: 150%;
}

.single-project .galerijlaag .inner{
    margin-bottom: -16px
}

.single-project .galerijlaag .inner img{
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 16px;
}

.project-bekijk-ook h2{
    text-align: center;
    margin-bottom: 24px;
}

.project-bekijk-ook .inner>p:nth-of-type(2){
    text-align: center;
    margin-bottom: 60px;
}

.project-bekijk-ook .project{
    position: relative;
}

.project-bekijk-ook .project>a:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.project-bekijk-ook .project:hover .thumb span{
    transform: scale(1.2);
}

.project-bekijk-ook .thumb{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}

.project-bekijk-ook .thumb span{
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.3s;
}

.project-bekijk-ook .content .titel{
    font-family: 'obvia';
    font-size: 24px;
    line-height: 140%;
    font-weight: 900;
    margin-bottom: 24px;
}

.project-bekijk-ook a.btn{
    margin-top: 24px;
}

.content-builder.projecten .projectenlaag h2{
    margin-bottom: 40px;
}

.content-builder.projecten .projectenlaag .flexbox-wrapper{
    margin-bottom: -16px;
}

.content-builder.projecten .flexbox-wrapper .project-single{
    background-color: white;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.content-builder.projecten .flexbox-wrapper .project-single>span{
    width: 100%;
    height: 243px;
    border-radius: 16px;
    background-size: cover;
    margin-bottom: 24px;
}

.content-builder.projecten .flexbox-wrapper .project-single .titel{
    font-size: 22px;
    line-height: 110%;
    font-weight: 800;
    margin-bottom: 24px;
}

.content-builder.projecten .flexbox-wrapper .project-single>div:not(:last-child){
    margin-bottom: 8px;
}

.content-builder.projecten .flexbox-wrapper .project-single>div{
    display: flex;
    flex-wrap: wrap;
}

.content-builder.projecten .flexbox-wrapper .project-single>div>span{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.content-builder.projecten .flexbox-wrapper .project-single>div>p{
    flex-grow: 1;
    flex-basis: 50%;
}

.content-builder.projecten .flexbox-wrapper .project-single p:nth-of-type(n + 2):has(strong){
    margin: 24px 0 8px;
}

.content-builder.projecten .flexbox-wrapper .project-single a.btn{
    margin-top: 32px;
}

.content-builder.projecten .content-afbeelding:last-child .flexbox-wrapper .content .tekst p:has(strong){
    margin: 32px 0 8px;
    font-size: 24px;
    font-weight: 800;
    line-height: 110%;
}

.content-builder.projecten .content-afbeelding:last-child .flexbox-wrapper .content .tekst p strong{
    font-weight: 800;
}

.content-builder.projecten .content-afbeelding:last-child .flexbox-wrapper .content .tekst{
    margin-bottom: 16px;
}

.content-builder.projecten .content-afbeelding:last-child .content>p:last-of-type{
    margin: 16px 0 26px;
}

.quotelaag .inner>span{
    width: 151.85px;
    height: 30.89px;
    background-size: cover;
    margin: 0 auto 32px;
}

.quotelaag .inner>p{
    text-align: center;
    font-size: 24px;
    font-family: 'obvia';
    line-height: 140%;
    font-weight: 900;
    margin-bottom: 32px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.quotelaag .flexbox-wrapper{
    flex-direction: column;
    align-items: center;
}


.quotelaag .flexbox-wrapper>span{
    width: 64px;
    height: 64px;
    background-size: cover;
    border-radius: 100%;
    margin-bottom: 16px;
}

.quotelaag .flexbox-wrapper p:first-of-type{
    text-align: center;
    font-weight: bold;
    line-height: 150%;
}

.quotelaag .flexbox-wrapper p:last-child{
    text-align: center;
    line-height: 150%;
}

/**
 * Owl Carousel - Nav
 * ----------------------------------------------------------------------------
 */
.owl-nav {
    display: block;
}

.owl-nav .owl-prev {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.hommersenenergysolutions.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    transform: rotateY(180deg);
    bottom: 0;
    right: 48px;
    transition: 0.2s;
}

.owl-nav .disabled {
    opacity: 0.4;
}

.owl-nav .owl-next {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.hommersenenergysolutions.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    bottom: 0;
    right: 0;
    transition: 0.2s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 0.7;
}

/**
 * Owl Carousel - Dots
 * ----------------------------------------------------------------------------
 */
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 18px;
    width: calc(100% - 116px);
}

.owl-dots .owl-dot {
    height: 6px !important;
    background-color: #2D2E3333 !important;
    flex-grow: 1;
}

.owl-dots .owl-dot:first-child{
    border-radius: 16px 0 0 16px;
}

.owl-dots .owl-dot:last-child{
    border-radius: 0 16px 16px 0;
}

.owl-dots .owl-dot.active {
    background-color: #2D2E33 !important;
    border-radius: 16px;
}


/**
 * Blogs - filters
 * ----------------------------------------------------------------------------
 */


.searchandfilter>ul>li {
    padding: 0;
    margin-bottom: 22px;
}

.searchandfilter ul li ul::-webkit-scrollbar {
    display: none;
}

.sub.projecten .filters>form {
    justify-content: center;
}

.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    margin-right: 8px;
    padding: 0;
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
}

.searchandfilter ul li ul li:hover label {
    color: white;
    border-radius: 6px;
    background: linear-gradient(90deg, #66676F 0%, #2D2E33 100%);
    border-color: transparent;
}

.searchandfilter ul li ul li input {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.searchandfilter ul li ul li label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #252422;
    text-decoration: none;
    padding: 10px 16px !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: 0.2s;
}

.searchandfilter ul li ul li.sf-option-active label {
    color: white;
    border-radius: 6px;
    background: linear-gradient(90deg, #66676F 0%, #2D2E33 100%);
    border-color: transparent;
}


/**
 * Blogs - pagination
 * ----------------------------------------------------------------------------
 */
.pagination {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 30px;
}

.pagination .wp-pagenavi {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.pagination .wp-pagenavi::before {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
}

.pagination .wp-pagenavi::after {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    right: 0;
    position: absolute;
    top: 14px;
}

.pagination .pages,
.pagination .previouspostslink,
.pagination .first,
.pagination .last {
    display: none !important;
}

.pagination .current,
.pagination .extend {
    border: none;
    padding: 0;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    width: fit-content;
    margin: 0 !important;
    color: #313132;
    display: inline-block !important;
    padding: 0;
    margin: 0 2px !important;
}

.pagination .page {
    width: fit-content;
    border: none;
    margin: 0 !important;
    color: #313132;
    display: inline-block !important;
    border-bottom: 1px solid #313132;
    padding: 0;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.pagination .nextpostslink {
    color: #313132;
    font-weight: 700;
    text-decoration-line: underline;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    display: block;
    max-width: 400px;
    font-size: 18px !important;
    line-height: 18px !important;
}

/**
 * Contact
 * ----------------------------------------------------------------------------
 */

.page-template-sub-contact .site-footer .above-footer{
    display: none;
}
 
.sub-contact .twee-kolom-content{
    padding-top: 40px;
}

.sub-contact .twee-kolom-content .content-links{
    padding: 24px;
    background-color: white;
    border-radius: 16px;
}

.sub-contact .twee-kolom-content .content-links h2{
    font-size: 24px;
    margin-bottom: 8px!important;
}

.sub-contact .twee-kolom-content .content-links .tekst > p:nth-of-type(2){
    font-family: "obvia";
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0!important;
    font-weight: bold;
}

.sub-contact .twee-kolom-content .content-links .tekst > p iframe{
    height: 190px;
    border-radius: 16px;
}

.sub-contact .twee-kolom-content .content-links .tekst{
    margin-bottom: 0!important;
}

.sub-contact .twee-kolom-content .content-links .tekst > p:nth-of-type(3){
    margin-bottom: 0;
}

.sub-contact .twee-kolom-content .content-links .tekst a{
    color: #2D2E33;
    &:hover{
        text-decoration: underline;
    }
}

.sub-contact .twee-kolom-content .content-rechts .tekst, .sub-contact .twee-kolom-content .content-rechts .gform_wrapper.gravity-theme{
    margin-bottom: 0!important;
}

.sub-contact .twee-kolom-content .content-rechts{
    padding: 24px;
    background-color: white;
    border-radius: 16px;
}

.sub-contact .twee-kolom-content .content-rechts h2{
    font-size: 24px;
}

.page-id-820 .twee-kolom-content .content-links{
    display: none!important;
}

.page-id-820 .sub-contact .twee-kolom-content .content-rechts{
    flex-basis: 100%!important;
}

/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */

.gform_wrapper.gravity-theme .gfield-choice-input{
    height: fit-content!important;
    width: fit-content; 
}

 .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 24px!important;
 }

.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: black !important;
    font-size: 16px !important;
    font-family: 'obvia';
}

.homepage .hoofdlaag .gform_wrapper.gravity-theme .gfield_required{
    font-family: "sofia-pro";
    color: #FCC100!important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
    font-family:"sofia-pro";
    font-size: 18px !important;
    line-height: 25px;
    color: black;
    margin-bottom: 16px!important;
}

.gform_wrapper.gravity-theme .gform_body,
.gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_body input,
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
    height: 56px;
    border: 1px solid #E9E8E3;
    color: #767676;
    border-radius: 16px;
    font-size: 16px;
    padding-left: 24px!important;
    line-height: 150%;
    font-weight: 400;
    font-family:"sofia-pro";
}

::placeholder{
    color: #767676;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family:"sofia-pro";
}

.gform_wrapper.gravity-theme .gform_body input:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus {
    border-color: #024166 !important;
}

.gform_wrapper.gravity-theme .gform_body textarea {
    height: 96px !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    margin-bottom: 0;
    height: 48px !important;
    margin-top: 16px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family:"sofia-pro";
    font-size: 18px !important;
    line-height: 100% !important;
    color: #c02b0a !important;
}

.gform-icon--circle-error:before {
    color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .validation_message {
    display: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input {
    appearance: none;
    border: 1px solid #16133E99 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    border-radius: 0;
    position: relative;
    background-color: white;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label {
    font-size: 14px;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a {
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label .gfield_required{
    display: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a:hover {
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked {
    background-color: #16133E;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width:425px) {}

@media (min-width:700px) {}


@media (min-width:768px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-afbeelding .inner>.flexbox-wrapper,
    .twee-kolom-content .inner>.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        flex-basis: 48%;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span {
        flex-basis: 48%;
        margin-top: 0;
        background-size: cover;
        height: unset;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
        margin-top: 0;
    }

    .gecentreerde-content .inner>.flexbox-wrapper,
    .veelgestelde-vragen .inner {
        align-items: center;
        text-align: center;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
        justify-content: center;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
        max-width: fit-content;
    }

    .content-afbeelding.reverse .inner>.flexbox-wrapper>.content{
        order: 1;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn,
    .gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .blokken .pretitel {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken .tekst {
        text-align: center;
    }

    .afbeelding-slider .pretitel {
        text-align: center;
    }

    .afbeelding-slider .tekst {
        text-align: center;
    }

    .afbeelding-slider .slider {
        margin-left: auto;
        margin-right: auto;
    }

    .veelgestelde-vragen .categorien {
        display: flex;
        flex-wrap: wrap;
    }


    .veelgestelde-vragen .categorien a {
        text-align: center;
        flex-basis: 25%;
        padding: 15px 20px;
    }

    .reviewlaag .tekst {
        text-align: center;
        margin-bottom: 40px;
    }

    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-builder.batterijen .inner>.tekst{
        margin-bottom: 40px;
        text-align: center;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div{
        margin-top: 0!important;
        flex-basis: 49%;
    }
}

@media (min-width:768px) {

    .homepage .hoofdlaag{
        padding-top: 112px!important;
        padding-bottom: 112px!important;
    }

    .homepage .hoofdlaag::after, .homepage .hoofdlaag::before{
        height: 100%;
    }

    .homepage .hoofdlaag .inner>.flexbox-wrapper{
        align-items: center;
    }


    .homepage .hoofdlaag .content-rechts .tekst{
        margin-top: 0;
        margin-bottom: 0!important;
    }

    .uspslaag{
        padding: 32px 0!important;
    }

    .uspslaag .inner{
        max-width: 1103px;
    }

    .uspslaag::before{
        margin: 0 auto;
        z-index: 3;
    }
    
    .blokken .inner .knoppenlaag.flexbox-wrapper{
        flex-direction: row;
        max-width: 910px;
        justify-content: center;
        gap: 32px;
        margin: 0 auto;
        align-items: center;
    }

    .blokken .inner .knoppenlaag.flexbox-wrapper a.btn.gold{
        width: 282px;
        height: 64px;
    }

    body.page-id-707{
        overflow: visible;
    }

    .content-builder.installatie .blokken.installatie .inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.galerij-carousel{
        width: 48%;
    }
    
    .content-builder.installatie .blokken.installatie .inner .tekst{
        flex-basis: 45%;
        height: fit-content;
        text-align: left;
        position: sticky;
        top: 130px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.galerij-carousel .owl-item>img{
        height: unset;
        max-height: 600px;
        width: unset;
        margin: 0 auto;
    }

    .sub-content .hoofdlaag .inner>.flexbox-wrapper>span{
        min-height: unset!important;
        height: 300px!important;
    }

    .content-builder.installatie .blokken.installatie .flexbox-wrapper>div:last-child{
        margin-bottom: 0;
    }

    .content-builder.installatie .blokken.installatie .inner>a.btn:last-child{
        margin: 0;
        margin-left: calc(75% - 77px);
    }

    .content-builder.installatie .blokken.installatie .inner>p:nth-last-child(2){
        flex-basis: 260px;
        margin: 0;
        margin-left: calc(75% - 138px);
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .content-builder.installatie .blokken.installatie .inner>.flexbox-wrapper{
        flex-basis: 50%;
        margin-top: 0;
    }  

    .content-builder.batterijen .twee-kolom-content.opslag .content-rechts{
        height: fit-content;
    }

    .blokken .inner>p:nth-last-child(2)::before{
        top: -2px;
    }

    .blokken .inner>p:nth-last-child(2){
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .blokken .inner>a.btn:last-child{
        margin-left: auto;
        margin-right: auto;
    }

    .info-grid{
        grid-template-columns: 1fr 1fr;
    }

    .content-builder .content-afbeelding .inner>.flexbox-wrapper>.content, .single-project .content-afbeelding .inner>.flexbox-wrapper>.content{
        max-width: 640px;
    }

    .content-builder .content-afbeelding .inner>.flexbox-wrapper>span, .single-project .content-afbeelding .inner>.flexbox-wrapper>span{
        min-height: 600px;
        height: 100%;
        max-width: 640px;
    }

    .content-builder .content-afbeelding .inner>.flexbox-wrapper, .single-project .content-afbeelding .inner>.flexbox-wrapper{
        align-items: center;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst table {
        border-spacing: 8px;
        margin: -8px;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst thead th{
        background-color: white;
        padding: 16px;
        border-radius: 5px;
        text-align: left;
        vertical-align: top;
        color: #2D2E33;
        font-weight: bold;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst>div>p:first-child, .content-builder.batterijen .gecentreerde-content.prijzen .tekst>div>p:nth-last-child(2){
        text-align: left;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst>div>p:last-child a{
        margin-left: auto;
        margin-right: auto;
    }

    .sub-contact .hoofdlaag .pretitel{
        margin-left: auto;
        margin-right: auto;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper{
        max-width: unset;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper .content{
        flex-basis: 100%;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper .content .tekst{
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper>div:nth-of-type(n+2){
        flex-basis: 32%;
        text-align: left;
        margin-bottom: 0;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper>p{
        text-align: center;
        margin: 32px auto 0;
    }

    .blokken.overons .info-grid > div:nth-child(5){
        grid-column: 1 / span 2;
    }

    .sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper:first-of-type{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 48px;
        margin-bottom: 80px;
    }

    .sub.single .hoofdlaag h1{
        text-align: center;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper{
        margin: 0;
    }

    .nieuwsbrief .gform_wrapper.gravity-theme{
        max-width: 513px;
        margin-left: auto;
        margin-right: auto;
    }

    .nieuwsbrief .gform_wrapper.gravity-theme .gform_body{
        flex-basis: 50%;
        flex-grow: 1;
        margin-right: 16px;
    }

    .nieuwsbrief .gform_wrapper.gravity-theme .gform_footer{
        width: fit-content;
        margin-top: 0;
        padding-top: 0;
    }

    .nieuwsbrief .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
        width: fit-content;
        margin-top: 0;
    }

    .content-builder.over-ons .gecentreerde-content .inner>.flexbox-wrapper{
        max-width: 911px;    
    }

    .blog-archive .resultaten .flexbox-wrapper .blog{
        flex-basis: 49%;
    }

    .blog-archive .resultaten .flexbox-wrapper .blog:nth-of-type(2n+1){
        margin-right: 2%;
    }

    .blog-uitgelicht{
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .blog-uitgelicht>span{
        height: unset;
        flex-basis: 50%;
        border-radius: 16px 0 0 16px;
    }

    .blog-uitgelicht>div{
        flex-basis: 50%;
        border-radius: 0 16px 16px 0;
        padding: 48px 24px;
    }

    .single-project .hoofdlaag .inner>.flexbox-wrapper *{
        text-align: left;
    }

    .single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper{
        flex-direction: row;
        justify-content: space-between;
    }

    .single-project .hoofdlaag .flexbox-wrapper .content-rechts{
        margin-top: 0!important;
    }

    .single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper{
        margin-bottom: -32px;
    }

    .single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper>div{
        margin-bottom: 32px;
    }

    .single-project .hoofdlaag .flexbox-wrapper .content-rechts .flexbox-wrapper>div:nth-child(3){
        flex-basis: 100%;
    }

    .single-project .afbeeldinglaag img{
        max-height: 650px;
        width: 100%;
        object-fit: cover;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .single-project .sub.single .content-afbeelding:nth-child(5) .content{
        order: 1;
    }

    .single-project .galerijlaag .inner img:not(:first-child){
        width: 49%;
        display: inline-block;
    }

    .single-project .galerijlaag .inner img:nth-child(2n){
        margin-right: 1.4%;
    }

    .sub-contact .twee-kolom-content .content-links .tekst > p iframe{
        height: 400px;
    }

    .sub-contact .bedankt .twee-kolom-content .content-rechts{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }

    .blog-slider .tekst{
        text-align: center;
    }

    .blog-slider .inner>a.btn{
        margin-left: auto;
        margin-right: auto;
    }

    .project-bekijk-ook .thumb{
        height: 450px;
    }

    .project-bekijk-ook .content{
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .project-bekijk-ook .content>*{
        flex-basis: 48%;
    }

    .project-bekijk-ook a.btn{
        margin-top: 64px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-builder.projecten .flexbox-wrapper{
        justify-content: space-between;
    }

    .content-builder.projecten .flexbox-wrapper .project-single{
        flex-basis: 49%;
    }

    .project-slider .project-single{
        display: flex;
        flex-wrap: wrap;
        width: 720px;
        align-items: stretch;
    }

    .project-slider .project-single>div>a{
        position: absolute;
        bottom: 32px;
        right: 32px;
    }

    .project-slider .project-single>div>a::after{
        margin-left: 8px;
    }

    .project-slider .project-single>div, .project-slider .project-single>span{
        flex-basis: 50%;
        height: unset;
    }

    .project-slider .tekst{
        text-align: center;
    }

    .project-slider .tekst p{
        max-width: 641px;
        margin-left: auto;
        margin-right: auto;
    }

    .project-slider .inner>a.btn{
        margin-left: auto;
        margin-right: auto;
    }

    .top-header .flexbox-wrapper *:not(a){
        display: block;
    }

    .top-header .flexbox-wrapper{
        justify-content: space-between;
    }

    .top-header .flexbox-wrapper p{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
        padding-left: 28px;
    }

    .top-header .flexbox-wrapper p::before{
        content: "";
        width: 24px;
        height: 24px;
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/mdi_energy-circle-w.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -2px;
        left: 0;
    }

    .top-header .flexbox-wrapper *{
        font-size: 16px;
    }

    .above-footer .inner>div, .nieuwsbrief{
        text-align: center;
    }

    .above-footer a.btn{
        display: inline-block;
        margin-right: 4px!important;
    }

    .footer .flexbox-wrapper {
        justify-content: space-between;
    }

    .footer .flexbox-wrapper>div {
        flex-basis: 48% !important;
    }

    .footer .flexbox-wrapper>div:last-of-type p:nth-child(2) {
        max-width: 200px;
    }

    .footer .flexbox-wrapper>div:nth-child(2) {
        display: block;
        margin-top: 0;
    }

    .under-footer{
        padding: 32px 0 40px;
    }

    .under-footer .flexbox-wrapper{
        flex-direction: row;
        justify-content: space-between;
    }

    .under-footer .flexbox-wrapper>div:nth-of-type(2){
        margin: 0;
    }

    .under-footer a:hover{
        text-decoration: underline;
    }

}


@media (min-width: 1024px) {
    .site-header {
        transition: 0.2s;
    }

    .site-header.scrolled {
        top: 0;
    }

    .site-header.has-topheader.top-header-desktop {
        top: 40px;
    }

    .hfeed.site:has(.has-topheader.top-header-desktop) {
        margin-top: 120px;
    }

    .site-header .navbar-btn {
        display: none;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }

    .site-header .inner {
        padding: 0 24px;
    }

    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: 1px;
        height: 56px;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        top: -4px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
    }

    div#navbar .nav-menu>li {
        border-bottom: none !important;
        padding-bottom: 0;
        margin: 0 12px;
        width: fit-content;
        display: inline-block;
        border-top: 0 !important;
        padding-bottom: 0;
        border-bottom: 0;
    }


    div#navbar .nav-menu>li.menu-item-has-children {
        margin-right: 20px;
        padding-bottom: 40px;
		padding-top: 20px;
    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    .nav-menu li a {
        display: unset;
        transition: 0.2s;
        font-size: 16px!important;
        line-height: 16px!important;
    }

    div#navbar ul li a::after {
        content: "" !important;
    }

    .nav-menu li.menu-item-has-children>a::after {
        top: -1px;
        right: -14px !important;
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul .sub-menu {
        padding: 30px 25px 0 25px;
        left: -24px;
        transition: 0.3s;
        box-shadow: rgba(17, 12, 46, .15) 0 48px 50px 0;
        width: max-content;
        top: 12px;
        background: #ffffff;
        padding-top: 0;
        margin-top: 61px;
        margin-right: auto;
    }

    div#navbar .nav-menu>li:last-of-type .sub-menu {
        right: -20px;
        left: unset;
    }

    div#navbar ul .sub-menu li {
        padding: 0 0 15px;
        display: block;
        width: fit-content;
        border: none;
    }

    .nav-menu li:hover .sub-menu,
    .nav-menu .sub-menu:hover {
        display: block;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .site-header .inner .home-link {
        margin-left: 0;
        width: 260px;
        height: 52.89px;
    }

    .site-header{
        height: 85px;
        padding: 15px 0;
    }

    .hfeed.site:has(.has-topheader){
        margin-top: 125px;
    }

    .site-header .btn.navbar-mobile {
        display: none;
    }

}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }



    h1 {
        font-size: 76px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {}

    h4 {}

    .sub-content h1 {
        font-size: 48px;
    }

    .sub-content h2 {
        font-size: 48px;
    }

    .sub h3 {}

    .sub h4 {}

    .homepage .hoofdlaag .content-rechts{
        max-width: 581px;
    }

    .homepage .hoofdlaag .content-rechts .tekst>p:last-of-type{
        margin-bottom: 32px;
    }

    .homepage .hoofdlaag .content-rechts .tekst{
        padding: 40px;
    }

    .content-builder.projecten .flexbox-wrapper .project-single>span{
        height: 450px;
    }

    .blokken:has(.info-grid) .tekst{
        max-width: 911px;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken:not(.voordelen) .info-grid{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        height: 584px;
        gap: 32px;
        margin-top: 40px;
    }

    .blokken:not(.voordelen) .info-grid > div{
        padding: 40px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(1){
        grid-column: 1 / span 2;
        grid-row: 1 / span 1;
        height: fit-content;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(2){
        grid-column: 1 / span 1;
        margin-top: -329px;
        height: 295px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(3){
        grid-column: 2 / span 1;
        margin-top: -329px;
        height: 295px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(4){
        grid-column: 3 / span 1;
        grid-row: 1;
        height: 584px;
        position: relative;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(4)::before{
        content: "";
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/type-baterijen-bg.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(1)>p:first-child{
        font-size: 48px;
        margin-bottom: 24px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(2)>p:first-child strong{
        margin-right: 8px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(2)>p:first-child strong, .blokken:not(.voordelen) .info-grid > div:nth-child(3)>p:nth-child(1){
        font-size: 94px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(2)>p:first-child{
        font-size: 28px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(4)>p:first-child{
        font-size: 48px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(1) .flexbox-wrapper, .blokken:not(.voordelen) .info-grid > div:nth-child(4) a.btn{
        margin-top: 34px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(1)>p:nth-child(2){
        max-width: 400px;
    }

    .installatie-carousel{
        margin-top: 40px;
    }

    .blog-archive .resultaten .flexbox-wrapper .blog:nth-of-type(2n+1){
        margin-right: 0;
    }

    .blog-archive .resultaten .flexbox-wrapper .blog:nth-of-type(3n+2){
        margin-left: 2%;
        margin-right: 2%;
    }

    .blog-archive .resultaten .flexbox-wrapper .blog{
        flex-basis: 32%;
    }

    .blog-uitgelicht{
        padding: 120px 0 80px;
    }

    .blog-uitgelicht>div{
        padding: 150px 48px;
    }

    .blog-uitgelicht .titel{
        font-size: 32px;
        line-height: 130%;
    }

    .single-project .hoofdlaag .inner>.flexbox-wrapper .content-rechts{
        max-width: 464px;
    }

    .single-project .hoofdlaag .inner>.flexbox-wrapper .content-links{
        flex-grow: 1;
        margin-right: 40px;
        max-width: 718px;
    }

    .single-project .hoofdlaag .inner>.flexbox-wrapper{
        align-items: flex-start!important;
    }

    .single-project .afbeeldinglaag{
        padding-top: 80px!important;
    }

    .single-project .galerijlaag .inner img{
        height: 640px;
        margin-bottom: 32px;
    }

    .single-project .galerijlaag .inner{
        margin-bottom: -32px;
    }

    .single-project .galerijlaag .inner img:first-child{
        width: 100%;
    }

    .single-project .galerijlaag .inner img:not(:first-child){
        width: 48.5%;
    }

    .single-project .galerijlaag .inner img:nth-child(2n){
        margin-right: 2.4%;
    }

    .project-bekijk-ook .thumb{
        height: 738px;
    }

    .blog-slider .tekst, .project-slider .tekst{
        margin-bottom: 44px;
    }

    .project-slider .project-single>div{
        padding: 40px;
        margin-right: -20px;
    }

    .project-slider .project-single>span{
        flex-basis: calc(50% + 20px);
    }

    .project-slider .project-single>div>p:first-child{
        font-size: 32px;
    }

    .project-slider .project-single>div>p:last-of-type{
        margin-bottom: 72px;
        transition: 0.3s;
    }

    .project-slider .project-single{
        width: 928px;
    }

    .project-bekijk-ook .inner>p:nth-of-type(2){
        margin-bottom: 80px;
    }

    .content-builder.projecten .projectenlaag h2{
        text-align: center;
    }

    .content-builder.projecten .projectenlaag .flexbox-wrapper{
        margin-bottom: -40px;
    }

    .content-builder.projecten .flexbox-wrapper .project-single{
        padding: 40px;
        margin-bottom: 40px;
    }

    .content-builder.projecten .flexbox-wrapper .project-single .titel{
        font-size: 30px;
    }

    .searchandfilter ul li ul li{
        margin-bottom: 0;
    }

    .searchandfilter>ul>li{
        margin-bottom: 64px;
    }

    .sub-content .hoofdlaag{
        padding: 64px 0 40px;
    }

    .sub-content .hoofdlaag .inner>.flexbox-wrapper{
        align-items: center;
    }

    .sub-content .hoofdlaag .inner>.flexbox-wrapper>span{
        height: 527px;
    }

    .sub-content .hoofdlaag::before, .page-id-1265 .hoofdlaag::before{
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/sub-hoofdlaag-bg-desktop.svg);
    }

    .content-builder.batterijen .twee-kolom-content.opslag .content-rechts{
        margin-top: 0;
        padding: 40px;
    }

    .content-builder.batterijen .twee-kolom-content.opslag .content-links{
        max-width: 580px;
    }

    .content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst table th, .content-builder.batterijen .twee-kolom-content.opslag .content-rechts .tekst table td{
        font-size: 20px;
        line-height: 140%;
    }

    .content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div{
        padding: 40px;
        position: relative;
    }

    .content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div::before{
        content: "";
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/batterij-bg.svg);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper>div img{
        height: 243px;
        position: relative;
    }

    .content-builder.batterijen .twee-kolom-content.batterij .inner .flexbox-wrapper .content-rechts{
        margin-top: 0;
    }

    .content-builder.installatie .blokken.installatie .inner>p:nth-last-child(2){
        flex-basis: 370px;
        margin-left: calc(75% - 185px);
    }

    .content-builder.installatie .blokken.installatie .inner .tekst{
        top: 170px;
        max-width: 500px;
    }

    .blokken.overons .tekst>p:last-of-type{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken.overons .tekst{
        max-width: unset!important;
    }



    .sub-contact .hoofdlaag h1{
        font-size: 48px;
        line-height: 100%;
    }

    .sub-contact .twee-kolom-content{
        padding-top: 120px;
        padding-bottom: 215px;
    }

    .sub-contact .twee-kolom-content .content-links{
        padding: 48px;
    }

    .sub-contact .twee-kolom-content .content-links h2{
        margin-bottom: 24px!important;
        font-size: 48px;
    }

    .sub-contact .twee-kolom-content .content-links .tekst > p:nth-of-type(2){
        margin-top: 40px;
    }

    .sub-contact .twee-kolom-content .content-rechts{
        padding: 48px;
    }

    .sub-contact .twee-kolom-content .content-rechts h2{
        font-size: 48px;
        line-height: 120%;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper .tekst{
        margin-bottom: 80px;
    }

    .content-builder.error .gecentreerde-content .flexbox-wrapper>div:nth-of-type(n+2){
        padding: 40px;
    }

    .content-builder.error .gecentreerde-content{
        padding-bottom: 160px;
    }

    .nieuwsbrief{
        padding: 112px 0;
    }

    .nieuwsbrief h2{
        font-size: 48px;
    }

    .nieuwsbrief .gform_wrapper.gravity-theme{
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .above-footer::before{
        height: 50%;
    }

    .above-footer .inner>div{
        padding: 48px;
        text-align: center;
    }

    .above-footer .inner>div::before, .nieuwsbrief::before{
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/footer-contactblok-bg-desktop.svg);
    }

    .error404 .content-builder.error .gecentreerde-content{
        position: relative;
    }

    .error404 .content-builder.error .gecentreerde-content::before{
        content: "";
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/404-bg.svg);
        width: 100%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer .flexbox-wrapper>div:not(:first-of-type) a:hover, .under-footer a:hover{
        text-decoration: underline!important;
    }

    .footer {
        padding-top: 60px;
    }

    .footer .flexbox-wrapper{
        padding-bottom: 80px;
    }

    .footer .flexbox-wrapper>div {
        flex-basis: fit-content !important;
        max-width: 24%;
        margin-top: 0 !important;
        word-break: break-all;
    }
}

@media (min-width: 1024px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-builder>section,
    .sub.single>section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .homepage .content-builder>section{
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .blog-archive{
        padding-bottom: 120px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content img {
        margin: 54px 0;
    }


    body.single {
        overflow: visible;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .sidebar {
        margin-top: 80px;
        position: sticky;
        top: 150px;
    }

    .afbeelding-slider .owl-stage-outer .owl-item img {
        max-width: 709px;
        max-height: 620px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
        margin: 40px 0 !important;
    }


    .sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
        margin: 40px 0 40px !important;
    }

    .sub.single .bekijk-ook h2{
        text-align: center;
    }

    .sub.single .bekijk-ook h2{
        margin-bottom: 60px;
        font-size: 48px;
    }

    .sub.single .hoofdlaag .inner>.flexbox-wrapper{
        padding: 64px 44px;
    }

    .sub.single .hoofdlaag h1{
        font-size: 48px;
        text-align: left;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
        margin-top: 80px;
        margin-bottom: 104px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content{
        flex-basis: 100%;
    }

    .blog:not(.content-builder) .thumb{
        height: 272px;
    }

    .blog:not(.content-builder) .content{
        margin-top: -24px;
    }

    .blog:not(.content-builder){
        width: 445px;
    }

    .blog:not(.content-builder) .content .titel{
        font-size: 24px;
        height: 80px;
    }

    .reviewlaag .inner {
        overflow: hidden;
    }

    .reviewlaag .review-carousel .owl-item>div {
        padding: 32px;
    }

    .reviewlaag .review-carousel .owl-item .sterren {
        margin-bottom: 32px;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst>div{
        padding: 40px;
        position: relative;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst>div::before{
        content: "";
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/thuisbatterij-bg.svg);
        position: absolute;
        left: -115.745px;
        bottom: -652.639px;
        width: 860.655px;
        height: 1322.954px;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst h2{
        max-width: 872px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .tekst>p:first-of-type{
        max-width: 872px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .content-builder.batterijen .gecentreerde-content.prijzen .flexbox-wrapper>.content{
        width: 100%;
    }

    .content-builder.batterijen .twee-kolom-content.opslag .content-links .tekst{
        margin-bottom: 0;
    }

    .content-builder.batterijen .twee-kolom-content.opslag .content-links .tekst>*:not(:last-child){
        margin-bottom: 34px!important;
    }

    .content-builder.batterijen .twee-kolom-content.opslag .content-rechts{
        flex-basis: 50%;
    }
    
    .blokken.overons .info-grid > div:nth-child(1){
        grid-row: 1;
        grid-column: 1;
        margin-top: 0;
        height: unset;
    }

    .blokken.overons .info-grid > div:nth-child(2){
        grid-row: 1;
        grid-column: 2;
        margin-top: 0;
        height: unset;
    }

    .blokken.overons .info-grid > div:nth-child(3){
        grid-row: 1;
        grid-column: 3;
        margin-top: 0;
        height: unset;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(4){
        grid-row: 2;
        grid-column: 1;
        height: unset;
    }

    .homepage .blokken .info-grid > div:nth-child(4){
        grid-column: 3 / span 1;
        grid-row: 1;
        height: 584px;
    }

    .blokken:not(.voordelen) .info-grid > div:nth-child(5){
        grid-row: 2;
        grid-column: 2;
        height: unset;
    }

    .blokken.overons .info-grid{
        height: unset;
        grid-template-columns: repeat(6, 1fr);
    }

    .blokken.overons .info-grid > div:nth-child(1){
        grid-row: 1;
        grid-column: 1 / span 2;
    }

    .blokken.overons .info-grid > div:nth-child(2){
        grid-row: 1;
        grid-column: 3 / span 2;
    }

    .blokken.overons .info-grid > div:nth-child(3){
        grid-row: 1;
        grid-column: 5 / span 2;
    }

    .blokken.overons .info-grid > div:nth-child(4){
        grid-row: 2;
        grid-column: 1 / span 3;
    }

    .blokken.overons .info-grid > div:nth-child(5){
        grid-row: 2;
        grid-column: 4 / span 3;
    }

    .blokken.overons .info-grid > div:nth-child(4)::before{
        content: none;
    }

    .blokken.overons .inner>p:nth-last-child(2){
        margin-top: 48px;
        max-width: 1043px;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken.overons .inner>a.btn:last-child{
        margin-top: 48px;
    }
}

@media (min-width: 1260px) {
    .blokken.voordelen .info-grid{
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
    }

    .blokken.voordelen .info-grid > div:nth-child(1){
        grid-column: span 1;
        padding-bottom: 205px;
        position: relative;
        height: 600px;
    }

    .blokken.voordelen .info-grid > div:nth-child(1)::before{
        content: "";
        background-image: url(https://www.hommersenenergysolutions.nl/wp-content/uploads/2025/01/type-baterijen-bg.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    .blokken.voordelen .info-grid > div:nth-child(2){
        grid-column: span 2;
        height: fit-content; 
        height: 182px;
    }

    .blokken.voordelen .info-grid > div:nth-child(3){
        grid-row: 2;
        grid-column: 2;
        margin-top: -417px;
        height: 401px;
    }

    .blokken.voordelen .info-grid > div:nth-child(4){
        grid-row: 2;
        grid-column: 3;
        margin-top: -417px;
        height: 401px;
    }

    .blokken.voordelen .info-grid > div:nth-child(1)>p:first-child{
        font-size: 48px;
        line-height: 110%;
        margin-bottom: 24px;
    }

    .blokken.voordelen .info-grid > div:nth-child(1)>p:nth-child(2){
        margin-bottom: 24px;
    }

    .blokken.voordelen .info-grid > div .flexbox-wrapper p{
        line-height: 120%;
    }
}

@media (min-width: 1440px) {
    div#navbar .nav-menu>li:last-of-type .sub-menu {
        left: -24px;
        right: unset;
    }

    div#navbar ul {
        margin-right: auto;
    }

    .site-header .navbar-desktop {
        order: 2;
        display: block;
        top: 4px;
    }

    .blokken.voordelen .info-grid > div{
        padding: 40px;
    }

    .blokken.voordelen .info-grid > div:nth-child(1){
        height: 655px;
    }

    .blokken.voordelen .info-grid > div .flexbox-wrapper:not(:last-child){
        margin-bottom: 24px;
    }

    .blokken.voordelen .info-grid > div:nth-child(2){
        height: fit-content;
    }

    .blokken.voordelen .info-grid{
        gap: 32px;
    }

    .blokken.voordelen .info-grid > div:nth-child(3), .blokken.voordelen .info-grid > div:nth-child(4){
        margin-top: -461px;
        height: 430px;
    }

    .gform_wrapper.gravity-theme .gform_fields{
        grid-column-gap: 16px!important;
    }

    .sub-contact .twee-kolom-content .content-rechts, .sub-contact .twee-kolom-content .content-links{
        flex-basis: 49%!important;
    }

    .sub-contact .twee-kolom-content .content-links .tekst > p:nth-of-type(1){
        max-width: 460px;
    }
    .sub-contact .twee-kolom-content .content-links .tekst > p:nth-of-type(2){
        margin-bottom: 4px;
    }

    .single-project .afbeeldinglaag img{
        border-radius: 16px;
    }

    .blog-slider .inner>a.btn, .project-slider .inner>a.btn{
        position: absolute;
        bottom: 0;
        right: 24px;
        z-index: 2;
    }

    .blog-slider .owl-dots{
        width: 1062px;
    }

    .blog-slider .owl-nav .owl-next{
        right: 207px;
    }

    .blog-slider .owl-nav .owl-prev{
        right: 258px;
    }

    .project-slider .owl-dots{
        width: 1004px;
    }

    .project-slider .owl-nav .owl-next{
        right: 265px;
    }

    .project-slider .owl-nav .owl-prev{
        right: 316px;
    }

    .project-slider .project-single>a{
        bottom: 67px;
    }

    .project-slider .owl-item .project-single{
        transition: 1s;
    }

    .project-slider .owl-item:not(.center) .project-single{
        transform: scale(0.9);
    }

    .project-slider .owl-stage{
        transition: 1s!important;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content>.btn:nth-of-type(2), .twee-kolom-content .inner>.flexbox-wrapper>div>.btn:nth-of-type(2), .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn:nth-of-type(2){
        margin-left: 8px;
    }

    .gform_wrapper.gravity-theme .gform_body textarea{
        height: 210px!important;
    }

    .sub-contact .twee-kolom-content .content-links .tekst > p iframe{
        height: 440px;
        margin-top: 80px;
    }
}


@media (min-width: 1440px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */
 .blog-carousel .owl-stage-outer{
    overflow: hidden;
}

}






@media (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    a[href^="tel"] {
        text-decoration: none;
    }
}

/**
* Project
 * ----------------------------------------------------------------------------
 */

.project-bekijk-ook .project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px;
  margin-top: 24px;
}

.project-bekijk-ook .project-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding-bottom: 12px;
}

.project-bekijk-ook .project-card .card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.project-bekijk-ook .project-card .thumb {
  height: 200px;
  background: #eee;
}

.project-bekijk-ook .project-card .thumb .bg-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.project-bekijk-ook .project-card .content {
  position: relative;
  z-index: 2;
  padding: 12px 16px 0;
}

.project-bekijk-ook .project-card .titel {
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .project-bekijk-ook .project-grid {
    grid-template-columns: 1fr;
  }
  .project-bekijk-ook .project-card .thumb {
    height: 160px;
  }
}
