/* ==========================================================================
   Landingpage Berufskraftfahrer mit Bildungsgutschein
   --------------------------------------------------------------------------
   Gilt fuer:
     berufskraftfahrer-bildungsgutschein.php
     lkw-fuehrerschein-bildungsgutschein.php
     bus-fuehrerschein-bildungsgutschein.php

   Wird ueber $besuchteSeite_css eingebunden, laedt also nur auf diesen drei
   Seiten (rules.md Paragraph 3).

   Alle Klassen beginnen mit "lpb_", damit nichts aus style.css, start.css
   oder den uebrigen Stylesheets hineinwirkt und umgekehrt.

   Angelegt: 01.08.2026
   ========================================================================== */

.lpb_hero,
.lpb_vertrauen,
.lpb_abschnitt,
.lpb_querlink,
.lpb_handyleiste {
    --lpb-rot:      #c50000;
    --lpb-rot-tief: #9c0000;
    --lpb-gelb:     #ffd400;
    --lpb-dunkel:   #1c1c1c;
    --lpb-text:     #333;
    --lpb-grau:     #f6f6f6;
    --lpb-linie:    #e3e3e6;
    --lpb-radius:   14px;
    --lpb-schatten: 0 6px 24px rgba(0, 0, 0, .09);
    --lpb-max:      1180px;
}

.lpb_hero *,
.lpb_vertrauen *,
.lpb_abschnitt *,
.lpb_querlink *,
.lpb_handyleiste * { box-sizing: border-box; }

.lpb_wrap { max-width: var(--lpb-max); margin: 0 auto; padding: 0 18px; }

.lpb_abschnitt h2,
.lpb_abschnitt h3,
.lpb_hero h1 { color: var(--lpb-dunkel); font-weight: 700; line-height: 1.12; margin: 0 0 .5em; }
.lpb_abschnitt h2 { font-size: clamp(26px, 3.4vw, 40px); }
.lpb_abschnitt h3 { font-size: clamp(19px, 2.2vw, 23px); }
.lpb_abschnitt p  { margin: 0 0 1em; }
.lpb_marker { color: var(--lpb-rot); }

