/* Rechtliche Seiten Styles (Datenschutz & Impressum) */

.legal-section {
    padding: 4rem 0;
    background: var(--bg-light);
    min-height: calc(100vh - 300px);
}

.legal-content {
    opacity: 1 !important;
    transform: none !important;
}

.legal-content.animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
}

.legal-content h2 {
    color: #1a1a1a !important;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--accent-color);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    color: #1a1a1a !important;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.legal-content h4 {
    color: #2d2d2d !important;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

.legal-content p {
    color: #444 !important;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.legal-content li {
    color: #444 !important;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.contact-box {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin: 1.5rem 0;
    border-left: 4px solid var(--accent-color);
}

.contact-box p {
    margin-bottom: 0;
    color: #1a1a1a !important;
}

@media (max-width: 768px) {
    .legal-content {
        padding: 2rem 1.5rem;
    }
    
    .legal-content h2 {
        font-size: 1.5rem;
    }
    
    .legal-content h3 {
        font-size: 1.1rem;
    }
}
