.schlusssatz, .preis-ein {font-size: 18px; padding-bottom: 10px;font-weight: bold; color: #e86535; }
.zeit1, .zeit2, .zeit3 {display: flex; flex-flow: row wrap; justify-content: space-between; font-size: 18px; padding: 5px; border: solid 1px grey; }
.zeit-name1, .zeit-name2, .zeit-name3 {width: 120px; }
.position-17.seite-header.tck-module p {margin-bottom: 0px; }
#bannermenu a:active {color:#ff0000; font-weight:bold; }
@keyframes marquee {
 0%   { text-indent: 0% }
 100% { text-indent: 100% }
}

.marquee {
 width: 100px;
 margin: auto;
 padding: 2px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 1px #CCCCCC;
 animation: marquee 10s linear infinite;
}