/* FullCalendar minimal CSS für Monatsansicht – FC 6.1.15 */

.fc {
  direction: ltr;
}

.fc table {
  width: 100%;
  border-collapse: collapse;
}

.fc .fc-scrollgrid {
  border: 1px solid #ddd;
}

.fc .fc-daygrid-day {
  border: 1px solid var(--border);
  vertical-align: top;
  background: #fff;
}

.fc .fc-daygrid-day-number {
  padding: 4px;
  font-size: 13px;
}

.fc .fc-day-today {
  background: #fffbe6;
}

.fc .fc-col-header-cell {
  background: #f3f3f3;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
}

.fc .fc-daygrid-day-frame {
  min-height: 80px;
  cursor: pointer;
}

.fc .fc-toolbar-title {
  font-size: 20px;
  font-weight: 600;
}

.fc .fc-button {
  background: #4e4e4e;
  border: 0;
  padding: 6px 12px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.fc .fc-button:hover {
  background: #6a6a6a;
}

.fc .fc-daygrid-event {
  display: none !important; /* Keine Eventtitel anzeigen, nur Busy Status */
}
/* =============================== */
/* TONSTUDIO LEIPZIG – FULL PRO STYLE FINAL */
/* Voll responsive • barrierefrei • mobil perfekt */
/* =============================== */

/* 1) Global Schriften */
.fgsc-wrap,
.fgsc-card,
.fgsc-toolbar input,
.fgsc-toolbar select,
.fgsc-toolbar button,
.fgsc-cta-btn,
.fgsc-note,
.fgsc-block-item,
.fgsc-help,
.fgsc-hinweis-green,
.fgsc-hinweis-important {
  font-family: var(--font-main);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--black);
}

.fgsc-card h1,
.fc-toolbar-title,
.fgsc-help summary,
.fgsc-block-title,
.fgsc-toolbar label,
.fgsc-legend strong {
  font-family: var(--font-headers);
  font-weight: 700;
}

