.news-list-view {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list-view .f3-widget-paginator {
  display: flex;
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: -2rem;
}
.news-list-view .f3-widget-paginator li {
  margin-right: 2rem;
}
.news-list-view .btn-read-more {
  font-size: 0.88rem;
  color: #002C5B;
  font-weight: 700;
  line-height: 1.22rem;
  display: flex;
}
@media screen and (max-width: 33.75em) {
  .news-list-view .btn-read-more {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .news-list-view .btn-read-more {
    position: absolute;
    bottom: 0.72rem;
  }
}
@media screen and (min-width: 85.375em) {
  .news-list-view .btn-read-more {
    bottom: 1.72rem;
  }
}
.news-list-view .btn-read-more:after {
  content: url("/fileadmin/lynx/icons/Arrow.svg");
}
.news-list-view .news-list-item {
  border-bottom: 5px solid #c01953;
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 48em) {
  .news-list-view .news-list-item {
    width: 32%;
    margin-bottom: 2rem;
    min-height: 19rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 67.5em) {
  .news-list-view .news-list-item {
    min-height: 17.5rem;
    padding-bottom: 0;
  }
}
.news-list-view .extra {
  padding: 0.333rem 1.111rem;
  display: inline;
  background: #e5eaee;
  border-radius: 19px 0px 19px 19px;
  font-size: 0.777rem;
  font-weight: 300;
}
@media screen and (min-width: 85.375em) {
  .news-list-view .headline {
    padding-right: 4rem;
  }
}
.news-list-view .headline a {
  color: #002C5B;
  font-size: 1.333rem;
  line-height: 1.777rem;
  font-weight: 400;
}
.news-list-view .lead {
  font-size: 0.777rem;
  line-height: 1.16rem;
  font-weight: 300;
  margin-top: 1rem;
}

.inhalt-news {
  margin-left: 1.11rem;
}

#site_9540 .news {
  margin-top: 7rem;
}
#site_9540 .news .time {
  margin-top: 4.44rem;
  padding: 0.333rem 1.111rem;
  display: inline-block;
  background: #e5eaee;
  border-radius: 19px 0px 19px 19px;
  font-size: 0.777rem;
  font-weight: 300;
}
#site_9540 .news .news-back-button {
  margin-top: 3.3rem;
  display: inline-block;
  font-size: 0.88rem;
  line-height: 1.22rem;
  font-weight: 700;
  padding: 0.83rem 1.11rem;
  background: #002c5b;
  color: #ffffff;
  border-bottom: 2px solid #c01953;
  margin-bottom: 11rem;
  display: inline-flex;
  align-items: center;
}
#site_9540 .news .news-back-button:after {
  content: url("/fileadmin/lynx/icons/Arrow-white.svg");
  position: relative;
  top: 2px;
  left: 8px;
}
#site_9540 .news .news-back-button:hover {
  border-bottom: 2px solid #002c5b;
}
#site_9540 .news .lead {
  color: #002C5B;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  #site_9540 .news .lead {
    font-size: 1.333rem;
    line-height: 2rem;
  }
}
#site_9540 .news img {
  width: 100%;
  height: auto;
}
#site_9540 .news h1 {
  color: #002C5B;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  #site_9540 .news h1 {
    font-size: 2.666rem;
    line-height: 3.88rem;
  }
}
@media screen and (min-width: 48em) {
  #site_9540 .news .news-content {
    width: 66%;
  }
}
#site_9540 .news .extra {
  display: none;
}