.elementor-5485 .elementor-element.elementor-element-5d06d72{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e1806e2 */@media (max-width: 767px) {

  section h1 {
    font-size: 26px !important;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  /* optional etwas mehr Luft im Container */
  section > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {

  /* Section zentrieren + Padding optimieren */
  section {
    text-align: center;
    padding: 45px 20px !important;
  }

  /* Container mittig */
  section > div {
    margin: 0 auto;
  }

  /* Headings & Texte zentrieren */
  section h1,
  section h2,
  section h3,
  section p {
    margin-left: auto;
    margin-right: auto;
  }

  /* Lesbarkeit */
  section p {
    max-width: 100%;
  }

  /* Grid → 1 Spalte */
  section div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  /* Karten zentriert + kompakter */
  section div[style*="background: #ffffff"] {
    text-align: center;
    padding: 22px !important;
  }

  /* Buttons untereinander + mittig */
  section div[style*="display: flex"] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section a {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  /* Typografie Mobile */
  section h1 {
    font-size: 28px !important;
    line-height: 1.25;
  }

  section h2 {
    font-size: 22px !important;
  }

  section h3 {
    font-size: 18px !important;
  }

  section p {
    font-size: 15px !important;
    line-height: 1.75;
  }
}D/* End custom CSS */