/*
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: #1A2F7D;
    font-size: 22px;
    line-height: 24px;
}

div#cmplz-document h3 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 18px;
    line-height: 20px;
}

/*Complianz cookiebanner END*/



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



ul,
ol {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0px 0px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

.home-link {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

img {
    border-style: none;
}

img,
video {
    height: auto;
    max-width: 100%;
}

section:after,
article:after,
.clear:after,
#inner-header:after,
.row:after,
.social:after,
.site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}

div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}



/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

.menu span {
    background: #132628;
    height: 2px;
}

.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}

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

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

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

header.site-header div.menu.open .close-btn {
    top: 0px;
}

header.site-header div.menu .close-btn {
    position: absolute;
    height: 36px;
    width: 37px;
    transition: .3s ease-in-out;
    top: 40px;
}

div#navbar.open ul {
    max-height: 1000px;
}

header.site-header div.menu.open .open-btn {
    top: -36px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}

.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}

.menu span:nth-of-type(1) {
    top: 2px;
}

.menu span:nth-of-type(2) {
    top: 12px;
}

.menu span:nth-of-type(3) {
    bottom: 2px;
}

.menu .close-btn span:nth-of-type(3) {
    color: #252422;
    bottom: 10px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}


/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

form textarea {
    height: 130px;
}

.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

html {
    scroll-padding-top: 140px;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}


.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family: sans-serif;
    font-weight: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

.bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

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

h1 {}

h2 {}

h3 {}

h4 {}

.sub h1 {}

.sub h2 {}

.sub h3 {}

.sub h4 {}



a.btn,
.gform_button.button {
    padding: 17px 16px;
    height: 52px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 4px;
    color: white;
    border: 1px solid #E31029;
    background-color: #E31029;
    font-size: 18px;
    line-height: 18px !important;
    position: relative;
    font-family: sans-serif;
}


a.btn:hover,
.gform_button.button:hover {
    background-color: transparent;
    color: #E31029;
}


.breadcrumbs{
    background-color: #f7f8fc;
    padding: 20px 0 0!important;
}

#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #002C5833;
}

#breadcrumbs * {
    color: #002C58;
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

#breadcrumbs a {
    text-decoration: underline;
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    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: #008BE6;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5.44px;
    text-transform: uppercase;
    margin-bottom: 18px;
}



.accordion {
    background-color: transparent;
    color: #121725;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-family: sans-serif;
    position: relative;
}

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

.accordion:after {
    content: url(http://85.10.155.125/~john/wp-content/themes/2024-05-theme/images/accordion-plus.svg);
    position: absolute;
    right: 0;
    top: 24px;
}

.accordion.active:after {
    content: url(http://85.10.155.125/~john/wp-content/themes/2024-05-theme/images/accordion-minus.svg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
}

.panel *:last-child {
    margin-bottom: 24px;
}

.desktop {
    display: none;
}




/**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */



.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}

.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}

.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}

.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}

.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}

.content-builder ul li::marker {
    font-size: 20px;
}

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

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


.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper p,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper p,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn,
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn,
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn {
    margin-top: 32px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>span:last-of-type,
.twee-kolom-content .inner>.flexbox-wrapper>div>span:last-of-type,
.gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
    width: 287px;
    height: 147px;
    margin-top: 40px;
    background-size: cover;
}

.afbeelding-slider .tekst {
    margin-bottom: 40px;
}

.afbeelding-slider .owl-stage-outer {
    overflow: visible;
}

.afbeelding-slider .owl-stage-outer .owl-item img {
    max-width: calc(100vw - 56px);
    max-height: 550px;
}

.veelgestelde-vragen .categorien {
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 5px 6px;
    width: 100%;
}

.veelgestelde-vragen .categorien a {
    display: inline-block;
    width: 100%;
    color: black;
    line-height: 20px;
    background-color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
}

