/* ============================================================
   westwinkel – Lehrlings-Clubbing Anmeldeformular v1.4
   WordPress 6.9.4 / Occasio Child 1.0.0
   Browserkompatibel: Chrome, Firefox, Safari, Edge, Opera
   ============================================================ */

/* ── CSS-Variablen ── */
.ww-lc-wrap {
    --ww-blue:         #003366;
    --ww-teal:         #008B9E;
    --ww-green:        #3aaa35;
    --ww-border:       #b8c4d0;
    --ww-border-light: #dce4ed;
    --ww-bg:           #f4f7fb;
    --ww-text:         #1a1a1a;
    --ww-muted:        #555e6b;
    --ww-success:      #1a7a40;
    --ww-error:        #b91c1c;

    /* Layout */
    max-width: 860px;
    margin: 0 auto 2.5rem auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
    border: 1px solid #b8c4d0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 14px rgba(0,0,0,.09);
    box-shadow: 0 3px 14px rgba(0,0,0,.09);
    background: #ffffff;

    /* Reset häufiger Theme-Overrides */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ww-lc-wrap *,
.ww-lc-wrap *::before,
.ww-lc-wrap *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ══════════════════════════════════════════════
   KOPFBEREICH
   ══════════════════════════════════════════════ */
.ww-lc-kopf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
    background: #ffffff;
    padding: 1.4rem 1.75rem 1.1rem 1.75rem;
    border-bottom: 3px solid #008B9E;
}
.ww-lc-kopf-links {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}
.ww-lc-kopf-links h2 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 .15rem 0;
    padding: 0;
    letter-spacing: .01em;
    text-transform: uppercase;
    border: none;
    border-bottom: none;
    background: none;
    line-height: 1.3;
}
.ww-lc-subtitle {
    font-style: italic;
    color: #555e6b;
    font-size: .84rem;
    margin: 0 0 .85rem 0;
    padding: 0;
}
.ww-lc-kopf-info {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: auto;
}
.ww-lc-kopf-info td {
    padding: .1rem .5rem .1rem 0;
    vertical-align: top;
    font-size: .84rem;
    border: none;
    line-height: 1.5;
    background: none;
}
.ww-lc-kopf-info td:first-child {
    white-space: nowrap;
    padding-right: .6rem;
    font-weight: bold;
}
.ww-lc-kopf-rechts {
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: .5rem;
}
.ww-lc-logo-img {
    max-width: 190px;
    width: auto;
    height: auto;
    display: block;
}
.ww-lc-logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3rem;
}
.ww-lc-logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    background: #008B9E;
    color: #ffffff;
    padding: .25rem .55rem;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.ww-lc-logo-badge {
    background: #3aaa35;
    color: #ffffff;
    font-size: .63rem;
    font-weight: 700;
    line-height: 1.25;
    padding: .25rem .45rem;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-align: left;
}
.ww-lc-adresse {
    font-size: .76rem;
    color: #555e6b;
    line-height: 1.55;
    margin: 0;
    text-align: right;
}

/* ══════════════════════════════════════════════
   SECTION TITLES
   ══════════════════════════════════════════════ */
.ww-lc-section-title {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #003366;
    border: none;
    border-bottom: 2px solid #003366;
    padding: 1rem 1.75rem .3rem 1.75rem;
    margin: 0 0 .8rem 0;
    background: none;
    display: block;
}
.ww-lc-section-title.small {
    padding-top: .75rem;
    font-size: .65rem;
}

/* ══════════════════════════════════════════════
   BETRIEB-GRID
   ══════════════════════════════════════════════ */
.ww-lc-betrieb-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    padding: 0 1.75rem .75rem 1.75rem;
}
.ww-lc-betrieb-links {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    min-width: 0;
    padding-right: 1.5rem;
}
.ww-lc-betrieb-rechts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 260px;
    flex: 1 1 260px;
    min-width: 0;
}

