/* Feuerwerk an Neujahr */

/* .ttr_header_inner ( background-color: white; ) */

.headerforeground01, .ttr_header_logo, .js-marquee, .marqueeleft, .clock, .t0, .t1, .t2, .t3, .t4 
 {
	-webkit-filter: grayscale(100%) invert(100%);
		filter: grayscale(100%) invert(100%);
	z-index: 7;
}
#clock { color: #ffffff99 !important; }

#Firework
 { 
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%; /* calc(100% - 260px);*/
	height: 100%;
	z-index: 5;
	-webkit-filter: none;
		-filter: none;
	/* border: dotted 1px red; */
  }
 
 #stats  { display: none; }
 .headerforeground01, .ttr_header_logo { opacity: .7; }

.animation
 { 
	width: 640px; 
	left: 580px;
	top: 64;
	overflow: hidden; 
	position: absolute;
	z-index: 6;
	/* border: dotted 2px red; */
 }

.t0, .t1, .t2, .t3, .t4
 {
	font-size: 1.4em;
	width: 580px;
	text-align: center;
    color: #0099 !important;
	/* left: 480px;
	color: green; */
	z-index: 9;
	/* border: dotted 2px green; */
	/* animation: tmoveup 2s */
 }
 
.t0 { top: 30px; }
.t1 { top: 50px; }
.t2 { top: 70px; }
.t3 { top: 90px; }
.t4 { top: 120px;}

/* @keyframes tmoveup
 {
	from { transform: translateY(-200px)}
	to { transform: translateY(0px)}
 }
	
#trestart { 
    position: absolute; 
    bottom:0; right: 0; 
} */
