/*
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;
}
/*Complianz cookiebanner*/
.cmplz-cookiebanner {
    font-family: "Open Sans", sans-serif;
}
div#cmplz-document h2 {
    margin-bottom: 16px;
    color: #041387;
    font-size: 22px;
    line-height: 24px;
    margin-top: 16px;
}
div#cmplz-document h3 {
    margin-bottom: 16px;
    color: #041387;
    font-size: 18px;
    line-height: 20px;
}
div#cmplz-document a {
    color: #041387;
    text-decoration: underline;
}
div#cmplz-document a:hover {
    text-decoration: none;
}
/*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;
}
.site-header .inner>span{
    width: 41px;
    height: 41px;
    margin-left: auto;
    position: relative;
    transition: 0.3s;
    &:hover{
        opacity: 0.6;
    }
}
.site-header .inner>span a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 15px;
}
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: 0px;
}
header.site-header div.menu .close-btn {
    position: absolute;
    width: 38px;
    height: 36px;
    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: #051486;
    bottom: 10px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
/**
 * 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;
    background-color: #F2F5FA;
}
.inner {
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family: "Open Sans", serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #041387;
}
.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-family: 'freight-neo-pro';
    font-weight: 700;
    line-height: 100%;
}
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 40px;
}
h4 {}
.sub-content h1 {
    font-size: 48px;
}
.sub-content h2 {
    font-size: 48px;
}
.sub h3 {}
.sub h4 {}
a.btn,
.gform_button.button {
    padding: 19px 45px 19px 20px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    border-radius: 40px;
    color: white;
    border: 1px solid #F28C00;
    background-color: #F28C00;
    font-size: 16px;
    line-height: 100% !important;
    position: relative;
    font-family: "Open Sans", serif;
    z-index: 3;
}
a.btn:hover,
.gform_button.button:hover {
    border-color: #ce7700;
    background-color: #ce7700;
}
.btn.blue, .footer-nieuwsbrief .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
    background-color: #041387;
    border-color: #041387;
}
.btn.blue:hover, .footer-nieuwsbrief .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover{
    background-color: #030d5d;
    border-color: #030d5d;
}
.btn.white{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #041387;
}
.btn.white:hover{
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.btn.red, .content-builder.regiobank .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
    background-color: #CA031A;
    border-color: #CA031A;
}
.btn.red:hover, .content-builder.regiobank .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover{
    background-color: #a20215;
    border-color: #a20215;
}
.btn.pink{
    background-color: #D91259;
    border-color: #D91259;
}
.btn.pink:hover{
    background-color: #ae0e47;
    border-color: #ae0e47;
}
.btn.ghost{
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    color: #041387;
    &:hover{
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }
}
a.btn.ghost.white{
    background-color: transparent;
    border-color: white;
    text-decoration: none;
    color: white;
}
a.btn.ghost.white:hover{
    background-color: white;
    color: #041387;
}
a.btn.ghost.blue{
    background-color: transparent;
    border-color: #041387;
    color: #041387;
    text-decoration: none;
}
a.btn.ghost.blue:hover{
    background-color: #041387;
    color: white;
}
a.btn::before,
.gform_button.button::before,
a.btn.ghost.white::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-w.svg);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14.828px;
    height: 15.414px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.btn.ghost.white:hover::before, a.btn.ghost.blue::before, .btn.ghost::before, .btn.white::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-b-small.svg);
}
a.btn.ghost.blue:hover::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-w.svg);
}
.page-id-992 .breadcrumbs{
    display: none;
}
.breadcrumbs{
    padding: 17px 0 0!important;
}
#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #04138726;
}
#breadcrumbs * {
    color: #041387CC;
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
#breadcrumbs a {
    text-decoration: underline;
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
}
#breadcrumbs a:hover {
    text-decoration: none
}
#breadcrumbs .delimiter {
    margin: 0 4px;
    /* background-image: url();
    width: 6px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block; */
}
.pretitel {
    color: #F28C00;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    font-style: italic;
    font-family: 'freight-neo-pro';
    text-transform: capitalize;
    margin-bottom: 18px;
}
.pretitel.white{
    color: white;
}
.accordion {
    background-color: transparent;
    color: #041387;
    cursor: pointer;
    padding: 32px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-family: 'freight-neo-pro';
    position: relative;
    padding-right: 32px;
    padding-left: 45px;
}
.accordion span{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}
.accordion:after {
    content: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/chevron-down-orange.svg);
    position: absolute;
    right: 0;
    top: 32px;
    transition: 0.3s;
}
.accordion.active:after {
    transform: rotateX(180deg);
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #04138733;
    font-size: 16px;
}
.panel *:last-child {
    margin-bottom: 24px;
}
.desktop {
    display: none;
}
.menu-menu-verzekeringen-zakelijk-container, .menu-menu-verzekeringen-particulier-container, .menu-menu-hypotheek-container, .menu-menu-makelaardij-container{
    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;
}
.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;
}
.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: 28px;
    height: 28px;
    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: 150%;
}
.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 {
    padding-bottom: 80px;
    padding-top: 40px!important;
}
.sub.single .hoofdlaag .flexbox-wrapper .content>img{
    margin: 40px 0!important;
    display: block;
}
.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;
    font-size: 28px;
}
.sub.single .hoofdlaag .flexbox-wrapper .content h1 {
    font-size: 32px;
}
.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: inside;
    margin: 20px 0 !important;
}
.sub.single .hoofdlaag .sidebar, .aanbod.hoofdlaag .sidebar {
    margin-top: 40px;
    background-color: #F28C00;
    padding: 24px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 364px;
    position: relative;
    height: fit-content;
}
.sub.single .hoofdlaag .sidebar::before, .aanbod.hoofdlaag .sidebar::before{
    content: "";
    background: linear-gradient(90deg, #041387 0%, #4F5AAB 31.5%, #CDD0E7 68%);
    height: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub.single .hoofdlaag .sidebar .flexbox-wrapper, .aanbod.hoofdlaag .sidebar .flexbox-wrapper{
    color: white;
    align-items: center;
    margin-bottom: 24px;
}
.sub.single .hoofdlaag .sidebar .flexbox-wrapper>span, .aanbod.hoofdlaag .sidebar .flexbox-wrapper>span{
    flex-basis: 120px;
    height: 120px;
    background-size: cover;
    margin-right: 25px;
    background-color: white;
    border-radius: 100%;
}
.sub.single .hoofdlaag .sidebar .flexbox-wrapper>.content, .aanbod.hoofdlaag .sidebar .flexbox-wrapper>.content{
    flex-basis: 30%;
    flex-grow: 1;
}
.sub.single .hoofdlaag .sidebar .flexbox-wrapper>.content>p:nth-child(1), .aanbod.hoofdlaag .sidebar .flexbox-wrapper>.content>p:nth-child(1){
    font-size: 28px;
    line-height: 100%;
    font-family: 'freight-neo-pro';
    margin-bottom: 12px;
    font-style: italic;
    font-weight: bold;
}
.sub.single .hoofdlaag .sidebar .flexbox-wrapper>.content>p:nth-child(2), .aanbod.hoofdlaag .sidebar .flexbox-wrapper>.content>p:nth-child(2){
    font-weight: bold;
    line-height: 110%;
}
.sub.single .hoofdlaag .sidebar .flexbox-wrapper>.content>p:nth-child(3), .aanbod.hoofdlaag .sidebar .flexbox-wrapper>.content>p:nth-child(3){
    margin-bottom: 0;
    line-height: 110%;
}
.sub.single .hoofdlaag .sidebar a:not(.btn), .aanbod.hoofdlaag .sidebar a:not(.btn){
    color: white;
    padding: 16px 0 16px 32px;
    display: block;
    width: 100%;
    line-height: 110%;
    position: relative;
    border-bottom: 1px solid #FFFFFF80;
    &:hover{
        text-decoration: none;
    }
}
.sub.single .hoofdlaag .sidebar a.btn, .aanbod.hoofdlaag .sidebar a.btn{
    border-color: white;
    margin-top: 24px;
    width: 100%;
    text-align: center;
}
.sub.single .hoofdlaag .sidebar a:nth-last-child(3), .aanbod.hoofdlaag .sidebar a:nth-last-child(3){
    border-top: 1px solid #FFFFFF80;
}
.sub.single .hoofdlaag .sidebar a:nth-last-child(2), .aanbod.hoofdlaag .sidebar a:nth-last-child(2){
    text-decoration: underline;
}
.sub.single .hoofdlaag .sidebar a.tel::before, .aanbod.hoofdlaag .sidebar a.tel::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/phone.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sub.single .hoofdlaag .sidebar a.mail::before, .aanbod.hoofdlaag .sidebar a.mail::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/mail.svg);
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.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;
    overflow: hidden;
}
.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;
}
.blog:not(.content-builder) .content .datum{
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    font-family: 'freight-neo-pro';
}
.blog:not(.content-builder) .content .categorie{
    margin-right: 17px;
}
.blog:not(.content-builder) .content .titel{
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 58px;
    overflow: hidden;
}
.blog:not(.content-builder) .content .excerpt{
    height: 75px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 24px;
}
.blog:not(.content-builder) .content a.btn{
    position: relative;
    z-index: 2;
}
.blog:not(.content-builder) .thumb{
    overflow: hidden;
    height: 240px;
    width: 100%;
}
.blog:not(.content-builder) .thumb span{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: 0.4s;
}
.blog:not(.content-builder) .thumb span.placeholder{
    background-size: 280px;
    background-color: #f28d0026;
}
.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);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.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:first-child {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 110%;
    font-family: 'freight-neo-pro';
    margin-bottom: 16px;
}
.reviewlaag .review-carousel .owl-item>div>p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    height: 96px;
    overflow: hidden;
}
.reviewlaag .review-carousel .owl-item>div>p:nth-last-child(2) {
    margin-top: 16px;
    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-color: white;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    z-index: 999;
}
.site-header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 17px 0;
    z-index: 99999;
    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: 120px;
}
.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: 182px;
    height: 45px;
    margin-left: 24px;
}
.site-header .inner .menu {
    overflow: hidden;
    width: 38px;
    height: 36px;
    margin-right: 24px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    top: -2px;
}
header.site-header div.menu .open-btn {
    position: absolute;
    top: 1px;
    width: 38px;
    height: 36px;
    transition: 0.3s ease-in-out;
}
.menu span {
    background: #051486;
}
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: #051486;
    bottom: 11px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    position: relative;
    top: 17px;
    overflow: visible;
}
div#navbar.open {
    padding: 32px 0 30px;
    padding-top: 0;
    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 - 390px) !important;
    overflow-y: scroll;
}
div#navbar .nav-menu>li {
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #04138726;
    margin: 0 24px 16px;
    list-style-type: none;
}
.navbar .zoekbalk{
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background-color: #041387;
    transition: 0.3s;
    align-items: center;
}
.navbar.open .zoekbalk{
    max-height: 40px;
    margin-bottom: 32px;
}
.navbar .zoekbalk>div>a{
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-right: 16px;
    position: relative;
    padding-left: 30px;
}
.navbar .zoekbalk>div>a::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/material-symbols_warning.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}
.navbar .zoekbalk .search-form-container{
    flex-basis: 40%;
    flex-grow: 1;
    padding: 2px 0;
    padding-left: 16px;
    position: relative;
}
.navbar .zoekbalk .search-form-container::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/zondicons_search.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 13px;
}
.navbar .zoekbalk .search-form-container ::placeholder{
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.navbar .zoekbalk .search-form-container .search-field{
    background-color: transparent;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.navbar .funda{
    width: 304px;
    height: 0;
    transition: 0.3s;
    bottom: 36px;
    left: 24px;
}
.navbar a.logos {
    width: 304px;
    height: 0;
    transition: 0.3s;
    position: absolute;
    bottom: 36px;
    left: 24px;
}
.navbar.open a.logos,
.navbar.open .funda {
    height: 36px;
}
div#navbar ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #04138726;
    margin-bottom: 16px;
}
div#navbar ul li a {
    color: #041387;
    display: block;
    width: fit-content;
    height: 100%;
    transition: 0.3s;
    font-size: 16px;
    line-height: 16px;
    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.open .btn.navbar-mobile:last-of-type{
    margin-top: 8px;
}
.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.braasenpartners.nl/wp-content/uploads/2025/03/chevron-down-blue.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: 4px;
}
.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
 * ----------------------------------------------------------------------------
 */
