/* ============================================================
   IMPRESSUM – schlichte Rechtsseite im Designsystem
   ============================================================ */
.rechtstext{max-width:760px;}
.rechtstext h2{font-size:clamp(22px,3vw,30px); margin:0 0 8px; scroll-margin-top:74px;}
.rechtskarte{
  background:var(--papier); border:1px solid var(--sand); border-radius:var(--rund);
  padding:26px 30px; margin-bottom:22px;
}
.rechtskarte h3{font-family:read; font-size:17px; font-weight:700; color:var(--wald); margin:0 0 10px;}
.rechtskarte h3:not(:first-child){margin-top:24px;}
.rechtskarte p{font-size:15px; line-height:1.7; margin:0 0 12px; color:var(--tinte);}
.rechtskarte p:last-child{margin-bottom:0;}
.rechtskarte a{color:var(--wald); font-weight:700;}
.rechtskarte a:hover{text-decoration:underline;}

/* Anschrift-Block */
.anschrift{font-size:16px; line-height:1.65; font-style:normal;}
.anschrift .label{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--tinte-hell); margin-top:14px; margin-bottom:2px;}
.anschrift .label:first-child{margin-top:0;}
.anschrift strong{font-size:18px; color:var(--tinte); font-weight:400; display:block;}

/* Fotonachweise als saubere Liste */
.fotoliste{list-style:none; margin:0; padding:0;}
.fotoliste li{
  display:flex; justify-content:space-between; gap:16px; padding:9px 0;
  border-bottom:1px solid #f0ead2; font-size:14.5px;
}
.fotoliste li:last-child{border-bottom:none;}
.fotoliste .seite{color:var(--tinte); font-weight:700;}
.fotoliste .fotograf{color:var(--tinte-hell); text-align:right;}
