/* Root Scope – nichts leakt nach außen */
.impressum-page {
  background: #fafafa !important;
  color: #111 !important;
  min-height: 100vh;
  padding: 4rem 1rem;
}

/* Lesebreite */
.impressum-content {
  max-width: 820px;
  margin: 0 auto;
  font-family: "Roboto", system-ui, sans-serif;
  line-height: 1.65;
  text-align: left !important;
}

/* Headlines */
.impressum-content h1,
.impressum-content h2,
.impressum-content h3,
.impressum-content h4 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000 !important;
  font-weight: 400 !important;
}

.impressum-content h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.impressum-content h2 {
  font-size: 1.3rem;
  margin-top: 2.5rem;
}

.impressum-content h3 {
  font-size: 1.1rem;
  margin-top: 1.8rem;
}

.impressum-content h4 {
  font-size: 1.0rem;
  margin-top: 1.5rem;
}

/* Stand */
.impressum-content .stand {
  font-size: 0.9rem;
  color: #666;
}

/* Footer */
.impressum-footer {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: center;
}

.impressum-footer a {
  font-size: 0.9rem;
  color: #666 !important;
  text-decoration: none !important;
}

.impressum-footer a:hover {
  text-decoration: underline !important;
}

/* Text */
.impressum-text p,
.impressum-text li {
  font-size: 1rem;
  color: #111 !important;
}

/* TOC – sachlich, nicht rot, nicht laut */
.impressum-toc {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  font-size: 0.9rem;
}

.impressum-toc ul {
  list-style: none;
  padding-left: 0;
}

.impressum-toc li {
  margin-bottom: 0.5rem;
}

.impressum-toc a {
  color: #333 !important;
  text-decoration: none;
}

.impressum-toc a:hover {
  text-decoration: underline;
}

/* Links */
.impressum-content a {
  color: #000 !important;
  text-decoration: underline;
}
