/* Impressum-Spezifisches Styling */

section.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

section.container h1 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
}

.impressum-block {
    margin-bottom: 2.5rem;
}

.impressum-block h2 {
    font-size: 1.3rem;
    color: #1a3c60;
    margin-bottom: 0.8rem;
    border-left: 4px solid #2c3e50;
    padding-left: 10px;
}

.impressum-block p {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.impressum-block a {
    color: #0066cc;
    text-decoration: underline;
}

.impressum-block a:hover {
    color: #004a99;
    text-decoration: none;
}

/* Responsiv für Mobilgeräte */
@media (max-width: 600px) {
    section.container {
        padding: 20px 15px;
    }

    .impressum-block h2 {
        font-size: 1.2rem;
    }

    section.container h1 {
        font-size: 1.6rem;
    }
}
