.ampel-legende{display:flex;gap:16px;flex-wrap:wrap;margin:10px 0 18px}.ampel,.ampel-status{display:inline-flex;align-items:center;gap:7px;font-weight:700}.ampel::before,.ampel-status::before{content:"";width:10px;height:10px;border-radius:50%;display:inline-block}.ampel-gruen,.status-green{color:#36d98b}.ampel-gruen::before,.status-green::before{background:#36d98b}.ampel-gelb,.status-yellow{color:#ffd34f}.ampel-gelb::before,.status-yellow::before{background:#ffd34f}.ampel-rot,.status-red{color:#ff5964}.ampel-rot::before,.status-red::before{background:#ff5964}body[data-theme="light"] .ampel-gruen,body[data-theme="light"] .status-green{color:#087a4b}body[data-theme="light"] .ampel-gelb,body[data-theme="light"] .status-yellow{color:#856000}body[data-theme="light"] .ampel-rot,body[data-theme="light"] .status-red{color:#b4232c}.analysezeile{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #12364a}