.footer {
    padding-top: 40px;
    background-color: #ffffff;
}
.footer .flexbox-wrapper>div{
    flex-basis: 100%;
}
.footer .flexbox-wrapper>div:first-of-type>span {
    width: 254px;
    height: 63px;
    margin: 0 auto;
    background-size: cover;
}
.footer .flexbox-wrapper>div:first-of-type .socials {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.footer .flexbox-wrapper>div:first-of-type .socials span{
    width: 56px;
    height: 56px;
    position: relative;
    background-size: cover;
    transition: 0.3s;
    background-color: #041387;
    border-radius: 100%;
    &:hover{
        opacity: 0.6;
    }
}
.footer .flexbox-wrapper>div:first-of-type .socials span:nth-of-type(2){
    background-size: 30px;
}
.footer .flexbox-wrapper>div:first-of-type .socials a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer .flexbox-wrapper>div:nth-of-type(2) p{
    font-family: "Open Sans", serif!important;
    color: #F28C00!important;
    font-size: 16px!important;
    font-weight: 400!important;
    margin-bottom: 8px!important;
}
.footer .flexbox-wrapper>div:nth-of-type(2) a{
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 28px;
    &:hover{
        text-decoration: none;
    }
}
.footer .flexbox-wrapper>div:not(:first-of-type) {
    margin-top: 40px;
    flex-basis: 100%;
}
.footer .flexbox-wrapper>div:not(:first-of-type) p:first-of-type {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    color: #041387;
    font-family: 'freight-neo-pro';
}
.footer .flexbox-wrapper>div:not(:first-of-type) * {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
    color: #041387;
}
.footer .flexbox-wrapper>div:not(:first-of-type)>*:last-child {
    margin-bottom: 0;
}
.footer .flexbox-wrapper>div a:hover{
    text-decoration: underline;
}
.under-footer {
    padding: 40px 0 64px;
    background-color: white;
}
.under-footer .flexbox-wrapper * {
    font-size: 14px;
    line-height: 150%;
    color: #041387;
}
.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){
    margin-top: 56px;
}
.under-footer .flexbox-wrapper>div:nth-of-type(2) p{
    margin-bottom: 24px;
}
.under-footer .flexbox-wrapper>div:nth-of-type(2) p a{
    text-decoration: underline;
    color: #041387;
    &:hover{
        text-decoration: none;
    }
}
.under-footer .flexbox-wrapper>div:nth-of-type(2) span{
    width: 156px;
    height: 36px;
}
.under-footer .flexbox-wrapper a:hover{
    text-decoration: underline;
}
/**
 * Home
 * ----------------------------------------------------------------------------
 */
.homepage .hoofdlaag .pretitel{
    color: white;
}
.homepage .hoofdlaag p:has(.btn){
    margin-bottom: 8px!important;
}
.homepage .hoofdlaag p:has(.btn) .btn{
    width: 100%;
    text-align: center;
}
 .homepage .knop-sub {
    transition: opacity 0.3s ease;
    transition-delay: 0.2s;
}
 .homepage .knoppengroep{
    border-radius: 40px;
    border: 1.5px solid rgba(4, 19, 135, 0.20);
    padding: 8px;
    display: flex;
    height: 76px;
    overflow: hidden;
    gap: 8px;
    flex-direction: column;
    transition: 0.4s;
    position: relative;
 }
 .homepage .knoppengroep::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/chevron-down-white.svg);
    width: 9.3px;
    height: 5.631px;
    position: absolute;
    right: 22px;
    top: 35px;
 }
 .homepage .knoppengroep:hover{
    height: 282px;
 }
