
/*** T3SB identifier: t3sbsCSSassets_10825 */

/* t3sbs_assets_10825 */
#c10819 .row {
  align-items: stretch; /* alle col gleich hoch */
}

#c10819 .col {
  display: flex; /* jede col ist Flex-Container */
}

#c10819 .col > div {
  flex: 1; /* Box-Inhalt füllt volle Höhe */
  display: flex;
  flex-direction: column; /* sorgt dafür, dass Inhalt sauber im Block bleibt */
  padding-left: 22px;
  padding-right: 22px;
}

#c10819 li {
  margin-bottom: 10px;
}

#c10819 li:last-child {
  margin-bottom: 0;
}

.gallery.imageorient-17.col-md-4.float-md-end.ms-md-3.w-75 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


	

