.f-caption {
  background: rgba(255, 255, 255, 0.9) !important; /* Weißer, leicht transparenter Hintergrund */
  color: #333333 !important;                       /* Dunkelgraue Schriftfarbe */
  font-size: 24px !important;                      /* Größere Schrift */
  font-weight: bold !important;                    /* Fettschrift */
  padding: 15px !important;                        /* Mehr Innenabstand */
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px !important;                   /* Abgerundete Ecken */
  order: -1;
}