.elementor-898 .elementor-element.elementor-element-d19d2f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-812f794 *//* ===== Rechtliche Seiten: Impressum, Datenschutz & AGB ===== */
.legal-page {
  background-color: #fffef8;
  color: #000;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
}

.legal-page .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 50px 40px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.legal-page h1 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.legal-page h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #d4af37;
  margin: 15px auto 0;
  border-radius: 2px;
}

.legal-page h2 {
  font-size: 1.4rem;
  color: #d4af37;
  margin-top: 35px;
  margin-bottom: 10px;
}

.legal-page p,
.legal-page ul {
  margin-bottom: 15px;
  font-size: 1rem;
}

.legal-page ul {
  padding-left: 20px;
}

.legal-page a {
  color: #d4af37;
  text-decoration: none;
  transition: 0.3s;
}

.legal-page a:hover {
  text-decoration: underline;
  color: #b9962f;
}

/* Nummerierte Listen schön formatiert */
.legal-page ol {
  padding-left: 25px;
  margin-bottom: 20px;
}

.legal-page ol li {
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .legal-page .container {
    padding: 30px 20px;
  }

  .legal-page h1 {
    font-size: 1.6rem;
  }

  .legal-page h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */