/* Sitezoeker: overlay + inline (/search/) — geladen via partial search-overlay.html */
.hs-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:5000;display:none;align-items:flex-start;justify-content:center;padding:6vh 1rem;font-family:'Outfit',system-ui,sans-serif}
.hs-overlay.open{display:flex}
.hs-panel{background:#fff;width:100%;max-width:720px;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.28);overflow:hidden;max-height:86vh;display:flex;flex-direction:column}
.hs-inputwrap{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;border-bottom:1px solid #e5e9ef}
.hs-inputwrap svg{flex:none;color:#556270}
.hs-input{flex:1;border:0;outline:0;font:inherit;font-size:1.1rem;padding:.2rem 0;background:transparent;color:#1A1A2E}
.hs-close{border:0;background:#f3f4f6;border-radius:6px;padding:.3rem .55rem;font:inherit;font-size:.75rem;color:#4b5563;cursor:pointer}
.hs-body{overflow:auto;padding:.4rem 0 .6rem}
.hs-group{padding:.5rem 1rem .2rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#8a8f98;font-weight:700}
.hs-item{display:block;padding:.55rem 1rem;text-decoration:none;color:#1A1A2E;border-left:3px solid transparent}
.hs-item:hover,.hs-item.active{background:#f3f7f4;border-left-color:#1B6B4A}
.hs-item .t{font-weight:600;font-size:.95rem;line-height:1.35}
.hs-item .t mark{background:#fbe3c8;color:inherit;padding:0 .05em;border-radius:2px}
.hs-item .m{font-size:.78rem;color:#556270;margin-top:.1rem}
.hs-item .x{font-size:.85rem;color:#4b5563;margin-top:.2rem;line-height:1.45}
.hs-item .x mark{background:#fbe3c8;color:inherit}
.hs-tag{display:inline-block;font-size:.66rem;padding:.05rem .4rem;border-radius:4px;background:#e8efea;color:#145236;margin-right:.4rem;vertical-align:middle;text-transform:uppercase;letter-spacing:.05em;font-weight:700}
.hs-empty{padding:1.2rem 1rem;color:#556270;font-size:.92rem;line-height:1.6}
.hs-empty a{color:#E8832A;text-decoration:underline}
.hs-foot{border-top:1px solid #e5e9ef;padding:.5rem 1rem;font-size:.72rem;color:#8a8f98;display:flex;gap:1rem;flex-wrap:wrap}
.hs-foot kbd{border:1px solid #d9dee5;border-radius:4px;padding:0 .3rem;font:inherit}
@media(max-width:600px){.hs-foot span:nth-child(n+3){display:none}}
/* inline modus (/search/) */
.hs-inline .hs-panel{box-shadow:none;border:1px solid #e5e9ef;max-height:none}
.hs-overlay.hs-inline{display:block;position:static;background:none;padding:0;z-index:auto}
