.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#25D366;--e-global-color-text:#000000;--e-global-color-accent:#F4F6F8;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 */::selection {
      background: #25D366;
      color: #FFF;
}

.fade-in-up {
    opacity: 0; /* Begin onzichtbaar */
    transform: translateY(30px); /* Begin 20px naar beneden */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-up.visible {
    opacity: 1; /* Volledig zichtbaar */
    transform: translateY(0); /* Terug naar de originele positie */
}

body.elementor-editor-active .fade-in-up,
body.elementor-editor-preview .fade-in-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important; /* Voorkomt de overgang */
}

.grecaptcha-badge { 
    visibility: hidden;
}

.elementor-kit-5 .elementor-field-type-recaptcha_v3 {
    width: 0 !important;
    height: 0 !important;
}/* End custom CSS */