/* Header Bereich */
.site-header {
    background: url('/images/headers/arena-meet-2026.jpg') no-repeat center center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid #0056b3;
}

.header-content h1 {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}
/* Styling für die Impressums-Seite */
.impressum-container {
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.impressum-container h1 {
    color: #0056b3; /* Das Blau aus dem Header */
    border-bottom: 3px solid #0056b3;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.impressum-container h3 {
    color: #002d5a;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    border-left: 4px solid #0056b3;
    padding-left: 15px;
}

.impressum-container hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.impressum-container a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

.impressum-container a:hover {
    text-decoration: underline;
}

.legal-notice {
    font-size: 0.9rem;
    color: #666;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.tech-info {
    font-size: 0.85rem;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-style: italic;
}