.koeln-cinema-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(92vh, 920px);
  overflow: hidden;
  background: #071d33;
  color: #fff;
}

.koeln-cinema-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.koeln-cinema-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 29, 51, .12) 0%, rgba(7, 29, 51, .38) 48%, rgba(7, 29, 51, .94) 100%),
    linear-gradient(90deg, rgba(7, 29, 51, .8) 0%, rgba(7, 29, 51, .3) 42%, rgba(7, 29, 51, 0) 68%);
}

.koeln-cinema-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.koeln-cinema-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(64px, 11vw, 130px) clamp(56px, 8vw, 92px);
}

.koeln-cinema-hero__copy { max-width: 660px; }

.koeln-cinema-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(7, 29, 51, .35);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.koeln-cinema-hero__kicker .lucide { width: 14px; height: 14px; color: var(--action); }

.koeln-cinema-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 6.2vw, 5.4rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.01em;
  text-wrap: balance;
}

.koeln-cinema-hero__copy > p {
  max-width: 480px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
  line-height: 1.7;
}

.koeln-cinema-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.koeln-cinema-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 10px;
  background: var(--action);
  color: #fff;
  font-size: .94rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(var(--action-rgb), .38);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s var(--ease);
}

.koeln-cinema-hero__cta:hover,
.koeln-cinema-hero__cta:focus-visible {
  background: var(--action-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 26px 52px rgba(var(--action-rgb), .46);
}

.koeln-cinema-hero__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 10px;
  color: #fff;
  font-size: .94rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease;
}

.koeln-cinema-hero__tel:hover,
.koeln-cinema-hero__tel:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.koeln-cinema-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.koeln-cinema-hero__signals li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .8);
  font-size: .84rem;
  font-weight: 700;
}

.koeln-cinema-hero__signals .lucide { width: 15px; height: 15px; color: var(--action); }

.koeln-cinema-hero__koelsch {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, .5);
  font-size: .78rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .01em;
}

/* Generic one-shot scroll-reveal for [data-reveal]/[data-reveal-group] on
   this page (driven by initScrollReveal() in main.js). Pre-reveal hidden
   states only exist under JS-added .is-armed, so content is always fully
   visible without JS or if the observer never fires — matches the safety
   pattern already used for the homepage's about-hero reveal. */
[data-reveal].is-armed {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}

[data-reveal].is-armed.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-group].is-armed > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

[data-reveal-group].is-armed.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-group] > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-group] > *:nth-child(2) { transition-delay: 70ms; }
[data-reveal-group] > *:nth-child(3) { transition-delay: 140ms; }
[data-reveal-group] > *:nth-child(4) { transition-delay: 210ms; }
[data-reveal-group] > *:nth-child(5) { transition-delay: 280ms; }
[data-reveal-group] > *:nth-child(6) { transition-delay: 350ms; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal].is-armed,
  [data-reveal-group].is-armed > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* "Drei Gewerke. Ein Haus." was pure two-column text on white — adds a
   real photo as a third column so the section doesn't read as a wall of
   copy right after the image-led entry cards above it. */
.koeln-intro-media__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(240px, .85fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

/* Photo sits last in the markup (so headline text flows straight into the
   copy for reading order/copy-paste), but stays visually in the middle
   column via order — independent of the mobile order rules below. */
.koeln-intro-media__grid > div:first-child { order: 1; }
.koeln-intro-media__photo { order: 2; }
.koeln-intro-media__grid > .detail-intro-copy { order: 3; }

.koeln-intro-media__photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 24px 48px rgba(0, 18, 51, .12);
}

.koeln-intro-media__photo img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 991.98px) {
  .koeln-intro-media__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .koeln-intro-media__photo { order: 2; max-width: 420px; }
  .koeln-intro-media__grid > div:first-child { order: 1; }
  .koeln-intro-media__grid > .detail-intro-copy { order: 3; }
}

