/*
 * © by www.GeRockt.net Dieser Code ist urheberrechtlich geschützt. Jegliche Veröffentlichung, unbefugte Benutzung etc. wird strafrechtlich verfolgt.
 * Datei: /public/css/legal.css
 * Version: 1.37.11
 * Beschreibung: Öffentliche Rechtstexte (Datenschutz).
 */

body.legal-page {
    background: var(--bg);
    color: var(--text);
}

.legal-shell {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 20px 48px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.legal-header {
    margin-bottom: 28px;
}

.legal-brand {
    display: inline-block;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 12px;
}

.legal-header h1 {
    margin: 0;
    font-size: 28px;
}

.legal-main {
    flex: 1;
}

.legal-content {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow);
    line-height: 1.7;
}

.legal-content p {
    margin: 0 0 14px;
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
    margin: 24px 0 12px;
    line-height: 1.35;
}

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

.legal-content ul,
.legal-content ol {
    margin: 0 0 14px;
    padding-left: 24px;
}

.legal-content li + li {
    margin-top: 6px;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 14px;
}

.legal-content th,
.legal-content td {
    border: 1px solid var(--border);
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}

.legal-content a {
    color: var(--blue);
}

.legal-footer {
    margin-top: 32px;
    color: var(--muted);
    font-size: 14px;
}

.legal-footer a {
    color: var(--blue);
}

.legal-footer span {
    margin: 0 8px;
}
