
        body {
            font-family: 'Roboto', sans-serif;
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #003366;
            font-weight: 700;
        }

        a {
            color: #0055a4;
            transition: color 0.3s ease;
        }

        a:hover {
            color: #003366;
            text-decoration: none;
        }

        .text-primary-lgl {
            color: #0055a4 !important;
        }

        .bg-primary-lgl {
            background-color: #0055a4 !important;
        }

        /* Hero Header */
        .page-hero {
            background: linear-gradient(135deg, #f5f9fc 0%, #fff 100%);
            border-left: 5px solid #0055a4;
            padding: 3rem 2rem;
            margin-bottom: 3rem;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        }

        /* Top Video "Hero" Card */
        .top-video-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 4rem;
            border: none;
            transition: transform 0.3s ease;
        }

        .top-video-card:hover {
            transform: translateY(-5px);
        }

        .video-placeholder-large {
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), #343a40;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
        }

        .play-btn-large {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s, background 0.2s;
        }

        .video-placeholder-large:hover .play-btn-large {
            transform: scale(1.1);
            background: #fff;
        }

        .play-icon-large {
            width: 32px;
            height: 32px;
            fill: #0055a4;
            margin-left: 6px;
            /* optisch zentrieren */
        }

        /* List Video Items */
        .list-video-item {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
            border: 1px solid #eaeaea;
            transition: box-shadow 0.3s ease;
        }

        .list-video-item:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

        .video-thumbnail-small {
            background-color: #495057;
            height: 100%;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
        }

        .play-btn-small {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .list-video-item:hover .play-btn-small {
            background: #fff;
            transform: scale(1.1);
            transition: transform 0.2s;
        }

        /* Quote Banner */
        .quote-banner {
            background: #e8f2f7;
            padding: 4rem 2rem;
            border-radius: 8px;
            text-align: center;
            margin: 4rem 0;
            position: relative;
        }

        .quote-banner::before {
            content: "“";
            font-size: 8rem;
            color: rgba(0, 85, 164, 0.1);
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            font-family: serif;
            line-height: 1;
        }

        /* Badges */
        .badge-video {
            background-color: #0055a4;
            color: white;
            padding: 5px 10px;
            font-weight: 500;
            border-radius: 4px;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .badge-press {
            background-color: #28a745;
            color: white;
            padding: 5px 10px;
            font-weight: 500;
            border-radius: 4px;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

/* Dauer-Badge & Poster-Caption an bestehende Klassen anbinden */
.badge-duration{
  position:absolute;
  bottom:20px;
  right:20px;
  background:rgba(0,0,0,.8);
  color:#fff;
  padding:4px 10px;
  font-size:.9rem;
  border-radius:4px;
  font-weight:500;
}

.poster-caption{
  position:absolute;
  top:20px;
  left:20px;
  color:#fff;
  opacity:.6;
  font-size:.9rem;
}

/* Sicherstellen, dass ratio-Iframe den ganzen Platz füllt */
.ratio iframe{
  width:100%;
  height:100%;
  border:0;
}

/* 3.1 – Logos in Artikel-Karten */
.list-video-item img{
  max-height:80px;          /* Höhe aus deinem Inline-Style */
  width:auto;
  object-fit:contain;
}

/* 3.2 – Wenn Wrapper gap-4 benutzt, unterdrück zusätzliches margin */
.list-video-item { margin-bottom:0 !important; }

/* 3.3 – Option: weicher Hover nur für Video-Items
   (Artikel ohne iframe behalten leichteren Hover) */
.list-video-item:hover{
  box-shadow:0 6px 16px rgba(0,0,0,.06);
}


/* ---- 1. Abstand / Strich entfernen ----------------------------------- */
#videoCarousel .card-body {
    padding: 0.75rem 1rem;               /* etwas weniger Innenabstand */
}
#videoCarousel .ratio {
    margin-bottom: 0;                    /* kein zusätzlicher Abstand */
}

/* ---- 2. Hinweis‑Banner (externes Video) ----------------------------- */
.video-notice {
    background: #f8f9fa;                 /* hellgrau, passt zu bg‑light */
    border-left: 4px solid #0d6efd;      /* farbiger Akzent */
}

/* ---- 3. Play‑Overlay‑Button (nur für lokale Videos) --------------- */
.play-overlay {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 3rem; height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: none;
    opacity: 0.9;
    cursor: pointer;
}

/* Overlay nur anzeigen, solange das Video nicht bereits läuft */
video[data-started="false"] + .play-overlay { display: block; }
video[data-started="true"]  + .play-overlay { display: none; }

/* ---- 4. Optional: Beim Slide‑Wechsel Videos pausieren -------------- */
#videoCarousel .carousel-item video {
    width: 100%; height: 100%;
}
