.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

/* --- Bestehende Styles --- */
.iron-section { padding: 40px 20px; font-family: 'Inter', sans-serif; background: #f9fafb; color: #1e293b; }
.oswald { font-family: 'Oswald', sans-serif; }
h2 { font-size: 2rem; margin-bottom: 0.5rem; }
.iron-slogan-text { font-size: 1.1rem; color: #475569; margin-bottom: 30px; }

/* ================================================
   KEY-FACTS-KACHELN (neu)
   ================================================ */
.keyfacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.keyfact-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
}

.keyfact-icon {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.keyfact-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
    margin-bottom: 4px;
}

.keyfact-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
}

.keyfact-sub {
    font-size: 0.72rem;
    color: #64748b;
    margin-top: 3px;
}

/* Icon-Hintergrundfarben */
.ki-date  { background: #EFF6FF; color: #1D4ED8; }
.ki-loc   { background: #F0FDF4; color: #15803D; }
.ki-park  { background: #F8FAFC; color: #475569; }
.ki-wx    { background: #F0FDF4; color: #15803D; }

/* ================================================
   BEWERBE-SEKTION (angepasst)
   ================================================ */
.bewerbe-section {
    margin-bottom: 28px;
}

.bewerbe-section-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
    margin-bottom: 10px;
}

.day-group {
    margin-bottom: 16px;
}

.day-group-header {
    font-size: 0.7rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.day-group-header::after {
    content: '';
    flex: 1;
    border-top: 1px solid #e2e8f0;
}

.bewerb-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

.bewerb-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    transition: border-color 0.15s ease;
}

.bewerb-card:hover {
    border-color: #d63638;
    text-decoration: none;
}

.bewerb-card-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 7px;
}

/* Badge-Farben rotierend je Index */
.bewerb-badge-0 { background: #EFF6FF; color: #1D4ED8; }
.bewerb-badge-1 { background: #FEFCE8; color: #92400E; }
.bewerb-badge-2 { background: #F0FDF4; color: #15803D; }
.bewerb-badge-3 { background: #FDF4FF; color: #7E22CE; }

.bewerb-card-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    margin-bottom: 4px;
}

.bewerb-card-meta {
    font-size: 0.72rem;
    color: #64748b;
    margin-bottom: 10px;
}

.bewerb-card-arrow {
    font-size: 0.7rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Anreise-Tag (bleibt als kleiner Tag) */
.bewerb-tag {
    background: #f1f5f9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.bewerb-tag:hover {
    color: #d63638;
    background: #e2e8f0;
    text-decoration: none;
}

/* --- Restliche Layout Styles --- */
.iron-grid { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
.iron-text { flex: 2 1 500px; min-width: 280px; line-height: 1.6; }
.iron-sidebar { flex: 1 1 250px; min-width: 200px; }

@media (max-width: 768px) {
    .keyfacts-grid { grid-template-columns: 1fr 1fr; }
    .iron-grid { flex-direction: column; }
}

@media (max-width: 480px) {
    .keyfacts-grid { grid-template-columns: 1fr; }
}
