    <style>
        /* Grundlegende Stile */
        body { 
            color: #334155; 
            scroll-behavior: smooth;
            letter-spacing: 0.03em;
            line-height: 1.7;
        }
        
        h1, h2, h3, h4, h5, h6 {
            letter-spacing: -0.02em;
            font-weight: 700;
            line-height: 1.3;
        }
        
        .section-padding { 
            padding-top: 5rem; 
            padding-bottom: 5rem; 
        }
        
        @media (min-width: 768px) { 
            .section-padding { 
                padding-top: 7rem; 
                padding-bottom: 7rem; 
            } 
        }
        
        /* Verbesserte Typografie mit clamp() */
        .heading-1 { 
            font-size: clamp(2rem, 5vw, 3.5rem);
            line-height: 1.2;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.3);
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
        
        .text-lead { 
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.95);
            font-weight: 400;
            word-wrap: break-word;
            text-shadow: 0 1px 3px rgba(0,0,0,0.7), 0 0 15px rgba(0,0,0,0.2);
        }
        
        /* Navigation */
        .nav-transparent { 
            background: transparent; 
            transition: all 0.5s ease;
        }
        
        .nav-scrolled { 
            background: rgba(255,255,255,0.98); 
            backdrop-filter: blur(12px); 
            box-shadow: 0 4px 12px rgba(2,6,23,0.08);
            transition: all 0.5s ease;
        }
        
        .nav-scrolled .nav-text-white {
            color: #0d2b5b !important;
            transition: color 0.5s ease;
        }
        
        .nav-scrolled .nav-text-white-hover:hover {
            color: #3d348b !important;
            transition: color 0.5s ease;
        }
        
        .nav-font {
            font-family: 'Annonce', sans-serif;
            font-weight: 400;
            letter-spacing: 0.5px;
        }
        
        /* Hero Section */
        .parallax-hero {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            transform: translateZ(0);
            will-change: transform;
        }
        
        @media (max-width: 1024px) {
            .parallax-hero {
                background-attachment: scroll;
            }
        }
        
        /* Hero Gradient */
       .hero-gradient {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 100%);
}
        
        /* Cards */
        .poster-card { 
            background: rgba(255,255,255,0.02); 
            backdrop-filter: blur(8px); 
            border-radius: 1rem; 
            box-shadow: 0 15px 35px rgba(13,43,91,0.15); 
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.1);
        }
        
        .poster-card-improved { 
            background: rgba(255,255,255,0.15); 
            backdrop-filter: blur(5px); 
            border-radius: 1rem; 
            box-shadow: 0 20px 40px rgba(13,43,91,0.25); 
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.2);
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
        }
        
        .quality-badge {
            transition: all 0.3s ease;
        }
        
        .quality-badge:hover {
            transform: scale(1.25);
        }
        
        .enhanced-card { 
            border-radius: 12px; 
            overflow: hidden; 
            transition: all 0.3s ease; 
            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08); 
            border: 1px solid rgba(241,245,249,0.8); 
            background: linear-gradient(145deg, #ffffff, #f8fafc); 
        }
        
        .enhanced-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .project-image { 
            width:100%; 
            height:100%; 
            object-fit:cover; 
        }
        
        /* FAQ */
        .faq-item { 
            border-bottom: 1px solid #e6e9ee; 
            background: linear-gradient(145deg, #ffffff, #f8fafc); 
            border-radius: 12px; 
            padding: 0; 
            overflow: hidden; 
            transition: all 0.3s ease; 
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .faq-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
        }
        
        .faq-question { 
            cursor:pointer; 
            padding:1.5rem; 
            display:flex; 
            justify-content:space-between; 
            align-items:center; 
        }
        
        .faq-answer { 
            max-height:0; 
            overflow:hidden; 
            transition:max-height .3s ease; 
            padding:0 1.5rem; 
        }
        
        /* Services */
        .service-card {
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0,0,0,0.07);
        }
        
        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        /* dB Slider */
        .slider-container {
            background: linear-gradient(135deg, #0d2b5b 0%, #2c4282 50%, #3d348b 100%);
            border-radius: 16px;
            overflow: hidden;
        }
        
        .audio-controls {
            background-color: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            border: 1px solid rgba(255,255,255,0.1);
        }
        
        input[type="range"].db-slider {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 8px;
            border-radius: 4px;
            background: linear-gradient(to right, #d8d1f5, #a594f9);
            outline: none;
        }
        
        input[type="range"].db-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #ffffff;
            cursor: pointer;
            border: 3px solid #3d348b;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }
        
        /* Images */
        .image-container {
            position: relative;
            overflow: hidden;
            border-radius: 0.75rem;
        }
        
        .image-container img {
            transition: transform 0.5s ease;
        }
        
        .image-container:hover img {
            transform: scale(1.05);
        }
        
        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(13, 43, 91, 0.85));
            padding: 1.5rem;
            color: white;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }
        
        .image-container:hover .image-overlay {
            transform: translateY(0);
        }
        
        .project-image-container {
            position: relative;
            overflow: hidden;
            height: 250px;
            border-radius: 0.75rem 0.75rem 0 0;
        }
        
        .project-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(13, 43, 91, 0.9), transparent);
            padding: 1.5rem;
            color: white;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }
        
        .project-card:hover .project-overlay {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Modal */
        #legalModal {
            transition: opacity 0.3s ease;
        }
        
        #legalModal:not(.hidden) {
            display: flex;
        }
        
        #legalModal.hidden {
            display: none;
        }
        
        /* Buttons */
        .click-effect {
            transition: all 0.2s ease;
        }
        
        .click-effect:active {
            transform: translateY(2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #0d2b5b, #2c4282);
            color: white;
            padding: 12px 28px;
            border-radius: 8px;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(13, 43, 91, 0.25);
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(13, 43, 91, 0.35);
            background: linear-gradient(135deg, #2c4282, #3d348b);
        }
        
        .btn-outline {
            background: transparent;
            color: white;
            padding: 12px 28px;
            border-radius: 8px;
            font-weight: 600;
            border: 2px solid white;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .btn-outline:hover {
            background: white;
            color: #0d2b5b;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
        }
        
        /* Forms */
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-label {
            display: block;
            font-weight: 500;
            margin-bottom: 0.5rem;
            color: #0d2b5b;
        }
        
        .form-input {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-family: inherit;
        }
        
        .form-input:focus {
            outline: none;
            border-color: #3d348b;
            box-shadow: 0 0 0 3px rgba(61, 52, 139, 0.15);
        }
        
        .form-section {
            background: #f8fafc;
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 2rem;
            border-left: 4px solid #3d348b;
        }
        
        .form-section-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #0d2b5b;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #e5e7eb;
        }
        
        /* Mobile Menu */
        #mobileMenu {
            padding-top: 4rem;
        }
        
        #closeMobileMenu {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            z-index: 100;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        
		/* ACCESSIBILITY STYLES */
/* ==================== */

/* Screenreader-only Klassen */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus Styles für bessere Sichtbarkeit */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid #3d348b;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(61, 52, 139, 0.3);
}

