/**
Theme Name: publicroam
Version: 1.0.0
Author: DIGIWEDO
Author URI: https://digiwedo.nl/
Text Domain: publicroam
 */

/*------------------------------------ Algemeen ------------------------------------*/
html {
    scroll-behavior: smooth;
}

body .is-layout-grid {
    width: 100%;
}

body {
    overflow-x: hidden;
}

body.home ul.wp-block-polylang-language-switcher {
    display: none;
}

mark {
    background: transparent;
}

p, li {
    line-height: 1.875rem;
}

.is-layout-flow > .alignright {
    margin-inline-start: 0;
}

.content {
    line-height: 1.5;
}

.wp-block-button a {
    font-weight: 700;
    transition: 0.3s;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.green-w-full a {
    width: 100%;
}

.schema-faq-answer a {
    color: var(--wp--preset--color--red-600);
}

.schema-faq p.schema-faq-answer {
    line-height: 1.875;
}

.schema-faq .schema-faq-question {
    font-size: 1rem;
}

.h-full img {
    height: 100%;
}

.img-cover img {
    object-fit: cover;
}

h2.wp-block-post-title {
    line-height: 1.4;
}

.image-background-red {
    background: var(--wp--preset--color--red-600);
    padding: 10px;
    border-radius: 50%;
}

.image-background-gray img {
    background: var(--wp--preset--color--white-200);
    padding: 10px;
    border-radius: 50%;
}

.image-background-white img {
    background: var(--wp--preset--color--white);
    padding: 10px;
    border-radius: 50%;
}

.flex-grow-1 {
    flex-grow: 1;
}

.gallerij-sector figure {
    max-width: 150px !important;
}
.single-sector main, .single-deelnemer main, .single-post main, .single-ervaring main {
    margin-top: 0 !important;
}

.tarieven-wrapper {
    margin-block-start: -3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.link a {
    text-decoration: none;
}

a.color-red {
    color: var(--wp--preset--color--red-600);
}

figure {
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
}

a:has(mark) {
    color: var(--wp--preset--color--red-600);
}

/*Verberg kruimelpad op homepage*/
.page-id-10 .yoast-breadcrumbs,
.page-id-2569 .yoast-breadcrumbs,
.page-id-351 .yoast-breadcrumbs {
    display: none;
}

.page-id-10 .is-homepage,
.page-id-2569 .is-homepage,
.page-id-351 .is-homepage {
    justify-content: right;
}

.hero-tilt {
    position: relative;
    /*clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);*/
    /*clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);*/
}
.hero-tilt > .wp-block-group > * {
    z-index: +1;
}

.hero-tilt > .wp-block-group:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 200%;
    background: var(--wp--preset--color--blue-700);
    transform: rotate(-8deg);
    transform-origin: bottom left;
    pointer-events: none;
}

.hero-title-tilt {
    /*transform: rotate(-3.621deg);*/
    /*transform-origin: left;*/
}

/*Button solid white*/
.is-style-solid-white a {
    border: 2px solid var(--wp--preset--color--white);
}

.is-style-solid-white a:hover {
    background: var(--wp--preset--color--white-300);
    color: var(--wp--preset--color--white-950);
    border: 2px solid var(--wp--preset--color--white-300);
}


/*Button outline white*/
.is-style-outline-white a {
    border: 2px solid var(--wp--preset--color--white);
    transition: .3s;
    border-radius: 0.5rem;
}

.is-style-outline-white a:hover {
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--white-950);
}

