/* ============================================================
   impressum.css — Stile nur für impressum.html
   Jupiter Observatory
   ============================================================ */

/* ── Content Card ────────────────────────────────────────────── */
.impressum-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding: 36px 40px;
    margin-bottom: 30px;
}

.impressum-card h2 {
    margin-top: 0;
    color: #fff;
    border-bottom: 2px solid #ff9800;
    padding-bottom: 10px;
    margin-bottom: 24px;
    font-size: 1.3em;
}

.impressum-card h3 {
    color: #aaa;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 24px 0 8px;
}

.impressum-card h3:first-of-type {
    margin-top: 0;
}

.impressum-card p {
    margin: 0 0 8px;
    line-height: 1.7;
    color: #ccc;
    font-size: 0.92em;
}

.impressum-card a {
    color: #4a90d9;
    text-decoration: none;
}

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

/* ── Back Link ───────────────────────────────────────────────── */
.back-link {
    display: inline-block;
    margin-bottom: 24px;
    color: #aaa;
    font-size: 0.85em;
    text-decoration: none;
}

.back-link:hover {
    color: #fff;
}
