/* Geteilte Styles für alle Rechts-Seiten (Impressum, Datenschutz, AGB, Subprocessors). */

:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #FAFAF7;
  color: #1F1D1B;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
header {
  border-bottom: 1px solid #E8E4D9;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
header svg { height: 28px; width: auto; }
header a.back,
header a.brand {
  font-size: 14px;
  font-weight: 600;
  color: #1F1D1B;
  text-decoration: none;
  opacity: 0.85;
}
header a.brand { opacity: 1; }
header a.back:hover { opacity: 1; }
main { padding: 4rem 0 5rem; }
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7E6628;
}
h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0.75rem 0 1rem;
  letter-spacing: -0.5px;
}
.lead {
  font-size: 1.0625rem;
  color: rgba(31, 29, 27, 0.7);
  margin: 0 0 2.5rem;
}
h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 2.5rem 0 0.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1F1D1B;
}
h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.75rem 0 0.5rem;
}
p, ul, ol, dl { font-size: 1rem; color: rgba(31, 29, 27, 0.85); }
ul, ol { padding-left: 1.25rem; }
li { margin: 0.35rem 0; }
dl {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.4rem 1.5rem;
  margin: 0.5rem 0;
}
dt { font-weight: 600; color: #1F1D1B; }
dd { margin: 0; color: rgba(31, 29, 27, 0.75); }
a { color: #1F1D1B; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #7E6628; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  margin: 1rem 0;
}
th, td {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #E8E4D9;
  vertical-align: top;
}
th {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7E6628;
  background: #FBF6E5;
}
.note {
  margin-top: 3rem;
  padding: 1rem 1.25rem;
  background: #FBF6E5;
  border-left: 3px solid #C9A84C;
  font-size: 0.875rem;
  color: #54441C;
}
.meta {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E8E4D9;
  font-size: 0.8125rem;
  color: rgba(31, 29, 27, 0.55);
}
.footer-nav {
  max-width: 760px;
  margin: 3rem auto 0;
  padding: 1.5rem;
  border-top: 1px solid #E8E4D9;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(31, 29, 27, 0.6);
}
.footer-nav a {
  color: rgba(31, 29, 27, 0.75);
  text-decoration: none;
  margin: 0 0.25rem;
}
.footer-nav a:hover { color: #1F1D1B; text-decoration: underline; }
