body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f7f7f7;
  color: #222;
  margin: 0;
  padding: 0;
}

.impressum-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.impressum-container .logo {
  display: block;
  margin: 0 auto 16px auto;
  width: 160px;
  height: auto;
}

h1 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 26px auto 14px auto;
  max-width: 820px;
}

.footer-links a {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.footer-links a:hover {
  background: #f5f5f5;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}
