/* ==========================================================================
   KONTAKT-INFO, Darstellung „neu" (24.09.2026) — „Wo, wann, wie" im Level-7-Look.
   Eigene Datei, eingebunden vom Baustein; main.css bleibt unberuehrt. Farben/Schrift nur aus
   den Variablen in main.css. Keine Dauerbewegung, keine Effekte ueber Text — Tiefe kommt aus
   Bildstreifen, Linien und Licht (wie Geschenkkarte und Buchungsfenster).
   ========================================================================== */
.l7-ki { position: relative; background: var(--l7-black); color: var(--l7-white); padding: 88px 0 96px; overflow: hidden; isolation: isolate; }
.l7-ki--streifen { padding-top: 0; }
.l7-ki__sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Bildstreifen oben: ruhig, unten ins Schwarz verlaufend */
.l7-ki__streifen { position: relative; height: clamp(170px, 21vw, 300px); overflow: hidden; }
.l7-ki__streifen img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; display: block; filter: saturate(1.05) brightness(0.8); }
.l7-ki__streifen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(10,10,10,0.35) 45%, var(--l7-black) 100%), linear-gradient(90deg, rgba(10,10,10,0.7) 0%, rgba(10,10,10,0) 55%); }
.l7-ki--streifen .l7-ki__inner { margin-top: -64px; position: relative; z-index: 1; }

/* Kopf */
.l7-ki__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--l7-teal); margin: 0 0 14px; }
.l7-ki__titel { font-size: clamp(40px, 5.2vw, 72px); line-height: 0.95; letter-spacing: -0.03em; margin: 0 0 48px; color: var(--l7-white); }
.l7-ki__label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

.l7-ki__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: start; }

