.u-section-1 .u-sheet-1 {
  min-height: 400px;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 0;
  margin-bottom: 60px;
}
/* Übersicht der vergangenen Veranstaltungen (15.09.2026) */
.fg-intro { max-width: 46rem; margin: 0 0 2rem; color: #555; }
.fg-karten { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.fg-karte { display: flex; flex-direction: column; gap: .4rem; padding: 1.5rem; background: #fff; border: 1px solid #e3e6ea; border-radius: 12px; color: #222; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.fg-karte:hover, .fg-karte:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.08); border-color: #478ac9; color: #222; }
.fg-karte-datum { font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; color: #478ac9; font-weight: 700; }
.fg-karte-titel { font-size: 1.3rem; font-weight: 700; line-height: 1.25; }
.fg-karte-text { color: #555; line-height: 1.5; flex: 1; }
.fg-karte-link { margin-top: .6rem; font-weight: 700; color: #478ac9; }
@media (max-width: 575px) { .fg-karten { grid-template-columns: 1fr; gap: 1rem; } .fg-karte { padding: 1.2rem; } }
