.laufband {
width: 100%;
height: 40px;
background: #cb0000;
overflow:hidden;
margin-top: 7px;
}
.laufband .inner {
position: relative;
width: 100%;
display: flex;
color: white;
font-size: 20px;
}
.laufband .inner > * {
white-space: nowrap;
padding: 8px 0 0 0;
}