/*
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;
}

* {
    -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;
}





/* 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(-45deg);
    top: 30%;
}

header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 30%;
}

header.site-header div.menu {
    overflow: hidden;
}

header.site-header div.menu.open .close-btn {
    width: 18px;
    height: 18px;
    
    top: 17px;
}

header.site-header div.menu .close-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    transition: .3s ease-in-out;
    top: 50px;
    left: 15px;
}

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: 1624px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family:"proxima-nova";
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #0A3B6D;
}

.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: 700;
    font-family: "roboto-slab",serif;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 {
    font-size: 32px;
    line-height: 130%;
}

h2 {
    font-size: 32px;
    line-height: 130%;
}

h3 {
    font-size: 24px;
    line-height: 160%;
}

h4 {}

.sub-content h1 {
    font-size: 32px;
    line-height: 130%;
}

.sub-content h2 {
    font-size: 24px;
    line-height: 130%;
}

.sub h3 {}

.sub h4 {}



a.btn,
.gform_button.button,
.gform_previous_button,
.gform_next_button {
    padding: 10px 16px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 8px;
    color: white;
    border: 1px solid #EE7210;
    background-color: #EE7210;
    font-size: 16px;
    line-height: 150% !important;
    position: relative;
    font-family: "roboto-slab",serif;
    z-index: 2;
}


a.btn:hover,
.gform_button.button:hover,
.gform_previous_button:hover,
.gform_next_button:hover {
    background-color: #DC6100;
}

a.btn.blue{
    background-color: #0A3B6D;
    border-color: #0A3B6D;
}

a.btn.blue:hover{
    background-color: #0a3b6db3;
}

a.btn.ghost,
.gform_previous_button{
    background-color: transparent!important;
    border-color: #0A3B6D!important;
    color: #0A3B6D!important;
}

a.btn.ghost:hover,
.gform_previous_button:hover{
    background-color: #0A3B6D1A!important;
}

.breadcrumbs{
    padding: 20px 0 0!important;
    position: absolute;
    max-width: 1624px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 16px;
    padding-bottom: 20px;
}

#breadcrumbs * {
    color: white;
    font-family:"proxima-nova";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

#breadcrumbs a {
    font-family:"proxima-nova";
    color: rgba(255, 255, 255, 0.486);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    &:hover{
        text-decoration: underline;
    }
}

#breadcrumbs .delimiter {
    margin: 0 4px;
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/06/breadcrumbs-chevron-right.svg);
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: 0.6;
}

#breadcrumbs .delimiter:nth-last-child(2){
    opacity: 1;
}

.page-id-830 #breadcrumbs *, .single-nieuws #breadcrumbs *, .page-id-723 #breadcrumbs *, .error404 #breadcrumbs *, .page-id-755 #breadcrumbs *, .page-id-757 #breadcrumbs *{
    color: #0A3B6D;
}

.page-id-830 #breadcrumbs a, .single-nieuws #breadcrumbs a, .page-id-723 #breadcrumbs a, .error404 #breadcrumbs a, .page-id-755 #breadcrumbs a, .page-id-757 #breadcrumbs a{
    color: #0a3b6d8a;
}

.page-id-830 #breadcrumbs .delimiter, .single-nieuws #breadcrumbs .delimiter, .page-id-723 #breadcrumbs .delimiter, .error404 #breadcrumbs .delimiter, .page-id-755 #breadcrumbs .delimiter, .page-id-757 #breadcrumbs .delimiter{
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/sub-desktop.svg);
}

.content-builder.nieuws>section:first-child, .sub.single>section.hoofdlaag, .content-builder.contact>section:first-child, .error404 .content-builder>section:first-child, .content-builder.algemene-voorwaarden>section:first-child, .content-builder.privacyverklaring>section:first-child{
    padding-top: 110px;
}

.pretitel {
    color: #008BE6;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5.44px;
    text-transform: uppercase;
    margin-bottom: 18px;
}



.accordion {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 18px;
    transition: 0.4s;
    font-weight: 700;
    font-family: "roboto-slab",serif;
    position: relative;
}

.homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}

.accordion:after {
    content: url(https://www.dutchbuildinginspections.nl//wp-content/themes/2024-05-theme/images/accordion-white.svg);
    position: absolute;
    right: 24px;
    top: 29px;
    transition: 0.3s;
    height: 24px;
}

.accordion.active:after {
    transform: rotateX(180deg);
    top: 16px;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #FFFFFF80;
    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: 60px;
    padding-bottom: 60px;
}

.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: 40px;
    width: 100%;
    background-size: cover;
    height: 350px;
    border-radius: 8px;
}

.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: 16px;
    align-items: center;
}

.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: 40px;
    height: 40px;
    margin-right: 16px;
}


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

.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 .inner{
    color: #0A3B6D;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div{
    margin-top: 40px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h1{
    text-align: center;
    margin-bottom: 24px!important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
    margin: 30px 0;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
    height: 276px;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div img{
    border-radius: 8px;
    width: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: block;
}

.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 div>*:not(:last-child) {
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div h3 {
    margin-top: 40px;
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 140%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div 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 div a:not(.btn) {
    color: black;
    text-decoration: underline;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div a:hover {
    text-decoration: none;
}

.sub.single .hoofdlaag .flexbox-wrapper .content div ul,
.sub.single .hoofdlaag .flexbox-wrapper .content div ol {
    list-style-position: inside;
    margin: 20px 0 !important;
}

.sub.single .hoofdlaag .sidebar {
    margin-top: 40px;
    background-color: gray;
    width: 100%;
    max-width: 350px;
    height: 350px;
}

.sub.single .bekijk-ook{
    padding-top: 0;
}

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

.flexbox-wrapper>.blog{
    flex-basis: 100%;
}

.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-top: 24px;
}

.blog:not(.content-builder) .content .categorie, .nieuws-uitgelicht .flexbox-wrapper .categorie{
    margin-right: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.blog:not(.content-builder) .content .titel, .nieuws-uitgelicht .flexbox-wrapper .titel{
    font-family:"roboto-slab",serif;
    font-weight: 700;
    font-size: 24px!important;
    line-height: 130%!important;
    margin-top: 16px;
}

.blog:not(.content-builder) .content .excerpt, .nieuws-uitgelicht .flexbox-wrapper .excerpt{
    height: 120px;
    overflow: hidden;
    font-size: 16px;
    margin: 16px 0 32px;
}

.blog:not(.content-builder) .content .excerpt>*, .nieuws-uitgelicht .content .excerpt>*{
    line-height: 150%!important;
    color: #686E7F;
}

.blog:not(.content-builder) .thumb{
    overflow: hidden;
    height: 276px;
    width: 100%;
    border-radius: 8px;
}

.blog:not(.content-builder) .thumb span{
    height: 100%!important;
    width: 100%!important;
    background-size: cover;
    transition: 0.4s;
}

.blog:not(.content-builder) .content .flexbox-wrapper>span, .nieuws-uitgelicht .content .flexbox-wrapper>span{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-size: cover;
}

.blog:not(.content-builder) .content .flexbox-wrapper>div>p, .nieuws-uitgelicht .content .flexbox-wrapper>div>p{
    font-size: 14px!important;
    font-weight: bold;
    line-height: 150%!important;
}

.blog:not(.content-builder) .content .flexbox-wrapper>div>div>p, .nieuws-uitgelicht .content .flexbox-wrapper>div>div>p{
    display: inline-block;
    font-size: 14px!important;
    line-height: 150%!important;
}

.blog:not(.content-builder) .content .flexbox-wrapper{
    margin-bottom: 32px!important;
}

.flexbox-wrapper:has(.blog){
    row-gap: 64px;
}

.reviewlaag .tekst {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-stage-outer {
    overflow: visible;
}

.beoordelingenlaag .inner:last-of-type{
    margin-top: 60px;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper{
    row-gap: 20px;
    justify-content: unset;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div {
    background-color: white;
    padding: 32px 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    color: #1F232E;
    position: relative;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper .rating{
    font-size: 24px;
    line-height: 150%;
    font-family: "roboto-slab",serif;
    color: white;
    font-weight: bold;
    padding: 24px;
    border-radius: 8px;
    background: #0A3B6D;
    margin-bottom: 40px;
    width: fit-content;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper div>p:nth-of-type(2){
    margin-bottom: 24px;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper .sterren {
    position: absolute;
    top: 32px;
    right: 24px;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper .sterren span {
    display: inline-block;
    width: 21.02px;
    height: 24px;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div>p {
    font-size: 18px;
}

.beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div>p:last-child {
    position: absolute;
    top: 80px;
    right: 54px;
    border-radius: 40px;
    background: #FFEEE5;
    padding: 6px 10px;
    font-weight: 600;
    line-height: 16px;
    font-size: 12px;
}

.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-color: #0A3B6D;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    z-index: 999;
}



.top-header .inner>p {
    color: white;
    padding-left: 40px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.top-header .inner>p::before{
    content: "";
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/kenmerk.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.top-header .inner>div{
    display: none;
}

.site-header {
    height: 118px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 0;
    z-index: 999;
    background: white !important;
    box-shadow: 0px 4px 4px 0px #A0A0A026;
    transition: 0.2s ease-in-out;
}

.hfeed.site {
    margin-top: 80px;
}

.hfeed.site:has(.has-topheader) {
    margin-top: 158px;
}

.hfeed.site:has(.has-topheader.top-header-desktop) {
    margin-top: 80px;
}

.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: 159px;
    height: 69px;
    margin-left: 24px;
}

.site-header .inner .menu {
    overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #EE7210;
    padding: 8px;
    margin-right: 24px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    top: 1px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    width: 22px;
    height: 15px;
    top: 15px;
    left: 13px;
    transition: 0.3s ease-in-out;
}

.menu span {
    background: white;
}

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


div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    position: relative;
    top: 25px;
}

div#navbar.open {
    padding: 32px 0 30px;
    height: calc(100vh - 75px);
    max-height: unset;
    background-color: white;
    border-top: 0;
    margin: unset;
    border-top: 1px solid #E1E5EA;
}

div#navbar.open .nav-menu {
    max-height: calc(100vh - 360px) !important;
    overflow-y: scroll;
}

div#navbar .nav-menu>li {
    font-weight: bold;
    margin: 0 24px 16px;
    list-style-type: none;
}


div#navbar ul li {
    padding-bottom: 16px;
    margin-bottom: 16px;
}


div#navbar ul li a {
    font-family: "roboto-slab", serif;
    color: #0A3B6D;
    font-size: 18px;
    line-height: 160%;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    position: relative;
    font-weight: 700;
}

#menu-item-867>a{
    pointer-events: none;
}

div#navbar ul li a:hover {
    color: #0a3b6d8a  !important;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu .sub-menu {
    display: none;
    padding: 24px;
    border-radius: 8px;
    background-color: #F9F9F9;
    list-style-type: none;
    margin-top: 16px;
}

.nav-menu .sub-menu li {
    border-bottom: 0;
    margin-top: 16px;
}

.nav-menu .sub-menu li:first-child{
    margin-top: 0;
}

div#navbar ul.nav-menu>li>.sub-menu>li>a::after{
    content: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/arrow-right-orange.svg)!important;
    top: 2px;
}

.site-header .navbar-mobile-btns{
    width: calc(100% - 48px);
    margin: 0 24px;
    border-top: 1px solid #E1E5EA;
}

.site-header .btn.navbar-mobile {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    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.dutchbuildinginspections.nl/wp-content/uploads/2025/07/chevron-down.svg) !important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

div#navbar ul li.menu-item-has-children.open>a::after {
    transform: rotateX(180deg);
}

.navbar-btns-desktop {
    display: none;
}

div#navbar .sub-menu li a{
    font-size: 16px;
    line-height: 150%;
}

.menu-description{
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

/**
 * 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: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #0A3B6D;
    z-index: -1;
}

.above-footer .flexbox-wrapper{
    border-radius: 8px;
    background: #FFEEE5;
    padding: 24px;
}

.above-footer .flexbox-wrapper>div>p:first-child{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 700;
    color: #0A3B6D;
    font-family: "roboto-slab",serif;
}

.above-footer .flexbox-wrapper>span{
    margin-top: 32px;
    height: 220px;
    border-radius: 8px;
    background-size: cover;
    width: 100%;
}

.above-footer .flexbox-wrapper>div p{
    color: #1F232E;
}

.above-footer .flexbox-wrapper>div a.btn{
    margin-top: 32px;
}

.footer {
    padding-top: 70px;
    padding-bottom: 48px;
    background-color: #0A3B6D;
}


.footer .flexbox-wrapper>div{
    flex-basis: 100%;
}

.footer .flexbox-wrapper>div button {
    font-size: 18px;
    line-height: 120%;
    color: white;
}

.footer .flexbox-wrapper>div .panel p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
    display: block;
    color: white;
}

.footer .flexbox-wrapper>div .panel p a{
    color: white;
}

.footer .flexbox-wrapper>div>*:last-child {
    margin-bottom: 0;
}

.footer .flexbox-wrapper>div .panel p:last-child{
    margin-bottom: 24px;
}

.footer .flexbox-wrapper>div a:hover {
    text-decoration: underline;
}

.accordionblok-footer:nth-child(3){
    order: -1;
    background-color: white;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.accordionblok-footer:nth-child(3) .accordion{
    color: #0A3B6D!important;
    pointer-events: none;
    padding: 0 0 8px 0!important;
}

.accordionblok-footer:nth-child(3) .panel{
    max-height: unset!important;
    height: unset!important;
}

.accordionblok-footer:nth-child(3) .panel p {
    color: #0A3B6D!important;
}

.accordionblok-footer:nth-child(3) .panel p a{
    color: #0A3B6D!important;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

.accordionblok-footer:nth-child(3) .panel p:last-child {
    margin-bottom: 0!important;
}

.footer .flexbox-wrapper>span{
    width: 119.864px;
    height: 162px;
    margin: 48px auto 0;
}

.under-footer {
    padding-bottom: 40px;
    background-color: #0A3B6D;
}

.under-footer .flexbox-wrapper * {
    font-size: 14px;
    line-height: 150%;
    color: white;
}

.under-footer .flexbox-wrapper a:hover{
    text-decoration: underline;
}

.under-footer .flexbox-wrapper {
    flex-direction: column;
    text-align: center;
    padding-bottom: 37px;
}

.under-footer .flexbox-wrapper>div:first-of-type p {
    display: inline-block;
}

.under-footer .flexbox-wrapper>div:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;    
    margin-bottom: 16px;
    order: -1;
}

.under-footer .flexbox-wrapper>div:nth-of-type(2) p{
    position: absolute;
    bottom: 0;
}

/**
 * Home
 * ----------------------------------------------------------------------------
 */