/* ── Formzeilen ── */
.ww-lc-zeile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #dce4ed;
    padding: .35rem 0;
}
.ww-lc-zeile:last-child {
    border-bottom: none;
}
.ww-lc-zeile label {
    min-width: 130px;
    width: 130px;
    font-size: .82rem;
    color: #555e6b;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: middle;
    cursor: default;
}

/* ── INPUT-RESET für alle Browser ──
   Alle Typen einzeln, mit !important gegen Theme-Overrides */
.ww-lc-zeile input[type="text"],
.ww-lc-zeile input[type="email"],
.ww-lc-zeile input[type="tel"],
.ww-lc-zeile input[type="url"],
.ww-lc-zeile input[type="number"] {
    /* Sichtbarkeit erzwingen */
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;

    /* Größe */
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    width: auto !important;
    min-width: 60px !important;
    max-width: 100% !important;
    height: 28px !important;
    min-height: 28px !important;

    /* Aussehen */
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    line-height: 1.4 !important;

    /* Rahmen – nur Unterstrich */
    border: none !important;
    border-bottom: 1.5px solid #b8c4d0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

    /* Abstände */
    padding: 2px 4px !important;
    margin: 0 !important;

    /* Sonstiges */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: border-color .15s, background-color .15s;
    transition: border-color .15s, background-color .15s;
    vertical-align: middle !important;
    float: none !important;
    position: static !important;
}
.ww-lc-zeile input[type="text"]:focus,
.ww-lc-zeile input[type="email"]:focus,
.ww-lc-zeile input[type="tel"]:focus,
.ww-lc-zeile input[type="url"]:focus,
.ww-lc-zeile input[type="number"]:focus {
    border-bottom-color: #008B9E !important;
    background-color: #eef8fa !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ww-lc-zeile input.ww-lc-field-error {
    border-bottom-color: #b91c1c !important;
    background-color: #fff5f5 !important;
}

/* ── Rechte Spalte: Lehrberufe + Mitarbeiter ── */
.ww-lc-zeile-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .8rem;
}
.ww-lc-zeile-block label {
    font-size: .82rem;
    color: #555e6b;
    margin: 0 0 .3rem 0;
    font-weight: normal;
    display: block;
}
.ww-lc-zeile-block textarea {
    border: 1px solid #b8c4d0 !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: .45rem .6rem !important;
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    resize: vertical;
    color: #1a1a1a !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border-color .15s;
    transition: border-color .15s;
    min-height: 110px;
    width: 100%;
    background: #ffffff !important;
    display: block;
}
.ww-lc-zeile-block textarea:focus {
    border-color: #008B9E !important;
    -webkit-box-shadow: 0 0 0 2px rgba(0,139,158,.12) !important;
    box-shadow: 0 0 0 2px rgba(0,139,158,.12) !important;
    outline: none !important;
}