.mobile-infovoor-button a {
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.button-bg-blue a {
    background: var(--wp--preset--color--blue-700);
}

/*Button solid red*/
.is-style-solid-red a {
    border: 2px solid var(--wp--preset--color--red-600);
}

.is-style-solid-red a:hover {
    border: 2px solid var(--wp--preset--color--red-800);
    background: var(--wp--preset--color--red-800);
}

/*Button solid blue*/
.is-style-solid-blue a {
    border: 2px solid var(--wp--preset--color--blue-700);
}

.is-style-solid-blue a:hover {
    border: 2px solid var(--wp--preset--color--blue-800);
    background: var(--wp--preset--color--blue-800);
}

/*Button solid green */
.is-style-solid-green a {
    background: var(--wp--preset--color--green-600);
    border: 2px solid var(--wp--preset--color--green-600);
}

/*.is-style-solid-green a:hover {*/
/*    border: 2px solid var(--wp--preset--color--green-800);*/
/*    background: var(--wp--preset--color--green-800);*/
/*}*/

/*Button arrow*/
.is-style-underline-arrow a {
    position: relative;
    font-weight: 400 !important;
}

.is-style-underline-arrow a:after {
    content: '';
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    width: 0.875rem;
    height: 1.875rem;
    background-image: url('/wp-content/uploads/2025/01/Component-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

.is-style-underline-arrow a:hover:after {
    margin-left: 1rem;
}

/*Help blocks*/


.help-blocks {
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0.313rem;
    text-align: center;
    padding: 1.25rem 0;
    flex-direction: column;
    transition: .2s;
    min-height: 150px;
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
}

.help-blocks:hover {
    transform: scale(1.05);
}

/*Notification red*/
.is-style-notification-blue,
.is-style-notification-red,
.notification-red,
.notification-blue,
.notification-link {
    display: inline-block;
    position: relative;
    border-radius: 0.375rem;
    padding: 10px 50px;
    line-height: 1.5em;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.is-style-notification-red,
.notification-red {
    background: var(--wp--preset--color--red-200);
}

.is-style-notification-blue,
.notification-blue {
    background: var(--wp--preset--color--blue-200);
}

.notification-link {
    background: var(--wp--preset--color--white-200);
}

.is-style-notification-blue::before,
.is-style-notification-red::before,
.notification-red::before, .notification-blue::before, .notification-link::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 1.25rem;
    width: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
}
.is-style-notification-red::before,
.notification-red::before {
    background-image: url("/wp-content/uploads/2025/02/mdi-information-slab-circle-1.svg");
}

.is-style-notification-blue::before,
.notification-blue::before {
    background-image: url("/wp-content/uploads/2025/02/mdi-information-slab-circle.svg");
}

.notification-link::before {
    background-image: url("/wp-content/uploads/2025/02/mdi-link-variant.svg");
}

/*Mark gray*/
.mark-gray {
    display: inline-block;
    background: var(--wp--preset--color--white-200);
    border-radius: 0.375rem;
    padding: 15px 23px;
    width: 100%;
}

/*Deelnemer query*/
/*.deelnemer-query .deelnemer-query--text-wrapper, .deelnemer-query .deelnemer-query--title {*/
/*    flex-grow: 1;*/
/*}*/

/*.deelnemer-query--wrapper {*/
/*    height: 100%;*/
/*}*/

.deelnemer-query a.wp-block-read-more {
    background: var(--wp--preset--color--white);
    border: 2px solid var(--wp--preset--color--white);
    border-radius: 0.5rem;
    color: var(--wp--preset--color--black);
    padding: 0.75rem 2.5rem;
    line-height: 1;
    transition: .3s;
}

.deelnemer-query a.wp-block-read-more:hover {
    background: var(--wp--preset--color--white-300);
    color: var(--wp--preset--color--white-950);
    border: 2px solid var(--wp--preset--color--white-300);
}

/*------------------------------------ Header ------------------------------------*/
.wp-block-template-part:has(.is-sticky-header) {
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: var(--wp--preset--color--white);
}

.wp-block-template-part {
    margin-block-start: 0 !important;
}


.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    box-shadow: 0 0 3px #00000029;
    z-index: 99999;
    background: var(--wp--preset--color--white);
    min-width: auto !important;
    width: auto !important;
    flex-direction: column;
    padding: 7px 26px;
    border-radius: 2px;
    text-wrap: nowrap;
}

span.wp-block-navigation-item__label, a.wp-block-navigation-item__content {
    font-size: 0.875rem;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container li {
    border-bottom: 1px solid var(--wp--preset--color--white-200);
    margin: 0;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container li:last-child {
    border-bottom: none;
    margin: 0;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container a {
    line-height: 36px;
    font-size: 14px !important;
    font-weight: 700;
}

.wp-block-navigation__container li:not(.last-menu-item):not(.last-menu-item-organisatie):not(:last-child) a:hover,
.wp-block-navigation__container li:not(.last-menu-item):not(.last-menu-item-organisatie):not(:last-child):hover > a {
    color: var(--wp--preset--color--red-600) !important;
}

.header-white-btn {
    padding: 0.313rem 0.75rem 0.313rem 1rem;
}
.header-white-btn--iconwrapper {
    gap: 0.5rem;
}

.header-breadcrumb * {
    font-size: 0.875rem;
    font-weight: 700;
}

.header-bottom-bar {
    z-index: 9;
}

.header-bottom-bar  * {
    font-size: 0.875rem;
}

.last-menu-item-organisatie a {
    background: var(--wp--preset--color--green-600) !important;
    color: var(--wp--preset--color--white) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem;
}

.last-menu-item-organisatie a:hover {
    background: var(--wp--preset--color--green-600) !important;
    color: var(--wp--preset--color--white) !important;
}


.last-menu-item a, .voor-organisaties-menu li:last-child a {
    background: var(--wp--preset--color--blue-700) !important;
    color: var(--wp--preset--color--white) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem;
}

.last-menu-item a:hover, .voor-organisaties-menu li:last-child a:hover {
    background: var(--wp--preset--color--blue-800) !important;
    color: var(--wp--preset--color--white) !important;
}

.voor-organisaties-menu li a {
    padding: 0.5rem 1rem !important;
}

.header-white-seperator {
    gap: 1px;
}

.header-white-seperator > :first-child {
    border-right: 1px solid var(--wp--preset--color--white);
}

.header-white-seperator p {
    padding: 0 0.5rem;
}

.header-white-seperator a:hover {
    text-decoration: underline;
}



.hulp-verbinden {
    margin-left: auto;
}

.hulp-verbinden a {
    position: relative;
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 1.25em 2.375em;
    background-color: var(--wp--preset--color--blue-700);
    text-decoration: underline;
    font-weight: 700;
}

.hulp-verbinden a:hover:before {
    margin-right: 12px;
}

.hulp-verbinden a::before,
.hulp-verbinden a::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.hulp-verbinden a::before {
    background-image: url('/wp-content/uploads/2025/01/Component-1-1.svg');
    margin-right: 8px;
}

.hulp-verbinden a::after {
    background-image: url('/wp-content/uploads/2025/01/Component-1-2.svg');
    margin-left: 8px;
}

.header-contact a::before {
    background-image: url('/wp-content/uploads/2025/02/mdi-phone.svg');
    margin-right: 8px;
}

.yoast-breadcrumbs.header-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voor-organisaties-menu .wp-block-navigation-item__content.active {
    font-weight: bold !important;
    color: var(--wp--preset--color--red-600) !important;
    background: var(--wp--preset--color--white) !important;
}



/*------------------------------------ Footer ------------------------------------*/


.full-bg-red-left, .footer-full-bg-blue, .full-bg-gray-left {
    position: relative;
}

.full-bg-red-left:before {
    content: "";
    background: var(--wp--preset--color--red-600);
    position: absolute;
    width: 400%;
    height: 100%;
    top: 0;
    left: -400%;
}

.full-bg-gray-left:before {
    content: "";
    background: var(--wp--preset--color--white-200);
    position: absolute;
    width: 400%;
    height: 100%;
    top: 0;
    left: -400%;
}

.footer-full-bg-blue:before {
    content: "";
    background: var(--wp--preset--color--blue-700);
    position: absolute;
    width: 400%;
    height: 100%;
    top: 0;
    right: -400%;
}

footer.wp-block-template-part {
    overflow: hidden;
}

footer.wp-block-template-part > div {
    padding: 0;
}

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

p.gform_required_legend {
    display: none;
}

.gform-body.gform_body ::placeholder {
    opacity: 0.4;
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
    padding-block-end: 0 !important;
    border-block-end: 0 !important;
}

h3.gsection_title, .gform-body h3 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
}

.gform_wrapper.gravity-theme .gform_footer input {
    background: var(--wp--preset--color--red-600);
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    color: var(--wp--preset--color--white);
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Open Sans", serif;
    cursor: pointer;
    transition: .3s;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    background: var(--wp--preset--color--red-800);
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, textarea {
    border: 1px solid;
    border-color: var(--wp--preset--color--white-300);
    border-radius: 6px;
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    padding: 0.5rem 1.5rem;
    font-size: 1.125rem;
    font-family: inherit;
}

label.gfield_label.gform-field-label {
    position: relative;
}

.sms-mobile label:before, .sms-email label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-bottom: -2px;
}

.sms-mobile label:before {
    background-image: url("/wp-content/uploads/2025/02/mdi-phone-outline.svg");
}

.sms-email label:before {
    background-image: url("/wp-content/uploads/2025/02/mdi-envelope-open-outline.svg");
}

.sms-mobile {
    margin-bottom: 1rem;
}

.ontvang-sms h2.gform_title {
    font-size: 1.25rem;
}

.captcha-image {
    width: 100%;
}

/*Form ID 5*/
#gform_5 table tr td:first-of-type {
    width: 200px !important;
}

#gform_5 table tr td {
    padding: 0 30px;
}

td.pd-r a {
    color: var(--wp--preset--color--red-600);
}

/*Footer*/
#gform_wrapper_3 {
    width: 100%;
}

.gform_footer {
    margin-top: 2.5rem !important;
}

input#gform_submit_button_3 {
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    height: 48px;
    z-index: 10;
    position: relative;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    margin-left: -1rem;
    width: 100%;
    cursor: pointer;
}

