/*
 Theme Name:   MH Magazine Boulevard Child
 Description:  Child Theme für Frank (V5.1 - Mit Admin Anleitung)
 Template:     mh-magazine-lite
 Version:      5.1.0
*/

/* ==========================================================================
   1. BASIS & TYPOGRAFIE
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');

h1, h2, h3, h4, h5, h6, 
.mh-widget-title, 
.entry-title,
.boulevard-title,
.mh-posts-large-title {
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

body { border-top: 5px solid #d40000; }

/* ==========================================================================
   2. TICKER STYLING
   ========================================================================== */
.boulevard-ticker-wrap {
    background-color: #000; color: #fff; font-family: 'Oswald', sans-serif;
    height: 40px; overflow: hidden; position: relative; display: flex; align-items: center;
    border-bottom: 3px solid #d40000; margin-bottom: 20px;
}
.boulevard-ticker-label {
    background-color: #d40000; color: #fff; font-weight: 700; text-transform: uppercase;
    padding: 0 15px; height: 100%; display: flex; align-items: center; z-index: 10; white-space: nowrap;
}
.boulevard-ticker-content { flex-grow: 1; overflow: hidden; white-space: nowrap; height: 100%; display: flex; align-items: center; }
.ticker-move { display: inline-block; padding-left: 100%; animation: boulevard-marquee 90s linear infinite; }
.ticker-item { font-size: 1rem; text-transform: uppercase; margin-right: 30px; }
.ticker-item a { color: #fff; text-decoration: none; }
.ticker-sep { color: #d40000; font-weight: bold; margin-right: 5px; }
@keyframes boulevard-marquee { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-100%, 0, 0); } }

/* ==========================================================================
   3. STATIFY WIDGET
   ========================================================================== */
