:root {
  color-scheme: light;
  --navy: #0b263d;
  --blue: #1677b8;
  --blue-soft: #e7f4fc;
  --green: #20a56b;
  --green-soft: #e5f7ef;
  --yellow: #f2c94c;
  --cream: #f6f7f3;
  --surface: #ffffff;
  --ink: #102638;
  --muted: #5b6d7a;
  --line: #d9e3e9;
  --shadow: 0 18px 50px rgba(11, 38, 61, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--cream); }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; cursor: pointer; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.public-header { position: sticky; z-index: 900; top: 0; display: flex; min-height: 72px; padding: 10px clamp(14px, 4vw, 44px); align-items: center; justify-content: space-between; gap: 20px; background: rgba(11, 38, 61, .97); color: #fff; box-shadow: 0 5px 20px rgba(11, 38, 61, .2); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-size: 20px; font-weight: 950; letter-spacing: .02em; }
.brand img { display: block; width: 44px; height: 44px; object-fit: contain; mix-blend-mode: screen; transform: scale(1.35); }
.public-header nav { display: flex; align-items: center; gap: 8px; }
.language-switcher { position: relative; z-index: 950; flex: 0 0 auto; }
.language-current { display: inline-flex; min-height: 44px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 14px; align-items: center; gap: 8px; background: rgba(255,255,255,.08); color: #fff; font-weight: 800; cursor: pointer; }
.language-current:hover, .language-current:focus-visible { background: rgba(255,255,255,.16); }
.language-chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.language-menu { position: absolute; top: calc(100% + 8px); right: 0; display: grid; min-width: 190px; padding: 7px; border: 1px solid rgba(11,38,61,.16); border-radius: 16px; background: #fff; box-shadow: 0 16px 34px rgba(11,38,61,.24); }
.language-menu[hidden] { display: none; }
.language-option { display: grid; grid-template-columns: 24px 1fr auto; min-height: 42px; padding: 8px 10px; border: 0; border-radius: 10px; align-items: center; gap: 9px; background: transparent; color: var(--navy); text-align: left; font-weight: 750; cursor: pointer; }
.language-option:hover, .language-option:focus-visible, .language-option.is-active { background: #eef5f8; }
.language-short { color: #607789; font-size: 11px; letter-spacing: .08em; }
.language-flag { display: inline-block; width: 23px; height: 16px; flex: 0 0 23px; border: 1px solid rgba(11,38,61,.2); border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,.14); overflow: hidden; }
.flag-de { background: linear-gradient(#111 0 33.33%, #d62828 33.33% 66.66%, #f6c945 66.66%); }
.flag-en { position: relative; background: #183b73; }
.flag-en::before { content: ''; position: absolute; inset: 6px 0; background: #fff; }
.flag-en::after { content: ''; position: absolute; inset: 0 9px; background: #fff; box-shadow: 0 0 0 2px #c8102e inset; }
.flag-fr { background: linear-gradient(90deg, #1b4f9c 0 33.33%, #fff 33.33% 66.66%, #ed2939 66.66%); }
.flag-tr { position: relative; background: #d62828; }
.flag-tr::before { content: ''; position: absolute; left: 6px; top: 3px; width: 9px; height: 9px; border-radius: 50%; background: #fff; }
.flag-tr::after { content: ''; position: absolute; left: 9px; top: 5px; width: 7px; height: 7px; border-radius: 50%; background: #d62828; }
.flag-es { background: linear-gradient(#c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75%); }
.flag-ru { background: linear-gradient(#fff 0 33.33%, #2455a4 33.33% 66.66%, #d52b1e 66.66%); }
.flag-uk { background: linear-gradient(#1f65b5 0 50%, #f7d038 50%); }
.flag-ar { background: linear-gradient(#168a45 0 100%); }
[dir="rtl"] .language-menu { right: auto; left: 0; }
[dir="rtl"] .language-option { text-align: right; }
.public-header nav a { min-height: 44px; padding: 12px 14px; border-radius: 14px; text-decoration: none; font-weight: 800; }
.public-header nav a:hover, .public-header nav a:focus-visible { background: rgba(255,255,255,.12); }
.nav-install { min-height: 44px; padding: 10px 12px; border: 0; border-radius: 14px; background: transparent; color: #fff; font-weight: 800; }
.nav-install:hover, .nav-install:focus-visible { background: rgba(255,255,255,.12); }
.install-short { display: none; }
.public-header .nav-add { background: var(--yellow); color: var(--navy); }
.hero { display: grid; width: min(1240px, calc(100% - 28px)); margin: 24px auto 18px; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 22px; }
.hero-copy { display: flex; padding: clamp(24px, 5vw, 56px); border-radius: 32px; background: var(--navy); color: #fff; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 8px; color: var(--yellow); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 100%; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; overflow-wrap: anywhere; }
.claim { margin: 18px 0 8px; color: var(--yellow); font-size: clamp(21px, 3vw, 31px); font-weight: 950; }
.hero-lead { max-width: 32rem; margin: 0 0 24px; font-size: clamp(18px, 2.1vw, 24px); line-height: 1.45; }
.privacy-promise { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 8px; }
.privacy-promise span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.hero-map, .map-panel { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #dfecef; box-shadow: var(--shadow); }
.hero-map-locate { position: absolute; z-index: 700; top: 16px; right: 16px; min-height: 46px; padding: 10px 15px; border: 0; border-radius: 13px; background: var(--navy); color: #fff; font-weight: 850; box-shadow: var(--shadow); }
.map-panel { min-height: calc(100svh - 190px); border-radius: 0; box-shadow: none; }
#publicMap, #pickerMap { width: 100%; height: 100%; min-height: inherit; }
#pickerMap { min-height: 300px; border: 2px solid var(--line); border-radius: 18px; }
.spot-photo { display: block; width: 100%; max-height: 480px; margin: 24px 0; border-radius: 20px; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.hero-actions { display: grid; gap: 11px; }
.hero-action, .button { display: flex; min-height: 64px; padding: 13px 18px; border: 0; border-radius: 18px; align-items: center; justify-content: center; gap: 12px; background: var(--blue); color: #fff; text-align: center; text-decoration: none; font-weight: 950; box-shadow: 0 8px 20px rgba(22,119,184,.22); }
.hero-action span { display: grid; text-align: left; }
.hero-action small { font-weight: 600; opacity: .88; }
.hero-action.now { background: var(--green); }
.hero-action.today { background: #6b57ac; }
.hero-action.add { background: var(--yellow); color: var(--navy); }
.map-page { position: relative; }
.search-bar { display: grid; position: absolute; z-index: 700; top: 18px; left: 50%; width: min(760px, calc(100% - 28px)); padding: 8px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); grid-template-columns: minmax(0,1fr) auto auto; gap: 7px; transform: translateX(-50%); }
.search-bar input { min-width: 0; min-height: 48px; padding: 0 14px; border: 0; outline: 0; flex: 1; }
.search-bar button { min-width: 96px; border: 0; border-radius: 13px; background: var(--navy); color: #fff; font-weight: 850; }
.search-bar .search-locate { border: 2px solid var(--navy); background: #fff; color: var(--navy); }
.map-results-status { position: absolute; z-index: 650; bottom: 14px; left: 14px; max-width: min(520px, calc(100% - 28px)); margin: 0; padding: 10px 14px; border-radius: 13px; background: rgba(255,255,255,.96); color: var(--ink); font-size: 14px; font-weight: 800; box-shadow: 0 8px 24px rgba(11,38,61,.18); }
.filter-dock { position: sticky; z-index: 800; top: 72px; padding: 12px clamp(12px, 3vw, 32px); background: rgba(246,247,243,.98); border-bottom: 1px solid var(--line); box-shadow: 0 8px 22px rgba(11,38,61,.08); }
.filter-toolbar { display: grid; width: min(1380px, 100%); margin: auto; grid-template-columns: auto minmax(170px, .8fr) minmax(160px, .7fr) minmax(190px, .9fr) auto auto; align-items: end; gap: 12px; }
.filter-toolbar h2 { margin: 0 8px 13px 0; color: var(--navy); font-size: 20px; white-space: nowrap; }
.filter-select { display: grid; gap: 5px; color: #405360; font-size: 14px; font-weight: 900; }
.filter-select select { width: 100%; min-height: 52px; padding: 10px 42px 10px 14px; border: 2px solid #b9c7cf; border-radius: 13px; background: #fff; color: var(--ink); font-size: 17px; font-weight: 750; }
.filter-extras { display: flex; gap: 8px; }
.filter-date input { display: block; width: 100%; min-height: 48px; margin-top: 6px; padding: 10px 12px; border: 2px solid #c7d5dc; border-radius: 12px; background: #fff; color: var(--navy); font-weight: 750; }
.filter-date input:focus { border-color: var(--blue); outline: 3px solid rgba(22,119,184,.18); }
.filter-chip { display: inline-flex; min-height: 42px; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; align-items: center; gap: 7px; background: #fff; color: var(--ink); white-space: nowrap; font-size: 13px; font-weight: 850; }
.filter-chip.is-active { border-color: var(--navy); background: var(--navy); color: #fff; }
.filter-reset { min-height: 50px; padding: 9px 14px; border: 2px solid transparent; border-radius: 12px; background: transparent; color: var(--blue); white-space: nowrap; font-size: 15px; font-weight: 850; text-decoration: underline; }
.sport-icon { display: inline-grid; width: var(--icon-size); height: var(--icon-size); border-radius: 50%; place-items: center; background: var(--blue-soft); color: var(--blue); font-size: calc(var(--icon-size) * .34); font-weight: 950; line-height: 1; }
.filter-chip.is-active .sport-icon { background: rgba(255,255,255,.18); color: #fff; }
.public-install-dialog { width: min(92vw, 520px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 24px 80px rgba(11,38,61,.35); }
.public-install-dialog::backdrop { background: rgba(11,38,61,.68); }
.public-install-content { padding: clamp(24px, 5vw, 38px); }
.public-install-content h2 { margin-top: 0; }
.public-install-content p { line-height: 1.65; }
.public-share-trigger { position: fixed; z-index: 850; right: 22px; bottom: 22px; min-height: 56px; padding: 12px 22px; border: 3px solid #fff; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: 17px; font-weight: 950; box-shadow: 0 10px 28px rgba(11,38,61,.3); cursor: pointer; }
.public-share-trigger:hover, .public-share-trigger:focus-visible { background: #ffdc65; transform: translateY(-2px); }
.public-share-dialog { width: min(92vw, 620px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 24px 80px rgba(11,38,61,.35); }
.public-share-dialog::backdrop { background: rgba(11,38,61,.7); }
.public-share-content { padding: clamp(24px, 5vw, 38px); }
.public-share-content h2 { margin: 0 0 10px; font-size: 30px; }
.public-share-content > p { color: #405360; line-height: 1.65; }
.public-share-options { display: grid; margin: 22px 0 12px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.share-option { display: flex; min-height: 56px; padding: 12px 14px; border: 2px solid #b9c7cf; border-radius: 13px; align-items: center; justify-content: center; background: #fff; color: var(--navy); font: inherit; font-size: 17px; font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; }
.share-option:hover, .share-option:focus-visible { border-color: var(--navy); background: var(--blue-soft); }
.share-copy-status { min-height: 28px; margin: 0 0 10px; font-weight: 800; }
.marker-wrap { background: transparent; border: 0; }
.map-marker { position: relative; display: grid; width: 46px; height: 46px; border: 4px solid #fff; border-radius: 50% 50% 50% 10px; place-items: center; background: var(--blue); color: #fff; box-shadow: 0 5px 18px rgba(11,38,61,.35); transform: rotate(-45deg); }
.map-marker > span { transform: rotate(45deg); }
.map-marker.is-live { background: var(--green); animation: marker-pulse 1.8s infinite; }
.map-marker.is-today::after { position: absolute; top: -8px; right: -8px; display: grid; width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; place-items: center; background: var(--yellow); color: var(--navy); content: "T"; font-size: 10px; font-weight: 950; transform: rotate(45deg); }
@keyframes marker-pulse { 50% { box-shadow: 0 0 0 14px rgba(32,165,107,0), 0 5px 18px rgba(11,38,61,.35); } 0%,100% { box-shadow: 0 0 0 0 rgba(32,165,107,.36), 0 5px 18px rgba(11,38,61,.35); } }
.leaflet-popup-content-wrapper { border-radius: 18px; }
.popup-card { display: grid; min-width: 210px; gap: 7px; }
.popup-card strong { font-size: 17px; }
.popup-card a { padding: 10px 12px; border-radius: 11px; background: var(--navy); color: #fff; text-align: center; text-decoration: none; font-weight: 800; }
.content-wrap { width: min(920px, calc(100% - 28px)); margin: 28px auto 70px; }
.page-intro { margin-bottom: 22px; }
.page-intro h1 { margin: 0 0 8px; font-size: clamp(32px, 6vw, 56px); }
.page-intro p { color: var(--muted); font-size: 18px; }
.panel { padding: clamp(20px, 4vw, 34px); border: 1px solid var(--line); border-radius: 26px; background: var(--surface); box-shadow: 0 12px 34px rgba(11,38,61,.08); }
.form-stack { display: grid; gap: 18px; }
.form-section { display: grid; padding-bottom: 24px; border-bottom: 1px solid var(--line); gap: 16px; }
.form-section:last-of-type { padding-bottom: 0; border-bottom: 0; }
.form-section h2 { margin: 0; }
.form-section > p { margin: -8px 0 0; color: var(--muted); line-height: 1.5; }
.picker-search { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 10px; }
.field-help { margin: -6px 0 0; color: var(--muted); font-size: 14px; }
.optional-label { color: var(--muted); font-size: 12px; font-weight: 650; }
.form-stack fieldset { display: grid; margin: 0; padding: 0; border: 0; gap: 12px; }
.form-stack legend, .form-stack label { display: grid; gap: 7px; font-weight: 800; }
.form-stack input, .form-stack select, .form-stack textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 2px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); }
.form-stack textarea { min-height: 100px; resize: vertical; }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.option-card { display: flex !important; min-height: 58px; padding: 12px; border: 2px solid var(--line); border-radius: 15px; align-items: center; gap: 10px; }
.option-card input { width: 22px; min-height: 22px; }
.button.secondary { border: 2px solid var(--navy); background: #fff; color: var(--navy); box-shadow: none; }
.button.green { background: var(--green); }
.button.yellow { background: var(--yellow); color: var(--navy); }
.button.danger { background: #b63d4a; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button-row > * { flex: 1 1 210px; }
.spot-hero { display: grid; gap: 22px; grid-template-columns: 160px 1fr; align-items: center; }
.spot-hero .sport-icon { --icon-size: 140px !important; }
.spot-hero h1 { margin: 5px 0 8px; font-size: clamp(30px, 5vw, 50px); }
.status-line { display: inline-flex; padding: 9px 12px; border-radius: 12px; background: var(--green-soft); color: #087648; font-weight: 900; }
.facts { display: grid; margin: 24px 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.facts div { padding: 15px; border-radius: 15px; background: #f3f7f9; }
.facts dt { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.facts dd { margin: 5px 0 0; font-weight: 800; }
.meeting-card { display: grid; margin-top: 14px; padding: 18px; border: 2px solid #c9eadc; border-radius: 18px; gap: 9px; background: var(--green-soft); }
.chat { display: grid; max-height: 420px; overflow-y: auto; gap: 9px; }
.chat-message { padding: 12px 14px; border-radius: 15px; background: #edf3f6; }
.chat-message.mine { margin-left: 12%; background: var(--blue-soft); }
.chat-message small { display: block; color: var(--muted); }
.notice { padding: 14px 16px; border-radius: 14px; background: #fff6d7; }
.error { background: #ffe7e9; color: #8a2230; }
.public-footer { display: flex; padding: 26px max(150px, clamp(14px,4vw,44px)) 26px clamp(14px,4vw,44px); align-items: center; justify-content: space-between; gap: 18px; background: var(--navy); color: #fff; }
.public-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.public-footer a { color: #fff; }
[hidden] { display: none !important; }
@media (max-width: 820px) {
  .public-header nav a:not(.nav-add) { display: none; }
  .install-wide { display: none; }
  .install-short { display: inline; }
  .hero { grid-template-columns: 1fr; }
  .hero-map { min-height: 56svh; order: -1; }
  .hero-copy { border-radius: 25px; }
  .filter-dock { top: 70px; }
  .map-panel { min-height: calc(100svh - 218px); }
}
@media (max-width: 560px) {
  .public-header { min-height: 64px; }
  .brand { gap: 7px; font-size: 16px; }
  .brand img { width: 38px; height: 38px; }
  .public-header .nav-add { padding: 11px 12px; font-size: 13px; }
  .nav-install { padding-inline: 9px; font-size: 13px; }
  .hero { width: min(100% - 18px, 1240px); margin-top: 10px; gap: 10px; }
  .hero-map { min-height: 48svh; border-radius: 22px; }
  .hero-copy { padding: 24px 18px; }
  .hero h1 { font-size: 40px; }
  .privacy-promise { gap: 5px; }
  .privacy-promise span { font-size: 10px; }
  .filter-dock { top: 64px; padding-inline: 8px; }
  .filter-row { grid-template-columns: 1fr; gap: 5px; }
  .filter-chip { min-height: 44px; }
  .map-panel { min-height: calc(100svh - 208px); }
  .search-bar { top: 10px; grid-template-columns: 1fr 1fr; }
  .search-bar input { grid-column: 1 / -1; }
  .search-bar button { min-height: 44px; }
  .content-wrap { width: min(100% - 18px, 920px); margin-top: 18px; }
  .panel { padding: 18px; border-radius: 20px; }
  .spot-hero { grid-template-columns: 1fr; text-align: center; }
  .spot-hero .sport-icon { margin: auto; --icon-size: 100px !important; }
  .facts { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: 1fr; }
  .picker-search { grid-template-columns: 1fr; }
  .public-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 360px) {
  .brand span { display: none; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; } }

/* HB_SENIOR_READABILITY: gut lesbare Standarddarstellung fuer Menschen ab 60 */
html { font-size: 18px; }
body { font-size: 1rem; line-height: 1.65; }
p, li, dd { line-height: 1.7; }
:focus-visible { outline: 3px solid #f2c94c !important; outline-offset: 3px; }
.public-header { min-height: 82px; }
.brand { font-size: 23px; }
.brand img { width: 48px; height: 48px; }
.public-header nav a, .nav-install { min-height: 52px; padding: 13px 16px; font-size: 17px; }
.filter-dock { top: 82px; padding-block: 13px; }
.filter-select { font-size: 15px; }
.filter-chip, .filter-reset { min-height: 50px; font-size: 16px; }
.filter-chip { padding: 9px 16px; border-width: 2px; }
.filter-reset { padding-inline: 14px; }
.privacy-promise span { padding: 9px 13px; font-size: 15px; letter-spacing: .02em; }
.hero-action, .button { min-height: 66px; font-size: 18px; }
.hero-action small { font-size: 16px; line-height: 1.4; opacity: 1; }
.hero-map-locate { min-height: 54px; font-size: 17px; }
.search-bar { padding: 10px; gap: 9px; }
.search-bar input, .search-bar button { min-height: 56px; font-size: 18px; }
.map-results-status { padding: 12px 16px; font-size: 16px; }
.map-marker.is-live { animation: none; }
.popup-card { min-width: 240px; gap: 10px; font-size: 17px; }
.popup-card strong { font-size: 20px; }
.popup-card a { min-height: 50px; padding: 12px 14px; }
.page-intro p, .form-section > p { color: #405360; font-size: 18px; }
.panel p, .panel li, .meeting-card, .facts dd, .status-line, .notice { font-size: 18px; }
.form-stack { gap: 22px; }
.form-stack legend, .form-stack label { font-size: 18px; }
.form-stack input, .form-stack select, .form-stack textarea { min-height: 58px; padding: 14px 16px; border-color: #aebdc6; font-size: 18px; }
.form-stack textarea { min-height: 130px; }
.option-card { min-height: 66px; }
.field-help, .optional-label { color: #405360; font-size: 16px; }
.facts dt { color: #405360; font-size: 15px; }
.chat-message { padding: 15px 17px; font-size: 18px; }
.chat-message small { color: #405360; font-size: 16px; }
.public-footer { min-height: 74px; font-size: 16px; }
.public-footer a { display: inline-flex; min-height: 44px; align-items: center; }

@media (max-width: 820px) {
  .filter-dock { top: 78px; }
  .hero-map { order: initial; }
  .filter-toolbar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .filter-toolbar h2 { grid-column: 1 / -1; margin: 0; }
  .filter-extras { align-self: stretch; }
  .filter-extras .filter-chip { flex: 1; justify-content: center; }
}
@media (max-width: 560px) {
  html { font-size: 18px; }
  .public-header { min-height: 74px; padding-inline: 10px; gap: 8px; }
  .brand { gap: 7px; font-size: 18px; }
  .brand img { width: 42px; height: 42px; }
  .public-header .nav-add, .nav-install { min-height: 50px; padding: 11px 10px; font-size: 15px; }
  .filter-dock { top: 74px; }
  .filter-chip, .filter-reset { min-height: 50px; font-size: 16px; }
  .privacy-promise span { font-size: 14px; }
  .page-intro h1 { font-size: 38px; line-height: 1.12; }
  .panel { padding: 22px 19px; }
  .public-footer { padding-right: 14px; padding-bottom: 96px; font-size: 16px; }
  .public-share-trigger { right: 14px; bottom: 14px; min-height: 54px; padding: 11px 19px; }
  .public-share-options { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .brand span { display: none; }
  .filter-toolbar { grid-template-columns: 1fr; }
  .filter-toolbar h2 { grid-column: auto; }
  .filter-extras { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-reset { width: 100%; }
}

/* HB_MAP_MOBILE_CLARITY: kompakte, klar getrennte Kartenfilter auf kleinen Bildschirmen */
@media (max-width: 560px) {
  .filter-dock { padding: 12px 14px 14px; }
  .filter-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 10px; }
  .filter-toolbar h2 { grid-column: 1 / -1; margin: 0 0 2px; font-size: 26px; line-height: 1.15; }
  .filter-select { gap: 4px; font-size: 16px; }
  .filter-select select { min-height: 54px; padding: 9px 34px 9px 12px; font-size: 16px; }
  .filter-extras { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .filter-chip { min-height: 48px; justify-content: center; padding: 8px 7px; font-size: 15px; text-align: center; }
  .filter-reset { grid-column: 1 / -1; width: auto; min-height: 40px; justify-self: center; padding: 5px 12px; font-size: 15px; }
  .search-bar { top: 58px; width: calc(100% - 24px); }
  .map-results-status { right: 12px; bottom: 88px; left: 12px; max-width: none; }
}

@media (max-width: 360px) {
  .filter-toolbar { grid-template-columns: 1fr; }
  .filter-select, .filter-extras, .filter-reset { grid-column: auto; }
  .filter-extras { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