#gform_fields_3 div#field_submit {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

div#gform_fields_3 input {
    height: 50px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-family: "Open Sans", serif;
}

div#gform_fields_3 {
    position: relative;
}
input#input_3_1 {
    background: #981B26 !important;
    color: #ffffff !important;
    padding: 1rem 1rem 1rem 2rem;
}

input#input_3_1::placeholder {
    color: var(--wp--preset--color--white); !important;
    opacity: 1;
}

form#gform_3 .gform-footer.gform_footer.top_label {
    display: none;
}

.has-link-no-shrink a {
    white-space: nowrap;
}

.ginput_container_number .instruction {
    display: none !important;
}

.mobile-language-switcher {
    padding-left: 10px;
}

.hero-image-homepage {
    padding-left: 0 !important;
}

/*------------------------------------ Mobile ------------------------------------*/

@media (min-width: 1024px) {
    .image-row {
        position: relative;
        margin-top: -25rem !important
    }

    .hero-small > .wp-block-group {
        min-height: 20rem;
    }
}

@media (min-width: 1025px) {
    .wp-block-cova-mobile-menu {
        display: none;
    }

    .desktop-none {
        display: none !important;
    }
}

@media (max-width: 1280px) {
    figure.tilt-image img {
        height: 100%;
        object-fit: cover;
    }

    .yoast-breadcrumbs.header-breadcrumb {
        margin-left: 1rem;
    }
}

