/* Datenschutz Page Specific Styles */

nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: sticky;
    top: 0;
}

.content {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 2rem;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #374151, #1f2937);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2 {
    font-size: 1.75rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #374151;
}

h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

p {
    margin-bottom: 1rem;
    color: #6b7280;
}

ul, ol {
    margin-bottom: 1rem;
    margin-left: 2rem;
    color: #6b7280;
}

.updated {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

strong {
    color: #111827;
}
