:root {
    --dunkelblau: #1F2A44;
    --dunkelblau-hell: #2c3b5d;
    --orange: #EE7203;
    --orange-dunkel: #d96500;
    --text: #1d2433;
    --text-ruhig: #42526f;
    --rand: #d6e1f0;
    --kopf: #f7f9fc;
    --flaeche: #ffffff;
    --hintergrund: #f4f6f8;
    --hinweis: #fff8f1;
    --gruen: #2f855a;
    --menue-breite: 292px;
    --menue-schmal: 78px;
    --leiste-hoehe: 68px;
    --schrift-normal: .9rem;
    --button-hoehe: 28px;
    --button-radius: 6px;
    --button-padding-x: 14px;
    --button-font-size: .84rem;
    --button-font-weight: 400;
    --farbe-button-sekundaer: #e2e9f1;
    --farbe-button-sekundaer-text: #1F2A44;
    --farbe-button-sekundaer-rand: #c6d1df;
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--text);
    background: var(--hintergrund);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: var(--hintergrund); color: var(--text); font-size: var(--schrift-normal); letter-spacing: 0; }
body.elearning-portal { background: linear-gradient(rgba(244, 246, 248, .40), rgba(244, 246, 248, .40)), url("../bilder/euraka_background_1080p.jpg") center / cover fixed no-repeat; }
a { color: inherit; }
button, input { font: inherit; letter-spacing: 0; }

