.hwrap {
  overflow: hidden; 
  background: #cc1616;
  border-bottom: 0px solid #fff;
}
.hmove { display: flex; }
.hitem {
  flex-shrink: 0;
  width: 35%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #eee;
  font-size: 18px;
  font-weight: 600;
}
.ticker-container {
  position: relative;
}
.goto-aktuelles {
  width: 213px;
  height: 205px;
  background-image: url("../../assets/images/aktuelles.png");
  position: absolute;
  z-index: 5;
  left: 85%;
  margin-top: -75px;
  margin-left: -100px;
  border-bottom: none;
}
#ticker .hitem a {
  color: #fff;
  text-decoration: none !important;
  border-bottom: dotted 0px;
}
#ticker .hitem a:hover {
  border-bottom-color: transparent;
  color: #df6624 !important;
		}
#ticker .hitem a:active {
  color: #df6624 !important;
		}
.hmove a:link,
.hmove a:hover,
.hmove a:visited, 
.hmove a:active {
	color: #eee;
	text-decoration: none !important;
}
@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}
.hmove { 
	animation: tickerh linear 30s infinite; 
	}
.hmove:hover { 
	animation-play-state: paused; 
	}
	@media screen and (max-width: 736px) {	
.hitem {
  flex-shrink: 0;
  width: 90%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #eee;
  font-size: 14px;
  font-weight: 600;
}
.hmove { 
	animation: tickerh linear 25s infinite; 
	}
	
	@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-270%, 0, 0); }
}
.goto-aktuelles {
  width: 140px;
  height: 135px;
  background-image: url("../../assets/images/aktuelles_small.png");
  position: absolute;
  z-index: 5;
  left: 85%;
  margin-top: -40px;
  margin-left: -80px;
  border-bottom: none;
}

			}