/**
 * Subs
 * ----------------------------------------------------------------------------
 */

.homepage .hoofdlaag .content-rechts .tekst>div:nth-child(1){
    border-radius: 8px 8px 0 0!important;
}

.homepage .hoofdlaag .content-rechts .tekst>div{
    color: #0A3B6D;
    background-color: white;
    padding: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 0!important;
    position: relative;
}

.homepage .hoofdlaag .content-rechts .tekst>div:not(:last-child){
    padding-right: 50px;
}

.homepage .hoofdlaag .content-rechts .tekst>div:not(:last-child)::before{
    content: "";
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/arrow-right-orange.svg);
    width: 24px;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.homepage .hoofdlaag .content-rechts .tekst>div>p:has(a){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homepage .hoofdlaag .content-rechts .tekst>div>p a{
    display: block;
    width: 100%;
    height: 100%;
}

.homepage .hoofdlaag .content-rechts .tekst>div:hover>p:nth-child(2){
    text-decoration: underline;
}

.homepage .hoofdlaag .content-rechts .tekst>div>p:nth-child(3){
    font-size: 15px;
}

.homepage .hoofdlaag .content-rechts .tekst>div>p:nth-child(2){
    font-family: "roboto-slab",serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 4px;
}

.homepage .hoofdlaag .content-rechts .tekst>div:last-child{
    border-radius: 0 0 8px 8px;
    padding-bottom: 24px;
}

.homepage .hoofdlaag .content-rechts .tekst>div:last-child>p{
    position: unset;
    text-align: center;
}

.homepage .info-small .flexbox-wrapper{
    max-width: unset!important;
}

.homepage .info-small .content .tekst{
    padding-top: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.homepage .info-small .content .tekst>div{
    border-radius: 8px;
    background: #F9F9F9; 
    padding: 24px 32px;  
    text-align: center;
    margin-bottom: 0!important;
    width: 100%;
}

.homepage .info-small .content .tekst>div>p:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-family: "roboto-slab",serif;
}

.homepage .blokken:has(.flexbox-wrapper.nieuws) .inner>a.btn{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.sub.single .hoofdlaag .share-btns{
    margin-top: 6px!important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.sub.single .hoofdlaag .share-btns span{
    width: 24px;
    height: 24px;
}

.sub.single .hoofdlaag .flexbox-wrapper.gegevens{
    flex-direction: column;
    margin-bottom: 32px;
}

.sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0!important;
}

.sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper>span{
        width: 48px;
    height: 48px;
    background-size: cover;
    border-radius: 100%;
    margin-bottom: 0;
}

.sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper>div, .sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper>div>div{
    margin-top: 0;
}

.sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper>div>p, .sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper>div>div>p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
}

.sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper>div>div>p{
    font-weight: normal;
}

.beoordelingenlaag{
    background-color: #FFEEE5;
}

body:not(.page-id-770) .beoordelingenlaag .inner:last-of-type>.flexbox-wrapper>div:nth-child(n + 4){
    display: none;
}

body.page-id-770 .beoordelingenlaag .flexbox-wrapper .content-rechts>.btn{
    display: none!important;
}

.twee-kolom-content.beoordelingenlaag .flexbox-wrapper .content-rechts{
    margin-top: 60px!important;
}

.twee-kolom-content.beoordelingenlaag .flexbox-wrapper .content-rechts p{
    font-size: 24px;
    font-family: "roboto-slab",serif;
    line-height: 130%;
}

.beoordelingenlaag .flexbox-wrapper .content-links .sterren{
    margin-bottom: 16px;
}

.beoordelingenlaag .flexbox-wrapper .content-links .sterren span{
    width: 18px;
    height: 20px;
    display: inline-block;
}

.beoordelingenlaag .flexbox-wrapper .content-links{
    position: relative;
    margin-top: 60px;
}

.beoordelingenlaag .flexbox-wrapper .content-links>div{
    border-radius: 8px;
    background: #0A3B6D;
    color: white;
    padding: 32px 24px;
}

.beoordelingenlaag .flexbox-wrapper .content-links .rating{
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: "roboto-slab",serif;
    line-height: 130%;
}

.twee-kolom-content.beoordelingenlaag .inner>.flexbox-wrapper>div>span:last-of-type{
    width: 187px;
    height: 187px;
    position: absolute;
    right: 0px;
    top: -60px;
    border-radius: 8px;
    margin-top: 0;
}

body:has(.content-builder.beoordelingen){
    background-color: #FFEEE5;
}

body:has(.content-builder.beoordelingen) .above-footer .flexbox-wrapper{
    background-color: white;
}

.content-afbeelding.werkwijze .inner>.flexbox-wrapper>.content{
    margin-top: 20px;
}

.content-afbeelding.werkwijze .flexbox-wrapper .content .tekst>div{
    border-radius: 8px;
    background: #FFEEE5;
    padding: 32px 24px;
    margin-bottom: 20px;
}

.content-afbeelding.werkwijze .flexbox-wrapper .content .tekst>div h3{
    font-size: 16px;
    margin-bottom: 16px;
}

.content-afbeelding.werkwijze .flexbox-wrapper .content .tekst>div:last-child, .content-afbeelding.werkwijze .flexbox-wrapper .content .tekst{
    margin-bottom: 0;
}

.blokken .flexbox-wrapper.infoblokken{
    gap: 20px;
}

.blokken .flexbox-wrapper.infoblokken>span{
    height: 276px;
    width: 100%;
    background-size: cover;
    border-radius: 8px;
}

.blokken .flexbox-wrapper.infoblokken>div{
    padding: 24px;
    border-radius: 8px;
    background: #FFEEE5;
}

.blokken .flexbox-wrapper.infoblokken>div>h2{
    width: 100%;
}

.blokken .flexbox-wrapper.infoblokken>div>p:not(:last-child){
    margin-bottom: 24px;
}

.blokken .flexbox-wrapper.infoblokken>div:first-of-type{
    order: -1;
}

.content-builder.over-ons .flexbox-wrapper.infoblokken>div:first-of-type p:first-of-type{
    margin-top: -14px;
}

.blokken .flexbox-wrapper.infoblokken>div:nth-of-type(2){
    order: 1;
}

.blokken .flexbox-wrapper.infoblokken>div:last-of-type{
    background-color: #0A3B6D;
    color: white;
}

.content-afbeelding.opsomming .content .tekst p:nth-of-type(3){
    width: fit-content;
    display: inline-block;
    margin-right: 40px;
}

.content-afbeelding.opsomming .content .tekst p:nth-of-type(4){
    width: fit-content;
    display: inline-block;
}

.sub-content .twee-kolom-content:nth-child(2) .flexbox-wrapper .content-rechts{
    margin-top: 0;
}

.content-afbeelding .inner>.flexbox-wrapper>.content{
    order: 1;
    margin-top: 40px;
}

.content-afbeelding .inner>.flexbox-wrapper>span{
    margin-top: 0;
}

.veelgestelde-vragen .accordion{
    color: #0A3B6D;
    padding-right: 40px;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 24px;
    &:hover{
        background-color: #0a3b6d15;
    }
}

.veelgestelde-vragen .accordion.active{
    background-color: transparent;
}

.veelgestelde-vragen .accordion::after{
    content: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/06/icon-plus.svg);
    top: calc(50% - 20px);
}