@media (max-width: 1024px) {
    /* 	Algemeen */
	
	.is-homepage {
		display:block !important;
	}
	
	.page-id-10 .is-homepage,
.page-id-2569 .is-homepage,
.page-id-351 .is-homepage {
    display: flex !important;
}
	
    .is-layout-grid {
        grid-template-columns: 1fr;
    }
    .is-layout-grid > * {
        grid-column: 1 / -1;
    }
    .wp-block-buttons > .wp-block-button:first-child::after {
        display: none;
    }
    .md-dp-none {
        display: none;
    }
    .mobile-none {
        display: none !important;
    }
    .desktop-menu {
        display: none;
    }
    .is-homepage {
        display: flex;
        justify-content: center !important;
    }
    .mobile-center {
        display: flex !important;
        justify-content: center;
    }
    .md-py4 {
        padding: clamp(2rem, 2rem + ((1vw - 0.2rem) * 2.857), 4rem) 1.5rem;
    }
    .grid-help-blocks {
        grid-template-columns: 1fr 1fr;
    }
    .grid-help-blocks >div {
        grid-column: inherit !important;
    }
    .content {
        line-height: 2.5rem;
    }

    .hero-tilt {
        /*clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);*/
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    }
    /*Header*/
    .wp-block-cova-mobile-menu .menu-container__open-button {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .wp-block-cova-mobile-menu .menu-container__open-button svg {
        stroke: var(--wp--preset--color--black);
    }
    .header-bottom-dp-none {
        display: none !important;
    }
    .header-infovoor-none {
        display: none !important;
    }
    .header-bottom-bar {
        padding: 1rem 0;
    }
    .header-breadcrumb {
        padding: 0 1.5rem;
    }
    .wp-block-cova-mobile-menu.is-open .wp-block-cova-mobile-menu__menu-container {
        z-index: 9999;
    }

    .wp-block-group.has-white-background-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
        margin-top: 0 !important;
        padding: var(--wp--preset--spacing--xs) 1.5rem;
        overflow-y: scroll;
    }
    /*header {*/
    /*    position: sticky;*/
    /*    top: 0;*/
    /*    z-index: 9999;*/
    /*}*/

    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .mobile-menu-list a {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .mobile-menu-list > li {
        padding: 10px;
        cursor: pointer;
        position: relative;
    }

    .mobile-submenu {
        display: none;
        flex-direction: column;
        list-style-type: none;
        margin-top: 1rem;
        padding: 1px 0;
        gap: 1px;
        background-color: var(--wp--preset--color--white-200);
        margin-left: 1.5rem;
    }

    .mobile-submenu li {
        padding: 1rem 0;
        background: var(--wp--preset--color--white);
        margin-left: 0;
    }

    .mobile-dropdown-ul::after {
        content: "▼";
        font-size: 8px;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: transform 0.3s ease;
    }

    .mobile-dropdown-ul.open::after {
        transform: rotate(180deg);
    }

    .mobile-dropdown-ul.open .mobile-submenu {
        display: flex;
    }

    span.menu-container__close-button {
        top: 15px !important;
    }

    .info-organisatie-btn a {
        position: relative;
        margin: 0;
        display: inline-flex;
        align-items: center;
        padding: 1.563rem 0;
        background-color: var(--wp--preset--color--green-600);
        border-radius: 6px;
        font-size: 18px;
        font-weight: bold;
        color: var(--wp--preset--color--white);
        width: 100%;
        justify-content: center;
    }

    .info-organisatie-btn a:hover:before {
        margin-right: 12px;
    }


    .info-organisatie-btn a::before,
    .info-organisatie-btn a::after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: .3s;
    }

    .info-organisatie-btn a::before {
        background-image: url('/wp-content/uploads/2025/01/Component-1-1.svg');
        margin-right: 1.25rem;
    }

    .info-organisatie-btn a::after {
        background-image: url('/wp-content/uploads/2025/01/Component-1-2.svg');
        margin-left: 1.25rem;
    }

    .mobile-infovoor-button a {
        padding: calc(0.667em + 2px) calc(1.333em + 2px);
    }
    .is-homepage-mobile {
        padding: var(--wp--preset--spacing--xs) 1.5rem !important;
        justify-content: flex-start;
    }


    /*Footer*/
    .footer-full-bg-blue:before, .full-bg-red-left:before {
        display: none;
    }
    .md-image-fullwidth {
        width: 100%;
        height: auto;
    }
    /*Gravity Forms*/
    .nomargin {
        width: 100%;
    }
    .nomargin tr {
        display: flex;
        flex-direction: column;
    }
    .nomargin td {
        width: 100%;
        padding: 0;
    }
    #gform_5 table tr td {
        padding: 1rem 0;
    }
    input#gform_submit_button_3 {
        margin-left: 0;
    }
    .footer-row-mobile {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
}

