/* Toon WPBakery elementen direct zonder inlaadanimatie */
.wpb_animate_when_almost_visible,
.wpb_start_animation,
.animated {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
    transition: none !important;
}

/* Voorkom dat elementen verborgen blijven */
.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    opacity: 1 !important;
}