footer.container-footer.footer {
  display: flex;
  height: 7rem;
  align-items: center;
  justify-content: center;
}

#mod-menu110 {
  display: flex !important;
  /* justify-self: center; */
  flex-direction: row !important;
  flex-wrap: wrap;              /* optional: Umbruch wenn zu eng */
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Falls Einträge durch andere Regeln 100% Breite bekommen */
#mod-menu110 > li {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

/* Optional: Links etwas „sauber“ */
#mod-menu110 > li > a {
  display: inline-block;
  padding: 0.25rem 0;
}