.veelgestelde-vragen .accordion.active::after{
    transform: rotate(45deg);
    right: 19px;
    top: calc(50% - 20px);
}

.veelgestelde-vragen .accordion:first-of-type{
    border-top: 1px solid #C6C6C6;
}

.veelgestelde-vragen .panel{
    color: #0A3B6D;
    border-color: #C6C6C6;
    padding-left: 24px;
    padding-right: 24px;
}

.veelgestelde-vragen .panel p{
    color: #0A3B6D;
}

.veelgestelde-vragen .tekst h2{
    margin-bottom: 64px;
    text-align: center;
    font-size: 32px;
    line-height: 130%;
}

.hoofdlaag{
    position: relative;
    padding: 124px 0 96px;
}

.sub-content .content-builder>section.hoofdlaag{
    position: relative;
    padding: 124px 0 96px;
}

.hoofdlaag>span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.hoofdlaag>span::before{
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(10, 59, 109, 0.08) 40%, rgba(10, 59, 109, 0.40) 75%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hoofdlaag .inner{
    color: white;
    z-index: 2;
}

.hoofdlaag .tekst{
    margin-bottom: 0!important;
}

/**
 * Owl Carousel - Nav
 * ----------------------------------------------------------------------------
 */
.owl-nav {
    display: block;
}

.owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.dutchbuildinginspections.nl//wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    transform: rotateY(180deg);
    top: calc(50% - 24px);
    left: -10px;
    transition: 0.2s;
}

