/*
 Theme Name:   Divi Erbel Child
 Theme URI:    https://hopfensauerteig.de
 Description:  Divi Child-Theme für die Erbel Bäckerei-Plattform
 Author:       Stephan Dunkel
 Author URI:   https://hopfensauerteig.de
 Template:     Divi
 Version:      1.0.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-erbel-child
*/

/* ==========================================================================
   STARTSEITE – BASIS-LAYOUT
   ========================================================================== */

/* ── Topbar ──────────────────────────────────────────── */
.erbel-topbar {
    background: #3a2f28; color: #e0d8cf; font-size: 13px; padding: 6px 20px;
}
.erbel-topbar a { color: #e0d8cf; text-decoration: none; }

/* ── Header ──────────────────────────────────────────── */
.erbel-header {
    background: #f8f8f8; padding: 0 20px;
}
.erbel-header-inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 1200px; margin: 0 auto; padding: 10px 0;
}
.erbel-header-logo img { max-height: 60px; width: auto; display: block; }

/* ── Hero ────────────────────────────────────────────── */
.erbel-hero {
    position: relative;
    background: #f8f8f8 url('assets/img/hero-pc-both.jpg') center/cover no-repeat;
    padding: 60px 20px 40px;
    text-align: center;
}
.erbel-hero-body {
    position: relative; z-index: 1;
    max-width: 960px; margin: 0 auto;
}

/* Hero-Titel */
.erbel-hero-title {
    font-size: 2.6em; font-weight: 700; color: #3a2f28;
    margin: 0 0 8px 0; line-height: 1.2;
}
.erbel-hero-title-line1 {
    display: block; font-size: 0.7em; font-weight: 400; color: #bb8238;
    margin-bottom: 4px;
}
.erbel-hero-title-line2 {
    display: block; font-size: 1em; font-weight: 700; color: #3a2f28;
}

/* Hero-Subtitle */
.erbel-hero-subtitle {
    font-size: 0.96em; color: #555; margin: 0 auto 20px; line-height: 1.5;
    max-width: 620px;
}

/* Brezel-Trenner */
.erbel-hero-divider {
    margin: 12px auto 24px; text-align: center; line-height: 1;
}
.erbel-hero-divider svg {
    display: inline-block; vertical-align: middle;
}

/* ── Login-Karten ────────────────────────────────────── */
.erbel-hero-cards {
    display: flex; gap: 24px; justify-content: center;
    max-width: 900px; margin: 0 auto; flex-wrap: wrap;
}
.erbel-hc {
    flex: 1; min-width: 280px; max-width: 420px;
    background: #fff; border-radius: 8px;
    padding: 28px 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.erbel-hc-title {
    text-align: center; font-size: 1.25em; color: #444;
    margin: 0 0 1em 0; padding-bottom: 0.5em; border-bottom: 2px solid #eee;
}

/* ── Info-Spalten ────────────────────────────────────── */
.erbel-info {
    background: #fff; padding: 48px 20px;
}
.erbel-info-inner {
    display: flex; gap: 32px; max-width: 1080px; margin: 0 auto; flex-wrap: wrap;
}
.erbel-info-col {
    flex: 1; min-width: 250px; text-align: center; padding: 0 12px;
}
.erbel-info-col h3 {
    font-size: 1.2em; font-weight: 700; color: #3a2f28; margin: 0 0 10px 0;
}
.erbel-info-col p {
    font-size: 0.95em; color: #555; line-height: 1.5; margin: 0;
}

/* ── Footer ──────────────────────────────────────────── */
.erbel-footer {
    background: #3a2f28; color: #c0b8ae; padding: 32px 20px;
    text-align: center; font-size: 13px;
}
.erbel-footer a { color: #e0d8cf; text-decoration: none; }

/* ==========================================================================
   BRIGHT MODE (nur Startseite – body.home)
   Kein Dark Mode betroffen.
   ========================================================================== */

/* Header-Beige */
body.home .erbel-header {
    background-color: #f0ede8 !important;
}

/* Login-Karten-Beige */
body.home .erbel-hc--kunde,
body.home .erbel-hc--mitarbeiter {
    background-color: #f0ede8 !important;
}

/* Hero-Überschrift Zeile 1: Gold → Weiß */
body.home .erbel-hero-title-line1 {
    color: #ffffff !important;
}

/* Untertitel vergrößern */
body.home .erbel-hero-subtitle {
    font-size: 1.1em !important;
}

/* Brezel-Trenner sichtbar */
body.home .erbel-hero-divider svg {
    display: inline-block !important;
}

/* Karten: mehr Abstand nach oben für Brezel */
body.home .erbel-hero-cards {
    margin-top: 8px;
}

/* ==========================================================================
   RESPONSIVE HERO-BILDER
   ========================================================================== */

/* Tablet: 769px – 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    body.home .erbel-hero {
        background-image: url('assets/img/hero-tablet-bright.jpg');
    }
}

/* Mobile: bis 768px */
@media (max-width: 768px) {
    body.home .erbel-hero {
        background-image: url('assets/img/hero-mobile-bright.jpg');
        padding: 40px 16px 32px;
    }

    .erbel-hero-title { font-size: 1.6em; }
    .erbel-hero-subtitle { font-size: 0.95em; }

    .erbel-header-inner {
        flex-direction: column; gap: 8px;
    }
    .erbel-hero-cards {
        flex-direction: column; align-items: center;
    }
    .erbel-hc {
        max-width: 100%;
    }
    .erbel-info-inner {
        flex-direction: column; align-items: center;
    }
    .erbel-info-col {
        max-width: 400px;
    }
}
