/* ============================================================
   NO PIXELS · HEADER + MEGA-MENUE
   Nutzt die bestehenden Design-Tokens der Seite (--np-*).
   ============================================================ */
.nph{
  --h-bg:#0a2e32;
  --h-bg-panel:#0c3236;
  --h-edge:rgba(42,138,147,.28);
  --h-edge-hell:rgba(42,138,147,.55);
  --h-dim:rgba(255,255,255,.62);
  --h-gold:#e8b14c;
  --h-teal:#2a8a93;
  --h-gruen:#15a392;
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  position:sticky;top:0;z-index:9000;
  color:#fff;
}
.nph *,.nph *::before,.nph *::after{box-sizing:border-box}
.nph a{text-decoration:none;color:inherit}

/* ---------- Top-Bar ---------- */
.nph-top{
  background:#08262a;
  border-bottom:1px solid var(--h-edge);
  font-size:.88rem;
}
.nph-top-in{
  max-width:1280px;margin-inline:auto;padding:.62rem 24px;
  /* Mittig statt aussen verteilt - wie auf der bisherigen Seite. */
  display:flex;align-items:center;justify-content:center;
  gap:1.35rem;flex-wrap:wrap;
  color:var(--h-dim);
}
.nph-live{
  display:inline-flex;align-items:center;gap:.5rem;
  color:#fff;font-weight:600;
  padding:.3rem .95rem;border-radius:999px;
  background:rgba(42,138,147,.16);
  border:1px solid var(--h-edge);
}
.nph-punkt{
  width:7px;height:7px;border-radius:50%;background:var(--h-gruen);
  box-shadow:0 0 0 0 rgba(21,163,146,.6);animation:nph-puls 2.8s ease-out infinite;
}
@keyframes nph-puls{
  0%{box-shadow:0 0 0 0 rgba(21,163,146,.55)}
  70%{box-shadow:0 0 0 8px rgba(21,163,146,0)}
  100%{box-shadow:0 0 0 0 rgba(21,163,146,0)}
}
.nph-top a:hover{color:#fff}
.nph-top-rechts{display:flex;gap:1.1rem;align-items:center}
.nph-offen{color:var(--h-gruen);font-weight:600}
.nph-zu{color:var(--h-gold);font-weight:600}

/* ---------- Lauftext ---------- */
.nph-ticker{
  background:linear-gradient(90deg,#0a2e32,#10403f 50%,#0a2e32);
  border-bottom:1px solid var(--h-edge);
  overflow:hidden;position:relative;
  /* Beim Scrollen faehrt der Lauftext ein - siehe .ist-geschrumpft weiter
     unten. Ueber max-height statt display:none, damit es gleitet statt
     zu springen. */
  max-height:60px;
  transition:max-height .3s ease,opacity .2s ease,border-color .2s ease;
}
/* Weiche Kanten links/rechts, damit der Text nicht hart abgeschnitten wirkt */
.nph-ticker::before,.nph-ticker::after{
  content:'';position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none;
}
.nph-ticker::before{left:0;background:linear-gradient(90deg,#0a2e32,transparent)}
.nph-ticker::after{right:0;background:linear-gradient(270deg,#0a2e32,transparent)}
.nph-spur{
  display:flex;width:max-content;
  animation:nph-lauf 46s linear infinite;
}
.nph-ticker:hover .nph-spur,
.nph-ticker:focus-within .nph-spur{animation-play-state:paused}
@keyframes nph-lauf{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.nph-satz{
  display:flex;align-items:center;gap:.5rem;
  padding:.5rem 0;white-space:nowrap;
  font-size:.8rem;color:rgba(255,255,255,.82);
}
.nph-satz > a,.nph-satz > span{
  display:inline-flex;align-items:center;gap:.42rem;
  padding-inline:1.35rem;text-decoration:none;
}
.nph-satz a:hover{color:var(--h-gold)}
.nph-satz b{color:var(--h-gold);font-weight:700}
.nph-satz em{
  font-style:normal;color:var(--h-gruen);font-weight:600;
}
.nph-trenn{color:rgba(42,138,147,.55);padding-inline:0!important}

/* ---------- Knoepfe im Kopf ----------
   Discord, Mein Konto und Tisch buchen sind derselbe Knopf in drei
   Auspraegungen: gleiche Form, gleiche Hoehe, gleiches Verhalten beim
   Drueberfahren. Nur die Farbe unterscheidet sie. */
.nph-btn,
.nph-discord{
  display:inline-flex;align-items:center;gap:.5rem;
  height:48px;padding:0 1.25rem;flex-shrink:0;
  border-radius:999px;
  font-family:inherit;font-size:.95rem;font-weight:600;
  text-decoration:none;white-space:nowrap;
  border:1.5px solid var(--h-edge-hell);
  color:#fff;background:none;
  transition:background .18s,border-color .18s,transform .18s;
}
.nph-btn:hover,.nph-btn:focus-visible,
.nph-discord:hover,.nph-discord:focus-visible{
  border-color:var(--h-teal);
  background:rgba(42,138,147,.18);
  color:#fff;
  transform:translateY(-1px);
}

/* Gefuellte Auspraegung: satter Ton, damit weisse Schrift 6,8:1 erreicht */
.nph-btn.voll{background:#15646d;border-color:#1d7c86;font-weight:700}
.nph-btn.voll:hover,.nph-btn.voll:focus-visible{background:#1a7681;border-color:var(--h-teal)}

/* Discord: gleiche Form, nur die Hausfarbe beim Drueberfahren */
.nph-discord:hover,.nph-discord:focus-visible{background:#5865F2;border-color:#5865F2}
.nph-discord svg{width:22px;height:22px;flex-shrink:0;fill:currentColor}

/* Discord traegt zwei Zeilen. Damit er trotzdem exakt so hoch bleibt wie
   die einzeiligen Knoepfe daneben, bekommt er engere Zeilenabstaende
   statt mehr Hoehe. */
.nph-discord{padding-inline:1.1rem}
.nph-discord-txt{
  display:flex;flex-direction:column;align-items:flex-start;
  line-height:1.15;text-align:left;
}
.nph-discord-txt strong{font-size:.9rem;font-weight:700}
.nph-discord-txt small{font-size:.76rem;font-weight:500;color:rgba(255,255,255,.78)}
.nph-discord:hover .nph-discord-txt small,
.nph-discord:focus-visible .nph-discord-txt small{color:rgba(255,255,255,.9)}

/* ---------- Hauptleiste ---------- */
.nph-bar{
  background:rgba(10,46,50,.92);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--h-edge);
}
.nph-bar-in{
  max-width:1280px;margin-inline:auto;padding:.7rem 24px;
  display:flex;align-items:center;gap:1.25rem;
}
.nph-logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.nph-logo img{width:38px;height:38px;border-radius:8px;display:block;transition:width .28s ease,height .28s ease}
.nph-logo-txt{font-weight:800;font-size:1.05rem;letter-spacing:-.02em;line-height:1.1}
.nph-logo-txt small{
  display:block;font-weight:500;font-size:.63rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--h-dim);margin-top:2px;
}

/* ============================================================
   VARIANTE B - zentriertes Logo wie im Original
   Drei Zeilen: Top-Bar / grosses Logo / Menue darunter.
   Beim Scrollen schrumpft die Logo-Zeile, damit der Header
   nicht dauerhaft 320px Bildflaeche kostet.
   ============================================================ */
.nph--zentriert .nph-bar-in{
  flex-direction:column;gap:0;padding:0 24px;
}
/* Drei Spalten: leerer Ausgleich | Logo | Discord.
   So sitzt das Logo exakt in der Bildmitte, obwohl rechts ein Knopf steht. */
.nph--zentriert .nph-marke{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  padding:1.5rem 0 1.1rem;width:100%;
  transition:padding .28s ease;
}
/* Discord links, Logo mittig, Knoepfe rechts: so traegt die Zeile auf
   beiden Seiten gleich viel Gewicht. Stuenden die Knoepfe allein unter
   dem Menue, saehe der Kopf einseitig aus. */
.nph--zentriert .nph-discord{justify-self:start}
.nph--zentriert .nph-marke .nph-rechts{justify-self:end}
.nph--zentriert .nph-logo{flex-direction:column;gap:.5rem;text-align:center}
.nph--zentriert .nph-logo img{
  width:150px;height:150px;border-radius:18px;
}
.nph--zentriert .nph-logo-txt{font-size:1.5rem;letter-spacing:-.03em}
.nph--zentriert .nph-logo-txt small{font-size:.68rem;margin-top:5px}

.nph--zentriert .nph-navzeile{
  display:flex;align-items:center;justify-content:center;
  width:100%;padding:0 0 .85rem;
}
.nph--zentriert .nph-nav{margin-left:0}

/* Sobald gescrollt wird, weicht der Lauftext - die klebende Leiste soll
   so wenig Platz wie moeglich einnehmen. Gilt in beiden Varianten. */
.nph.ist-geschrumpft .nph-ticker{
  max-height:0;
  opacity:0;
  border-bottom-width:0;
  pointer-events:none;
}

/* Geschrumpfter Zustand beim Scrollen */
.nph--zentriert.ist-geschrumpft .nph-marke{padding:.55rem 0 .4rem}
.nph--zentriert.ist-geschrumpft .nph-logo{flex-direction:row;gap:.6rem}
.nph--zentriert.ist-geschrumpft .nph-logo img{width:44px;height:44px;border-radius:10px}
.nph--zentriert.ist-geschrumpft .nph-logo-txt{font-size:1.1rem}
.nph--zentriert.ist-geschrumpft .nph-logo-txt small{display:none}

/* Im kompakten Modus ist .nph-marke nur ein durchsichtiger Wrapper */
.nph:not(.nph--zentriert) .nph-marke{display:contents}
.nph:not(.nph--zentriert) .nph-navzeile{display:contents}
.nph:not(.nph--zentriert) .nph-marke-links,
.nph:not(.nph--zentriert) .nph-navzeile-links{display:none}
/* Beim Schrumpfen faellt der Text ebenfalls weg */
.nph--zentriert.ist-geschrumpft .nph--zentriert.ist-geschrumpft .nph--zentriert.ist-geschrumpft .nph-discord{padding:.5rem .85rem}

/* ---------- Navigation ---------- */
.nph-nav{display:flex;align-items:center;gap:.3rem;margin-left:auto}
.nph-punkt-wrap{position:static}
.nph-link{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.7rem 1.05rem;border-radius:8px;
  font-size:1.05rem;font-weight:600;color:rgba(255,255,255,.9);
  letter-spacing:-.01em;
  background:none;border:0;cursor:pointer;font-family:inherit;
  transition:background .16s,color .16s;
}
.nph-link:hover,.nph-link:focus-visible{background:rgba(42,138,147,.18);color:#fff}
.nph-link[aria-expanded="true"]{background:rgba(42,138,147,.26);color:#fff}
.nph-pfeil{
  width:9px;height:9px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;
  transform:rotate(45deg) translateY(-2px);opacity:.65;transition:transform .2s;
}
.nph-link[aria-expanded="true"] .nph-pfeil{transform:rotate(-135deg) translateY(-2px);opacity:1}

/* ---------- Mega-Panel ---------- */
.nph-mega{
  position:absolute;left:0;right:0;top:100%;
  background:var(--h-bg-panel);
  border-bottom:1px solid var(--h-edge-hell);
  box-shadow:0 24px 48px -12px rgba(0,0,0,.5);
  opacity:0;visibility:hidden;transform:translateY(-6px);
  /* visibility erst NACH dem Ausblenden umschalten, beim Einblenden sofort -
     sonst bliebe das Panel die ganze Transition lang unsichtbar. */
  transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s;
}
.nph-mega[data-offen="true"]{
  opacity:1;visibility:visible;transform:none;
  transition:opacity .18s ease,transform .18s ease,visibility 0s linear 0s;
}
.nph-mega-in{
  max-width:1280px;margin-inline:auto;padding:1.9rem 24px 2.1rem;
  display:grid;gap:2rem;
  /* Vorgabe: drei Gruppen und die Kachel rechts. Die Regeln darunter
     ueberschreiben das je nach tatsaechlichem Inhalt. */
  grid-template-columns:1fr 1fr 1fr 300px;
}

/* ---------- Panels MIT Kachel ---------- */
.nph-mega-in--1.hat-kachel{grid-template-columns:1fr 300px}
.nph-mega-in--2.hat-kachel{grid-template-columns:1fr 1fr 300px}
.nph-mega-in--3.hat-kachel{grid-template-columns:1fr 1fr 1fr 300px}
/* Vier Gruppen: die Kachel bekommt eine eigene Spalte, sonst faellt
   sie in eine zweite Zeile - genau das war bei "Spielen" passiert. */
.nph-mega-in--4.hat-kachel{grid-template-columns:repeat(4,minmax(0,1fr)) 280px;gap:1.6rem}

/* ---------- Panels OHNE Kachel ---------- */
/* Ohne Kachel richtet sich die Breite nach dem Inhalt, statt drei
   leere Spalten aufzuspannen. */
.nph-mega-in.ohne-kachel{
  grid-template-columns:repeat(var(--nph-sp, 3), minmax(220px, 300px));
  justify-content:start;
}
.nph-mega-in--1.ohne-kachel{--nph-sp:1}
.nph-mega-in--2.ohne-kachel{--nph-sp:2}
.nph-mega-in--3.ohne-kachel{--nph-sp:3}
.nph-mega-in--4.ohne-kachel{--nph-sp:4}
.nph-sp h3{
  margin:0 0 .85rem;font-size:.7rem;font-weight:700;letter-spacing:.13em;
  text-transform:uppercase;color:var(--h-teal);
}
.nph-eintraege{display:flex;flex-direction:column;gap:.15rem}
.nph-e{
  display:block;padding:.55rem .7rem;border-radius:8px;margin-left:-.7rem;
  transition:background .15s;
}
.nph-e:hover,.nph-e:focus-visible{background:rgba(42,138,147,.16)}
.nph-e-t{
  font-size:.94rem;font-weight:600;display:flex;align-items:center;gap:.5rem;
}
.nph-e-b{font-size:.8rem;color:var(--h-dim);margin-top:.15rem;line-height:1.45}
.nph-badge{
  font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;
  padding:.16rem .45rem;border-radius:999px;
  background:rgba(232,177,76,.16);color:var(--h-gold);border:1px solid rgba(232,177,76,.3);
  white-space:nowrap;
}
.nph-badge.neu{background:rgba(21,163,146,.16);color:var(--h-gruen);border-color:rgba(21,163,146,.34)}
.nph-extern{font-size:.72rem;color:var(--h-dim)}

/* ---------- Info-Kachel rechts im Panel ---------- */
.nph-kachel{
  background:linear-gradient(160deg,rgba(42,138,147,.15),rgba(42,138,147,.05));
  border:1px solid var(--h-edge);border-radius:12px;padding:1.15rem;
  display:flex;flex-direction:column;gap:.8rem;
}
.nph-kachel h4{
  margin:0;font-size:.68rem;font-weight:700;letter-spacing:.13em;
  text-transform:uppercase;color:var(--h-teal);
}
.nph-zeile{
  display:flex;justify-content:space-between;gap:.8rem;
  font-size:.85rem;padding:.32rem 0;border-bottom:1px dashed rgba(42,138,147,.22);
}
.nph-zeile:last-of-type{border-bottom:0}
.nph-zeile b{font-weight:600}
.nph-zeile span{color:var(--h-dim);font-variant-numeric:tabular-nums}
.nph-zeile.heute b{color:var(--h-gold)}
.nph-zeile.heute span{color:var(--h-gold)}
.nph-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.7rem 1.1rem;border-radius:999px;
  background:#15646d;color:#fff;font-weight:700;font-size:.88rem;
  border:1px solid #1d7c86;
  transition:background .16s,transform .16s,border-color .16s;
}
.nph-cta:hover{background:#1a7681;border-color:#2a8a93;transform:translateY(-1px)}

/* ---------- Buttons rechts ---------- */
.nph-rechts{display:flex;align-items:center;gap:.55rem;flex-shrink:0}
/* Satterer Ton, damit weisse Schrift darauf 6,3:1 erreicht.
   Auf dem hellen --h-teal kaeme Weiss nur auf 3,0:1 und wirkt blass. */

/* ---------- Discord-Knopf ---------- */

/* ---------- Hamburger ---------- */
.nph-burger{
  display:none;width:44px;height:44px;border:1.5px solid var(--h-edge-hell);
  border-radius:10px;background:none;cursor:pointer;
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
}
.nph-burger span{display:block;width:19px;height:1.7px;background:#fff;transition:transform .2s,opacity .2s}
.nph-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6.7px) rotate(45deg)}
.nph-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.nph-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.7px) rotate(-45deg)}

/* ---------- Mobil-Panel ---------- */
.nph-mob{
  display:none;background:var(--h-bg-panel);border-bottom:1px solid var(--h-edge-hell);
  max-height:calc(100vh - 108px);overflow-y:auto;
}
.nph-mob[data-offen="true"]{display:block}
.nph-mob-in{padding:1rem 24px 1.6rem;display:flex;flex-direction:column;gap:.3rem}
.nph-mob details{border-bottom:1px solid var(--h-edge)}
.nph-mob summary{
  list-style:none;cursor:pointer;padding:.9rem 0;font-weight:600;font-size:1rem;
  display:flex;align-items:center;justify-content:space-between;
}
.nph-mob summary::-webkit-details-marker{display:none}
.nph-mob summary::after{
  content:'';width:8px;height:8px;border-right:1.6px solid currentColor;
  border-bottom:1.6px solid currentColor;transform:rotate(45deg);opacity:.6;transition:transform .2s;
}
.nph-mob details[open] summary::after{transform:rotate(-135deg)}
.nph-mob-sub{display:flex;flex-direction:column;padding:0 0 .8rem}
.nph-mob-sub a{padding:.6rem .8rem;font-size:.92rem;color:rgba(255,255,255,.8);border-radius:8px}
.nph-mob-sub a:hover{background:rgba(42,138,147,.16);color:#fff}
.nph-mob-direkt{padding:.9rem 0;font-weight:600;border-bottom:1px solid var(--h-edge)}
.nph-mob-cta{display:flex;gap:.6rem;margin-top:1.1rem;flex-wrap:wrap}

@media (max-width:1080px){
  .nph-mega-in,
  .nph-mega-in--3.hat-kachel,
  .nph-mega-in--4.hat-kachel{grid-template-columns:1fr 1fr 260px;gap:1.5rem}
  .nph-mega-in.ohne-kachel{grid-template-columns:repeat(2, minmax(200px, 280px))}
}
@media (max-width:960px){
  .nph-nav,.nph-rechts .nph-btn:not(.voll){display:none}
  .nph-burger{display:flex}
  .nph-rechts{margin-left:auto}
  /* Zentrierte Variante auf dem Handy: Logo kleiner, sonst frisst der
     Header ein Viertel des Bildschirms, bevor der Inhalt anfaengt.
     Das Drei-Spalten-Raster wird hier aufgeloest - faellt der
     Discord-Knopf weg, blieben nur zwei Kinder uebrig und das Logo
     rutschte in eine 0px-Spalte. */
  .nph--zentriert .nph-marke{
    display:flex;align-items:center;justify-content:space-between;
    gap:.6rem;padding:.9rem 0 .5rem;
  }
  .nph--zentriert .nph-logo{flex:0 0 auto}
  .nph--zentriert .nph-marke .nph-rechts{margin-left:auto}
  .nph--zentriert .nph-logo{flex-direction:row;gap:.6rem}
  .nph--zentriert .nph-logo img{width:56px;height:56px;border-radius:12px}
  .nph--zentriert .nph-logo-txt{font-size:1.15rem}
  .nph--zentriert .nph-navzeile{padding-bottom:.6rem}
  .nph--zentriert .nph-rechts{position:static;transform:none}
  .nph--zentriert .nph-bar-in{flex-direction:row;align-items:center;padding:.6rem 24px}
  .nph--zentriert .nph-marke{width:auto;padding:0}
  .nph--zentriert.ist-geschrumpft .nph-logo img{width:44px;height:44px}
  /* Panels ganz aus dem Layout nehmen: visibility:hidden allein zaehlt
     weiterhin zur Scrollbreite und erzeugt seitliches Scrollen. */
  .nph-mega{display:none}
}
@media (max-width:560px){
  .nph-top-in{font-size:.72rem;gap:.7rem;padding-inline:16px}
  .nph-top-in a:nth-of-type(1){display:none}   /* Adresse weicht, Telefon bleibt */
  .nph-top-rechts{display:none}
  .nph-bar-in{padding-inline:16px;gap:.6rem}
  .nph-logo-txt small{display:none}
  /* "Tisch buchen" ist die wichtigste Aktion - bleibt sichtbar, nur kompakter. */
  .nph-rechts .nph-btn.voll{padding:.55rem .8rem;font-size:.8rem}
  .nph-burger{width:40px;height:40px}
}
@media (max-width:380px){
  .nph-logo-txt{font-size:.95rem}
  .nph-rechts .nph-btn.voll{padding:.5rem .7rem;font-size:.76rem}
  }
@media (prefers-reduced-motion:reduce){
  .nph *{animation-duration:.01ms!important;transition-duration:.01ms!important}
  /* Lauftext nicht durchrasen lassen, sondern anhalten und
     stattdessen von Hand scrollbar machen. */
  .nph-spur{animation:none!important;width:auto}
  .nph-spur > :nth-child(2){display:none}
  .nph-ticker{overflow-x:auto}
  .nph-ticker::before,.nph-ticker::after{display:none}
  .nph-punkt{animation:none!important}
}
.nph :focus-visible{outline:2px solid var(--h-gold);outline-offset:2px}

/* ---------- Kopf ohne Schriftzug neben dem Logo ----------
   Steht der Name nicht daneben, traegt das Logo die Marke allein -
   dann darf es in der geschrumpften Leiste etwas groesser sein,
   sonst wirkt die Zeile leer. */
.nph--nur-logo.ist-geschrumpft .nph-logo img{width:58px;height:58px}
.nph--nur-logo.ist-geschrumpft .nph-marke{padding:.45rem 0 .35rem}
.nph--nur-logo:not(.nph--zentriert) .nph-logo img{width:46px;height:46px}

@media (max-width:960px){
  .nph--nur-logo.nph--zentriert .nph-logo img{width:52px;height:52px}
  .nph--nur-logo.nph--zentriert.ist-geschrumpft .nph-logo img{width:44px;height:44px}
}


/* ============================================================
   Kopf auf schmalen Schirmen
   Die drei Knoepfe sind dieselben wie am Desktop, nur enger:
   Discord dampft auf sein Symbol ein, "Mein Konto" wandert ins
   Menue. Sichtbar bleiben Logo, Discord, Tisch buchen und das Menue.
   ============================================================ */
@media (max-width:960px){
  .nph-discord{
    /* flex-shrink:0, sonst quetscht die Zeile den Knopf auf Symbolbreite */
    width:48px;min-width:48px;flex:0 0 48px;padding:0;justify-content:center;
  }
  .nph-discord .nph-discord-txt{
    position:absolute;width:1px;height:1px;overflow:hidden;
    clip-path:inset(50%);white-space:nowrap;
  }
  .nph-discord{padding-inline:0}
  .nph-rechts{gap:.45rem}
}

@media (max-width:520px){
  .nph-btn,.nph-discord{height:44px;font-size:.88rem;padding-inline:1rem}
  .nph-discord{width:44px;min-width:44px;flex:0 0 44px;padding:0}
  .nph-btn.voll{padding-inline:.95rem}
  .nph--zentriert .nph-marke{gap:.45rem;padding:.7rem 0 .45rem}
  .nph--zentriert .nph-logo img{width:46px;height:46px}
  .nph-burger{width:44px;height:44px}
  .nph-bar-in{padding-inline:16px}
}

/* Ganz schmal: der Discord-Knopf weicht, er steht im Menue */
@media (max-width:380px){
  .nph-discord{display:none}
}

/* ============================================================
   Hinweisband "Seite im Aufbau"
   Sitzt ueber allem anderen und scrollt mit weg - es soll einmal
   gelesen werden, nicht dauerhaft Platz kosten.
   ============================================================ */
.npt-hinweis{
  background:linear-gradient(90deg,#3a2a08,#5a4210 50%,#3a2a08);
  border-bottom:1px solid rgba(232,177,76,.35);
  color:#fdf3dd;
  font-family:'Inter',system-ui,sans-serif;
  font-size:.9rem;
}
.npt-hinweis[hidden]{display:none}
.npt-hinweis-in{
  max-width:1280px;margin-inline:auto;
  padding:.7rem 24px;
  display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;
}
.npt-hinweis-icon{font-size:1.05rem;flex-shrink:0}
.npt-hinweis-text{margin:0;flex:1 1 auto;min-width:12rem;line-height:1.45}
.npt-hinweis-link{
  color:#e8b14c;font-weight:700;text-decoration:none;white-space:nowrap;
  border-bottom:1.5px solid rgba(232,177,76,.45);
  padding-bottom:1px;
}
.npt-hinweis-link:hover,.npt-hinweis-link:focus-visible{
  color:#fdf3dd;border-bottom-color:#fdf3dd;
}
.npt-hinweis-zu{
  flex-shrink:0;width:34px;height:34px;
  display:grid;place-items:center;
  background:none;border:1px solid rgba(232,177,76,.3);border-radius:50%;
  color:#e8b14c;font-size:1.25rem;line-height:1;cursor:pointer;
  transition:background .16s,border-color .16s;
}
.npt-hinweis-zu:hover,.npt-hinweis-zu:focus-visible{
  background:rgba(232,177,76,.16);border-color:#e8b14c;
}
@media (max-width:640px){
  .npt-hinweis-in{padding-inline:16px;gap:.6rem}
  .npt-hinweis{font-size:.84rem}
}
