/* Theme stylesheet — emitted by the CCMS convert step (Phase P). */
:root {
  --navy: #15324F;
  --accent: #1E5BA8;
  --gold: #C2952F;
  --rot: #B23A2E;
  --creme: #F4EEE1;
  --muted: #4a5a64;
  --sand: #9a8a5f;
  --serif: 'Libre Baskerville', serif;
  --sans: 'Mulish', system-ui, sans-serif;
}

.fg-page { background: var(--creme); color: var(--navy); font-family: var(--sans); min-height: 100vh; -webkit-font-smoothing: antialiased; }
.fg-container { max-width: 1180px; margin: 0 auto; padding: 70px 28px; }
.fg-header { position: sticky; top: 0; z-index: 50; background: rgba(244,238,225,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(194,149,47,0.35); }
.fg-header-inner { max-width: 1180px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fg-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; color: inherit; }
.fg-logo-mark { width: 46px; height: 46px; border-radius: 50%; background: var(--navy); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 20px; color: var(--creme); flex: 0 0 auto; }
.fg-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.fg-logo-name { font-family: var(--serif); font-weight: 700; font-size: 17px; letter-spacing: 0.2px; }
.fg-logo-sub { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--sand); margin-top: 3px; }
.fg-desk-nav { display: flex; align-items: center; gap: 30px; }
.fg-nav-link { text-decoration: none; color: var(--navy); font-weight: 600; font-size: 14.5px; }
.fg-nav-cta { text-decoration: none; color: #fff; font-weight: 700; font-size: 14px; background: var(--accent); padding: 9px 16px; border-radius: 2px; }
.fg-burger { display: none; background: none; border: 1.5px solid var(--navy); border-radius: 3px; padding: 8px 10px; cursor: pointer; color: var(--navy); font-size: 16px; line-height: 1; }
.fg-hero { position: relative; overflow: hidden; }
.fg-hero-grid { max-width: 1180px; margin: 0 auto; padding: 64px 28px 56px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 54px; align-items: center; }
.fg-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(194,149,47,0.55); border-radius: 100px; padding: 7px 16px; margin-bottom: 26px; }
.fg-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rot); }
.fg-badge-text { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sand); }
.fg-years-row { display: flex; align-items: flex-end; gap: 18px; margin-bottom: 10px; }
.fg-years-num { font-family: var(--serif); font-weight: 700; font-size: 118px; line-height: 0.82; color: var(--accent); }
.fg-years-label { font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1; color: var(--navy); padding-bottom: 14px; }
.fg-hero-title { font-family: var(--serif); font-weight: 700; font-size: 38px; line-height: 1.12; margin: 0 0 18px; color: var(--navy); }
.fg-hero-motto { font-family: var(--serif); font-style: italic; font-size: 22px; margin: 0 0 8px; color: var(--rot); }
.fg-hero-text { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 480px; margin: 8px 0 30px; }
.fg-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.fg-btn-primary { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; background: var(--accent); color: #fff; font-weight: 700; font-size: 15px; padding: 14px 24px; border-radius: 2px; }
.fg-btn-outline { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; background: transparent; color: var(--navy); font-weight: 700; font-size: 15px; padding: 14px 24px; border-radius: 2px; border: 1.5px solid var(--navy); }
.fg-hero-imgwrap { position: relative; }
.fg-hero-frame { position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(194,149,47,0.5); border-radius: 4px; }
.fg-hero-img { position: relative; width: 100%; display: block; border-radius: 4px; box-shadow: 0 18px 50px -18px rgba(21,50,79,0.5); background: #fff; }
.fg-hero-caption { position: relative; margin-top: 14px; font-size: 12.5px; color: var(--sand); font-style: italic; letter-spacing: 0.3px; }
.fg-programm { background: #fff; border-top: 1px solid rgba(194,149,47,0.3); }
.fg-section-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.fg-section-head-mb { margin-bottom: 30px; }
.fg-h2 { font-family: var(--serif); font-weight: 700; font-size: 32px; margin: 0; color: var(--navy); }
.fg-h2-mb { margin: 0 0 32px; }
.fg-h2-mb-sm { margin: 0 0 8px; }
.fg-h2-light { color: #fff; margin: 0 0 16px; }
.fg-kicker { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sand); }
.fg-lead { font-size: 16px; color: var(--muted); margin: 0 0 36px; max-width: 620px; }
.fg-lead-mb { margin: 0 0 32px; }
.fg-day-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.fg-day-card { border: 1px solid rgba(21,50,79,0.12); border-radius: 5px; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.fg-day-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.fg-day-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.fg-day-kicker { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--rot); }
.fg-day-title { font-family: var(--serif); font-weight: 700; font-size: 19px; margin: 6px 0 12px; color: var(--navy); }
.fg-day-text { font-size: 13.5px; color: var(--muted); margin: 0 0 16px; flex: 1; line-height: 1.55; }
.fg-day-link { margin-top: auto; text-decoration: none; font-weight: 700; font-size: 13.5px; color: var(--accent); }
.fg-gesamt { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; background: var(--creme); border: 1px solid rgba(194,149,47,0.4); border-radius: 5px; padding: 22px 26px; }
.fg-gesamt-left { display: flex; align-items: center; gap: 16px; }
.fg-gesamt-arrow { font-family: var(--serif); font-size: 26px; color: var(--accent); }
.fg-gesamt-title { font-family: var(--serif); font-weight: 700; font-size: 17px; color: var(--navy); }
.fg-gesamt-text { font-size: 13.5px; color: #6b6b5f; }
.fg-gesamt-btn { text-decoration: none; background: var(--accent); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 2px; }
.fg-aktuelles { background: var(--creme); }
.fg-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fg-news-card { text-decoration: none; color: inherit; background: #fff; border: 1px solid rgba(21,50,79,0.1); border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; }
.fg-news-img { width: 100%; height: 190px; object-fit: cover; object-position: center; background: #fff; }
.fg-news-body { padding: 20px; }
.fg-news-date { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--sand); }
.fg-news-title { font-family: var(--serif); font-weight: 700; font-size: 18px; margin: 8px 0 8px; color: var(--navy); }
.fg-news-text { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }
.fg-gallerie { background: #fff; border-top: 1px solid rgba(194,149,47,0.3); }
.fg-gal-link { text-decoration: none; font-weight: 700; font-size: 14px; color: var(--accent); }
.fg-gal-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 14px; }
.fg-gal-img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.fg-gal-big { grid-column: span 2; grid-row: span 2; }
.fg-gal-white { background: #fff; }
.fg-anlaesse { background: var(--creme); }
.fg-term-list { background: #fff; border: 1px solid rgba(21,50,79,0.1); border-radius: 6px; overflow: hidden; }
.fg-term { display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: center; padding: 22px 26px; border-bottom: 1px solid rgba(194,149,47,0.25); }
.fg-term:last-child { border-bottom: none; }
.fg-term-date { font-family: var(--serif); font-weight: 700; font-size: 22px; color: var(--accent); }
.fg-term-title { font-weight: 700; font-size: 16px; color: var(--navy); }
.fg-term-text { font-size: 13.5px; color: #6b6b5f; }
.fg-term-tag { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rot); white-space: nowrap; }
.fg-kontakt { background: var(--navy); color: var(--creme); }
.fg-contact-grid { max-width: 1180px; margin: 0 auto; padding: 70px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.fg-kontakt-text { font-size: 16px; line-height: 1.6; color: #c9d4de; margin: 0 0 28px; max-width: 420px; }
.fg-kontakt-links { display: flex; flex-direction: column; gap: 14px; font-size: 15.5px; }
.fg-kontakt-link { color: #fff; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 11px; }
.fg-kontakt-icon { color: var(--gold); }
@media (max-width: 880px) { .fg-desk-nav { display: none; } .fg-burger { display: inline-block; } .fg-hero-grid { grid-template-columns: 1fr; gap: 36px; } .fg-day-grid { grid-template-columns: repeat(2,1fr); } .fg-news-grid { grid-template-columns: 1fr; } .fg-gal-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; } .fg-contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .fg-day-grid { grid-template-columns: 1fr; } .fg-term { grid-template-columns: 84px 1fr; } }