/* Verbesserte Kontraste */
@media (prefers-contrast: more) {
    .text-gray-600 {
        color: #4b5563 !important;
    }
    
    .text-white {
        color: #ffffff !important;
    }
}

/* Reduzierte Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .parallax-hero {
        background-attachment: scroll !important;
    }
}

/* High Contrast Mode */
@media (forced-colors: active) {
    .btn-primary,
    .btn-outline {
        border: 2px solid currentColor !important;
    }
    
    .poster-card-improved {
        border: 2px solid currentColor !important;
    }
}

/* Skip Link Styles */
#skip-to-content:focus {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #0d2b5b;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    z-index: 9999;
}

/* Verbesserte Tastaturnavigation für FAQ */
.faq-question:focus {
    background-color: rgba(13, 43, 91, 0.1) !important;
}

/* Focus-Indicator für Slider */
.db-slider:focus {
    outline: 3px solid #3d348b !important;
    outline-offset: 4px !important;
}

.db-slider::-webkit-slider-thumb:focus {
    box-shadow: 0 0 0 4px rgba(61, 52, 139, 0.3) !important;
}

/* Verbesserte Sichtbarkeit für Formulare */
.form-input:focus {
    border-color: #3d348b !important;
    box-shadow: 0 0 0 3px rgba(61, 52, 139, 0.15) !important;
}

/* ARIA-Hinweise für Screenreader */
.aria-hint {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mobile Menu Accessibility */
#mobileMenuButton[aria-expanded="true"] {
    background-color: rgba(13, 43, 91, 0.1);
}

/* Button States für Screenreader */
button[aria-pressed="true"] {
    background-color: #2c4282 !important;
}

/* Form Validation Styles */
.form-input:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #dc2626 !important;
}

