/* =========================================================================
   Seitenspezifisches CSS: voice-agents
   -------------------------------------------------------------------------
   Automatisch aus dem frueheren Inline-<style> der Seite herausgeloest
   (tools/split-page-css.py). Die Navigationsregeln sind entfallen, sie
   stehen jetzt einmalig in css/clickro-nav.css.
   ========================================================================= */

/* Navigations-Styling */
            .navbar-nav {
                margin-left: 0 !important;
                text-align: center !important;
            }

/* Neue Logo- und Navigationsstyling */
            .col-auto {
                flex: 0 0 auto;
                width: auto;
            }

.navbar > .container-fluid {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

@media (max-width: 991px) {
.navbar > .container-fluid {
                    display: flex;
                    justify-content: center;
                    position: relative;
                }

/* Mobiles Dropdown-Menü */
                .dropdown-menu.mega-menu {
                    background: rgba(45, 45, 58, 0.95) !important;
                    border-radius: 10px !important;
                    border: 1px solid rgba(255, 255, 255, 0.1) !important;
                    -webkit-backdrop-filter: blur(10px) !important;
                    backdrop-filter: blur(10px) !important;
                }

/* Sicherstelle, dass das Menü-Overlay den gesamten Bildschirm abdeckt */
                .dropdown-menu.mega-menu.show {
                    width: 100% !important;
                    min-width: 100% !important;
                    max-width: 100% !important;
                    display: block !important;
                }

/* Korrektur für abgeschnittenen Text im mobilen Menü */
                .nav-item.dropdown .nav-link.dropdown-toggle {
                    white-space: normal !important;
                    overflow: visible !important;
                    text-overflow: initial !important;
                    width: auto !important;
                    display: inline-block !important;
                    position: relative;
                }

/* Pfeil für Dropdown */
                .nav-item.dropdown .nav-link.dropdown-toggle:after {
                    display: inline-block;
                    margin-left: 8px;
                    content: "\f107";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    transition: transform 0.3s ease;
                    vertical-align: middle;
                    font-size: 14px;
                }

.nav-item.dropdown.show .nav-link.dropdown-toggle:after {
                    transform: rotate(180deg);
                }
}

/* Mega-Menü-Styling für Dienstleistungen */
            .mega-menu-container {
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 245, 255, 0.97) 100%);
                box-shadow: 0 15px 45px rgba(74, 0, 224, 0.15), 0 8px 15px rgba(0, 0, 0, 0.07);
                border-radius: 16px;
                padding: 30px;
                width: 850px;
                opacity: 0;
                visibility: hidden;
                transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
                z-index: 1000;
                -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
                border: 1px solid rgba(255, 255, 255, 0.4);
                margin-top: 0;
            }

/* Dropdown-Menü-Styling */
            .mega-menu {
                position: static !important;
                transform: none !important;
                padding: 0 !important;
                min-width: auto !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                border: none !important;
                opacity: 1 !important;
                visibility: visible !important;
                margin-top: 0 !important;
                background-color: transparent !important;
                width: 100% !important;
                left: 0 !important;
            }

/* Anpassung für das Dropdown-Menü - sowohl Hover als auch Klick */
            .nav-item.dropdown:hover .mega-menu-container,
            .nav-item.dropdown.show .mega-menu-container {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%);
                margin-top: 0;
            }

/* Aktiver Zustand für den Menüpunkt */
            .nav-item.dropdown.show .nav-link,
            .nav-item.dropdown:hover .nav-link {
                color: #4a00e0;
            }

