/* Impressum-Stil */
body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9fafa;
  color: #2e2e2e;
  line-height: 1.6;
}
.section-legal {
  padding: 30px 20px;
  background-color: #f0f7f7;
}

.section-legal .container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.section-legal .section-title {
  font-size: 30px;
  color: #003b45;
  margin-bottom: 30px;
}

.section-legal .section-text {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
}

.back-button {
  margin-top: 40px;
  background-color: #005f73;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.back-button:hover {
  background-color: #003b45;
}

/* Footer */
.site-footer {
  background-color: #002f36;
  text-align: center;
  padding: 40px 20px;
  font-size: 14px;
  color: #cde7e9;
}

.site-footer a {
  color: #cde7e9;
  text-decoration: underline;
}
