/* Menübilder zentriert über dem Text */
#sp-menu li a {
  display: flex !important;
  flex-direction: column !important; /* Bild über Text */
  align-items: center !important;    /* horizontal zentrieren */
  justify-content: center !important;
  text-align: center !important;
}

#sp-menu li a img {
  display: block !important;
  margin-bottom: 5px !important;     /* Abstand unter dem Bild */
  max-width: 64px !important;        /* Bildgröße anpassen */
  height: auto !important;
}