.form-input:valid:not(:focus):not(:placeholder-shown) {
    border-color: #059669 !important;
}
        /* Box Sizing */
        * {
            box-sizing: border-box;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        /* Text Overflow Prevention */
        .force-text-wrap {
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }
        
        /* Responsive Design */
        @media (max-width: 767px) {
            #mobileMenu {
                padding-top: 5rem;
            }
            
            #closeMobileMenu {
                position: fixed;
                top: 1rem;
                right: 1rem;
                background: rgba(255,255,255,0.95);
                border-radius: 50%;
                width: 44px;
                height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 100;
                box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            }
            
            .heading-1 { 
                font-size: clamp(1.8rem, 8vw, 2.5rem); 
            }
            
            #home {
                min-height: 95vh !important;
                padding-top: 8rem !important;
                padding-bottom: 8rem !important;
            }
            
            .parallax-hero {
                background-size: cover;
                background-position: center;
                height: 60vh;
            }
            
            .hero-content {
                flex-direction: column;
            }
            
            .hero-text {
                width: 100% !important;
                padding-right: 0 !important;
            }
            
            .hero-stats {
                width: 100% !important;
                margin-top: 2rem;
            }
            
            .service-grid,
            .project-grid,
            .about-grid,
            .contact-grid,
            .footer-grid,
            .db-slider-section .grid,
            .faq-grid {
                grid-template-columns: 1fr !important;
            }
            
            .footer-grid {
                gap: 2rem !important;
            }
            
            .project-image-container {
                height: 200px;
            }
            
            .custom-notification {
                right: 10px;
                left: 10px;
                max-width: none;
            }
            
            .nav-scrolled .mobile-menu-text {
                color: #0d2b5b !important;
            }
            
            .btn-primary, 
            .btn-outline {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
            
            .poster-card-improved {
                margin-bottom: 2rem;
            }
            
            .quality-badge {
                margin-top: 1rem;
            }
            
            .mobile-menu-text {
                color: #0d2b5b !important;
            }
        }
        
        @media (min-width: 768px) and (max-width: 1023px) {
            .service-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }
            
            .project-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }
            
            .hero-content {
                flex-direction: column;
            }
            
            .hero-text {
                width: 100% !important;
                padding-right: 0 !important;
                margin-bottom: 2rem;
            }
            
            .hero-stats {
                width: 100% !important;
            }
            
            .db-slider-section .grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }
            
            .faq-grid {
                grid-template-columns: 1fr !important;
            }
            
            .project-image-container {
                height: 220px;
            }
        }
        
        @media (min-width: 768px) {
            .hero-content {
                align-items: flex-start;
            }
            
            .hero-text {
                padding-right: 2rem;
            }
        }
        
        @media (max-width: 480px) {
            body {
                font-size: 13px;
            }
            
            .heading-1 {
                font-size: clamp(1.5rem, 7vw, 2rem);
            }
            
            .text-lead {
                font-size: clamp(0.85rem, 3.5vw, 1rem);
            }
            
            .btn-primary,
            .btn-outline {
                font-size: clamp(0.8rem, 3vw, 0.9rem);
                padding: 10px 16px;
            }
            
            .faq-question h3 {
                font-size: clamp(0.9rem, 4vw, 1.1rem);
                line-height: 1.4;
            }
            
            .faq-answer {
                font-size: clamp(0.8rem, 3vw, 0.9rem);
            }
			  
        @media (max-width: 480px) {
            body {
                font-size: 13px;
            }
            
            .heading-1 {
                font-size: clamp(1.5rem, 7vw, 2rem);
            }
            
            .text-lead {
                font-size: clamp(0.85rem, 3.5vw, 1rem);
            }
            
            .btn-primary,
            .btn-outline {
                font-size: clamp(0.8rem, 3vw, 0.9rem);
                padding: 10px 16px;
            }
            
            .faq-question h3 {
                font-size: clamp(0.9rem, 4vw, 1.1rem);
                line-height: 1.4;
            }
            
            .faq-answer {
                font-size: clamp(0.8rem, 3vw, 0.9rem);
            }
        }

        
        
		

    /* Text für bessere Lesbarkeit anpassen */
    .heading-1 { 
        font-size: clamp(1.6rem, 7vw, 2rem) !important; 
        line-height: 1.1;
    }
    
    .text-lead {
        font-size: clamp(0.85rem, 3.5vw, 1rem);
        line-height: 1.5;
    }

        
        /* Verhindern dass Text überläuft */
        p, span, div, li, td, th, a, button {
            max-width: 100%;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
        
        .scrollable-text {
            max-height: 200px;
            overflow-y: auto;
            word-wrap: break-word;
        }
    </style>