/* Spezifische Ergänzungen für das Impressum */

.impressum-card h1 {
    justify-self: center;
    width: 100%;
}

.impressum-card h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.impressum-card p {
    margin-bottom: 15px;
}

.impressum-card a {
    color: var(--hover);
    text-decoration: none;
    font-weight: 600;
}

.impressum-card a:hover {
    text-decoration: underline;
}

.separator {
    border: 0;
    height: 1px;
    background: var(--border);
    margin: 20px 0;
    opacity: 0.5;
}