.statify-widget-list, .widget_statify_widget ul { list-style: none !important; padding: 0 !important; margin: 0 !important; counter-reset: statify-counter; }
.statify-widget-element, .widget_statify_widget li { position: relative; padding-left: 45px !important; margin-bottom: 15px !important; border-bottom: 1px solid #eee; padding-bottom: 10px; display: flex; align-items: center; }
.statify-widget-element::before, .widget_statify_widget li::before {
    counter-increment: statify-counter; content: counter(statify-counter); position: absolute; left: 0; top: 0;
    width: 32px; height: 32px; background-color: #2c3e50; color: #fff; text-align: center; line-height: 32px; border-radius: 50%; font-weight: bold;
}
.statify-widget-element:nth-child(1)::before { background-color: #d4af37; }
.statify-widget-element:nth-child(2)::before { background-color: #a9a9a9; }
.statify-widget-element:nth-child(3)::before { background-color: #cd7f32; }
a.statify-widget-link { text-decoration: none; font-weight: 600; color: #333; display: block; }


/* ==========================================================================
   4. BOULEVARD POSTS (Das Kachel-Raster)
   ========================================================================== */

.boulevard-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

/* Kachel Standard */
.boulevard-item {
    position: relative;
    height: 250px; /* Standard-Höhe für Grid */
    border: 3px solid #000;
    overflow: hidden;
    background-color: #000;
    transition: transform 0.2s;
}

/* --- NEU: SPEZIALFALL EINZELNER ARTIKEL --- */
/* Wenn nur 1 Artikel da ist, soll er höher sein, damit das Bild wirkt */
.boulevard-wrapper.single-mode .boulevard-item {
    height: 450px; /* Deutlich höher für Einzelansicht */
}
@media (max-width: 600px) {
    .boulevard-wrapper.single-mode .boulevard-item {
        height: 250px; /* Auf Handy wieder normal */
    }
}
/* ------------------------------------------ */

.boulevard-item:hover {
    transform: scale(1.01); 
    z-index: 5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.boulevard-link { display: block; width: 100%; height: 100%; text-decoration: none; }

.boulevard-img {
    width: 100%; height: 100%;
    background-size: cover; background-position: center top;
    transition: opacity 0.3s, filter 0.3s;
    filter: contrast(1.1);
}
.boulevard-item:hover .boulevard-img { opacity: 0.9; }

.boulevard-title {
    position: absolute; bottom: 0; left: 0; right: 0;
    background-color: #fff200; color: #000;
    font-family: 'Oswald', sans-serif; font-size: 1.3rem; line-height: 1.1; font-weight: 700; text-transform: uppercase;
    padding: 10px 15px; border-top: 3px solid #000;
}

/* Farben für Kategorien */
.boulevard-item.category-news .boulevard-title,
.boulevard-item.category-politik .boulevard-title,
.boulevard-item.category-nachrichten .boulevard-title,
.boulevard-item.category-top-themen .boulevard-title,
.boulevard-item.category-brennpunkt .boulevard-title { background-color: #d40000; color: #fff; }

.boulevard-item.category-blaulicht .boulevard-title { background-color: #0044cc; color: #fff; }
.boulevard-item.category-sport .boulevard-title { background-color: #27ae60; color: #fff; }
.boulevard-item.category-promis .boulevard-title { background-color: #ff007f; color: #fff; }
.boulevard-item.category-wirtschaft .boulevard-title,
.boulevard-item.category-geld .boulevard-title { background-color: #1a2a6c; color: #fff; }
.boulevard-item.category-wetter .boulevard-title { background-color: #00bfff; color: #000; }

/* ==========================================================================
   5. LEGACY WIDGET SUPPORT
   ========================================================================== */
.mh-widget-title, .widget-title {
    background: #d40000 !important; color: #fff !important;
    padding: 8px 15px !important; border-bottom: 3px solid #000 !important; text-align: center;
}
.mh-posts-list-thumb img, .mh-posts-large-thumb img { border: 2px solid #000; }
.mh-meta, .entry-meta { display: none !important; }
/*.mh-excerpt, .mh-meta, .entry-meta { display: none !important; } */

/* ==========================================================================
   6. SCHLAGWORT-WOLKE (Tag Cloud & Block Widget)
   ========================================================================== */

/* Wir sprechen hier beide möglichen Klassen an, damit es immer funktioniert */
.tagcloud a,
.wp-block-tag-cloud a {
    /* Typografie & Basis */
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important; /* Überschreibt die Wordpress-Größenberechnung */
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    
    /* Button-Optik */
    background-color: #fff;
    color: #000;
    border: 2px solid #000; /* Harter schwarzer Rahmen */
    padding: 6px 10px;
    line-height: 1;
    
    /* Anordnung */
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    
    /* Animation */
    transition: all 0.2s ease;
}

/* Hover-Effekt: Rot und harter Schatten */
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #d40000; /* Dein Theme-Rot */
    color: #fff !important;
    border-color: #000;
    
    /* Bewegung & Schatten */
    transform: translateY(-2px); 
    box-shadow: 3px 3px 0px #000; 
}

/* ==========================================================================
   7. LIST LAYOUT (Final V4: Sticker-Look Perfekt)
   ========================================================================== */

/* WICHTIG: Globaler Fix für die Rahmen-Berechnung */
.boulevard-wrapper.layout-list,
.boulevard-wrapper.layout-list * {
    box-sizing: border-box !important;
}

/* Container Reset */
.boulevard-wrapper.layout-list {
    display: block !important;
}

/* Die Karte (Item) */
.boulevard-wrapper.layout-list .boulevard-item {
    display: block !important;
    width: 100% !important;
    
    /* HIER GEÄNDERT: Mehr Abstand nach unten, damit Artikel nicht kollidieren */
    margin-bottom: 60px !important; 
    
    border: none !important;        
    background-color: transparent !important;
    overflow: visible !important;   /* Wichtig, damit Schatten sichtbar bleiben */
}

/* Der Link-Container */
.boulevard-wrapper.layout-list .boulevard-link {
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none;
    position: relative;
}

/* --- DAS BILD --- */
.boulevard-wrapper.layout-list .boulevard-img {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 60% !important; /* 16:9 Format */
    background-position: center top !important;
    
    /* Rahmen: Dank box-sizing oben wird er jetzt nicht mehr abgeschnitten! */
    border: 3px solid #000 !important; 
    z-index: 1;
}

/* --- DER TITEL (Der "Sticker") --- */
.boulevard-wrapper.layout-list .boulevard-title {
    position: relative !important;
    z-index: 10; 
    
    /* Der Überlappungs-Trick */
    margin-top: -35px !important;   /* Zieht den Text ins Bild rein */
    margin-left: 15px !important;   
    width: calc(100% - 30px) !important; 
    
    padding: 12px 15px !important;
    
    /* Optik */
    border: 3px solid #000 !important;
    box-shadow: 8px 8px 0px rgba(0,0,0,0.8); /* Starker Schatten */
    
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
    text-align: left !important;
    
    /* Standard Gelb (wird durch Kategorien-CSS überschrieben) */
    background-color: #fff200; 
    color: #000;
}

/* Handy-Anpassung */
@media (max-width: 600px) {
    .boulevard-wrapper.layout-list .boulevard-title {
        font-size: 1.1rem !important;
        margin-top: -25px !important; /* Etwas weniger Überlappung am Handy */
        width: calc(100% - 20px) !important; /* Etwas breiter am Handy */
        margin-left: 10px !important;
    }
    
    /* Noch etwas mehr Abstand auf dem Handy zwischen den Artikeln */
    .boulevard-wrapper.layout-list .boulevard-item {
        margin-bottom: 70px !important;
    }
}

/* --- KATEGORIE FARBEN (Bleibt wie gehabt) --- */
.boulevard-item.category-politik .boulevard-title,
.boulevard-item.category-news .boulevard-title,
.boulevard-item.category-brennpunkt .boulevard-title {
    background-color: #d40000 !important;
    color: #fff !important;
}

.boulevard-item.category-blaulicht .boulevard-title {
    background-color: #0044cc !important;
    color: #fff !important;
}

.boulevard-item.category-sport .boulevard-title {
    background-color: #27ae60 !important;
    color: #fff !important;
}

.boulevard-item.category-wirtschaft .boulevard-title,
.boulevard-item.category-geld .boulevard-title {
    background-color: #1a2a6c !important;
    color: #fff !important;
}

.boulevard-item.category-promis .boulevard-title {
    background-color: #ff007f !important;
    color: #fff !important;
}

/* ==========================================================================
   8. FARBEN & ABSTÄNDE (Final Fix)
   ========================================================================== */

/* --- FIX 1: ABSTAND VERRINGERN --- */

/* Für deine Shortcodes (Liste) */
.boulevard-wrapper.layout-list .boulevard-img {
    margin-bottom: 0 !important;    /* Keinen Millimeter Abstand nach unten */
    border-bottom: none !important; /* Den unteren Strich vom Bild nehmen wir weg */
}

.boulevard-wrapper.layout-list .boulevard-title {
    margin-top: 0 !important;       /* Titel rutscht direkt hoch */
    padding-top: 15px !important;   /* Innenabstand oben */
    border-top: none !important;    
    position: relative;
    top: -4px; /* Zieht den Text minimal über das Bild, um Lücken sicher zu schließen */
}

/* --- FIX 2: KATEGORIE-FARBEN (Für Shortcodes UND Widgets) --- */

/* Wir definieren die Farben neu, sodass sie für BEIDES gelten (.boulevard-item UND article) */

/* POLITIK / NEWS (Rot) */
.boulevard-item.category-politik .boulevard-title,
.boulevard-item.category-news .boulevard-title,
.boulevard-item.category-brennpunkt .boulevard-title,
article.category-politik .mh-posts-large-title a,
article.category-news .mh-posts-large-title a {
    background-color: #d40000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* SPORT (Grün) */
.boulevard-item.category-sport .boulevard-title,
article.category-sport .mh-posts-large-title a {
    background-color: #27ae60 !important;
    color: #fff !important;
}

/* BLAULICHT (Blau) */
.boulevard-item.category-blaulicht .boulevard-title,
article.category-blaulicht .mh-posts-large-title a {
    background-color: #0044cc !important;
    color: #fff !important;
}

/* PROMIS (Pink) */
.boulevard-item.category-promis .boulevard-title,
article.category-promis .mh-posts-large-title a {
    background-color: #ff007f !important;
    color: #fff !important;
}

/* WIRTSCHAFT / GELD (Dunkelblau) */
.boulevard-item.category-wirtschaft .boulevard-title,
.boulevard-item.category-geld .boulevard-title,
article.category-wirtschaft .mh-posts-large-title a {
    background-color: #1a2a6c !important;
    color: #fff !important;
}

/* STANDARD (Gelb - Falls keine Kategorie passt) */
.boulevard-title,
.mh-posts-large-title a {
    background-color: #fff200;
    color: #000;
}

/* ==========================================================================
   9. MENÜ FARBANPASSUNG (KORRIGIERT)
   ========================================================================== */

/* Desktop: Aktiver Menüpunkt wird rot */
.mh-main-nav li:hover a,
.mh-main-nav .current-menu-item a,
.mh-main-nav .current-menu-ancestor a,
.mh-main-nav .current_page_item a,
.mh-main-nav .current_page_ancestor a {
    background-color: #d40000 !important;
}

/* Mobile: Der Button-Hintergrund wird rot */
.slicknav_btn {
    background-color: #d40000 !important;
}

/* Mobile: Die drei Striche (Hamburger) müssen WEISS sein */
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff !important; 
}
/* ==========================================================================
   10. BUTTONS (WordPress Block Styling)
   ========================================================================== */

.wp-block-button__link {
    /* Dein Boulevard-Rot erzwingen */
    background-color: #d40000 !important;
    
    /* Optik anpassen: Eckig, schwarzer Rahmen, Oswald-Schrift */
    border-radius: 0 !important;       /* Ecken nicht abrunden */
    border: 2px solid #000 !important; /* Harter schwarzer Rahmen */
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;         /* Immer Großbuchstaben */
    font-weight: 700;
    color: #fff !important;            /* Weiße Schrift */
    letter-spacing: 0.5px;
}

/* Hover-Effekt (Maus drüber): Schwarz werden */
.wp-block-button__link:hover {
    background-color: #000 !important;
    color: #fff !important;
    transform: translateY(-2px);       /* Kleiner Hüpfer nach oben */
    box-shadow: 3px 3px 0 rgba(0,0,0,0.5); /* Schatten-Effekt */
}
