/**************************************/
/* Default styles for news extension */
/**************************************/
.news .news-single {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.newslider {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
}
.sliderimage {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-size: cover;
  background-position: center;
}
.newscontent {
  width: 100%;
  display: block;
  float: left;
  padding: 2.5% 0 0 0;
}
.news .clear {
  clear: both;
}
.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}
.news .nav li {
  float: left;
}
.news .nav a {
  float: left;
  display: block;
}
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news .news-list-view {
  width: 100%;
  margin: 0;
  float: left;
  position: relative;
}
.news .news-list-view .article {
  width: 100%;
  padding: 0%;
  margin: 0 0 1.3% 0;
  display: inline-block;
  float: left;
  background: #fff;
  position: relative;
  opacity: 0;
  top: 100px;
}
.news .news-list-view .news-img-wrap {
  float: left;
  height: auto;
  width: 30%;
}
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 0px;
  border: 0px solid #ddd;
  background: #fff;
}
.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: 100%;
}
.news .news-list-view .article .teaser-text {
  margin: 0;
  width: 70%;
  padding: 1.3%;
  float: left;
}
.news .article h3 {
  margin-bottom: 10px;
  font-size: 21px;
}
.news .news-list-view h3 a {
  line-height: 120%;
  text-decoration: none !important;
}
.news-single .article h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 1.75rem;
}
.news .news-list-view .news-list-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background: #fff;
  line-height: 100%;
  font-size: 14px;
}
.news-list-description {
  width: 100%;
  margin: 10px 0;
}
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}
.news .footer p {
  line-height: 1em;
}
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news .footer span:last-child {
  border-right: 0;
}
.news .footer .news-category a {
  text-transform: uppercase;
}
.news .no-news-found {
  color: #3b7f8a;
  font-style: italic;
}
.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
.news .page-navigation ul li a {
  display: block;
}
/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}
.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}
/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.news-single .article .news-img-wrap {
  float: right;
  margin: 0 0 20px 0;
  width: 100%;
}
.news-single .article .news-img-wrap img {
  float: none;
}
.news-single .teaser-text {
  font-weight: 700;
  margin-bottom: 20px;
}
.news-text-wrap {
  margin-bottom: 10px;
  width: 100%;
}
.news-img-caption {
  color: #888;
}
/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}
.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}
.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}
.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}
.news-related h4 {
  margin-bottom: 10px;
}
.news-related-files ul li {
  margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}
.news-clear {
  clear: both;
}
.news-list-category {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.news-single .mediaelement,
.news-single .mediaelement-video {
  width: 100%;
}
.news-single .mediaelement .zw_youtube {
  width: 100% !important;
  height: 56.25%;
}
.news-single .news-img-wrap .outer {
  width: 24.25%;
  margin: 0 1% 1% 0;
  float: left;
}
.news-single .news-img-wrap .outer:nth-child(4n) {
  margin-right: 0;
}
.news .news-list-view .page-navigation {
  text-align: left;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
}
.news-single ul.pager {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  width: 100%;
  text-align: center;
}
.news-single ul.pager li {
  display: inline-block;
}
.news-single .previous .fa {
  margin-right: 10px;
}
.news-single .next .fa {
  margin-left: 10px;
}
.news-list-item .col-md-12 .img-responsive {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-list-item h3 {
  font-size: 1.5rem;
  margin-top: 3%;
}
.news-list-item.row .col-md-12:last-child {
  display: flex;
  flex-wrap: wrap;
}
.news-list-item.row .col-md-12 a {
  align-self: flex-end;
}
.news-list-view .news-list-item p {
  padding-right: 5px;
}
.news-list-view .f3-widget-paginator {
  text-align: left;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
}
.news-list-view .f3-widget-paginator li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
@media all and (max-width: 792px) {
  .news .news-list-view .article {
    width: 49.35%;
    padding: 0%;
    margin: 0 1.3% 1.3% 0;
    display: inline-block;
    float: left;
    background: #fff;
    position: relative;
    opacity: 0;
    top: 100px;
  }
  .news .news-list-view .news-img-wrap {
    width: 100%;
  }
  .news .news-list-view .article .teaser-text {
    width: 100%;
  }
  .news .news-list-view .article:nth-child(3n) {
    margin: 0 1.3% 1.3% 0;
  }
  .news .news-list-view .article:nth-child(2n) {
    margin: 0 0% 1.3% 0;
  }
}
@media all and (max-width: 440px) {
  .news .news-list-view .article {
    width: 100%;
    padding: 0%;
    margin: 0 0% 1.3% 0 !important;
    display: inline-block;
    float: left;
    background: #fff;
    position: relative;
    opacity: 0;
    top: 100px;
  }
}
.news-list-view.card-menu-columns-3 .news-list-item {
  border: 1px solid #EDEDED;
  padding-top: 15px;
}
.news-list-item {
  flex-direction: column;
}
.news-list-item .col-md-12:last-child {
  flex-grow: 1;
}
.frame-type-news_categorylist .news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem;
  margin-left: 2%;
}
.frame-type-news_categorylist .news .news-menue-item:hover {
  filter: contrast(60%);
}
.frame-type-news_pi1 .card-menu-item,
.frame-type-news_newsliststicky .card-menu-item {
  margin: 0;
}
@media (max-width: 750px) {
  .frame-type-news_categorylist .news {
    grid-template-columns: repeat(2, minmax(45%, 1fr));
  }
}
.news-menue-item:has([title^='Fußballschule']) {
  display: none;
}
