/* Störmeldungs-Ticker */

#hafas-ticker {
	margin-top: 15px;
	overflow: hidden;
	color: white;
	font-size: 18px;
}
#hafas-ticker-inner {
	background-color: #e3001b;
}
#hafas-ticker-content {
	width: 100%;
  overflow: hidden;
}
#hafas-ticker-content .js-marquee {
	margin: 5px 0px;
}
#hafas-ticker-content ul {
	list-style: none;
	margin: 5px 0px;
	padding: 0;
}
#hafas-ticker-content ul li {
	display: inline-block;
	margin-right: 20px;
}
#hafas-ticker-content ul li::after {
	content: "+++";
	margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #hafas-ticker {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding-right: 14px;
  }
  body.area-aktuelles #hafas-ticker {
    width: 66%;
  }
}
