  /* === PAGE === */
  .presse-page,
  .presse-page *,
  .presse-page h1,
  .presse-page h2,
  .presse-page h3,
  .presse-page h4,
  .presse-page p,
  .presse-page li,
  .presse-page a,
  .presse-page span,
  .presse-page strong {
    font-family: 'Trebuchet MS', Helvetica, sans-serif !important;
  }

  .presse-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    line-height: 1.7;
    color: #2f2e2e;
  }
  .presse-page h1 { font-size: 2.2em !important; font-weight: 700 !important; margin-bottom: 0.5em; }
  .presse-page h2 {
    font-size: 1.5em !important; font-weight: 700 !important;
    margin-top: 4.5rem; margin-bottom: 1.2em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #d8d8d8;
  }
  .presse-page h3 { font-size: 1.15em !important; font-weight: 600 !important; margin-top: 0; margin-bottom: 0.4em; }
  .presse-page p { margin-bottom: 0.8em; }
  .presse-page a { color: #ff4466; text-decoration: none; transition: color 0.2s; }
  .presse-page a:hover { color: #e63d5c; text-decoration: underline; }

  /* === INTRO === */
  .presse-intro { font-size: 1.05em; margin-bottom: 3em; }
  .presse-intro strong { color: #2f2e2e; }

  /* === NAV === */
  .presse-nav {
    display: flex; flex-wrap: wrap;
    justify-content: center;
    gap: 0.4em 0;
    margin: 2em 0 3.5em; padding: 0.8em 0.5em;
    background: #fafafa; border-radius: 8px; border: 1px solid #e8e8e8;
  }
  .presse-nav a {
    flex: 1 1 auto;
    text-align: center;
    font-size: 0.85em; font-weight: 600; color: #757374;
    padding: 0.5em 0.6em; border-radius: 4px;
    text-decoration: none; transition: background 0.2s, color 0.2s;
    white-space: nowrap;
  }
  .presse-nav a:hover { background: #ff4466; color: #fff; text-decoration: none; }
  @media (max-width: 600px) {
    .presse-nav { gap: 0.3em; }
    .presse-nav a { flex: 0 1 auto; font-size: 0.8em; padding: 0.5em 0.7em; }
  }

  /* === SCROLLING LOGO BANNER === */
  .bekannt-aus {
    margin: 3rem 0; padding: 2.5rem 0; text-align: center;
    overflow: hidden;
  }
  .bekannt-aus__titel {
    font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.15em; color: #757374; margin-bottom: 1.5rem;
  }
  .bekannt-aus__titel span { display: inline-block; position: relative; }
  .bekannt-aus__titel span::before,
  .bekannt-aus__titel span::after {
    content: ''; position: absolute; top: 50%; width: 60px; height: 1px; background: #d8d8d8;
  }
  .bekannt-aus__titel span::before { right: calc(100% + 1em); }
  .bekannt-aus__titel span::after { left: calc(100% + 1em); }

  .bekannt-aus__track {
    display: flex;
    animation: scroll-logos 30s linear infinite;
    width: max-content;
  }
  .bekannt-aus__track:hover { animation-play-state: paused; }

  .bekannt-aus__set {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 1.5rem;
  }
  .bekannt-aus__logo { display: inline-flex; align-items: center; height: 38px; flex-shrink: 0; }
  .bekannt-aus__logo img {
    max-height: 38px; max-width: 150px; width: auto; height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.45);
    transition: filter 0.3s;
  }
  .bekannt-aus__logo:hover img { filter: grayscale(0%) opacity(1); }

  @keyframes scroll-logos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* === THEMEN (1 Spalte) === */
  .cluster-list {
    display: flex; flex-direction: column; gap: 1.2em;
    margin: 2em 0 3em;
  }
  .cluster-card {
    background: #fff; border-radius: 8px; padding: 1.4em 1.5em;
    border: 1px solid #e8e8e8; border-left: 4px solid #ff4466;
    transition: box-shadow 0.2s;
  }
  .cluster-card:hover { box-shadow: 0 3px 10px rgba(47,46,46,0.06); }
  .cluster-card h3 { margin-bottom: 0.4em; font-size: 1.1em; }
  .cluster-card p { font-size: 0.92em; margin: 0 0 0.6em; color: #757374; }
  .cluster-card ul { margin: 0; padding-left: 1.2em; font-size: 0.88em; }
  .cluster-card ul li { margin-bottom: 0.3em; }
  .cluster-label {
    display: inline-block; font-size: 0.72em; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
    color: #ff4466; background: #ffecf0;
    padding: 0.2em 0.6em; border-radius: 3px; margin-bottom: 0.5em;
  }

  /* === FORMATE === */
  .formate-liste {
    list-style: none; padding: 0; margin: 2em 0;
  }
  .formate-liste li {
    padding: 0.7em 0; border-bottom: 1px solid #e8e8e8;
    font-size: 0.95em; line-height: 1.6;
  }
  .formate-liste li:last-child { border-bottom: none; }
  .formate-liste li strong { color: #2f2e2e; }
  .formate-liste li a { color: #ff4466; text-decoration: none; }
  .formate-liste li a:hover { text-decoration: underline; }

  /* === SCREENSHOT NEBEN EINTRAG === */
  .ma-thumb {
    flex-shrink: 0;
    width: 140px;
  }
  .ma-thumb img {
    width: 140px; height: auto;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
  }
  @media (max-width: 600px) {
    .ma-thumb { width: 100%; }
    .ma-thumb img { width: 100%; }
  }
  .ma-hinweis {
    font-style: italic;
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.2rem;
  }

  /* === MEDIENAUFTRITTE === */
  .ma-category { margin-bottom: 4rem; margin-top: 3rem; }
  .ma-category:first-child { margin-top: 0; }
  .ma-category-title {
    font-size: 1.3rem !important; font-weight: 700 !important; margin-bottom: 1.5rem;
    padding-bottom: 0.5rem; border-bottom: 2px solid #d8d8d8;
  }
  .ma-aktuell .ma-category-title { color: #ff4466; border-bottom-color: #ff4466; }

  .ma-year-label {
    font-size: 0.85rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.1em; color: #757374;
    margin: 1.5rem 0 0.6rem; padding-bottom: 0.3rem;
    border-bottom: 1px solid #e8e8e8;
  }
  .ma-year-label:first-child { margin-top: 0; }

  .ma-list { display: flex; flex-direction: column; gap: 0.6rem; }

  .ma-item {
    display: flex; align-items: flex-start; gap: 0.8rem;
    padding: 0.8rem 1rem;
    background: #fff; border: 1px solid #e8e8e8; border-radius: 6px;
    transition: border-color 0.2s;
  }
  .ma-item:hover { border-color: #d8d8d8; }
  .ma-item--aktuell { border-left: 3px solid #ff4466; }

  .ma-badge {
    display: inline-block; font-size: 0.68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.05em;
    padding: 0.2rem 0.5rem; border-radius: 3px;
    text-align: center; white-space: nowrap; min-width: 65px;
    flex-shrink: 0; margin-top: 0.15rem;
  }
  .ma-badge--tv { background: #ff4466; color: #fff; }
  .ma-badge--print { background: #2f2e2e; color: #fff; }
  .ma-badge--online { background: #757374; color: #fff; }
  .ma-badge--podcast { background: #ffdae0; color: #2f2e2e; }
  .ma-badge--gastbeitrag { background: #d8d8d8; color: #2f2e2e; }
  .ma-badge--buch { background: #ffecf0; color: #ff4466; }
  .ma-badge--event { background: #e8e8e8; color: #2f2e2e; }
  .ma-badge--video { background: #757374; color: #fff; }

  .ma-content { flex: 1; min-width: 0; }
  .ma-title { font-size: 0.95rem; font-weight: 600; margin: 0; line-height: 1.3; }
  .ma-title a {
    color: #2f2e2e; text-decoration: none;
    border-bottom: 1px solid transparent; transition: border-color 0.2s, color 0.2s;
  }
  .ma-title a:hover { color: #ff4466; border-bottom-color: #ff4466; }
  .ma-ext { font-size: 0.8em; opacity: 0.4; margin-left: 0.2em; }
  .ma-title a:hover .ma-ext { opacity: 1; }
  .ma-meta { font-size: 0.82rem; color: #757374; margin: 0.1rem 0 0; }

  /* Kompakt-Darstellung für lange Listen */
  .ma-compact .ma-item { padding: 0.5rem 1rem; }
  .ma-compact .ma-title { font-size: 0.9rem; }

  /* === PROFIL === */
  .profil-box {
    background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px;
    padding: 2.5em; margin: 2.5em 0;
  }
  .profil-box h3 { margin-top: 0; font-size: 1.3em; }
  .profil-tags { display: flex; flex-wrap: wrap; gap: 0.5em; margin: 1em 0; }
  .profil-tag {
    font-size: 0.8em; font-weight: 600;
    background: #ffecf0; color: #ff4466;
    padding: 0.3em 0.7em; border-radius: 4px;
  }
  .profil-text { font-size: 0.93em; color: #757374; }
  .profil-details {
    columns: 2; column-gap: 2em; font-size: 0.9em; list-style: none; padding: 0;
  }
  @media (max-width: 680px) { .profil-details { columns: 1; } }
  .profil-details li { margin-bottom: 0.4em; padding-left: 1em; position: relative; }
  .profil-details li::before {
    content: ''; position: absolute; left: 0; top: 0.55em;
    width: 5px; height: 5px; background: #ff4466; border-radius: 50%;
  }

  /* === VITA === */
  .vita-box {
    background: #fff; border: 1px solid #e8e8e8; border-radius: 8px;
    padding: 1.5em 2em; margin: 1.5em 0;
  }
  .vita-box h4 { font-size: 1em; margin-bottom: 0.8em; }
  .vita-list { list-style: none; padding: 0; font-size: 0.9em; }
  .vita-list li {
    padding: 0.4em 0; border-bottom: 1px solid #f0f0f0;
    display: flex; gap: 0.8em;
  }
  .vita-list li:last-child { border-bottom: none; }
  .vita-year { font-weight: 700; color: #ff4466; min-width: 70px; flex-shrink: 0; }
  .vita-text { color: #2f2e2e; }

  /* === FOTOS === */
  .fotos-box {
    background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px;
    padding: 2em; text-align: center; margin: 1.5em 0;
  }
  .fotos-box a.foto-link {
    display: inline-block; background: #ff4466; color: #fff;
    padding: 0.7em 1.8em; border-radius: 6px; font-weight: 600;
    font-size: 0.95em; text-decoration: none; transition: background 0.2s;
    margin-top: 0.8em;
  }
  .fotos-box a.foto-link:hover { background: #e63d5c; color: #fff; text-decoration: none; }

  /* === KONTAKT (hell, dezent — kein schwarzer Block) === */
  .kontakt-box {
    background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px;
    padding: 3em; margin: 4em 0 3em; text-align: center;
  }
  .kontakt-box h2 { border-bottom: none; margin-top: 0; color: #2f2e2e; }
  .kontakt-box p { color: #757374; }
  .kontakt-box a { color: #ff4466; font-weight: 600; }
  .kontakt-details { font-size: 1.05em; margin-top: 1em; }
  .kontakt-details div { margin-bottom: 0.5em; }

  /* === FAQ === */
  .faq-item { margin-bottom: 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid #e8e8e8; }
  .faq-item:last-child { border-bottom: none; }
  .faq-item strong { display: block; font-size: 1em; margin-bottom: 0.4em; }
  .faq-item p { margin: 0; font-size: 0.93em; color: #757374; line-height: 1.6; }

  .presse-page [id] { scroll-margin-top: 80px; }

  @media (max-width: 600px) {
    .ma-item { flex-direction: column; gap: 0.4rem; }
    .bekannt-aus__logo img { max-height: 28px; }
  }