@media (max-width: 767.98px) {
  .koeln-cinema-hero { min-height: 620px; }
  .koeln-cinema-hero__copy h1 { font-size: clamp(2.3rem, 9.5vw, 3.1rem); }
  .koeln-cinema-hero__copy > p { font-size: 1rem; }
  .koeln-cinema-hero__signals { gap: 8px 18px; }
  .koeln-cinema-hero__media::after {
    background:
      linear-gradient(180deg, rgba(7, 29, 51, .25) 0%, rgba(7, 29, 51, .55) 45%, rgba(7, 29, 51, .96) 100%);
  }
}

/* "Einsatzprofil Köln" was plain text on the page background (no photo at
   all) — full-bleed photo + gradient scrim, same family as the hero and
   the service-showcase slides, instead of a third plain-text block in a
   row. Districts become a floating card over the photo rather than a
   bare list. */
.koeln-briefing-media {
  position: relative;
  min-height: clamp(520px, 46vw, 640px);
  overflow: hidden;
  background: #071d33;
}

.koeln-briefing-media__photo { position: absolute; inset: 0; }

.koeln-briefing-media__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.koeln-briefing-media__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 29, 51, .88) 0%, rgba(7, 29, 51, .55) 38%, rgba(7, 29, 51, .15) 62%, rgba(7, 29, 51, 0) 78%),
    linear-gradient(0deg, rgba(7, 29, 51, .55) 0%, rgba(7, 29, 51, 0) 35%);
}

.koeln-briefing-media__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 64px);
  min-height: clamp(520px, 46vw, 640px);
  padding-block: clamp(48px, 7vw, 80px);
}

