/**
 * Datenschutz Page Styles
 * DKSB Euskirchen
 */

/* ========================================
   Small Hero for legal pages
   ======================================== */
.datenschutz-page .global-hero-small {
    min-height: 200px;
    background: linear-gradient(135deg, #0064ad 0%, #004d85 100%);
}

.datenschutz-page .global-hero-small .global-hero-content h1 {
    font-size: 2.5rem;
}

/* ========================================
   Legal Sections
   ======================================== */
.legal-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.legal-section h2 {
    color: #0064ad;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0064ad;
    display: inline-block;
}

.legal-section p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section ul {
    color: #4b5563;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-section ul li {
    margin-bottom: 0.5rem;
}

.legal-section a {
    color: #0064ad;
    text-decoration: none;
    word-break: break-word;
}

.legal-section a:hover {
    text-decoration: underline;
}

/* ========================================
   Publisher Info
   ======================================== */
.publisher-info {
    background: #f9fafb;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    border-left: 4px solid #0064ad;
}

.publisher-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0064ad;
    margin-bottom: 0.5rem;
}

.publisher-info p {
    text-align: left;
}

.contact-details {
    margin-top: 1.5rem;
}

.contact-details p {
    margin-bottom: 0.75rem;
}

.contact-details a {
    color: #0064ad;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-details a:hover {
    color: #004d85;
    text-decoration: underline;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 768px) {
    .datenschutz-page .global-hero-small .global-hero-content h1 {
        font-size: 1.75rem;
    }

    .legal-section h2 {
        font-size: 1.2rem;
    }

    .publisher-info {
        padding: 1.25rem;
    }
}
