/* Forms */
.karriere-formular p { text-align: center; }
h3 .cf7-dynamic-title { text-align: center; }
form.wpcf7-form table { margin: auto; }
.wpcf7-date { line-height: 10px; border: 1px solid #e1e1e1; padding: 8px 6px; }

/* Accordeon */
.single .av-tab-section-outer-container section .single_toggle { margin: 0 auto; }
.single .av-tab-section-outer-container h2.av-special-heading-tag  { text-align: center; }

/* Tables */
.konzept_table tr, .konzept_table td { border: none !important; }

/* Webniar read more close button verstecken */
.read-more-container {
  display: none;
}

/* Buttons */
.flex_column_div.konzept_buttons_div {
  display: flex;
  flex-direction: column;
  align-items: center; /* zentriert untereinander */
  gap: 10px;
}

/* Nur wenn genug Platz für alle 3 */
@media (min-width: 950px) {
  .flex_column_div.konzept_buttons_div {
    flex-direction: row;
    justify-content: center; /* ALLE Buttons mittig */
    align-items: center;
    gap: 15px; /* kleiner Abstand zwischen Buttons */
  }

  .flex_column_div.konzept_buttons_div .avia-button-wrap {
    flex: 0 0 auto; /* verhindert Strecken */
  }
}

/* max-width for mail_color and footer section */
.main_color .entry-content-wrapper, #footer-template .entry-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}







/* =========================
   #av_section_3 CARD FIX
   ========================= */

#av_section_3 .slide-entry {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Gesamter Content-Bereich wächst */
#av_section_3 .slide-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Textbereich nimmt freien Platz */
#av_section_3 .slide-entry-excerpt {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* DER WICHTIGE PART: Read-more nach unten drücken */
#av_section_3 .read-more-link {
  margin-top: auto;
}

/* Bild stabil */
#av_section_3 .slide-image img {
  width: 100%;
  height: auto;
  display: block;
}