.marquee-banner{
    overflow:hidden;
    white-space:nowrap;
    height:40px; line-height:40px;
    background:#fff; color:#495057; font-size:14px; font-weight:500;
    padding:0; /* kein horizontales Padding am Container */
  }
  .marquee-banner .chunk{ display:inline-block; }
  .marquee-banner .sep{ display:inline-block; width:0; } /* Breite setzt JS */