/* 2) Wrapper und Card */
.fgsc-wrap { max-width: 1040px; margin: 0 auto 20px; padding: 0 24px; box-sizing: border-box; }
.fgsc-wrap *, .fgsc-card * { box-sizing: border-box; }
.fgsc-card { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 6px 26px rgba(0,0,0,.08); box-sizing: border-box; }
.fgsc-card h1 { margin: 0 0 8px; font-size: 26px; }
.fgsc-sub { color: #555560; font-size: 15px; margin-bottom: 14px; }

/* 3) Legende */
.fgsc-legend { display: flex; gap: 10px; margin: 10px 0; font-size: 15px; align-items: center; flex-wrap: wrap; }
.dot { width: 12px; height: 12px; border-radius: 50%; display:inline-block; }
.dot.ok { background:#2ecc71; }
.dot.partial { background:#f1c40f; }
.dot.busy { background:var(--brand); }

/* 4) Kalender Wrapper */
#fgsc-calendar { background: var(--white); border-radius:12px; padding:12px; border: 1px solid var(--border); margin-bottom: 20px; }

/* 5) Day cells */
.fc .fc-daygrid-day { background:#fff !important; color:var(--black) !important; font-size:15px; position:relative; }
.fc-daygrid-day-number { color:var(--black) !important; font-weight:600; }

/* 6) Statusfarben mit Icon */
.day-fit {
  background: rgba(46,204,113,.08) !important;
  outline:2px solid #2ecc71 !important;
  border-radius:6px;
  position:relative;
}
.day-fit::after {
  content:"✓";
  position:absolute;
  bottom:4px;
  right:6px;
  font-size:15px;
  font-weight:700;
  color:#2ecc71;
}

.day-partial {
  background: rgba(241,196,15,.08) !important;
  outline:2px solid #f1c40f !important;
  border-radius:6px;
  position:relative;
}
.day-partial::after {
  content:"•";
  position:absolute;
  bottom:4px;
  right:8px;
  font-size:18px;
  font-weight:700;
  color:#f1c40f;
}

.day-full {
  background: rgba(220,39,81,.08) !important;
  outline:2px solid var(--brand) !important;
  border-radius:6px;
  position:relative;
}
.day-full::after {
  content:"✕";
  position:absolute;
  bottom:4px;
  right:6px;
  font-size:16px;
  font-weight:700;
  color:var(--brand);
}

/* 7) Hover, Heute, Auswahl */
.fc-daygrid-day:hover { background: var(--gray-bg) !important; cursor: pointer; }
.fc .fc-day-today { background:#fff1f4 !important; border:1px solid var(--brand) !important; }
.fc-daygrid-day.fc-day-selected { background:#ffe3ea !important; border:2px solid var(--brand) !important; }

/* 8) FullCalendar Toolbar */
.fc-toolbar-title { color:var(--black); font-size:22px; }
.fc-button {
  background:var(--brand) !important;
  border:none !important;
  color:#fff !important;
  padding:6px 12px;
  border-radius:9999px !important;
  font-size:14px;
  font-family:var(--font-headers);
  font-weight:600;
}
.fc-button:hover { background:#c02247 !important; }

/* 9) Toolbar Grid – tt.mm.jjjj, Startzeit, Dauer, Jetzt prüfen */
.fgsc-toolbar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-bottom: 16px;
  align-items: end;
  /* CLS-Fix: feste Hoehe verhindert Layout-Shift beim Schrift-Laden */
  min-height: 96px;
  contain: layout;
}
.fgsc-toolbar > div {
  min-height: 80px;
}
/* Button-Spalte hat kein Label, deshalb kein min-height noetig */
.fgsc-toolbar > div:has(> #fgsc-check) {
  min-height: auto;
  align-self: end;
}
.fgsc-toolbar label {
  /* CLS-Fix: feste Hoehe und line-height fuer Labels */
  display: block;
  min-height: 22px;
  line-height: 1.4;
}

.fgsc-toolbar input,
.fgsc-toolbar select {
  width: 100%;
  height: 48px;
  min-height: 48px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--black);
  border-radius: 14px;
  padding: 0 14px;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: border-color .2s, box-shadow .2s;
}
.fgsc-toolbar input:hover,
.fgsc-toolbar select:hover {
  border-color: rgba(220, 39, 81, 0.3);
}

.fgsc-toolbar input:focus,
.fgsc-toolbar select:focus {
  outline: 3px solid rgba(220,39,81,.3);
  border-color:var(--brand);
}

/* Jetzt prüfen Button im Shopstil */
.fgsc-toolbar button {
  height: 48px;
  min-height: 48px;
  line-height: 48px;
  padding: 0 26px;
  background:var(--brand);
  color:#fff;
  border:none;
  border-radius:9999px;
  cursor:pointer;
  font-size:15px;
  font-family:var(--font-headers);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition: all .18s ease;
}
.fgsc-toolbar button:hover { background:var(--brand); color:#ffffffcc; transform: translateY(-1px); }
.fgsc-toolbar button:focus { outline: 3px solid rgba(220,39,81,.4); }

/* 10) Notes */
.fgsc-note { font-size:14px; margin: 6px 0 0; padding: 10px 12px; border-radius: 8px; line-height: 1.6; background:transparent;  }

/* 11) CTA Einzeilig */
.fgsc-cta { margin-top:20px; margin-bottom:20px; }

/* 12) CTA Grid drei Buttons */
.fgsc-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
}

/* Basis CTA Button */
.fgsc-cta-btn {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 26px;
  border-radius:9999px;
  font-family:var(--font-headers);
  font-weight:600;
  font-size:15px;
  text-decoration:none;
  transition: all .18s ease;
}

/* Online buchen */
.fgsc-cta-primary { background:var(--brand); color:#fff; }
.fgsc-cta-primary:hover { background:var(--brand); color:#ffffffcc; transform:translateY(-1px); }

/* Telefonische Buchung */
.fgsc-cta-phone { background:#f0f0f3; color:var(--black); }
.fgsc-cta-phone:hover { background:#e3e3e6; color:var(--black); transform:translateY(-1px); }

/* Erstgespräch */
.fgsc-cta-consult { background:var(--black); color:#fff; }
.fgsc-cta-consult:hover { background:#1d1d24; color:#ffffffcc; transform:translateY(-1px); }

/* 13) Freie Blöcke Liste */
.fgsc-block-title { margin-top:16px; margin-bottom:10px; font-weight:700; font-size: 15px; }
.fgsc-block-item {
  display:inline-block;
  margin:6px 8px 6px 0;
  padding:8px 12px;
  border-radius:8px;
  background:#f7f7f7;
  border:1px solid #e5e5e5;
  transition: all 0.2s ease;
  font-size: 14px;
}
.fgsc-block-item:hover {
  background: #2ecc71;
  color: #fff;
  border-color: #2ecc71;
  cursor: pointer;
  transform: translateY(-1px);
}
.fgsc-none { margin:12px 0; padding:12px; background: #f9f9f9; border-radius: 8px; color:#666; line-height: 1.6; }
.fgsc-ok { color:#2ecc71; font-weight:600; }
.fgsc-bad { color:var(--brand); font-weight:600; }

/* 14) Hinweise */
.fgsc-hinweis-important {
  margin-top:24px;
  margin-bottom:16px;
  padding:16px 20px;
  background:rgba(220,39,81,.07);
  border-left:4px solid var(--brand);
  border-radius:10px;
  font-size:15px;
  line-height:1.6;
  display:flex;
  align-items:flex-start;
}
.fgsc-hinweis-green {
  margin-top:20px;
  margin-bottom:16px;
  padding:16px 20px;
  background:rgba(46,204,113,.10);
  border-left:4px solid #2ecc71;
  border-radius:10px;
  font-size:15px;
  color:#1d7f4c;
  line-height:1.6;
  display:flex;
  align-items:flex-start;
}

/* 15) Hilfe Bereich */
.fgsc-help { margin-top:24px; margin-bottom:16px; padding:16px 20px; background:#ffffff; border-radius:10px; border:1px solid #e0e0e0; }
.fgsc-help summary { font-weight:600; font-size:15px; color:var(--black); cursor:pointer; padding:4px 0; list-style: none; }
.fgsc-help ol { margin:16px 0 6px 0; padding-left: 20px; }
.fgsc-help li { margin:10px 0; line-height:1.6; color:var(--black); }
.fgsc-help strong { color:var(--brand); }

/* 16) Loader */
.fgsc-loading { display:flex; align-items:center; justify-content:center; gap:10px; padding:20px; margin:12px 0; color:#6d6d6d; font-size:14px; }
.fgsc-spinner {
  width:18px; height:18px;
  border:3px solid #f3f3f3;
  border-top:3px solid var(--brand);
  border-radius:50%;
  animation: fgsc-spin 0.8s linear infinite;
}
@keyframes fgsc-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* 17) Mobile Fixes Date Input */
.fgsc-toolbar input[type="date"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative;
  z-index: 2;
  border: 1px solid var(--border) !important;
  background: var(--white) !important;
}
.fgsc-toolbar input[type="date"]:invalid {
  border-color:var(--brand) !important;
  background:#fff5f7 !important;
  color:var(--brand) !important;
}

/* Android Placeholder Workaround */
@media (max-width: 600px) {
  .fgsc-toolbar input[type="date"]::before {
    content: attr(placeholder);
    color: #999;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events:none;
  }
  .fgsc-toolbar input[type="date"]:focus::before,
  .fgsc-toolbar input[type="date"]:valid::before { content: ""; }
}

/* 18) Select Dauer Mobile Fix */
@media (max-width: 768px) {
  #fgsc-duration {
    height: 55px !important;
    min-height: 55px !important;
    line-height: 55px !important;
    font-size: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-indent: 12px !important;
    border: 1px solid var(--border) !important;
    border-radius: 10px !important;
    background-color: var(--white) !important;
    color: var(--black) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23282834' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 40px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
  }
  @supports (-webkit-touch-callout: none) {
    #fgsc-duration {
      height: 57px !important;
      min-height: 57px !important;
      line-height: 57px !important;
    }
  }
}

/* 19) Barrierefreiheit extras */
* { scroll-margin-top: 80px; }
.fgsc-cta-btn:focus,
.fgsc-toolbar input:focus,
.fgsc-toolbar select:focus,
.fgsc-toolbar button:focus {
  outline: 3px solid rgba(220,39,81,.4);
  outline-offset: 2px;
}

/* 20) Responsive Regeln */
@media (max-width: 900px) {
  .fgsc-toolbar { grid-template-columns: 1fr; }
  .fgsc-cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  #fgsc-calendar { padding: 14px !important; }
  .fc .fc-daygrid-day { min-height: 58px !important; font-size: 16px !important; }
  .fc-daygrid-day-number { font-size: 16px !important; }
  .fgsc-toolbar input,
  .fgsc-toolbar select,
  .fgsc-toolbar button {
    padding: 0 16px !important;
    font-size: 16px !important;
    min-height: 48px !important;
  }
}
@media (max-width: 480px) {
  .fgsc-card { padding: 16px; }
  .fgsc-cta-btn { font-size: 16px; padding: 14px 20px; }
}

.fgsc-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d72852;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  flex-shrink: 0;
  font-family: Arial, sans-serif;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.fgsc-info-icon::before {
  content: "i";
}

.fgsc-thanks {
  margin-top: 22px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  opacity: 0.9;
}

.fgsc-hint-small {
  font-size: 14px;
  color: #6d6d6d;
  margin: 6px 0 12px 0;
}

/* Wochentage im FullCalendar dauerhaft sichtbar erzwingen */
.fc .fc-col-header {
  height: 32px !important;
  min-height: 32px !important;
  background: #ffffff !important;
}

.fc .fc-col-header-cell {
  background: #ffffff !important;
  border: none !important;
}

.fc .fc-col-header-cell-cushion {
  color: var(--black) !important;
  font-size: 15px !important;
  font-family: var(--font-headers) !important;
  font-weight: 600 !important;
  padding: 4px 0 !important;
  display: block !important;
  overflow: visible !important;
  opacity: 1 !important;
}

/* FullCalendar Bug Fix: Header darf nicht abgeschnitten werden */
.fc .fc-scrollgrid-sync-table {
  overflow: visible !important;
}

.fc-day-header {
  display: block !important;
  visibility: visible !important;
  color: var(--black);
  font-weight: 600;
}

/* Header leicht grau 5 Prozent */
.fc .fc-col-header,
.fc .fc-scrollgrid thead,
.fc-theme-standard th.fc-col-header-cell {
  background-color: rgba(0, 0, 0, 0.01) !important;
  background-image: none !important;
}

/* Textkissen sichtbar lassen */
.fc .fc-col-header-cell-cushion {
  display: block !important;
  background: transparent !important;
}

.fc .fc-col-header-cell-cushion {
  color: #ffffff !important;
}

/* nur für meine alte Studioseite wichtig Handyanpassung LEgende */

@media (max-width: 768px) {
  .fgsc-legend {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .fgsc-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
}

/* Farbige Hervorhebung der Hinweis Sterne */

.fgsc-kleingedruckt {
  font-size: 14px;
  line-height: 1.6;
}

.fgsc-kleingedruckt .fgsc-star {
  color: var(--brand);
  font-weight: 600;
  margin-right: 4px;
}

/* ============================= */
/* WhatsApp Button – identisch zu CTA-Buttons */
/* ============================= */

.fgsc-cta-btn.fgsc-cta-whatsapp{
  background:#25D366;
  color:#fff;
  border-radius:9999px;
  min-height:48px;
  padding:14px 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
}

/* Hover / Focus */
.fgsc-cta-btn.fgsc-cta-whatsapp:hover{
  background:#1ebe5d;
  color:#ffffffcc;
  transform:translateY(-1px);
}
.fgsc-cta-btn.fgsc-cta-whatsapp:focus{
  outline:3px solid rgba(37, 211, 102, 0.4);
  outline-offset:2px;
}

/* Mobile: angenehm breit */
@media (max-width: 768px) {
  .fgsc-cta-btn.fgsc-cta-whatsapp{
    width:100%;
  }
}

/* Desktop: exakt gleiche Breite wie CTA-Grid Buttons */
@media (min-width: 769px) {
  .fgsc-cta-btn.fgsc-cta-whatsapp{
    width: calc((100% - 28px) / 3);
  }
}

/* === Site-Hintergrund auf der Belegungsplan-Seite weiss === */
body:has(.fgsc-wrap) { background: #ffffff !important; }
body:has(.fgsc-wrap) .site-content { background: #ffffff !important; }

/* === FAQ-Sektion unterhalb des Kalenders === */
.fgsc-faq-wrap { max-width: 1040px; margin: 80px auto 0; padding: 0 24px; font-family: var(--font-main); color: var(--black); }
.fgsc-faq-hero { text-align: left; margin: 0 0 28px; padding: 0 6px; }
.fgsc-faq-kicker { display: inline-block; font-family: var(--font-headers); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.fgsc-faq-title { font-family: var(--font-headers); font-weight: 800; font-size: clamp(24px, 3vw, 36px); line-height: 1.2; color: var(--black); margin: 0 0 14px; letter-spacing: -0.01em; }
.fgsc-faq-title span { color: var(--brand); }
.fgsc-faq-intro { font-size: 16px; line-height: 1.7; color: #4a4a4a; margin: 0; max-width: 760px; }

.fgsc-faq-list { display: flex; flex-direction: column; gap: 10px; }
.fgsc-faq-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 0; transition: border-color .2s, box-shadow .2s; overflow: hidden; }
.fgsc-faq-item:hover { border-color: #d4d4d8; }
.fgsc-faq-item[open] { border-color: rgba(220,39,81,.30); box-shadow: 0 4px 18px rgba(40,40,52,.06); }

.fgsc-faq-item summary { list-style: none; cursor: pointer; padding: 18px 56px 18px 22px; font-family: var(--font-headers); font-weight: 600; font-size: 16px; line-height: 1.45; color: var(--black); position: relative; user-select: none; transition: color .2s; }
.fgsc-faq-item summary::-webkit-details-marker { display: none; }
.fgsc-faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; line-height: 24px; text-align: center; border-radius: 50%; background: rgba(220,39,81,.10); color: var(--brand); font-size: 18px; font-weight: 700; transition: transform .25s, background .2s; }
.fgsc-faq-item[open] summary::after { content: "\2212"; transform: translateY(-50%) rotate(180deg); background: var(--brand); color: #fff; }
.fgsc-faq-item summary:hover { color: var(--brand); }
.fgsc-faq-item summary:focus-visible { outline: 3px solid rgba(220,39,81,.4); outline-offset: 2px; }

.fgsc-faq-answer { padding: 0 22px 20px; font-size: 15px; line-height: 1.75; color: #3a3a44; }
.fgsc-faq-answer p { margin: 0 0 12px; }
.fgsc-faq-answer p:last-child { margin: 0; }
.fgsc-faq-answer strong { color: var(--black); font-weight: 700; }
.fgsc-faq-note { margin-top: 14px; padding: 14px 18px; background: rgba(46,204,113,.08); border-left: 3px solid #2ecc71; border-radius: 8px; font-size: 14px; line-height: 1.6; color: #1d7f4c; }

@media (max-width: 640px) {
  .fgsc-faq-wrap { padding: 0 14px; margin-bottom: 30px; }
  .fgsc-faq-item summary { padding: 16px 50px 16px 18px; font-size: 15px; }
  .fgsc-faq-answer { padding: 0 18px 16px; font-size: 14px; }
  .fgsc-faq-item summary::after { right: 16px; width: 24px; height: 24px; line-height: 22px; }
}

/* === Padding oben und unten wie andere Seiten === */
/* bp-page Custom-Regel entfernt - greift jetzt Site-Standard */

@media (max-width: 620px) {
  /* bp-page Custom-Regel entfernt - greift jetzt Site-Standard */
}

/* === FullCalendar Prev/Next Buttons mit Inline-SVG === */
.fc .fc-prev-button,
.fc .fc-next-button {
  position: relative;
  font-size: 0 !important;
  min-width: 36px;
  min-height: 36px;
  padding: 8px 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fc .fc-prev-button::before,
.fc .fc-next-button::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Pfeil links */
.fc .fc-prev-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

/* Pfeil rechts */
.fc .fc-next-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* aria-label oder fc-icon span ausblenden falls vorhanden */
.fc .fc-prev-button .fc-icon,
.fc .fc-next-button .fc-icon {
  display: none !important;
}

/* ============================================
   Mobile-Final-Patch (Profi-Hardening)
   ============================================ */

/* 1) Form-Inputs IMMER 16px erzwingen (iOS-Zoom-Praevention) */
.fgsc-toolbar input,
.fgsc-toolbar select,
.fgsc-toolbar input[type="date"] {
  font-size: 16px !important;
}

/* 2) Tap-Highlight in Brand-Rot statt Default-Blau (iOS) */
.fgsc-toolbar button,
.fgsc-toolbar input,
.fgsc-toolbar select,
.fgsc-cta-row a,
.fgsc-faq-item summary,
.fc-button {
  -webkit-tap-highlight-color: rgba(220, 39, 81, 0.2);
}

/* 3) overflow-x:hidden entfernt - verursachte Pixel-Verschiebung wegen Scrollbar-Differenz zwischen Seiten */

/* 4) FullCalendar Pfeil-Buttons mind. 44x44px (Apple HIG) */
.fc .fc-prev-button,
.fc .fc-next-button,
.fc .fc-today-button {
  min-width: 44px;
  min-height: 44px;
}

/* 5) FAQ-Summary auf Mobile dicker und besser antippbar */
@media (max-width: 480px) {
  .fgsc-faq-item summary {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding-right: 56px;
  }
}

/* ============================================
   Hero-Bereich Belegungsplan
   1:1 Site-Standard (tslk-hero / kontakt.php)
   ============================================ */
.bp-hero {
  padding: 8px 0 32px;
  text-align: left;
}

.bp-hero-kicker {
  display: inline-block;
  font-family: var(--font-sub);
  font-size: 15px;
  color: var(--brand);
  margin: 0 0 16px;
  line-height: 1.2;
}

.bp-hero-title {
  font-family: var(--font-headers);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0 0 22px;
}

.bp-hero-title span {
  color: var(--brand);
}

.bp-hero-lead {
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.85;
  color: var(--black);
  margin: 0 0 22px;
  max-width: 760px;
}

.bp-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(220, 39, 81, 0.12);
  color: #B11E3F;
  border-radius: 999px;
  border: 1px solid rgba(220, 39, 81, 0.25);
  font-family: var(--font-headers);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.bp-hero-pill svg {
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .bp-hero {
    padding: 4px 0 24px;
  }
  .bp-hero-kicker {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .bp-hero-lead {
    font-size: 16px;
    line-height: 1.7;
  }
  .bp-hero-pill {
    font-size: 12px;
    padding: 7px 14px;
  }
}



/* Kontrast-Fix: FullCalendar Wochentage (Mo/Di/Mi...) auf Profi-Niveau */
.fc .fc-col-header-cell-cushion,
.fc .fc-col-header-cell {
  color: var(--black) !important;
  font-weight: 700;
}

/* ============================================
   Mobile-Optimierung: kompakter & schneller scrollbar
   ============================================ */
@media (max-width: 768px) {
  /* F) Card-Padding kompakter */
  .fgsc-card {
    padding: 14px !important;
  }

  /* C) Kalender-Frame deutlich niedriger */
  .fc .fc-daygrid-day { min-height: 44px !important; }
  .fc .fc-daygrid-day-frame { min-height: 38px !important; }

  /* A) Out-of-range Tage (vor-/nachfolgender Monat) sehr kompakt */
  .fc .fc-day-other { min-height: 28px !important; }
  .fc .fc-day-other .fc-daygrid-day-frame { min-height: 24px !important; }
  .fc .fc-day-other .fc-daygrid-day-number {
    font-size: 12px !important;
    opacity: 0.45;
  }

  /* B) Past Tage etwas kompakter (mit X) */
  .fc .fc-day-past .fc-daygrid-day-frame { min-height: 36px !important; }

  /* G) Margins zwischen Bloecken kuerzer */
  .fgsc-toolbar { margin-top: 10px !important; margin-bottom: 10px !important; }
  .fgsc-cta-grid { margin-top: 10px !important; margin-bottom: 10px !important; }
  .fgsc-hinweis-important {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 12px 14px !important;
    font-size: 13.5px !important;
  }
  .fgsc-help { margin-top: 8px !important; }

  /* FAQ-Sektion oben weniger Margin */
  .ffaq-section-content { padding: 36px 0 !important; }
}

@media (max-width: 480px) {
  /* Out-of-range noch kleiner */
  .fc .fc-day-other { min-height: 24px !important; }
  .fc .fc-day-other .fc-daygrid-day-frame { min-height: 20px !important; }
  .fc .fc-day-other .fc-daygrid-day-number {
    font-size: 11px !important;
  }
}

/* ============================================
   Aufklappbarer Hilfe-Block - bessere UX
   (Plus-Icon dreht zu X, Hover-Effekt, Touch 44px)
   ============================================ */
.fgsc-help summary {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px !important;
  margin: -10px -16px;
  border-radius: 10px;
  cursor: pointer;
  transition: color .2s, background .2s;
  user-select: none;
  -webkit-tap-highlight-color: rgba(220, 39, 81, 0.15);
}
.fgsc-help summary::-webkit-details-marker { display: none; }
.fgsc-help summary::marker { content: ''; }

.fgsc-help-summary-text {
  flex: 1;
}

.fgsc-help-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--brand);
  transition: transform .25s ease;
}

.fgsc-help[open] .fgsc-help-icon {
  transform: rotate(45deg);
}

.fgsc-help summary:hover {
  background: rgba(220, 39, 81, 0.05);
  color: var(--brand);
}

.fgsc-help summary:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

@media (max-width: 480px) {
  .fgsc-help summary {
    padding: 12px 14px !important;
    margin: -10px -14px;
  }
}

/* ============================================
   Help-Sektion Redesign: Schritt-Cards + Sektionen
   ============================================ */
.fgsc-help-body {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.fgsc-help-section {
  border-top: 1px solid var(--border);
  padding-top: 18px;
}
.fgsc-help-section:first-child {
  border-top: none;
  padding-top: 0;
}

.fgsc-help-section-label {
  font-family: var(--font-sub);
  font-size: 16px;
  color: var(--brand);
  margin-bottom: 14px;
  line-height: 1.2;
}

/* Schritt-Cards */
.fgsc-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fgsc-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  background: var(--gray-bg, #f8f8f8);
  border-radius: 10px;
  transition: background .2s;
}
.fgsc-step:hover {
  background: rgba(220, 39, 81, 0.05);
}
.fgsc-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fgsc-step-text {
  flex: 1;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--black);
}
.fgsc-step-text strong {
  color: var(--brand);
  font-weight: 700;
}

/* Mobile: Step-Cards kompakter */
@media (max-width: 480px) {
  .fgsc-help-body { gap: 22px; }
  .fgsc-help-section { padding-top: 14px; }
  .fgsc-help-section-label { font-size: 15px; margin-bottom: 10px; }
  .fgsc-step {
    padding: 10px 12px;
    gap: 12px;
  }
  .fgsc-step-num {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  .fgsc-step-text {
    font-size: 13.5px;
    line-height: 1.5;
  }
}

/* Help-Block Polish: mehr Atemluft + Legende lesbarer */
.fgsc-help[open] summary {
  margin-bottom: 8px;
}
.fgsc-help-body {
  margin-top: 24px !important;
  padding-top: 6px;
}
.fgsc-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
}
.fgsc-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fgsc-legend-item .dot {
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .fgsc-legend {
    gap: 12px 18px;
  }
}

/* Summary deutlich als klickbar erkennbar machen */
.fgsc-help summary {
  background: #f8f8f8 !important;
  border: 1px solid var(--border) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  margin: 0 !important;
  font-size: 16px !important;
  transition: all .2s ease !important;
}
.fgsc-help summary:hover {
  background: rgba(220, 39, 81, 0.06) !important;
  border-color: rgba(220, 39, 81, 0.3) !important;
}
.fgsc-help[open] summary {
  background: rgba(220, 39, 81, 0.06) !important;
  border-color: rgba(220, 39, 81, 0.3) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Plus-Icon groesser und dicker */
.fgsc-help-icon {
  width: 26px !important;
  height: 26px !important;
  stroke-width: 3 !important;
  background: var(--brand);
  color: #fff !important;
  border-radius: 50%;
  padding: 4px;
}
.fgsc-help[open] .fgsc-help-icon {
  background: var(--brand);
}

/* Help-Card insgesamt etwas mehr Profil */
.fgsc-help {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}
.fgsc-help[open] {
  border: 1px solid rgba(220, 39, 81, 0.3) !important;
  border-radius: 12px !important;
  padding: 0 !important;
  background: #fff !important;
}
.fgsc-help[open] .fgsc-help-body {
  padding: 0 18px 18px !important;
  margin-top: 16px !important;
}

/* Info-Pill: deutlich sichtbares Label statt kleinem Icon */
.fgsc-info-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.2px;
  padding: 5px 12px;
  border-radius: 999px;
  margin-right: 4px;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(220, 39, 81, 0.25);
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .fgsc-info-pill {
    font-size: 10px;
    padding: 4px 10px;
    letter-spacing: 1px;
  }
}

/* Trust-Bullets im Hero - 2 wichtige Garantien mit Haken */
.bp-trust-bullets {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-headers);
  font-weight: 600;
  font-size: 13.5px;
  color: #333;
  line-height: 1.4;
}
.bp-trust-check {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--brand);
}
@media (max-width: 480px) {
  .bp-trust-bullets {
    margin-top: 14px;
    gap: 6px;
  }
  .bp-trust-item {
    font-size: 13.5px;
    gap: 8px;
  }
  .bp-trust-check {
    width: 14px;
    height: 14px;
  }
}

/* ============================================
   FINALE MOBILE-OPTIMIERUNG (768px und kleiner)
   - Toolbar 2x2 Grid statt 1 Spalte
   - Felder kompakter (44px statt 48px)
   - Card Padding kleiner
   - Hero kompakter
   ============================================ */
@media (max-width: 768px) {
  /* Toolbar: 2 Spalten statt auto-fit */
  .fgsc-toolbar {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 14px !important;
    margin-bottom: 12px !important;
    min-height: auto !important;
  }
  .fgsc-toolbar > div {
    min-height: auto !important;
  }

  /* Felder kompakter */
  .fgsc-toolbar input,
  .fgsc-toolbar select,
  .fgsc-toolbar button {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
  }

  /* Labels enger */
  .fgsc-toolbar label {
    font-size: 13px !important;
    margin-bottom: 4px !important;
    min-height: auto !important;
  }

  /* Card-Padding etwas kleiner */
  .fgsc-card {
    padding: 12px !important;
  }
}

/* Sehr kleine Geraete (480px und kleiner) */
@media (max-width: 480px) {
  /* Felder noch kompakter */
  .fgsc-toolbar input,
  .fgsc-toolbar select,
  .fgsc-toolbar button {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 14.5px !important;
    padding: 0 10px !important;
  }

  .fgsc-toolbar {
    gap: 10px !important;
  }
}

/* ============================================
   SITE-STANDARD — einheitliche Container-Margins
   wie auf der Preisseite (preise.css):
   - <640px:  padding 0 16px
   - <380px:  padding 0 12px
   ============================================ */
@media (max-width: 640px) {
  .fgsc-wrap,
  .fgsc-faq-wrap {
    padding: 0 16px !important;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    padding: 0 !important;
  }
}



/* FAQ-Section hat eigenen ffaq-inner (kommt aus faq.css mit 1040/24px)
   → auf Mobile gleichen wir auch das an */
@media (max-width: 640px) {
  .ffaq-inner {
    padding: 0 16px !important;
  }
}


/* ============================================
   HERO-CONTAINER auf Site-Standard (wie Preisseite)
   - kontakt.css macht negative margins -> wir resetten
   - Ziel: Hero hat IDENTISCHE Margins wie Card und FAQ
   ============================================ */


@media (max-width: 640px) {
  
}

@media (max-width: 380px) {
  
}

/* ============================================
   HERO auf gleiche Linie wie Card (.fgsc-wrap)
   - kontakt.css setzt margin: 0 -24px (verschiebt nach links)
   - wir neutralisieren das + setzen max-width 1040
   - kein Outer-Inner Pattern - bleibt wie kontakt.php gebaut
   ============================================ */
main > .tslk {
  max-width: 1040px;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box;
}
main > .tslk > .tslk-hero-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 640px) {
  main > .tslk {
    padding: 0 16px !important;
  }
}

/* <380 behaelt 16px wie <640 - Konsistenz mit allen Seiten */

/* ============================================
   HERO-PADDING SYNC mit Preisseite/Kontaktseite
   - Desktop: 72px 0 32px (von kontakt.css schon gesetzt)
   - <640px:  40px 0 36px (wie Preisseite)
   - <380px:  30px 0 24px (proportional)
   ============================================ */
@media (max-width: 640px) {
  .tslk-hero {
    padding: 40px 0 36px !important;
  }
}

/* <380 nutzt selbe Werte wie <640 fuer Konsistenz mit Kontaktseite */

/* ============================================
   FINAL SYNC mit Preisseite
   - Hero-Border-Bottom (wie Preise)
   - kleine Verfeinerungen
   ============================================ */
main > .tslk > .tslk-hero-wrap {
  border-bottom: 1px solid var(--border, #e8e8ec);
}

/* Abstand zwischen Hero und Card (FAQ-Block hat 80px - aehnlich) */
.fgsc-wrap {
  margin-top: 32px !important;
}
@media (max-width: 640px) {
  .fgsc-wrap {
    margin-top: 24px !important;
  }
}

/* ============================================
   FINAL: Hero-WRAP fullwidth wie Kontakt/Preise
   - .tslk hat aktuell padding 0 24/16/12
   - Aber Hero-WRAP soll FULLWIDTH sein (left=0)
   - Loesung: Hero-WRAP mit negative-margin breiter
   ============================================ */
@media (max-width: 640px) {
  main > .tslk > .tslk-hero-wrap {
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* === FEHLENDE BASIS-PADDING FUER .tslk-hero ergaenzt (2026-07-17) ===
   kontakt.css liefert normalerweise padding:72px 0 32px, wird aber
   auf der Belegungsplan-Seite nicht eingebunden. Hier nachgezogen. */
.tslk-hero {
  padding: 72px 0 32px;
}