/* ── Mitarbeiter-Block ── */
.ww-lc-mitarbeiter-block {
    border: 1px solid #dce4ed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.ww-lc-mitarbeiter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    background: #f4f7fb;
    padding: .35rem .75rem;
    font-size: .68rem;
    font-weight: 700;
    color: #555e6b;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-bottom: 1px solid #dce4ed;
}
.ww-lc-radio-zeile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    padding: .38rem .75rem;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
    border-bottom: 1px solid #dce4ed;
    margin: 0;
}
.ww-lc-radio-zeile:last-child { border-bottom: none; }
.ww-lc-radio-zeile:hover { background: #eef8fa; }
.ww-lc-radio-zeile input[type="radio"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: auto !important;
    accent-color: #008B9E;
    vertical-align: middle;
    float: none !important;
    position: static !important;
}
.ww-lc-ma-label {
    font-size: .88rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ww-lc-ma-preis {
    font-size: .88rem;
    font-weight: 700;
    color: #003366;
    white-space: nowrap;
    margin-left: auto;
}

/* ── Kojen-Infobox ── */
.ww-lc-infobox {
    background: #eef8fa;
    border-left: 3px solid #008B9E;
    margin: .25rem 1.75rem .75rem 1.75rem;
    padding: .6rem .9rem;
    font-size: .82rem;
    line-height: 1.6;
    color: #555e6b;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

/* ══════════════════════════════════════════════
   ZWEI-SPALTEN: LEIHGEBÜHR + RECHNUNGSBETRAG
   ══════════════════════════════════════════════ */
.ww-lc-zwei-spalten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dce4ed;
    border-bottom: 1px solid #dce4ed;
}
.ww-lc-leih {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    min-width: 0;
    border-right: 1px solid #dce4ed;
    padding-bottom: 1rem;
}
.ww-lc-rechnung {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    min-width: 0;
    padding-bottom: 1rem;
    background: #f4f7fb;
}

/* ── Leih-Items ── */
.ww-lc-leih-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    padding: .42rem 1.75rem;
    border-bottom: 1px solid #dce4ed;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.ww-lc-leih-item:last-child { border-bottom: none; }
.ww-lc-leih-item:hover { background: #f6fbfc; }

.ww-lc-check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: .55rem;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ww-lc-check-label input[type="checkbox"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    cursor: pointer;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: auto !important;
    accent-color: #008B9E;
    vertical-align: top;
    float: none !important;
    position: static !important;
}
.ww-lc-check-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ww-lc-item-name {
    font-size: .88rem;
    color: #1a1a1a;
    line-height: 1.35;
}
.ww-lc-item-price {
    font-size: .78rem;
    color: #555e6b;
    line-height: 1.4;
}
.ww-lc-item-price a { color: #008B9E; }

/* ── Stückzahl – natives number input mit Browser-Pfeilen ── */
.ww-lc-stk-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .35rem;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ww-lc-stk-label {
    font-size: .78rem;
    color: #555e6b;
}
input.stk-input {
    width: 58px !important;
    min-width: 58px !important;
    height: 30px !important;
    border: 1px solid #b8c4d0 !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 2px 4px !important;
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center !important;
    outline: none !important;
    background: #ffffff !important;
    color: #1a1a1a !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle;
    float: none !important;
    position: static !important;
    cursor: text;
    -webkit-transition: border-color .15s;
    transition: border-color .15s;
    /* Spinner sichtbar lassen – Browser-native */
    -moz-appearance: number-input !important;
}
input.stk-input:focus {
    border-color: #008B9E !important;
    outline: none !important;
}
input.stk-input:disabled {
    background: #f4f7fb !important;
    color: #aaaaaa !important;
    border-color: #dce4ed !important;
    cursor: not-allowed;
}
/* Webkit-Spinner sichtbar halten */
input.stk-input::-webkit-outer-spin-button,
input.stk-input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    margin-left: 2px;
}

/* ── Teppich-Farbauswahl ── */
.ww-lc-teppich-farben {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .4rem 1.75rem .55rem 2.85rem;
    background: #f8fafc;
    border-bottom: 1px solid #dce4ed;
}
.ww-lc-teppich-farben.ww-lc-farben-error {
    background: #fff5f5;
    border-color: #b91c1c;
}
.ww-lc-farben-label {
    font-size: .78rem;
    color: #555e6b;
    white-space: nowrap;
}
.ww-lc-farbe-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3rem;
    cursor: pointer;
    padding: .25rem .5rem;
    border: 1.5px solid #dce4ed;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: .8rem;
    color: #1a1a1a;
    font-weight: normal;
    margin: 0;
    background: #ffffff;
    -webkit-transition: border-color .15s, background .15s;
    transition: border-color .15s, background .15s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ww-lc-farbe-btn:hover {
    border-color: #008B9E;
    background: #eef8fa;
}
.ww-lc-farbe-btn input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
}
.ww-lc-farbe-btn:has(input:checked) {
    border-color: #008B9E;
    background: #eef8fa;
    font-weight: 700;
    box-shadow: 0 0 0 2px rgba(0,139,158,.25);
    -webkit-box-shadow: 0 0 0 2px rgba(0,139,158,.25);
}
/* Fallback für Browser ohne :has() – per JS */
.ww-lc-farbe-btn.selected {
    border-color: #008B9E !important;
    background: #eef8fa !important;
    font-weight: 700;
    -webkit-box-shadow: 0 0 0 2px rgba(0,139,158,.25) !important;
    box-shadow: 0 0 0 2px rgba(0,139,158,.25) !important;
}
.ww-lc-farbe-kreis {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.2);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ── Rechnungsbetrag ── */
.ww-lc-rechnung-tabelle {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.ww-lc-rechnung-tabelle td {
    padding: .4rem .6rem .4rem 1.75rem;
    font-size: .88rem;
    border: none;
    border-bottom: 1px solid #dce4ed;
    vertical-align: middle;
    background: none;
}
.ww-lc-rechnung-tabelle tr:last-child td { border-bottom: none; }
.rech-label { color: #555e6b; }
.rech-value {
    width: 120px;
    padding-right: 1.75rem !important;
}
.ww-lc-betrag-input {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 28px !important;
    border: none !important;
    border-bottom: 1.5px solid #b8c4d0 !important;
    -webkit-border-radius: 2px 2px 0 0 !important;
    border-radius: 2px 2px 0 0 !important;
    background: #ffffff !important;
    padding: 2px 4px !important;
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    text-align: right !important;
    color: #003366 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: default;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.ww-lc-gesamt-row td {
    border-top: 2px solid #003366 !important;
    border-bottom: none !important;
    padding-top: .55rem !important;
}
.ww-lc-gesamt-input {
    font-size: 15px !important;
    font-weight: 800 !important;
    border-bottom-color: #003366 !important;
    color: #003366 !important;
}
.ww-lc-gesamt-row .rech-label {
    color: #003366;
    font-weight: 700;
}
.ww-lc-mwst-hint {
    font-size: .74rem;
    color: #555e6b;
    text-align: right;
    padding-right: 1.75rem;
    margin: .25rem 0 0 0;
    font-style: italic;
}

/* ══════════════════════════════════════════════
   SPONSORBEITRAG
   ══════════════════════════════════════════════ */
.ww-lc-sponsor-block {
    border-top: 1px solid #dce4ed;
}
.ww-lc-sponsor-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: .6rem;
    padding: .5rem 1.75rem .75rem 1.75rem;
    cursor: pointer;
    font-size: .88rem;
    line-height: 1.5;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.ww-lc-sponsor-label:hover { background: #f6fbfc; }
.ww-lc-sponsor-label input[type="checkbox"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    cursor: pointer;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: auto !important;
    accent-color: #008B9E;
    vertical-align: top;
    float: none !important;
    position: static !important;
}

/* ══════════════════════════════════════════════
   INFORMATION
   ══════════════════════════════════════════════ */
.ww-lc-info-block {
    background: #f4f7fb;
    border-top: 1px solid #dce4ed;
    padding: .75rem 1.75rem;
    font-size: .82rem;
    color: #555e6b;
    line-height: 1.65;
}
.ww-lc-info-block p { margin: .2rem 0; padding: 0; }
.ww-lc-info-block ul { margin: .25rem 0 .35rem 1.1rem; padding: 0; }
.ww-lc-info-block li { margin-bottom: .15rem; }

/* ══════════════════════════════════════════════
   DATENSCHUTZ
   ══════════════════════════════════════════════ */
.ww-lc-dsgvo {
    border-top: 1px solid #dce4ed;
    padding: .75rem 0 .25rem 0;
    background: #ffffff;
}
.ww-lc-dsgvo-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: .6rem;
    padding: .3rem 1.75rem;
    cursor: pointer;
    font-size: .86rem;
    line-height: 1.5;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0;
}
.ww-lc-dsgvo-check input[type="checkbox"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    cursor: pointer;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: auto !important;
    accent-color: #008B9E;
    vertical-align: top;
    float: none !important;
    position: static !important;
}
.ww-lc-dsgvo-check a { color: #008B9E; }
.req { color: #e8600a; font-weight: 700; }

/* ══════════════════════════════════════════════
   SUBMIT
   ══════════════════════════════════════════════ */
.ww-lc-submit-bereich {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 1.75rem 1.3rem 1.75rem;
    border-top: 1px solid #dce4ed;
    background: #ffffff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ww-lc-btn {
    display: inline-block;
    background: #008B9E;
    color: #ffffff !important;
    border: none !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: .72rem 1.8rem;
    font-size: .97rem;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .01em;
    -webkit-transition: background .2s, -webkit-transform .1s;
    transition: background .2s, transform .1s;
    text-decoration: none;
    line-height: 1.4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ww-lc-btn:hover {
    background: #006e80;
    color: #ffffff !important;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    text-decoration: none;
}
.ww-lc-btn:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ww-lc-pflicht {
    font-size: .8rem;
    color: #555e6b;
    margin: 0;
    padding: 0;
}

/* ══════════════════════════════════════════════
   FEHLERMELDUNGEN
   ══════════════════════════════════════════════ */
.ww-lc-error {
    background: #fef2f2;
    border-left: 4px solid #b91c1c;
    color: #b91c1c;
    padding: .8rem 1.2rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: .9rem;
    margin: .5rem 1.75rem;
    display: block;
}
.ww-lc-error ul { margin: .35rem 0 0 1.1rem; padding: 0; }
.ww-lc-error li { margin-bottom: .2rem; }
.ww-lc-js-error-box { margin: 0 1.75rem .5rem 1.75rem; }

/* ══════════════════════════════════════════════
   ERFOLGSMELDUNG
   ══════════════════════════════════════════════ */
.ww-lc-success {
    background: #f0fdf4;
    border: 1px solid #86efac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2.25rem 2rem;
    text-align: center;
    -webkit-box-shadow: 0 3px 14px rgba(0,0,0,.09);
    box-shadow: 0 3px 14px rgba(0,0,0,.09);
}
.ww-lc-success-icon {
    width: 56px;
    height: 56px;
    background: #1a7a40;
    color: #ffffff;
    font-size: 1.6rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto .9rem auto;
}
.ww-lc-success h3 {
    color: #1a7a40;
    margin: 0 0 .5rem 0;
    font-size: 1.2rem;
}
.ww-lc-success p {
    color: #166534;
    margin: 0 0 .5rem 0;
    font-size: .93rem;
}
.ww-lc-success-detail {
    background: rgba(0,0,0,.04);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .8rem 1.2rem;
    margin: .75rem auto;
    display: inline-block;
    text-align: left;
    font-size: .88rem;
    color: #166534;
    line-height: 1.7;
}
.ww-lc-success-kontakt { font-size: .86rem; }
.ww-lc-success a { color: #008B9E; }

/* ══════════════════════════════════════════════
   RESPONSIVE – Tablet / Mobil
   ══════════════════════════════════════════════ */
@media screen and (max-width: 680px) {
    .ww-lc-kopf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    .ww-lc-kopf-rechts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ww-lc-adresse { text-align: left; }
    .ww-lc-betrieb-grid { padding: 0 1rem .5rem 1rem; }
    .ww-lc-betrieb-links { padding-right: 0; }
    .ww-lc-leih { border-right: none; border-bottom: 1px solid #dce4ed; }
    .ww-lc-section-title,
    .ww-lc-section-title.small { padding-left: 1rem; padding-right: 1rem; }
    .ww-lc-infobox { margin-left: 1rem; margin-right: 1rem; }
    .ww-lc-leih-item { padding-left: 1rem; padding-right: 1rem; }
    .ww-lc-rechnung-tabelle td { padding-left: 1rem; }
    .ww-lc-sponsor-label { padding-left: 1rem; padding-right: 1rem; }
    .ww-lc-info-block { padding: .6rem 1rem; }
    .ww-lc-dsgvo-check { padding-left: 1rem; padding-right: 1rem; }
    .ww-lc-submit-bereich { padding: .75rem 1rem; }
    .rech-value { padding-right: 1rem !important; }
    .ww-lc-mwst-hint { padding-right: 1rem; }
    .ww-lc-error { margin-left: 1rem; margin-right: 1rem; }
    .ww-lc-js-error-box { margin-left: 1rem; margin-right: 1rem; }
}