.owl-nav .disabled {
    opacity: 0;
}

.owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.dutchbuildinginspections.nl//wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    top: calc(50% - 24px);
    right: -10px;
    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: 32px;
}

.owl-dots .owl-dot {
    height: 1px !important;
    background-color: #FFFFFF33 !important;
    flex-grow: 1;
}

.owl-dots .owl-dot.active {
    height: 3px !important;
    position: relative;
    bottom: 1px;
    background-color: #FFFFFF !important;
}


/**
 * Blogs - filters
 * ----------------------------------------------------------------------------
 */

.searchandfilter{
    margin-bottom: 64px!important;
}

.searchandfilter>ul{
    margin-left: unset;
}

.searchandfilter>ul>li>ul {
    padding: 18px 24px;
    border: 1px solid #0A3B6D;
    border-radius: 12px;
    max-height: 60px;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.searchandfilter>ul>li>ul::before{
    content: "";
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/chevron-down.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 17px;
    right: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.searchandfilter>ul>li>ul>li{
    flex-basis: 100%;
}

.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;
    transition: 0.2s;
    margin-right: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.searchandfilter ul li ul li:last-child{
    margin-bottom: 0;
}

.searchandfilter ul li ul li:hover label {
    text-decoration: underline;
}

.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 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    color: #0A3B6D;
    text-decoration: none;
    font-family: "roboto-slab",serif;
    background-color: transparent;
    transition: 0.2s;
    padding-left: 0!important;
}

.searchandfilter ul li ul li.sf-option-active{
    order: -1;
}

.searchandfilter ul li ul li.sf-option-active label {

}


/**
 * Blogs - pagination
 * ----------------------------------------------------------------------------
 */
.pagination {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 64px;
}

.pagination .wp-pagenavi {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    max-width: 250px;
    position: relative;
}


.pagination .first,
.pagination .last,
.pagination .current,
.pagination a.page,
.pagination .extend {
    display: none !important;
}

.pagination span{
    border: none!important;
    padding: 0!important;
    margin: 0!important;
    color: black;
    font-size: 18px;
    line-height: 25px;
    font-family: "proxima-nova";
}

.pagination .nextpostslink, .pagination .previouspostslink{
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 12px;
    background: #EE7210;
    color: white;
    font-weight: bold;
    color: transparent;
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/06/breadcrumbs-chevron-right.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
     border: none;
    &:hover{
        border: none;
    }
}

.pagination .nextpostslink{
    position: absolute;
    right: 0;
}

.pagination .previouspostslink{
    order: -1;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
}

/**
 * Contact
 * ----------------------------------------------------------------------------
 */

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .tekst{
    margin-bottom: 0!important;
}

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper{
    gap: 24px;
     margin-bottom: 0!important;
}

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper div{
    flex-basis: 100%;
}

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper div>p:first-child {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    color: #0A3B6D;
    margin-bottom: 8px;
    font-family: "roboto-slab",serif;
}

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper div p{
    margin-bottom: 8px;
    line-height: 150%;
}

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper div p a{
    color: #0A3B6D;
    text-decoration: underline;
    display: block;
    &:hover {
        text-decoration: none;
    }
}

.content-builder.contact .twee-kolom-content .flexbox-wrapper .content-rechts{
    padding: 24px;
    background-color: #FFEEE5;
    border-radius: 8px;
    height: fit-content;
}

.content-builder.contact .gform_wrapper.gravity-theme, .content-builder.contact .content-rechts .tekst {
    margin-bottom: 0 !important;
}

/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */
.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #0A3B6D !important;
    font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 700 !important;
    font-family:"proxima-nova";
    font-size: 16px !important;
    line-height: 150%;
    color: #0A3B6D;
    margin-bottom: 8px;
}

