/* Ergaenzungen fuer den Crew-Bereich (Listen, Bearbeiten, Newsletter) */
.crew .liste{margin-top:28px}
.crew .liste h2,.crew #nl-verlauf h2{font-family:var(--font-script);font-weight:400;font-size:34px;margin:0 0 14px}
.crew .liste h2 small{font-family:inherit;font-size:20px;opacity:.6}
.crew .zeile{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:12px 0;border-top:2px dashed rgba(20,17,15,.2)}
.crew .zeile img,.crew .ohnebild{width:72px;height:72px;object-fit:cover;border:3px solid var(--ink);background:var(--cream);display:grid;place-items:center;font-size:11px;text-align:center}
.crew .zeile b{display:block;font-size:19px;line-height:1.2}
.crew .zeile small{opacity:.7}
.crew .zeile.aus{opacity:.5}
.crew .aktionen{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.crew .aktionen button,.crew .abbrechen{border:3px solid var(--ink);background:white;padding:8px 12px;font-weight:800;cursor:pointer}
.crew .aktionen button.weg{background:#fde2e2}
.crew .aktionen button[data-sicher]{background:#E03131;color:white}
.crew .knoepfe{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.crew .save.rot{background:var(--orange)}
.crew .save[data-sicher]{background:#E03131;color:white}
.crew .vorschau{display:flex;gap:12px;align-items:center;margin-bottom:16px}
.crew .vorschau img{width:120px;height:90px;object-fit:cover;border:3px solid var(--ink)}
.crew fieldset.wahl{border:0;padding:0;margin:0 0 18px;display:flex;gap:10px;flex-wrap:wrap}
.crew fieldset.wahl legend{font-weight:800;margin-bottom:6px}
.crew fieldset.wahl label{display:flex;align-items:center;gap:6px;border:3px solid var(--ink);padding:8px 12px;margin:0;cursor:pointer;background:white}
.crew fieldset.wahl label:has(input:checked){background:var(--yellow)}
.crew label.haken{display:flex;align-items:center;gap:10px}
.crew .hinweis{font-size:15px;opacity:.8;margin:10px 0 16px}
.crew .zahlen{font-size:20px}
@media(max-width:600px){.crew .zeile{grid-template-columns:56px 1fr}.crew .zeile img,.crew .ohnebild{width:56px;height:56px}.crew .aktionen{grid-column:1/-1;justify-content:flex-start}}
