.elementor-3414 .elementor-element.elementor-element-5711f7e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3414 .elementor-element.elementor-element-8f08cca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:80px 80px;--row-gap:80px;--column-gap:80px;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-3414 .elementor-element.elementor-element-78005c1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3414 .elementor-element.elementor-element-ee80a5b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3414 .elementor-element.elementor-element-9e7dc43{--display:flex;--border-radius:10px 10px 10px 10px;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;--z-index:0;}.elementor-3414 .elementor-element.elementor-element-9e7dc43:not(.elementor-motion-effects-element-type-background), .elementor-3414 .elementor-element.elementor-element-9e7dc43 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-98f9455 );}.elementor-3414 .elementor-element.elementor-element-9e7dc43.e-con{--align-self:flex-start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3414 .elementor-element.elementor-element-e55b824 .elementor-heading-title{font-family:"Alegreya Sans", Sans-serif;font-size:18px;font-weight:600;line-height:18px;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3414 .elementor-element.elementor-element-8f08cca{--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-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-3414 .elementor-element.elementor-element-8f08cca{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-3414 .elementor-element.elementor-element-e55b824 .elementor-heading-title{font-size:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(min-width:768px){.elementor-3414 .elementor-element.elementor-element-78005c1{--width:75%;}.elementor-3414 .elementor-element.elementor-element-9e7dc43{--width:25%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3414 .elementor-element.elementor-element-78005c1{--width:100%;}.elementor-3414 .elementor-element.elementor-element-9e7dc43{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ee80a5b */.set-grid-wrapper,
.set-grid-wrapper * {
    box-sizing: border-box;
}

.set-grid-wrapper {
    width: 100%;
    --set-grid-boxed-width: var(--content-width);
}

.set-grid-section:not(:first-child) {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var( --e-global-color-291a156);
}

.set-grid-section-header {
    width: 100%;
    max-width: var(--set-grid-boxed-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
    /*border-bottom: 1px solid var( --e-global-color-291a156);*/
    /*background-color: var(--e-global-color-accent);*/
    /*border-radius: 10px;*/
}

.set-grid-section-title {
    width: 100%;
    max-width: var(--set-grid-boxed-width);
    margin: 0 auto;
    font-size: 30px!important;
}

.set-grid-section-title-link::after {
    content: 'Zie meer';
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
    text-decoration: underline;
}

.set-grid-section-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}

.set-grid-section-logo img {
    display: block;
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: 60px;
    object-fit: contain;
    transition-duration: 200ms;
}

.set-grid-section-logo img:hover {
    transform: translateY(-3px);
    transition-duration: 200ms;
}

.set-grid {
    width: 100%;
    max-width: var(--set-grid-boxed-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(var(--set-grid-columns, 3), minmax(0, 1fr));
    gap: var(--set-grid-gap);
}

.set-grid-card {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--e-global-color-98f9455);
    border: 1px solid var(--e-global-color-291a156);
    border-radius: 10px;
    padding: 10px;
    gap: 12px;
    transition-duration: 200ms;
}

.set-grid-card:hover {
    transform: translateY(-3px);
    transition-duration: 200ms;
}

.set-grid-card-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.set-grid-card-image img {
    display: block;
    max-width: 100%;
    height: 60px;
    object-fit: contain;
}

.set-grid-card-title {
    display: block;
    font-family: "Alegreya Sans", Sans-serif;
    font-size: 14px!important;
    line-height: 14px!important;
    padding: 0;
    margin: 0px 0 3px 0;
    /*width: 100%;*/
    /*background-color: var(--e-global-color-3d9c9bb);*/
    /*padding: 14px 20px 14px 20px;*/
    /*border-style: none;*/
    /*border-radius: 10px 10px 10px 10px;*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);*/
    /*text-align: center;*/
    /*font-family: var(--e-global-typography-fc35704-font-family), Sans-serif !important;*/
    /*font-size: var(--e-global-typography-fc35704-font-size) !important;*/
    /*font-weight: var(--e-global-typography-fc35704-font-weight) !important;*/
    /*line-height: var(--e-global-typography-fc35704-line-height) !important;*/
    /*color: var(--e-global-color-text);*/
    /*margin-block-end: 0;*/
    /*margin-block-start: 0;*/
    /*transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;*/
}

/*.set-grid-card:hover .set-grid-card-title {*/
/*    background-color: var(--e-global-color-primary);*/
/*    color: #fff !important;*/
/*}*/

@media (max-width: 767px) {
    .set-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .set-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .set-grid-section-header {
        gap: 12px;
    }

    .set-grid-section-logo img {
        max-width: 90px;
        max-height: 45px;
    }
    
    .set-grid-card-title {
        font-size: 12px!important;
    }
    
    .set-grid-section-title {
        font-size: 20px!important;
    }
    
    .set-grid-section-title-link::after {
        display: none;
    }
    
    .set-grid-section:not(:first-child) {
        margin-top: 40px;
        padding-top: 10px;
        border:;
    }
}/* End custom CSS */