.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: 48px;
    border: 1px solid transparent;
    padding-left: 16px!important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 100%;
    font-family:"proxima-nova";
    color: #0A3B6D;
}

.gform_wrapper.gravity-theme .gform_body input:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus {
    border-color: #0A3B6D !important;
}

::placeholder{
    color: #0a3b6d75;
}

.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: unset !important;
    width: 100%;
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family:"proxima-nova";
    font-size: 18px !important;
    line-height: 100% !important;
    color: #c02b0a !important;
}

.gform-icon--circle-error:before {
    color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input {
    appearance: none;
    border: 1px solid #16133E99 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    position: relative;
    background-color: white;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a {
    text-decoration: underline;
}

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

    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts{
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span {
        flex-basis: 48%;
        margin-top: 0;
        background-size: cover;
        height: unset;
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content{
        max-width: 640px;
    }

    .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: 870px;
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content.alleen-content .inner>.flexbox-wrapper {
        text-align: left;
    }

    .veelgestelde-vragen .inner{
        text-align: left;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
        justify-content: center;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
        max-width: fit-content;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn,
    .gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .content-afbeelding.reverse .inner>.flexbox-wrapper>.content{
        order: 1;
        margin-top: 0;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content{
        order: unset;
        margin-top: 0;
    }

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

}

@media (min-width:768px) {

    .homepage .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper{
        align-items: center;
    }

    .homepage .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper>.content-links{
        flex-grow: unset;
        max-width: 640px;
    }

    .homepage .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper>.content-rechts{
        max-width: 486px;
    }

    .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper>.content-links{
        max-width: unset;
        flex-grow: 1;
    }

     .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper>.content-links .tekst p{
        max-width: 550px;
     }

    .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper>.content-rechts{
        display: none;
    }

    .homepage .twee-kolom-content.hoofdlaag .inner>.flexbox-wrapper>.content-rechts{
        display: block;
    }

    .top-header .inner>p{
        margin: unset;
    }

    .top-header .inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .homepage .info-small .content{
        width: 100%;
    }

    .homepage .info-small .content .tekst{
        padding-top: 32px;
    }

    .homepage .info-small .content .tekst>div{
        flex-basis: 30%;
        flex-grow: 1;
    }

    .homepage .info-small .content .tekst>div>p:last-child{
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .homepage .blokken:has(.flexbox-wrapper.nieuws) .inner>a.btn{
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
}   

    .sub.single .hoofdlaag .flexbox-wrapper.gegevens{
        margin-top: 32px!important;
        flex-direction: row;
        margin-bottom: 64px!important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper.gegevens>.flexbox-wrapper{
        flex-direction: row;
        text-align: left;
    }

    .flexbox-wrapper>.blog{
        flex-basis: 49%;
    }

    .flexbox-wrapper>.blog:nth-child(2n+1){
        margin-right: 2%;
    }

    .blog:not(.content-builder) .content .flexbox-wrapper{
        justify-content: flex-start!important;
    }

    .searchandfilter>ul>li>ul::before{
        content: none;
    }

    .searchandfilter>ul>li>ul{
        overflow: visible;
        max-height: unset;
        padding: unset;
        border: unset;
        gap: 16px;
    }

    .searchandfilter ul li ul li{
        width: fit-content;
        flex-basis: fit-content;
        margin-bottom: 0;
        margin-right: 0;
        padding: 12px 16px;
        border-radius: 8px;
        border: 1px solid transparent;
        &:hover{
            border: 1px solid #0A3B6D;
        }
        
    }

    .searchandfilter ul li ul li label{
        font-family: "proxima-nova";
        font-weight: 400;
        transition: 0.3s;
    }

    .searchandfilter ul li ul li:hover label{
            text-decoration: none;
    }

    .searchandfilter ul li ul li.sf-option-active{
        order: unset;
        font-weight: bold;
        border: 1px solid #0A3B6D;
        
    }

    .searchandfilter ul li ul li.sf-option-active label{
        font-family: "roboto-slab",serif;
        font-weight: bold;
    }

    .pagination{
        margin-top: 80px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content{
        flex-basis: 100%!important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content div{
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
        height: 400px;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div{
        flex-basis: 49%;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div:nth-child(2n +1){
        margin-right: 2%;
    }

    body:has(.content-afbeelding.werkwijze){
        overflow: visible;
    }

    .content-afbeelding.werkwijze .inner>.flexbox-wrapper>span{
        height: 400px;
        position: sticky;
        top: 140px;
    }

    .error404 .gecentreerde-content .tekst h1{
        font-size: 48px;
        line-height: 56px;
    }

    .error404 .gecentreerde-content .tekst h1:nth-of-type(2){
        font-weight: 400;
        margin-top: 64px;
        margin-bottom: 48px!important;
    }

    .error404 .gecentreerde-content .tekst a.btn{
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
    }

    .error404 .gecentreerde-content .inner{
        font-size: 20px;
    }

    .error404 .gecentreerde-content .inner>.flexbox-wrapper{
        max-width: 936px;
    }

    .blokken .flexbox-wrapper.infoblokken>div, .blokken .flexbox-wrapper.infoblokken>span{
        flex-basis: 40%;
        flex-grow: 1;
        height: unset;
    }

    .blokken .flexbox-wrapper.infoblokken>div:first-of-type, .blokken .flexbox-wrapper.infoblokken>div:nth-of-type(2){
        order: unset;
    }

    .above-footer .flexbox-wrapper{
        justify-content: space-between;
    }

    .above-footer .flexbox-wrapper>*{
        flex-basis: 48%;
        margin-top: 0!important;
        height: unset!important;
    }

    .footer{
        padding-bottom: 100px;
    }

    .footer .flexbox-wrapper{
        position: relative;
    }

    .accordionblok-footer:not(:nth-child(3)){
        margin-left: 366px;
        margin-right: 155px;
    }

    .accordionblok-footer:nth-child(3){
        position: absolute;
    }

    .footer .flexbox-wrapper>span{
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
    }

    .under-footer{
        padding-bottom: 56px;
    }

    .under-footer .flexbox-wrapper{
        padding: 64px 0 0 0;
        border-top: 1px solid #FFFFFF80;
        flex-direction: row;
        justify-content: space-between;
    }

    .under-footer .flexbox-wrapper>div:nth-of-type(2){
        margin-bottom: 0;
        order: 1;
    }

    .under-footer .flexbox-wrapper>div:nth-of-type(2) p{
        position: unset;
    }
}


@media (min-width: 1024px) {

    .top-header{
        height: 48px;
        padding: 12px 0;
    }

    .top-header .inner>div{
        display: block;
    }

    .top-header .inner>div>*{
        display: inline-block;
        color: white;
    }

    .top-header *{
        font-size: 16px;
        line-height: 150%;
    }

    .top-header .inner>div p{
        color: #E0E0E0;
        margin: 0 16px;
    }

    .top-header .inner>div a{
        padding-left: 36px;
        position: relative;
        &:hover{
            text-decoration: underline;
        }
    }


    .top-header .inner>div a:first-child::before{
        content: "";
        background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/mail.svg);
        width: 21px;
        height: 17px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .top-header .inner>div a:last-child::before{
        content: "";
        background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/phone-2.svg);
        width: 19px;
        height: 19px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .site-header.has-topheader {
        transition: 0.2s;
        height: 120px;
        top: 48px;
        padding: 20px 0;
        border-bottom: 1px solid #C6C6C6;
        box-shadow: unset;
    }

    .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: 21px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
    }

    div#navbar .nav-menu>li {
        border-bottom: none !important;
        padding-bottom: 0;
        margin: 0 16px;
        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: 50px;
    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    .nav-menu li a {
        display: unset;
        transition: 0.2s;
        font-size: 16px;
        line-height: 16px;
    }

    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: 0;
        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: 36px;
        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: 188px;
        height: 81.271px;
    }

    .site-header .btn.navbar-mobile, .site-header .navbar-mobile-btns {
        display: none;
    }

    div#navbar ul li.menu-item-has-children>a::after{
        content: url(https://www.dutchbuildinginspections.nl//wp-content/themes/2024-05-theme/images/chevron-down-b.svg)!important;
    }

    .menu-description{
        display: none;
    }

    .hfeed.site:has(.has-topheader){
        margin-top: 168px;
    }

    div#navbar ul.nav-menu li .sub-menu{
        position: unset;
    }

    div#navbar ul.nav-menu>li>.sub-menu{
        position: fixed;
        left: 0;
        right: 0;
        margin: unset;
        top: 168px;
        width: 100%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        height: fit-content;
        justify-content: space-between;
        padding: 32px 24px;
        border-top: 1px solid #C6C6C6;
        box-shadow: 0px 4px 4px 0px #A0A0A026;
        max-width: 1624px;
        margin: 0 auto;
    }

    div#navbar ul.nav-menu>li>.sub-menu::before{
        content: "";
        background-color: white;
        position: absolute;
        left: -100%;
        top: -1px;
        width: 200vw;
        height: calc(100% + 1px);
        box-shadow: 0px 4px 4px 0px #A0A0A026;
    }

    div#navbar ul.nav-menu>#menu-item-867:hover>a::before{
        content: "";
        background: rgba(0, 0, 0, 0.40);
        position: fixed;
        left: 0;
        top: 500px;
        width: 100vw;
        height: 100vh;
    }

    div#navbar ul.nav-menu>li>.sub-menu>li{
        padding: 24px;
        border: 1px solid black;
        border-radius: 8px;
        background-color: #EE721005;
        margin-top: 0;
    }

    div#navbar ul.nav-menu>li>.sub-menu>li>a{
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #C6C6C6;
        padding-right: 30px;
        word-break: break-word;
    }

    div#navbar ul.nav-menu>li>.sub-menu>li .sub-menu{
        margin-top: 0;
        margin-left: unset;
    }

    div#navbar ul.nav-menu>li>.sub-menu>li>a::after{
        right: 0!important;
    }

    div#navbar ul .sub-menu{
        width: fit-content;
        box-shadow: unset;
        text-align: left;
    }



    div#navbar ul .sub-menu li{
        flex-basis: 24%;
    }

     div#navbar ul .sub-menu li a{
        height: fit-content;
     }

     div#navbar ul .sub-menu .sub-menu li a{
        font-size: 16px;
        color: black;
        font-family: "proxima-nova";
        line-height: 150%;
        font-weight: normal;
        padding: 0;
        padding-left: 26px;
        position: relative;
        &:hover{
            text-decoration: underline;
            color: black;
        }
     }

     div#navbar ul .sub-menu .sub-menu li a::before{
        content: "";
        background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/sub-desktop.svg);
        width: 17px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
     }

}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .inner{
        font-size: 18px;
        line-height: 160%;
    }

    a.btn{
        font-size: 18px;
    }

    h1 {}

    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    h3 {}

    h4 {}

    .sub-content h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .sub-content h2 {
        font-size: 40px;
        line-height: 48px;
    }   

    .sub h3 {}

    .sub h4 {}

    .content-builder.beoordelingen .hoofdlaag .flexbox-wrapper .content-links{
        position: relative;
    }

    .content-builder.werkwijze .hoofdlaag .inner{
        margin-top: 50px;
    }

    .content-builder.beoordelingen .hoofdlaag .flexbox-wrapper .content-links::before{
        content: "";
        background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/06/Group-2.svg);
        width: 141px;
        height: 190.564px;
        position: absolute;
        right: 0;
        top: -80px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }   

    .content-builder.nieuws>section:first-child, .single-nieuws .hoofdlaag, .content-builder.contact>section:first-child, .error404 .content-builder>section:first-child, .content-builder.algemene-voorwaarden>section:first-child, .content-builder.privacyverklaring>section:first-child{
        padding-top: 120px;
    }

    .homepage h1{
        font-size: 48px;
        line-height: 130%;
    }

    .homepage .hoofdlaag{
        padding: 30px 0 40px!important;
    }

    .homepage .hoofdlaag .content-rechts .tekst>div{
        max-width: 486px;
    }

    .blokken .flexbox-wrapper.nieuws{
        justify-content: space-between;
    }

    .blokken .flexbox-wrapper.nieuws .blog{
        flex-basis: 32%;
        margin-right: 0;
    }

    .blokken .flexbox-wrapper.nieuws .blog .thumb{
        height: 272px;
    }

    .blokken:has(.flexbox-wrapper.nieuws) .tekst h2{
        margin-bottom: 64px;
    }

    .content-builder.nieuws .gecentreerde-content.alleen-content .inner>.flexbox-wrapper{
        max-width: unset;
    }

    .beoordelingenlaag .inner:last-of-type{
        margin-top: 120px;
    }

    .beoordelingenlaag .flexbox-wrapper .content-links{
        margin-top: 0;
        flex-basis: fit-content!important;
        padding: 16px 24px;
        text-align: center;
        margin-bottom: 75px;
    }

    .beoordelingenlaag .flexbox-wrapper .content-links .rating{
        font-size: 84px;
        line-height: 150%;
    }

    .beoordelingenlaag .flexbox-wrapper .content-links .sterren span{
        width: 32.02px;
        height: 32px;
    }

    .twee-kolom-content.beoordelingenlaag .inner>.flexbox-wrapper>div>span:last-of-type{
        position: absolute;
        right: -232px;
        bottom: -75px;
        top: unset;
        width: 327px;
        height: 327px;
    }

    .beoordelingenlaag .inner:first-of-type{
        max-width: 1310px;
    }

    .beoordelingenlaag .flexbox-wrapper .content-links>div{
        z-index: 2;
        padding: 16px 24px;
        position: relative;
    }

     .twee-kolom-content.beoordelingenlaag .flexbox-wrapper .content-rechts{
        flex-basis: 32%;
    }

    .content-afbeelding.werkwijze .inner>.flexbox-wrapper{
        align-items: unset;
    }

    .content-afbeelding.werkwijze .inner>.flexbox-wrapper>span{
        height: 548px;
        top: 180px;
    }

    .content-afbeelding.werkwijze .flexbox-wrapper .content .tekst>div h3{
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 150%;
    }

    .content-afbeelding.werkwijze .flexbox-wrapper .content .tekst>div{
        padding: 40px 64px;
    }

    .content-builder.contact .twee-kolom-content .flexbox-wrapper .content-rechts{
        padding: 40px;
        max-width: 764px;
    }

    .content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links{
        max-width: 764px;
    }

    .content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .tekst>p{
        max-width: 585px;
        margin-bottom: 56px;
    }

    .content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper{
        justify-content: space-between;
        align-items: flex-start;
        row-gap: 40px;
    }

    .content-builder.contact .twee-kolom-content .flexbox-wrapper .content-links .flexbox-wrapper div{
        flex-basis: 40%;
        flex-grow: 1;
    }

    .blokken .flexbox-wrapper.infoblokken>div{
        padding: 64px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .content-afbeelding .inner>.flexbox-wrapper{
        align-items: center;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span{
        min-height: 548px;
    }

    .veelgestelde-vragen .tekst h2{
        font-size: 40px;
        line-height: 48px;
    }

    .hoofdlaag{
        min-height: 440px;
    }

    .above-footer .inner{
        max-width: 1310px;
    }

    .above-footer::before{
        height: 90px;
    }

    .above-footer .flexbox-wrapper{
        padding: 48px;
    }

    .above-footer .flexbox-wrapper>div>p:first-child{
        font-size: 40px;
        line-height: 48px;
    }

    .above-footer .flexbox-wrapper>div{
        max-width: 520px;
        margin-top: 33px!important;
    }

    .above-footer .flexbox-wrapper>span{
        min-height: 360px;
        max-width: 582px;
    }

    .footer{
        padding-bottom: 64px;
    }

    .footer .flexbox-wrapper{
        justify-content: space-between;
    }

    .footer .flexbox-wrapper>div{
        position: unset;
        flex-basis: fit-content!important;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        order: unset;
        margin: unset;
    }

    .accordionblok-footer .accordion, .accordionblok-footer:nth-child(3) .accordion{
        color: white!important;
        pointer-events: none!important;
        padding: 0 0 24px 0!important;
    }

    .accordionblok-footer .panel, .accordionblok-footer:nth-child(3) .panel{
        max-height: unset!important;
        height: unset!important;
        border-bottom: 0!important;
    }

    .accordionblok-footer .panel p, .accordionblok-footer:nth-child(3) .panel p {
        color: white!important;
    }

    .accordionblok-footer .panel p a, .accordionblok-footer:nth-child(3) .panel p a{
        color: white!important;
        &:hover {
            text-decoration: underline;
        }
    }

    .accordionblok-footer .accordion:after{
        content: none!important;
    }

    .footer .flexbox-wrapper>span{
        position: unset;
        margin: unset;
    }
}

@media (min-width: 1024px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-builder>section,
    .sub.single>section {
        padding-top: 120px;
        padding-bottom: 120px;
    }


    .sub.single .hoofdlaag .flexbox-wrapper .content div 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 div p:has(img) {
        margin: 40px 0 !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content div{
        margin-top: 120px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content div blockquote {
        margin: 40px 0 40px !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
        height: 600px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content h1{
        font-size: 48px;
        line-height: 56px;
    }

    .sub.single .hoofdlaag{
        padding-top: 128px!important;
    }

    .sub.single .bekijk-ook h2{
        text-align: center;
    }

    .sub.single .bekijk-ook h2{
        margin-bottom: 60px;
    }

    .blog:not(.content-builder) .thumb{
        height: 414px;
    }

    .blog:not(.content-builder) .content .excerpt, .nieuws-uitgelicht .flexbox-wrapper .excerpt{
        height: 48px;
    }

    .blog:not(.content-builder){
        width: 445px;
    }

    .reviewlaag .inner {
        overflow: hidden;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div {
        padding: 32px;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper .sterren {
        margin-bottom: 32px;
    }

}

@media (min-width: 1500px) {
    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: 13px;
        height: fit-content;
    }

    .blog-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span{
        max-width: 778px;
        flex-basis: 55%;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content{
        max-width: 660px;
    }

    .content-afbeelding.werkwijze .inner>.flexbox-wrapper>.content{
        max-width: 778px;
    }

    .accordionblok-footer .accordion, .accordionblok-footer:nth-child(3) .accordion{
        font-size: 24px!important;
        line-height: 28px!important;
    }

    .blokken .flexbox-wrapper.infoblokken>div, .blokken .flexbox-wrapper.infoblokken>span{
        min-height: 468px;
    }

     .twee-kolom-content.beoordelingenlaag .flexbox-wrapper .content-rechts{
        flex-basis: 520px;
    }

    .twee-kolom-content.beoordelingenlaag .flexbox-wrapper .content-rechts p{
        font-size: 32px;
        line-height: 125%;
    }

    .twee-kolom-content.beoordelingenlaag .inner>.flexbox-wrapper>div>.btn{
        margin-top: 72px;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div:nth-child(2n + 1){
        margin-right: 0;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div{
        flex-basis: 32.6%;
    }

    .beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div:nth-child(3n + 2){
        margin-left: 1%;
        margin-right: 1%;
    }

        div#navbar ul.nav-menu>li>.sub-menu>li>a::after {
        right: 30px !important;
    }

    div#navbar ul.nav-menu>li>.sub-menu>li>a{
        font-size: 20px;
        line-height: 140%;
    }

    div#navbar .nav-menu>li {
        margin: 0 24px!important;
    }
}


@media (min-width: 1440px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */


}






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

/* Overlay achtergrond */
.gf-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.gf-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup container */
.gf-popup-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    transition: right 0.5s ease-in-out;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.gf-popup-container.active {
    right: 0;
}

/* Popup header */
.gf-popup-header {
    background-color: #1e4d7b;
    color: #fff;
    padding: 20px;
    position: relative;
}

.gf-popup-close {
    position: absolute;
    top: 24px;
    left: 24px;
    background: none;
    border: none;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Popup content */
.gf-popup-content {
        padding: 40px;
        padding-top: 88px;
    }

.gf-popup-content .gfield--type-html p{
    color: #0A3B6D;
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 24px;
}

.gf-popup-content .gfield--type-html p:first-child{
    font-weight: bold;
    font-family: "roboto-slab",serif;
    color: #0A3B6D;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.gf-popup-container .gform_wrapper.gravity-theme .gform_body input,
.gf-popup-container .gform_wrapper.gravity-theme .gform_body textarea,
.gf-popup-container .gform_wrapper.gravity-theme .gform_body select {
    border-color: #B4B7C0!important;
}

.gf-popup-container .gform_wrapper.gravity-theme .gform_body input:focus,
.gf-popup-container .gform_wrapper.gravity-theme .gform_body textarea:focus,
.gf-popup-container .gform_wrapper.gravity-theme .gform_body select:focus {
    border-color: #0A3B6D!important;
}

.gf-popup-content .gfield--type-html:has(.straat-input){
    border-radius: 8px;
    background: #F9F9F9;
    padding: 10px 16px;
}

.gf-popup-content .adres{
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.gf-popup-content .bouwjaar, .gf-popup-content .inhoud{
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 8px 0;
}

#field_2_17{
    position: relative;
}

#field_2_17 .ginput_container_checkbox{
    position: absolute;
    top: 23px;
    right: 16px;
}

#field_2_17 .gchoice_2_17_1{
    position: relative;
    padding-left: 26px;
}

#choice_2_17_1{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    appearance: none;
    cursor: pointer;
}

#label_2_17_1{
    max-width: unset;
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 24px;
    color: #0A3B6D;
}

#field_2_17 .gchoice_2_17_1::before{
    content: "";
    background-image: url('https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/plus-blue.svg');
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 6px;
}

#gform_previous_button_2_9{
    display: none!important;
}

.gform-page-footer.gform_page_footer{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gform-page-footer.gform_page_footer button{
    flex-basis: 40%;
    flex-grow: 1;
}

#choice_2_22_1{
    width: 20px;
    height: 20px;
    border: 2px solid #0A3B6D !important;
    border-radius: 4px;
    appearance: none;
}

#label_2_22_1{
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 24px;
    color: #0A3B6D;
    font-weight: 700;
}

