.elementor-182721 .elementor-element.elementor-element-5e9dec7{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-182721 .elementor-element.elementor-element-45f9de9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-182721 .elementor-element.elementor-element-5cbc322{text-align:left;}.elementor-182721 .elementor-element.elementor-element-5cbc322 .elementor-heading-title{font-family:"Poppins FJ", Sans-serif;font-size:32px;font-weight:500;text-transform:none;color:#000000;}.elementor-182721 .elementor-element.elementor-element-0f8381e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-182721 .elementor-element.elementor-element-223e1bb{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;--e-filter-normal-text-color:#000000;}.elementor-182721 .elementor-element.elementor-element-223e1bb .e-filter-item[aria-pressed="true"]{background-color:#CFE2F6A1;}.elementor-182721 .elementor-element.elementor-element-223e1bb .e-filter-item{font-size:16px;}.elementor-182721 .elementor-element.elementor-element-5fbf1f5{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );}.elementor-182721 .elementor-element.elementor-element-cfed4db{--grid-columns:3;}.elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-loop-container{grid-auto-rows:1fr;}.elementor-182721 .elementor-element.elementor-element-cfed4db .e-loop-item > .elementor-section, .elementor-182721 .elementor-element.elementor-element-cfed4db .e-loop-item > .elementor-section > .elementor-container, .elementor-182721 .elementor-element.elementor-element-cfed4db .e-loop-item > .e-con, .elementor-182721 .elementor-element.elementor-element-cfed4db .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination{text-align:center;margin-top:30px;}.elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination .page-numbers:not(.dots){color:#007DB5;}.elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination .page-numbers.current{color:#000000;}body:not(.rtl) .elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-182721 .elementor-element.elementor-element-cfed4db .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(min-width:641px){.elementor-182721 .elementor-element.elementor-element-5e9dec7{--content-width:1200px;}.elementor-182721 .elementor-element.elementor-element-0f8381e{--content-width:1200px;}.elementor-182721 .elementor-element.elementor-element-5fbf1f5{--content-width:1200px;}}@media(max-width:1024px){.elementor-182721 .elementor-element.elementor-element-5e9dec7{--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-182721 .elementor-element.elementor-element-5fbf1f5{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-182721 .elementor-element.elementor-element-cfed4db{--grid-columns:2;}}@media(max-width:640px){.elementor-182721 .elementor-element.elementor-element-5e9dec7{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-182721 .elementor-element.elementor-element-45f9de9{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-182721 .elementor-element.elementor-element-5cbc322 .elementor-heading-title{font-size:28px;}.elementor-182721 .elementor-element.elementor-element-cfed4db{--grid-columns:1;}}/* Start custom CSS for taxonomy-filter, class: .elementor-element-223e1bb *//* Algemene container */
.e-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;                 /* gelijke ruimte tussen alle blokken */
    width: 1200px;
    margin: 0 auto;            /* centreren */
    box-sizing: border-box;
}

/* Basisstijl blokken */
.e-filter .e-filter-item {
    background-color: #CFE2F6;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

/* Hover */
.e-filter .e-filter-item:hover {
    background-color: #CFE2F6A1;
    transition-duration: 0.2s;
}

/* Desktop: 5 blokken naast elkaar */
@media (min-width: 1024px) {
    .e-filter .e-filter-item {
        flex: 1 1 calc((1200px - (4 * 20px)) / 5);
    }
}

/* MOBIEL: 2 x 2 + 1 breed, uitgelijnd met elkaar */
@media (max-width: 1023px) {

    .e-filter {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;

        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 12px !important;
        box-sizing: border-box;
    }

    /* items 1 t/m 4: twee kolommen */
    .e-filter .e-filter-item {
        flex: 0 0 calc(50% - 6px) !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }

    /* item 5: volle breedte, zelfde linker/rechterlijn als de rest */
    .e-filter .e-filter-item:nth-child(5) {
        flex-basis: 100% !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins FJ';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.wolky.com/app/uploads/2025/08/Poppins-Regular-FJ.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins FJ';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.wolky.com/app/uploads/2025/08/Poppins-Medium-FJ.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins FJ';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.wolky.com/app/uploads/2025/08/Poppins-SemiBold-FJ.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins FJ';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.wolky.com/app/uploads/2025/08/Poppins-Bold-FJ.woff2') format('woff2');
}
/* End Custom Fonts CSS */