* {
  padding: 0;
  margin: 0;
}

#newsticker_meldungen {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  overflow: hidden;
}
#newsticker_meldungen .tickernews_text {
  text-decoration: none;
  font-size: medium;
  color: red;
  line-height: 1;
}
#newsticker_meldungen .tickernews_date {
  font-style: italic;
  font-weight: bold;
  margin-left: 10px;
}/*# sourceMappingURL=plugin_ticker.css.map */