#choice_2_22_1:checked{
    background-color: #0A3B6D;
}

#field_2_29 .flexbox-wrapper{
    border-radius: 8px;
    background: #F9F9F9;
    padding: 10px 16px;
    justify-content: space-between;
}

#field_2_29 .flexbox-wrapper{
    border-radius: 8px;
    background: #F9F9F9;
    padding: 10px 16px;
    justify-content: space-between;
}

#field_2_29 .flexbox-wrapper>p:nth-child(1){
    font-family: "proxima-nova";
    margin-bottom: 48px;
    font-size: 16px;
}

#field_2_29 .flexbox-wrapper>p:nth-child(2){
    font-weight: bold;
}

#field_2_29 .flexbox-wrapper>p:nth-child(2n+1){
    flex-basis: 60%;
    flex-grow: 1;
}

#field_2_29 .flexbox-wrapper>p:nth-child(2n+2){
    flex-basis: 70px;
}

#field_2_29 .flexbox-wrapper>p:nth-last-child(1), #field_2_29 .flexbox-wrapper>p:nth-last-child(2){
    font-weight: bold;
}

#field_2_29>p:last-child{
    margin-top: 24px;
    padding: 16px 20px 16px 48px;
    border-radius: 8px;
    background: #FFEEE5;
    position: relative;
}

