.T3255 .newsticker {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
}


.T3255 .newsticker .beschriftung {
	margin: 0px !important;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	margin: 0px;
	padding: 6px 15px 6px 15px;
	font-size: 18px;
	line-height: 125%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}


.T3255 .text {
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 18px;
	line-height: 125%;
	padding: 6px 15px 6px 30px;
	margin-left: 20px;
}



/*
.T3255 .text .inner {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}



@media all and (min-width: 1000px) {
	
	.T3255 .text .inner { animation: type 4s steps(120, end); }
	.T3255 .text .inner span.cursor { animation: blink 1s infinite; border-left: 2px solid #fff; margin-left: 5px;  }
	@keyframes type { from { width: 0; }  } 
	@keyframes blink{ to{opacity: .0;} }

}

*/


@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T3255 .newsticker .beschriftung { font-size: 14px; }	
	.T3255 .newsticker .text { font-size: 16px; padding-left: 23px;}	
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3255 .text .inner { white-space: normal;	}
	.T3255 .newsticker .beschriftung { display: block; }
	.T3255 .newsticker .text { padding: 6px 15px 6px 15px; display: inline-block; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3255 .newsticker .beschriftung { font-size: 16px; }
	.T3255 .newsticker .text { font-size: 16px; display: inline-block; }
}

@media all and (max-width: 567px) {
	.T3255 .newsticker { flex-wrap: wrap; }
	.T3255 .newsticker .text { margin: 15px 0px 0px 0px; }
}


