/* Container & Grundlayout */
.impressum-section {
  padding: 48px 20px;
  max-width: 1100px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.impressum-section h1 {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 0.75rem;
  color: #222;
}

.breadcrumb {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2rem;
}
.breadcrumb a { color: #0077cc; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* TOC (Inhaltsverzeichnis) */
.toc {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 0 auto 24px;
  max-width: 720px;
}
.toc h2 {
  font-size: 1.1rem;
  margin: 0 0 8px 0;
}
.toc ul { margin: 0; padding-left: 1.2rem; }
.toc li { margin: 4px 0; }

/* Content */
.impressum-content h2 {
  font-size: 1.4rem;
  color: #1f2937;
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}
.impressum-content p { margin: 0.3rem 0 0.9rem; }
.impressum-content a { color: #0077cc; text-decoration: none; }
.impressum-content a:hover { text-decoration: underline; }

.impressum-content strong { color: #111827; }

/* Hinweis/Stand */
.impressum-footnote {
  margin-top: 2rem;
  text-align: right;
  color: #6b7280;
  font-size: 0.92rem;
  border-top: 1px dashed #e5e7eb;
  padding-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .impressum-section { padding: 36px 16px; }
  .impressum-section h1 { font-size: 1.8rem; }
  .toc { padding: 14px 16px; }
  .impressum-content h2 { font-size: 1.25rem; }
}
