/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* import font family */
@import url('/wp-content/plugins/af-frontend/recoleta.woff');
@import url('/wp-content/plugins/af-frontend/redhad-italic.woff');
@import url('/wp-content/plugins/af-frontend/redhad-regular.woff');

/*import Recoleta-Black.otf */
@import url('/wp-content/plugins/af-frontend/recoleta-black.woff');
/* make it work */
@font-face {
    font-family: 'Recoleta';
    src: url('/wp-content/plugins/af-frontend/recoleta.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Recoleta';
    src: url('/wp-content/plugins/af-frontend/recoleta.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/* body font */
:root {
    --bodyfont: 'Red Hat Display', sans-serif;
    --headerfont: 'Recoleta', serif;
    --border-radius-large: 30px;
    --border-radius-medium: 12px;
    --border-radius-small: 6px;
    --af_diagonal_radius: var(--border-radius-medium) var(--border-radius-small) var(--border-radius-medium) var(--border-radius-small);
    --af_diagonal_radius_large: var(--border-radius-large) var(--border-radius-small) var(--border-radius-large) var(--border-radius-small);
    --shadow-md: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

html {
    overflow-x: clip;
}

body {
    font-family: var(--bodyfont);
    font-weight: 400;
    font-style: normal;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

/* font-size: 32px - 98px bij min vw van 380px en een max van 1140px */
.af_subheader,
.af_moduleheader,
.af_miniheader,
.af_header {
    padding: 0px !important;
    margin: 0px !important;
    font-family: var(--headerfont) !important;
    font-size: clamp(2rem, -0.063rem + 8.684vi, 6.125rem) !important;
    font-weight: 700 !important;
    line-height: 1.0em !important;
    padding-bottom: 9px !important;
}

/* font-size: 26px - 54px bij min vw van 380px en een max van 1140px */
.af_subheader {
    font-size: clamp(2rem, 1.313rem + 2.895vi, 3.375rem) !important;
}

/* font-size: 22px - 32px bij min vw van 380px en een max van 1140px */
.af_moduleheader {
    font-size: clamp(1.375rem, 1.063rem + 1.316vi, 2rem) !important;
}

.af_header {}

.af_txt_fineprint,
.af_list li,
.af_text {
    font-size: 18px !important;
    line-height: 1.8em !important;
    font-family: var(--bodyfont) !important;
    color: var(--tekst) !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
}

li {
    font-family: var(--bodyfont) !important;
}

.af_txt_secondary>a,
.af_text a {
    color: var(--tekst) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.af_txt_white {
    color: #FFFFFF !important;
}

a.af_txt_primary,
.af_txt_primary {
    color: var(--primary) !important;
}

.af_txt_light {
    color: #D3DDDE !important;
}

.af_txt_secondary {
    color: var(--secondary) !important;
}

.af_miniheader {
    font-size: 28px !important;
}

.af_txt_fineprint {
    font-size: 14px !important;
}

.af_banner {
    padding: 15px;
    border-radius: var(--border-radius-small);
    font-weight: 600;
    font-size: 18px !important;
    margin: auto;
    background-color: var(--secondary-lighter);
    font-family: var(--headerfont) !important;
    color: #FFFFFF;
}

.af_flex_h {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.af_flex_center {
    justify-content: center;
    align-items: center;
}

.af_space_between {
    justify-content: space-between;
}


.af_hero_img.af_hero_img_small.af_hero_niks {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.af_hero_wrapper.af_col_af_hero_img_small>div.af_hero_content_wrapper {
    grid-gap: 60px;
}

.af_hero_wrapper.af_col_af_hero_img_small>div.af_hero_content_wrapper {
    grid-template-columns: 1fr 280px !important;
}

.af_hero_content>p {
    max-width: 700px;
}
.afs_contact_blobs{
    position:relative;
}
.afs_contact_blobs::after,
.afs_contact_blobs::before,
.af_hero_img_blobbg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 500px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("/wp-content/uploads/2025/12/blob-mask-bg.svg");
    content:"";
}
.afs_contact_blobs::after{
    animation: fadeInLeftLong 1s ease-in-out;
}
.afs_contact_blobs::before{
    animation: fadeInRightLong 1s ease-in-out;
    left: auto;
    right: 0px;
    bottom: 0px;
    top: auto;
    background-image: url("/wp-content/plugins/af-frontend/blobs/blob-bottom-right.svg");
    background-position: top right;
    background-size: cover;
    animation: fadeInRight 1s ease-in-out;
}


.af_center {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
}

.af_flex_v {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.afs_blob_left_top {
    position: relative;
}

.afs_blob_left_top::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    background-image: url("/wp-content/plugins/af-frontend/blobs/blob-left-top.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
}

.pd20 {
    padding: 20px;
}

.pdh20 {
    padding-left: 20px;
    padding-right: 20px;
}


.af_hero_wrapper.af_hero_no_image.af_col_af_hero_img_small>div.af_hero_content_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.af_hero_wrapper.af_hero_no_image.af_col_af_hero_img_small>div.af_hero_content_wrapper>div.af_hero_text {
    margin: 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
}



.af_arrow_module{
    position:relative;
    padding-right: 40px!important;
    cursor: pointer;
    transition-timing-function:cubic-bezier(0, 0.708, 0, 0.983);
    transition-duration:0.8s;
}
.af_arrow_module::after{
    content:"";
    position:absolute;
    top:10px;
    right:10px;
    width:50px;
    height:50px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20fill%3D%22%23eb5d1f%22%20d%3D%22M15.5857864%2C12%20L7.29289322%2C20.2928932%20C6.90236893%2C20.6834175%206.90236893%2C21.3165825%207.29289322%2C21.7071068%20C7.68341751%2C22.0976311%208.31658249%2C22.0976311%208.70710678%2C21.7071068%20L17.7071068%2C12.7071068%20C18.0976311%2C12.3165825%2018.0976311%2C11.6834175%2017.7071068%2C11.2928932%20L8.70710678%2C2.29289322%20C8.31658249%2C1.90236893%207.68341751%2C1.90236893%207.29289322%2C2.29289322%20C6.90236893%2C2.68341751%206.90236893%2C3.31658249%207.29289322%2C3.70710678%20L15.5857864%2C12%20Z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-size:25px;
    background-repeat:no-repeat;
    background-position:center;
}
.af_arrow_module:hover{
    opacity:0.8;
    transform: scale(1.011);
}


.af_footer_links {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.af_footer_links .af_footer_linkscol {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-content: center;
    align-items: center;
}
.af_footer_links .af_footer_linkscol .af_text{
    margin: 0px!important;
    padding: 0px!important;
}
.af_footer_links .af_footer_linkscol .af_footer_socials {
    display: flex;
    flex-direction: row;
    gap: 3px;
}
.af_footer_links .af_footer_linkscol .af_footer_socials .af_footer_sociallink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2px;
}
.af_footer_links .af_footer_linkscol .af_footer_socials img {
    width: 24px;
}

@media (max-width: 768px) {
    .af_footer_links {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .af_footer_links .af_footer_linkscol{
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
}

/* Fix Divi row */
@media only screen and (max-width: 980px) {
    .et_pb_row.et_pb_row_0.”reverse-order”.et_pb_equal_columns.et_pb_gutters2 {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 30px;
    }
}