.news a
{
 text-decoration:none;
}

.NewsStart-Container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
/*.newsHeader .subline
{
	font-size: 2.25rem;
	line-height: 3.25rem;
	
}*/


.news .f3-widget-paginator{
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

.news .f3-widget-paginator li{
  float: left;
  width: auto;
  list-style-type: none;
  margin: 0;
}

.news .f3-widget-paginator li.current a{
  background: #00395d;
  color: #fff;
  text-decoration: none;
}

.news .f3-widget-paginator li a{
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 5px 10px 0 0;
  background: #f1f1f1;
  float: left;
  width: auto;
  text-decoration: navajowhite;
  border-radius: 0;
  border: none;
  padding: 10px 17px;
}

.news .f3-widget-paginator li a::before{
  content: "";
  font-size: 19px;
}




.NewsStart-Container .normalenews a{
  text-decoration: none;
}

.NewsStart-Container h3
{
	margin-bottom: 1.2rem;
}

.label.date {
  width: max-content;
}
.textNews {
  bottom: 25px;
  left: 10px;
}
.course {
  top: 0;
  left: 0;
  background: rgba(0, 2, 149, 0.14);
  background: -moz-linear-gradient(top, rgba(0, 2, 149, 0.14) 0%, rgba(0, 23, 127, 0.14) 39%, rgba(0, 57, 93, 0.99) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 2, 149, 0.14)), color-stop(39%, rgba(0, 23, 127, 0.14)), color-stop(100%, rgba(0, 57, 93, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 2, 149, 0.14) 0%, rgba(0, 23, 127, 0.14) 39%, rgba(0, 57, 93, 0.99) 100%);
  background: -o-linear-gradient(top, rgba(0, 2, 149, 0.14) 0%, rgba(0, 23, 127, 0.14) 39%, rgba(0, 57, 93, 0.99) 100%);
  background: -ms-linear-gradient(top, rgba(0, 2, 149, 0.14) 0%, rgba(0, 23, 127, 0.14) 39%, rgba(0, 57, 93, 0.99) 100%);
  background: linear-gradient(to bottom, rgba(0, 2, 149, 0.14) 0%, rgba(0, 23, 127, 0.14) 39%, rgba(0, 57, 93, 0.99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000295', endColorstr='#00395d', GradientType=0);
}
.topnews a:hover {
  text-decoration: none;
}
.normalenews:hover .newsText5050 {
  background: #bdce0d;
}
.normalenews a:hover {
  color: #00395d;
}
#startseite .news-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 154px 0px;
  background-position-x: center;
}
.news-list-view a:hover {
  text-decoration: none;
 color:#000;
}

.news-list-view .folgeseiten .news-img-wrap
{
	background-repeat: no-repeat;
	background-size: cover;
	height: 285px;
	width: 100%;
  	min-height: unset;
}

.news-list-view .folgeseiten .header h3{
  	margin: 1rem 0;
}

.news-list-view .folgeseiten  a{
  	color: #003a79 !important;
}

.news-list-view .folgeseiten .teaser-text p{
  	font-size: 0.9em;
}


@media (min-width: 768px) {
  .NewsStart-Container div:nth-child(4) {
    flex-direction: row-reverse;
  }
	.NewsStart-Container .normalenews{
  min-height: 500px;
}
}
@media (min-width: 992px) {}
@media (min-width: 1440px) {
	
  .NewsStart-Container div:nth-child(3) {
    flex-direction: row-reverse;
  }
  .NewsStart-Container div:nth-child(4) {
    flex-direction: row;
  }
  .NewsStart-Container .newsHeader h3 {
    font-size: 3.2em;
  }
}