/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
html, body {
    overscroll-behavior: none;
}
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;
}
/* Image with 'data' attribute is hidden */

img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */

img.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}
/*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;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
/*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;
    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;
    font-weight: 500;
}
b, strong {
    font-weight: 700;
}
p {
    margin: 0px 0px;
}
a {
    text-decoration: none;
    transition: .1s ease-in-out;
}
.home-link {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}
section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

.menu span {
    background: #132628;
    height: 2px;
}
.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}
header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 30%;
    height: 3px;
    border-radius: 4px;
}
header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 30%;
    height: 3px;
    border-radius: 4px;
}
header.site-header div.menu {
    overflow: hidden;
}
header.site-header div.menu.open .close-btn {
    top: 15px;
}
header.site-header div.menu .close-btn {
    position: absolute;
    height: 20px;
    width: 20px;
    transition: .3s ease-in-out;
    top: 47px;
    left: 13px;
}
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: #005050;
    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
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: redonda;
    src: url(https://deliciousandhealthy.nl/wp-content/themes/2024-05-theme/fonts/redonda.woff), url(https://deliciousandhealthy.nl/wp-content/themes/2024-05-theme/fonts/redonda.woff2);
}
html {
    scroll-padding-top: 40px;
}
body {
    overflow-x: hidden;
    overflow-y: hidden;
}
.inner {
    width: 100%;
    max-width: 1528px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family: "dm-sans";
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #005050;
}
.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: redonda;
    text-transform: uppercase;
}
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {}
h1 {
    font-size: 56px;
    line-height: 100%;
}
h2 {
    font-size: 40px;
    line-height: 100%;
}
h3 {
    font-size: 30px;
    line-height: 100%;
}
h4 {}
.sub h1 {}
.sub h2 {}
.sub h3 {}
.sub h4 {}
a.btn, .gform_button.button {
    padding: 14px 35px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 90px;
    color: #005050;
    border: 1px solid #005050;
    background-color: #F4A6E9;
    font-size: 22px;
    line-height: 100% !important;
    text-transform: uppercase;
    position: relative;
    font-family: redonda;
}
a.btn.white{
    background-color: white;
}

a.btn:hover, .gform_button.button:hover {
    background-color: white;
    box-shadow: 3px 5px 0px 0px #005050;
}
.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: "dm-sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
#breadcrumbs a {
    text-decoration: underline;
    font-family: "dm-sans";
    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: "dm-sans";
    position: relative;
}
.homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}
.accordion:after {
    content: url(https://deliciousandhealthy.nl/wp-content/themes/2024-05-theme/images/accordion-plus.svg);
    position: absolute;
    right: 0;
    top: 24px;
}
.accordion.active:after {
    content: url(https://deliciousandhealthy.nl/wp-content/themes/2024-05-theme/images/accordion-minus.svg);
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
}
.panel *:last-child {
    margin-bottom: 24px;
}
.desktop {
    display: none;
}
/**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}
.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}
.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}
.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}
.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}
.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}
.content-builder ul li::marker {
    font-size: 20px;
}
.content-builder>section, .sub.single>section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.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: "dm-sans";
    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;
}
/**
 * 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 {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #65da7c !important;
    border-bottom: 1px solid #005050;
    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;
    height: 80px;
}
.site-header .inner:has(.menu.open) {
    height: unset;
}
.site-header .inner .home-link {
    width: 158px;
    height: 80px;
    margin-left: 24px;
}
.site-header .inner .menu {
    overflow: hidden;
    width: 48px;
    height: 48px;
    padding: 12px;
    background-color: #F4A6E9;
    border-radius: 100%;
    box-shadow: 2px 2px 0px 0px #005050;
    border: 1px solid #055050;
    margin-right: 24px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    top: 1px;
}
header.site-header div.menu .open-btn {
    position: absolute;
    width: 22px;
    height: 15px;
    top: 15px;
    left: 13px;
    transition: 0.3s ease-in-out;
}
.menu span {
    background: #005050;
}
header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
    height: 3px;
}
header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 6px;
    height: 3px;
}
header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 13px;
    height: 3px;
}
header.site-header div.menu .open-btn span:nth-of-type(4) {
    color: #005050;
    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: 0;
    overflow: visible;
    left: 100%;
    height: 0;
}
div#navbar.links {
    height: 341px;
}
div#navbar.rechts {
    box-shadow: unset;
    padding-top: 48px;
}
div#navbar.open {
    left: 0;
}
div#navbar {
    padding: 32px 0 30px;
    height: calc(100vh - 75px);
    max-height: unset;
    background-color: #005050;
    border-top: 0;
    margin: unset;
    box-shadow: inset 0px 4px 4px 0px #A0A0A026;
}
div#navbar .nav-menu {
    max-height: calc(100vh - 240px) !important;
    overflow-y: scroll;
}
div#navbar .nav-menu>li {
    padding-bottom: 48px;
    border-bottom: 1px solid #C6FCD0;
    margin: 0 24px 48px;
    list-style-type: none;
}
div#navbar ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #C6FCD0;
    margin-bottom: 16px;
}
div#navbar ul li a {
    color: #C6FCD0;
    font-family: redonda;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-size: 22px;
    line-height: 22px;
    position: relative;
}
li.btn {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    border-bottom: unset!important;
}
li.btn a {
    color: #005050!important;
    background-color: white;
    padding: 14px 0;
    border-radius: 90px;
    text-align: center;
}
li.btn a {
    padding: 14px 35px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 90px;
    color: #005050;
    border: 1px solid #005050;
    background-color: #F4A6E9;
    font-size: 22px;
    line-height: 100% !important;
    text-transform: uppercase;
    position: relative;
    font-family: redonda;
}
div#navbar .nav-menu>li.menu-item-743 {
    margin-bottom: 16px!important;
}

li.btn.white a{
    background-color: white;
}
li.btn a:hover {
    background-color: white;
    box-shadow: 3px 5px 0px 0px #005050;
}
.nav-menu li.menu-item-has-children {
    position: relative;
}
.nav-menu .sub-menu {
    display: none;
}
.nav-menu .sub-menu li {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #DAE1EFB2;
}
.nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #DAE1EFB2;
    margin-top: 20px;
    border-bottom: 0;
}
.nav-menu .sub-menu li:not(:first-of-type) {
    border-top: 1px solid #DAE1EFB2;
    margin-top: 15px;
}
.nav-menu .sub-menu li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.site-header .btn.navbar-mobile {
    width: calc(100% - 48px);
    text-align: center;
    margin: 0 24px;
    margin-top: 32px;
    display: none;
}
.site-header .navbar.open .btn.navbar-mobile {
    display: block;
}
.site-header .navbar-desktop {
    display: none;
}
/* Keyframes for fade-in effect */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Keyframes for fade-out effect */

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* .navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar 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://deliciousandhealthy.nl/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 {
    padding-top: 60px;
    padding-bottom: 32px;
    background-color: #65DA7C;
}
.footer>img {
    width: 100%;
}
.footer .flexbox-wrapper>div:first-of-type span {
    width: 259.283px;
    height: 64px;
    margin-bottom: 20px;
    background-size: cover;
}
.footer .flexbox-wrapper>div:first-of-type p {
    font-size: 16px;
    margin-bottom: 16px;
}
.footer .flexbox-wrapper>div:nth-child(2) {
    display: none;
}
.footer .flexbox-wrapper>div:not(:first-of-type) {
    margin-top: 32px;
    flex-basis: 100%;
}
.footer .flexbox-wrapper>div:not(:first-of-type) p:first-of-type {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #024166;
}
.footer .flexbox-wrapper>div:not(:first-of-type) * {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
    color: #002842;
}
.footer .flexbox-wrapper>div:not(:first-of-type)>*:last-child {
    margin-bottom: 0;
}
.footer .flexbox-wrapper>div:last-of-type p:last-of-type {
    margin-top: 24px;
}
.footer .flexbox-wrapper>div:nth-child(2) a:hover {
    text-decoration: underline;
}
.footer .flexbox-wrapper>div:nth-of-type(3) a, .footer .flexbox-wrapper>div:nth-of-type(4) a[href^="mailto:"] {
    text-decoration: underline;
}
.footer .flexbox-wrapper>div:nth-of-type(3) a:hover, .footer .flexbox-wrapper>div:nth-of-type(4) a[href^="mailto:"]:hover {
    text-decoration: none;
}
.under-footer {
    padding: 18px 0;
    background-color: #65DA7C;
    border-top: 1px solid #005050;
}
.under-footer .flexbox-wrapper * {
    font-size: 16px;
    line-height: 24px;
    color: #002842;
}
.under-footer a:hover {
    text-decoration: underline;
}
.under-footer .flexbox-wrapper {
    flex-direction: column;
}
.under-footer .flexbox-wrapper>div:first-of-type p {
    display: inline-block;
}
.under-footer .flexbox-wrapper>div:nth-of-type(2) * {
    display: inline-block;
    margin-right: 8px;
}
/**
 * Home
 * ----------------------------------------------------------------------------
 */

