/* Spezifisches Styling für die Datenschutz-Seite */

.legal-content {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 50px;
    margin-top: 120px; /* Platzhalter für den fixierten Header */
    margin-bottom: 80px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.legal-content h1 {
    font-size: 2.2rem;
    color: #1e293b;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}

.legal-content section {
    margin-bottom: 30px;
}

.legal-content h2 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.legal-content h3 {
    font-size: 1.1rem;
    color: #334155;
    margin-top: 15px;
    margin-bottom: 8px;
}

.legal-content p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.legal-content a {
    color: #1e293b;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}
