.lauftext{width:100%;overflow:hidden;white-space:nowrap}.lauftext span{display:inline-block;padding-left:100%;animation:lauftext 12s linear infinite}@keyframes lauftext{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}