body .grundschule {
  display: none;
}
body.schule .grundschule {
  display: block;
}
body.schule .not-grundschule {
  display: none;
}

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .news-tags .set-news-tag {
  display: inline-block;
  padding: 3px 8px;
  background-color: #777;
  color: #fff;
  opacity: 0.6;
  border-radius: 4px;
  margin: 3px 8px;
}
.news .news-tags .set-news-tag.active {
  background-color: #fff;
  border: 1px solid #555;
  color: #333;
}
.news .news-tags .reset-news-tags {
  display: inline-block;
  padding: 3px 8px;
  background-color: #777;
  color: #fff;
  opacity: 0.6;
  border-radius: 4px;
  margin: 3px 8px;
}
.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 {
  margin-bottom: 1.5rem;
}
.news .article:last-child {
  margin-bottom: 0;
}
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article .news-img-wrap {
  background: #fff;
}
.news .article .news-img-wrap a {
  width: 100%;
}
.news .article .news-img-wrap img {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.news .footer {
  clear: both;
  padding: 0.75rem 0 0 0;
  border-top: 0.063rem solid #787878;
  margin-top: 0.75rem;
  color: #454545;
}
.news .footer p {
  margin-bottom: 0;
}
.news .footer span {
  display: inline-block;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  border-right: 0.063rem solid #787878;
}
.news .footer span:last-child {
  border-right: 0;
}
.news .footer .news-category a {
  text-transform: uppercase;
}
.news .no-news-found {
  color: #ba0202;
}
.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
}
.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: 0.063rem solid #787878;
  border-bottom: 0.063rem solid #787878;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 0.063rem solid #787878;
}

/* single view */
.news-single .splide-news-slider {
  position: relative;
}
.news-single .outer {
  max-width: 100%;
}
.news-single .footer {
  margin-bottom: 1.5rem;
  margin-top: 0.75rem;
  padding: 0.75rem 0 0 0;
  border-bottom: 0;
  border-top: 0.063rem solid #787878;
}
.news-single .footer .news-list-tags .news-list-tag {
  display: inline-block;
  padding: 3px 8px;
  background-color: #777;
  color: #fff;
  opacity: 0.6;
  border-radius: 4px;
}
.news-single .article .news-img-wrap {
  width: 100%;
}
.news-single .article .news-img-wrap img {
  float: none;
}

.news-img-caption {
  color: #454545;
}

/* related news + files */
.news-related-wrap {
  margin-top: 1.5rem;
  border-top: 0.063rem solid #787878;
  clear: both;
}

.news-related {
  padding: 1.5rem 0;
  border-bottom: 0.063rem solid #787878;
}
.news-related ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.news-related ul li {
  padding-bottom: 0;
}
.news-related ul li span {
  border-right: 0.063rem solid #787878;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  color: #454545;
}
.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}

.news-related-links a {
  border-right: 0.063rem solid #787878;
  display: inline-block;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.news-clear {
  clear: both;
}

.news-list-view .article {
  padding: 20px 10px 0 10px;
}
.news-list-view .teaser-text {
  margin-bottom: 80px;
}
.news-list-view .teaser-text p {
  color: #121212;
}
@media (min-width: 801px) {
  .news-list-view article {
    padding: 0 20px;
  }
  .news-list-view .news-content {
    height: 630px;
  }
  .news-list-view .teaser-text {
    margin-bottom: 0px;
  }
}

.news-button:hover, .news-button:focus {
  color: #fff;
  background: #000;
}

.news-list-button a {
  color: #121212;
}
.news-list-button a:hover, .news-list-button a:focus {
  background: #505243;
}
.news-list-button a:hover span, .news-list-button a:focus span {
  color: #fff;
}
.news-list-button a:hover svg, .news-list-button a:focus svg {
  fill: #fff;
}

.hasBg .news-list-button a {
  color: #121212;
  background: #FFF;
}
.hasBg .news-list-button a:hover, .hasBg .news-list-button a:focus {
  background: #505243;
}
.hasBg .news-list-button a:hover span, .hasBg .news-list-button a:focus span {
  color: #fff;
}
.hasBg .news-list-button a:hover svg, .hasBg .news-list-button a:focus svg {
  fill: #fff;
}

/*# sourceMappingURL=news.css.map */
