@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300&family=DM+Mono:wght@400;500&family=UnifrakturMaguntia&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #6b4f32;
  font-family: 'Source Serif 4', Georgia, serif;
  color: #120d04;
  padding: 40px 20px 80px 20px;
}

.seite {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background-color: #f5edd8;
  border: 2px solid #4a3520;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}

nav {
  background-color: #ede0c4;
  border-bottom: 2px solid #c9b896;
  padding: 14px 40px;
}

.logo {
  font-family: 'UnifrakturMaguntia', cursive;
  font-size: 22px;
  color: #8a1518;
}

.kopf {
  background: linear-gradient(160deg, #f7edd4 0%, #ecdfc0 60%, #e2d4ad 100%);
  padding: 28px 60px 44px 60px;
  border-bottom: 2px solid #c9b896;
}

.reihe {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a1518;
  border: 1px solid #8a1518;
  padding: 4px 12px;
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.4);
}

.zeitraum {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c5035;
  margin-bottom: 10px;
}


.kopf h1 {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 700;        
    line-height: 1.1;
}
  
.kopf h1 span {
  color: #8a1518;
}

.untertitel {
  font-size: 18px;
  color: #5c5035;
  font-style: italic;
  margin-bottom: 36px;
}

.infos {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.info {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: #5c5035;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info span {
  display: block;
  font-size: 12px;
  color: #120d04;
  margin-top: 2px;
  text-transform: none;
  letter-spacing: 0;
}

.linie {
  width: 60px;
  height: 2px;
  background-color: #8a1518;
  margin-top: 36px;
}

.bereich {
  display: grid;
  grid-template-columns: 1fr 280px;
}

.hauptteil {
  padding: 56px 52px 56px 60px;
  border-right: 1px solid #c9b896;
}

.seite-rechts {
  padding: 56px 28px 56px 32px;
  background-color: #efe5cc;
}

.einleitung {
  font-size: 20px;
  line-height: 1.65;
  margin-bottom: 36px;
  border-left: 3px solid #8a1518;
  padding-left: 20px;
  font-style: italic;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  margin: 44px 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9b896;
}

h2::before {
  content: "§ ";
  color: #8a1518;
}

p {
  font-size: 17px;
  line-height: 1.85;
  color: #1e1608;
  margin-bottom: 20px;
}

.mit-bild::after {
  content: "";
  display: block;
  clear: both;
}

.bild {
  margin: 32px 0;
}

.bild img {
  width: 100%;
  display: block;
  border: 1px solid #c9b896;
}

.bild figcaption {
  margin-top: 8px;
  margin-bottom: 4px; /* NEU */
  font-size: 13px;
  color: #5c5035;
  font-style: italic;
  line-height: 1.5;
}

.bildquelle {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: #a09070;
  margin-top: 16px;
  letter-spacing: 1px;
}
.klein {
  max-width: 340px;
}

.rechts {
  float: right;
  margin: 0 0 20px 28px;
}

.mitte {
  
  margin: 32px auto;
  text-align: center;
}

.mitte img {
  width: 320px;
  margin: auto;
}

.zahlen {
  background-color: #e8dcc0;
  border: 1px solid #c9b896;
  border-top: 3px solid #8a1518;
  padding: 24px 28px;
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.zahl-box {
  text-align: center;
}

.zahl {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: #8a1518;
  line-height: 1;
}

.zahl-box p {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5c5035;
  margin-top: 6px;
  line-height: 1.5;
}

.ablauf {
  margin: 36px 0;
}

.ablauf-titel {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c5035;
  margin-bottom: 20px;
}

.ereignis {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.jahr {
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  color: #8a1518;
  text-align: right;
  padding-top: 6px;
}

.text {
  border-left: 2px solid #e8dcc0;
  padding-left: 20px;
}

.text strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.text p {
  font-size: 14px;
  line-height: 1.6;
  color: #5c5035;
  margin-bottom: 0;
}

.zitat {
  margin: 36px -20px;
  padding: 32px 36px;
  background-color: #4a3020;
}

.zitat p {
  font-size: 20px;
  font-style: italic;
  color: #f5edd8;
  line-height: 1.55;
  margin-bottom: 14px;
}

.zitat cite {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e8b95a;
}

.interview {
  background-color: #e8dcc0;
  border: 1px solid #c9b896;
  border-left: 4px solid #c9963a;
  padding: 28px 32px;
  margin: 36px 0;
}

.interview-titel {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9963a;
  margin-bottom: 18px;
}

.frage {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}

.antwort {
  font-size: 15px;
  line-height: 1.75;
  color: #3a2f1c;
  margin-bottom: 0;
}

.person {
  font-size: 13px;
  color: #5c5035;
  margin-top: 12px;
  font-style: italic;
}

.schlagworte {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #c9b896;
}

.schlagworte span {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5c5035;
  border: 1px solid #c9b896;
  padding: 4px 10px;
  background-color: #f5edd8;
}

.kasten-rechts {
  margin-bottom: 36px;
  padding-bottom: 0px;      
border-bottom: none;      
}

.kasten-rechts:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.klein-titel {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c5035;
  margin-bottom: 14px;
}

.kasten-rechts h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.kasten-rechts p {
  font-size: 13px;
  line-height: 1.7;
  color: #5c5035;
  margin-bottom: 12px;
}

.personen,
.links,
.footer-liste {
  list-style: none;
}



.personen li {
  padding: 12px 0;
  border-bottom: 1px solid #c9b896;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.personen li:last-child {
  border-bottom: 1px solid #c9b896;
}

.punkt {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8a1518;
  margin-top: 5px;
  flex-shrink: 0;
}

.name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #120d04;
}

.rolle {
  font-size: 12px;
  color: #5c5035;
  line-height: 1.4;
}

.links li {
  padding: 8px 0;
  border-bottom: 1px solid #c9b896;
}

.links li:last-child {
  border-bottom: none;
}

.links a {
  font-size: 13px;
  color: #8a1518;
  text-decoration: none;
  line-height: 1.4;
}

.links a:hover,
a:hover {
  text-decoration: underline;
}

a {
  color: #8a1518;
}

.serie-info {
  font-size: 12px;
  color: #6b5e42;
  background-color: #e2d4b0;
  padding: 8px 12px;
  font-family: 'DM Mono', monospace;
  letter-spacing: 1px;
  border: 1px solid #c9b896;
}

.serie-info span {
  color: #9b9080;
}

footer {
  background-color: #5a3e28;
  padding: 36px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  border-top: 2px solid #c9963a;
}

.footer-titel {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: #f0dbb8;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer p,
.footer-liste li {
  font-size: 12px;
  color: #c9b090;
  line-height: 1.6;
  max-width: 300px;
}

.footer-liste a {
  color: #d4b888;
  text-decoration: none;
}

.footer-liste a:hover {
  text-decoration: underline;
}



.seiten-bild {
  background-color: #e8dcc0;
  border: 1px solid #c9b896;
  padding: 12px;
  margin-top: 40px;   
  text-align: center;
}
.seiten-bild img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.seiten-bild figcaption {
  font-size: 12px;
  font-style: italic;
  color: #5c5035;
  margin-bottom: 8px;
}

.seiten-bild .bildquelle {
  font-size: 8px;
}


.seiten-text {
  font-size: 12px;
  line-height: 1.6;
  color: #5c5035;
  margin-top: 16px;   
}
  
  
.timeline-titel {
  margin-top: 40px;   
  margin-bottom: 10px;
}

.timeline-kurz {
  list-style: none;
  margin-top: 10px;   
}

.timeline-kurz li {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #c9b896;
  line-height: 1.5;
}

.timeline-kurz li:last-child {
  border-bottom: none;
}

.timeline-kurz strong {
  color: #8a1518;
}

.timeline-block {
  margin-top: 40px;
}