
#leitbild_der_fahrschule {
    font-size: 1em !important;
    font-weight: 400 !important;
    color: rgb(80, 80, 80) !important;
    line-height: 1.8;

    & h2 {
        color: black;
        font-size: 1.5em;
        font-weight: 600;
        margin-bottom: 20px;
    }

    & p {
        font-weight: 400;
    }

    & ul {
        font-weight: 400;
    }
}

/* ============================================================
   Vorstellung / Wer sind wir?
   ============================================================ */
#vorstellung_startseite {
    font-size: 1em !important;
    text-align: center;

    & h2 {
        color: black;
        font-size: 1.5em;
        margin-bottom: 25px;

        & span {
            font-size: .7em;
            color: grey;
        }
    }
}

/* Wrapper */
.wer_sind_wir {
    position: relative;
    max-width: 900px;
    margin: 0 auto 0;
    padding: 75px 30px 90px;
}/* Volle Breite für den Hintergrund */
.wer_sind_wir::before {
    display: none;
}

/* Content über dem Hintergrund-Ausbruch halten */
.wer_sind_wir > * {
    position: relative;
    z-index: 1;
}

/* ============================================================
   Unsere Leistungen Autobahn Wrapper
   ============================================================ */
.unsere_leistungen_wrapper {
    position: relative;
    max-width: 1250px;
    margin: 0 auto 40px;
    padding: 100px 30px 80px;
}

.unsere_leistungen_wrapper::before {
    display: none;
}

.unsere_leistungen_wrapper > * {
    position: relative;
    z-index: 1;
}

/* Kopf­bereich */
.wsw_kopf {
    text-align: center;
    margin-bottom: 40px;
}

.wsw_label {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin: 0 0 10px;
}

.wsw_kopf h2 {
    font-size: 1.8em !important;
    font-weight: 700;
    color: #111;
    margin: 0 0 18px;
    line-height: 1.2;
}

.wsw_intro {
    font-size: 0.95em;
    color: #555;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto;
}

/* ============================================================
   Premium Banner Layout
   ============================================================ */

.premium_banner_container {
    position: relative;
    padding-top: 20px; 
    margin-bottom: 30px;
}

.premium_cards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pref_card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    border-radius: 24px;
    padding: 18px 16px;
    text-align: left;
    box-shadow: 
        12px 12px 28px rgba(190, 185, 175, 0.45),
        -12px -12px 28px rgba(255, 255, 255, 0.95),
        inset 3px 3px 6px rgba(255,255,255,0.9),
        inset -3px -3px 6px rgba(0,0,0,0.02);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pref_card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 
        16px 16px 36px rgba(180, 175, 165, 0.5),
        -16px -16px 36px rgba(255, 255, 255, 1),
        inset 3px 3px 6px rgba(255,255,255,0.9),
        inset -3px -3px 6px rgba(0,0,0,0.02);
}

.pref_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.pref_title_row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pref_title {
    font-size: 0.9em;
    font-weight: 700;
    color: #1a1a1a;
}

.pref_icon_grey {
    width: 14px;
    height: 14px;
    color: #888;
}

.pref_desc {
    font-size: 0.75em;
    color: #777;
    line-height: 1.45;
}

/* Badges Base */
.pref_badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), inset 0 2px 4px rgba(255,255,255,0.5);
    background: #f0f0f0;
}

/* 1. Silver Badge */
.pref_badge_silver {
    background: linear-gradient(135deg, #e6e6e6 0%, #ffffff 40%, #c4c4c4 100%);
    border: 2px solid #fff;
}
.pref_badge_silver::before {
    content: ""; /* inner gravure ring */
    position: absolute;
    top: 4px; left: 4px; right: 4px; bottom: 4px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}
.pref_badge_text {
    font-weight: 900;
    font-size: 1.3em;
    color: #444;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.8), -1px -1px 0px rgba(0,0,0,0.1);
}

/* 2. Compass Badge */
.pref_badge_compass {
    background: linear-gradient(135deg, #fcd556 0%, #d4af37 50%, #aa8000 100%);
    border: 2px solid #fff;
}
.compass_inner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
}
.compass_inner::before {
    content: "N";
    position: absolute; top: 2px; left: 50%; transform: translateX(-50%);
    font-size: 9px; font-weight: bold; color: #b00;
}
.compass_inner::after {
    /* The needle */
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 4px; height: 36px;
    background: linear-gradient(to bottom, #d00 50%, #333 50%);
    transform: translate(-50%, -50%) rotate(35deg);
    border-radius: 2px;
}

/* 3. Seal Badge */
.pref_badge_seal {
    background: linear-gradient(135deg, #ffdc00 0%, #c5900b 100%);
    border: 2px dashed rgba(255,255,255,0.5);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15), inset 0 0 0 4px #eab007; /* fake thick outer rim */
}
.seal_text_wrap {
    position: absolute;
    width: 100%; height: 100%;
}
.seal_text_wrap svg {
    width: 100%; height: 100%;
}
.seal_text_wrap text {
    font-size: 10.5px;
    font-weight: bold;
    fill: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}
.seal_star {
    font-size: 1.8em;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 2;
}

@media screen and (max-width: 900px) {
    .premium_cards_grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 650px) {
    .wer_sind_wir {
        padding: 50px 0px 60px;
    }
    .unsere_leistungen_wrapper {
        padding: 40px 0px 50px;
    }
}