/* Demo-Bereich Styling */
            .wave-animation-container {
                height: 80px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

.wave-animation {
                display: flex;
                align-items: flex-end;
                height: 60px;
            }

.wave-animation span {
                display: inline-block;
                width: 6px;
                margin: 0 3px;
                background: linear-gradient(135deg, #4a00e0, #8e2de2);
                border-radius: 3px;
                animation: wave 1.2s infinite ease-in-out;
            }

.wave-animation span:nth-child(2) {
                animation-delay: 0.1s;
            }

.wave-animation span:nth-child(3) {
                animation-delay: 0.2s;
            }

.wave-animation span:nth-child(4) {
                animation-delay: 0.3s;
            }

.wave-animation span:nth-child(5) {
                animation-delay: 0.4s;
            }

.wave-animation span:nth-child(6) {
                animation-delay: 0.5s;
            }

.wave-animation span:nth-child(7) {
                animation-delay: 0.6s;
            }

.wave-animation span:nth-child(8) {
                animation-delay: 0.7s;
            }

@keyframes wave {
                0%, 100% {
                    height: 20px;
                }
                50% {
                    height: 100%;
                }
            }

.audio-player-container {
                transition: all 0.3s ease;
            }

.audio-player-container:hover {
                transform: translateY(-5px);
            }

/* Benefits Styling */
            .benefit-card {
                transition: all 0.3s ease;
            }

.benefit-card:hover {
                transform: translateY(-5px);
            }

.benefit-icon {
                width: 70px;
                height: 70px;
                font-size: 24px;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            }

.benefit-icon-bg {
                width: 150px;
                height: 150px;
                background: currentColor;
                border-radius: 75px;
                transform: translate(50%, -30%);
                z-index: 0;
            }

.bg-gradient-blue-purple {
                background: linear-gradient(135deg, #4a00e0, #8e2de2);
            }

.bg-gradient-sky-blue-pink {
                background: linear-gradient(135deg, #0072ff, #00c6ff);
            }

.bg-gradient-magenta-orange {
                background: linear-gradient(135deg, #f857a6, #ff5858);
            }

.bg-gradient-navy-blue {
                background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
            }

.bg-light-gradient {
                background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            }

.border-radius-10px {
                border-radius: 10px;
            }

.transition-all-300ms {
                transition: all 300ms ease;
            }

/* Responsive Anpassungen */
            @media (max-width: 991px) {
                .benefit-icon {
                    width: 60px;
                    height: 60px;
                    font-size: 20px;
                }
            }

/* CTA Section Styling - Verbessert */
            .bg-cta-purple {
                background-color: #5d2de2;
                overflow: hidden;
            }

.text-cta-purple {
                color: #5d2de2;
            }

.feature-check-circle {
                width: 24px;
                height: 24px;
                min-width: 24px;
                background-color: white;
                border-radius: 50%;
            }

.feature-text {
                font-size: 16px;
                white-space: nowrap;
            }

.fs-40 {
                font-size: 40px;
            }

/* Formular Styling - Verbessert */
            .form-control-lg, .form-select-lg {
                border-radius: 6px;
                border: 1px solid #e0e0e0;
                font-size: 16px;
            }

.form-floating>label {
                color: #777;
            }

.form-floating>.form-control:focus~label,
            .form-floating>.form-control:not(:placeholder-shown)~label,
            .form-floating>.form-select~label {
                color: #5d2de2;
                opacity: 1;
            }

.form-control:focus, 
            .form-select:focus {
                border-color: #5d2de2;
                box-shadow: 0 0 0 3px rgba(93, 45, 226, 0.1);
            }

.form-check-input:checked {
                background-color: #5d2de2;
                border-color: #5d2de2;
            }

.btn-cta-purple {
                background-color: #5d2de2;
                color: white;
                border: none;
                border-radius: 6px;
                padding: 12px 30px;
                font-weight: 600;
                transition: all 0.3s ease;
            }

.btn-cta-purple:hover {
                background-color: #4923b0;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 5px 15px rgba(93, 45, 226, 0.3);
            }

/* Responsives Design */
            @media (max-width: 991px) {
                .bg-cta-purple {
                    padding-bottom: 0;
                }
                
                .feature-text {
                    white-space: normal;
                }
            }

/* Dropdown-Styling */
            .service-dropdown .dropdown-toggle {
                background-color: white;
                text-align: left;
                border: 1px solid #e0e0e0;
                padding: 12px 16px;
                color: #666;
            }

.service-dropdown .dropdown-toggle::after {
                display: none;
            }

.service-dropdown .dropdown-toggle i {
                font-size: 14px;
                color: #999;
            }

.service-dropdown .dropdown-menu {
                border-radius: 6px;
                overflow: hidden;
                margin-top: 5px;
            }

.service-dropdown .dropdown-header {
                background-color: #e0e0e0;
                color: #666;
                font-weight: 600;
                font-size: 14px;
                padding: 12px 16px;
                margin-bottom: 0;
            }

.service-dropdown .dropdown-item {
                padding: 12px 16px;
                color: #333;
                transition: background-color 0.2s;
                font-size: 14px;
            }

.service-dropdown .dropdown-item:hover {
                background-color: #f5f5f5;
            }

/* Custom Checkbox Styling */
            .custom-checkbox-wrapper {
                width: 24px;
                height: 24px;
                margin-top: 2px;
            }

.custom-checkbox-label {
                display: block;
                position: relative;
                width: 24px;
                height: 24px;
                cursor: pointer;
                margin: 0;
            }

.checkmark {
                position: absolute;
                top: 0;
                left: 0;
                width: 24px;
                height: 24px;
                background-color: white;
                border: 1px solid #ddd;
                border-radius: 4px;
                transition: all 0.2s ease;
            }

.custom-checkbox:checked ~ .custom-checkbox-label .checkmark {
                background-color: #5d2de2;
                border-color: #5d2de2;
            }

.checkmark:after {
                content: '\f00c';
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                position: absolute;
                display: none;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: white;
                font-size: 14px;
            }

.custom-checkbox:checked ~ .custom-checkbox-label .checkmark:after {
                display: block;
            }

/* Bullet Point and Text Styling */
            .checkbox-text-wrapper {
                line-height: 1.5;
            }

.bullet-point {
                left: 0;
                font-size: 16px;
                color: #666;
            }

.datenschutz-link {
                color: #0066cc;
                text-decoration: none;
                transition: color 0.2s;
            }

.datenschutz-link:hover {
                text-decoration: underline;
            }

/* Custom Button Styling */
            .btn-custom-offer {
                background-color: white;
                color: #333;
                font-weight: 600;
                padding: 12px 24px;
                border-radius: 50px;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
                transition: all 0.3s ease;
                white-space: nowrap;
            }

.btn-custom-offer:hover {
                transform: translateY(-3px);
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
            }

.btn-custom-offer .btn-icon {
                background-color: #5d2de2;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                color: white;
                font-size: 14px;
            }

/* Color styles */
            .bg-light-gray {
                background-color: #f9fafb;
            }

.text-success {
                color: #10b981 !important;
            }

.text-medium-gray {
                color: #6b7280;
            }

.bg-primary {
                background-color: #5d2de2 !important;
            }

.bg-info {
                background-color: #0ea5e9 !important;
            }

.bg-danger {
                background-color: #f43f5e !important;
            }

/* Color dots */
            .color-dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                display: inline-block;
            }

/* Typography */
            .fs-16 {
                font-size: 16px;
            }

.fs-20 {
                font-size: 20px;
            }

.fs-5 {
                font-size: 1.25rem;
            }

/* Neues modernes Dropdown-Menü-Styling im Glasmorphismus-Stil */
            .modern-dropdown {
                padding: 12px !important;
                width: auto !important;
                min-width: 250px;
                max-width: 280px;
                border-radius: 20px !important;
                background: rgba(255, 255, 255, 0.08) !important;
                backdrop-filter: blur(20px);
                -webkit-backdrop-filter: blur(20px);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
                border: 1px solid rgba(255, 255, 255, 0.1);
                transform: translateX(-50%);
                position: absolute;
                left: 50%;
                overflow: hidden;
            }

@keyframes pulse {
                0% { transform: scale(1); }
                50% { transform: scale(1.05); }
                100% { transform: scale(1); }
            }

/* Zusätzliche CSS-Fixes für mobile Dropdown-Menüs */
            @media (max-width: 991px) {
                .modern-dropdown {
                    padding: 8px !important;
                    width: 100% !important;
                    max-width: 100% !important;
                    min-width: auto;
                    left: 0 !important;
                    transform: none !important;
                    border-radius: 12px !important;
                    background: transparent !important;
                    box-shadow: none !important;
                    border: none !important;
                }
                
                .service-cards {
                    gap: 6px;
                }
                
                .service-card {
                    padding: 10px 12px;
                }
                
                .service-icon {
                    width: 32px;
                    height: 32px;
                    min-width: 32px;
                }
            }