/*@media (max-width: 420px) {*/
/*    .hero-title-tilt {*/
/*        rotate: -4deg;*/
/*    }*/
/*}*/

/*.wp-block-group > .splide {*/
/*    max-width: 100vw;*/
/*}*/

.deelnemer-query {
    max-width: 100% !important;
}
}

.wp-block-polylang-language-switcher_flags {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}


/* Afstand koptekst bij # scroll link */
:target {
    scroll-margin-top: 6rem;
}


.deelnemer-query .deelnemer-query--text-wrapper {
    justify-content: space-between;
}


.pll-switcher-select {
    border: 1px solid var(--wp--preset--color--white-300);
    border-radius: 6px;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M352 256c0 22.2-1.2 43.6-3.3 64l-185.3 0c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64l185.3 0c2.2 20.4 3.3 41.8 3.3 64zm28.8-64l123.1 0c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64l-123.1 0c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32l-116.7 0c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0l-176.6 0c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0L18.6 160C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192l123.1 0c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64L8.1 320C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6l176.6 0c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352l116.7 0zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6l116.7 0z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-size: var(--wp--preset--font-size--body);
    background-position: 0.75rem center;
    color: #000000;
    padding: 0.5rem 1.25rem 0.5rem 2.5rem;
    line-height: 1;
    font-size: var(--wp--preset--font-size--body);
}

