.streifen{--streifen-kachel:230px;--streifen-abstand:12px;--streifen-halb:calc(6 * (var(--streifen-kachel) + var(--streifen-abstand)));--streifen-dauer:42s;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,currentColor 40px calc(100% - 40px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,currentColor 40px calc(100% - 40px),#0000 100%)}.streifen-spur{gap:var(--streifen-abstand);width:max-content;animation:streifen-lauf var(--streifen-dauer) linear infinite;display:flex}@keyframes streifen-lauf{0%{transform:translate(0,0)}to{transform:translate3d(calc(-1 * var(--streifen-halb)), 0, 0)}}@media (prefers-reduced-motion:reduce){.streifen-spur{animation:none}}