/* page-legal — Type-Only-Layout für Impressum, Datenschutz etc. */

.legal-content {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--bimtec-on-surface-variant);
}
.legal-content h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bimtec-on-surface);
  margin: 3rem 0 1rem;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--bimtec-on-surface);
  margin: 2rem 0 0.75rem;
}
.legal-content p {
  margin-bottom: 1rem;
}
.legal-content ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.legal-content li {
  margin-bottom: 0.4rem;
}
.legal-content a {
  color: var(--bimtec-primary);
  font-weight: 600;
  text-decoration: none;
}
.legal-content a:hover {
  text-decoration: underline;
}
.legal-content strong {
  color: var(--bimtec-on-surface);
  font-weight: 700;
}
.legal-content hr {
  display: none;
}
