@charset "UTF-8";
/* CSS Document */


/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ================================================= **** buttongrid **** ================================================== */
/* ===================================================================================================================== */
#animate-container {
width: auto;
 text-transform: uppercase;
 padding: 0 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
position: relative;
		white-space: nowrap;
		animation: moveTicker 16s linear infinite;
		display: inline-block;	
}

#animate-container:hover {
 animation-play-state: paused;
}

@keyframes moveTicker {
 0% {
   transform: translate3d(0%, 0%, 0px);
			left: 100%;
	  opacity: 0;
 }
20% {
 opacity: 1;
 }
 80% {
 opacity: 1;
 }
	
 85% {
 opacity: 0;
 }

 100% {
 transform: translate3d(-100%, 0%, 0px);
			left: 0%;
	 opacity: 0;
 }
}



.laufitem{
	 	width: auto;
	
}
.laufitem a{
		width: 100%;
}

.laufitem a:hover{
	text-decoration: underline;
}

/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {


/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {


/* ===================================================================================================================== */
/* ================================================= **** buttongrid **** ================================================== */
/* ===================================================================================================================== */

/* ------------------------------------------------------------------------ */

}