/* GIF auf mobilen Geräten ausblenden */
@media screen and (max-width: 768px) {
  img[src*="gleissicherheit.gif"] {
    display: none !important;
  }
}
