
.se-events-wrap{
  /* Übersicht: keine extra Außen-Einrückung – Theme/Container entscheidet */
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.se-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-weight:800;
  color:#fff;
  font-size:13px;
  line-height:1;
}


.se-badge-category{
  padding:8px 12px;
  font-size:14px;
  font-weight:800;
  color:#fff;
}

/* Status "Linse" unter dem Titel */
.se-status{
  --se-status-color: #2e7d32;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 10px; /* 5px oben/unten */
  border-radius:999px;
  border:1px solid var(--se-status-color);
  background:color-mix(in srgb, var(--se-status-color) 10%, transparent);
  color:var(--se-status-color);
  font-size:12px;
  line-height:1;
  font-weight:800;
  margin:8px 0 0;
}
.se-status-dot{ width:8px; height:8px; border-radius:999px; background:var(--se-status-color); display:inline-block; }
.se-status-buchbar{ --se-status-color:#2e7d32; }
.se-single .se-status{ margin:6px 0 18px; }
.se-status-abgesagt{ --se-status-color:#c62828; }
.se-status-verschoben{ --se-status-color:#ef6c00; }
.se-badge-buchbar{ background:#2e7d32; }
.se-badge-abgesagt{ background:#c62828; }
.se-badge-verschoben{ background:#ef6c00; }

.se-links{ margin-top:10px; display:flex; flex-direction:column; gap:10px; }
.se-link{ display:flex; align-items:center; gap:10px; text-decoration:none; color:#111; font-size:14px; }
.se-link:hover span{ text-decoration:underline; }
.se-ico{ width:18px; height:18px; flex:0 0 auto; }
.se-link-youtube .se-ico{ fill:#e53935; }
.se-link-facebook .se-ico{ fill:#1877f2; }
.se-link-instagram .se-ico{ fill:#e1306c; }
.se-link-linkedin .se-ico{ fill:#0a66c2; }
.se-link-xing .se-ico{ fill:#006567; }
.se-link-external .se-ico{ fill:#e53935; }
.se-cal{ font-size:13px; }
.se-cal-label{ color:#444; }
.se-cal-list{ display:flex; flex-direction:column; gap:10px; }
.se-cal-link{ color:#111; text-decoration:none; display:inline-flex; align-items:center; gap:10px; }
.se-cal-link:hover span{ text-decoration:underline; }

.se-icon-bubble{
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.08);
  flex:0 0 auto;
}

.se-ico-img{
  width:16px;
  height:16px;
  display:block;
}

.se-cal-icon{ width:18px; height:18px; flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; }
.se-cal-google .se-cal-icon{ color:#0f9d58; }
.se-cal-ical .se-cal-icon{ color:#1a73e8; }
.se-cal-outlook .se-cal-icon{ color:#0067b8; }

/* Single: Action columns (Videos / Kalender) */
.se-actions{ margin-top:18px; display:grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 900px){
  .se-actions{ grid-template-columns: 1fr; }
}
.se-actions-title{ margin-bottom:10px; }
.se-actions-videos .se-link{ font-size:15px; }

/* Kalender-Downloads (untereinander, mit Icons) */
.se-actions-calendar .se-cal{ margin-top:6px; }
.se-cal-list{ display:flex; flex-direction:column; gap:6px; }
.se-cal-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  text-decoration:none;
  color:#111;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
}
.se-cal-link:hover{ text-decoration:none; border-color:rgba(0,0,0,.18); }
.se-cal-icon{
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  background:rgba(0,0,0,.08);
}

.se-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.se-events-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:16px;
}
@media (max-width: 800px){
  .se-events-grid{ grid-template-columns: 1fr; }
}
.se-card{
  display:block;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background:#fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.se-card-img{ position:relative; aspect-ratio: 1 / 1; background:rgba(0,0,0,.03); }
.se-card-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.se-card-img-placeholder{ width:100%; height:100%; }
.se-card-body{ padding:12px 14px; }
.se-title{ font-size:16px; font-weight:800; }
.se-date{ font-size:13px; opacity:.8; margin-top:4px; }
.se-short{ margin-top:8px; font-size:14px; opacity:.9; }
.se-empty{ padding:14px; border:1px dashed rgba(0,0,0,.15); border-radius:14px; }

.se-back{ display:inline-flex; align-items:center; gap:8px; margin-bottom:10px; text-decoration:none; }

.se-back-icon{ width:14px; height:14px; display:inline-block; background-color:currentColor; -webkit-mask: var(--se-mask) no-repeat center/contain; mask: var(--se-mask) no-repeat center/contain; }
.se-h{ margin:0 0 6px; color:#2e7d32; font-weight:900; font-size:32px; line-height:1.15; }
@media (max-width: 900px){
  .se-h{ font-size:30px; }
}
@media (max-width: 600px){
  .se-h{ font-size:28px; }
}

.se-datetime{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:0;
  font-size:17px;
  line-height:1.25;
  margin-top:0;
}
.se-datetime-date{ font-weight:800; }
.se-datetime-time{ font-weight:400; opacity:.95; }
.se-datetime-sep{ margin:0 10px; opacity:.55; font-weight:700; }

.se-datetime-icon{ margin-right:8px; align-self:center; }
.se-location{
  margin-top:8px;
  display:flex;
  align-items:flex-start;
  font-size:14px;
}
.se-location-link{
  display:inline-flex;
  align-items:flex-start;
  gap:10px;
  text-decoration:none;
  color:#111;
}
.se-location-link:hover .se-location-text{ text-decoration:underline; }
.se-location-text{ font-weight:600; }

.se-location-lines{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.se-location-address{
  font-size:13px; /* wie Kalender-Downloads */
  color:#000;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:520px;
}
.se-location-address .se-addr-sep{ margin:0 6px; }

@media (max-width: 600px){
  .se-location-address{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    max-width:none;
  }
}
.se-desc-divider{
  height:1px;
  background: rgba(0,0,0,.10);
  /* Abstand oben/unten verdoppelt */
  margin:20px 0;
}
.se-single-content-inline{ margin-top:0; }
.se-meta{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-bottom:12px; }
.se-meta-item{ font-size:13px; opacity:.9; }
.se-content{ line-height:1.6; }
.se-section{ margin-top:18px; }
.se-section-title{ font-weight:800; margin-bottom:8px; }
.se-external{ display:inline-block; margin-top:6px; }


.se-yt{ border:1px solid rgba(0,0,0,.10); border-radius:16px; padding:12px 14px; }
.se-yt-btn{ padding:10px 12px; border-radius:12px; border:1px solid rgba(0,0,0,.15); background:#fff; cursor:pointer; }
.se-yt-frame{ margin-top:12px; }
.se-yt-frame iframe{ width:100%; aspect-ratio:16/9; border:0; border-radius:12px; }

.se-single-top{
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 20px;
  align-items: start;
  grid-template-areas: "left right" "left right2";
}
.se-single-top-left{ grid-area:left; }
.se-single-top-right{ grid-area:right; }
.se-single-top-tickets{ grid-area:right2; }
@media (max-width: 900px){
  /* Mobil: Bild zuerst (über Zurück-Link / Überschrift) */
  .se-single-top{ grid-template-columns: 1fr; grid-template-areas: "right" "left" "right2"; }
}
.se-single-top-left{min-width:0;}
.se-single-top-right{min-width:0;}

/* Tickets / Buchung */
.se-ticketbox{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:12px 14px;
  /* Außenbox: 4% schwarz = sehr helles grau */
  background:rgba(0,0,0,.04);
}
.se-ticketbox-title{ margin-bottom:10px; }
.se-ticketbox-note{ font-size:13px; opacity:.85; }
.se-ticket-list{ display:flex; flex-direction:column; gap:10px; }
.se-ticket{
  display:flex;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:10px 12px;
  /* Innenbox (Ticketzeile): weiß */
  background:#fff;
}
.se-ticket.is-planned{ opacity:.55; }
.se-ticket.is-planned .se-ticket-planned{ opacity:1; }

.se-ticket-planned{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(23,156,82,.22);
  background:rgba(23,156,82,.12);
  color:#111;
  font-size:12px;
  font-weight:700;
  text-align:center;
  white-space:nowrap;
}

.se-ticket-left{ min-width:0; }
.se-ticket-name{ font-weight:800; line-height:1.2; }
.se-ticket-meta{ font-size:12px; opacity:.85; margin-top:2px; }
.se-ticket-desc{ font-size:13px; margin-top:6px; opacity:.95; }
.se-ticket-end{ font-size:12px; margin-top:4px; opacity:.8; }
.se-ticket-right{ display:flex; flex-direction:column; align-items:flex-end; gap:8px; }
.se-ticket-price{ font-weight:800; }
.se-ticket-qty{ display:flex; align-items:center; gap:6px; }
.se-qty-btn{
  width:30px; height:30px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  font-weight:800;
  color:#111;
}
.se-qty-input{
  width:64px;
  text-align:center;
  border:1px solid rgba(0,0,0,.14);
  border-radius:10px;
  padding:6px 10px;
  color:#111;
  background:#fff;
  box-sizing:border-box;
}
.se-ticketbox .se-qty-input{ color:#111 !important; background:#fff !important; }


/* Number input spinner ausblenden (bessere Lesbarkeit, v.a. mobil) */
.se-qty-input::-webkit-outer-spin-button,
.se-qty-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.se-qty-input{ -moz-appearance:textfield; }

@media (max-width: 600px){
  .se-ticket-qty{ gap:6px; }
  .se-qty-btn{ width:22px; min-width:22px; height:34px; border-radius:12px; padding:0; }
  .se-qty-input{ width:64px; min-width:64px; flex:0 0 64px; padding:10px 8px; border-radius:12px; font-size:18px; color:#111 !important; background:#fff !important; }
}
.se-booking-fill{ margin-top:12px; }
.se-booking-head{ font-weight:800; margin-bottom:8px; }
.se-booking-sub{ margin-bottom:10px; }
.se-booking-title{ font-weight:800; }
.se-booking-note{ font-size:13px; opacity:.9; margin-top:2px; }
.se-participants{ display:flex; flex-direction:column; gap:10px; }
.se-participant{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:10px 12px;
}
.se-participant-head{ font-weight:800; margin-bottom:8px; }
.se-participant-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px 12px; }
.se-participant-field label{ font-weight:700; display:block; margin-bottom:6px; font-size:12px; opacity:.85; }
.se-participant-field input{ width:100%; border:1px solid rgba(0,0,0,.14); border-radius:12px; padding:8px 10px; }
.se-booking-actions{ margin-top:12px; }
.se-booking-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff;
  cursor:pointer;
  font-weight:800;
}
@media (max-width: 900px){
  .se-participant-grid{ grid-template-columns:1fr; }
}
.se-hero-img{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
}
.se-hero-img img{
  width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}
.se-single-content{ margin-top: 16px; }

.se-hero-img{ position:relative; }

/* Kategorie-Overlay (Badge oder Kategoriebild) */
.se-cat-overlay{ position:absolute; z-index:2; }
.se-cat-pos-tl{ top:12px !important; left:12px !important; right:auto !important; bottom:auto !important; }
.se-cat-pos-tr{ top:12px !important; right:12px !important; left:auto !important; bottom:auto !important; }
.se-cat-pos-bl{ bottom:12px !important; left:12px !important; top:auto !important; right:auto !important; }
.se-cat-pos-br{ bottom:12px !important; right:12px !important; top:auto !important; left:auto !important; }

.se-cat-image{
  border-radius:14px;
  overflow:hidden;
  /* Kein Rand/keine Linie – PNG-Transparenz bleibt frei */
  border:0;
  background:transparent;
}
.se-cat-image img{ width:100%; height:auto; display:block; }

.se-card-img{ position:relative; }

.se-cal-icon img{ width:16px; height:16px; display:block; }
.se-cal-yahoo .se-cal-icon{ color:#6001d2; }
/* Mitarbeiter (Frontend) */
.se-staff{ margin-top:18px; }
.se-staff-title{ margin:14px 0 10px; }
.se-staff-list{ display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:16px; }
@media (max-width: 900px){
  .se-staff-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px){
  .se-staff-list{ grid-template-columns: 1fr; }
}
.se-staff-item{ display:flex; gap:12px; align-items:flex-start; }
.se-staff-photo{ width:70px; height:70px; border-radius:999px; overflow:hidden; background:rgba(0,0,0,.06); border:1px solid rgba(0,0,0,.10); position:relative; flex:0 0 auto; cursor:default; }
.se-staff-photo[data-tooltip]{ cursor:pointer; }
.se-staff-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.se-staff-photo-placeholder{ width:100%; height:100%; display:block; }
.se-staff-meta{ min-width:0; }
.se-staff-name{ font-weight:800; line-height:1.2; }
.se-staff-role{ opacity:.85; margin-top:0; font-size:13px; }
.se-staff-contact{ margin-top:2px; display:flex; flex-direction:column; gap:1px; }
.se-staff-link{ color:#111; text-decoration:none; font-size:13px; }
.se-staff-link:hover{ text-decoration:underline; }

/* Tooltip: Desktop (floating) */
.se-tooltip-float{
  position:fixed;
  z-index:9999;
  background:#fff;
  color:#111;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  padding:10px 12px;
  font-size:12px;
  line-height:1.4;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  max-width:min(360px, calc(100vw - 24px));
  display:none;
}

/* Tooltip: Mobile (overlay) */
.se-staff-tooltip-overlay{
  position:fixed;
  inset:0;
  z-index:9000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.90); /* 90% schwarz abdunkeln */
}
.se-staff-tooltip-overlay.is-open{ display:flex; }

.se-staff-tooltip-card{
  width:min(620px, 100%);
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  overflow:hidden;
}

.se-staff-tooltip-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  background:rgba(0,0,0,.08); /* Kopfzeile 8% grau */
}

.se-staff-tooltip-title{
  font-weight:800;
  font-size:15px;
  line-height:1.2;
  color:#111;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.se-staff-tooltip-close{
  border:0;
  background:transparent;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  color:#111;
  padding:6px;
  flex:0 0 auto;
}

.se-staff-tooltip-body{
  padding:14px 14px 12px;
  max-height:calc(100vh - 140px);
  overflow:auto;
}

.se-staff-tooltip-text{ font-size:15px; line-height:1.55; color:#111; }

@media (max-width: 600px){
  .se-staff-tooltip-card{ width:100%; max-height:calc(100vh - 36px); }
  .se-staff-tooltip-title{ font-size:17px; }
  .se-staff-tooltip-text{ font-size:17px; }
}


body.se-modal-open{ overflow:hidden; }
