/* Datenschutz Page – Design wie privacy.html / impressum */

.datenschutz-main {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  padding: 2rem 1rem 4rem;
  max-width: 896px;
  margin: 0 auto;
  text-align: left;
}

.datenschutz-header {
  margin-bottom: 3rem;
}

.datenschutz-header h1 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0f172a;
  margin: 0 0 1rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  hyphens: auto;
}

.datenschutz-header-line {
  width: 5rem;
  height: 4px;
  background: #4f46e5;
  border-radius: 9999px;
}

.datenschutz-content {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #64748b;
  line-height: 1.7;
  text-align: left;
}

@media (min-width: 768px) {
  .datenschutz-content {
    padding: 3rem;
  }
}

.datenschutz-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.datenschutz-content h2:first-child {
  margin-top: 0;
}

.datenschutz-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.datenschutz-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.datenschutz-content p {
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  hyphens: auto;
}

.datenschutz-content h2,
.datenschutz-content h3,
.datenschutz-content h4 {
  overflow-wrap: break-word;
  hyphens: auto;
}

.datenschutz-content li {
  overflow-wrap: break-word;
  hyphens: auto;
}

.datenschutz-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.datenschutz-content li {
  margin-bottom: 0.5rem;
}

.datenschutz-content a {
  color: #4f46e5;
  text-decoration: underline;
}

.datenschutz-content a:hover {
  color: #4338ca;
}

.datenschutz-source {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-top: 2rem;
}

.datenschutz-source a {
  color: #94a3b8;
  text-decoration: none;
}

.datenschutz-source a:hover {
  color: #64748b;
}
