
/* Serverseitiger Veranstaltungskalender */
.server-calendar-wrap{max-width:1180px;margin:auto;overflow-x:auto;padding-bottom:10px}
.server-calendar{min-width:840px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-left:1px solid #ccd8cf;border-top:1px solid #ccd8cf;background:#fff;box-shadow:0 14px 36px rgba(32,61,46,.1)}
.calendar-head{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px;background:#203d2e;color:#fff;border-right:1px solid rgba(255,255,255,.15);font-weight:800}
.calendar-cell{min-height:145px;padding:10px;border-right:1px solid #ccd8cf;border-bottom:1px solid #ccd8cf;background:#fff}
.calendar-cell-empty{background:#f3f5f1}
.calendar-day-number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:8px;border-radius:50%;background:#edf3ed;font-weight:900}
.calendar-event-tile{display:block;margin:4px 0;padding:7px 8px;border-radius:8px;background:#dfe9df;color:#203d2e;text-decoration:none;font-size:.77rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}
.calendar-event-tile:hover{background:#315c45;color:#fff}
.calendar-toolbar{max-width:1180px;margin:0 auto 18px;display:grid;grid-template-columns:56px 1fr 56px;gap:14px;align-items:center}
.calendar-toolbar h3{text-align:center;margin:0}
.next-event-card{max-width:1040px;margin:auto;display:grid;grid-template-columns:120px minmax(0,1fr);gap:28px;padding:clamp(24px,4vw,42px);border-radius:28px;background:linear-gradient(135deg,#fff,#edf4ed);box-shadow:0 18px 50px rgba(32,61,46,.12)}
.next-event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;width:105px;height:115px;border-radius:22px;background:#315c45;color:#fff}
.next-event-date strong{font-size:3rem;line-height:1}
.event-list{display:grid;gap:28px;max-width:1050px;margin:auto}
.event-card{display:grid;grid-template-columns:90px 1fr;gap:28px;padding:28px;border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(32,61,46,.09)}
.event-date{width:78px;height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;background:#315c45;color:#fff}
.event-date strong{font-size:2rem;line-height:1}
.event-map{overflow:hidden;border-radius:18px;margin-top:20px}
.event-map iframe{display:block;width:100%;min-height:280px;border:0}
.event-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.honeypot{position:absolute!important;left:-9999px!important}
.form-status.success,.form-status.error{padding:14px 16px;border-radius:12px;margin-top:14px}
.form-status.success{background:#def1e3;color:#1d5f31}.form-status.error{background:#f8dddd;color:#842323}
@media(max-width:720px){.next-event-card,.event-card{grid-template-columns:1fr}.server-calendar{min-width:760px}}
