/* Impressum & Datenschutz Styles */

.impressum-section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 32px;
  padding: 32px 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.impressum-section h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #6a1b9a;
  letter-spacing: 0.5px;
}

.impressum-section h3 {
  margin-bottom: 0.5em;
  color: #003399;
  font-size: 1.15rem;
}

.impressum-section p {
  margin-top: 0;
  margin-bottom: 1em;
  color: #333;
  line-height: 1.7;
}

.impressum-section a {
  color: #003399;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .impressum-section {
    padding: 18px 6vw;
    font-size: 0.98em;
  }
  .impressum-section h2 {
    font-size: 1.3rem;
  }
}