.homepage .knoppengroep a {
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    border-radius: 40px;
    color: white;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 16px;
    line-height: 100% !important;
    position: relative;
    font-family: "Open Sans", serif;
    width: 100%;
    color: #041387;
    padding: 19px 20px;
    &:hover{
        background-color: #041387;
        color: white;
        border-color: #041387;
    }
}
.homepage .knoppengroep a.clicked {
    background-color: #041387;
    color: white;
    border-color: #041387;
}
.homepage .knoppengroep p:has(.clicked){
    order: -1;
}
.homepage .knoppengroep p a::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/home-blue.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    background-size: cover;
    position: relative;
    top: 2px;
}
.homepage .knoppengroep p a:hover::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/home-white.svg);
}
.homepage .knoppengroep p a.clicked::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/home-white.svg);
}
.homepage .knoppengroep p:nth-child(2) a::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/verzekering-blue.svg);
}
.homepage .knoppengroep p:nth-child(2) a:hover::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/verzekering-white.svg);
}
.homepage .knoppengroep p:nth-child(2) a.clicked::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/verzekering-white.svg);
}
.homepage .knoppengroep p:nth-child(3) a::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/hypotheek-blue.svg);
}
.homepage .knoppengroep p:nth-child(3) a:hover::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/hypotheek-white.svg);
}
.homepage .knoppengroep p:nth-child(3) a.clicked::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/hypotheek-white.svg);
}
.homepage .knoppengroep p:nth-child(4) a::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/bankzaken-blue.svg);
}
.homepage .knoppengroep p:nth-child(4) a:hover::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/bankzaken-white.svg);
}
.homepage .knoppengroep p:nth-child(4) a.clicked::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/bankzaken-white.svg);
}
.homepage .knoppenlaag .inner>.flexbox-wrapper{
    max-width: unset;
    margin: unset;
    text-align: left;
}
.homepage .knoppenlaag .inner>.flexbox-wrapper .content{
    width: 100%;
}
.homepage .knoppengroep a::after {
}
.footer-nieuwsbrief{
    padding-top: 0!important;
    padding-bottom: 0!important;
    position: relative;
}
.footer-nieuwsbrief::before{
    content: "";
    background-color: white;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
}
.footer-nieuwsbrief .inner>.flexbox-wrapper{
    padding: 45px 21px 57px 21px;
    background-color: #F28C00;
    position: relative;
    flex-direction: column;
}
.footer-nieuwsbrief .inner>.flexbox-wrapper .tekst h2{
    margin-bottom: 40px;
    color: white;
}
.footer-nieuwsbrief .inner>.flexbox-wrapper::before{
    content: "";
    background: linear-gradient(90deg, #041387 0%, #4F5AAB 31.5%, #CDD0E7 68%);
    height: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.footer-nieuwsbrief .inner>.flexbox-wrapper::after{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/nieuwsbrief-bg-mobile.svg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.footer-nieuwsbrief .inner>.flexbox-wrapper>div{
    position: relative;
    z-index: 2;
}
.content-afbeelding.hoofdlaag{
    background-color: #041387;
    padding: 24px 0 40px;
    position: relative;
}
.content-afbeelding.hoofdlaag::before{
    content: "";
    background: linear-gradient(90deg, #041387 0%, #4F5AAB 31.5%, #CDD0E7 68%, #F28C00 99.5%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 16px;
    width: 100%;
}
.content-afbeelding.hoofdlaag .inner>.flexbox-wrapper .content{
    background-color: #F28C00;
    padding: 40px;
    color: white;
}
.content-afbeelding.hoofdlaag .inner>.flexbox-wrapper>span{
    margin-top: 16px;
    height: 230px;
}
/**
 * Subs
 * ----------------------------------------------------------------------------
 */
.twee-kolom-content.werken-bij .flexbox-wrapper .content-rechts .tekst p span{
    height: 300px;
    width: 100%;
    background-size: cover;
}
.reviewlaag .review-carousel .owl-item>div>p:last-child{
    font-size: 30px;
    font-weight: 900;
    order: -1;
    margin-bottom: 20px;
}
.content-builder.klantervaringen .gecentreerde-content .inner>.flexbox-wrapper{
    max-width: unset!important;
}
.content-builder.klantervaringen .gecentreerde-content .inner>.flexbox-wrapper .content{
    width: 100%;
}
.content-builder.klantervaringen .gecentreerde-content .inner>.flexbox-wrapper .content .funda-widget{
    margin-top: 40px;
}
.content-builder.schade-melden .hoofdlaag .content .tekst>p:nth-of-type(2) a{
    color: #F28C00;
    font-weight: bold;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}
 .content-builder.schade-melden .hoofdlaag .content .tekst>p:last-child a{
    color: #041387;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
 }
.content-builder.schade-melden .hoofdlaag .content .tekst>p:nth-last-child(2){
    font-size: 24px;
    font-family: 'freight-neo-pro';
    font-weight: bold;
    margin: 54px 0 8px;
    line-height: 110%;
}
.content-builder.schade-melden .hoofdlaag .content .tekst>div:first-of-type{
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #0413874D;
}
.content-builder.schade-melden .hoofdlaag .content .tekst>div{
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0!important;
    border-bottom: 1px solid #0413874D;
    position: relative;
}
.content-builder.schade-melden .hoofdlaag .content .tekst>div::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/material-symbols_download.svg);
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-builder.schade-melden .hoofdlaag .content .tekst>div a{
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin-bottom: 4px;
    color: #041387;
    &:hover{
        text-decoration: none;
    }
}
.content-builder.schade-melden .hoofdlaag .content .tekst>h3{
    text-align: left;
    padding-bottom: 20px;
    margin-top: 54px;
    border-bottom: 1px solid #0413874D;
    margin-bottom: 0!important;
}
.woningen-carousel .woning-wrapper{
    width: 338px;
    margin-bottom: 0;
}
.aanbod.blokkenlaag{
    padding-top: 40px;
    padding-bottom: 40px;
}
 .aanbod.hoofdlaag .results .search-filter-results>.flexbox-wrapper{
    margin-bottom: -40px;
    margin-top: 40px;
}
.woning-wrapper{
    margin-bottom: 40px;
    flex-basis: 100%;
    position: relative;
}
.woning-wrapper>a:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.woning-wrapper:hover .thumb-box>span{
    transform: scale(1.2);
}
.woning-wrapper .thumb-box{
    width: 100%;
    height: 280px;
    padding: 0;
    overflow: hidden;
}
.woning-wrapper .thumb-box>span{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    transition: 0.4s;
}
.woning-wrapper .thumb-box p {
    display: inline-block;
    padding: 9px 16px 9px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-radius: 40px;
    background: #F28C00;
    font-family: 'freight-neo-pro';
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.woning-wrapper>div{
    padding: 24px;
    background-color: white;
}
.woning-wrapper>div .locatie{
    display: inline-block;
    padding: 12px 16px 9px;
    color: #F28C00;
    font-weight: bold;
    font-style: italic;
    border-radius: 40px;
    background: #FCE8CC;
    font-family: 'freight-neo-pro';
    font-size: 18px;
    line-height: 100%;
    background-color: transparent;
    padding-left: 32px;
    position: relative;
    margin-bottom: 8px;
}
.woning-wrapper>div .locatie::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/location-orange.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
}
.woning-wrapper>div .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 16px;
}
.woning-wrapper>div .price{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 24px;
}
.woning-wrapper>div a.btn{
    width: 100%;
    text-align: center;
    padding: 19px 20px;
}
.aanbod.hoofdlaag h1{
    text-align: center;
    margin-bottom: 20px;
}
.aanbod.hoofdlaag .aantal-resultaten{
    margin-bottom: 40px;
    text-align: center;
}
.aanbod.hoofdlaag .filters>p:first-child{
    width: 100%;
    color: white;
    font-family: 'freight-neo-pro';
    font-weight: bold;
    font-size: 24px;
    padding: 20px;
    border-radius: 40px;
    background-color: #041387;
    position: relative;
}
.aanbod.hoofdlaag .filters>p:first-child::after{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/chevron-down-white.svg);
    width: 13px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 22px;
    top: 28px;
    transition: 0.3s;
    visibility: visible;
}
.aanbod.hoofdlaag .filters .search-filter-reset{
    color: #041387CC;
    position: relative;
    padding-left: 24px;
    width: fit-content;
}
.aanbod.hoofdlaag .filters .search-filter-reset::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/close-blue.svg);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}
.aanbod.hoofdlaag .filters.clicked>p:first-child::after{
    transform: rotateX(180deg);
}
.aanbod.hoofdlaag .filters{
    max-height: 64px;
    overflow: hidden;
    transition: 0.7s;
    cursor: pointer;
}
.aanbod.hoofdlaag .filters.clicked{
    max-height: 1000px;
}
.aanbod.hoofdlaag .filters form>ul{
    background-color: transparent;
    padding: 20px;
    padding-top: 80px;
    margin-top: -64px;
    border-radius: 40px;
    transition-delay: 0.6s;
}
.aanbod.hoofdlaag .filters.clicked form>ul{
    background-color: white;
    transition: 0s;
}
.aanbod.hoofdlaag .filters form .sf-field-search label{
    width: 100%;
}
.aanbod.hoofdlaag .filters form .sf-field-search label input{
    background-color: #f2f5fa;
    padding: 22px 16px;
    font-family: "Open Sans", serif;
}
.sub.single.woning .headerlaag .inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    z-index: 4;
}
.sub.single.woning .headerlaag .content{
    background-color: white;
    padding: 20px;
    margin-bottom: 80px;
}
.sub.single.woning .headerlaag .content>div:first-child{
    margin-bottom: 24px;
}
.sub.single.woning .headerlaag .content>div:first-child p{
    display: inline-block;
    padding: 12px 16px 9px;
    color: #F28C00;
    font-weight: bold;
    font-style: italic;
    border-radius: 40px;
    background: #FCE8CC;
    font-family: 'freight-neo-pro';
    font-size: 18px;
    line-height: 100%;
}
.sub.single.woning .headerlaag .content>div:first-child p:last-of-type{
    background-color: transparent;
    padding-left: 32px;
    margin-left: 16px;
    position: relative;
}
.sub.single.woning .headerlaag .content>div:first-child p:last-of-type::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/location-orange.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
}
.sub.single.woning .headerlaag .content h1{
    font-size: 38px;
    margin-bottom: 16px;
}
.sub.single.woning .headerlaag .content>div:nth-child(3){
    margin-bottom: 22px;
}
.sub.single.woning .headerlaag .content>div:nth-child(3) p{
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
}
.sub.single.woning .headerlaag .content .prijs{
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 150%;
}
.sub.single.woning .afbeeldingen-carousel img {
    height: 400px;
    max-width: calc(100vw - 48px);
    object-fit: cover;
}
.sub.single.woning .headerlaag {
    padding-top: 40px!important;
    overflow: hidden;
    padding-bottom: 0!important;
}
.sub.single.woning .afbeeldingen-carousel .owl-stage-outer{
    padding-top: 0;
    overflow: visible;
}
.sub.single.woning .afbeeldingen-carousel .owl-dots{
    margin-top: 32px!important;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.sub.single.woning .headerlaag .content>.gegevens .flexbox-wrapper:first-of-type{
    border-top: 1px solid #0413874D;
}
.sub.single.woning .headerlaag .content>.gegevens .flexbox-wrapper{
    padding: 16px 0;
    border-bottom: 1px solid #0413874D;
}
body.error404 .site-footer{
    display: none;
}
.sub.single.woning .headerlaag .content>.gegevens .flexbox-wrapper>p:first-of-type{
    font-weight: bold;
    flex-basis: 140px;
}
.sub.single.woning .headerlaag .content>.gegevens .flexbox-wrapper>p:last-of-type{
    flex-basis: 50%;
    flex-grow: 1;
}
.sub.single.woning .headerlaag .content>a.btn{
    margin-top: 36px;
    width: 100%;
    text-align: center;
}
.sub.single.woning .knoppenlaag{
    padding: 54px 0 80px!important;
}
.sub.single.woning .knoppenlaag .inner>div{
    border-radius: 40px;
    border: 1.5px solid rgba(4, 19, 135, 0.20);
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sub.single.woning .knoppenlaag .inner>div a{
    width: 100%;
    background-color: transparent;
    border-color: transparent;
    color: #041387;
    text-align: center;
    padding: 19px 20px;
    &:hover{
        background-color: #041387;
        color: white;
        border-color: #041387;
    }
}
.sub.single.woning .knoppenlaag .inner>div a::before{
    content: none;
}
.sub.single.woning .knoppenlaag .inner>div a.clicked{
    background-color: #041387;
    color: white;
    border-color: #041387; 
}
.sub.single.woning .hoofdlaag{
    padding-top: 0!important;
}
.sub.single.woning .hoofdlaag .kenmerken h2:first-child{
    margin-top: 0!important;
}
.sub.single.woning .hoofdlaag .kenmerken, .sub.single.woning .hoofdlaag .omschrijving{
    max-height: 520px;
    overflow: hidden;
    transition: 0.7s;
}
.sub.single.woning .hoofdlaag .kenmerken.clicked, .sub.single.woning .hoofdlaag .omschrijving.clicked{
    max-height: 3000px;
}
.sub.single.woning .hoofdlaag a.lees-meer{
    color: #041387!important;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}
.sub.single.woning .hoofdlaag a.lees-meer::after{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/chevron-down-blue.svg);
    width: 13px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 7px;
}
.sub.single.woning .hoofdlaag .kenmerken .subtitle{
    margin-bottom: 16px;
    font-size: 20px;
    font-family: 'freight-neo-pro';
    font-style: italic;
    font-weight: bold;
}
.sub.single.woning .hoofdlaag .kenmerken .subtitle:not(:first-of-type){
    margin-top: 32px;
}
.sub.single.woning .hoofdlaag .kenmerken .flexbox-wrapper{
    padding: 16px;
}
.sub.single.woning .hoofdlaag .kenmerken .flexbox-wrapper:nth-child(2n + 1){
    background-color: white;
}
.sub.single.woning .hoofdlaag .kenmerken .flexbox-wrapper>*:first-child{
    font-weight: bold;
    flex-basis: 170px;
}
.sub.single.woning .hoofdlaag .kenmerken .flexbox-wrapper>*:last-child{
    flex-basis: 30%;
    flex-grow: 1;
}
.sub.single.woning .content.fotos .afbeeldingen{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sub.single.woning .content.fotos{
    flex-basis: 100%;
}
.sub.single.woning .content.fotos:first-of-type{
    padding-bottom: 80px!important;
}
.sub.single.woning .content.fotos>h2{
    margin-top: 0!important;
}
.sub.single.woning .content.fotos .afbeeldingen>span{
    height: 200px;
    flex-basis: 45%;
    flex-grow: 1;
    background-size: cover;
    transition: 0.3s;
    position: relative;
    &:hover{
        opacity: 0.6;
    }
}
.sub.single.woning .content.fotos span a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sub.single.woning .content.fotos span:nth-child(n + 6){
    display: none;
}
.sub.single.woning .content.fotos span:not(:nth-child(5)) span{
    display: none;
}
.sub.single.woning .content.fotos span:nth-child(5){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sub.single.woning .content.fotos span:nth-child(5)::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.623);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sub.single.woning .content.fotos span:nth-child(5) span{
    font-size: 40px;
    color: white;
    z-index: 3;
    position: relative;
    font-weight: bold;
}
.sub.single.woning .content.fotos .afbeeldingen>span:first-of-type{
    flex-basis: 100%;
}
.sub.single.woning .blokkenlaag{
    padding-top: 0!important;
}
.sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div, .homepage .blokkenlaag .inner>.flexbox-wrapper>div{
    padding: 24px;
    background-color: white;
    flex-basis: 100%;
}
.sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div:first-of-type, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div:first-of-type, .homepage .blokkenlaag .inner>.flexbox-wrapper>div:first-of-type{
    background-color: #CDD0E7;
    margin-bottom: 0;
}
.sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div>p:first-child, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div>p:first-child, .homepage .blokkenlaag .inner>.flexbox-wrapper>div>p:first-child{
    font-size: 20px;
    font-style: italic;
    font-family: 'freight-neo-pro';
    font-weight: bold;
    margin-bottom: 20px;
    color: #041387;
}
.homepage .blokkenlaag .inner>.flexbox-wrapper>div a.btn.ghost{
    padding-left: 0;
    margin-top: 8px;
}
.sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div h2, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div h2, .homepage .blokkenlaag .inner>.flexbox-wrapper>div h2{
    font-size: 36px;
    margin-bottom: 16px;
}
.sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div a.btn:first-of-type, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div a.btn:first-of-type, .homepage .blokkenlaag .inner>.flexbox-wrapper>div a.btn:first-of-type{
    margin: 32px 0 16px;
}
.content-builder.over-ons .gecentreerde-content:nth-last-child(2) .inner>.flexbox-wrapper{
    max-width: 884px!important;
}
.content-builder.over-ons .gecentreerde-content:nth-last-child(2) .inner>.flexbox-wrapper .tekst p a{
    color: #041387;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}
 .twee-kolom-content.werken-bij .content-links{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
 }
.twee-kolom-content.werken-bij .content-links>span{
    width: 223px!important;
    height: 51px!important;
    margin-top: 24px!important;
}
.twee-kolom-content.werken-bij .content-links>a.btn{
    order: 1;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div{
    padding: 32px;
    background-color: white;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(1){
    padding-bottom: 27px;
    margin-bottom: 36px;
    border-bottom: 1px solid #04138733;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(1) img{
    width: 226px;
    height: 56px;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(2){
    font-weight: 600;
    color: #D91259;
    padding-left: 22px;
    margin-right: 16px;
    display: inline-block;
    position: relative;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(2)::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/clock.svg);
    width: 16.226px;
    height: 16.226px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(3){
    font-weight: 600;
    color: #D91259;
    padding-left: 22px;
    display: inline-block;
    position: relative;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(3)::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/location.svg);
    width: 13.428px;
    height: 18.253px;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(4){
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    margin: 8px 0;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(5){
    height: 48px;
    overflow: hidden;
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(6) a{
    color: #041387;
    display: block;
    width: 100%;
    margin-top: 60px;
    position: relative;
    &:hover{
        text-decoration: underline;
    }
}
.twee-kolom-content.werken-bij .content-rechts .tekst>div>p:nth-child(6) a::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-b-small.svg);
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 15.828px;
    height: 15.414px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.quotelaag .content-rechts{
    margin-top: 0!important;
}
.quotelaag .content-rechts .tekst>div{
    display: flex;
    flex-wrap: wrap;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #0413874D;
}
.quotelaag .content-rechts .tekst>div>p img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 16px;
}
.quotelaag .content-rechts .tekst>div>div{
    flex-basis: 50%;
    flex-grow: 1;
    font-weight: bold;
}
.quotelaag .content-rechts .tekst>div>div>p:last-of-type{
    font-size: 14px;
    line-height: 180%;
}
.content-builder.over-ons .hoofdlaag .inner>.flexbox-wrapper{
    max-width: 888px!important;
}
.content-builder.over-ons .hoofdlaag .inner>.flexbox-wrapper p strong{
    display: block;
    margin-bottom: -8px;
    font-size: 20px;
    font-family: 'freight-neo-pro';
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.content-builder.over-ons .hoofdlaag .inner>.flexbox-wrapper .tekst>p:last-child{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.content-builder.gratis-waardebepaling .hoofdlaag .gform_wrapper.gravity-theme{
    text-align: left;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme{
    padding: 32px;
    background-color: white;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gfield_label{
    color: #041387!important;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gfield_required{
    color: #F28C00!important;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gfield.gfield--type-consent input{
    border-color: #041387!important;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked{
    background-color: #041387;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gform_body input, .content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gform_body textarea, .content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gform_body select{
    background-color: #F2F5FA!important;
}
.content-builder.gratis-waardebepaling .gform_wrapper.gravity-theme .gfield.gfield--type-consent label a{
    color: #041387;
}
 .content-builder.aanmelden-als-woningzoekende .gfield_radio .gchoice{
    width: fit-content;
    display: inline-block;
    margin-right: 16px;
 }
.content-builder.aanmelden-als-woningzoekende .gform_wrapper.gravity-theme .gfield-choice-input+label{
    color: white;
}
.content-builder.aanmelden-als-woningzoekende .gfield_radio .gchoice .gfield-choice-input{
    appearance: none;
    border: 1px solid white !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0;
    position: relative;
    background-color: transparent;
    padding: 0 !important;
}
.content-builder.aanmelden-als-woningzoekende .gfield_radio .gchoice .gfield-choice-input:checked{
    background-color: white;
}
.content-builder.aanmelden-als-woningzoekende .gfield--type-html p{
    font-family: 'freight-neo-pro';
    font-size: 24px;
    color: white;
    line-height: 100%;
    font-weight: bold;
}
.content-builder.aanmelden-als-woningzoekende .contactblok{
    padding-top: 40px!important;
}
.content-afbeelding.accordionlaag .accordionblok>p:nth-last-child(2){
    margin: 32px 0;
}
.content-afbeelding.accordionlaag{
    padding-top: 40px;
}
.content-afbeelding.accordionlaag .content .tekst{
    text-align: center;
}
.content-afbeelding.accordionlaag .accordionblok{
    background-color: white;
    padding: 32px;
}
 .content-builder.regiobank .contactblok .inner>.flexbox-wrapper>div:last-child .gform_wrapper.gravity-theme .gfield_required{
    color: #CA031A!important;
 }
 .content-builder.regiobank .content-afbeelding.reverse .content .flexbox-wrapper p strong{
    font-family: 'freight-neo-pro';
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
 }
.content-builder.regiobank .content-afbeelding.reverse .content .flexbox-wrapper span{
    width: 80px;
    height: 80px;
}
.blokken.info .inner>.flexbox-wrapper{
    flex-direction: column;
    margin-bottom: -32px;
}
.blokken.info .inner>.flexbox-wrapper>div{
    margin-bottom: 32px;
    background-color: white;
    padding: 32px;
}
.blokken.info .inner>.flexbox-wrapper>div p:first-child{
    font-size: 24px;
    font-weight: 600;
    font-family: 'freight-neo-pro';
    margin-bottom: 16px;
}
.blokken.info .inner>.flexbox-wrapper>div p:not(:last-of-type){
    margin-bottom: 16px;
}
.blokken.info .inner>.flexbox-wrapper>div>div>.flexbox-wrapper{
    margin-bottom: 12px;
}
.blokken.info .inner>.flexbox-wrapper>div>div>.flexbox-wrapper>p{
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 150%;
    hyphens: auto;
}
.blokken.info .inner>.flexbox-wrapper>div>div>.flexbox-wrapper>span{
    width: 28px;
    height: 28px;
    margin-right: 16px;
}
.blokken.info.lees-meer .inner .tekst p{
    margin-bottom: 40px;
}
.blokken.info.lees-meer .inner>.flexbox-wrapper>div>div{
    max-height: 230px;
    transition: 0.3s;
    overflow: hidden;
}
.blokken.info.lees-meer .inner>.flexbox-wrapper>div>div.clicked{
    max-height: 1600px;
}
.blokken.info.lees-meer .inner>.flexbox-wrapper>div>.lees-meer-btn{
    display: block;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 16px;
    width: fit-content;
    position: relative;
    padding-right: 20px;
    color: #041387;
}
.blokken.info.lees-meer .inner>.flexbox-wrapper>div>.lees-meer-btn::after{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/chevron-down-blue.svg);
    width: 13px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.stappenlaag{
    background-color: white;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2){
    height: 333px;
    width: 333px;
    border-radius: 100%;
    margin: 39px 0 32px;
    position: relative;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2) span p{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #14438A4D;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1) p{
    left: 42px;
    top: 116px;
    position: absolute;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2) p{
    right: 42px;
    top: 116px;
    position: absolute;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3) p{
    left: 148px;
    bottom: 35px;
    position: absolute;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1){
    width: 166px;
    height: 251px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1) span{
    width: 166px;
    height: 251px;
    transition: 0.3s;
    position: absolute;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2){
    width: 166px;
    height: 251px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2) span{
    width: 166px;
    height: 251px;
    transition: 0.3s;
    position: absolute;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3){
    width: 301px;
    height: 123px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3) span{
    width: 301px;
    height: 123px;
    transition: 0.3s;
    position: absolute;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div span:last-of-type{
    opacity: 0;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>span:last-of-type{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 40px);
    transition: 0.3s;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1):hover span:first-of-type{
    opacity: 0;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1):hover span:last-of-type{
    opacity: 1;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2):hover span:first-of-type{
    opacity: 0;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2):hover span:last-of-type{
    opacity: 1;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3):hover span:first-of-type{
    opacity: 0;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3):hover span:last-of-type{
    opacity: 1;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2) span:nth-of-type(1):hover p{
    color: white!important;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2) span:nth-of-type(2):hover p{
    color: white!important;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2) span:nth-of-type(3):hover p{
    color: white!important;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div.active span:first-of-type{
    opacity: 0;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div.active span:last-of-type{
    opacity: 1;
}
.stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div.active p{
    color: white;
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
  }
.stappenlaag .flexbox-wrapper>div:last-of-type>div{
    display: none;
    animation: fadein 0.5s ease; /* Add fade-in animation */
}
.stappenlaag .flexbox-wrapper>div:last-of-type>div.active{
    display: block;
}
.stappenlaag .flexbox-wrapper>div:last-of-type>div p:first-child{
    font-size: 18x;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}
.stappenlaag .flexbox-wrapper>div:last-of-type>div a.btn{
    margin-top: 32px;
}
.blokken.hoofdlaag{
    padding-bottom: 64px!important;
}
.blokken.hoofdlaag .inner{
    padding-bottom: 80px;
}
.blokken.hoofdlaag .inner::before{
    content: "";
    background-color: #04138780;
    height: 1px;
    width: calc(100% - 48px);
    position: absolute;
    left: 24px;
    bottom: 0;
}
.blokken.hoofdlaag .tekst{
    text-align: center;
}
.blokken.hoofdlaag .tekst h1{
    margin-bottom: 20px;
}
.blokken.hoofdlaag .flexbox-wrapper.subs{
    margin-top: 54px;
    margin-bottom: -24px;
    flex-direction: column;
}
.blokken.hoofdlaag .flexbox-wrapper.subs>div{
    background-color: white;
    padding: 32px;
    margin-bottom: 24px;
}
.blokken.hoofdlaag .flexbox-wrapper.subs>div>p:first-child{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'freight-neo-pro';
}
.blokken.hoofdlaag .flexbox-wrapper.subs>div>a.btn{
    margin-top: 24px;
}
.content-afbeelding .flexbox-wrapper .content .tekst .line{
    padding-left: 32px;
    border-left: 2px solid #041387;
}
.content-afbeelding .flexbox-wrapper .content .tekst .line strong{
    display: block;
    font-size: 20px;
    margin-bottom: 16px;
}
.contactblok .gform_wrapper.gravity-theme .gform_body input:focus,
.contactblok .gform_wrapper.gravity-theme .gform_body textarea:focus {
     border-color: #F28C00 !important;
}
.contactblok .inner>.flexbox-wrapper>div:last-child{
    padding: 54px 32px;
    background-color: #041387;
    margin-top: 100px;
}
.contactblok .inner>.flexbox-wrapper>div:last-child .gform_wrapper.gravity-theme .gfield.gfield--type-consent label{
    color: white;
}
.contactblok .inner>.flexbox-wrapper>div:last-child .gform_wrapper.gravity-theme .gfield.gfield--type-consent label a{
    color: white;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}
.contactblok .inner>.flexbox-wrapper>div:last-child .gform_wrapper.gravity-theme .gfield_required{
    color: #F28C00!important;
}
.contactblok .inner>.flexbox-wrapper>.content{
    position: relative;
}
.contactblok .inner>.flexbox-wrapper>.content::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-contact.svg);
    width: 136px;
    height: 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.content-builder.regiobank .contactblok .inner>.flexbox-wrapper>.content::before{
    display: none;
}
.teamlaag h2, .woningen-slider h2, .nieuws-archive-slider h2{
    margin-bottom: 40px;
}

.teamlaag .team-carousel .owl-stage-outer {
    overflow: visible;
}
.teamlaag .team-carousel .owl-item>div {
    width: 326px;
}
.team-overzicht{
    margin-bottom: -40px;
}
.team-overzicht>div{
    flex-basis: 100%;
    margin-bottom: 40px;
}
.teamlaag .team-carousel .owl-item>div>span, .team-overzicht>div>span {
    background-size: cover;
    width: 100%;
    height: 326px;
    margin-bottom: 16px;
}
.teamlaag .team-carousel .owl-item>div>p:nth-child(2), .team-overzicht>div>p:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;
}
.teamlaag .team-carousel .owl-item>div>p:nth-child(3), .team-overzicht>div>p:nth-child(3){
    font-size: 14px;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 12px;
}
.teamlaag .team-carousel .owl-item>div>p:nth-child(4), .teamlaag .team-carousel .owl-item>div>p:nth-child(5), .team-overzicht>div>p:nth-child(4), .team-overzicht>div>p:nth-child(5){
    font-size: 14px;
    line-height: 150%;
}
.teamlaag .team-carousel .owl-item>div>p:nth-child(4) a, .teamlaag .team-carousel .owl-item>div>p:nth-child(5) a, .team-overzicht>div>p:nth-child(4) a, .team-overzicht>div>p:nth-child(5) a{
    text-decoration: underline;
    color: #041387;
    &:hover{
        text-decoration: none;
    }
}
.sub-content .hoofdlaag{
    padding-top: 40px!important;
}
.content-builder.nieuws .hoofdlaag .tekst, .gecentreerde-content.hoofdlaag .tekst{
    margin-bottom: 40px;
    text-align: center;
}
.gecentreerde-content.hoofdlaag.content .inner>.flexbox-wrapper, .gecentreerde-content.hoofdlaag.content .inner>.flexbox-wrapper>.content .tekst{
    text-align: left!important;
}
.content-builder.nieuws .hoofdlaag .tekst h1, .gecentreerde-content.hoofdlaag .tekst h1{
    margin-bottom: 20px;
}
.gecentreerde-content.hoofdlaag .content a.btn{
    margin-left: auto;
    margin-right: auto;
}
.nieuws-archive .flexbox-wrapper{
    margin-bottom: -16px;
}
.nieuws-archive .flexbox-wrapper .blog{
    margin-bottom: 16px;
    flex-basis: 100%;
}
.blog>p.categorie{
    display: inline-block;
    padding: 9px 16px 9px;
    color: #F28C00;
    font-weight: bold;
    font-style: italic;
    border-radius: 40px;
    background: #FCE8CC;
    font-family: 'freight-neo-pro';
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    top: 10px;
    z-index: 4;
    left: 10px;
}
body.single-nieuws .hoofdlaag .content .categorie{
    display: inline-block;
    padding: 9px 16px 9px;
    color: #F28C00;
    font-weight: bold;
    font-style: italic;
    border-radius: 40px;
    background: #FCE8CC;
    font-family: 'freight-neo-pro';
    font-size: 18px;
    line-height: 100%;
}
.error404 .hoofdlaag .flexbox-wrapper .tekst>div{
    border-top: 1px solid #04138733;
    padding-top: 32px;
    margin-top: 32px;
}
.error404 .hoofdlaag .flexbox-wrapper .tekst>div p{
    padding-top: 40px;
    position: relative;
}
.error404 .hoofdlaag .flexbox-wrapper .tekst>div p::before{
    content: "";
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/question.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.error404 .hoofdlaag .flexbox-wrapper .tekst>div p a{
    font-weight: bold;
    text-decoration: underline;
    color: #041387;
    &:hover{
        text-decoration: none;
    }
}
/**
 * Owl Carousel - Nav
 * ----------------------------------------------------------------------------
 */
.owl-nav {
    display: block;
}
.owl-nav .owl-prev {
    width: 55px;
    height: 56px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.braasenpartners.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    transform: rotateY(180deg);
    top: 0;
    left: 0;
}
.owl-nav .disabled {
    background: transparent url(https://www.braasenpartners.nl/wp-content/themes/2024-05-theme/images/owl-nav-disable.svg) no-repeat !important;
    transform: unset;
}
.owl-nav .owl-next.disabled{
    transform: rotateY(180deg);
    background: transparent url(https://www.braasenpartners.nl/wp-content/themes/2024-05-theme/images/owl-nav-disable.svg) no-repeat !important;
}
.owl-nav .owl-next {
    width: 55px;
    height: 56px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.braasenpartners.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    top: 0;
    left: 63px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 0.7;
}
.owl-stage-outer{
    padding-top: 90px;
}
/**
 * Owl Carousel - Dots
 * ----------------------------------------------------------------------------
 */
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 54px;
}
.owl-dots .owl-dot {
    height: 4px !important;
    background-color: #04138733 !important;
    flex-grow: 1;
}
.owl-dots .owl-dot.active {
    height: 4px !important;
    background-color: #041387 !important;
}
/**
 * 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 h4{
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 0;
}
.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.searchandfilter .sf-count{
    color: #0413874f;
}
.searchandfilter ul li ul li input {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #041387;
    margin: 0;
    position: relative;
    left: 1px;
    z-index: 2;
}
.searchandfilter ul li ul li input:checked {
    border: 3px solid #fff;
    background-color: #041387;
    outline: 1px solid #041387;
}
.searchandfilter ul li ul li label {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    transition: 0.2s;
    display: inline-block !important;
    position: relative;
    bottom: 3px;
}
.searchandfilter .sf-field-sort_order label{
    width: 100%;
}
.searchandfilter select.sf-input-select{
    background-color: #f2f5fa;
    padding: 22px 16px;
    font-size: 16px;
    font-family: "Open Sans", serif;
    color: #041387;
    width: 100%;
    border: none;
    border-right: 14px solid transparent;
    font-weight: bold;
}
#search-filter-form-2819>ul{
    margin-left: 0!important;
}
#search-filter-form-2819>ul>li>ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#search-filter-form-2819>ul>li>ul>li{
    width: fit-content;
    display: inline-block;
    margin-bottom: 0;
}
#search-filter-form-2819>ul>li>ul>li:hover label, #search-filter-form-2819>ul>li>ul>li.sf-option-active label{
    background-color: #041387;
    color: white;
}
#search-filter-form-2819>ul>li>ul>li input{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
}
#search-filter-form-2819>ul>li>ul>li label{
    border: 1px solid;
    padding: 8px 16px;
    border-radius: 40px;
    font-weight: bold;
    position: unset;
    transition: 0.3s;
    cursor: pointer;
}
/**
 * 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-id-1023 .breadcrumbs{
    position: absolute;
    left: 0;
    right: 0;
}
.page-id-1023 .breadcrumbs #breadcrumbs{
    border-color: #FFFFFF26;
}
.page-id-1023 .breadcrumbs #breadcrumbs *{
    color: #FFFFFFCC;
}
.content-builder.contact .content-afbeelding{
    padding-top: 90px!important;
    padding-bottom: 96px!important;
    position: relative;
}
.content-builder.contact .content-afbeelding::before{
    content: "";
    background: linear-gradient(90deg, #041387 0%, #4F5AAB 31.5%, #CDD0E7 68%, #F28C00 99.5%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
}
.content-builder.contact .content-afbeelding .inner{
    color: white;
}
.content-builder.contact .contactblok .inner>.flexbox-wrapper>div:last-child{
    background-color: #F2F5FA;
}
.content-builder.contact .gform_wrapper.gravity-theme .gfield_label{
    color: #041387;
}
.content-builder.contact .gform_wrapper.gravity-theme .gfield.gfield--type-consent input{
    border-color: #041387!important;
}
.content-builder.contact .gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked{
    background-color: #041387;
}
.content-builder.contact .contactblok .inner>.flexbox-wrapper>.content::before{
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-orange.svg);
}
.content-builder.contact .contactblok .inner>.flexbox-wrapper>div:last-child .gform_wrapper.gravity-theme .gfield.gfield--type-consent label{
    color: #041387;
}
.content-builder.contact .contactblok .inner>.flexbox-wrapper>div:last-child .gform_wrapper.gravity-theme .gfield.gfield--type-consent label a{
    color: #041387;
}
/**
 * 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: white !important;
    font-size: 16px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 700 !important;
    font-family: "Open Sans", serif;
    font-size: 16px !important;
    line-height: 100%;
    margin-bottom: 12px!important;
    color: white;
}
.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: unset;
    font-size: 16px;
    line-height: 100%;
    font-family: "Open Sans", serif;
    padding-left: 14px!important;
}
.gform_wrapper.gravity-theme .gform_body textarea{
    padding-top: 14px!important;
}
.gform_wrapper.gravity-theme .gform_body input:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus {
    border-color: #041387 !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: unset !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family: "Open Sans", serif;
    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 white !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    position: relative;
    background-color: transparent;
    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: white;
}
::placeholder{
    color: #041387;
}
/**
 * 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;
        min-height: 540px;
    }
    .content-afbeelding .inner>.flexbox-wrapper>.content{
        max-width: 640px;
        align-self: center;
    }
    .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;
    }
    .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;
    }
    .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 {
        margin-bottom: 40px;
    }
    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:768px) {
    .woningen-slider .inner>.flexbox-wrapper .woning-wrapper{
        flex-basis: 49%;
    }
    .woningen-slider .inner>.flexbox-wrapper{
        justify-content: space-between;
    }
	.twee-kolom-content.werken-bij .flexbox-wrapper .content-rechts .tekst p{
		width: 48%;
	}
	.twee-kolom-content.werken-bij .flexbox-wrapper .content-rechts .tekst p span{
    height: 500px;
}
	
    .team-overzicht>div{
        flex-basis: 49%;
    }
    .team-overzicht>div:nth-child(2n+1){
        margin-right: 2%;
    }
    .homepage .knoppengroep{
        flex-direction: row;
        flex-wrap: wrap;
        height: unset;
    }
    .homepage .knoppengroep:hover{
        height: unset;
     }
     .homepage .knoppengroep p:has(.clicked){
        order: unset;
     }
    .homepage .knoppengroep>p{
        flex-basis: 20%;
        flex-grow: 1;
    }
    .homepage .knoppenlaag .inner>.flexbox-wrapper .tekst{
        margin-bottom: 48px;
    }
    .homepage .knoppenlaag .inner>.flexbox-wrapper .tekst h2{
        margin-bottom: 44px!important;
    }
    .aanbod.hoofdlaag .sidebar.mobile{
        display: none;
    }
    .aanbod.hoofdlaag .sidebar.desktop{
        display: block;
        margin-top: 0;
    }
    .aanbod.hoofdlaag .filters>p:first-child{
        color: #041387;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        border: unset;
        font-size: 34px;
    }
    .aanbod.hoofdlaag .filters>p:first-child::after{
        content: none;
    }
    .aanbod.hoofdlaag .filters form>ul{
        padding: 90px 0 0;
        position: relative;
        width: 100%;
    }
    .aanbod.hoofdlaag .filters .search-filter-reset{
        position: absolute;
        top: 46px;
        right: 0;
    }
    .aanbod.hoofdlaag .filters form .sf-field-search label input, .searchandfilter select.sf-input-select{
        background-color: white;
    }
    
    .aanbod.hoofdlaag .filters{
        flex-basis: 354px;
    }
    .aanbod.hoofdlaag .results{
        flex-basis: 40%;
        flex-grow: 1;
        margin-left: 32px;  
    }
    .aanbod.hoofdlaag .results .search-filter-results>.flexbox-wrapper{
        margin-top: 0;
    }
    .aanbod.hoofdlaag .filters{
        max-height: unset;
        cursor: unset;
    }
    .footer-nieuwsbrief .inner>.flexbox-wrapper>div{
        width: 350px;
    }
    .sub.single.woning .knoppenlaag .inner>div a{
        width: unset;
        flex-grow: 1;
    }
    .sub.single.woning .headerlaag{
        padding-top: 0!important;
    }
    .sub.single.woning .afbeeldingen-carousel img{
        height: 650px;
    }
    .sub.single.woning .headerlaag .content{
        position: absolute;
        top: 40px;
        z-index: 1;
        margin-bottom: 0;
        left: 48px;
        min-width: 400px;
    }
    .sub.single.woning .content.fotos .afbeeldingen>span{
        height: 300px;
    }
    .sub.single.woning .blokkenlaag .inner>.flexbox-wrapper, .aanbod.blokkenlaag .inner>.flexbox-wrapper{
        justify-content: space-between;
    }
    .sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div, .homepage .blokkenlaag .inner>.flexbox-wrapper>div{
        flex-basis: 49%;
        max-width: unset;
    }
    .usps-afbeelding .inner>.flexbox-wrapper .content{
        position: absolute;
        bottom: 32px;
        left: 58px;
        background-color: white;
        padding: 32px;
        padding-bottom: 16px;
    }
    .usps-afbeelding .inner>.flexbox-wrapper>span{
        max-width: unset;
        flex-basis: 100%;
    }
    .content-builder.gratis-waardebepaling .hoofdlaag .inner>.flexbox-wrapper{
        max-width: 928px!important;
    }
    .content-afbeelding.accordionlaag .inner>.flexbox-wrapper>.content{
        max-width: unset;
        flex-basis: 100%;
    }
    .content-afbeelding.accordionlaag .inner>.flexbox-wrapper>.content .tekst{
        margin-bottom: 54px;
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper .content{
        flex-basis: 50%;
        max-width: 482px;
    }
    .content-afbeelding.accordionlaag .accordionblok{
        max-width: 928px;
        margin-left: auto;
        margin-right: auto;
        padding: 54px;
    }
    .accordion{
        font-size: 24px;
        padding-left: 88px;
    }
    .accordion span{
        width: 64px;
        height: 64px;
        top: calc(50% - 32px);
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper>span{
        height: unset;
        margin-top: 0;
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper .content>.tekst{
        margin-bottom: 0;
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper .content a.btn{
        width: 100%;
        padding: 19px 20px;
        text-align: center;
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper .content p:has(.btn){
        margin-bottom: 8px!important;
    }
    .content-builder.aanmelden-als-woningzoekende .content-afbeelding.contactblok .inner>.flexbox-wrapper>.content{
        align-self: flex-start;
    }
    .blokken.info .inner>.flexbox-wrapper{
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .stappenlaag .flexbox-wrapper>div:first-of-type{
        margin: 0 auto;
        text-align: center;
        flex-basis: 100%;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2){
        margin: 39px auto 32px;
    }
    .stappenlaag .flexbox-wrapper>div:last-of-type{
        text-align: center;
    }
    .stappenlaag .flexbox-wrapper>div:last-of-type a{
        margin: 32px auto 0;
    }
    .blokken.hoofdlaag .tekst{
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    .blokken.hoofdlaag .flexbox-wrapper.subs>div{
        flex-basis: 263px;
        position: relative;
    }
    .blokken.hoofdlaag .flexbox-wrapper.subs>div>p:last-of-type{
        margin-bottom: 80px;
    }
    .blokken.hoofdlaag .flexbox-wrapper.subs>div>a.btn{
        position: absolute;
        bottom: 32px;
        left: 32px;
    }
    .blokken.hoofdlaag .flexbox-wrapper.subs{
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }
    .homepage .knoppengroep a{
        text-align: center;
    }
    .contactblok .inner>.flexbox-wrapper>div:last-child{
        flex-basis: 48%;
        margin-top: 0;
    }
    .contactblok .inner>.flexbox-wrapper>.content::before{
        bottom: 10px;
    }
    .content-builder.aanmelden-als-woningzoekende .contactblok .inner>.flexbox-wrapper>.content::before{
        bottom: -110px;
    }
    .owl-nav .owl-prev{
        left: unset;
        right: 63px;
        top: -89px
    }
    .owl-nav .owl-next{
        right: 0;
        left: unset;
        top: -89px
    }
    
    .footer-nieuwsbrief .inner>.flexbox-wrapper{
        flex-direction: row;
        justify-content: center;
        gap: 60px;
    }
    .footer-nieuwsbrief .inner>.flexbox-wrapper::after{
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/nieuwsbrief-bg-desktop.svg);
    }
    .footer-nieuwsbrief .inner>.flexbox-wrapper .tekst h2{
        margin-bottom: 0;
    }
    .owl-stage-outer{
        padding-top: 0;
    }
    .nieuws-archive .flexbox-wrapper .blog{
        flex-basis: 49%;
    }
    .nieuws-archive .flexbox-wrapper .blog:nth-of-type(2n){
        margin-left: 2%;
    }
    .footer{
        padding-bottom: 40px;
    }
    .under-footer{
        padding: 0;
    }
    .under-footer .flexbox-wrapper{
        padding: 25px 0;
        border-top: 1px solid #04138733;
    }
    .footer .flexbox-wrapper {
        justify-content: space-between;
    }
    .footer .flexbox-wrapper>div {
        flex-basis: 48% !important;
    }
    .footer .flexbox-wrapper>div:nth-child(2){
        margin-top: 0;
    }
    .under-footer .flexbox-wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
    .under-footer .flexbox-wrapper>div{
        flex-basis: 38%;
    }
    .under-footer .flexbox-wrapper>div:nth-of-type(2){
        margin-top: 0;
        flex-basis: 357px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .under-footer .flexbox-wrapper>div:nth-of-type(2) p{
        display: inline-block;
        width: fit-content;
        margin-right: 17px;
        margin-bottom: 0;
    }
    .under-footer .flexbox-wrapper>div:nth-of-type(2) span{
        display: inline-block;
    }
}
@media (min-width: 1024px) {

    .woningen-slider .inner>.flexbox-wrapper .woning-wrapper {
        flex-basis: 24%;
    }
    .top-header{
        padding-bottom: 0;
    }
    .top-header .inner>.flexbox-wrapper{
        border-bottom: 1px solid rgba(4, 19, 135, 0.15);
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
    }
    .top-header .inner>.flexbox-wrapper>a{
        height: 36px;
        width: 304px;
        padding: 0;
    }
    
    .top-header .inner>.flexbox-wrapper>a .bg-img{
        width: 100%;
        height: 100%;
    }
    
    .top-header .inner>.flexbox-wrapper>a:before {
        display: none;
    }
    .top-header .inner>.flexbox-wrapper>p{
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    .top-header .inner>.flexbox-wrapper>div{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        bottom: 1px;
        position: relative;
    }
    .top-header .inner a{
        color: #041387;
        font-weight: bold;
        font-size: 14px;
        margin-right: 16px;
        position: relative;
        padding-left: 30px;
        &:hover{
            text-decoration: underline;
        }
    }
    .top-header .inner a::before{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/material-symbols_warning-blue.svg);
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: -2px;
    }
    .top-header .inner .search-form-container .search-field{
        background-color: transparent;
        color: #041387;
        font-size: 14px;
        font-weight: bold;
        width: 90px;
    }
    .top-header .inner .search-form-container{
        padding-left: 16px;
        position: relative;
    }
    .top-header .inner .search-form-container::before{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/03/zondicons_search-blue.svg);
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 11px;
    }
    .site-header {
        transition: 0.2s;
    }
    .site-header.scrolled {
        top: 0;
    }
    .site-header.has-topheader.top-header-desktop {
        top: 48px;
        padding: 11px 0 14px;
    }
    .hfeed.site:has(.has-topheader.top-header-desktop) {
        margin-top: 128px;
    }
    .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: 14px;
        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;
    }
    .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 {
        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 ul .sub-menu .sub-menu{
        left: 100%!important;
        top: -15px!important;
        margin-top: 0;
        box-shadow: rgba(17, 12, 46, .15) 18px 11px 16px 0px;
    }
    div#navbar .nav-menu>li:last-of-type .sub-menu {
        right: -20px;
        left: unset;
    }
    div#navbar ul .sub-menu li {
        padding: 0 25px 15px;
        display: block;
        width: 100%;
        border: none;
    }
    div#navbar ul .sub-menu li.menu-item-has-children {
        padding-right: 45px!important;
    }
    .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: 240px;
        height: 56px;
    }
    .site-header .btn.navbar-mobile {
        display: none;
    }
}
@media (min-width: 1024px) {
    .team-overzicht>div{
        flex-basis: 32%;
    }
    .team-overzicht>div:nth-child(2n+1){
        margin-right: 0%;
    }
    .team-overzicht>div:nth-child(3n+2){
        margin-right: 2%;
        margin-left: 2%;
    }
    #search-filter-form-2819>ul>li{
        margin-bottom: 40px;
    }
    #search-filter-form-2819>ul>li>ul>li label{
        padding: 19px 20px;
    }
    .content-builder.schade-melden .hoofdlaag .content .tekst>h3{
        font-size: 32px;
    }
    .homepage .blokkenlaag{
        padding-top: 80px!important;
    }
    .aanbod.hoofdlaag h1, .aanbod.hoofdlaag .aantal-resultaten{
        margin-left: 386px;
        text-align: left;
    }
    .aanbod.hoofdlaag .aantal-resultaten{
        font-size: 24px;
    }
    .aanbod.blokkenlaag{
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .content-builder.hypotheek .content-afbeelding .inner>.flexbox-wrapper .content a.btn{
        display: inline-block;
    }
    .sub.single.woning .hoofdlaag{
        padding-bottom: 80px!important;
    }
    .sub.single.woning .hoofdlaag.fotoslaag{
        padding-bottom: 160px!important;
    }
    .sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div, .homepage .blokkenlaag .inner>.flexbox-wrapper>div{
        margin-bottom: 0;
        padding: 54px;
    }
    .sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div h2, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div h2, .homepage .blokkenlaag .inner>.flexbox-wrapper>div h2{
        font-size: 48px;
    }
    
 
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    .sub.single.woning .hoofdlaag .inner>.flexbox-wrapper>.content{
        margin-right: 70px;
    }
    .sub.single .hoofdlaag .flexbox-wrapper .content h2{
        font-size: 36px!important;
    }
    .sub.single.woning .hoofdlaag .kenmerken .subtitle{
        font-size: 28px;
    }
    .sub.single.woning .afbeeldingen-carousel img{
        height: 708px;
    }
    .sub.single.woning .headerlaag .content{
        padding: 32px;
        width: 560px;
        top: 70px;
    }
    .sub.single.woning .headerlaag .content>div:nth-child(3) p{
        font-size: 20px;
    }
    .sub.single.woning .headerlaag .content .prijs{
       font-size: 32px; 
    }
    .sub.single.woning .fotos.content{
        flex-basis: 100%!important;
        margin-right: 0!important;
    }
    .sub.single.woning .content.fotos .afbeeldingen>span:first-of-type{
        flex-basis: 48%!important;
        height: 640px;
    }
    .sub.single.woning .content.fotos .afbeeldingen{
        gap: unset;
        position: relative;
        justify-content: space-between;
    }
    .sub.single.woning .content.fotos .afbeeldingen>span:nth-child(4){
        position: absolute;
        bottom: 0;
        right: 26%;
        width: 24%;
    }
    .sub.single.woning .content.fotos .afbeeldingen>span:nth-child(5){
        position: absolute;
        bottom: 0;
        right: 0;
        width: 24%;
    }
    .homepage .knoppenlaag{
        padding-top: 100px!important;
    }
    .sub.single.woning .content.fotos .afbeeldingen>span{
        flex-basis: 24%;
        flex-grow: unset;
        height: 312px;
    }
    .content-builder.contact .content-afbeelding{
        padding-top: 177px!important;
        padding-bottom: 176px!important;
    }
    .parent-pageid-953 .menu-menu-verzekeringen-particulier-container, .parent-pageid-904 .menu-menu-verzekeringen-zakelijk-container, .parent-pageid-992 .menu-menu-hypotheek-container, .parent-pageid-1062 .menu-menu-makelaardij-container{
        display: block;
        height: 60px;
    }
    .menu-menu-verzekeringen-particulier-container .nav-menu, .menu-menu-verzekeringen-zakelijk-container .nav-menu, .parent-pageid-992 .menu-menu-hypotheek-container .nav-menu, .parent-pageid-1062 .menu-menu-makelaardij-container .nav-menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 36px;
        background-color: #CDD0E7;
        list-style-type: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 128px;
        z-index: 100;
    }
    .menu-menu-verzekeringen-particulier-container .nav-menu a, .menu-menu-verzekeringen-zakelijk-container .nav-menu a, .parent-pageid-992 .menu-menu-hypotheek-container .nav-menu a, .parent-pageid-1062 .menu-menu-makelaardij-container .nav-menu a{
        font-family: "Open Sans", serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding: 18px 0 14px;
        color: #041387;
        display: block;
        &:hover{
            font-weight: bold;
            border-bottom: 4px solid #041387;
        }
    }
    .menu-menu-verzekeringen-particulier-container .nav-menu li.current_page_item a, .menu-menu-verzekeringen-zakelijk-container .nav-menu li.current_page_item a, .parent-pageid-992 .menu-menu-hypotheek-container .nav-menu li.current_page_item a, .parent-pageid-1062 .menu-menu-makelaardij-container .nav-menu li.current_page_item a{
        font-weight: bold;
        border-bottom: 4px solid #041387;
        
    }
    .content-builder.taxaties .hoofdlaag{
        margin-bottom: -80px!important;
    }
    h1 {
        font-size: 72px;
        line-height: 90%;
    }
    h2 {
        font-size: 64px;
    }
    h3 {
        font-size: 48px;
    }
    h4 {}
    .sub-content h1 {
        font-size: 68px;
    }
    .sub-content h2 {
        font-size: 54px;
    }
    .blokken.hoofdlaag{
        padding-bottom: 160px!important;
    }
    .content-builder.aanmelden-als-woningzoekende .contactblok{
        padding-top: 80px!important;
    }
    .sub h3 {}
    .sub h4 {}
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper .content h1{
        font-size: 72px;
    }
    .content-builder.gratis-waardebepaling .hoofdlaag .inner .tekst>p:nth-child(2){
        margin-bottom: 54px;
    }
    .content-builder.gratis-waardebepaling .hoofdlaag .inner>.flexbox-wrapper .gform_wrapper.gravity-theme{
        padding: 54px;
        margin-bottom: 0;
    }
    .usps-afbeelding{
        padding-top: 80px!important;
    }
    .quotelaag .content-links{
        max-width: 448px!important;
    }
    .quotelaag .content-rechts{
        flex-grow: 1;
        max-width: unset!important;
    }
    .quotelaag .content-rechts .tekst{
        padding-left: 120px;
        position: relative;
    }
    .quotelaag .content-rechts .tekst>p:first-child{
        position: absolute;
        left: 0;
        top: 0;
    }
    .quotelaag .content-rechts .tekst>p:nth-of-type(2){
        font-size: 20px;
    }
    .quotelaag .content-rechts .tekst>div{
        align-items: center;
    }
    .quotelaag .content-rechts .tekst>div>p img{
        width: 100px;
        height: 100px;
        margin-right: 32px;
    }
    .usps-afbeelding .inner>.flexbox-wrapper .content{
        padding: 54px;
        padding-bottom: 38px;
        bottom: 54px;
        left: 78px;
    }
    .usps-afbeelding .inner>.flexbox-wrapper>span{
        height: 738px;
    }
    .content-afbeelding.hoofdlaag{
        padding: 120px 0 136px!important;
    }
    .twee-kolom-content.werken-bij .inner>.flexbox-wrapper{
        align-items: center;
    }
    .twee-kolom-content.werken-bij .content-links{
        max-width: 428px!important;
        flex-basis: 38%!important;
    }
    .twee-kolom-content.werken-bij .content-rechts{
        max-width: 850px!important;
        flex-basis: 60%!important;
    }
    .twee-kolom-content.werken-bij .content-rechts .tekst{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0!important;
    }
    .twee-kolom-content.werken-bij .content-rechts .tekst>div{
        flex-basis: 49%!important;
        margin-bottom: 0!important;
    }
    .twee-kolom-content.werken-bij{
        position: relative;
    }
    .twee-kolom-content.werken-bij::before{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/werken-bij-bg.svg);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper>span{
        min-height: unset;
        height: unset;
        flex-grow: 1;
        margin-left: 16px;
        max-width: unset;
        position: relative;
    }
    .content-afbeelding.hoofdlaag .inner>.flexbox-wrapper>span::before{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/nieuwsbrief-arrow.svg);
        width: 147.189px;
        height: 145.983px;
        position: absolute;
        left: 25px;
        bottom: 33.028px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transform: rotateY(180deg);
        rotate: 15deg;
    }
    .content-afbeelding.hoofdlaag::after, .content-builder.contact .contactblok::after{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/hoofdlaag-bg.svg);
        width: 50%;
        min-width: 1300px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        visibility: visible;
    }
    .content-afbeelding.hoofdlaag .inner, .content-builder.contact .contactblok .inner{
        z-index: 3;
    }
    .blokken.hoofdlaag .flexbox-wrapper.subs>div>p:first-child{
        font-size: 24px;
    }
    .blokken.info .inner>.flexbox-wrapper>div p:first-child{
        font-size: 36px;
        line-height: 100%;
    }
    .content-builder.over-ons .gecentreerde-content.hoofdlaag{
        padding-top: 90px!important;    
    }
    .content-builder.over-ons .hoofdlaag .inner>.flexbox-wrapper h1{
        margin-bottom: 54px!important;
    }
    .content-builder.over-ons .hoofdlaag .inner>.flexbox-wrapper p strong{
        font-size: 32px;
        line-height: 110%;
    }
    .content-builder.regiobank .content-afbeelding.reverse .content .flexbox-wrapper{
        border-left: 2px solid #041387;
        padding-left: 24px;
        margin-bottom: 32px;
    }
    .content-builder.regiobank .content-afbeelding.reverse .content .flexbox-wrapper p strong{
        font-size: 24px;
    }
    .blokken.hoofdlaag .inner::before{
        max-width: 958px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .contactblok .inner>.flexbox-wrapper>.content::before{
        bottom: 0px;
        right: 50px;
    }
    .footer-nieuwsbrief .inner>.flexbox-wrapper{
        gap: 200px;
    }
    .footer-nieuwsbrief .inner::before{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/nieuwsbrief-arrow.svg);
        width: 106px;
        height: 105px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -60px;
        right: 0;
        margin: 0 auto;
        top: 70px;
        z-index: 3;
    }
    .stappenlaag .flexbox-wrapper{
        align-items: center;
        justify-content: center;
    }
    .stappenlaag .flexbox-wrapper>div:first-of-type{
        flex-basis: 25%;
        margin: unset;
        text-align: left;
        height: fit-content;
        flex-grow: 1;
        max-width: 420px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2){
        flex-basis: 43%;
        margin: 0;
        height: 400px;
        max-width: 400px;
        margin: 0 40px;
    }
    .stappenlaag .flexbox-wrapper>div:last-of-type{
        flex-basis: 25%;
        text-align: left;
        height: fit-content;
        flex-grow: 1;
        max-width: 372px;
    }
    .stappenlaag{
        padding: 120px 0;
    }
    .stappenlaag .flexbox-wrapper>div:last-of-type>div a.btn{
        margin: 32px 0 0;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1), .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2), .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1) span, .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2) span{
        width: 200px;
        height: 300px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3), .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3) span{
        height: 150px;
        width: 346px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>span:last-of-type{
        width: 120px;
        height: 120px;
        top: calc(50% - 60px);
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1) p{
        left: 53px;
        top: 136px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2) p{
        right: 53px;
        top: 136px;
        position: absolute;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3) p{
        left: 168px;
        bottom: 38px;
        position: absolute;
    }
    .content-builder.aanmelden-als-woningzoekende .gfield--type-html p{
        font-size: 36px;
    }
    .sub-content .hoofdlaag{
        padding-top: 90px!important;
    }
    .sub-content .gecentreerde-content.hoofdlaag{
        padding-top: 60px!important;
    }
    .sub-content .gecentreerde-content.hoofdlaag .inner>.flexbox-wrapper{
        max-width: 768px;
    }
    .error404 .gecentreerde-content.hoofdlaag .inner>.flexbox-wrapper{
        max-width: 817px;
    }
    .content-builder.nieuws .hoofdlaag .tekst{
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    .nieuws-archive .flexbox-wrapper .blog {
        flex-basis: 32%;
    }
    .nieuws-archive .flexbox-wrapper .blog:nth-of-type(2n) {
        margin-left: 0;
    }
    .nieuws-archive .flexbox-wrapper .blog:nth-of-type(3n+2) {
        margin-right: 2%;
        margin-left: 2%;
    }
    .footer .flexbox-wrapper>div:nth-of-type(2) a{
        font-size: 18px;
    }
    .footer {
        padding-top: 88px;
        padding-bottom: 100px;
    }
    .footer .flexbox-wrapper>div {
        flex-basis: fit-content !important;
        margin-top: 0 !important;
    }
    .under-footer .flexbox-wrapper{
        align-items: center;
    }
    .under-footer .flexbox-wrapper>div:first-child{
        flex-basis: 53%;
    }
    .sub-content .error404 .gecentreerde-content.hoofdlaag{
        padding: 180px 0 280px!important;
    }
}
@media (min-width: 1024px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */
    .content-builder>section,
    .sub.single>section {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    /* Figma Mijn omgeving: padding tussen de lagen is 104px, niet de theme-default 160px */
    .content-builder.mijn-omgeving>section {
        padding-top: 104px;
        padding-bottom: 104px;
    }
    .sub.single .hoofdlaag .flexbox-wrapper .content img {
        margin: 54px 0;
    }
    .sub.single .hoofdlaag .inner>.flexbox-wrapper>.content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }
    body.single {
        overflow: visible;
    }
    .sub.single .hoofdlaag .flexbox-wrapper .sidebar {
        margin-top: 0;
        position: sticky;
        top: 150px;
    }
    .afbeelding-slider .owl-stage-outer .owl-item img {
        max-width: 709px;
        max-height: 620px;
    }
    .sub.single .hoofdlaag .flexbox-wrapper .content h1 {
        font-size: 54px;
        line-height: 120%;
    }
    
    .sub.single .hoofdlaag .flexbox-wrapper .content h2 {
        font-size: 32px;
        line-height: 130%;
    }
    .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 .inner>.flexbox-wrapper>.content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }
    .sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
        margin: 40px 0 40px !important;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        top: -94px;
    }
    .nieuws-archive-slider .owl-nav .owl-prev, .nieuws-archive-slider .owl-nav .owl-next {
        top: -160px;
    }
    .blog:not(.content-builder){
        width: 338px;
    }
    .reviewlaag .inner {
        overflow: hidden;
    }
    .reviewlaag .review-carousel .owl-item>div {
        padding: 32px;
    }
    .reviewlaag .review-carousel .owl-item .sterren {
        margin-bottom: 32px;
    }
}
@media (min-width: 1440px) {
    .team-overzicht>div:nth-child(3n+2){
        margin-right: 0%;
        margin-left: 0%;
    }
    .team-overzicht>div{
        flex-basis: 24%;
    }
    .team-overzicht>div:nth-child(4n+2){
        margin-left: 1.3%;
    }
    .team-overzicht>div:nth-child(4n+3){
        margin-right: 1.3%;
        margin-left: 1.3%;
    }
    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;
    }
    .site-header .navbar-desktop:last-child {
        margin-left: 8px;
    }
    .blog-carousel .owl-stage-outer{
        overflow: hidden;
    }
    .nieuws-archive .flexbox-wrapper .blog:nth-of-type(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .nieuws-archive .flexbox-wrapper .blog{
        flex-basis: 24%;
    }
    .nieuws-archive .flexbox-wrapper .blog:nth-of-type(4n+2){
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    .nieuws-archive .flexbox-wrapper .blog:nth-of-type(4n+3){
        margin-right: 1.3%;
    }
    .footer .flexbox-wrapper>div:nth-of-type(2) a{
        font-size: 22px;
    }
    .teamlaag .team-carousel .owl-stage-outer{
        overflow: hidden;
    }
    .contactblok .flexbox-wrapper .content h2{
        max-width: 500px;
    }
    .contactblok .inner>.flexbox-wrapper{
        align-items: center;
    }
    .contactblok .inner>.flexbox-wrapper>div:last-child{
        padding: 54px;
    }
    .contactblok .inner>.flexbox-wrapper>.content::before{
        width: 168px;
        height: 167px;
        bottom: unset;
        right: -30px;
        top: -30px;
        display: block!important;
    }
    .content-builder.aanmelden-als-woningzoekende .contactblok .inner>.flexbox-wrapper>.content::before{
        top: unset;
        bottom: -40px;
    }
    .owl-dots{
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2){
        margin: 0 89px;
        height: 460px;
        max-width: 460px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1), .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2), .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1) span, .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2) span{
        width: 230px;
        height: 346px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3), .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3) span{
        height: 171px;
        width: 398px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(1) p{
        left: 62px;
        top: 152px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(2) p{
        right: 62px;
        top: 152px;
    }
    .stappenlaag .flexbox-wrapper>div:nth-of-type(2)>div:nth-of-type(3) p{
        left: 191px;
        bottom: 46px;
    }
    .content-builder.regiobank .content-afbeelding.reverse .content .flexbox-wrapper span{
        width: 100px;
        height: 100px;
    }
    .content-builder.regiobank .content-afbeelding.reverse .content .flexbox-wrapper{
        padding-left: 32px;
    }
    .sub.single.woning .content.fotos .afbeeldingen>span{
        height: 304px;
    }
    .sub.single.woning .afbeeldingen-carousel img{
        width: calc(100vw - 100px);
    }
    .sub.single.woning .headerlaag .inner{
        max-width: unset;
        padding: 0 50px;
    }
    .sub.single.woning .headerlaag .content{
        left: calc(50% - 700px);
    }
    .sub.single.woning .blokkenlaag .inner>.flexbox-wrapper>div a.btn, .aanbod.blokkenlaag .inner>.flexbox-wrapper>div a.btn{
        display: inline-block;
        margin-right: 0px!important;
        margin-top: 32px!important;
        margin-bottom: 0!important;
    }
    .homepage .blokkenlaag .inner>.flexbox-wrapper>div a.btn{
        display: inline-block;
        margin-right: 8px;
    }
    .homepage .blokkenlaag .inner>.flexbox-wrapper>div a.btn.ghost{
        margin-top: 32px;
        padding-left: 20px;
    }
    .content-builder.woning-verkopen .hoofdlaag .inner::before{
        content: "";
        background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2025/02/arrow-right-contact.svg);
        position: absolute;
        width: 168px;
        height: 167px;
        top: 11px;
        left: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .blokken.info .inner>.flexbox-wrapper>div{
        min-height: 425px;
    }
}
@media (min-width: 1440px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */
}
@media (min-width: 880px) {
    .blokken.info .inner>.flexbox-wrapper>div{
        flex-basis: 32%;
    }
}
@media (min-width: 1280px) {
    .woning-wrapper{
        flex-basis: 49%;
    }
    .aanbod.hoofdlaag .results .search-filter-results>.flexbox-wrapper{
        justify-content: space-between;
    }
    .footer-nieuwsbrief .inner>.flexbox-wrapper>div{
        width: 406px;
    }
}
@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;
    }
}
/* Popup container */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    z-index: 4;
}
/* Show popup */
.popup:not(.hidden) {
    visibility: visible;
    opacity: 1;
}
/* Popup content */
.popup-content {
    background: #F2F5FA;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 650px;
    width: 90%;
    z-index: 5;
    margin-bottom: 20px;
}
/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
/* Close button hover */
.close-btn:hover {
    color: #ff0000;
}
.popup-content .gform_wrapper.gravity-theme .gfield.gfield--type-consent input{
    border-color: #041387!important;
}
.popup-content .gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked{
    background-color: #041387!important;
}
.popup-content .gform_wrapper.gravity-theme .gfield.gfield--type-consent label{
    font-size: 14px;
}
.popup-content .gform_wrapper.gravity-theme .gfield.gfield--type-consent label a{
    font-size: 14px;
    color: #041387;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}
.popup-content .gform_wrapper.gravity-theme .gfield:nth-child(-n + 5){
    grid-column: span 6;
}
.popup-content .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 12px!important;
}
.popup-content .form h3{
    margin-bottom: 24px;
    font-size: 24px;
}
.popup-content .form>p{
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .popup{
        align-items: center;
    }
    .popup .popup-content{
        margin-bottom: 0;
    }
}
/* Mijn omgeving (concept) - Figma-detail: hero-titel is Book i.p.v. Bold, knop met hangslot-icoon.
   68px stond ongescoped (dus ook op mobiel) - op verzoek nu desktop-only, met kleinere mobiele waarde. */
.content-builder.mijn-omgeving .gecentreerde-content .inner>.flexbox-wrapper>.content .tekst h1 {
    font-weight: 400;
    font-size: 40px;
}
@media (min-width: 768px) {
    .content-builder.mijn-omgeving .gecentreerde-content .inner>.flexbox-wrapper>.content .tekst h1 {
        font-size: 68px;
    }
}
/* Overige titels op de pagina (h2's) gebruikten de theme-default van 48px, ongescoped naar viewport -
   op mobiel werd de h2 zo groter dan de net verkleinde h1 (40px). Alleen op mobiel verkleinen,
   desktop blijft de theme-default 48px. */
@media (max-width: 767px) {
    .content-builder.mijn-omgeving h2 {
        font-size: 30px;
    }
}
.btn.icon-lock {
    padding-left: 54px;
}
.btn.icon-lock::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    width: 24px;
    height: 24px;
    background-image: url(https://www.braasenpartners.nl/wp-content/uploads/2026/08/icon-lock-w.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* de intro-tekst had geen breedte-limiet (alleen de h2 wel, via de theme-default van 500px) -
   daardoor liep de paragraaf bijna tegen de krul-pijl aan */
.content-builder.mijn-omgeving .contactblok .flexbox-wrapper .content .tekst {
    max-width: 480px;
}
/* Figma: krul-pijl bij het contactformulier staat hoger/groter dan de theme-default (rechtsonder) */
.content-builder.mijn-omgeving .contactblok .inner>.flexbox-wrapper>.content::before {
    width: 168px;
    height: 167px;
    top: 51px;
    left: 532px;
    bottom: auto;
    right: auto;
}
/* op verzoek: kaartenrij 24px breder aan beide zijden (1400px -> 1448px), d.w.z. tot aan de rand
   van .inner's max-width - de standaard 24px zijpadding van .inner alleen hier weghalen */
.content-builder.mijn-omgeving .blokken .inner {
    padding-left: 0;
    padding-right: 0;
}
/* Figma: "Diensten"-kaartenrij (blokken) - buiten de hoofdlaag-context had dit theme hier nooit CSS voor */
.content-builder.mijn-omgeving .blokken .inner>.flexbox-wrapper.subs {
    display: flex;
    flex-direction: column;
    gap: 33px;
}
.content-builder.mijn-omgeving .blokken .inner>.flexbox-wrapper.subs>div {
    background-color: #ffffff;
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.content-builder.mijn-omgeving .blokken .subs h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .content-builder.mijn-omgeving .blokken .subs h3 {
        font-size: 36px;
    }
}
/* kaart 2 ("De voordelen voor u") heeft geen inleidende alinea tussen titel en checklist zoals
   kaart 1 - daardoor was de ruimte daar alleen de h3-margin (16px) i.p.v. de bedoelde grotere
   afstand. Alleen raken wanneer een div direct op een h3 volgt (dus niet kaart 1, waar eerst een p komt). */
.content-builder.mijn-omgeving .blokken .subs h3+div {
    margin-top: 24px;
}
/* .subs>div staat op display:flex;flex-direction:column - daardoor collapt margin tussen de
   directe p/div-children NIET meer vanzelf (flex-containers onderdrukken margin-collapse), dus
   de losse browser/theme-defaultmarges van <p> telden op bovenop onze eigen margin-bottom.
   Eerst alles resetten, dan bewust zelf de ruimtes zetten. */
.content-builder.mijn-omgeving .blokken .subs>div>p {
    margin: 0;
}
.content-builder.mijn-omgeving .blokken .subs>div>p:not(:last-child) {
    margin-bottom: 24px;
}
.content-builder.mijn-omgeving .blokken .subs>div>div {
    margin-bottom: 24px;
}
.content-builder.mijn-omgeving .blokken .subs .flexbox-wrapper {
    align-items: flex-start;
    margin-bottom: 12px;
}
.content-builder.mijn-omgeving .blokken .subs .flexbox-wrapper:last-child {
    margin-bottom: 0;
}
.content-builder.mijn-omgeving .blokken .subs .flexbox-wrapper span {
    width: 28px;
    height: 28px;
    margin-right: 16px;
    flex-shrink: 0;
    background-size: contain;
}
/* zonder min-width:0 werd de <p> als één onbreekbaar flex-item behandeld: als icoon+tekst niet
   pasten, viel de HELE tekst-regel naar een nieuwe rij i.p.v. dat de tekst zelf ging afbreken -
   dat was het "icoontjes niet netjes uitgelijnd"-probleem bij langere teksten. */
.content-builder.mijn-omgeving .blokken .subs .flexbox-wrapper p {
    white-space: normal;
    flex: 1;
    min-width: 0;
    margin: 0;
}
/* het template voegt bij usps automatisch een "Bekijk meer"-linkje toe - zit niet in dit Figma-design */
.content-builder.mijn-omgeving .blokken .subs .lees-meer-btn {
    display: none;
}
/* justify-content:space-between op de kaart verdeelde de restruimte over ALLE regels (ook tussen
   titel/tekst), waardoor de ruimte vlak boven de knop juist klein bleef - nu alle ruimte
   geconcentreerd in één marge, alleen boven de knop */
.content-builder.mijn-omgeving .blokken .subs a.btn {
    margin-top: auto;
}
/* de knop in kaart 3 staat hardcoded op .btn.blue in het template, Figma toont 'm oranje (standaard btn-kleur) */
.content-builder.mijn-omgeving .blokken .subs a.btn.blue {
    background-color: #F28C00;
    border-color: #F28C00;
}
.content-builder.mijn-omgeving .blokken .subs a.btn.blue:hover {
    background-color: #ce7700;
    border-color: #ce7700;
}
/* Desktop: kaarten naast elkaar i.p.v. onder elkaar. Stond hierboven eerder al binnen de
   1024px-mediaquery, maar de latere ongeschaalde flex-direction:column-regel (zelfde specificity,
   later in het bestand) won daardoor altijd de cascade - vandaar dat 'ie bleef stapelen. */
@media (min-width: 1024px) {
    .content-builder.mijn-omgeving .blokken .inner>.flexbox-wrapper.subs {
        flex-direction: row;
        align-items: stretch;
    }
    .content-builder.mijn-omgeving .blokken .inner>.flexbox-wrapper.subs>div {
        flex: 1 0 0;
        min-width: 0;
    }
}
/* FAQ-laag: titel "Veelgestelde vragen" blijft breed/gecentreerd (zoals Figma), alleen de vragen-box
   zelf is een smalle (820px + padding), links uitgelijnde witte kaart eronder - dat was eerder
   per ongeluk allebei tegelijk aangepast via .inner, met een links uitgelijnde titel tot gevolg. */
.content-builder.mijn-omgeving .veelgestelde-vragen .inner {
    max-width: 1448px;
}
.content-builder.mijn-omgeving .veelgestelde-vragen .faq-box {
    background-color: #ffffff;
    padding: 24px 16px;
    max-width: 928px;
    margin: 0 auto;
    text-align: left;
}
@media (min-width: 768px) {
    .content-builder.mijn-omgeving .veelgestelde-vragen .faq-box {
        padding: 54px;
    }
}
/* Figma: 32px ruimte tussen de laatste vraag en de sluitingstekst eronder */
.content-builder.mijn-omgeving .veelgestelde-vragen .faq-box>.tekst {
    margin-top: 32px;
}
/* Desktop-regel .accordion{padding-left:88px} is bedoeld voor accordions MET icoon-span (content_en_accordion,
   FAQ "per categorie") - onze platte FAQ-vragen hebben geen icoon, dus die dode ruimte links weer weg */
.content-builder.mijn-omgeving .veelgestelde-vragen .accordion {
    padding-left: 0;
}
/* Op mobiel voelde de padding van de vraag-items zelf (theme-default 32px verticaal) ook zwaar
   samen met de kleinere faq-box-padding hierboven - op verzoek iets minder lucht, alleen op mobiel */
@media (max-width: 767px) {
    .content-builder.mijn-omgeving .veelgestelde-vragen .accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* Op mobiel wordt de WeGroup-afbeelding (witte achtergrond + gecentreerd logo) kleiner getoond,
   waardoor er veel witruimte omheen blijft staan die niet meer als afbeelding leest. Grijze achtergrond
   + "contain" i.p.v. "cover" maakt dat bewust/rustig i.p.v. een per ongeluk lege witte vlek. */
@media (max-width: 767px) {
    .content-builder.mijn-omgeving .content-afbeelding.reverse .inner>.flexbox-wrapper>span {
        background-color: #F2F5FA;
        background-size: contain;
    }
}