/* Links: Adresse, Wege, Knoepfe */
.l7-ki__adresse-kopf { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.l7-ki__signet { height: 26px; width: auto; }
.l7-ki__adresse { font-style: normal; display: flex; flex-direction: column; margin: 0 0 32px; }
.l7-ki__strasse { font-size: clamp(30px, 3.2vw, 44px); font-weight: 900; line-height: 1.02; letter-spacing: -0.02em; text-transform: uppercase; }
.l7-ki__ort { font-size: clamp(20px, 2vw, 26px); font-weight: 800; line-height: 1.2; color: var(--l7-teal); margin-top: 6px; }
.l7-ki__firma { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: 10px; }

.l7-ki__wege { border-top: 1px solid rgba(255,255,255,0.14); margin-bottom: 32px; }
.l7-section--dark .l7-ki__weg, .l7-ki__weg { display: flex; align-items: center; gap: 18px; min-height: 76px; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,0.14); color: var(--l7-white); text-decoration: none; transition: background 0.2s, color 0.2s; }
.l7-ki__weg:hover, .l7-ki__weg:focus-visible { background: rgba(4,255,247,0.06); color: var(--l7-white); }
.l7-ki__weg:focus-visible { outline: 2px solid var(--l7-teal); outline-offset: -2px; }
.l7-ki__zeichen { width: 26px; height: 26px; flex: 0 0 26px; fill: none; stroke: var(--l7-teal); stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.l7-ki__weg-text { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.l7-ki__wert { font-size: clamp(19px, 1.8vw, 24px); font-weight: 800; letter-spacing: -0.01em; overflow-wrap: anywhere; }
.l7-ki__pfeil { font-style: normal; font-size: 20px; color: var(--l7-teal); transition: transform 0.2s; }
.l7-ki__weg:hover .l7-ki__pfeil { transform: translateX(4px); }
.l7-ki__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* Rechts: Wochenleiste */
.l7-ki__wann { background: linear-gradient(180deg, rgba(28,28,28,0.92), rgba(16,16,16,0.92)); border: 1px solid rgba(255,255,255,0.1); padding: 30px 30px 26px; box-shadow: 0 30px 60px rgba(0,0,0,0.45); }
.l7-ki__wann-kopf { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px 20px; margin-bottom: 22px; }
.l7-ki__status { margin: 0; display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 800; color: var(--l7-white); }
.l7-ki__status[hidden] { display: none; }
.l7-ki__punkt { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.35); flex: 0 0 9px; }
.l7-ki__status[data-zustand="offen"] .l7-ki__punkt, .l7-ki__status[data-zustand="spaeter"] .l7-ki__punkt { background: var(--l7-teal); box-shadow: 0 0 10px rgba(4,255,247,0.8); }
.l7-ki__status[data-zustand="bald"] .l7-ki__punkt { background: var(--l7-magenta); box-shadow: 0 0 10px rgba(255,20,147,0.7); }

.l7-ki__woche { display: block; width: 100%; border-collapse: collapse; }
.l7-ki__woche tbody { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.l7-ki__tag { display: flex; flex-direction: column; align-items: stretch; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); min-height: 148px; position: relative; }
.l7-ki__tag th, .l7-ki__tag td { display: block; padding: 0; text-align: center; font-weight: inherit; }
.l7-ki__tag th { padding: 14px 4px 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.l7-ki__tag-kurz { display: block; font-size: 13px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.l7-ki__tag-lang { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.l7-ki__tag td { flex: 1 1 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 14px 4px 16px; }
.l7-ki__von, .l7-ki__bis { font-size: clamp(15px, 1.35vw, 19px); font-weight: 800; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.l7-ki__bis { color: rgba(255,255,255,0.72); }
.l7-ki__bis-strich { width: 14px; height: 1px; background: rgba(255,255,255,0.3); }
.l7-ki__ruhe, .l7-ki__roh { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.l7-ki__tag.is-zu { background: repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0 6px, transparent 6px 12px); }

/* HEUTE */
.l7-ki__tag.is-heute { border-color: var(--l7-teal); background: rgba(4,255,247,0.07); box-shadow: 0 0 0 1px var(--l7-teal), 0 0 24px rgba(4,255,247,0.18); }
.l7-ki__tag.is-heute .l7-ki__tag-kurz { color: var(--l7-teal); }
.l7-ki__tag.is-heute .l7-ki__bis { color: var(--l7-white); }
.l7-ki__heute { position: absolute; left: 50%; top: -1px; transform: translate(-50%, -50%); background: var(--l7-teal); color: var(--l7-black); font-size: 9px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; padding: 4px 7px 3px; line-height: 1; white-space: nowrap; }

.l7-ki__hinweise { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.08); }
.l7-ki__hinweis { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.55); }
.l7-ki__sonder { list-style: none; margin: 0 0 10px; padding: 0; font-size: 13px; color: rgba(255,255,255,0.75); }
.l7-ki__sonder li { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; }

@media (max-width: 1099px) and (min-width: 900px) {
  .l7-ki__grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 899px) {
  .l7-ki { padding-bottom: 72px; }
  .l7-ki__streifen { height: 190px; }
  .l7-ki__streifen img { object-position: center 40%; }
  .l7-ki--streifen .l7-ki__inner { margin-top: -48px; }
  .l7-ki__titel { font-size: clamp(38px, 11vw, 52px); margin-bottom: 36px; }
  .l7-ki__grid { grid-template-columns: 1fr; gap: 44px; }
  .l7-ki__ctas .l7-btn { flex: 1 1 100%; justify-content: center; }
  .l7-ki__wann { padding: 22px 18px 20px; margin: 0 -6px; }
  .l7-ki__wann-kopf { flex-direction: column; align-items: flex-start; }
  /* Wochenleiste wird zur Liste: Tag links, Zeiten rechts */
  .l7-ki__woche tbody { grid-template-columns: 1fr; gap: 0; }
  .l7-ki__tag { flex-direction: row; align-items: center; min-height: 52px; border-width: 0 0 1px; background: none; padding: 0 12px; }
  .l7-ki__tag.is-zu { background: none; }
  .l7-ki__tag th { border: 0; padding: 0; text-align: left; flex: 1 1 auto; display: flex; align-items: center; gap: 10px; }
  .l7-ki__tag-kurz { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .l7-ki__tag-lang { position: static; width: auto; height: auto; overflow: visible; clip: auto; font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.85); }
  .l7-ki__tag td { flex: 0 0 auto; flex-direction: row; padding: 0; gap: 8px; }
  .l7-ki__von, .l7-ki__bis { font-size: 16px; }
  .l7-ki__bis-strich { width: 10px; }
  .l7-ki__tag.is-heute { box-shadow: none; border: 0; border-left: 3px solid var(--l7-teal); background: rgba(4,255,247,0.08); margin: 2px 0; }
  .l7-ki__tag.is-heute .l7-ki__tag-lang { color: var(--l7-teal); }
  .l7-ki__heute { position: static; transform: none; order: 2; }
}

/* ==========================================================================
   BILD ALS HINTERGRUND DER GANZEN SEKTION (24.09.2026, Jamie: Treppenhaus-Neon soll „irgendwie
   im Hintergrund bleiben", seit der Kontakt-Hero weg ist). Statt Streifen oben: das Bild liegt
   ruhig und abgedunkelt hinter der ganzen Sektion, oben am hellsten, nach unten ins Schwarz;
   links zusätzlich dunkler, damit Anschrift und Knöpfe klar lesbar bleiben. Dezente Parallaxe
   nur, wo der Browser scroll-gebundene Animation kann (sonst statisch); reduzierte Bewegung =
   immer statisch. Gilt für jede Seite mit diesem Baustein (Kontakt, Bar „Vorbeikommen").
   ========================================================================== */
.l7-ki--streifen { padding-top: clamp(120px, 14vw, 200px); }
.l7-ki--streifen .l7-ki__streifen { position: absolute; inset: 0; height: auto; z-index: -1; overflow: hidden; }
.l7-ki--streifen .l7-ki__streifen img { position: absolute; left: 0; top: -6%; width: 100%; height: 112%; object-fit: cover; object-position: center 40%; filter: saturate(1.05) brightness(0.62); }
.l7-ki--streifen .l7-ki__streifen::after { background:
  linear-gradient(180deg, rgba(10,10,10,0.2) 0%, rgba(10,10,10,0.55) 28%, rgba(10,10,10,0.82) 55%, rgba(10,10,10,0.93) 78%, var(--l7-black) 100%),
  linear-gradient(90deg, rgba(10,10,10,0.72) 0%, rgba(10,10,10,0.35) 45%, rgba(10,10,10,0) 75%); }
.l7-ki--streifen .l7-ki__inner { margin-top: 0; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .l7-ki--streifen .l7-ki__streifen img { animation: l7-ki-parallaxe linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; }
  }
}
@keyframes l7-ki-parallaxe { from { transform: translate3d(0, -4%, 0); } to { transform: translate3d(0, 4%, 0); } }
@media (max-width: 899px) {
  .l7-ki--streifen { padding-top: 120px; }
  .l7-ki--streifen .l7-ki__streifen { height: auto; }
  .l7-ki--streifen .l7-ki__streifen img { object-position: 60% 30%; }
  .l7-ki--streifen .l7-ki__inner { margin-top: 0; }
  .l7-ki--streifen .l7-ki__streifen::after { background: linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(10,10,10,0.7) 22%, rgba(10,10,10,0.88) 45%, rgba(10,10,10,0.94) 75%, var(--l7-black) 100%); }
}
