.elementor-kit-16295{--e-global-color-primary:#161718;--e-global-color-secondary:#FAFAFA;--e-global-color-text:#161718;--e-global-color-accent:#069991;--e-global-color-26c0bc6:#16171800;--e-global-color-33de4f8:#F7942F;--e-global-color-3e98959:#FAFAFA;--e-global-color-b6c2740:#FFFFFF;--e-global-color-19209e6:#ECECEC;--e-global-color-751dafd:#C2C2C2;--e-global-typography-primary-font-family:"forma-djr-display";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"forma-djr-display";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"refrigerator-deluxe";--e-global-typography-accent-font-weight:900;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-16295 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0%;--container-default-padding-right:0%;--container-default-padding-bottom:0%;--container-default-padding-left:0%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.one-line {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Pas het aantal regels aan */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Pas het aantal regels aan */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-line {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Pas het aantal regels aan */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    background-color: #FAFAFA;
    transition: background-color 1s ease;
}

.color-white {
    background-color: #FAFAFA !important;
}
.color-green {
    background-color: #069991 !important;
}
.color-black {
    background-color: #161718 !important;
}

.bw-background{
    filter: saturate(0);
}/* End custom CSS */