/* Marke P&P Group — Vorführ-Instanz (16.09.2026). Navy #0E2154 · Blau #26418C · Violett #756AAE · Fläche #EBEEF2. */
:root {
  --grund: #EBEEF2; --rot: #756AAE; --rot-dunkel: #5d5390; --blau: #26418C;
  --gruen: #26418C; --soll: #e4e8f3; --soll-rand: #b9c3dd;
  --leiste: #0E2154; --leiste-hell: #26418C;
}
.marke { font-size: 0 !important; }
.marke > span { display: none; }
.marke::before { content: ""; display: block; width: 44px; height: 44px; background: #fff url(/marke-logo.png) center/contain no-repeat; border-radius: 6px; }
.marke.gross::before { width: 96px; height: 96px; margin: 0 auto; }
.anmelde-huelle, body { background: var(--grund); }
.anmelde-huelle { background: linear-gradient(160deg, #0E2154, #26418C) !important; }