.primaer-button,
.sekundaer-button {
    align-items: center;
    border-radius: var(--button-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    gap: 7px;
    justify-content: center;
    line-height: 1.2;
    min-height: var(--button-hoehe);
    padding: 0 var(--button-padding-x);
    text-decoration: none;
    width: auto;
}
.primaer-button { background: var(--orange); border: 1px solid var(--orange); color: #fff; }
.primaer-button:hover { background: var(--orange-dunkel); }
.sekundaer-button { background: var(--farbe-button-sekundaer); border: 1px solid var(--farbe-button-sekundaer-rand); color: var(--farbe-button-sekundaer-text); }
.symbol-button { background: transparent; border: 1px solid #64718c; border-radius: 5px; color: #fff; cursor: pointer; height: 38px; width: 38px; }

.anmeldeseite {
    align-items: center;
    background: url("../bilder/euraka_background_1080p.jpg") center center / cover no-repeat, #edf1f7;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}
.anmeldekarte,
.fehlerkarte { background: rgba(255, 255, 255, .97); border: 1px solid rgba(31, 42, 68, .14); border-radius: 8px; box-shadow: 0 18px 42px rgba(31, 42, 68, .20); overflow: hidden; width: min(700px, 94vw); }
.anmeldekarte-kopf,
.fehlerkarte > header { align-items: center; background: var(--dunkelblau); color: #fff; display: flex; justify-content: space-between; min-height: 128px; padding: 28px 36px; }
.anmeldekarte-kopf div { display: grid; gap: 5px; }
.anmeldekarte-kopf strong { font-size: 23px; }
.anmeldekarte-kopf span { font-size: 16px; }
.anmeldekarte-kopf img { height: auto; width: 94px; }
.anmeldekarte-inhalt { padding: 32px 36px 36px; }
.anmeldekarte-inhalt > h1 { font-size: 26px; margin: 0 0 12px; }
.anmeldekarte-inhalt > p { color: var(--text); line-height: 1.55; margin: 0 0 14px; }
.anmeldeformular { margin-top: 24px; }
.anmeldewege { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.formular-karte { border: 1px solid var(--rand); border-radius: 6px; overflow: hidden; }
.formular-karte h2 { background: var(--kopf); border-bottom: 1px solid var(--rand); font-size: 13px; line-height: 1.3; margin: 0; padding: 12px; white-space: nowrap; }
.anmeldungsweg-inhalt { display: grid; gap: 16px; padding: 18px; }
.formular-karte label { display: grid; gap: 6px; }
.formular-karte input { border: 1px solid #aebed2; border-radius: 5px; min-height: 38px; padding: 7px 10px; width: 100%; }
.formular-karte input:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(238, 114, 3, .16); outline: 0; }
.formular-fehler { background: #fff0ee; border: 1px solid #efb2aa; border-radius: 5px; color: #9f2e21; padding: 10px 12px; }
.anmeldung-abschluss { grid-column: 1 / -1; }
.qr-anmeldung-inhalt { align-content: start; display: grid; gap: 14px; justify-items: center; padding: 18px; }
.qr-anmeldung-code { background: #fff; height: 190px; padding: 8px; width: 190px; }
.qr-anmeldung-code svg { display: block; height: 100%; width: 100%; }
.qr-anmeldung-inhalt p { color: #465571; font-size: .9rem; line-height: 1.45; margin: 0; text-align: center; }

.admin-layout { min-height: 100vh; }
.seitenmenue { background: var(--dunkelblau); color: #fff; display: flex; flex-direction: column; inset: 0 auto 0 0; overflow: hidden; position: fixed; transition: width 160ms ease; width: var(--menue-breite); z-index: 20; }
.menue-marke { border-bottom: 1px solid rgba(255, 255, 255, .12); display: flex; flex-direction: column; justify-content: center; min-height: var(--leiste-hoehe); padding: 12px 22px; }
.menue-marke-gross { color: var(--orange); font-size: 15px; font-weight: 700; line-height: 1.1; }
.menue-marke-klein { color: rgba(255, 255, 255, .88); font-size: 14px; font-weight: 400; margin-top: 2px; }
.hauptmenue { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 10px 10px 22px; scrollbar-color: rgba(255, 255, 255, .32) transparent; scrollbar-width: thin; }
.menuepunkt { align-items: center; border-radius: 6px; color: rgba(255, 255, 255, .9); display: flex; font-size: 15px; font-weight: 400; gap: 11px; line-height: 1.35; min-height: 38px; padding: 6px 12px; text-decoration: none; }
.menuepunkt img { flex: 0 0 auto; height: 20px; width: 20px; }
.hauptmenue > .menuepunkt > img + span { margin-left: 18px; }
.menuegruppe > summary { cursor: pointer; list-style: none; }
.menuegruppe > summary::-webkit-details-marker { display: none; }
.hauptmenue > .menuegruppe > summary > img + span { margin-left: 18px; }
.menuegruppe > summary::after { border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; content: ""; height: 7px; margin-left: auto; transform: rotate(-45deg); transition: transform .15s ease; width: 7px; }
.menuegruppe[open] > summary::after { transform: rotate(45deg) translate(-2px, -2px); }
.menue-unterpunkte { display: grid; padding: 3px 0 6px 49px; }
.menue-unterpunkt { border-left: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.3; min-height: 31px; padding: 7px 10px 7px 14px; text-decoration: none; }
.menue-unterpunkt:hover,
.menue-unterpunkt:focus,
.menue-unterpunkt.ist-aktiv { color: #fff; outline: 0; }
.menue-unterpunkt.ist-aktiv { border-left-color: var(--orange); color: var(--orange); }
.menuepunkt:hover,
.menuepunkt:focus,
.menuepunkt.ist-aktiv { background: rgba(238, 114, 3, .18); color: #fff; outline: 0; }
.menuepunkt.ist-aktiv { box-shadow: inset 4px 0 0 var(--orange); }
.seitenmenue-footer { align-items: flex-start; border-top: 1px solid rgba(255, 255, 255, .22); color: #fff; display: grid; flex: 0 0 auto; gap: 12px; grid-template-columns: 54px minmax(0, 1fr); margin: 0 18px 20px; padding-top: 16px; }
.seitenmenue-footer img { display: block; height: auto; max-width: 54px; }
.seitenmenue-footer address { color: #fff; display: grid; font-style: normal; gap: 2px; line-height: 1.25; min-width: 0; }
.seitenmenue-footer strong { color: #fff; font-size: 12px; line-height: 1.2; }
.seitenmenue-footer span { color: rgba(255, 255, 255, .86); font-size: 11px; overflow-wrap: anywhere; }
.arbeitsbereich { margin-left: var(--menue-breite); min-height: 100vh; transition: margin-left 160ms ease; }
.obere-leiste { align-items: center; background: var(--dunkelblau); box-shadow: 0 8px 22px rgba(31, 42, 68, .18); color: #fff; display: flex; gap: 18px; min-height: var(--leiste-hoehe); padding: 0 28px; position: sticky; top: 0; z-index: 10; }
.menue-schalter { align-items: center; background: transparent; border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; cursor: pointer; display: inline-flex; flex-direction: column; gap: 5px; height: 42px; justify-content: center; width: 42px; }
.menue-schalter span { background: #fff; display: block; height: 2px; width: 18px; }
.menue-schalter:hover,
.menue-schalter:focus { border-color: var(--orange); outline: 3px solid rgba(238, 114, 3, .22); }
.obere-leiste-titel { font-size: 18px; font-weight: 700; }
.benutzerbereich { align-items: center; display: flex; font-size: 14px; gap: 14px; margin-left: auto; }
.benutzerdaten { align-items: flex-end; display: flex; flex-direction: column; line-height: 1.15; }
.benutzername { color: #c0c0c0; font-weight: 400; }
.benutzer-email { color: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 400; margin-top: 3px; }
.kopf-nachrichten-link,
.auto-logoff-timer { align-items: center; align-self: stretch; background: rgba(255, 255, 255, .08); border: 1px solid rgba(238, 114, 3, .72); border-radius: 5px; color: #fff; display: inline-flex; justify-content: center; min-height: 32px; }
.kopf-nachrichten-link { min-width: 42px; padding: 0 10px; position: relative; text-decoration: none; }
.kopf-nachrichten-link svg { height: 16px; width: 16px; }
.kopf-nachrichten-link:hover,
.kopf-nachrichten-link:focus,
.kopf-nachrichten-link.hat-ungelesene { background: var(--orange); outline: 0; }
.kopf-nachrichten-anzahl { align-items: center; background: #fff; border: 1px solid rgba(238, 114, 3, .45); border-radius: 999px; color: var(--orange); display: inline-flex; font-size: 10px; font-weight: 700; height: 17px; justify-content: center; min-width: 17px; padding: 0 4px; position: absolute; right: -7px; top: -7px; }
.auto-logoff-timer { --auto-logoff-fuellung: 100%; font-variant-numeric: tabular-nums; font-weight: 700; min-width: 86px; overflow: hidden; padding: 0 10px; position: relative; }
.auto-logoff-timer::before { background: var(--orange); content: ""; inset: 0 auto 0 0; position: absolute; width: var(--auto-logoff-fuellung); z-index: 0; }
.auto-logoff-timer > span { line-height: 1; position: relative; text-align: center; z-index: 1; }
.abmelden-link { background: rgba(255, 255, 255, .08); border-radius: 5px; color: #fff; padding: 7px 10px; text-decoration: none; }
.abmelden-link:hover,
.abmelden-link:focus { background: var(--orange); outline: 0; }
body.menue-eingeklappt .seitenmenue { width: var(--menue-schmal); }
body.menue-eingeklappt .arbeitsbereich { margin-left: var(--menue-schmal); }
body.menue-eingeklappt .menue-marke { align-items: center; padding-inline: 10px; }
body.menue-eingeklappt .menue-marke-gross,
body.menue-eingeklappt .menuepunkt span,
body.menue-eingeklappt .seitenmenue-footer address { display: none; }
body.menue-eingeklappt .menuegruppe > summary::after,
body.menue-eingeklappt .menue-unterpunkte { display: none; }
body.menue-eingeklappt .menue-marke-klein { font-size: 0; }
body.menue-eingeklappt .menue-marke-klein::after { content: "EL"; font-size: 12px; }
body.menue-eingeklappt .menuepunkt { justify-content: center; }
body.menue-eingeklappt .seitenmenue-footer { display: flex; justify-content: center; margin-inline: 12px; }
.inhalt { padding: 32px; }
.portal-inhalt { min-width: 0; }

.kennzahlen { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.kennzahl-karte { align-content: space-between; background: #fff; border: 1px solid var(--rand); border-radius: 6px; display: grid; min-height: 126px; padding: 16px; text-decoration: none; }
.kennzahl-karte > span { color: var(--text-ruhig); }
.kennzahl-karte strong { color: var(--orange); font-size: 34px; line-height: 1; }
.kennzahl-karte small { color: var(--text-ruhig); }
.kennzahl-wert { align-items: baseline; display: flex; gap: 10px; }
.standard-karte { background: #fff; border: 1px solid var(--rand); border-radius: 6px; overflow: hidden; }
.standard-karte > header { align-items: center; background: var(--kopf); border-bottom: 1px solid var(--rand); display: flex; min-height: 46px; padding: 0 16px; }
.standard-karte > header h2 { font-size: 16px; margin: 0; }
.karten-footer { align-items: center; background: var(--kopf); border-top: 1px solid var(--rand); display: flex; gap: 10px; justify-content: flex-end; padding: 11px 14px; text-align: right; }
.karten-footer form { margin: 0; }
.karten-inhalt { padding: 16px; }
.standard-hinweis { align-items: flex-start; background: var(--hinweis); border-bottom: 1px solid #f0dfce; color: var(--text-ruhig); display: flex; gap: 10px; min-height: 48px; padding: 12px 16px; }
.standard-hinweis p { line-height: 1.5; margin: 0; }
.info-symbol { align-items: center; border: 1px solid #71819b; border-radius: 50%; display: inline-flex; flex: 0 0 18px; font-size: 12px; height: 18px; justify-content: center; margin-top: 2px; width: 18px; }
.bereichsliste { display: grid; gap: 8px; }
.bereichszeile { align-items: center; border: 1px solid var(--rand); border-radius: 5px; display: flex; justify-content: space-between; padding: 13px 14px; }
.bereichszeile div { display: grid; gap: 3px; }
.bereichszeile span { color: var(--text-ruhig); font-size: 13px; }
.bereichsbaum-karte { overflow: visible; }
.bereichsbaum { display: grid; gap: 0; padding: 12px 16px 18px; }
.bereichsbaum-knoten { border-bottom: 1px solid var(--rand); }
.bereichsbaum-knoten:last-child { border-bottom: 0; }
.bereichsbaum-knoten > summary { align-items: center; cursor: pointer; display: flex; gap: 10px; list-style: none; min-height: 48px; padding: 8px 10px; }
.bereichsbaum-knoten > summary::-webkit-details-marker { display: none; }
.bereichsbaum-knoten > summary::before { border-bottom: 2px solid var(--orange); border-right: 2px solid var(--orange); content: ""; flex: 0 0 8px; height: 8px; margin-right: 2px; transform: rotate(-45deg); transition: transform .15s ease; width: 8px; }
.bereichsbaum-knoten[open] > summary::before { transform: rotate(45deg) translate(-2px, -2px); }
.bereichsbaum-knoten > summary:hover,
.bereichsbaum-blatt:hover { background: #f7f9fc; }
.bereichsbaum-wurzel > summary .bereichsbaum-titel { color: var(--text); font-size: 16px; }
.bereichsbaum-klasse > summary { padding-left: 24px; }
.bereichsbaum-ebene { border-top: 1px solid var(--rand); }
.bereichsbaum-klasse > .bereichsbaum-ebene { background: #fff; }
.bereichsbaum-titel { font-weight: 400; }
.bereichsbaum-meta { color: var(--text-ruhig); font-size: 12px; margin-left: auto; white-space: nowrap; }
.bereichsbaum-blatt { align-items: center; border-bottom: 1px solid var(--rand); color: var(--text); display: flex; gap: 12px; min-height: 54px; padding: 8px 12px 8px 52px; text-decoration: none; }
.bereichsbaum-blatt:last-child { border-bottom: 0; }
.bereichsbaum-bezeichnung { display: grid; gap: 2px; min-width: 0; }
.bereichsbaum-bezeichnung strong { color: var(--orange); font-weight: 500; }
.bereichsbaum-bezeichnung small { color: var(--text-ruhig); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bereichsbaum-ankuendigungen { color: var(--orange); }
.bereichsbaum-persoenlich { border-top: 1px solid var(--rand); }
.bereichsbaum-persoenlich > summary { padding-left: 52px; }
.bereichsbaum-persoenlich > summary .bereichsbaum-titel { color: var(--orange); }
.bereichsbaum-teilnehmer { padding-left: 78px; }
.bereichsbaum-teilnehmer .bereichsbaum-bezeichnung strong { color: var(--text); }
.bereichsbaum-leer { color: var(--text-ruhig); padding: 16px 52px; }
.zaehler-badge { background: var(--orange); border-radius: 3px; color: #fff; font-size: 12px; margin-left: 2px; min-width: 24px; padding: 4px 7px; text-align: center; }
.brotkrumen { align-items: center; background: #eef1f5; border: 1px solid var(--rand); color: var(--text-ruhig); display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; min-height: 42px; padding: 8px 14px; }
.brotkrumen a { color: var(--text-ruhig); text-decoration: none; }
.brotkrumen a:hover { color: var(--orange); }
.brotkrumen a.ist-aktuell { color: var(--text); font-weight: 500; }
.karten-kopftitel { display: grid; gap: 2px; }
.karten-kopftitel span { color: var(--text-ruhig); font-size: 12px; }
.themenliste { display: grid; }
.themenzeile { align-items: center; border-bottom: 1px solid var(--rand); display: flex; gap: 18px; min-height: 64px; padding: 10px 16px; }
.themenzeile:last-child { border-bottom: 0; }
.themenzeile-inhalt { display: grid; gap: 3px; min-width: 0; }
.themenzeile-inhalt strong { color: var(--orange); font-weight: 500; }
.themenzeile-inhalt span,
.themenzeile-meta { color: var(--text-ruhig); font-size: 12px; }
.themenzeile-meta { margin-left: auto; white-space: nowrap; }
.monitoring-kennzahlen { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 16px; }
.monitoring-kennzahlen > div { background: #fff; border: 1px solid var(--rand); border-radius: 6px; display: grid; gap: 6px; padding: 14px 16px; }
.monitoring-kennzahlen span { color: var(--text-ruhig); }
.monitoring-kennzahlen strong { color: var(--orange); font-size: 25px; font-weight: 600; }
.monitoring-karte > header { justify-content: space-between; }
.karten-zaehler { background: #eef2f7; border: 1px solid var(--rand); border-radius: 4px; color: var(--text-ruhig); font-size: 12px; padding: 4px 7px; }
.karten-zaehler.ist-fehler { background: #fff0ee; border-color: #efb2aa; color: #9f2e21; }
.tabellen-scroll { overflow-x: auto; }
.standard-tabelle { border-collapse: collapse; min-width: 920px; width: 100%; }
.standard-tabelle th,
.standard-tabelle td { border-bottom: 1px solid var(--rand); padding: 10px 12px; text-align: left; vertical-align: top; }
.standard-tabelle th { background: var(--kopf); color: var(--text-ruhig); font-size: 12px; font-weight: 600; white-space: nowrap; }
.standard-tabelle tbody tr:last-child td { border-bottom: 0; }
.standard-tabelle tbody tr:hover td { background: #fafbfd; }
.tabellenwert-nowrap { white-space: nowrap; }
.tabellenwert-pfad { max-width: 420px; overflow-wrap: anywhere; }
.standard-tabelle code { font-size: 11px; }
.request-status { background: #edf6f0; border: 1px solid #acd2b9; border-radius: 4px; color: #276944; display: inline-block; min-width: 42px; padding: 3px 6px; text-align: center; }
.request-status.ist-fehler { background: #fff0ee; border-color: #efb2aa; color: #9f2e21; }
.tabellen-details summary { color: var(--orange); cursor: pointer; white-space: nowrap; }
.tabellen-details pre { background: #f3f5f8; border: 1px solid var(--rand); border-radius: 4px; margin: 8px 0 0; max-height: 320px; max-width: 620px; overflow: auto; padding: 10px; white-space: pre-wrap; }
.seiten-navigation > span { color: var(--text-ruhig); margin: 0 auto; }
.mitteilungsliste { display: grid; }
.mitteilung { border-bottom: 1px solid var(--rand); display: grid; gap: 5px; padding: 14px 16px; text-decoration: none; }
.mitteilung:last-child { border-bottom: 0; }
.mitteilung:hover { background: #f8fafc; }
.mitteilung.ist-ungelesen { border-left: 3px solid var(--orange); padding-left: 13px; }
.mitteilung span { color: var(--text-ruhig); font-size: 13px; }
.status-badge { background: #edf6f0; border: 1px solid #acd2b9; border-radius: 4px; color: #276944 !important; padding: 4px 7px; }
.status-layer { align-items: center; background: rgba(20, 29, 49, .45); display: flex; inset: 0; justify-content: center; padding: 18px; position: fixed; z-index: 100; }
.status-popup { background: #fff; border: 1px solid var(--rand); border-left: 4px solid var(--orange); border-radius: 7px; box-shadow: 0 18px 44px rgba(31, 43, 73, .24); overflow: hidden; width: min(560px, 96vw); }
.status-popup header { background: var(--kopf); border-bottom: 1px solid var(--rand); padding: 14px 18px; }
.status-popup h2, .status-popup p { margin: 0; }
.status-popup h2 { font-size: 18px; }
.status-popup-inhalt { padding: 20px 18px; }
.status-popup footer { background: var(--kopf); border-top: 1px solid var(--rand); padding: 11px 14px; text-align: right; }
.datenraster { display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.datenraster > div { display: contents; }
.datenraster span, .datenraster strong { border-bottom: 1px solid var(--rand); padding: 11px 14px; }
.datenraster span { background: var(--kopf); font-weight: 400; }
.datenraster strong { font-weight: 400; }
.fehlerkarte > header { justify-content: flex-start; min-height: 92px; gap: 12px; }
.fehlerkarte > header img { height: 52px; width: 52px; }
.fehlerkarte > div { padding: 28px 32px 34px; }
.fehlerkarte h1 { margin: 0 0 10px; }
.fehlerkarte p { margin: 0 0 24px; }

@media (max-width: 1600px) {
    :root { --menue-breite: 236px; --menue-schmal: 66px; --leiste-hoehe: 56px; --schrift-normal: .78rem; --button-padding-x: 10px; --button-font-size: .76rem; }
    .menue-marke { padding: 10px 16px; }
    .menue-marke-gross { font-size: 13px; }
    .menue-marke-klein { font-size: 12px; }
    .hauptmenue { padding: 10px 8px 18px; }
    .seitenmenue .menuepunkt { font-size: 12px; gap: 8px; min-height: 34px; overflow: hidden; padding: 6px 9px; white-space: nowrap; }
    .seitenmenue .menuepunkt img { flex: 0 0 17px; height: 17px; width: 17px; }
    .seitenmenue .hauptmenue > .menuepunkt::before { content: ""; display: block; flex: 0 0 7px; order: 2; width: 7px; }
    .seitenmenue .hauptmenue > .menuepunkt > img { order: 1; }
    .seitenmenue .hauptmenue > .menuepunkt > span { margin-left: 0; order: 3; }
    .seitenmenue-footer { display: flex; justify-content: center; margin-inline: 12px; }
    .obere-leiste { gap: 12px; padding-inline: 18px; }
    .obere-leiste-titel { font-size: 16px; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
@media (max-width: 900px) {
    .kennzahlen { grid-template-columns: 1fr; }
    .monitoring-kennzahlen { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .arbeitsbereich,
    body.menue-eingeklappt .arbeitsbereich { margin-left: 0; }
    .seitenmenue { box-shadow: 10px 0 28px rgba(31, 43, 73, .22); width: min(310px, 86vw); }
    body.menue-eingeklappt .seitenmenue { transform: translateX(-105%); width: min(310px, 86vw); }
    .obere-leiste { gap: 9px; padding: 0 10px; }
    .benutzerbereich { gap: 7px; }
    .benutzerdaten { display: none; }
    .kopf-nachrichten-link { min-width: 38px; padding: 0 8px; }
    .abmelden-link { padding: 7px 8px; }
    .auto-logoff-timer { min-width: 62px; padding: 7px 5px; }
    .portal-inhalt { padding: 22px 14px 36px; }
    .datenraster { grid-template-columns: 1fr; }
    .datenraster > div { display: grid; }
    .datenraster span { border-bottom: 0; }
    .anmeldeseite { padding: 10px; }
    .anmeldekarte-kopf { min-height: 106px; padding: 20px; }
    .anmeldekarte-kopf strong { font-size: 19px; }
    .anmeldekarte-kopf img { width: 72px; }
    .anmeldekarte-inhalt { padding: 24px 20px 28px; }
    .anmeldewege { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .obere-leiste-titel { max-width: 92px; }
    .obere-leiste { gap: 6px; }
    .benutzerbereich { gap: 5px; }
}
@media (max-width: 380px) {
    .obere-leiste-titel { display: none; }
}
