.elementor-5467 .elementor-element.elementor-element-88dce6e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f1f9885 */@media (max-width: 767px) {

  /* Alles zentrieren */
  section {
    text-align: center;
    padding: 45px 20px !important;
  }

  /* Container bleibt sauber mittig */
  section > div {
    margin: 0 auto;
  }

  /* Texte angenehme Breite + zentriert */
  section h1,
  section h2,
  section h3,
  section p {
    margin-left: auto;
    margin-right: auto;
  }

  section p {
    max-width: 100%;
  }

  /* Grid auf 1 Spalte */
  section div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  /* Karten zentrieren */
  section div[style*="background: #ffffff"] {
    text-align: center;
    padding: 22px !important;
  }

  /* Liste bleibt lesbar */
  section ul {
    text-align: left;
    display: block;
    padding-left: 18px !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* Buttons untereinander + zentriert */
  section div[style*="display: flex"] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section a {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  /* Schriftgrößen Mobile */
  section h1 {
    font-size: 28px !important;
  }

  section h2 {
    font-size: 22px !important;
  }

  section h3 {
    font-size: 18px !important;
  }

  section p,
  section ul {
    font-size: 15px !important;
    line-height: 1.75;
  }
}/* End custom CSS */