/* ===================================================================
   AERONA SPACE – DER GROSSE ARTIKEL
   Lese-Layout für article.html. Der Text stammt unverändert aus
   D:\Aerona space 2.0\03_Aerona_Webseite\artikel\ – nur ins Web gebracht.
   =================================================================== */
.ar-main {
    max-width: 780px;
    margin: 0 auto;
    padding: 7rem 1.5rem 6rem;
}
/* ---------- Kopfbereich ---------- */

.ar-kopf {
    margin-bottom: 3rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.ar-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.28);
    padding: 4px 11px;
    border-radius: 6px;
    margin-bottom: 1.4rem;
}

.ar-kopf h1 {
    color: white;
    font-size: clamp(2rem, 5.5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.ar-unter {
    color: #94a3b8;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 1.4rem;
}

.ar-meta {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.ar-punkt {
    margin: 0 0.5rem;
    opacity: 0.5;
}
/* ---------- Inhaltsverzeichnis ---------- */

.ar-inhalt {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1.4rem 1.6rem;
    margin-bottom: 3rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
}

.ar-inhalt__titel {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.ar-inhalt a {
    color: #94a3b8;
    font-size: 0.96rem;
    text-decoration: none;
    padding: 0.35rem 0;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.ar-inhalt a:hover {
    color: #93c5fd;
    padding-left: 0.4rem;
}
/* ---------- Fließtext ---------- */

.ar-text {
    color: #cbd5e1;
    font-size: 1.08rem;
    line-height: 1.95;
}

.ar-text h2 {
    color: white;
    font-size: clamp(1.5rem, 4vw, 1.9rem);
    font-weight: 800;
    line-height: 1.3;
    margin: 3.2rem 0 1.1rem;
    scroll-margin-top: 110px;
}

.ar-text h3 {
    color: #e2e8f0;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 2.2rem 0 0.9rem;
    scroll-margin-top: 110px;
}

.ar-text p {
    margin-bottom: 1.4rem;
}

.ar-text strong {
    color: white;
    font-weight: 700;
}

.ar-text code {
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.9em;
    color: #fdba74;
    background: rgba(249, 115, 22, 0.1);
    padding: 2px 6px;
    border-radius: 5px;
}

.ar-text em {
    color: #94a3b8;
}
/* ---------- Listen ---------- */

.ar-liste {
    margin: 0 0 1.6rem;
    padding: 0;
    list-style: none;
}

.ar-liste li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.7rem;
    color: #94a3b8;
    line-height: 1.85;
}

.ar-liste li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3b82f6;
}

.ar-liste li strong {
    color: #e2e8f0;
}
/* ---------- Zitat & Trenner ---------- */

.ar-zitat {
    margin: 0 0 1.8rem;
    padding: 1.3rem 1.6rem;
    background: rgba(59, 130, 246, 0.06);
    border-left: 3px solid rgba(59, 130, 246, 0.5);
    border-radius: 0 12px 12px 0;
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.85;
}

.ar-trenner {
    border: none;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    margin: 3rem 0;
}
/* ---------- Mobil ---------- */

@media (max-width: 768px) {
    .ar-main {
        padding: 5.5rem 1.1rem 4rem;
    }

    .ar-text {
        font-size: 1.02rem;
    }

    .ar-inhalt {
        padding: 1.2rem 1.3rem;
    }
}
