.elementor-kit-6{--e-global-color-primary:#185D99;--e-global-color-secondary:#D36613;--e-global-color-text:#2D2D2B;--e-global-color-accent:#EDEDED;--e-global-color-3dbdda6:#EDEDED;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Nunito Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Nunito Sans", Sans-serif;font-size:35px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Fade In Down */
@keyframes awFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -12px, 0); /* subtielere beweging */
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Fade In Up */
@keyframes awFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Fade In Left */
@keyframes awFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Fade In Right */
@keyframes awFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Elementor overrides – behoudt vertragingen! */
.elementor-element .animated.fadeInDown {
    animation-name: awFadeInDown !important;
    animation-duration: 0.6s !important; /* subtiel en snel */
    animation-timing-function: ease-out !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity;
}

.elementor-element .animated.fadeInUp {
    animation-name: awFadeInUp !important;
    animation-duration: 0.6s !important;
    animation-timing-function: ease-out !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity;
}

.elementor-element .animated.fadeInLeft {
    animation-name: awFadeInLeft !important;
    animation-duration: 0.6s !important;
    animation-timing-function: ease-out !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity;
}

.elementor-element .animated.fadeInRight {
    animation-name: awFadeInRight !important;
    animation-duration: 0.6s !important;
    animation-timing-function: ease-out !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity;
}


/* Effecten voor de knoppen */
/* Zorg dat alle container divs overflow hidden hebben */
.aw-button, 
.aw-button > a.elementor-button {
    overflow: hidden;
    border-radius: 25px; /* behoud rondingen */
    position: relative;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* BASIS KNOP STYLING */
.aw-button > a.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: #D36613; /* kan per knop overschreven worden */
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* SUBTIELE GLANS / LIGHT SWEEP */
.aw-button > a.elementor-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.08);
    transform: rotate(25deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

/* HOVER EFFECT */
.aw-button > a.elementor-button:hover::before {
    left: 120%;
}

/* SUBTIELE LIFT & SCHADUW */
.aw-button > a.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ACTIEF / KLIK GEVOEL */
.aw-button > a.elementor-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}/* End custom CSS */