@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -30px}
	50%  {margin-top: -60px}
	75%  {margin-top: -90px}
	100% {margin-top: 0}
}*/

@keyframes ticker {
	0%   {margin-top: 0}
	12%  {margin-top: -30px}
	24%  {margin-top: -60px}
	36%  {margin-top: -90px}
	48%  {margin-top: -120px}
	60%  {margin-top: -150px}
	72%  {margin-top: -180px}
	84%  {margin-top: -210px}
	100% {margin-top: 0}
}

/*body { background: #333; width: 100%; height: 100% }*/

.aktuell {
  float: left;
  box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
  width: 600px;
  height: 30px;
  margin: 4px 0px 4px 4px;
  overflow: hidden;
  border-radius: 4px;
  padding: 3px;
  -webkit-user-select: none;
} 

.aktuell span {
  float: left;
  color: #fff;
  padding: 6px;
  position: relative;
  top: 1%;
  border-radius: 4px;
  box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
  font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer;
}

.aktuell ul {
  float: left;
  padding-left: 20px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none;
}

.aktuell ul li {line-height: 20px; list-style: none }

.aktuell ul li a {
  color: #9B9BA1;
  text-decoration: none;
  font: 25px Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}

.aktuell ul:hover { animation-play-state: paused }
.aktuell span:hover

.blue { background: #347fd0 }
.blue span { background: #2c66be }