@font-face {
    font-family: 'Gill Sans Bold Italic';
    src: url('../../gill/Gill-Sans-Bold-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Bold';
    src: url('../../gill/Gill-Sans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Heavy Italic';
    src: url('../../gill/Gill-Sans-Heavy-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Heavy';
    src: url('../../gill/Gill-Sans-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Italic';
    src: url('../../gill/Gill-Sans-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Light Italic';
    src: url('../../gill/Gill-Sans-Light-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Light';
    src: url('../../gill/Gill-Sans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Medium Italic';
    src: url('../../gill/Gill-Sans-Medium-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Medium';
    src: url('../../gill/Gill-Sans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../../gill/Gill-Sans.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Condensed Bold';
    src: url('../../gill/GillSans-Condensed-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('../../gill/GillSans-Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Ibarra Real Nova Bold BT';
    src: url('../../gill/Ibarra Real Nova-bold-bt.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova Bold';
    src: url('../../gill/Ibarra Real Nova-Bold-font.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova Bold BT Alt';
    src: url('../../gill/Ibarra Real NovaBoldBT.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova Bold Italic BT';
    src: url('../../gill/Ibarra Real NovaBoldItalicBT.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova BT';
    src: url('../../gill/Ibarra Real NovaBT.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova Italic BT';
    src: url('../../gill/Ibarra Real NovaItalicBT.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova';
    src: url('../../gill/BASKE9.ttf') format('truetype');
}

@font-face {
    font-family: 'Ibarra Real Nova';
    src: url('../../ibarra-real-nova/static/IbarraRealNova-Regular.ttf') format('truetype');
}



:root {
    --primary: #FECF06;
    --clr-white: #fff;
    --easing: all 400ms cubic-bezier(0.250, 0.250, 0.000, 1.005);
    --hover-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

    /* Onderstaande tekstgroottes zijn gemaakt o.b.v. een min.viewport van 380px en een max.viewport van 1240px */
    --text-xl: clamp(2.5rem, 1.948rem + 2.326vi, 3.75rem); /* Maximaal 60px, minimaal 40px */
    --text-lg: clamp(1.75rem, 1.419rem + 1.395vi, 2.5rem); /* Maximaal 40px, minimaal 28px */
    --text-md: clamp(1.25rem, 1.14rem + 0.465vi, 1.5rem); /* Maximaal 24px, minimaal 20px */
}


.ec_header_content_center>ul,
.ec_header_content_lower>ul {
    display: flex;
    gap: 20px;
    list-style: none !important;
}

.ec_header>*,
.ec_header>*>*,
.ec_header>*>*>*,
.ec_header>*>*>*>* {
    margin: 0px !important;
    padding: 0px !important;
}

.ec_header {
    height: 160px;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    /* background-color: rgba(0,0,0,.1); */
}

.ec_header_inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.ec_header_inner {
    height: calc(100% - 80px);
    background-color: black;
}

.ec_header_innercontent {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    max-width: 1080px;
}

.ec_header_mobile_menu {
    display: none;
}

@media only screen and (max-width: 980px) {
    .ec_header_content_center, .ec_header_content_lower {
        display: none !important;
    }

    .ec_header_mobile_menu {
        display: flex;
        align-items: center;
    }
}



.ec_header_content_lower {
    position: absolute;
    right: 0px;
    bottom: -40px;
}

.ec_header_logo {
    width: 200px;
    height: calc(100% + 60px);
    margin-top: -30px !important;
    /* border: 1px solid blue; */
    position: relative;
}

.ec_header_logo_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.ec_header_content_center {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px !important;
}

.etxt_tiny, a.etxt_tiny {
    font-family: 'Gill Sans', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 17px !important;
}

.etxt_header {
    font-family: 'Ibarra Real Nova', sans-serif;
    font-weight: 400;
    color: black;
    font-size: var(--text-xl) !important;
    letter-spacing: -3.5px;
}

/* .etxt_subheader_tiny, */
.etxt_subheader {
    font-family: 'Ibarra Real Nova', sans-serif;
    font-weight: 400;
    color: black;
    font-size: var(--text-lg) !important;
    letter-spacing: -1.2px;
}

.etxt_moduleheader,
.etxt_subheader_tiny {
    margin-top: 10px;
    font-size: 18px !important;
    font-family: 'Gill Sans Medium', sans-serif;
    color: black!important;
}

.etxt_moduleheader {
    margin-top: 0px;
    font-size: 20px !important;
    color: black!important;
    font-weight: 600;
}

.etxt_body_tiny,
.etxt_body_strong,
.etxt_body {
    font-family: 'Gill Sans Light', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 18px !important;
    line-height: 1.35em;
    margin-top: 10px;
}

.etxt_body_strong {
    font-family: 'Gill Sans Medium', sans-serif;
}

.etxt_body_tiny {
    font-family: 'Gill Sans Light', sans-serif;
    font-size: 15px !important;
}

.ec_btn,
a.ec_btn {
    font-family: 'Gill Sans Medium', sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 20px;
    text-transform: uppercase;
}

div.ec_header_content_lower>ul>li>a,
div.ec_header_content_center>ul>li>a {
    font-family: 'Gill Sans Medium', sans-serif;
    font-weight: 600;
    font-size: 17px !important;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

div.ec_header_content_lower>ul>li>a {
    color: black;
}

/* span.ec_gradient_fx {
    width: 1500px;
    height: 1500px;
    top: 0px;
    left: 0px;
    background: radial-gradient(circle, rgba(255, 245, 102, 1) 0%, rgba(255, 212, 1, 0) 46%);
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    filter: blur(200px);
    opacity: 8;
    transition-duration: .1s;
    z-index: 0;
}

.ec_gradient {
    overflow: hidden;
} */

.ec_homequote {
    padding-left: 25%;
    position: relative;
    padding: 30px 0px;
    text-align: right;
}

.ec_homequote::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #f6f6f6;
    top: 0px;
    left: -20px;
    z-index: -1;
}

.ec_agenda_list>ul {
    list-style: none;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
}

.ec_agenda_list>ul>li {
    list-style: none;
    cursor: pointer;
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background-color: #f5f5f5;
    position: relative;
    transition: var(--easing);
}

.ec_agenda_list>ul>li::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 100%;
    background-size: 20px;
    opacity: 0.1;
    background-position: center;
    background-repeat: no-repeat;
    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%235e5e5e%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');
}

.ec_agenda_list>ul>li:hover {
    transform: scale(1.01);
    background-color: white;
    box-shadow: var(--hover-shadow);
    border-radius: 5px;
    transition: var(--easing);
}

.ec_agenda_list>ul>li:hover::after {
    opacity: 0.5;
    background-size: 25px;
    transform: scale(1.1);
}

.ec_nieuw_sgrid>ul>li {
    transition: var(--easing);
    cursor: pointer;
}

.ec_nieuw_sgrid>ul>li:hover {
    transform: scale(1.01);
    box-shadow: var(--hover-shadow);
    border-radius: 5px;
    background-color: white;
}

.ec_agenda_list>ul>li>* {
    padding: 0px !important;
    margin: 0px !important;
}

.ec_agenda_list {
    padding: 20px 0px;
    position: relative;
}

.ec_agenda_list::after {
    background-color: white;
    content: "";
    top: 0px;
    right: 20px;
    height: 100%;
    position: absolute;
    aspect-ratio: 1/1;
    z-index: -1;
    border: 7px solid var(--primary);
}

/* Desktop Grid Layout (≥480px) */
@media only screen and (min-width: 480px) {
    .ec_nieuw_sgrid .ec_grid_desktop {
        list-style: none;
        padding: 0px !important;
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    }

    .ec_nieuw_sgrid .ec_grid_desktop li {
        background-color: #f5f5f5;
        padding: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    
    .ec_nieuw_sgrid .ec_grid_mobile {
        display: none;
    }
}

/* Mobile Carousel Layout (<480px) */
@media only screen and (max-width: 479px) {
    .ec_nieuw_sgrid .ec_grid_desktop {
        display: none;
    }
    
    .ec_nieuw_sgrid .ec_grid_mobile {
        display: block;
    }
    
    .ec_nieuw_sgrid .ec_grid_slide {
        background-color: #f5f5f5;
        padding: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        cursor: pointer;
    }
    
    .ec_nieuw_sgrid .ec_showmore {
        display: none !important;
    }
}

/* Legacy support for old class names */
.ec_nieuw_sgrid > ul {
    display: none;
}

@media only screen and (min-width: 480px) {
    .ec_nieuw_sgrid > ul {
        display: grid;
    }
}

/* Carousel Dots Styling for [ec_nieuws_grid] */
.ec_nieuw_sgrid .slick-dots {
    bottom: -50px;
    text-align: center;
}

.ec_nieuw_sgrid .slick-dots li button:before {
    color: var(--primary) !important;
    opacity: 1 !important;
    font-size: 12px;
}

.ec_nieuw_sgrid .slick-dots li.slick-active button:before {
    color: #000 !important;
    opacity: 1 !important;
}

.ec_nieuw_sgrid .slick-dots li button {
    padding: 0px !important;
    margin: 0px !important;
}

.ec_nieuw_sgrid .slick-dots li {
    margin: 0px !important;
}

.ec_nieuw_sgrid .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.ec_nieuws_grid_img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.ec_nieuws_grid_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    max-height: 100%;
    padding: 30px;
}

.ec_nieuws_grid_content>a {
    bottom: 15px;
    font-size: 14px !important;
    font-family: 'Gill Sans Light', sans-serif;
    text-decoration: underline;
}

.ec_slideshow_carousel_item_img {
    width: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1;
    transform: translateZ(0);
    /* Prepare for 3D transformations */
    will-change: transform;
    /* Optimize for performance */
}

.ec_slideshow_inner {
    position: relative;
    perspective: 1000px;
    /* Enable 3D perspective for tilt.js */
    /* tilt js compatibility */
    transform-style: preserve-3d;
    transform: translateZ(0);
    /* Prepare for 3D transformations */
}

.ec_slideshow_inner>.ec_square {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 4px solid white;
    transform-style: preserve-3d;
    transform: translateY(-15px) translateX(-15px) translateZ(20px);
    /* 3D translate for tilt.js */
    will-change: transform;
    /* Optimize for performance */
    /* pointer-events: none; */
    /* Prevent interaction with the square */
}

.ec_slideshow_carousel>ul {
    list-style: none;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    position: absolute;
    bottom: -30px;
    z-index: 10;
    width: 100%;
    justify-content: center;
    transform: translateZ(0);
    /* Prepare for 3D transformations */
}

.slick-dots li button:before {
    color: #fff !important;
    opacity: 1 !important;
    font-size: 12px !important;
}

.slick-dots li.slick-active button:before {
    color: #000 !important;
    opacity: 1 !important;
}

.slick-dots li button {
    padding: 0px !important;
    margin: 0px !important;
}

.slick-dots li {
    margin: 0px !important;
}

.ec_prev,
.ec_next {
    position: absolute;
    background-color: rgb(255 255 255 / 0%);
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.ec_prev {
    left: 0px;
    right: 0px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.ec_slideshow .slick-dots {
    transform: translateY(20px);
}

div.et_pb_section_0_tb_body,
div.et_pb_section_0 {
    padding-top: 210px !important;
}

.ec_leden_only_badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #00000047;
    padding: 4px 8px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
}

.ec_leden_only_badge>span {
    transform: translate(0px, 2px);
}

.ec_leden_only_badge>img {
    width: 18px;
}

.ec_leden_only_badge>* {
    filter: invert(1);
}

/* Desktop Grid Layout (≥980px) */
@media only screen and (min-width: 980px) {
    .ec_verslagen_desktop {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 15px;
        list-style: none;
        padding: 0px !important;
        margin: 0px !important;
    }

    .ec_verslagen_desktop li {
        list-style: none;
        padding: 0px;
        position: relative;
        aspect-ratio: 1/1;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
    
    .ec_verslagen_mobile {
        display: none;
    }
}

/* Mobile Carousel Layout (<980px) */
@media only screen and (max-width: 979px) {
    .ec_verslagen_desktop {
        display: none;
    }
    
    .ec_verslagen_mobile {
        display: block;
    }
    
    .ec_verslagen_slide_img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
}

/* Legacy support for old class names */
.ec_home_verslagen > ul {
    display: none;
}

@media only screen and (min-width: 980px) {
    .ec_home_verslagen > ul {
        display: grid;
    }
}

/* Carousel Dots Styling for [ec_home_verslagen] - Match other carousels */
.ec_home_verslagen .slick-dots {
    bottom: -50px;
    text-align: center;
}

.ec_home_verslagen .slick-dots li button:before {
    color: #fff !important;
    opacity: 1 !important;
    font-size: 12px;
}

.ec_home_verslagen .slick-dots li.slick-active button:before {
    color: #000 !important;
    opacity: 1 !important;
}

.ec_home_verslagen .slick-dots li button {
    padding: 0px !important;
    margin: 0px !important;
}

.ec_home_verslagen .slick-dots li {
    margin: 0px !important;
}

.ec_home_verslagen .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.ec_btn {
    transition: var(--easing);
}

.ec_btn:hover {
    box-shadow: var(--hover-shadow);
    transform: scale(1.015);
}

.ec_agenda_list.ec_agenda_grid {
    padding: 0px;
    position: relative;
}

.ec_agenda_grid>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    grid-gap: 15px;
}

.ec_agenda_list.ec_agenda_grid>ul>li::after {
    display: none;
}

.ec_agenda_list.ec_agenda_grid::after {
    display: none;
}

.ec_agendameta {
    width: 100%;
    float: left;
}

.ec_meta_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    padding: 0px 20px;
}

.ec_agendameta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}

.ec_agenda_list.ec_agenda_grid>ul>li {
    padding: 20px !important;
    gap: 10px;
}

.ec_agenda_actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 100%;
    float: left;
}

.ec_agenda_actions>a {
    border-top: 1px solid black;
    padding-top: 15px;
    text-align: center;
    margin-bottom: -5px;
    font-size: 16px !important;
}

div.ec_profiel_body,
#ec_leden_grid,
.ec_agenda_list.ec_agenda_grid {
    margin-top: -150px;
    z-index: 4;
}

/* Agenda item */
.ec_profiel_body,
.ec_agenda_body,
.eca_header {
    position: relative;
    padding: 0px;
    width: 100%;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 350px;
    min-height: 30vh;
}

@media only screen and (max-width: 980px) {
    .ec_agenda_body, .eca_header {
        position: relative;
        padding: 0px;
        width: 100%;
        margin: 0px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        min-height: 30vh;
        gap: 30px;
    }

    .ec_agenda_body_content {
        order: 2;
        padding: 30px 0px !important;
    }

    .ec_agenda_body_signup {
        order: 1;
    }

    .ec_profiel_body {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 30px;
    }
}



.eca_header_img {
    background-color: #ffffff00;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
    .eca_eventinfo {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.eca_eventinfo>div.ec_meta_item {
    background-color: white;
    float: left;
    border-radius: 40px;
    background-color: #f7f0b788;
    margin-right: 5px;
    width: fit-content;
}

.eca_eventinfo>div.ec_meta_item>* {
    filter: brightness(0) !important;
}

.eca_info {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}
.ec_profiel_settings,
.ec_agenda_body_signup,
.ec_agenda_body_content {
    background-color: white;
    padding: 30px;
}

@media only screen and (max-width: 980px) {
    .ec_profiel_settings {
        order: 2;
        padding: 30px 0px !important;
    }

    .ec_profiel_img {
        order: 1;
    }
}

.ec_agenda_body_signup {
    background-color: #F5F5F5;
    position: relative;
    padding-bottom: 100px;
}

.ec_field {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    gap: 10px;
}

.ec_field>input {
    width: 100%;
    padding: 10px !important;
    padding-top: 14px !important;
    font-size: 16px !important;
    background-color: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    letter-spacing: .5px !important;
}

button.ec_btn_secondary,
button.ec_btn.ec_btn_primary {
    background-color: black;
    color: white;
    padding: 10px;
    padding-top: 14px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

button.ec_btn_secondary {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #666666 !important;
    font-size: 15px !important;
    border: 0px !important;
    text-transform: none !important;
}

button>strong {
    text-decoration: underline;
    font-weight: 600;
}

.ec_loader_body {
    margin-top: 20px;
    width: 100%;
    background-color: white !important;
    position: relative;
    height: 6px;
    border-radius: 5px;
}

.ec_loader_inner {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    background-color: #BBBBBB;
    left: 0px;
    transition: width 1s ease-in-out;
    border-radius: 5px;
}

div.ec_agenda_body_content>*,
div.ec_agenda_body_content>*>*,
div.ec_agenda_body_content>*>*>* {
    margin: 0px !important;
    margin-top: 5px;
    padding: 0px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 17px;
    line-height: 1.6em;
}

.ec_field.ec_loader {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
}

.ec_loader_spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #cdcdcd;
    border-right-color: #3e3e3e;
    animation: spinner-d3wgkg 1.2s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.ec_agenda_body {
    min-height: unset !important;
}

.ec_notice {
    background-color: #dddddd;
    padding: 10px;
    color: white;
    color: black;
    border-radius: 4px;
    margin-top: 5px;
}

.ec_next {
    right: 0px;
    left: unset;
}

.ec_socialbtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.ec_socialbtns>a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -color: #f5f5f5;
}


.ec_history {
    padding: 0px;
}

.ec_history ul {
    list-style-type: none;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
    border-left: 4px solid var(--primary);
    padding-left: 20px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.ec_history li {
    padding: 0px !important;
    font-size: 16px;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 10px;
    padding: 0px 13px!important;
    padding-top: 7px!important;
    float: left;
    position: relative;
    background-color: #f5f5f5;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.ec_history li strong {
    color: #333;
    font-family: "Gill Sans", sans-serif;
    font-size: 18px;
}

.ec_history li span {
    color: #666;
    font-family: "Gill Sans", sans-serif;
    font-size: 18px;
}
.ec_history li::after{
    content:"";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    left: -30px;
    top: 50%;
    border-radius: 50%;
    border: 3px solid var(--primary);
    transform: translate(0px , -50%);
    transition: transform 0.3s ease-in-out;
}
.ec_history li:hover::after {
    transform: translate(0px , -50%) scale(1.4);
    background-color: var(--primary);
}
.ec_agenda_body_content > p {
    margin-bottom: 20px!important;
}
/* 
modal optie mogelijk 
div#ec_aanmeld {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
}*/


div#ec_leden_grid {
    float: left;
    width: 100%;
    background-color: white;
    padding: 30px;
}
#ec_leden_grid > div.ec_field{
    margin-top: 0px!important;
}
#ec_leden_grid > div.ec_field > input{
    background-color: #f5f5f5;
}
.ec_leden_grid {
    margin-top: 20px;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
}

@media only screen and (max-width: 480px) {
    .ec_leden_grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

.ec_leden_grid_item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0px;
}
.ec_leden_grid_item_img,
.ec_leden_grid_item_img_noimg {
    width: 100%;
    float: left;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #F5F5F5;
    position:relative;
}
.ec_leden_grid_item_img_noimg{
    background-color: #F5F5F5;
}
.ec_leden_grid_item_img_noimg::after{
    opacity: 0.8;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position:center;
    background-image: url("/wp-content/uploads/2025/06/no-picture.png");
    position: absolute;
    mix-blend-mode: multiply;
}
.ec_leden_grid_item_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ec_leden_grid_item_info{
    background-color: white;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 5px;
}
.ec_leden_grid_item_info > *{
    margin: 0px !important;
    padding: 0px !important;
}

.ec_profiel_settings > p {
    padding: 0px;
    margin: 0px;
    font-family: "Gill Sans Medium", sans-serif;
    padding-left: 10px;
    margin-bottom: 7px;
    /* margin-top: 20px; */
}

.ec_profiel_settings > .ec_field {
    margin-top: 5px;
    margin-bottom: 20px;
}

.ec_profiel_settings > .ec_field > input {
    background-color: #f5f5f5;
    margin: 0px!important;
}
.ec_field_locked{
    position:relative;
}
.ec_field_locked::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    aspect-ratio: 1/1;
    background-image: url('/wp-content/uploads/2025/07/locked.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
.ec_field_locked > input{
    cursor: not-allowed;
}
.ec_pd20 {
    float: left;
    width: 100%;
    padding: 20px;
    padding-top: 10px;
}
.ec_profiel_loader {
    grid-column: 1 / span 2;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border-radius: 4px;
}
.ec_field.ec_tinysave > button {
    width: 100px;
}

.ec_field.ec_tinysave {
    float: left;
}
.ec_profiel_success {
    grid-column: 1 / span 2;
    padding: 20px;
    padding-top: 24px;
    padding-bottom: 18px;
    background-color: #22d671;
    color: white;
    font-family: 'Gill Sans Medium', sans-serif;
    font-size: 18px;
    position:relative;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding-left: 60px;
    cursor: pointer;

}
.ec_profiel_success::after {
    content: "";
    position: absolute;
    height: 100%;
    aspect-ratio: 1/1;
    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%23ffffff%22%20d%3D%22M12%2C23%20C5.92486775%2C23%201%2C18.0751322%201%2C12%20C1%2C5.92486775%205.92486775%2C1%2012%2C1%20C18.0751322%2C1%2023%2C5.92486775%2023%2C12%20C23%2C18.0751322%2018.0751322%2C23%2012%2C23%20Z%20M12%2C21%20C16.9705627%2C21%2021%2C16.9705627%2021%2C12%20C21%2C7.02943725%2016.9705627%2C3%2012%2C3%20C7.02943725%2C3%203%2C7.02943725%203%2C12%20C3%2C16.9705627%207.02943725%2C21%2012%2C21%20Z%20M9.23480344%2C11.8217199%20L10.7446257%2C13.4573606%20L14.7122819%2C8.38396408%20C15.0525092%2C7.94891941%2015.6809912%2C7.87205469%2016.1160359%2C8.21228194%20C16.5510806%2C8.55250918%2016.6279453%2C9.18099125%2016.2877181%2C9.61603592%20L11.5954104%2C15.6160359%20C11.2156033%2C16.1016909%2010.4910716%2C16.1313114%2010.0728889%2C15.6782801%20L7.76519656%2C13.1782801%20C7.3905928%2C12.7724594%207.41589916%2C12.1398003%207.8217199%2C11.7651966%20C8.22754063%2C11.3905928%208.86019969%2C11.4158992%209.23480344%2C11.8217199%20Z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    top: 0px;
    left: 0px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}


/* Shortcode : [ec_berichten_grid] */
.ec_berichten_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #FFFFFF;
    padding: 20px 30px;
}

.ec_berichten_grid_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    border-bottom: 1px solid #707070;
    padding-block: 20px;
}

@media only screen and (max-width: 980px) {
    .ec_berichten_grid_content {
        flex-direction: column;
        gap: 15px;
    }
}

.ec_berichten_grid_content_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.ec_berichten_grid_content_actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 30px;
}

@media only screen and (max-width: 980px) {
    .ec_berichten_grid_content_actions {
        padding-right: 0px;
    }
}

h3.etxt_berichten_header {
    font-size: var(--text-md);
    font-weight: 600;
    color: #000;
    font-family: "Gill Sans Medium", sans-serif;
}

a.berichten_lees_meer_link {
    font-size: var(--text-md);
    font-weight: 300;
    color: #222222;
    font-family: "Gill Sans", sans-serif;
    text-decoration: underline;
}

span.etxt_berichten_date {
    font-size: var(--text-md);
    font-weight: 300;
    color: #222222;
    font-family: "Gill Sans", sans-serif;
}


/* Shortcode : [ec_bericht_detailpagina_body] */
.ec_bericht_detailpagina_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #FFFFFF;
    padding: 30px;
}

.ec_bericht_detailpagina_body_content > * {
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}



/* Shortcode : [ec_documenten_grid] */
.ec_documenten_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #FFFFFF;
    padding: 20px 30px;
}

.ec_documenten_grid_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    border-bottom: 1px solid #707070;
    padding-block: 20px;
}

@media only screen and (max-width: 980px) {
    .ec_documenten_grid_content {
        flex-direction: column;
        gap: 15px;
    }
}

.ec_documenten_grid_content_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.ec_documenten_grid_content_actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 30px;
}

@media only screen and (max-width: 980px) {
    .ec_documenten_grid_content_actions {
        padding-right: 0px;
    }
}

h3.etxt_documenten_header {
    font-size: var(--text-md);
    font-weight: 600;
    color: #000;
    font-family: "Gill Sans Medium", sans-serif;
}

a.documenten_lees_meer_link {
    font-size: var(--text-md);
    font-weight: 300;
    color: #222222;
    font-family: "Gill Sans", sans-serif;
    text-decoration: underline;
}

span.etxt_documenten_date {
    font-size: var(--text-md);
    font-weight: 300;
    color: #222222;
    font-family: "Gill Sans", sans-serif;
}


/* Mobile menu */

.mobile-menu-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw;
    width: 100vw;
    max-height: 100vh;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
    background-color: var(--primary);
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu-modal.show {
    opacity: 1;
    transform: translateY(0);
}

#mobile_menu_wrapper {
    padding-top: 20px;
}

#mobile_menu_dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw !important;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #000;
}

#mobile_menu_dialog_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

#mobile_menu_dialog_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: var(--primary);
    z-index: -1;
}

#mobile_menu_open_button, #mobile_menu_close_button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-list-wrapper {
    padding: 20px;
}

img#mobile_menu_logo {
    max-width: 70%;
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.mobile-menu-list a {
    color: var(--clr-white);
    font-size: var(--text-md);
    font-family: "Gill Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;

}

.menu-mobile-menu-container {
    padding-left: 20px;
}

/* Shortcode : [ec_quotes_grid] */
.ec_quotes_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ec_quotes_grid_item {
    padding: 20px;
    background-color: #f5f5f5;
    color: #000;
}

.ec_quotes_grid_item p {
    font-size: var(--text-md);
    font-family: "Ibarra Real Nova", sans-serif;
}


/** Contactformulier **/

#nf-field-1, #nf-field-2, #nf-field-3, #nf-field-5 {
    font-size: 20px;
    color: #666666;
    padding: 20px 20px 15px 20px !important;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-family: "Gill Sans", sans-serif;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 8px !important;
}

#nf-form-title-1, label[for="nf-field-1"], label[for="nf-field-2"], label[for="nf-field-3"], label[for="nf-field-5"], .nf-form-fields-required {
    display: none;
}

.nf-response-msg {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.nf-response-msg p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Gill Sans", sans-serif;
    color: #000;
}

/* Submit button */
#nf-field-4 {
    cursor: pointer;
    background-color: #222;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 20px 12px 20px;
    font-weight: 600;
    font-family: "Gill Sans", sans-serif;
    border: 0px solid #222;
}