.homepage .hoofdlaag {
    background-color: #65DA7C;
    position: relative;
    padding-top: 0;
}
.homepage .hoofdlaag::before {
    content: "";
    background-image: url(https://deliciousandhealthy.nl/wp-content/uploads/2025/06/12018bf606c899ebe589381daffd5ccfdcedadc8-1-scaled.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.homepage .hoofdlaag .inner>.flexbox-wrapper>* {
    position: relative;
    z-index: 1;
}
.homepage .hoofdlaag .inner>.flexbox-wrapper>span {
    order: -1;
    width: 100vw;
    position: relative;
    left: -24px;
    margin-bottom: 48px;
    margin-top: 0;
}
.homepage .hoofdlaag .inner>.flexbox-wrapper>.content {
    width: 100%;
}
.homepage .hoofdlaag .content .btn {
    display: inline-block;
}
.homepage .hoofdlaag .content>.btn:first-of-type {
    margin-top: 0;
    margin-right: 16px;
}
.homepage .hoofdlaag .content>.btn:last-of-type {
    margin-top: 24px;
}
.uspslaag {
    padding: 0!important;
    position: relative;
    z-index: 2;
    top: -34px;
    margin-bottom: -70px;
}
.uspslaag.groen-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60px;
    background-color: #65da7c;
}
.uspslaag.donkergroen-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60px;
    background-color: #005050;
}
.uspslaag .inner {
    overflow: hidden;
    white-space: nowrap;
    transform: rotate(-1.4deg);
    max-width: unset;
}
.uspslaag .inner>.flexbox-wrapper {
    display: inline-block;
    padding: 20px 0;
    animation: scroll-left 50s linear infinite;
    background-color: #C6FCD0;
}
.uspslaag .inner .flexbox-wrapper p {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: redonda;
    padding-left: 48px;
    position: relative;
}
.uspslaag .inner .flexbox-wrapper p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 24px;
    background-image: url(https://deliciousandhealthy.nl/wp-content/uploads/2025/06/usp-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-33%);
    }
}
section.lichtgroen .inner {
    color: #C6FCD0;
}
section.groen .inner {
    color: #65DA7C;
}
.flexbox-wrapper.info {
    margin-top: 40px;
    gap: 16px;
}
.flexbox-wrapper.info>div {
    flex-basis: 30%;
    flex-grow: 1;
    background-color: #65da7c;
    border-radius: 16px;
    transition: 0.3s;
    border: 2px solid transparent;
    &:hover {
        box-shadow: 7px 8px 0px 0px #ffffff;
        border-color: white;
    }
}
.flexbox-wrapper.info>div>span {
    width: 100%;
    height: 220px;
    border-radius: 16px 16px 0 0;
    background-size: cover;
}
.flexbox-wrapper.info>div>div {
    padding: 32px;
    background-color: #65DA7C;
    border-radius: 0 0 16px 16px;
    color: #005050;
}
.flexbox-wrapper.info>div>div>p:first-child {
    font-family: redonda;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.flexbox-wrapper.info>div>div>.btn {
    margin-top: 32px;
}
.img-floating .inner>.flexbox-wrapper {
    padding-top: 300px!important;
    padding-bottom: 390px!important;
    position: relative;
}
.img-floating .inner .content-links .tekst {
    margin-bottom: 0!important;
}
.img-floating .inner .content-links .tekst p:first-child {
    position: absolute;
    font-family: redonda;
    text-transform: uppercase;
    color: #C6FCD0;
    font-size: 70px;
    line-height: 100%;
    top: 30px;
    rotate: 5deg;
    white-space: nowrap;
}
.img-floating .inner .content-links .tekst p:nth-child(2) {
    position: absolute;
    top: 50px;
    right: -60px;
    rotate: -10deg;
}
.img-floating .inner .content-links .tekst p:nth-child(2) img {
    width: 320.004px;
    height: 213.109px;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #F4A6E9;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.25);
}
.img-floating .inner .content-links .tekst p:last-child {
    position: absolute;
    bottom: 0;
    left: -60px;
    rotate: 10deg;
}
.img-floating .inner .content-links .tekst p:last-child img {
    width: 320.004px;
    height: 313.109px;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #F4A6E9;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.25);
}
.homepage .hoofdlaag.footer {
    padding-top: 0;
}
/**
 * Subs
 * ----------------------------------------------------------------------------
 */

.twee-kolom-content.alleen-content .content-rechts{
    display: none;
}

.twee-kolom-content.alleen-content .inner>.flexbox-wrapper{
    justify-content: center;
}

.twee-kolom-content.alleen-content .inner>.flexbox-wrapper .content-links{
    max-width: 860px;
}

.twee-kolom-content.alleen-content .inner>.flexbox-wrapper .content-links h2{
    color: rgb(0 80 80)!important;
    margin-top: 40px;
}

.blokken .tekst>div{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.blokken .tekst div p{
    width: 52px;
    height: 52px;
    transition: 0.3s;
    &:hover{
        opacity: 0.5;
    }
}

.blokken .tekst div p span{
    width: 100%;
    height: 100%;
}

.blokken .tekst div p span a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

body.error404 footer {
    display: none;
}
.content-builder .error404 .inner>.flexbox-wrapper {
    max-width: unset;
}
.content-builder .error404 {
    height: calc(100vh - 80px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.content-builder .error404::before {
    content: "";
    background-image: url(https://deliciousandhealthy.nl/wp-content/uploads/2025/06/12018bf606c899ebe589381daffd5ccfdcedadc8-1-scaled.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.blokken .pretitel {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.blokken .tekst {
    text-align: center;
}
.maillaag .flexbox-wrapper .content {
    padding: 24px;
    background-color: #F4A6E9;
    border-radius: 16px 16px 0 0;
}
.maillaag .flexbox-wrapper>span {
    margin-top: 0!important;
    border-radius: 0 0 16px 16px;
}
.maillaag .gform_wrapper.gravity-theme form {
    position: relative;
}
.maillaag .gform_wrapper.gravity-theme .gform_body input {
    border-radius: 50px;
    border: 1px solid #005050;
    height: 80px;
    font-size: 16px;
    color: #005050;
    padding: 30px 24px;
}
.maillaag .gform_wrapper.gravity-theme .gform_footer {
    position: absolute;
    right: 12px;
    margin: unset;
    left: unset;
    padding: unset;
    width: fit-content;
    bottom: 14px;
}
/**
 * Owl Carousel - Nav
 * ----------------------------------------------------------------------------
 */

.owl-nav {
    display: block;
}
.owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://deliciousandhealthy.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    transform: rotateY(180deg);
    top: calc(50% - 24px);
    left: -10px;
    transition: 0.2s;
}
.owl-nav .disabled {
    opacity: 0;
}
.owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://deliciousandhealthy.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    top: calc(50% - 24px);
    right: -10px;
    transition: 0.2s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    opacity: 0.7;
}
/**
 * Owl Carousel - Dots
 * ----------------------------------------------------------------------------
 */

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
.owl-dots .owl-dot {
    height: 1px !important;
    background-color: #FFFFFF33 !important;
    flex-grow: 1;
}
.owl-dots .owl-dot.active {
    height: 3px !important;
    position: relative;
    bottom: 1px;
    background-color: #FFFFFF !important;
}
/**
 * Blogs - filters
 * ----------------------------------------------------------------------------
 */

.searchandfilter>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: "dm-sans";
    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: "dm-sans";
}
.gform_wrapper.gravity-theme .gform_body input:focus, .gform_wrapper.gravity-theme .gform_body textarea:focus {
    border: 2px solid #005050;
}
.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: "dm-sans";
    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;
    }
    .afbeelding-slider .pretitel {
        text-align: center;
    }
    .afbeelding-slider .tekst {
        text-align: center;
    }
    .afbeelding-slider .slider {
        margin-left: auto;
        margin-right: auto;
    }
    .veelgestelde-vragen .categorien {
        display: flex;
        flex-wrap: wrap;
    }
    .veelgestelde-vragen .categorien a {
        text-align: center;
        flex-basis: 25%;
        padding: 15px 20px;
    }
    .reviewlaag .tekst {
        text-align: center;
        margin-bottom: 40px;
    }
    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:768px) {
    .homepage .hoofdlaag.footer {
        padding-top: 80px;
    }
    .img-floating {
        padding-top: 180px!important;
    }
    .img-floating .inner>.flexbox-wrapper {
        padding-top: 400px!important;
        padding-bottom: 0!important;
    }
    .img-floating .inner .content-links .tekst p:last-child {
        bottom: 200px;
    }
    .img-floating .inner .content-links .tekst p:first-child {
        font-size: 100px;
    }
    .img-floating .inner .content-links .tekst p:nth-child(2) {
        top: 60px;
        right: -30px;
    }
    .img-floating .inner .content-links .tekst p:nth-child(2) img {
        width: 290.004px;
        height: 233.109px;
    }
    .maillaag .flexbox-wrapper .content {
        border-radius: 16px 0 0 16px;
        flex-basis: 50%!important;
        max-width: unset!important;
    }
    .maillaag .flexbox-wrapper>span {
        border-radius: 0 16px 16px 0;
        flex-basis: 50%!important;
        max-width: unset!important;
    }
    .homepage .hoofdlaag {
        position: relative;
        padding-top: 120px;
    }
    .homepage .hoofdlaag .inner {
        position: unset;
    }
    .homepage .hoofdlaag .inner>.flexbox-wrapper>span {
        order: 1;
        position: absolute;
        right: 0;
        height: 100%;
        width: 48%;
        left: unset;
        top: 0;
        margin-bottom: 0;
    }
    .footer .flexbox-wrapper {
        justify-content: space-between;
    }
    .footer .flexbox-wrapper>div {
        flex-basis: 48% !important;
    }
    .footer .flexbox-wrapper>div:last-of-type p:nth-child(2) {
        max-width: 200px;
    }
    .footer .flexbox-wrapper>div:nth-child(2) {
        display: block;
        margin-top: 0;
    }
    .under-footer .flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}
