/**
 * Scroll Fix - Garantiert Footer-Sichtbarkeit
 */

html, body {
    height: auto !important;
    min-height: 100vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#main-content {
    min-height: 100vh !important;
}

/* Alle Sections auf auto height */
.scroll-section,
.hero-b2b,
.services,
.portfolio,
.about,
.lead-magnet,
.testimonials {
    height: auto !important;
    min-height: auto !important;
}