#field_2_29>p:last-child::before{
    content: "";
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/info.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 16px;
    top: 18px;
}

/* ===== Form 6 (aanvraagformulier - prijsmodule): zelfde styling als form 2 ===== */
#choice_6_22_1{
    width: 20px;
    height: 20px;
    border: 2px solid #0A3B6D !important;
    border-radius: 4px;
    appearance: none;
}
#choice_6_22_1:checked{
    background-color: #0A3B6D;
}
#label_6_22_1{
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 24px;
    color: #0A3B6D;
    font-weight: 700;
}
#field_6_29 .flexbox-wrapper{
    border-radius: 8px;
    background: #F9F9F9;
    padding: 10px 16px;
    justify-content: space-between;
}
#field_6_29 .flexbox-wrapper>p:nth-child(1){
    font-family: "proxima-nova";
    margin-bottom: 48px;
    font-size: 16px;
}
#field_6_29 .flexbox-wrapper>p:nth-child(2){
    font-weight: bold;
}
#field_6_29 .flexbox-wrapper>p:nth-child(2n+1){
    flex-basis: 60%;
    flex-grow: 1;
}
#field_6_29 .flexbox-wrapper>p:nth-child(2n+2){
    flex-basis: 70px;
}
#field_6_29 .flexbox-wrapper>p:nth-last-child(1), #field_6_29 .flexbox-wrapper>p:nth-last-child(2){
    font-weight: bold;
}
#field_6_29>p:last-child{
    margin-top: 24px;
    padding: 16px 20px 16px 48px;
    border-radius: 8px;
    background: #FFEEE5;
    position: relative;
}
#field_6_29>p:last-child::before{
    content: "";
    background-image: url(https://www.dutchbuildinginspections.nl/wp-content/uploads/2025/07/info.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 16px;
    top: 18px;
}