.veelgestelde-vragen .categorien a:hover {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.sub.faq.hulp .vragenlaag .vragen {
    margin-top: 0 !important;
}

.veelgestelde-vragen .vragen {
    margin-top: 32px;
}

.veelgestelde-vragen .vragen>h2 {
    color: #149BD7;
    margin-bottom: 30px;
}

.veelgestelde-vragen .vragen div.category>div:first-of-type .accordion {
    border-top: 1px solid #D9D9D9;
}

.veelgestelde-vragen .vragen .accordion:hover {
    background-color: #149bd71c;
}

.veelgestelde-vragen .vragen div div .accordion.active {
    padding-bottom: 8px;
    background-color: transparent !important;
}

.veelgestelde-vragen .vragen div div .panel p {
    margin-bottom: 24px;
}

.veelgestelde-vragen .categorien a.active {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.veelgestelde-vragen .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
}

.veelgestelde-vragen .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}


.sub.single .hoofdlaag {
    padding-bottom: 80px;
}

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

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

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
    margin-top: 30px;
    width: 100% !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure figcaption {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    padding-left: 8px;
    border-left: 2px solid black;
    margin-top: 4px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>*:not(:last-child) {
    margin-bottom: 16px;
}

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

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

.sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 2px solid black;
    margin: 30px 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:not(.btn) {
    color: black;
    text-decoration: underline;
}

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

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

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

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

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

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

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

.blog:not(.content-builder){
    width: 330px;
    position: relative;
}

.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 .categorie{
    margin-right: 17px;
}

.blog:not(.content-builder) .content .titel{
    font-family: "Bitter", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    margin-top: 24px;
}

.blog:not(.content-builder) .content .excerpt{
    height: 78px;
    overflow: hidden;
    font-size: 16px;
    margin: 16px 0 24px;
}

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

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

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

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

.reviewlaag .review-carousel .owl-item>div {
    background-color: white;
    padding: 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.reviewlaag .review-carousel .owl-item .sterren {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-item .sterren span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.reviewlaag .review-carousel .owl-item>div>p {
    font-size: 18px;
}

.reviewlaag .review-carousel .owl-item>div>p:last-child {
    margin-top: 32px;
    font-size: 16px;
}

.reviewlaag .inner>a.btn {
    margin-top: 40px;
}

.content-afbeelding.reverse.phone .flexbox-wrapper>.content{
    order: 1;
 }

 .content-afbeelding.reverse.phone .flexbox-wrapper>span{
    margin-top: 0;
    margin-bottom: 40px;
 }


/**
 * Hero (figma node 1:220)
 * ----------------------------------------------------------------------------
 */

.hero {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: linear-gradient(180deg,
        rgb(255, 255, 255) 0%,
        rgb(252, 252, 253) 12.5%,
        rgb(250, 250, 251) 25%,
        rgb(247, 247, 249) 37.5%,
        rgb(245, 245, 247) 50%,
        rgb(247, 247, 249) 62.5%,
        rgb(250, 250, 251) 75%,
        rgb(252, 252, 253) 87.5%,
        rgb(255, 255, 255) 100%);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero .hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
    z-index: 0;
}

.hero .hero-blob-1 {
    width: 600px;
    height: 600px;
    top: 80px;
    right: -120px;
    background-image: linear-gradient(135deg, rgba(43, 127, 255, 0.2) 0%, rgba(173, 70, 255, 0.2) 100%);
}

.hero .hero-blob-2 {
    width: 500px;
    height: 500px;
    top: 180px;
    left: -120px;
    background-image: linear-gradient(135deg, rgba(173, 70, 255, 0.15) 0%, rgba(246, 51, 154, 0.15) 100%);
}

.hero .inner {
    position: relative;
    z-index: 1;
    max-width: 1152px;
    padding: 0 24px;
}

.hero .hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero .pretitel {
    color: #86868b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: none;
    -webkit-background-clip: initial;
}

.hero h1 {
    color: #161c57;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.74px;
    margin: 0 0 24px;
}

.hero .tekst {
    color: #86868b;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    max-width: 700px;
    margin: 0 auto 40px;
    font-weight: 400;
}

.hero .tekst p {
    margin: 0;
}

.hero .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 494px;
    margin: 0 auto;
}

.hero .hero-buttons .btn {
    height: 56px;
    border-radius: 9999px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.43px;
    text-decoration: none;
    transition: 0.2s ease;
    width: 100%;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

.hero .hero-buttons .btn::after {
    content: '';
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon.svg") no-repeat center / contain;
    mask: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon.svg") no-repeat center / contain;
    transition: transform 0.2s ease;
}

.hero .hero-buttons .btn:hover::after {
    transform: translateX(3px);
}

.hero .hero-buttons .btn.primary {
    background-color: #3957fc;
    color: #ffffff;
    box-shadow: 0 8px 12px rgba(0, 113, 227, 0.3);
}

.hero .hero-buttons .btn.primary:hover {
    background-color: #2a45e6;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(0, 113, 227, 0.35);
}

.hero .hero-buttons .btn.ghost {
    background-color: rgba(255, 255, 255, 0.6);
    color: #161c57;
    border: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero .hero-buttons .btn.ghost:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #161c57;
}

.hero .hero-trustbar {
    margin: 64px auto 0;
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 24px 0;
    overflow: hidden;
}

.hero .hero-trustbar-title {
    color: #86868b;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 22px;
}

.hero .hero-trustbar-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hero .hero-trustbar-track {
    display: flex;
    gap: 48px;
    width: max-content;
    animation: hero-marquee 28s linear infinite;
}

.hero .hero-trustbar-item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 29px;
}

.hero .hero-trustbar-item span {
    font-family: "Inter", sans-serif;
    color: #1d1d1f;
    font-size: 19px;
    line-height: 28.5px;
    font-weight: 600;
    letter-spacing: -0.45px;
    white-space: nowrap;
}

.hero .hero-trustbar-item img {
    max-height: 29px;
    width: auto;
    object-fit: contain;
}

@keyframes hero-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .hero .hero-trustbar-track { animation: none; }
}

@media (min-width: 768px) {
    .hero {
        padding-top: 160px;
        padding-bottom: 120px;
    }
    .hero h1 {
        font-size: 56px;
        line-height: 1.05;
    }
    .hero .tekst {
        font-size: 21px;
        line-height: 29.4px;
    }
    .hero .hero-buttons {
        flex-direction: row;
    }
    .hero .hero-buttons .btn {
        width: auto;
    }
    .hero .hero-buttons .btn.primary {
        flex: 1 0 0;
        min-width: 0;
    }
    .hero .hero-buttons .btn.ghost {
        width: 210px;
        flex-shrink: 0;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding-top: 90px;
    }
    .hero h1 {
        font-size: 64px;
        line-height: 67.2px;
        letter-spacing: -0.74px;
    }
}

.content-builder>section.hero {
    padding-top: 120px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .content-builder>section.hero {
        padding-top: 160px;
        padding-bottom: 120px;
    }
}

@media (min-width: 1024px) {
    .content-builder>section.hero {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}

/**
 * Content Links en Rechts (figma node 1:6)
 * ----------------------------------------------------------------------------
 */

.content-links-rechts {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.content-links-rechts .inner > .flexbox-wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.content-links-rechts .content,
.content-links-rechts .content-rechts {
    width: 100%;
}

.content-links-rechts .content .pretitel {
    color: #86868b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.content-links-rechts .content .tekst {
    color: #161c57;
}

.content-links-rechts .content .tekst h1,
.content-links-rechts .content .tekst h2,
.content-links-rechts .content .tekst h3 {
    color: #161c57;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.37px;
    margin: 0;
}

.content-links-rechts .content-rechts .tekst {
    color: #86868b;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    font-weight: 400;
}

.content-links-rechts .content-rechts .tekst p {
    margin: 0 0 16px;
}

.content-links-rechts .content-rechts .tekst p:last-child {
    margin-bottom: 0;
}

.content-links-rechts .pluspunten {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 32px;
}

.content-links-rechts .pluspunt {
    background-image: linear-gradient(141deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.content-links-rechts .pluspunt-top {
    color: #161c57;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.23px;
    display: block;
}

.content-links-rechts .pluspunt-bottom {
    color: #86868b;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.08px;
    display: block;
}

@media (min-width: 768px) {
    .content-links-rechts .inner > .flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        gap: 48px;
        align-items: flex-start;
    }
    .content-links-rechts .content,
    .content-links-rechts .content-rechts {
        flex: 1 1 0;
        max-width: 500px;
    }
    .content-links-rechts .content .tekst h1,
    .content-links-rechts .content .tekst h2,
    .content-links-rechts .content .tekst h3 {
        font-size: 48px;
        line-height: 52.8px;
    }
    .content-links-rechts .content-rechts .tekst {
        font-size: 21px;
        line-height: 31.5px;
    }
    .content-links-rechts .content-rechts .tekst p {
        margin-bottom: 0;
    }
    .content-links-rechts .pluspunten {
        gap: 16px;
        margin-top: 64px;
    }
    .content-links-rechts .pluspunt {
        padding: 25px;
        gap: 8px;
    }
    .content-links-rechts .pluspunt-top {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1024px) {
    .content-links-rechts .pluspunten {
        margin-top: 96px;
    }
}

/**
 * Dienstenlaag (figma node 1:32)
 * ----------------------------------------------------------------------------
 */

.dienstenlaag {
    background-color: #e5eaff;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dienstenlaag .dienstenlaag-header {
    margin-bottom: 40px;
}

.dienstenlaag .pretitel {
    color: #86868b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.dienstenlaag .dienstenlaag-header h2 {
    color: #161c57;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.37px;
    margin: 0;
}

.dienstenlaag .diensten-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.dienstenlaag .dienst-card {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    padding: 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dienstenlaag .dienst-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #161c57 0%, #2a3150 50%, #424245 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.dienstenlaag .dienst-card-icon span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.31px;
}

.dienstenlaag .dienst-card-title {
    color: #161c57;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.41px;
    margin: 0 0 12px;
}

.dienstenlaag .dienst-card-desc {
    color: #86868b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.43px;
}

.dienstenlaag .dienst-card-desc p {
    margin: 0 0 12px;
}

.dienstenlaag .dienst-card-desc p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .dienstenlaag .dienstenlaag-header {
        margin-bottom: 64px;
    }
    .dienstenlaag .dienstenlaag-header h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .dienstenlaag .diensten-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .dienstenlaag .dienst-card {
        padding: 33px;
    }
    .dienstenlaag .dienst-card-title {
        font-size: 24px;
        line-height: 30px;
    }
    .dienstenlaag .dienst-card-desc {
        font-size: 17px;
        line-height: 27.2px;
    }
}

@media (min-width: 1024px) {
    .dienstenlaag .dienstenlaag-header {
        margin-bottom: 80px;
    }
    .dienstenlaag .dienstenlaag-header h2 {
        font-size: 48px;
        line-height: 52.8px;
    }
}

/**
 * Waarom Blokken Laag (figma node 1:79)
 * ----------------------------------------------------------------------------
 */

.waarom-blokken-laag {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.waarom-blokken-laag .waarom-blokken-laag-header {
    margin-bottom: 40px;
}

.waarom-blokken-laag .pretitel {
    color: #86868b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.waarom-blokken-laag .waarom-blokken-laag-header h2 {
    color: #161c57;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.37px;
    margin: 0;
    max-width: 720px;
}

.waarom-blokken-laag .waarom-blokken-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.waarom-blokken-laag .waarom-blok {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.waarom-blokken-laag .waarom-blok-icon {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    background-image: linear-gradient(135deg, #34c759 0%, #30d158 100%);
    background-color: #34c759;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.waarom-blokken-laag .waarom-blok-icon::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Container.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.waarom-blokken-laag .waarom-blok-body {
    flex: 1 1 0;
    min-width: 0;
}

.waarom-blokken-laag .waarom-blok-title {
    color: #161c57;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.57px;
    margin: 0 0 8px;
}

.waarom-blokken-laag .waarom-blok-desc {
    color: #86868b;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.43px;
}

.waarom-blokken-laag .waarom-blok-desc p {
    margin: 0 0 8px;
}

.waarom-blokken-laag .waarom-blok-desc p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .waarom-blokken-laag .waarom-blokken-laag-header {
        margin-bottom: 64px;
    }
    .waarom-blokken-laag .waarom-blokken-laag-header h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .waarom-blokken-laag .waarom-blokken-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .waarom-blokken-laag .waarom-blok {
        padding: 33px;
        gap: 16px;
    }
    .waarom-blokken-laag .waarom-blok-title {
        font-size: 21px;
        line-height: 25.2px;
        margin-bottom: 12px;
    }
    .waarom-blokken-laag .waarom-blok-desc {
        font-size: 17px;
        line-height: 25.5px;
    }
}

@media (min-width: 1024px) {
    .waarom-blokken-laag .waarom-blokken-laag-header {
        margin-bottom: 80px;
    }
    .waarom-blokken-laag .waarom-blokken-laag-header h2 {
        font-size: 48px;
        line-height: 52.8px;
    }
}

/**
 * Contactlaag (figma node 1:122)
 * ----------------------------------------------------------------------------
 */

.contactlaag {
    background-color: #f5f5f7;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.contactlaag .inner > .flexbox-wrapper {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
}

.contactlaag .content,
.contactlaag .content-rechts {
    width: 100%;
}

.contactlaag .content .pretitel {
    color: #86868b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.contactlaag .content .tekst {
    color: #86868b;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.4px;
}

.contactlaag .content > h2,
.contactlaag .content .tekst h1,
.contactlaag .content .tekst h2,
.contactlaag .content .tekst h3 {
    color: #161c57;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.37px;
    margin: 0 0 16px;
}

.contactlaag .content .tekst p {
    margin: 0 0 16px;
}

.contactlaag .content .tekst > *:last-child {
    margin-bottom: 0;
}

.contactlaag .contactgegevens {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.contactlaag .contactgegeven {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    color: inherit;
    transition: 0.2s ease;
}

a.contactgegeven:hover {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.contactlaag .contactgegeven-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, cover;
}

.contactlaag .contactgegeven--email .contactgegeven-icon {
    background-image:
        var(--icoon-url, url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon-2.svg")),
        linear-gradient(135deg, #3957FC 0%, #3C5AFC 20%, #405CFC 40%, #435EFC 60%, #4761FC 80%, #4A63FC 100%);
}

.contactlaag .contactgegeven--phone .contactgegeven-icon {
    background-image:
        var(--icoon-url, url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon-3.svg")),
        linear-gradient(135deg, #34C759 0%, #33C959 25%, #32CC59 50%, #31CE58 75%, #30D158 100%);
}

.contactlaag .contactgegeven--other .contactgegeven-icon {
    background-image:
        var(--icoon-url, none),
        linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);
}

.contactlaag .contactgegeven-body {
    flex: 1 1 0;
    min-width: 0;
}

.contactlaag .contactgegeven-titel {
    color: #86868b;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 400;
    letter-spacing: -0.08px;
    margin: 0 0 4px;
}

.contactlaag .contactgegeven-adres {
    color: #161c57;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 600;
    letter-spacing: -0.43px;
    margin: 0;
    word-break: break-word;
}

/* Right column = form card (WYSIWYG content) */
.contactlaag .content-rechts {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 32px 24px;
}

.contactlaag .content-rechts .tekst {
    width: 100%;
}

/* Form styling inside the contact card (works with Gravity Forms or plain HTML) */
.contactlaag .content-rechts label,
.contactlaag .content-rechts .gfield_label {
    display: block;
    color: #86868b !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    line-height: 22.5px !important;
    font-weight: 500 !important;
    letter-spacing: -0.23px;
    margin-bottom: 8px;
}

.contactlaag .content-rechts input[type="text"],
.contactlaag .content-rechts input[type="email"],
.contactlaag .content-rechts input[type="tel"],
.contactlaag .content-rechts textarea,
.contactlaag .content-rechts select,
.contactlaag .content-rechts .gform_wrapper.gravity-theme .gform_body input,
.contactlaag .content-rechts .gform_wrapper.gravity-theme .gform_body textarea,
.contactlaag .content-rechts .gform_wrapper.gravity-theme .gform_body select {
    width: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    height: 56px !important;
    padding: 0 16px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    color: #161c57 !important;
    letter-spacing: -0.43px;
    transition: 0.2s ease;
}

.contactlaag .content-rechts textarea,
.contactlaag .content-rechts .gform_wrapper.gravity-theme .gform_body textarea {
    height: 160px !important;
    padding: 16px !important;
    line-height: 25.5px !important;
    resize: vertical;
}

.contactlaag .content-rechts input::placeholder,
.contactlaag .content-rechts textarea::placeholder {
    color: rgba(22, 28, 87, 0.5);
}

.contactlaag .content-rechts input:focus,
.contactlaag .content-rechts textarea:focus {
    border-color: #3957fc !important;
    outline: none;
}

.contactlaag .content-rechts .gform_fields,
.contactlaag .content-rechts form > p {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contactlaag .content-rechts .gfield {
    margin-bottom: 0 !important;
}

.contactlaag .content-rechts button[type="submit"],
.contactlaag .content-rechts input[type="submit"],
.contactlaag .content-rechts .gform_button.button {
    width: 100% !important;
    background-color: #3957fc !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    height: 56px !important;
    padding: 0 32px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: -0.43px;
    box-shadow: 0 8px 12px rgba(0, 113, 227, 0.3);
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contactlaag .content-rechts button[type="submit"]:hover,
.contactlaag .content-rechts input[type="submit"]:hover,
.contactlaag .content-rechts .gform_button.button:hover {
    background-color: #2a45e6 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 18px rgba(0, 113, 227, 0.35);
}

.contactlaag .content-rechts button[type="submit"]::after,
.contactlaag .content-rechts .gform_button.button::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon.svg") no-repeat center / contain;
    mask: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon.svg") no-repeat center / contain;
    transition: transform 0.2s ease;
}

.contactlaag .content-rechts button[type="submit"]:hover::after,
.contactlaag .content-rechts .gform_button.button:hover::after {
    transform: translateX(3px);
}

@media (min-width: 768px) {
    .contactlaag .inner > .flexbox-wrapper {
        flex-direction: row;
        gap: 48px;
        align-items: flex-start;
    }
    .contactlaag .content,
    .contactlaag .content-rechts {
        flex: 1 1 0;
        max-width: 528px;
    }
    .contactlaag .content > h2,
    .contactlaag .content .tekst h1,
    .contactlaag .content .tekst h2,
    .contactlaag .content .tekst h3 {
        font-size: 40px;
        line-height: 48px;
    }
    .contactlaag .content .tekst {
        font-size: 21px;
        line-height: 31.5px;
    }
    .contactlaag .contactgegevens {
        gap: 24px;
        margin-top: 48px;
    }
    .contactlaag .contactgegeven {
        padding: 25px;
    }
    .contactlaag .content-rechts {
        padding: 41px;
    }
}

@media (min-width: 1024px) {
    .contactlaag .content > h2,
    .contactlaag .content .tekst h1,
    .contactlaag .content .tekst h2,
    .contactlaag .content .tekst h3 {
        font-size: 48px;
        line-height: 52.8px;
    }
}

/**
 * Navbar
 * ----------------------------------------------------------------------------
 */

.top-header {
    background-color: #EEF0EB;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    z-index: 999;
}



.top-header .inner a {
    text-decoration: underline;
    color: #293241;
    font-size: 18px;
    line-height: 100%;
}


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

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

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

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

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

.site-header .inner .home-link {
    width: 200px;
    height: 36px;
    margin-left: 0;
    background-size: contain !important;
    background-position: left center !important;
}

.site-header .inner .menu {
    overflow: hidden;
    width: 38px;
    height: 36px;
    margin-right: 24px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    top: 1px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0px;
    width: 38px;
    height: 36px;
    transition: 0.3s ease-in-out;
}

.menu span {
    background: #252422;
}

header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
}

header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 7px;
}

header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 15px;
}

header.site-header div.menu .open-btn span:nth-of-type(4) {
    color: #252422;
    bottom: 11px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

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

div#navbar.open {
    padding: 32px 0 30px;
    height: calc(100vh - 75px);
    max-height: unset;
    background-color: white;
    border-top: 0;
    margin: unset;
    box-shadow: inset 0px 4px 4px 0px #A0A0A026;
}

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

div#navbar .nav-menu>li {
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEF0EB;
    margin: 0 24px 16px;
    list-style-type: none;
}


div#navbar ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #EEF0EB;
    margin-bottom: 16px;
}


div#navbar ul li a {
    color: #293241;
    display: block;
    width: 100%;
    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-desktop {
    order: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

div#navbar {
    display: none;
}

@media (min-width: 1024px) {
    div#navbar {
        display: block;
    }
}

a.btn.navbar-desktop {
    height: 56px;
    border-radius: 9999px;
    padding: 0 32px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.43px;
    text-decoration: none;
    transition: 0.2s ease;
    width: auto;
    border: none;
    cursor: pointer;
    background-color: #3957fc;
    color: #ffffff;
    box-shadow: 0 8px 12px rgba(0, 113, 227, 0.3);
}

a.btn.navbar-desktop:hover {
    background-color: #2a45e6;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(0, 113, 227, 0.35);
}

a.btn.navbar-desktop::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon.svg") no-repeat center / contain;
    mask: url("http://silven.qstylez.nl/wp-content/uploads/2026/05/Icon.svg") no-repeat center / contain;
    transition: transform 0.2s ease;
    vertical-align: middle;
}

a.btn.navbar-desktop:hover::after {
    transform: translateX(3px);
}




/* 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(http://85.10.155.125/~john/wp-content/themes/2024-05-theme/images/chevron-down-b.svg) !important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

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

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

/**
 * 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 {
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 40px 0 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.footer .flexbox-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer .flexbox-wrapper > div {
    margin: 0 !important;
    flex-basis: auto !important;
    max-width: 100% !important;
}

.footer .flexbox-wrapper > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer .flexbox-wrapper > div:first-of-type span.logo {
    width: 100%;
    max-width: 286px;
    height: 48px;
    margin: 0;
    background-size: contain;
    background-position: left center;
}

.footer .flexbox-wrapper > div:first-of-type p {
    color: #86868b;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 400;
    letter-spacing: -0.23px;
    margin: 0;
}

.footer .flexbox-wrapper > div:not(:first-of-type) {
    display: flex !important;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
}

.footer .flexbox-wrapper > div:not(:first-of-type) a,
.footer .flexbox-wrapper > div:not(:first-of-type) p {
    color: #86868b !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    line-height: 22.5px !important;
    font-weight: 400;
    letter-spacing: -0.23px;
    text-decoration: none;
    margin: 0 !important;
    display: inline-block !important;
    transition: color 0.2s ease;
}

.footer .flexbox-wrapper > div:not(:first-of-type) a:hover {
    color: #161c57 !important;
}


.under-footer {
    background-color: #ffffff;
    padding: 24px 0;
    font-family: "Inter", sans-serif;
}

.under-footer .flexbox-wrapper {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.under-footer .flexbox-wrapper > div {
    width: auto;
    max-width: 100%;
    margin: 0;
    height: auto;
}

.under-footer .flexbox-wrapper > div p {
    color: #86868b;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 400;
    letter-spacing: -0.08px;
    margin: 0;
    display: block;
}

.under-footer .flexbox-wrapper > div a {
    color: #3957fc;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 19.5px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.under-footer .flexbox-wrapper > div a:hover {
    color: #2a45e6;
}

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



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



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

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

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

.owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(http://85.10.155.125/~john/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    top: calc(50% - 24px);
    right: -10px;
    transition: 0.2s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 0.7;
}

/**
 * Owl Carousel - Dots
 * ----------------------------------------------------------------------------
 */
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

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

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


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


.searchandfilter>ul>li {
    padding: 0;
    margin-bottom: 22px;
}

.searchandfilter ul li ul::-webkit-scrollbar {
    display: none;
}

.sub.projecten .filters>form {
    justify-content: center;
}

.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    margin-right: 8px;
    padding: 0;
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
}

.searchandfilter ul li ul li:hover label {
    color: white;
    background-color: black;
    border-color: black;
}

.searchandfilter ul li ul li input {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.searchandfilter ul li ul li label {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #252422;
    text-decoration: none;
    padding: 8px 12px !important;
    background-color: transparent;
    border: 1px solid #E31029;
    border-radius: 40px;
    transition: 0.2s;
}

.searchandfilter ul li ul li.sf-option-active label {
    color: white;
    background-color: black;
    border-color: black;
}


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


/**
 * 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: black !important;
    font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
    font-family: sans-serif;
    font-size: 16px !important;
    line-height: 100%;
    color: black;
}

.gform_wrapper.gravity-theme .gform_body,
.gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_body input,
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
    height: 48px;
    border: 1px solid #CCD9E0;
    font-size: 16px;
    line-height: 100%;
    font-family: soleilregular;
}

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

.gform_wrapper.gravity-theme .gform_body textarea {
    height: 96px !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    margin-bottom: 0;
    height: 52px !important;
}

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

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

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

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

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

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked {
    background-color: #16133E;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width:425px) {}

@media (min-width:700px) {}


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

    .content-afbeelding .inner>.flexbox-wrapper,
    .twee-kolom-content .inner>.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        flex-basis: 48%;
    }

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

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

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

    .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
        margin-top: 0;
    }

    .gecentreerde-content .inner>.flexbox-wrapper,
    .veelgestelde-vragen .inner {
        align-items: center;
        text-align: center;
        max-width: 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 {
        text-align: center;
        margin-bottom: 40px;
    }

    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width:768px) {
    .footer {
        padding-top: 65px;
    }

    .footer .flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        padding-bottom: 48px;
    }

    .footer .flexbox-wrapper > div:not(:first-of-type) {
        padding-top: 12px;
    }

    .under-footer .flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}


@media (min-width: 1024px) {
    .site-header {
        transition: 0.2s;
    }

    .site-header.scrolled {
        top: 0;
    }

    .site-header.has-topheader.top-header-desktop {
        top: 40px;
    }

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

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

    a[href^="tel:"] {
        text-decoration: none;
    }

    .site-header .inner {
        padding: 0 24px;
    }

    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: 1px;
        height: 56px;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        top: 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 {
        padding: 30px 25px 0 25px;
        left: -24px;
        transition: 0.3s;
        box-shadow: rgba(17, 12, 46, .15) 0 48px 50px 0;
        width: max-content;
        top: 12px;
        background: #ffffff;
        padding-top: 0;
        margin-top: 36px;
        margin-right: auto;
    }

    div#navbar .nav-menu>li:last-of-type .sub-menu {
        right: -20px;
        left: unset;
    }

    div#navbar ul .sub-menu li {
        padding: 0 0 15px;
        display: block;
        width: fit-content;
        border: none;
    }

    .nav-menu li:hover .sub-menu,
    .nav-menu .sub-menu:hover {
        display: block;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .site-header .inner .home-link {
        margin-left: 0;
        width: 286.213px;
        height: 47.337px;
    }

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

}

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

    .desktop {
        display: block;
    }

    h1 {}

    h2 {}

    h3 {}

    h4 {}

    .sub h1 {}

    .sub h2 {}

    .sub h3 {}

    .sub h4 {}






    .footer {
        padding-top: 65px;
    }
}

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

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


    .sub.single .hoofdlaag .flexbox-wrapper .content img {
        margin: 54px 0;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }

    body.single {
        overflow: visible;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .sidebar {
        margin-top: 80px;
        position: sticky;
        top: 150px;
    }

    .afbeelding-slider .owl-stage-outer .owl-item img {
        max-width: 709px;
        max-height: 620px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

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

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }

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

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

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

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

    .blog:not(.content-builder) .content{
        padding: 32px;
    }

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

    .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) {
    div#navbar .nav-menu>li:last-of-type .sub-menu {
        left: -24px;
        right: unset;
    }

    div#navbar ul {
        margin-right: auto;
    }

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


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


}






@media (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    a[href^="tel"] {
        text-decoration: none;
    }
}