/* Home – Portal-Hub mit Ortslinks */
/* VERBOTEN: Keine zentralen base- Klassen in dieser Datei überschreiben (Regel 011-ui-css-overrides.mdc). */

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Portal-Hub Layout statt Zeitung */
.home-portal-hub {
    --home-hub-ink: #1c1917;
    --home-hub-ink-soft: #44403c;
    --home-hub-rule: #292524;
    --home-hub-accent: #9f1239;
    --home-hub-paper: #f5f2eb;
    --home-hub-font-display: Georgia, "Times New Roman", Times, serif;
    --home-hub-font-body: Georgia, "Times New Roman", Times, serif;
    box-sizing: border-box;
    width: 100%;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--home-hub-ink);
    background-color: var(--home-hub-paper);
    font-family: var(--home-hub-font-body);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Masthead */
.home-portal-hub-masthead {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: var(--home-hub-rule);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Edition */
.home-portal-hub-edition {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--home-hub-ink-soft);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub H1 Brand */
.home-portal-hub-title {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-family: var(--home-hub-font-display);
    font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--home-hub-ink);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Tagline */
.home-portal-hub-tagline {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 32rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--home-hub-ink-soft);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Intro */
.home-portal-hub-intro {
    margin-bottom: 2rem;
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Intro Headline */
.home-portal-hub-intro-headline {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--home-hub-font-display);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--home-hub-ink);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Intro Text */
.home-portal-hub-intro-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--home-hub-ink-soft);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Laengere Portal-Erklaerung lesbar */
#home-intro-text {
    max-width: 38rem;
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Places Header */
.home-portal-hub-places-header {
    margin-bottom: 1rem;
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Places Title */
.home-portal-hub-places-title {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-family: var(--home-hub-font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--home-hub-ink);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Places Subtitle */
.home-portal-hub-places-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--home-hub-ink-soft);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Places List */
.home-portal-hub-places-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Place Item */
.home-portal-hub-place-item {
    margin: 0;
    padding: 0;
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Place Link */
.home-portal-hub-place-link {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--home-hub-rule);
    text-decoration: none;
    color: inherit;
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Place Name */
.home-portal-hub-place-name {
    font-family: var(--home-hub-font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--home-hub-accent);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Place Region */
.home-portal-hub-place-region {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--home-hub-ink-soft);
}

/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Place Teaser */
.home-portal-hub-place-teaser {
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--home-hub-ink-soft);
}

@media (min-width: 768px) {
    /* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Hub Desktop Intro */
    .home-portal-hub-intro-headline {
        font-size: 1.5rem;
    }
}
