/* Ortsportal – Zeitungstitelseite (Screen-spezifisch) */
/* VERBOTEN: Keine zentralen base- Klassen in dieser Datei überschreiben (Regel 011-ui-css-overrides.mdc). */

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Ortsportal volle Content-Breite; 5px Margin kommt von base-layout-content-area */
.place-portal-newspaper {
    --place-portal-newspaper-ink: #1c1917;
    --place-portal-newspaper-ink-soft: #57534e;
    --place-portal-newspaper-rule: #1c1917;
    --place-portal-newspaper-rule-soft: #a8a29e;
    --place-portal-newspaper-accent: #9f1239;
    --place-portal-newspaper-paper: var(--color-paper);
    --place-portal-newspaper-font-display: Georgia, "Times New Roman", Times, serif;
    --place-portal-newspaper-font-body: Georgia, "Times New Roman", Times, serif;
    --place-portal-newspaper-font-ui: Verdana, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    color: var(--place-portal-newspaper-ink);
    background-color: transparent;
    font-family: var(--place-portal-newspaper-font-body);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Masthead mit Doppelregel */
.place-portal-newspaper-masthead {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--place-portal-newspaper-rule);
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: var(--place-portal-newspaper-rule);
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Orts-Hero unter Masthead */
.place-screen-hero {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Hero volle Breite, max-height mit Cover-Ausschnitt */
.place-screen-hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 280px;
    object-fit: cover;
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Blankenheim-Ausschnitt Burg und Fachwerk-Ortskern */
.place-screen-hero-image-blankenheim {
    object-position: center 36%;
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Mechernich-Ausschnitt Kirche und Ortslage */
.place-screen-hero-image-mechernich {
    object-position: center 48%;
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | KI-Hero-Unterschrift unscheinbar */
.place-screen-hero-caption {
    margin-top: 0.35rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: var(--place-portal-newspaper-font-ui);
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.35;
    text-align: right;
    color: var(--place-portal-newspaper-ink-soft);
    opacity: 0.58;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Ausgabezeile Dateline */
.place-portal-newspaper-edition {
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-family: var(--place-portal-newspaper-font-ui);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--place-portal-newspaper-ink-soft);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Zeitungstitel H1 */
.place-portal-newspaper-title {
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-family: var(--place-portal-newspaper-font-display);
    font-size: clamp(2.25rem, 7vw, 3.5rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Unterzeile Masthead */
.place-portal-newspaper-tagline {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 40rem;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--place-portal-newspaper-ink-soft);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Beitrags-Titel-Link */
.place-portal-newspaper-article-source-link {
    color: inherit;
    text-decoration-line: none;
}

.place-portal-newspaper-article-source-link:hover {
    color: var(--place-portal-newspaper-accent);
    text-decoration-line: underline;
    text-decoration-thickness: 0.06em;
    text-underline-offset: 0.12em;
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Funddatum unscheinbar unterhalb des Teasers */
.place-portal-newspaper-found-at {
    margin-top: 0.35rem;
    margin-bottom: 0;
    font-family: var(--place-portal-newspaper-font-ui);
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.35;
    color: var(--place-portal-newspaper-ink-soft);
    opacity: 0.72;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Rubrik */
.place-portal-newspaper-news {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 0.25rem;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Rubrik-Kopf */
.place-portal-newspaper-news-header {
    padding-bottom: 0.55rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-rule);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Rubrik-Titel */
.place-portal-newspaper-news-title {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-family: var(--place-portal-newspaper-font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Untertitel */
.place-portal-newspaper-news-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--place-portal-newspaper-ink-soft);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Vorschau zweispaltig ab Tablet */
.place-portal-newspaper-news-list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Eintrag mit Haarlinie */
.place-portal-newspaper-news-item {
    margin: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-rule-soft);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Artikel kompakt */
.place-portal-newspaper-news-article {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Nachrichten-Headline hochwertiger Display-Schnitt */
.place-portal-newspaper-news-item-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--place-portal-newspaper-font-display);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Teaser auf drei Zeilen */
.place-portal-newspaper-news-item-teaser {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--place-portal-newspaper-ink-soft);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Link Alle Nachrichten mittig per Flex */
.place-portal-newspaper-news-all {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.35rem;
    margin-bottom: 0;
    padding-top: 0.25rem;
    text-align: center;
}

.place-portal-newspaper-news-all-link {
    font-family: var(--place-portal-newspaper-font-ui);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--place-portal-newspaper-accent);
    text-decoration-line: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-accent);
}

.place-portal-newspaper-news-all-link:hover {
    color: var(--place-portal-newspaper-ink);
    border-bottom-color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Veranstaltungen-Rubrik getrennt */
.place-portal-newspaper-events {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: var(--place-portal-newspaper-rule);
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Veranstaltungen-Rubrik-Kopf */
.place-portal-newspaper-events-header {
    padding-bottom: 0.55rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-rule);
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Veranstaltungen-Titel mit Gesamtanzahl analog Nachrichten */
.place-portal-newspaper-events-title {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-family: var(--place-portal-newspaper-font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Veranstaltungen-Untertitel */
.place-portal-newspaper-events-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--place-portal-newspaper-ink-soft);
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Events-Vorschau einspaltig */
.place-portal-newspaper-events-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Events-Listen-Item; Karte via place-event-card Widget */
.place-portal-newspaper-events-item {
    margin: 0;
}

/* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Link Alle Veranstaltungen mittig */
.place-portal-newspaper-events-all-link-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.35rem;
    margin-bottom: 0;
    padding-top: 0.25rem;
    text-align: center;
}

.place-portal-newspaper-events-all-link {
    font-family: var(--place-portal-newspaper-font-ui);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--place-portal-newspaper-accent);
    text-decoration-line: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-accent);
}

.place-portal-newspaper-events-all-link:hover {
    color: var(--place-portal-newspaper-ink);
    border-bottom-color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellenmarkt-Rubrik getrennt */
.place-portal-newspaper-jobs {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: var(--place-portal-newspaper-rule);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellenmarkt-Rubrik-Kopf */
.place-portal-newspaper-jobs-header {
    padding-bottom: 0.55rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-rule);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellenmarkt-Titel */
.place-portal-newspaper-jobs-title {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-family: var(--place-portal-newspaper-font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--place-portal-newspaper-ink);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellenmarkt-Untertitel */
.place-portal-newspaper-jobs-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--place-portal-newspaper-ink-soft);
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellen-Vorschau einspaltig volle Breite */
.place-portal-newspaper-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellen-Listen-Item ohne eigene Kartenstyles; Karte via place-job-card Widget */
.place-portal-newspaper-jobs-item {
    margin: 0;
}

/* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Link Alle Stellen mittig per Flex */
.place-portal-newspaper-jobs-all-link-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.35rem;
    margin-bottom: 0;
    padding-top: 0.25rem;
    text-align: center;
}

.place-portal-newspaper-jobs-all-link {
    font-family: var(--place-portal-newspaper-font-ui);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--place-portal-newspaper-accent);
    text-decoration-line: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--place-portal-newspaper-accent);
}

.place-portal-newspaper-jobs-all-link:hover {
    color: var(--place-portal-newspaper-ink);
    border-bottom-color: var(--place-portal-newspaper-ink);
}

@media (min-width: 768px) {
    /* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten zwei Spalten Desktop */
    .place-portal-newspaper-news-list {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.5rem;
    }

    /* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten mittlere Spaltentrennung */
    .place-portal-newspaper-news-item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    /* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten Spaltenabstand Desktop; horizontal Padding zentral in layout.css */
    .place-portal-newspaper-news-list {
        column-gap: 2rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    /* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Masthead-Einblendung */
    .place-portal-newspaper-masthead {
        animation-name: place-portal-newspaper-fade-up;
        animation-duration: 0.45s;
        animation-timing-function: ease-out;
        animation-fill-mode: both;
    }

    /* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Hero-Einblendung statt Stadt-Infos-Nav */
    .place-screen-hero {
        animation-name: place-portal-newspaper-fade-up;
        animation-duration: 0.5s;
        animation-delay: 0.04s;
        animation-timing-function: ease-out;
        animation-fill-mode: both;
    }

    /* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Nachrichten-Einblendung */
    .place-portal-newspaper-news {
        animation-name: place-portal-newspaper-fade-up;
        animation-duration: 0.55s;
        animation-delay: 0.1s;
        animation-timing-function: ease-out;
        animation-fill-mode: both;
    }

    /* Änderungsprotokoll: 2026-07-19 | Auto | @skill-css-rules, @skill-change-provenance | Veranstaltungen-Einblendung */
    .place-portal-newspaper-events {
        animation-name: place-portal-newspaper-fade-up;
        animation-duration: 0.55s;
        animation-delay: 0.13s;
        animation-timing-function: ease-out;
        animation-fill-mode: both;
    }

    /* Änderungsprotokoll: 2026-07-19 | parent-agent | @skill-css-rules, @skill-change-provenance | Stellenmarkt-Einblendung */
    .place-portal-newspaper-jobs {
        animation-name: place-portal-newspaper-fade-up;
        animation-duration: 0.55s;
        animation-delay: 0.16s;
        animation-timing-function: ease-out;
        animation-fill-mode: both;
    }
}

@keyframes place-portal-newspaper-fade-up {
    from {
        opacity: 0;
        transform: translateY(0.3rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