.koeln-briefing-media__copy { max-width: 560px; color: #fff; }
.koeln-briefing-media__copy .detail-kicker { color: var(--action); }
.koeln-briefing-media__copy h2 { margin: 14px 0 16px; color: #fff; }
.koeln-briefing-media__copy > p { color: rgba(255, 255, 255, .8); }

/* .location-field-note is normally styled for a light background (grey
   border, dark ink text) — this overrides it for the dark photo it now
   sits on, rather than leaving low-contrast text on the image. */
.koeln-briefing-media__copy .location-field-note { border-top-color: rgba(255, 255, 255, .22); }
.koeln-briefing-media__copy .location-field-note svg { color: var(--action); }
.koeln-briefing-media__copy .location-field-note strong { color: #fff; }
.koeln-briefing-media__copy .location-field-note p { color: rgba(255, 255, 255, .68); }

.koeln-briefing-media__districts {
  flex: 0 0 auto;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(7, 29, 51, .55);
  backdrop-filter: blur(10px);
}

.koeln-briefing-media__districts > span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .55);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.koeln-briefing-media__districts ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.koeln-briefing-media__districts li {
  position: relative;
  padding-left: 14px;
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
}

.koeln-briefing-media__districts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--action);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .koeln-briefing-media { min-height: 0; }
  .koeln-briefing-media__inner { flex-direction: column; align-items: stretch; min-height: 0; }
  .koeln-briefing-media__copy { max-width: none; }
  .koeln-briefing-media__districts { align-self: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  .koeln-cinema-hero__cta,
  .koeln-cinema-hero__cta:hover { transform: none; transition: none; }
}

/* Proof strip: replaces the mid-page "other cities" bar with reasons to
   stay and act, right after the intro statement. */
.koeln-proof-strip { padding: 56px 0; background: #fff; border-top: 1px solid #e3e9ee; border-bottom: 1px solid #e3e9ee; }
.koeln-proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.koeln-proof-strip__grid > * { display: flex; align-items: flex-start; gap: 14px; text-decoration: none; }
.koeln-proof-strip__grid svg { flex: 0 0 auto; width: 44px; height: 44px; padding: 12px; border-radius: 50%; background: #eef3f7; color: var(--detail-blue); }
.koeln-proof-strip__grid b { display: block; margin-bottom: 4px; color: var(--detail-ink); font-family: var(--eco-display); font-size: 1rem; }
.koeln-proof-strip__grid small { display: block; color: var(--detail-muted); font-size: .78rem; line-height: 1.5; }
.koeln-proof-strip__grid a:hover b { color: var(--detail-blue); }

@media (max-width: 991.98px) {
  .koeln-proof-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 575.98px) {
  .koeln-proof-strip__grid { grid-template-columns: 1fr; }
}

/* Directory: dark, typographic index of the 5 Köln service areas — no
   photography, deliberately distinct from every image-led section on the
   page. Reuses the site's proven dark-process number/heading pattern
   (.detail-process), sized to 5 equal columns and made clickable. */
.koeln-directory__grid { grid-template-columns: repeat(5, 1fr); }
.koeln-directory__grid > a { position: relative; display: flex; flex-direction: column; min-height: 260px; padding: 30px 26px; border-right: 1px solid rgba(255, 255, 255, .2); color: #fff; text-decoration: none; transition: background .2s ease; }
.koeln-directory__grid > a:last-child { border-right: 0; }
.koeln-directory__grid > a > span { color: #9bc2e5; font-family: var(--eco-display); font-size: .85rem; font-weight: 800; }
.koeln-directory__grid > a > h3 { margin: 40px 0 9px; color: #fff; font-family: var(--eco-display); font-size: 1.5rem; line-height: 1.05; }
.koeln-directory__grid > a > p { margin: 0 28px 0 0; color: rgba(255, 255, 255, .6); font-size: .78rem; line-height: 1.6; }
.koeln-directory__grid > a > svg { position: absolute; right: 22px; bottom: 26px; width: 18px; color: rgba(255, 255, 255, .5); transition: transform .2s ease, color .2s ease; }
.koeln-directory__grid > a:hover { background: rgba(255, 255, 255, .06); }
.koeln-directory__grid > a:hover > h3 { color: #e6007e; }
.koeln-directory__grid > a:hover > svg { color: #e6007e; transform: translate(3px, -3px); }

@media (max-width: 991.98px) {
  .koeln-directory__grid { grid-template-columns: repeat(2, 1fr); }
  .koeln-directory__grid > a:nth-child(2) { border-right: 0; }
  .koeln-directory__grid > a { border-bottom: 1px solid rgba(255, 255, 255, .2); }
}
@media (max-width: 640px) {
  .koeln-directory__grid { grid-template-columns: 1fr; }
  .koeln-directory__grid > a { border-right: 0; }
}

/* Proof strip restyled as a floating white card on a light grey backdrop
   that continues into the about-hero block below — one continuous band. */
.koeln-proof-strip { padding: 40px 0 0; background: #eef3f7; }
.koeln-proof-strip__grid { border-radius: 20px; background: #fff; box-shadow: 0 20px 48px rgba(0, 18, 51, .1); padding: 32px 40px; }

/* About-Krause block: real photo with three overlay badges (trust, 24/7
   call-to-action, Google rating) beside headline + lead copy + stat row.
   Reuses the proven about-hero-badge-trust / about-hero-stat
   sub-components (both work standalone, no ancestor dependency) instead
   of the full diagonal-cut pin-track hero, to match a plain rounded
   photo with no clip-path or scroll-pin. */
.koeln-about-hero { padding: 64px 0 80px; background: #eef3f7; }
.koeln-about-hero__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: center; }

.koeln-about-hero__media { position: relative; margin: 0; aspect-ratio: 3 / 4; border-radius: 20px; overflow: hidden; box-shadow: 0 28px 56px rgba(0, 18, 51, .18); }
.koeln-about-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.koeln-about-hero__cta-badge { position: absolute; left: 20px; bottom: 20px; z-index: 3; display: flex; align-items: flex-start; gap: 12px; max-width: 230px; padding: 16px 18px; border-radius: 12px; background: var(--about-accent); box-shadow: 0 16px 32px rgba(0, 10, 24, .3); }
.koeln-about-hero__cta-badge > svg { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: 2px; color: #fff; }
.koeln-about-hero__cta-badge strong { display: block; color: #fff; font-size: .8rem; font-weight: 800; }
.koeln-about-hero__cta-badge small { display: block; margin: 3px 0 8px; color: rgba(255, 255, 255, .85); font-size: .68rem; line-height: 1.4; }
.koeln-about-hero__cta-badge a { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-size: .72rem; font-weight: 800; text-decoration: none; }
.koeln-about-hero__cta-badge a svg { width: 13px; transition: transform .2s ease; }
.koeln-about-hero__cta-badge a:hover svg { transform: translateX(3px); }

.koeln-about-hero__google-badge { position: absolute; right: 20px; bottom: 20px; z-index: 3; padding: 14px 20px; border-radius: 12px; background: #fff; box-shadow: 0 16px 32px rgba(0, 10, 24, .22); text-align: center; }
.koeln-about-hero__google-badge strong { display: block; color: var(--detail-ink); font-family: var(--eco-display); font-size: 1.35rem; line-height: 1; }
.koeln-about-hero__google-badge small { display: block; margin-top: 3px; color: var(--detail-muted); font-size: .64rem; }
.koeln-about-hero__google-stars { display: flex; gap: 2px; margin-top: 6px; justify-content: center; }
.koeln-about-hero__google-stars svg { width: 12px; height: 12px; color: #f5a623; fill: #f5a623; }

.koeln-about-hero__copy .detail-kicker { font-size: .8rem; }
.koeln-about-hero__copy h2 { margin: 14px 0 0; color: var(--detail-ink); font-family: var(--eco-display); font-size: clamp(2.8rem, 5.6vw, 4.5rem); line-height: .95; }
.koeln-about-hero__copy h2 .heading-accent { display: block; }
.koeln-about-hero__rule { display: block; width: 64px; height: 4px; margin: 26px 0; border-radius: 2px; background: var(--about-accent); }
.koeln-about-hero__copy p { margin: 0 0 16px; color: var(--detail-muted); font-size: 1rem; line-height: 1.75; }
.koeln-about-hero__copy p:last-of-type { margin-bottom: 0; color: var(--detail-ink); font-weight: 700; }

@media (max-width: 991.98px) {
  .koeln-about-hero__grid { grid-template-columns: 1fr; }
  .koeln-about-hero__media { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .koeln-about-hero__cta-badge, .koeln-about-hero__google-badge { position: static; max-width: none; margin: 12px 0 0; }
  .koeln-about-hero__media { aspect-ratio: 4 / 3; }
}

/* Overview: coordination pitch with a connected 3-step list, photo on the
   right this time (about-hero above already put the photo on the left,
   so this section deliberately mirrors it). */
.koeln-overview { padding: 80px 0; background: #f7f9fb; }
.koeln-overview__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(32px, 5vw, 64px); align-items: center; }

.koeln-overview__copy .detail-kicker { font-size: .8rem; }
.koeln-overview__copy h2 { margin: 14px 0 0; color: var(--detail-ink); font-family: var(--eco-display); font-size: clamp(2.6rem, 4.6vw, 3.6rem); line-height: .98; }
.koeln-overview__copy h2 .heading-accent { display: block; }
.koeln-overview__copy > p { margin: 22px 0 0; max-width: 480px; color: var(--detail-muted); font-size: 1rem; line-height: 1.7; }
.koeln-overview__copy > p:nth-of-type(2) { color: var(--detail-ink); font-weight: 700; }

.koeln-overview__features { display: flex; flex-direction: column; max-width: 480px; margin: 34px 0 0; }
.koeln-overview__features > div { display: flex; gap: 18px; padding: 22px 0; border-top: 1px solid #e5e9ec; }
.koeln-overview__features > div:first-child { padding-top: 0; border-top: 0; }
.koeln-overview__features > div:last-child { padding-bottom: 0; }
.koeln-overview__feature-icon { display: grid; flex: 0 0 auto; place-items: center; width: 44px; height: 44px; padding: 12px; border-radius: 50%; background: #eef1f4; color: var(--detail-ink); }
.koeln-overview__feature-icon.is-accent { color: var(--about-accent); }
.koeln-overview__features strong { display: block; margin-bottom: 4px; color: var(--detail-ink); font-family: var(--eco-display); font-size: 1.05rem; }
.koeln-overview__features p { margin: 0; color: var(--detail-muted); font-size: .88rem; line-height: 1.6; }

.koeln-overview__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.koeln-overview__link { display: inline-flex; align-items: center; gap: 8px; padding: 0 22px; min-height: 52px; border: 1px solid #cad6de; border-radius: 10px; color: var(--detail-ink); font-size: .82rem; font-weight: 800; text-decoration: none; transition: border-color .2s ease, color .2s ease; }
.koeln-overview__link svg { width: 15px; }
.koeln-overview__link:hover { border-color: var(--about-accent); color: var(--about-accent); }

@media (max-width: 991.98px) {
  .koeln-overview__grid { grid-template-columns: 1fr; }
}

/* WhatsApp brand green, overriding the mobile-dock's default pink
   :last-child accent so the button reads unmistakably as WhatsApp. */
.mobile-dock a.mobile-dock__whatsapp { background: #25d366; }
.mobile-dock a.mobile-dock__whatsapp:is(:hover, :focus-visible) { background: #1fb958; }

/* Closing statement: bold, fully centered, dark — a deliberate bookend to
   the dark hero photo up top, replacing the shared .location-finale
   split-column layout (kept untouched for the other 6 city pages). */
.koeln-finale { position: relative; overflow: hidden; padding: 96px 0 84px; background: var(--detail-ink); color: #fff; text-align: center; }
.koeln-finale::before { position: absolute; top: 50%; left: 50%; z-index: 0; width: 900px; height: 900px; content: ""; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(230, 0, 126, .16) 0%, rgba(230, 0, 126, 0) 70%); pointer-events: none; }
.koeln-finale__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.koeln-finale__kicker { display: block; color: #9bc2e5; font-size: .74rem; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.koeln-finale h2 { margin: 16px 0 0; color: #fff; font-family: var(--eco-display); font-size: clamp(2.6rem, 5.2vw, 4rem); line-height: .98; }
.koeln-finale h2 .heading-accent { display: block; }
.koeln-finale__inner > p { max-width: 480px; margin: 22px auto 0; color: rgba(255, 255, 255, .68); font-size: 1.02rem; line-height: 1.7; }

.koeln-finale__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-top: 34px; }
.koeln-finale__phone { display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; color: #fff; font-size: .84rem; font-weight: 800; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.koeln-finale__phone svg { width: 16px; }
.koeln-finale__phone:hover { border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .06); }

.koeln-finale__signoff { display: block; margin-top: 26px; color: rgba(255, 255, 255, .4); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }

.koeln-finale__cities { margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, .14); }
.koeln-finale__cities > span { display: block; margin-bottom: 22px; color: rgba(255, 255, 255, .45); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.koeln-finale__cities nav { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 12px; }
.koeln-finale__cities nav a { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: #fff; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.koeln-finale__cities nav a:hover { border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .06); }
.koeln-finale__cities nav a > div { display: flex; flex-direction: column; gap: 3px; }
.koeln-finale__cities nav strong { font-family: var(--eco-display); font-size: 1.15rem; line-height: 1; }
.koeln-finale__cities nav small { color: rgba(255, 255, 255, .48); font-size: .68rem; }
.koeln-finale__cities nav svg { width: 15px; color: rgba(255, 255, 255, .48); }

@media (max-width: 575.98px) {
  .koeln-finale__cities nav { flex-direction: column; }
  .koeln-finale__cities nav a { justify-content: space-between; }
}
