.filter-panel{background:#fff;width:100%;min-width:0}.filter-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.filter-panel-title{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.3;display:flex;align-items:center;gap:.5rem}.filter-panel-title svg{width:1.375rem;height:1.375rem;color:#2563eb;flex-shrink:0}.filter-reset-btn{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:.625rem .875rem;min-height:44px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;flex-shrink:0}.filter-reset-btn:hover{background:#dbeafe;border-color:#93c5fd}.filter-reset-btn svg{width:1rem;height:1rem}.filter-features{border:1px solid #e2e8f0;border-radius:.625rem;padding:1rem 1.125rem;margin-bottom:1.25rem;background:#f8fafc}.filter-features summary{font-size:1rem;font-weight:600;color:#334155;cursor:pointer;list-style:none}.filter-features summary::-webkit-details-marker{display:none}.filter-features-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.filter-checkbox-label{display:flex;align-items:center;gap:.625rem;font-size:1rem;color:#334155;padding:.75rem .5rem;border-radius:.5rem;cursor:pointer;min-height:48px}.filter-checkbox-label:hover{background:#fff}.filter-checkbox-label input{width:1.25rem;height:1.25rem;flex-shrink:0}#active-filters{margin-bottom:1rem}#active-filters .filter-tag{font-size:.875rem;padding:.5rem .75rem}.filter-sections{display:flex;flex-direction:column;gap:1rem}.filter-section{border:1px solid #e2e8f0;border-radius:.625rem;padding:1.125rem;background:#fff}.filter-section-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.filter-section-title svg{width:1.25rem;height:1.25rem;color:#2563eb;flex-shrink:0}.filter-fields{display:flex;flex-direction:column;gap:1rem}.filter-field label{display:block;font-size:.9375rem;font-weight:600;color:#475569;margin-bottom:.5rem}.filter-select{display:block;width:100%;min-height:52px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;line-height:1.4;color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:.5rem;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.filter-select:hover{border-color:#94a3b8}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.stadtteil-container--hidden{display:none}@media (min-width: 768px) and (max-width: 1023px){.filter-panel{padding:.25rem 0}.filter-panel-title{font-size:1.375rem}.filter-sections{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.filter-section--full{grid-column:1 / -1}}@media (min-width: 1024px){.filter-panel{padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0f172a0f}}.search-autocomplete{position:absolute;top:100%;left:0;right:0;z-index:60;background:#fff;border:1px solid #93c5fd;border-top:none;border-radius:0 0 .75rem .75rem;box-shadow:0 4px 6px -1px #0f172a0f,0 12px 28px -4px #2563eb26;max-height:min(420px,65vh);overflow:hidden;display:flex;flex-direction:column;animation:ac-slide-in .15s ease-out}@keyframes ac-slide-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.search-autocomplete.hidden{display:none}.search-autocomplete .ac-panel-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;background:linear-gradient(to bottom,#f8fafc,#fff);border-bottom:1px solid #e2e8f0;flex-shrink:0}.search-autocomplete .ac-panel-title{font-size:.8125rem;font-weight:600;color:#334155}.search-autocomplete .ac-panel-count{font-size:.75rem;font-weight:500;color:#64748b;background:#f1f5f9;padding:.2rem .5rem;border-radius:9999px;white-space:nowrap}.search-autocomplete .ac-panel-body{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:.5rem 0;flex:1}.search-autocomplete .ac-panel-footer{display:none;flex-shrink:0;gap:1rem;padding:.5rem 1rem;border-top:1px solid #f1f5f9;background:#fafbfc;font-size:.6875rem;color:#94a3b8}@media (min-width: 640px){.search-autocomplete .ac-panel-footer{display:flex;flex-wrap:wrap}}.search-autocomplete .ac-panel-footer kbd{display:inline-block;font-family:inherit;font-size:.625rem;font-weight:600;padding:.1rem .35rem;margin-right:.2rem;border:1px solid #e2e8f0;border-radius:.25rem;background:#fff;color:#64748b}.search-autocomplete .ac-group{padding:0 .5rem}.search-autocomplete .ac-group+.ac-group{margin-top:.375rem;padding-top:.375rem;border-top:1px solid #f1f5f9}.search-autocomplete .ac-category{padding:.25rem .5rem .375rem}.search-autocomplete .ac-category-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#f1f5f9;padding:.2rem .55rem;border-radius:9999px}.search-autocomplete .ac-category-icon{display:inline-flex;align-items:center;justify-content:center;width:.875rem;height:.875rem;flex-shrink:0;color:#64748b}.search-autocomplete .ac-category-icon svg{display:block;width:.875rem;height:.875rem}.search-autocomplete .ac-items{display:flex;flex-direction:column;gap:.125rem}.search-autocomplete .ac-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;cursor:pointer;border:1px solid transparent;background:#fff;text-align:left;min-height:52px;border-radius:.5rem;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease;font:inherit;color:inherit}.search-autocomplete .ac-item:hover,.search-autocomplete .ac-item.ac-active{background:#f8fafc;border-color:#e2e8f0;box-shadow:0 1px 3px #0f172a0a}.search-autocomplete .ac-item.ac-active{background:#eff6ff;border-color:#bfdbfe}.search-autocomplete .ac-item-icon{flex-shrink:0;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background:#eff6ff;color:#2563eb}.search-autocomplete .ac-group--combos .ac-item-icon{background:#f0fdfa;color:#0d9488}.search-autocomplete .ac-group--plz .ac-item-icon{background:#ecfdf5;color:#059669}.search-autocomplete .ac-group--cities .ac-item-icon{background:#eff6ff;color:#2563eb}.search-autocomplete .ac-group--districts .ac-item-icon{background:#f5f3ff;color:#7c3aed}.search-autocomplete .ac-group--therapy .ac-item-icon,.search-autocomplete .ac-group--specialty .ac-item-icon{background:#fff7ed;color:#ea580c}.search-autocomplete .ac-group--practices .ac-item-icon{background:#fdf2f8;color:#db2777}.search-autocomplete .ac-group--guide .ac-item-icon,.search-autocomplete .ac-group--popular .ac-item-icon{background:#f0fdf4;color:#16a34a}.search-autocomplete .ac-item-icon svg{display:block;width:1.125rem;height:1.125rem;flex-shrink:0}.search-autocomplete .ac-item-text{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.search-autocomplete .ac-label{font-size:.9375rem;color:#0f172a;font-weight:500;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-autocomplete .ac-sublabel{font-size:.8125rem;color:#64748b;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-autocomplete .ac-action-badge{flex-shrink:0;font-size:.6875rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.01em}.search-autocomplete .ac-action-badge--navigate{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.search-autocomplete .ac-action-badge--search{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.search-autocomplete .ac-item:hover .ac-action-badge--navigate,.search-autocomplete .ac-item.ac-active .ac-action-badge--navigate{background:#dbeafe}.search-input-wrap[data-astro-cid-wvxqv34s]{z-index:1}.search-input-wrap--open[data-astro-cid-wvxqv34s] #search-query[data-astro-cid-wvxqv34s]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1f}.quick-filter-section[data-astro-cid-wvxqv34s]{margin-top:.25rem}.quick-filter-label[data-astro-cid-wvxqv34s]{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.625rem}.quick-filter-chips[data-astro-cid-wvxqv34s]{display:flex;flex-wrap:wrap;gap:.5rem}.quick-chip[data-astro-cid-wvxqv34s]{font-size:.9rem;font-weight:500;padding:.625rem 1rem;min-height:48px;border-radius:.5rem;border:1px solid #cbd5e1;background:#fff;color:#334155;transition:border-color .15s ease,background-color .15s ease,color .15s ease;flex:1 1 calc(50% - .25rem);text-align:center;display:inline-flex;align-items:center;justify-content:center}@media (min-width: 640px){.quick-chip[data-astro-cid-wvxqv34s]{flex:0 1 auto;border-radius:9999px;min-width:0}}.quick-chip[data-astro-cid-wvxqv34s]:hover,.quick-chip[data-astro-cid-wvxqv34s].active{border-color:#93c5fd;background:#f8fafc;color:#1d4ed8}.empty-state[data-astro-cid-2ycjsuqk].hidden{display:none}.empty-state-inner[data-astro-cid-2ycjsuqk]{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #2563eb;border-radius:.75rem;padding:1.25rem 1.5rem}.empty-state-title[data-astro-cid-2ycjsuqk]{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-state-text[data-astro-cid-2ycjsuqk]{font-size:.875rem;color:#64748b;margin-bottom:1rem}.empty-state-tips[data-astro-cid-2ycjsuqk]{font-size:.875rem;color:#475569;margin-bottom:1rem;padding-left:1.25rem;list-style:disc;display:flex;flex-direction:column;gap:.35rem}.empty-state-nearby[data-astro-cid-2ycjsuqk]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.empty-state-nearby[data-astro-cid-2ycjsuqk]:empty{display:none}.empty-state-links[data-astro-cid-2ycjsuqk]{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.875rem;margin-bottom:1rem}.empty-state-link[data-astro-cid-2ycjsuqk]{color:#2563eb;font-weight:500;text-decoration:none}.empty-state-link[data-astro-cid-2ycjsuqk]:hover{text-decoration:underline}.empty-state-emergency[data-astro-cid-2ycjsuqk]{font-size:.75rem;color:#64748b;padding-top:1rem;border-top:1px solid #f1f5f9}.empty-state-emergency[data-astro-cid-2ycjsuqk] a[data-astro-cid-2ycjsuqk]{color:#1e40af;font-weight:600;text-decoration:underline}.search-layout{display:grid;gap:1rem;position:relative}.mobile-filter-trigger{position:relative;z-index:1;grid-column:1 / -1}.search-results-column{min-width:0;grid-column:1 / -1}@media (min-width: 768px) and (max-width: 1023px){.search-layout{grid-template-columns:1fr;gap:1.5rem}.filter-drawer{position:static;grid-column:1 / -1;grid-row:auto;max-height:none;overflow:visible;padding:0;border-radius:0;box-shadow:none;transform:none!important;pointer-events:auto}.search-results-column{grid-column:1 / -1}}@media (min-width: 1024px){.search-layout{grid-template-columns:minmax(320px,400px) 1fr;gap:1.75rem;align-items:start}.mobile-filter-trigger{display:none}.filter-drawer{grid-column:1;grid-row:1}.search-results-column{grid-column:2;grid-row:1}}.filter-drawer-backdrop{position:fixed;inset:0;background:#0f172a73;z-index:40}.filter-drawer{position:fixed;bottom:0;left:0;right:0;z-index:45;background:#fff;border-radius:1rem 1rem 0 0;padding:1.5rem 1.25rem max(1.5rem,env(safe-area-inset-bottom));max-height:92vh;overflow-y:auto;overscroll-behavior:contain;transition:transform .3s ease;box-shadow:0 -8px 32px #0f172a26}@media (min-width: 768px){.filter-drawer{position:static;z-index:1;box-shadow:none;border-radius:0;padding:0;max-height:none;overflow-y:visible;overscroll-behavior:auto;transform:none!important;pointer-events:auto}}@media (min-width: 1024px){.filter-drawer{position:sticky;top:5rem;max-height:calc(100vh - 6rem);overflow-y:auto}}.filter-drawer.translate-y-full{transform:translateY(100%);pointer-events:none}@media (min-width: 768px){.filter-drawer.translate-y-full{transform:none;pointer-events:auto}}.filter-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid #e2e8f0}.filter-drawer-header h2{font-size:1.125rem;font-weight:700;color:#0f172a}@media (min-width: 768px){.filter-drawer-header{display:none!important}}#apply-filter-drawer{min-height:52px;font-size:1rem;font-weight:600;border-radius:.625rem}.alphabet-button{display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background-color:#f8fafc;border-radius:.375rem;font-weight:500;color:#475569;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.alphabet-button:hover:not(.disabled){background-color:#f1f5f9;border-color:#cbd5e1}.alphabet-button.active{background-color:#2563eb;color:#fff;border-color:#1d4ed8}.alphabet-button.disabled{opacity:.35;cursor:not-allowed}.results-header{border-left:3px solid #2563eb}
