/* =========================================================
   Fahrrad, Freunde, FKK - Podcast Blog Stylesheet
   Version: Hellblau & Kräftige Kontraste
   ========================================================= */

/* ---------- Base ---------- */

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    background: #e6f2f7; /* Helles, frisches Küsten-Blau aus dem Himmel/Meer */
    color: #19382b; /* Tiefes Kieferngrün für optimale Lesbarkeit */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

/* ---------- Links ---------- */

a {
    color: #e65c23; /* Kräftiges Fahrradtaschen-Orange aus der Grafik */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: #b83d0d;
    text-decoration: underline;
}

/* ---------- Page Header & Navigation ---------- */

body > header {
    background: #19382b; /* Dunkles, kräftiges Kieferngrün */
    border-bottom: 4px solid #ffc83b; /* Leuchtendes, kräftiges Gelb aus der Titelschrift */
}

body > header nav {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

body > header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

body > header li {
    display: inline-block;
}

body > header a {
    display: block;
    padding: 18px 24px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: background 0.2s;
}

body > header a:hover {
    background: #234e3c;
    color: #ffc83b; /* Gelber Highlight-Effekt beim Drüberfahren */
    text-decoration: none;
}

/* ---------- Main Container ---------- */

main {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 20px;
}

/* ---------- Blog Hero ---------- */

#blog-hero {
    background: #ffffff; /* Reinweiß für maximalen Kontrast im Hero-Bereich */
    border: 2px solid #19382b;
    border-radius: 12px;
    padding: 32px 24px;
    margin-bottom: 35px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(25, 56, 43, 0.15);
}

#blog-logo {
    margin: 0 0 24px;
}

#blog-logo img {
    max-width: 100%;
    height: auto;
    border: 3px solid #19382b;
    border-radius: 8px;
    padding: 0;
    background: #fff;
}

#blog-name {
    margin: 0;
    color: #19382b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

#blog-motto {
    margin: 10px 0 0;
    color: #3d5e4f;
    font-size: 1.2rem;
    font-style: italic;
}

/* ---------- Article List ---------- */

#artikel {
    background: rgba(255, 255, 255, 0.8); /* Leicht transparentes Weiß, lässt das Hellblau durchschimmern */
    border: 1px solid #b0cddb;
    border-radius: 12px;
    padding: 30px 24px;
    backdrop-filter: blur(5px); /* Schicker moderner Glas-Effekt */
}

#artikel h2 {
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid #ffc83b; /* Dicke gelbe Highlight-Linie */
    color: #19382b;
    font-size: 1.9rem;
    font-weight: bold;
}

/* ---------- Blog Articles ---------- */

article {
    background: #ffffff;
    border: 2px solid #19382b; /* Kräftige Comic-Style Kontur */
    border-radius: 8px;
    margin-bottom: 28px;
    padding: 26px;
    box-shadow: 4px 4px 0px #19382b; /* Block-Schatten passend zum Illustrations-Stil */
}

article:last-child {
    margin-bottom: 0;
}

article header {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #b0cddb;
}

article h3 {
    margin: 0 0 8px;
    font-size: 1.6rem;
    font-weight: bold;
}

article h3 a {
    color: #e65c23;
}

article h3 a:hover {
    color: #b83d0d;
}

article time {
    display: block;
    color: #3d5e4f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

article p {
    margin: 14px 0;
    color: #222222;
}

/* ---------- Audio Figure ---------- */

article figure {
    margin: 20px 0 0;
    padding: 16px;
    background: #fff9e6; /* Sehr helles Sonnengelb als Hintergrund für den Player */
    border: 2px solid #ffc83b;
    border-left: 6px solid #e65c23; /* Kräftiges Orange als Eyecatcher für die Folge */
    border-radius: 6px;
}

article figcaption {
    margin-bottom: 10px;
    color: #19382b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: bold;
}

audio {
    width: 100%;
}

/* ---------- Pagination ---------- */

.pagination {
    margin: 35px 0;
    padding: 18px;
    background: #ffffff;
    border: 2px solid #19382b;
    border-radius: 8px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 3px 3px 0px #19382b;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 4px 8px;
}

.pagination a {
    padding: 8px 16px;
    background: #e65c23;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.2s;
}

.pagination a:hover {
    background: #b83d0d;
    text-decoration: none;
}

.pagination span {
    color: #3d5e4f;
    font-weight: bold;
}

/* ---------- Footer ---------- */

body > footer {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 24px 20px;
    background: #19382b;
    color: #ffffff;
    border-top: 4px solid #ffc83b;
    border-radius: 0 0 12px 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(25, 56, 43, 0.15);
}

body > footer a {
    color: #ffc83b;
    font-weight: bold;
}

body > footer a:hover {
    color: #ffffff;
}

/* ---------- Responsive ---------- */

@media (max-width: 700px) {
    body > header li {
        display: block;
        border-bottom: 1px solid #234e3c;
    }

    body > header a {
        padding: 14px;
    }

    main {
        margin: 20px auto;
        padding: 0 12px;
    }

    #blog-hero,
    #artikel,
    article {
        padding: 18px;
    }

    #blog-name {
        font-size: 2.2rem;
    }

    article h3 {
        font-size: 1.35rem;
    }
}