/* Google reviews — kaart-tweaks */
.review-tekst {
    width: 70%;
}
.beoordelingenlaag .inner:last-of-type .flexbox-wrapper>div>p:last-child {
    right: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .gf-popup-container {
        max-width: 100%;
    }

    .gf-popup-content {
        padding: 24px;
        padding-top: 72px;
    }
}

@media (min-width: 768px) {
    .gf-popup-close{
        top: 40px;
        left: 40px;
    }
}

/* Trigger buttons */
.open-popup-button {
    background-color: #ff8c00;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.open-popup-button:hover {
    background-color: #e67c00;
}
/* ==========================================================================
   Links in lopende tekst — toegevoegd 10-08-2026
   Zonder deze regels vielen contentlinks terug op het browserblauw/paars.
   color: inherit volgt de omringende tekst, dus ook wit in de hoofdlaag.
   ========================================================================== */
.tekst a:not(.btn) {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.tekst a:not(.btn):hover,
.tekst a:not(.btn):focus-visible {
    text-decoration: none;
}




/*Complianz CSS*/

.cmplz-cookiebanner {
    font-family: "proxima-nova";
}

.text-box .cmplz-document a,
.text-box .cmplz-document a:hover  {
    color: #A41C27;
}

.text-box .cmplz-document h2  {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: #A41C27;
}

.text-box .cmplz-document h3  {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #A41C27;
}

.text-box .cmplz-document p.cmplz-subtitle {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #A41C27;
}

.text-box .cmplz-document ul {
    margin: 1em 0;
    padding-left: 40px;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: initial !important;
    max-width: 100% !important;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: initial !important;
    margin-top: 0;
}

div#cmplz-document * {
    margin: 5px 0px;
}

div#cmplz-document ul {
    margin: 1em 0;
    padding-left: 40px;
}

#cmplz-cookies-overview .cmplz-dropdown h5, #cmplz-document .cmplz-dropdown h5, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5,
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3,
#cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
    font-family: inherit;
}