@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: 13px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
        height: 52px!important;
    }
    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;
    }
    .site-header .btn.navbar-mobile {
        display: none;
    }
    div#navbar.links {
        order: 1;
        top: 12px;
    }
    div#navbar {
        left: unset;
        background-color: unset;
        padding: unset;
        box-shadow: unset;
        height: 56px!important;
        overflow: unset!important;
    }
    div#navbar .nav-menu {
        max-height: unset!important;
        overflow: unset!important;
    }
    div#navbar.links ul {
        margin-left: unset;
    }
    .site-header .inner .home-link {
        order: 2;
    }
    div#navbar.rechts {
        order: 3;
    }
    div#navbar ul li a {
        color: #005050;
    }
    li.btn a::before {
        content: none!important;
    }
    div#navbar ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        background-color: #005050;
        transition: 0.3s;
    }
    div#navbar ul li a:hover::before {
        width: 100%;
    }
    div#navbar.rechts ul {
        margin-right: unset;
    }
    div#navbar.links ul li:first-child {
        margin-left: 0;
    }
    div#navbar.rechts ul li:last-child {
        margin-right: 0;
    }
    div#navbar .nav-menu>li.menu-item-743 {
        margin-right: 0!important;
    }
}
@media (min-width: 1024px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    h1 {
        font-size: 100px;
        line-height: 100%;
    }
    h2 {
        font-size: 72px;
        line-height: 120%;
    }
    h3 {
        font-size: 48px;
        line-height: 120%;
    }
    h4 {}
    .sub h1 {}
    .sub h2 {}
    .sub h3 {}
    .sub h4 {}
    .homepage .hoofdlaag.footer {
        padding-top: 200px;
    }
    .inner {
        font-size: 20px;
        line-height: 150%;
    }
    .maillaag .flexbox-wrapper .content {
        padding: 64px;
    }
    .maillaag .gform_wrapper.gravity-theme .gform_body input {
        font-size: 20px;
    }
    .img-floating h2 {
        font-size: 40px;
    }
    .img-floating .inner .content-links .tekst p:nth-child(2) {
        right: calc(50% - 290px);
        top: 80px;
    }
    .img-floating .inner .content-links .tekst p:last-child img {
        width: 420.004px;
        height: 513.109px;
    }
    .img-floating .inner .content-links .tekst p:last-child {
        left: calc(50% - 510px);
        bottom: 120px;
    }
    .blokken:has(.flexbox-wrapper.info) .tekst p {
        font-size: 24px;
        line-height: 150%;
    }
    .flexbox-wrapper.info>div>span {
        height: 320px;
    }
    .flexbox-wrapper.info>div>div {
        text-align: center;
    }
    .flexbox-wrapper.info>div>div>.btn {
        width: 100%;
        text-align: center;
    }
    .flexbox-wrapper.info>div>div>p:first-child {
        font-size: 40px;
        line-height: 120%;
    }
    #menu.blokken .flexbox-wrapper.info>div>div>p:last-of-type {
        padding-bottom: 32px;
    }
    /* Make each column a flex container that lays out its children (image and content div) vertically. */
    #menu.blokken .flexbox-wrapper.info>div {
        display: flex;
        flex-direction: column;
    }
    /* Make the content area (the div with text and button) also a vertical flex container. */
    #menu.blokken .flexbox-wrapper.info>div>div {
        display: flex;
        flex-direction: column;
        /* Allow this content area to grow and fill any extra space in the parent column. */
        flex-grow: 1;
    }
    /* Apply an auto top margin to the button. */
    #menu.blokken .flexbox-wrapper.info>div>div>.btn {
        margin-top: auto;
    }
    .homepage .hoofdlaag .inner>.flexbox-wrapper>span {
        max-width: unset;
    }
    .homepage .hoofdlaag {
        padding: 110px 0;
    }
    .footer {
        padding-top: 110px;
        padding-bottom: 32px;
    }
    .footer .flexbox-wrapper>div {
        flex-basis: fit-content !important;
        max-width: 24%;
        margin-top: 0 !important;
    }
}
@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: 1528px) {
    div#navbar .nav-menu>li:last-of-type .sub-menu {
        left: -24px;
        right: unset;
    }
    div#navbar ul {
        margin-right: auto;
    }
    .flexbox-wrapper.info>div>div>p:nth-child(2) {
        height: 90px;
        overflow: hidden;
    }
    #menu.blokken .flexbox-wrapper.info>div>div>p:nth-child(2) {
        height: unset;
    }
    #menu.blokken .flexbox-wrapper.info>div>div>p:last-of-type {
        padding-bottom: 32px;
    }
    /* Make each column a flex container that lays out its children (image and content div) vertically. */
    #menu.blokken .flexbox-wrapper.info>div {
        display: flex;
        flex-direction: column;
    }
    /* Make the content area (the div with text and button) also a vertical flex container. */
    #menu.blokken .flexbox-wrapper.info>div>div {
        display: flex;
        flex-direction: column;
        /* Allow this content area to grow and fill any extra space in the parent column. */
        flex-grow: 1;
    }
    /* Apply an auto top margin to the button. */
    #menu.blokken .flexbox-wrapper.info>div>div>.btn {
        margin-top: auto;
    }
    .flexbox-wrapper.info {
        gap: 40px;
        margin-top: 64px;
    }
    .img-floating {
        padding-top: 190px!important;
    }
    .img-floating h2 {
        font-size: 72px;
        line-height: 120%;
    }
    .img-floating .inner>.flexbox-wrapper {
        padding-top: 530px!important;
    }
    .img-floating .inner .content-links .tekst p:last-child {
        left: calc(50% - 610px);
        bottom: 250px;
        rotate: unset;
    }
    .img-floating .inner .content-links .tekst p:nth-child(2) {
        rotate: unset;
        right: calc(50% - 550px);
        top: 100px;
    }
    .img-floating .inner .content-links .tekst p:nth-child(2) img {
        width: 358.08px;
        height: 314.679px;
    }
    .img-floating .inner .content-links .tekst p:last-child img {
        width: 619.988px;
        height: 554.508px;
    }
    .img-floating .inner .content-links .tekst p:first-child {
        font-size: 190px;
        line-height: 100%;
        rotate: 3deg;
    }
    .site-header .navbar-desktop {
        order: 2;
        display: block;
    }
    .blog-carousel .owl-stage-outer {
        overflow: hidden;
    }
}
@media (min-width: 1528px) {
    /**
 * 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;
    }
}
/* POPUP */

/* Popup Overlay */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
    margin-top: 40px;
}
.popup-overlay.active {
    display: flex;
}
/* Popup Container */

