
/* Aankondigingsbalk mobiel fix */
@media (max-width: 749px) {
  .announcement-bar-slide {
    display: block !important;
  }
}