/* Checkboxes */
input#nf-field-6-0, input#nf-field-7-0 {
    height: 40px !important;
    width: 40px !important;
    border-radius: 4px;
    border: 1px solid #DDDDDD !important;
}

label#nf-label-field-6-0, label#nf-label-field-7-0 {
    transform: translateY(10px);
    margin-left: 3.5em;
    font-family: "Gill Sans", sans-serif;
    color: #000;
    font-size: 20px;
}



.ec_login_form {
    max-width: 400px;
}

.ec_login_form .ec_field {
    margin-bottom: 20px;
}

.ec_login_form .ec_field input[type="email"],
.ec_login_form .ec_field input[type="password"] {
    font-size: 20px;
    color: #666666;
    padding: 20px 20px 15px 20px !important;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-family: "Gill Sans", sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.ec_login_form .ec_field input:focus {
    outline: none;
    border-color: var(--primary);
}

.ec_login_form .ec_remember_me {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ec_login_form .ec_remember_me input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.ec_login_form .ec_remember_me label {
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.ec_login_form .ec_btn {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 600;
    font-family: "Gill Sans", sans-serif;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ec_login_form .ec_btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.ec_login_error {
    background-color: #ffebee;
    color: #c62828;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #ffcdd2;
}

.ec_login_loading {
    text-align: center;
    padding: 40px 20px;
}

.ec_login_loading p {
    font-family: "Gill Sans", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px 0;
}

.ec_login_loading span {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    color: #666;
}

/* Animate.css classes */
.animate__animated {
    animation-duration: 0.5s;
}

.animate__zoomIn {
    animation-name: zoomIn;
}

.animate__zoomOut {
    animation-name: zoomOut;
}

.animate__fadeIn {
    animation-name: fadeIn;
}

.animate__fadeOut {
    animation-name: fadeOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Highlight active links */
a.link-active {
    color: var(--primary) !important;
}

a.link-active-alternative {
    color: var(--clr-white) !important;
}

/* Shortcode : [ec_nieuws_gallery] */
.ec_nieuws_gallery {
    position: relative;
}

/* Desktop Grid Layout (≥980px) */
@media only screen and (min-width: 980px) {
    .ec_gallery_desktop {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        list-style: none;
        padding: 0px !important;
        margin: 0px !important;
    }
    
    .ec_gallery_desktop li {
        list-style: none;
        padding: 0px;
        position: relative;
        aspect-ratio: 1/1;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
    
    .ec_gallery_mobile {
        display: none;
    }
}

/* Mobile Carousel Layout (<980px) */
@media only screen and (max-width: 979px) {
    .ec_gallery_desktop {
        display: none;
    }
    
    .ec_gallery_mobile {
        display: block;
    }
    
    .ec_gallery_slide img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

.ec_nieuws_gallery .slick-dots {
    bottom: -50px;
    text-align: center;
}

.ec_nieuws_gallery .slick-dots li button:before {
    color: var(--primary) !important;
    opacity: 1 !important;
    font-size: 12px;
}

.ec_nieuws_gallery .slick-dots li.slick-active button:before {
    color: #000 !important;
    opacity: 1 !important;
}

.ec_nieuws_gallery .slick-dots li button {
    padding: 0px !important;
    margin: 0px !important;
}

.ec_nieuws_gallery .slick-dots li {
    margin: 0px !important;
}

.ec_nieuws_gallery .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

ul.slick-dots {
    padding: 10px 0px !important;
}

/* Shortcode : [ec_nieuws_grid] */
a.show_all_btn {
    background-color: #f5f5f5;
    padding: 15px 20px 10px 20px;
    border-radius: 4px;
    font-weight: 300;
    color: #000;
    text-transform: none;
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
}

/* introducee add modal */
.ec_introducee_add.ec_introducee_add_modal {
    position: relative;
    border: 2px solid #cecece;
    padding: 10px;
    border-radius: 4px;
    background-color: #ededed;
}
.ec_introducee_add.ec_introducee_add_modal strong {
    margin-top: 10px;
    font-size: 18px !important;
    font-family: 'Gill Sans Medium', sans-serif;
    color: black !important;
}
.ec_introducee_add.ec_introducee_add_modal p {}
.ec_introducee_add.ec_introducee_add_modal .ec_field {}
.ec_introducee_add.ec_introducee_add_modal .ec_field .etxt_body {}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 {
    display: grid;
    grid-template-columns: 50px 1fr;
}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_primary {
    background-color: #e1e1e1;
    border: 2px solid #adadad;
    color: black;
    font-size: 14px!important;
}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_primary:hover {}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_primary:active {}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_primary:focus {}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_secondary {
    border: 2px solid green!important;
    color: #327a15 !important;
    background-color: #c1eac1 !important;
}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_secondary:hover {}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_secondary:active {}
.ec_introducee_add.ec_introducee_add_modal .ec_field.ec_btnbar_split1_3 .ec_btn.ec_btn_secondary:focus {}


.ec_introducee_add {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
    margin-bottom: 10px;
}

.ec_introducee_add > a.ec_btn.ec_btn_secondary {
    background-color: #ffffff;
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;
    color: #737373;
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding-top: 14px;
    cursor: pointer;
}

.ec_field.ec_fields_mulitple {
    padding-bottom:15px;
    border-bottom: 2px solid #d3d3d3;
}

.ec-progress-fill-inner {
    background-color: #ff6300;
    height: 100%;
}