.imp-content {
    max-width: 800px;
}

.imp-content > h1 {
    margin-bottom: 2rem;
}

.imp-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}
.imp-section:last-child {
    border-bottom: none;
}

.imp-section h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #333;
}

.imp-logo {
    margin-bottom: 1rem;
}

address {
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    color: #444;
}

address a {
    color: inherit;
    text-decoration: none;
}
address a:hover {
    text-decoration: underline;
}

.imp-dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.3rem 1rem;
    margin: 0;
}

.imp-dl dt {
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}

.imp-dl dd {
    margin: 0;
    color: #444;
}

.imp-content p {
    line-height: 1.7;
    color: #444;
    margin: 0 0 0.75rem;
}

.imp-content a {
    color: #1976d2;
    text-decoration: none;
}
.imp-content a:hover {
    text-decoration: underline;
}

/* Presse-Abschnitt */
.imp-section--press {
    background: #f0f7ff;
    border: 1px solid #b3d4f5;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}
.imp-section--press h2 {
    color: #1565c0;
}
.imp-press-contact {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0.75rem 0 0.5rem;
}
.imp-press-contact a {
    color: #1565c0 !important;
    font-size: 1.1rem;
}
