/* ===== FARBEN AUS LOGO + FLUGBLATT ===== */
:root {
  /* Logo-Farben (extrahiert aus litlia_rgb.png) */
  --logo-main:   #a0b4c8;   /* Hauptton Logo – kühles Blaugrau */
  --logo-mid:    #8995a4;   /* Mittlerer Logoton */
  --logo-dark:   #1e2832;   /* Dunkler Logoton */
  --logo-shadow: #7e8490;   /* Schatten im Logo */

  /* Flugblatt-Farben (extrahiert aus Holtzman 1570) */
  --perg:        #cabda6;   /* Pergament / Hintergrund */
  --perg-light:  #e8dfd0;   /* Helles Pergament */
  --ochre:       #bd9f6b;   /* Ocker / Stadtmauern */
  --terra:       #9f6a57;   /* Terrakotta / Dächer */
  --sepia:       #4b3c2d;   /* Sepiabraun / Tinte */

  /* Systemfarben – aus beiden Quellen abgeleitet */
  --lb:   #1e3a52;          /* Dunkelblau (Logo-dunkel + etwas wärmer) */
  --lbm:  #2d5878;          /* Mittelblau */
  --lbl:  #d4e4f0;          /* Hellblau-Grau (Logo aufgehellt) */
  --ls:   var(--ochre);     /* Sand/Akzent = Ocker aus Flugblatt */
  --lsl:  var(--perg-light);/* Heller Sand = Pergament hell */
  --le:   var(--terra);     /* Erde = Terrakotta aus Flugblatt */
  --bg:   #f0e9de;          /* Seitenhintergrund = Pergamentton */
  --sage: #6b8a5e;          /* Grün für bevorstehende Veranstaltungen */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--lb); color: #fff; padding: 10px 18px; z-index: 1000; text-decoration: none; font-size: 14px; border-radius: 0 0 4px 0; }
.skip-link:focus { left: 0; }
body { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 19px; line-height: 1.75; background: #ddd4c4; }
.site { max-width: 1200px; margin: 0 auto; background: var(--bg); box-shadow: 0 2px 32px rgba(30,20,10,.2); }

.site-header { background: #fff; border-bottom: 2px solid var(--lb); padding: 28px 28px 0; position: sticky; top: 0; z-index: 200; }
.header-top { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.logo-block { display: flex; align-items: center; gap: 14px; }
.logo-img { height: 78px; object-fit: contain; }
.logo-text { border-left: 2px solid var(--ochre); padding-left: 14px; }
.logo-text .logo-title { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 23px; font-weight: 400; color: var(--lb); line-height: 1.3; margin: 0; }
.logo-text p { font-size: 13px; color: #888; letter-spacing: .04em; text-transform: uppercase; }
.header-spacer { flex: 1; }
.lang-switch { font-size: 14px; color: var(--lbm); border: .5px solid var(--lbm); padding: 3px 10px; border-radius: 3px; }
.lang-opt { cursor: pointer; color: #aab8c2; }
.lang-opt.active { color: var(--lbm); font-weight: 600; }
.en { display: none; }
body.lang-en .de { display: none; }
body.lang-en .en { display: revert; }

.main-nav { display: flex; }
.mn-item { display: block; font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--lb); padding: 10px 14px; cursor: pointer; border-bottom: 3px solid transparent; white-space: nowrap; }
.mn-item:hover { border-bottom-color: var(--ochre); color: var(--terra); }
.mn-item.active { border-bottom-color: var(--lb); }
.mn-item-wrap { position: relative; }
.mn-dropdown { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; background: #fff; min-width: 230px; box-shadow: 0 10px 24px rgba(30,20,10,.15); border: .5px solid #e4dac8; z-index: 150; }
.mn-item-wrap:hover .mn-dropdown, .mn-item-wrap.dd-open .mn-dropdown { display: flex; }
.mn-dropdown .sn-item { padding: 10px 18px; border-bottom: none; border-left: 3px solid transparent; white-space: normal; }
.mn-dropdown .sn-item:hover { background: var(--lsl); }
.mn-dropdown .sn-item.active { border-left-color: var(--lb); color: var(--lb); font-weight: 600; background: var(--lsl); }

.subnav { background: var(--lbl); border-bottom: .5px solid #b8cede; padding: 0 28px; display: flex; overflow-x: auto; }
.sn-item { font-size: 14px; color: var(--lbm); padding: 8px 16px; cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; }
.sn-item.active { color: var(--lb); border-bottom-color: var(--lb); font-weight: 600; }

/* HERO */
.hero { position: relative; background: var(--lb); display: flex; min-height: 400px; width: 100%; }
.hero-img-col { width: 64%; flex-shrink: 0; position: relative; overflow: hidden; }
.hero-img-col img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 72%, var(--lb) 97%); }
.hero-caption { position: absolute; left: 14px; bottom: 12px; max-width: 220px; margin: 0; font-size: 10px; line-height: 1.4; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.75); }
.hero-text { flex: 1; padding: 36px 40px 36px 32px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 320px; overflow-wrap: normal; word-break: normal; text-align: left; }
.hero-eyebrow { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ochre); margin-bottom: 12px; }
.hero-title { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 32px; font-weight: 400; font-style: normal; color: #fff; line-height: 1.35; letter-spacing: .04em; margin-bottom: 16px; white-space: normal; word-break: normal; overflow-wrap: normal; }
.hero-title em { font-style: italic; color: var(--ochre); }

/* PAGES */
.page { display: none; }
.page.active { display: block; }

/* LAYOUT */
.content-grid { display: grid; grid-template-columns: 1fr 280px; }
.main-col { padding: 26px 28px 26px 56px; border-right: .5px solid #d4c8b4; }
.side-col { padding: 20px 18px; }
.content-label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ochre); margin-bottom: 4px; }
.content-title { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 25px; font-weight: 400; color: var(--lb); margin-bottom: 12px; }
.content-body, .bio-text, .kolloq-text, .prog-intro { text-align: justify; hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }
.content-body { font-size: 16px; color: var(--sepia); line-height: 1.78; }
.content-body p + p { margin-top: 10px; }

.sh { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 20px; font-weight: 400; color: var(--lb); margin: 0 0 10px; padding-bottom: 6px; border-bottom: .5px solid #d4c8b4; }
.sh-sm { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 17px; font-weight: 400; color: var(--lb); margin: 14px 0 7px; padding-bottom: 4px; border-bottom: .5px solid #e4dac8; }

/* SIDEBAR */
.sw { margin-bottom: 18px; }
.sw h3 { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ochre); margin-bottom: 28px; padding-bottom: 5px; border-bottom: .5px solid #d4c8b4; }
.sw-item { margin-bottom: 9px; padding-bottom: 9px; border-bottom: .5px solid #e8e0d0; }
.sw-item:last-child { border-bottom: none; }
.sw-date { font-size: 11px; color: var(--terra); }
.sw-title { font-size: 15px; color: var(--lb); line-height: 1.4; }

.blog-post { padding: 12px 0; border-bottom: .5px solid #e4dac8; }
.blog-post:last-child { border-bottom: none; }
.blog-post-date { font-size: 11px; color: var(--terra); margin-bottom: 3px; }
.blog-post-title { font-size: 16px; color: var(--lb); text-decoration: none; line-height: 1.4; }
.blog-post-title:hover { text-decoration: underline; }

/* DB */
.db-box { background: var(--lsl); border: 1.5px dashed var(--ochre); border-radius: 4px; padding: 36px; text-align: center; color: var(--terra); margin: 20px 0; }
.db-box i { font-size: 39px; color: var(--ochre); display: block; margin-bottom: 10px; }
.db-box p { font-size: 16px; margin-bottom: 6px; }
.db-box small { font-size: 13px; color: var(--sepia); opacity: .7; }

/* TEAM */
.team-bar { background: #fff; border-bottom: .5px solid #d4c8b4; padding: 8px 28px; display: flex; flex-wrap: wrap; }
.tm { display: flex; align-items: center; gap: 18px; padding: 10px 24px; cursor: pointer; border-bottom: 3px solid transparent; white-space: nowrap; box-sizing: border-box; flex: 0 0 50%; }
.tm.active { border-bottom-color: var(--lb); }
.tm:hover { background: var(--lsl); }
.tm-static { cursor: default; flex: 0 0 50%; }
.tm-static:hover { background: none; }
.tm-static .tm-name { color: #888; }
.tm-break { flex-basis: 100%; height: 0; }
.tm-av { width: 68px; height: 68px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 600; color: #fff; flex-shrink: 0; position: relative; overflow: hidden; }
.tm-name { font-size: 17px; color: var(--lb); }
.tm-role-sm { font-size: 12px; color: #888; }

.person-page { display: none; }
.person-page.active { display: block; }
.person-header { background: var(--lsl); border-bottom: .5px solid #d4c8b4; padding: 24px 28px; display: flex; gap: 20px; align-items: flex-start; }
.p-av { width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; color: #fff; flex-shrink: 0; position: relative; overflow: hidden; }
.p-av.has-photo { cursor: zoom-in; }
.tm-av img, .p-av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p-name { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 27px; font-weight: 400; color: var(--lb); line-height: 1.2; }
.p-role { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--terra); margin: 4px 0 8px; }
.p-contacts { display: flex; gap: 12px; flex-wrap: wrap; }
.p-contact { font-size: 14px; color: var(--lbm); display: flex; align-items: center; gap: 4px; }
.p-link { font-size: 14px; color: var(--lbm); text-decoration: none; display: flex; align-items: center; gap: 4px; }
.photo-lightbox { display: none; position: fixed; inset: 0; background: rgba(20, 16, 10, .82); z-index: 1000; align-items: center; justify-content: center; padding: 40px; box-sizing: border-box; cursor: zoom-out; }
.photo-lightbox img { max-width: 100%; max-height: 100%; border-radius: 4px; box-shadow: 0 12px 48px rgba(0,0,0,.4); }
.photo-lightbox-close { position: absolute; top: 18px; right: 26px; background: none; border: none; font-size: 30px; color: #fff; cursor: pointer; line-height: 1; }
.p-body { display: grid; grid-template-columns: 1fr 280px; }
.p-main { padding: 22px 28px 22px 56px; border-right: .5px solid #d4c8b4; font-size: 16px; line-height: 1.65; }
.p-side { padding: 22px 18px; }
.litlia-box { background: #fff; border: .5px solid #d4c8b4; border-radius: 4px; padding: 0 16px 14px; }

.bio-text { font-size: 16px; color: var(--sepia); line-height: 1.68; margin-bottom: 12px; }
.bio-text p + p { margin-top: 10px; }
.rg-list { list-style: disc; margin: 0 0 16px 20px; padding: 0; }
.rg-list li { font-size: 15px; color: var(--sepia); line-height: 1.6; margin-bottom: 6px; }
.rg-t { font-weight: 600; color: var(--lb); }
.photo-placeholder { background: var(--lsl); border: 1.5px dashed var(--ochre); border-radius: 4px; text-align: center; color: var(--terra); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; margin-top: 42px; aspect-ratio: 3 / 4; width: 100%; box-sizing: border-box; position: relative; overflow: hidden; }
.photo-placeholder i { font-size: 30px; color: var(--ochre); }
.photo-placeholder span { font-size: 12px; }
.photo-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.photo-placeholder.has-photo { border-style: solid; }
.photo-placeholder.has-photo i, .photo-placeholder.has-photo span { display: none; }
.photo-placeholder.has-photo img { display: block; }
.photo-placeholder-landscape { margin: 20px auto 0; aspect-ratio: 3 / 1.7; max-height: 600px; width: 80%; flex-shrink: 0; }
.photo-placeholder-landscape img { object-position: center bottom; }
.team-bar-row { display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: .5px solid #d4c8b4; padding: 8px 28px 28px; }
.team-bar-row .team-bar { flex: 1; background: none; border-bottom: none; padding: 0 0 0 10%; }
.diss-box { background: var(--lbl); border: .5px solid #b8cede; border-radius: 4px; padding: 12px 14px; margin-bottom: 12px; }
.diss-l { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--lbm); margin-bottom: 4px; }
.diss-t { font-size: 16px; color: var(--lb); font-style: italic; line-height: 1.5; }
.diss-s { font-size: 13px; color: #666; margin-top: 3px; }

.pub-item { padding: 8px 0; border-bottom: .5px solid #e4dac8; }
.pub-item:last-child { border-bottom: none; }
.pub-year { font-size: 11px; color: var(--terra); margin-bottom: 2px; }
.pub-title { font-size: 15px; color: var(--lb); line-height: 1.4; }
.pub-venue { font-size: 13px; color: #888; font-style: italic; margin-top: 2px; line-height: 1.4; }
.pb { display: inline-block; font-size: 10px; background: var(--lsl); color: var(--terra); padding: 1px 6px; border-radius: 2px; margin-right: 4px; vertical-align: 1px; }

.cv-item { padding: 7px 0; border-bottom: .5px solid #e4dac8; display: flex; gap: 9px; }
.cv-item:last-child { border-bottom: none; }
.cv-y { font-size: 11px; color: var(--terra); min-width: 70px; flex-shrink: 0; padding-top: 2px; line-height: 1.4; }
.cv-t { font-size: 14px; color: var(--sepia); line-height: 1.4; }

/* TABS */
.tab-nav { background: #fff; border-bottom: .5px solid #d4c8b4; padding: 0 28px; display: flex; overflow-x: auto; }
.tab { font-size: 14px; color: var(--lbm); padding: 9px 15px; cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; }
.tab.active { color: var(--lb); border-bottom-color: var(--lb); font-weight: 600; }
.tab-panel { display: none; padding: 24px 28px 24px 56px; font-size: 16px; line-height: 1.65; }
.tab-panel.active { display: block; }

/* HIWIS */
.hiwi-section { padding: 0 28px 18px; }
.hiwi-label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ochre); margin-bottom: 8px; }
.hiwi-row { display: flex; gap: 8px; flex-wrap: wrap; }
.hiwi-chip { background: #fff; border: .5px solid #d4c8b4; border-radius: 20px; padding: 5px 14px; font-size: 14px; color: #555; display: flex; align-items: center; gap: 6px; }

/* AFFILIIERTE */
.aff-label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ochre); padding: 14px 28px 8px; }
.aff-bar { background: #fff; border-bottom: .5px solid #d4c8b4; padding: 0 28px; display: flex; overflow-x: auto; }
.aff-tm { display: flex; align-items: center; gap: 8px; padding: 10px 14px; cursor: pointer; border-bottom: 3px solid transparent; white-space: nowrap; }
.aff-tm.active { border-bottom-color: var(--lb); }
.aff-tm:hover { background: var(--perg); }

/* TAGUNG */
.tagung-hero { background: var(--lb); padding: 26px 28px; display: flex; align-items: flex-start; gap: 22px; }
.tagung-flugblatt { flex-shrink: 0; display: block; }
.tagung-flugblatt img { height: 190px; width: auto; border: 2px solid rgba(189,159,107,.3); display: block; }
.tagung-eyebrow { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ochre); margin-bottom: 8px; }
.tagung-h { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 26px; font-weight: 400; font-style: normal; color: #fff; line-height: 1.3; margin-bottom: 12px; }
.tagung-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.t-chip { background: rgba(189,159,107,.15); border: .5px solid rgba(189,159,107,.35); color: var(--ochre); font-size: 13px; padding: 4px 12px; border-radius: 2px; }
.tagung-org { font-size: 14px; color: var(--logo-main); line-height: 1.6; }

.prog-layout { display: grid; grid-template-columns: 1fr 255px; gap: 22px; }
.prog-intro { background: var(--lbl); border-radius: 4px; padding: 12px 14px; margin-bottom: 16px; font-size: 15px; color: var(--lb); }
.day-block { margin-bottom: 18px; }
.day-hd { background: var(--lb); color: #fff; padding: 7px 14px; border-radius: 3px; display: flex; align-items: center; gap: 12px; margin-bottom: 0; }
.day-lbl { font-size: 15px; font-weight: 600; }
.day-sub { font-size: 11px; color: var(--ochre); }
.pi { display: flex; background: #fff; border-bottom: .5px solid #e4dac8; }
.pi:last-child { border-bottom: none; }
.pi-time { font-size: 13px; color: var(--terra); min-width: 52px; flex-shrink: 0; padding: 9px 8px 9px 14px; font-weight: 600; }
.pi-content { padding: 8px 12px 8px 0; flex: 1; }
.pi-title { font-size: 15px; color: var(--lb); line-height: 1.4; }
.pi-title em { font-style: italic; color: var(--sepia); }
.pi-speaker { font-size: 13px; color: var(--terra); margin-top: 2px; }
.pi.special { background: var(--lsl); }
.pi.special .pi-title { color: var(--terra); font-weight: 600; }
.pi.brk { background: #faf6ee; }
.pi.brk .pi-title { color: #aaa; font-style: italic; font-size: 14px; }

.info-card { background: #fff; border: .5px solid #d4c8b4; border-radius: 4px; padding: 14px; margin-bottom: 12px; }
.tagung-poster { margin-bottom: 12px; }
.tagung-poster img { width: 100%; border: .5px solid #d4c8b4; border-radius: 4px; display: block; cursor: pointer; }
.tagung-poster-cap { font-size: 11px; color: #888; font-style: italic; text-align: center; padding: 4px; }
.akt-card.akt-future { border-left-color: var(--sage) !important; }
.akt-divider { border: none; border-top: 1px solid #d4c8b4; margin: 2px 0 6px; }
.info-card h4 { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ochre); margin-bottom: 8px; }
.info-row { font-size: 14px; color: var(--sepia); padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; border-bottom: .5px solid #f0e8d8; }
.info-row:last-child { border-bottom: none; }
.info-row i { font-size: 16px; color: var(--ochre); flex-shrink: 0; margin-top: 1px; }
.sp-item { padding: 3px 0; border-bottom: .5px solid #f0e8d8; font-size: 14px; }
.sp-item:last-child { border-bottom: none; }
.sp-name { font-weight: 600; color: var(--lb); }
.sp-aff { font-size: 11px; color: #888; display: block; }

.cfp-box { background: #fff; border: .5px solid #d4c8b4; border-radius: 4px; padding: 18px 20px; margin-bottom: 20px; }
.cfp-text { font-size: 16px; color: var(--sepia); line-height: 1.8; }
.cfp-text p + p { margin-top: 10px; }
.cfp-closed { display: inline-flex; align-items: center; gap: 6px; background: var(--lsl); border: .5px solid var(--ochre); color: var(--terra); font-size: 13px; padding: 5px 12px; border-radius: 2px; margin-top: 12px; }
.lit-item { font-size: 14px; color: #666; line-height: 1.6; padding: 5px 0; border-bottom: .5px solid #e4dac8; }
.lit-item:last-child { border-bottom: none; }

/* KOLLOQUIUM */
.kolloq-layout { display: grid; grid-template-columns: 165px 1fr; gap: 24px; margin-bottom: 22px; }
.kolloq-poster img { width: 100%; border: .5px solid #d4c8b4; border-radius: 3px; display: block; }
.kolloq-poster-cap { font-size: 11px; color: #888; font-style: italic; text-align: center; padding: 4px; }
.kolloq-h { font-family: 'Carlito', 'Calibri', sans-serif; font-size: 25px; font-weight: 400; color: var(--lb); margin-bottom: 6px; }
.kolloq-text { font-size: 16px; color: var(--sepia); line-height: 1.75; margin-bottom: 14px; }
.kolloq-sched { background: #fff; border: .5px solid #d4c8b4; border-radius: 4px; overflow: hidden; margin-bottom: 12px; }
.kolloq-sched-hd { background: var(--lb); color: #fff; padding: 8px 16px; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.kolloq-sched-sub { font-size: 11px; color: var(--ochre); font-weight: 400; }
.kolloq-row { display: flex; border-bottom: .5px solid #e4dac8; }
.kolloq-row:last-child { border-bottom: none; }
.kolloq-date { font-size: 13px; color: var(--terra); min-width: 56px; padding: 9px 10px; font-weight: 600; flex-shrink: 0; }
.kolloq-spk { font-size: 15px; color: var(--lb); padding: 8px 12px 8px 0; flex: 1; }
.past-head { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ochre); margin-bottom: 7px; margin-top: 12px; }
.past-it { padding: 5px 0; border-bottom: .5px solid #e4dac8; font-size: 15px; color: var(--sepia); }
.past-sem { font-weight: 600; color: var(--lb); font-size: 13px; }

/* VORTRÄGE / LEHRE */
.v-item { padding: 7px 0; border-bottom: .5px solid #e4dac8; display: flex; gap: 10px; }
.v-item:last-child { border-bottom: none; }
.v-y { font-size: 11px; color: var(--terra); min-width: 62px; flex-shrink: 0; padding-top: 2px; }
.v-t { font-size: 15px; color: var(--lb); line-height: 1.4; }
.v-v { font-size: 13px; color: #888; font-style: italic; margin-top: 1px; }
.l-item { padding: 5px 0; border-bottom: .5px solid #e4dac8; display: flex; gap: 10px; }
.l-item:last-child { border-bottom: none; }
.l-y { font-size: 11px; color: var(--terra); min-width: 70px; flex-shrink: 0; padding-top: 2px; }
.l-t { font-size: 14px; color: var(--sepia); line-height: 1.4; }
.l-v { font-size: 13px; color: #888; }

hr.div { border: none; border-top: .5px solid #d4c8b4; margin: 0 28px; }

footer { background: var(--lb); color: var(--logo-main); padding: 16px 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.footer-logo { height: 24px; background: rgba(255,255,255,.08); border: .5px solid rgba(255,255,255,.15); border-radius: 2px; padding: 4px 10px; font-size: 11px; color: rgba(255,255,255,.3); display: flex; align-items: center; }
.footer-links { display: flex; gap: 14px; }
.footer-links a { color: var(--logo-main); text-decoration: none; }
.footer-links a:hover { color: #fff; }

/* ===== MOBILE (Smartphone) — Desktop-Layout oben bleibt unverändert ===== */
@media (max-width: 760px) {
  body { font-size: 16px; }
  .site { box-shadow: none; }

  /* Header */
  .site-header { padding: 14px 16px 0; }
  .header-top { flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
  .logo-block { gap: 10px; }
  .logo-img { height: 46px; }
  .logo-text { padding-left: 10px; }
  .logo-text .logo-title { font-size: 15px; }
  .header-spacer { display: none; }
  .lang-switch { margin-left: auto; }

  /* Nav */
  .main-nav { flex-wrap: wrap; gap: 2px; }
  .mn-item { padding: 8px 8px; font-size: 12px; }
  .mn-item-wrap { position: static; }
  .mn-dropdown { position: static; box-shadow: none; border: none; min-width: 0; padding-left: 10px; background: var(--bg); }
  .mn-item-wrap:hover .mn-dropdown { display: none; }
  .mn-item-wrap.dd-open .mn-dropdown { display: flex; }
  .mn-dropdown .sn-item { padding: 8px 10px; }

  /* Hero */
  .hero { flex-direction: column; min-height: 0; }
  .hero-img-col { width: 100%; height: 220px; }
  .hero-overlay { background: linear-gradient(to bottom, transparent 55%, var(--lb) 96%); }
  .hero-text { width: 100%; padding: 20px; min-width: 0; }
  .hero-title { font-size: 24px; }
  .hero-caption { position: static; max-width: none; color: var(--lbm); text-shadow: none; padding: 6px 16px 0; }

  /* Content grids: stack single column */
  .content-grid,
  .p-body,
  .prog-layout,
  .kolloq-layout,
  #tagung-akk .kolloq-layout,
  div[style*="grid-template-columns:1fr 270px"],
  div[style*="grid-template-columns:1fr 255px"],
  div[style*="grid-template-columns: 1fr 270px"] {
    display: block !important;
  }
  .main-col, .p-main, .tab-panel { padding: 18px !important; border-right: none !important; }
  .side-col, .p-side { padding: 4px 18px 18px !important; }
  #entstehung-body { max-width: none !important; }

  /* Team */
  .team-bar-row { flex-direction: column; padding: 8px 16px; }
  .photo-placeholder-landscape { width: 100%; margin-top: 10px; }
  .team-bar, .aff-bar { padding: 8px 16px; }

  /* Person photo placeholder */
  .photo-placeholder { margin-top: 16px; max-width: 220px; }

  /* Tagung */
  .tagung-hero { flex-direction: column; padding: 18px 16px; }
  .tagung-flugblatt img { height: auto !important; width: 100% !important; max-width: 260px; }
  #tagung-text-col { margin-left: 0 !important; }
  .tagung-h { font-size: 22px; }

  /* Aktivitäten poster sidebar */
  #akt-akt > div[style*="grid-template-columns:1fr 255px"] { display: block !important; }
  .tagung-poster { max-width: 260px; margin: 16px 0 0; }

  footer { padding: 14px 16px; }
}