.popup-container {
    border-radius: 20px;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    animation: slideUp 0.4s ease-out;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 1528px;
}
.popup-container .flexbox-wrapper .content .tekst h3 {
    font-size: 36px!important;
}
/* Close Button */

.popup-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.popup-overlay .close-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.popup-overlay .close-btn::before, .popup-overlay .close-btn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 2px;
}
.popup-overlay .close-btn::before {
    transform: rotate(45deg);
}
.popup-overlay .close-btn::after {
    transform: rotate(-45deg);
}
/* Left Content */

.popup-content {
    flex: 1;
    padding: 60px 50px;
    background: #FFB3E6;
    background: linear-gradient(135deg, #FFB3E6 0%, #FF9FDB 100%);
}
.popup-content h3 {
    font-size: 2.5rem;
}
/* Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-overlay .maillaag .flexbox-wrapper .content .tekst, .popup-overlay .maillaag .flexbox-wrapper .content .tekst .gform_wrapper.gravity-theme{
    margin-bottom: 0!important;
}
/* Mobile Responsive */

@media (max-width: 768px) {
    .popup-container .inner {
        padding: unset;
    }
    .popup-container .flexbox-wrapper .content .tekst h3 {
        font-size: 30px!important;
        padding-right: 30px;
    }
    .popup-overlay .content-afbeelding .inner>.flexbox-wrapper>span {
        display: none;
    }
    .popup-container {
        flex-direction: column;
        max-width: 90%;
    }
    .popup-content {
        padding: 40px 30px;
    }
    .popup-content h3 {
        font-size: 1.8rem;
    }
    .popup-overlay .close-btn {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 480px) {
    .popup-content {
        padding: 30px 20px;
    }
    .popup-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .popup-container .gform_wrapper.gravity-theme .gform_body input{
        height: 50px;
        padding: 20px 24px;
    }
    
    .popup-container .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
        height: 40px!important;
        font-size: 18px;
        padding: 12px 23px;
        top: 9px;
    }

    #field_2_3, #field_2_4{
        margin-bottom: -16px!important;
    }
}