.elementor-8703 .elementor-element.elementor-element-697e13f{--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;}.elementor-8703 .elementor-element.elementor-element-b5a9d8f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-691c0a3 */@media (max-width: 768px) {
  /* 1. Event Landing: Überschrift (H1) anpassen – mobile Version */
  #event-title {
    font-size: 1.5em;  /* Verkleinert die Überschrift für mobile Geräte */
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.2;
    padding: 0 0.5em;
    white-space: normal; /* Erlaubt Zeilenumbrüche zwischen den Spans */
  }
  /* Jedes Span in der Überschrift als Block und ohne Wortumbruch */
  #event-title span {
    display: block;
    white-space: nowrap;
  }
  
  /* 2. Überschrift "Veranstaltungsort" in einer Zeile */
  #location-section h2 {
    white-space: nowrap;
    font-size: 1.5em;
  }
  
  /* 3. Preis Info-Box Anpassungen */
  #contact .price-box p {
    font-size: 1em !important;
    line-height: 1.2em !important;
    text-align: center;
  }
  #contact .price-box p strong {
    display: block;
  }
  
  /* 4. Überschrift "Nach der Anmeldung" in einer Zeile */
  #next-steps-section h2 {
    white-space: nowrap;
    font-size: 1.5em;
    text-align: center;
  }
  
  /* Weitere mobile Anpassungen für den Event-Bereich */
  #event-landing #intro {
    overflow: auto;
    padding-top: 1em;
  }
  #event-landing #intro img {
    float: none;
    display: block;
    margin: 0 auto 1em auto;
    width: 90%;
    max-width: 400px;
  }
  #event-landing .intro-text {
    width: 100%;
    text-align: left;
  }
  
  /* Kontaktbereich Mobile-Optimierung */
  #contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    padding: 0 1em;
  }
  #contact p {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  #contact p a {
    text-decoration: none !important;
    color: #205b4f !important;
    font-weight: bold !important;
    font-size: 1em !important;
  }
  #contact p img {
    vertical-align: middle !important;
    width: 20px !important;
    height: 20px !important;
  }
  #contact form {
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  #contact form input,
  #contact form textarea,
  #contact form button {
    width: 90% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  #contact form textarea {
    resize: none;
  }
  #contact img {
    display: block !important;
    margin: 0 auto !important;
    width: 90% !important;
    max-width: 250px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  }
  
  /* Agenda: Mobile Anpassungen */
  #agenda-section {
    padding: 1em;
  }
  #agenda-section h2 {
    text-align: center;
    font-size: 1.5em;
  }
  #agenda-section ul {
    padding: 0 1em;
  }
  #agenda-section li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1em;
  }
  #agenda-section li span {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}/* End custom CSS */