/* ---------------------------------------------------------------- Knoepfe */
.lpb_btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 52px; padding: 0 26px; border-radius: 999px;
    font-family: inherit; font-size: 18px; font-weight: 700; letter-spacing: .01em;
    text-align: center; text-decoration: none; cursor: pointer;
    border: 2px solid transparent; transition: .18s;
}
.lpb_btn_rot   { background: var(--lpb-rot); color: #fff; box-shadow: 0 6px 18px rgba(197, 0, 0, .28); }
.lpb_btn_rot:hover { background: var(--lpb-rot-tief); color: #fff; transform: translateY(-2px); }
.lpb_btn_weiss { background: #fff; color: var(--lpb-dunkel); border-color: #cfcfd4; }
.lpb_btn_weiss:hover { border-color: var(--lpb-dunkel); transform: translateY(-2px); }
/* Fuehrt auf eine andere Seite, nicht nur zu einem Abschnitt: Pfeil dahinter. */
.lpb_btn_weiter::after { content: "\203A"; font-size: 1.5em; line-height: 1; margin-top: -.12em; }

/* ------------------------------------------------------------------- Hero */
.lpb_hero {
    position: relative; overflow: hidden;
    background: radial-gradient(120% 90% at 50% 0%, #fff 0%, #f4f5f7 42%, #e7e9ec 78%, #dcdee2 100%);
    border-bottom: 1px solid var(--lpb-linie);
    color: var(--lpb-text);
}
/* Der Seitenkopf der Homepage liegt fest ueber dem Inhalt (120 px, ab 1000 px
   abwaerts 80 px). Ohne diesen Abstand verschwindet die Ueberzeile darunter. */
.lpb_hero .lpb_wrap { position: relative; padding-top: 146px; padding-bottom: 34px; }
@media screen and (max-width: 1000px) { .lpb_hero .lpb_wrap { padding-top: 100px; } }

.lpb_hero_oben { text-align: center; }
.lpb_ueber {
    display: inline-block; font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
    color: #6b6b72; font-weight: 600; margin-bottom: 6px;
}
.lpb_marke {
    font-size: clamp(22px, 3.4vw, 34px); font-weight: 700; letter-spacing: .34em;
    text-transform: uppercase; color: var(--lpb-dunkel); margin: 0 0 4px; padding-left: .34em;
}
.lpb_bilder {
    position: relative; display: flex; align-items: flex-end; justify-content: center;
    gap: clamp(4px, 2vw, 26px); margin: 6px 0 2px;
}
.lpb_bilder img {
    width: clamp(140px, 38vw, 330px); height: auto; display: block;
    filter: drop-shadow(0 16px 14px rgba(0, 0, 0, .20));
}
.lpb_bilder.lpb_einzelbild img { width: clamp(210px, 50vw, 440px); }

.lpb_hero_unten {
    position: relative; display: grid; grid-template-columns: 1.25fr .75fr;
    gap: 18px; align-items: center; margin-top: 4px;
}
.lpb_hero h1 {
    font-size: clamp(30px, 6.2vw, 58px); text-transform: uppercase;
    letter-spacing: -.005em; margin: 0;
}
.lpb_hero h1 .lpb_zeile2 {
    display: block; font-weight: 400; font-size: .66em; text-transform: uppercase; color: #3c3c42;
}
.lpb_hinweis { margin: 10px 0 0; font-size: 15px; color: #5c5c64; }

.lpb_blase {
    position: relative; justify-self: end; background: var(--lpb-gelb); color: #141414;
    font-weight: 700; font-size: clamp(16px, 2.3vw, 25px); line-height: 1.15;
    text-transform: uppercase; padding: 16px 22px; border-radius: 999px;
    text-align: center; box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
}
.lpb_blase::after {
    content: ""; position: absolute; left: 34px; bottom: -12px; width: 26px; height: 20px;
    background: var(--lpb-gelb); clip-path: polygon(0 0, 100% 0, 18% 100%);
}

.lpb_cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
.lpb_vorteile {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px;
    margin-top: 16px; font-size: 15px; font-weight: 600; color: #3c3c42;
}
.lpb_vorteile span { display: inline-flex; align-items: center; gap: 7px; }
.lpb_vorteile svg { width: 17px; height: 17px; stroke: var(--lpb-rot); fill: none; stroke-width: 3; }

@media screen and (max-width: 820px) {
    .lpb_hero_unten { grid-template-columns: 1fr; text-align: center; }
    .lpb_blase { justify-self: center; margin-top: 6px; }
    .lpb_blase::after { left: 50%; margin-left: -13px; }
}

/* ---------------------------------------------------------- Vertrauensleiste */
.lpb_vertrauen { background: var(--lpb-dunkel); color: #fff; }
.lpb_vertrauen .lpb_wrap {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
    padding-top: 16px; padding-bottom: 16px;
}
.lpb_vertrauen div {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    font-size: 15px; font-weight: 600; text-align: center; padding: 6px 4px;
}
.lpb_vertrauen svg { width: 20px; height: 20px; stroke: var(--lpb-gelb); fill: none; stroke-width: 2; flex: none; }
@media screen and (max-width: 900px) { .lpb_vertrauen .lpb_wrap { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 360px) { .lpb_vertrauen .lpb_wrap { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------- Abschnitte */
.lpb_abschnitt { padding: 56px 0; background: #fff; color: var(--lpb-text); font-size: 17px; line-height: 1.55; }
.lpb_abschnitt.lpb_grau { background: var(--lpb-grau); }
.lpb_kopfzeile { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.lpb_kopfzeile p { font-size: 18px; color: #55555d; margin: 0; }

/* ------------------------------------------------------- Karten: gemeinsame */
.lpb_fakten { list-style: none; margin: 0 0 16px; padding: 0; border-top: 1px solid var(--lpb-linie); }
.lpb_fakten li {
    display: flex; gap: 12px; justify-content: space-between; margin: 0;
    padding: 9px 0; border-bottom: 1px solid var(--lpb-linie); font-size: 16px;
}
.lpb_fakten b { color: #6c6c74; font-weight: 600; flex: none; }
.lpb_fakten span { text-align: right; color: var(--lpb-dunkel); font-weight: 600; }

.lpb_haken { list-style: none; margin: 0 0 18px; padding: 0; }
.lpb_haken li { position: relative; padding-left: 26px; margin: 0 0 7px; font-size: 16px; }
.lpb_haken li::before {
    content: ""; position: absolute; left: 0; top: 7px; width: 15px; height: 9px;
    border-left: 3px solid var(--lpb-rot); border-bottom: 3px solid var(--lpb-rot);
    transform: rotate(-45deg);
}
.lpb_unter {
    font-size: 15px; color: #6c6c74; margin: 0 0 14px;
    font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.lpb_klasse {
    position: absolute; top: 12px; left: 14px; background: var(--lpb-rot); color: #fff;
    font-weight: 700; font-size: 14px; letter-spacing: .08em; padding: 5px 12px; border-radius: 999px;
}

/* ---------------------------------------------- Weiche: die beiden Karten */
.lpb_wege { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media screen and (max-width: 860px) { .lpb_wege { grid-template-columns: 1fr; } }
.lpb_weg {
    background: #fff; border: 1px solid #d5d5da; border-radius: var(--lpb-radius);
    box-shadow: var(--lpb-schatten); overflow: hidden; display: flex; flex-direction: column;
}
/* Feste Bildhoehe, damit Lkw- und Bus-Karte trotz unterschiedlicher
   Seitenverhaeltnisse auf gleicher Hoehe weitergehen. */
.lpb_weg_bild {
    position: relative; background: linear-gradient(165deg, #fff 0%, #eef0f2 60%, #e2e4e8 100%);
    padding: 16px; display: flex; align-items: center; justify-content: center;
    height: clamp(165px, 20vw, 205px);
}
.lpb_weg_bild img {
    width: auto; max-width: 88%; max-height: 100%; height: auto; display: block;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .2));
}
.lpb_weg_inhalt { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.lpb_weg_inhalt h3 { margin-bottom: .3em; }
.lpb_weg_inhalt .lpb_btn { margin-top: auto; width: 100%; }

/* ------------------------------------------- Angebot auf den Einzelseiten */
.lpb_einzel {
    display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch;
    background: #fff; border: 1px solid var(--lpb-linie); border-radius: var(--lpb-radius);
    box-shadow: var(--lpb-schatten); overflow: hidden;
}
@media screen and (max-width: 860px) { .lpb_einzel { grid-template-columns: 1fr; } }
.lpb_einzel_bild {
    position: relative; background: linear-gradient(165deg, #fff 0%, #eef0f2 60%, #e2e4e8 100%);
    display: flex; align-items: center; justify-content: center; padding: 34px 24px; min-height: 240px;
}
.lpb_einzel_bild img {
    width: clamp(200px, 80%, 380px); height: auto; display: block;
    filter: drop-shadow(0 14px 14px rgba(0, 0, 0, .2));
}
.lpb_einzel_bild .lpb_klasse { top: 16px; left: 18px; }
.lpb_einzel_text { padding: 26px 26px 28px; display: flex; flex-direction: column; }
.lpb_einzel_text h3.lpb_klein { font-size: 18px; margin: 4px 0 10px; }
.lpb_einzel_text .lpb_btn { margin-top: auto; align-self: flex-start; }
@media screen and (max-width: 520px) { .lpb_einzel_text .lpb_btn { align-self: stretch; width: 100%; } }

/* --------------------------------------------------------------- Schritte */
.lpb_schritte { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: lpbs; }
@media screen and (max-width: 960px) { .lpb_schritte { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 520px) { .lpb_schritte { grid-template-columns: 1fr; } }
.lpb_schritt {
    background: #fff; border: 1px solid var(--lpb-linie); border-radius: var(--lpb-radius);
    padding: 24px 20px 20px; position: relative;
}
.lpb_schritt::before {
    counter-increment: lpbs; content: counter(lpbs);
    position: absolute; top: -16px; left: 20px; width: 38px; height: 38px; border-radius: 50%;
    background: var(--lpb-rot); color: #fff; font-weight: 700; font-size: 19px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(197, 0, 0, .3);
}
.lpb_schritt h3 { margin: 10px 0 .4em; font-size: 20px; }
.lpb_schritt p  { margin: 0; font-size: 16px; color: #55555d; }

/* -------------------------------------------------------------- Bausteine */
.lpb_bausteine { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.lpb_baustein { background: #fff; border: 1px solid var(--lpb-linie); border-radius: var(--lpb-radius); padding: 20px; }
.lpb_baustein h3 { font-size: 18px; margin-bottom: .35em; }
.lpb_baustein p  { font-size: 15px; color: #55555d; margin: 0; }
.lpb_dauer {
    display: inline-block; margin-top: 10px; background: #fff6d6; color: #7a5c00;
    font-weight: 700; font-size: 13px; padding: 3px 10px; border-radius: 999px;
}

/* --------------------------------------------------------------- Querlink */
.lpb_querlink { background: #fff; border-top: 1px solid var(--lpb-linie); border-bottom: 1px solid var(--lpb-linie); }
.lpb_querlink .lpb_wrap {
    display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center;
    padding-top: 18px; padding-bottom: 18px;
}
.lpb_querlink a {
    display: inline-flex; align-items: center; gap: 9px; min-height: 44px;
    font-weight: 700; font-size: 17px; color: var(--lpb-dunkel);
    border-bottom: 2px solid var(--lpb-gelb); text-decoration: none;
}
.lpb_querlink a::after { content: "\203A"; font-size: 1.4em; line-height: 1; color: var(--lpb-rot); }
.lpb_querlink a:hover { color: var(--lpb-rot); }

/* --------------------------------------------------------------- Formular */
.lpb_abschnitt.lpb_dunkel { background: linear-gradient(160deg, #1c1c1c 0%, #2a2a2e 100%); color: #fff; }
.lpb_dunkel h2 { color: #fff; }
.lpb_dunkel .lpb_kopfzeile p { color: #c9c9d0; }

.lpb_formkarte {
    max-width: 760px; margin: 0 auto; background: #fff; border-radius: 18px;
    padding: 26px 24px 24px; box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
}
.lpb_reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media screen and (max-width: 620px) { .lpb_reihe { grid-template-columns: 1fr; } }
.lpb_feld { margin-bottom: 14px; }
.lpb_feld label, .lpb_feldtitel {
    display: block; font-weight: 600; font-size: 15px; margin-bottom: 5px; color: var(--lpb-dunkel);
}
.lpb_feld input, .lpb_feld select, .lpb_feld textarea {
    width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfcfd4; border-radius: 10px;
    font-family: inherit; font-size: 16px; color: var(--lpb-text); background: #fff;
}
.lpb_feld textarea { min-height: 100px; resize: vertical; }
/* 02.08.2026: bisher :focus - dadurch bekam auch der runde Radio-Knopf ein rotes
   Rechteck, das bis zum Fokuswechsel stehen blieb. :focus-visible zeigt den Rahmen
   nur, wenn die Tastatur benutzt wird. Textfelder behalten ihn auch beim Anklicken,
   weil Browser Eingabefelder immer als "fokus-sichtbar" behandeln. */
.lpb_feld input:focus-visible, .lpb_feld select:focus-visible, .lpb_feld textarea:focus-visible {
    outline: 2px solid var(--lpb-rot); outline-offset: 1px; border-color: var(--lpb-rot);
}

/* Auswahlknoepfe und Einwilligungshaken: nie ein Rechteck um den Knopf selbst. */
.lpb_wahl input:focus, .lpb_wahl input:focus-visible,
.lpb_einwilligung input:focus, .lpb_einwilligung input:focus-visible {
    outline: none;
}

/* Bei Tastaturbedienung bleibt die Auswahl trotzdem erkennbar - der Rahmen liegt
   dann um die ganze Karte statt um den kleinen Knopf. */
.lpb_wahl label:has(input:focus-visible) {
    outline: 2px solid var(--lpb-rot); outline-offset: 2px;
}
.lpb_einwilligung:has(input:focus-visible) {
    outline: 2px solid var(--lpb-rot); outline-offset: 3px; border-radius: 8px;
}
.lpb_festwahl {
    margin: 0; display: inline-flex; align-items: center; min-height: 48px; padding: 8px 16px;
    border-radius: 10px; background: #fff5f5; border: 1px solid var(--lpb-rot);
    font-weight: 700; color: var(--lpb-dunkel);
}
.lpb_wahl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media screen and (max-width: 560px) { .lpb_wahl { grid-template-columns: 1fr; } }
.lpb_wahl label {
    display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 8px 12px; margin: 0;
    border: 1px solid #cfcfd4; border-radius: 10px; cursor: pointer;
    font-weight: 600; font-size: 16px; transition: .15s;
}
.lpb_wahl input { accent-color: var(--lpb-rot); width: 20px; height: 20px; flex: none; min-height: 0; }
.lpb_wahl label:has(input:checked) {
    border-color: var(--lpb-rot); background: #fff5f5; box-shadow: 0 0 0 1px var(--lpb-rot) inset;
}
.lpb_einwilligung {
    display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: #55555d; margin: 4px 0 16px;
}
.lpb_einwilligung input { width: 20px; height: 20px; accent-color: var(--lpb-rot); flex: none; margin-top: 2px; }
.lpb_einwilligung a { color: var(--lpb-rot); font-weight: 600; }
/* Honigtopf: fuer Menschen unsichtbar, fuer Sammelprogramme ein Koeder. */
.lpb_topf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lpb_absenden { width: 100%; }
.lpb_absenden[disabled] { opacity: .6; cursor: default; transform: none; }
.lpb_formhinweis { margin: 14px 0 0; font-size: 14px; color: #55555d; text-align: center; }
.lpb_meldung { display: none; margin-top: 14px; border-radius: 10px; padding: 12px 14px; font-size: 15px; }
.lpb_meldung.lpb_gut     { display: block; background: #e8f6ec; border: 1px solid #9ed3b0; color: #1c5b33; }
.lpb_meldung.lpb_schlecht{ display: block; background: #fdeaea; border: 1px solid #e9a9a9; color: #8a1c1c; }
.lpb_neben {
    max-width: 760px; margin: 20px auto 0; display: flex; flex-wrap: wrap; gap: 10px 26px;
    justify-content: center; font-size: 16px; color: #d6d6dc;
}
.lpb_neben a { font-weight: 700; color: #fff; border-bottom: 2px solid var(--lpb-gelb); text-decoration: none; }

/* -------------------------------------------------------------------- FAQ */
.lpb_faq { max-width: 860px; margin: 0 auto; }
.lpb_faq details {
    background: #fff; border: 1px solid var(--lpb-linie); border-radius: 12px;
    margin-bottom: 12px; overflow: hidden;
}
.lpb_faq summary {
    cursor: pointer; list-style: none; padding: 16px 52px 16px 20px;
    font-weight: 700; font-size: 18px; color: var(--lpb-dunkel);
    position: relative; min-height: 56px; display: flex; align-items: center;
}
.lpb_faq summary::-webkit-details-marker { display: none; }
.lpb_faq summary::after {
    content: ""; position: absolute; right: 20px; top: 50%; width: 11px; height: 11px;
    border-right: 3px solid var(--lpb-rot); border-bottom: 3px solid var(--lpb-rot);
    transform: translateY(-70%) rotate(45deg);
    transition: transform .26s cubic-bezier(.4, 0, .2, 1);
}
.lpb_faq details[open] summary::after { transform: translateY(-25%) rotate(225deg); }
/* Waehrend des Zuklappens zeigt der Pfeil schon nach unten, obwohl details
   noch geoeffnet ist – sonst springt er erst am Ende der Animation zurueck. */
.lpb_faq details.lpb_schliesst summary::after { transform: translateY(-70%) rotate(45deg); }
.lpb_faq_inhalt { overflow: hidden; }
.lpb_faq details p { margin: 0; padding: 0 20px 18px; color: #55555d; font-size: 16px; }

/* -------------------------------------------------------------- Standorte */
.lpb_orte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media screen and (max-width: 820px) { .lpb_orte { grid-template-columns: 1fr; } }
.lpb_ort { background: #fff; border: 1px solid var(--lpb-linie); border-radius: var(--lpb-radius); padding: 20px; }
.lpb_ort h3 { font-size: 19px; margin-bottom: .3em; }
.lpb_ort p  { margin: 0; font-size: 16px; color: #55555d; }
.lpb_ort a  { color: var(--lpb-rot); font-weight: 600; text-decoration: none; }

/* ------------------------------------------------------ Handyleiste unten */
.lpb_handyleiste {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; display: none;
    gap: 10px; padding: 9px 12px; background: rgba(255, 255, 255, .97);
    border-top: 1px solid var(--lpb-linie); box-shadow: 0 -4px 18px rgba(0, 0, 0, .12);
}
.lpb_handyleiste .lpb_btn { flex: 1; min-height: 48px; font-size: 16px; padding: 0 12px; }
/* Platz, damit die feste Leiste den Fuss der Seite nicht verdeckt. */
.lpb_leiste_platz { display: none; height: 70px; }
@media screen and (max-width: 820px) {
    .lpb_handyleiste { display: flex; }
    .lpb_leiste_platz { display: block; }
}

@media (prefers-reduced-motion: reduce) {
    .lpb_btn, .lpb_faq summary::after { transition: none; }
}

/* ---------------------------------------------------- Übersetzungshinweis */
/* Erscheint nur in den fünf Übersetzungen, nicht in der deutschen Fassung. */
.lpb_uebersetzt {
    max-width: 760px; margin: 22px auto 0; text-align: center;
    font-size: 14px; color: #7a7a82; font-style: italic;
}

/* ------------------------------------------------ Arabisch: rechts nach links */
/* Die Seite lädt bei ar zusätzlich css/rtl.css. Hier nur das, was in den
   Landingpage-Bausteinen sonst falsch herum stünde. */
html[dir="rtl"] .lpb_haken li { padding-left: 0; padding-right: 26px; }
html[dir="rtl"] .lpb_haken li::before { left: auto; right: 0; }
html[dir="rtl"] .lpb_klasse { left: auto; right: 14px; }
html[dir="rtl"] .lpb_einzel_bild .lpb_klasse { left: auto; right: 18px; }
html[dir="rtl"] .lpb_schritt::before { left: auto; right: 20px; }
html[dir="rtl"] .lpb_marke { padding-left: 0; padding-right: .34em; }
html[dir="rtl"] .lpb_blase::after { left: auto; right: 34px; clip-path: polygon(0 0, 100% 0, 82% 100%); }
html[dir="rtl"] .lpb_faq summary { padding: 16px 20px 16px 52px; }
html[dir="rtl"] .lpb_faq summary::after { right: auto; left: 20px; }
html[dir="rtl"] .lpb_fakten span { text-align: left; }
html[dir="rtl"] .lpb_btn_weiter::after,
html[dir="rtl"] .lpb_querlink a::after { content: "\2039"; }
@media screen and (max-width: 820px) {
    html[dir="rtl"] .lpb_blase::after { right: 50%; margin-right: -13px; margin-left: 0; }
}

/* ------------------------------------------------- Schritt 2: Bestätigungscode */
.lpb_feldhinweis { margin: 6px 0 0; font-size: 13px; color: #7a7a82; }
.lpb_codekarte { margin-top: 0; }
.lpb_code_titel { font-size: 21px; margin: 0 0 .4em; color: var(--lpb-dunkel); }
.lpb_code_text  { font-size: 16px; color: #55555d; margin: 0 0 18px; }
.lpb_codefeld {
    font-size: 26px; letter-spacing: .38em; text-align: center; font-weight: 700;
    padding: 12px; max-width: 260px;
}
html[dir="rtl"] .lpb_codefeld { direction: ltr; }
.lpb_code_zeile { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; margin-top: 14px; }
.lpb_textknopf {
    background: none; border: 0; padding: 8px 4px; min-height: 44px; cursor: pointer;
    font-family: inherit; font-size: 15px; font-weight: 600; color: var(--lpb-rot);
    text-decoration: underline; text-underline-offset: 3px;
}
.lpb_textknopf:hover { color: var(--lpb-rot-tief); }
.lpb_textknopf[hidden] { display: none; }