.pll-switcher-select:focus {
    outline: none;
}

/* Yoast FAQ */
.schema-faq-section {
    border: 1px solid var(--wp--preset--color--white-300);
    border-radius: 6px;
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
}

.schema-faq-section.open .schema-faq-answer {
    display: block;
}

.schema-faq-question {
    font-size: 1.11em; /* 20px */
    display: block;
    cursor: pointer;
    padding: 1rem;
}

.open .schema-faq-question {
    background-color: #f7f7f7;
}

.schema-faq-section::after {
    position: absolute;
    content: "+";
    right: 1rem;
    line-height: 3;
    top: 0;
    font-size: 1.25rem;
}

p.schema-faq-answer {
    max-width: 100%;
    padding: 1rem;
}

.schema-faq-answer {
    display: none;
}

.wp-block-social-links .wp-social-link svg {
    width: 32px;
    height: 32px;
}

.wp-block-heading.has-arrow-down-after {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.wp-block-heading.has-arrow-down-after img {
    width: 1em !important;
    height: 1em !important;
}

.ginput_container_consent input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
}

li.wp-block-polylang-navigation-language-switcher > a {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
}

li.wp-block-polylang-navigation-language-switcher.lang-item-nl > a:after,
ul.wp-block-polylang-navigation-language-switcher > .lang-item-nl  > a:after {
    content: "NL";
}

li.wp-block-polylang-navigation-language-switcher.lang-item-en > a:after,
ul.wp-block-polylang-navigation-language-switcher > .lang-item-en > a:after {
    content: "EN";
}

ul.wp-block-polylang-navigation-language-switcher .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--red-600);
}

ul.wp-block-polylang-navigation-language-switcher .lang-item img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

.wp-block-polylang-navigation-language-switcher .wp-block-navigation__submenu-container li {
    border-bottom: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.max-w-alignwide {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .max-w-alignwide {
        width: auto;
        margin-top: 0 !important;
        margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
        margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    }

    .wp-block-group:has(> .has-white-clippath-v3) {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
	.is-style-underline-arrow a {
		text-align: left;
	}
}

.overflow-hidden {
    overflow: hidden;;
}

.logo-gallery img {
    object-fit: contain !important;
}


@media screen and (min-width: 1px) {
    .has-header-v8 {
        position: relative;
        background-image: none !important;
        overflow-x: clip;
    }

    .is-header-v8 {
        position: relative;
        z-index: +1;

        &:before {
            content: '';
            position: absolute;
            right: -8rem;
            bottom: 0;
            background: var(--wp--preset--color--blue-800);
            transform: rotate(-9deg);
            width: 200%;
            height: 200%;
        }

        & > div {
            position: relative;
            z-index: +1;

            &:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 110%;
                width: 100%;
                background: var(--wp--preset--color--white);
            }
        }
    }
}

.is-video-button-wrapper {
    position: absolute;
    top: 25%;
    left: -25%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: +1;
}

.is-video-button {
    padding: 0.5rem 1rem;
    gap: 0.25rem;
    box-shadow: 1px 1px 3px rgb(255 255 255 / 0.1);
}

.is-video-button * {
    line-height: 1.1;
}

@media screen and (max-width: 64rem) {
    .is-video-button-wrapper {
        display: none !important;
    }
}

.gfield--type-frcaptcha label {
    display: none !important;
}
