/* Impressum Page – Design wie impressum_template.html */

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

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

.impressum-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;
}

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

.impressum-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.6;
  text-align: left;
}

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

.impressum-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

.impressum-content hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e2e8f0;
}

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

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

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