.hs-calendar{--ink:#293029;--muted:#687168;--paper:#fcfcf8;--line:#dfe4dc;--green:#68785b;--green-dark:#4d5d43;--calendar-weekday:#aeb99b;--calendar-cream:#f4f0df;font-family:inherit;color:var(--ink);max-width:1180px;margin:0 auto}.hs-calendar *{box-sizing:border-box}.hs-calendar button,.hs-calendar a{font:inherit}.hs-calendar__status,.hs-calendar__error,.hs-empty{padding:24px;border:1px solid var(--line);border-radius:12px;background:#fafbf8}.hs-topcards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.hs-topcard{background:#f7f7f2;border:1px solid var(--line);border-radius:14px;padding:15px;min-height:108px}.hs-topcard>span{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:9px}.hs-topcard button{border:0;background:transparent;padding:0;text-align:left;cursor:pointer;display:grid;grid-template-columns:28px 1fr;gap:2px 8px;color:inherit}.hs-topcard button .hs-icon{grid-row:1/3}.hs-topcard small{color:var(--muted)}.hs-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.hs-legend{display:flex;flex-wrap:wrap;gap:8px}.hs-filter,.hs-action{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:9px 13px;display:inline-flex;align-items:center;gap:7px;text-decoration:none;cursor:pointer;transition:.18s ease}.hs-filter:hover,.hs-filter:focus,.hs-action:hover,.hs-action:focus{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.hs-filter:not([data-filter=all]){background:color-mix(in srgb,var(--cat) 45%,white)}.hs-filter.is-active,.hs-action.is-active{outline:2px solid var(--green-dark);outline-offset:1px}.hs-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.hs-icon{width:20px;height:20px;display:inline-flex;flex:0 0 auto}.hs-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hs-month-nav{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;margin:8px 0 10px}.hs-month-nav h2{text-align:center;margin:0;text-transform:capitalize;font-size:1.6rem;color:var(--green-dark)}.hs-month-nav button{border:1px solid var(--green-dark);background:#fff;color:var(--green-dark);border-radius:50%;width:42px;height:42px;font-size:1.8rem;cursor:pointer}.hs-weekdays,.hs-grid{display:grid;grid-template-columns:repeat(7,1fr)}.hs-weekdays span{text-align:center;padding:10px 9px;font-weight:700;color:#111;background:var(--calendar-weekday);border-right:1px solid rgba(255,255,255,.45)}.hs-weekdays span:first-child{border-radius:10px 0 0 0}.hs-weekdays span:last-child{border-radius:0 10px 0 0;border-right:0}.hs-weekdays span:nth-child(6),.hs-weekdays span:nth-child(7){background:var(--green-dark);color:#111}.hs-grid{border-top:1px solid var(--line);border-left:1px solid var(--line)}.hs-day{min-height:145px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px;background:var(--calendar-cream)}.hs-day.is-other{background:#e5dcc3;color:#858b82}.hs-day.is-today{box-shadow:inset 0 0 0 2px var(--green)}.hs-daynum{font-weight:700;margin-bottom:6px}.hs-dayevents{display:flex;flex-direction:column;gap:5px}.hs-chip{width:100%;border:0;border-left:5px solid var(--cat);background:color-mix(in srgb,var(--cat) 34%,white);border-radius:7px;padding:6px;text-align:left;display:flex;align-items:center;gap:5px;cursor:pointer;font-size:.84rem;line-height:1.2}.hs-chip .hs-icon{width:16px;height:16px}.hs-chip.is-highlight,.hs-card.is-highlight{box-shadow:inset 0 0 0 2px #9b5f48}.hs-more{border:0;background:transparent;color:var(--green-dark);font-weight:700;cursor:pointer;text-align:left;padding:3px}.hs-list-heading h2{margin:10px 0 16px}.hs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hs-card{border:1px solid var(--line);border-top:6px solid var(--cat);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 6px 20px rgba(25,35,25,.07)}.hs-card img{width:100%;height:210px;object-fit:cover;display:block}.hs-card__body{padding:18px}.hs-card__category{display:flex;align-items:center;gap:7px;font-size:.84rem;font-weight:700;color:var(--muted);margin-bottom:7px}.hs-card h3{font-size:1.28rem;margin:0 0 9px}.hs-card__meta{line-height:1.55}.hs-details{display:inline-flex;border:0;background:var(--green-dark);color:#fff!important;border-radius:999px;padding:10px 15px;text-decoration:none;cursor:pointer;margin-top:4px}.hs-modal[hidden]{display:none}.hs-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}.hs-modal__backdrop{position:absolute;inset:0;background:rgba(20,25,20,.68)}.hs-modal__dialog{position:relative;background:#fff;border-radius:18px;width:min(760px,100%);max-height:90vh;overflow:auto;box-shadow:0 22px 70px rgba(0,0,0,.3)}.hs-modal__close{position:absolute;right:12px;top:12px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.93);font-size:1.8rem;cursor:pointer}.hs-modal__image{width:100%;max-height:340px;object-fit:cover;display:block}.hs-modal__body{padding:25px;border-top:7px solid var(--cat)}.hs-modal__body h2{margin:4px 0 10px}.hs-modal__meta{line-height:1.6}.hs-modal__description{margin:18px 0}.hs-modal-open{overflow:hidden}@media(max-width:900px){.hs-toolbar{flex-direction:column}.hs-actions{justify-content:flex-start}.hs-list{grid-template-columns:1fr}.hs-day{min-height:125px;padding:6px}.hs-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:700px){.hs-topcards{grid-template-columns:1fr}.hs-view-month,.hs-month-nav{display:none!important}.hs-toolbar{gap:12px}.hs-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.hs-filter{justify-content:flex-start;border-radius:10px}.hs-actions{width:100%}.hs-view-list{display:none}.hs-subscribe{width:100%;justify-content:center}.hs-card img{height:180px}.hs-modal{padding:10px}.hs-modal__dialog{max-height:94vh;border-radius:14px}.hs-modal__body{padding:20px}.hs-weekdays,.hs-grid{display:none}}@media(max-width:430px){.hs-legend{grid-template-columns:1fr}.hs-filter{padding:10px 12px}}

/* Feinabstimmung ab Version 1.1.0 */
.hs-legend{flex-wrap:nowrap}
.hs-filter{white-space:nowrap;padding-left:11px;padding-right:11px}
.hs-modal__image{display:block!important;width:100%!important;max-width:none!important;height:auto;margin:0!important;border:0!important;border-radius:0!important;aspect-ratio:16/7;object-fit:cover}
.hs-modal__body{width:100%}
.hs-calendar-transfer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:20px}
.hs-calendar-transfer small,.hs-subscribe-info small{color:var(--muted);line-height:1.5}
.hs-subscribe-options{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 12px}
.hs-secondary{display:inline-flex;align-items:center;border:1px solid var(--green-dark);background:#fff;color:var(--green-dark)!important;border-radius:999px;padding:10px 15px;text-decoration:none;cursor:pointer}
.hs-copy-status{min-height:1.4em;font-weight:700;color:var(--green-dark)}
@media(max-width:1080px){.hs-legend{flex-wrap:wrap}}
@media(max-width:700px){.hs-legend{display:grid}.hs-filter{white-space:normal}.hs-subscribe-options{flex-direction:column}.hs-subscribe-options>*{justify-content:center;width:100%}.hs-modal__image{aspect-ratio:16/9}}

/* Kalenderfarben und Ansichtslogik ab Version 1.2.0 */
.hs-month-nav button:hover,.hs-month-nav button:focus{background:color-mix(in srgb,var(--calendar-weekday) 35%,white);box-shadow:0 4px 12px rgba(0,0,0,.08)}

/* Korrekturen ab Version 1.2.1 */
.hs-day{background:var(--calendar-cream)}
.hs-day.is-other{background:#e5dcc3}


/* Einfache Kalenderübernahme ab Version 1.3.0 */
.hs-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}
.hs-provider{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;border:1px solid var(--line);background:#fff;color:var(--ink)!important;border-radius:14px;padding:14px;text-decoration:none;cursor:pointer;text-align:left;transition:.18s ease}
.hs-provider:hover,.hs-provider:focus{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.09);border-color:var(--green)}
.hs-provider__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--calendar-cream);font-weight:800;font-size:1.25rem;color:var(--green-dark)}
.hs-provider strong,.hs-provider small{display:block}.hs-provider small{margin-top:3px;color:var(--muted);line-height:1.35}
.hs-expert-options{margin-top:18px;border-top:1px solid var(--line);padding-top:15px}.hs-expert-options summary{cursor:pointer;font-weight:700;color:var(--green-dark)}
.hs-provider-note{font-size:.9rem;color:var(--muted);line-height:1.5;margin:14px 0 0}
@media(max-width:620px){.hs-provider-grid{grid-template-columns:1fr}.hs-provider{grid-template-columns:42px 1fr}.hs-provider-note:empty{display:none}}


/* Pop-up-Feinschliff ab Version 1.4.1 */
.hs-modal__image-wrap{border-bottom:5px solid var(--green-dark);background:var(--green-dark)}
.hs-modal__image-wrap .hs-modal__image{border:0!important}
.hs-modal__category{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;padding:7px 11px;border:1px solid #cbd2c5;border-radius:999px;background:#e7ebe3;color:#53604c;font-size:.86rem;font-weight:700}
.hs-modal__category .hs-icon{width:18px;height:18px}
.hs-modal__body h2{margin:0 0 14px;font-size:clamp(1.55rem,3vw,2rem);line-height:1.2;color:var(--ink)}
.hs-modal__meta{display:grid;gap:8px;line-height:1.45}
.hs-meta-row{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:9px}
.hs-meta-row .hs-icon{width:19px;height:19px;margin-top:1px;color:var(--green-dark)}
.hs-meta-row span{min-width:0}
