/*
 * Dauerhafter Sicherheits-Reset:
 * Auf der Startseite werden keine Inhalte durch
 * Animationen, Transparenz oder Transformation verborgen.
 */

html body.home [data-ka-reveal],
html body.home .ka-safe-reveal,
html body.home .ka-safe-hero-item,
html body.home .ka-hero-animated-item,
html body.home .ka-motion-card,
html body.home .ka-motion-link {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
}

html body.home .ka-safe-reveal-visible,
html body.home .ka-safe-hero-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

html body.home .ka-reveal-heading::after {
    animation: none !important;
    transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
    html body.home * {
        scroll-behavior: auto !important;
    }
}
