.block.news {
  color: var(--wp--preset--color--brightgrey);
  max-width: none;
}
.block.news.weiss {
  background-color: #FFF;
}
.block.news.grau {
  background-color: #F2F2F2;
}
.block.news.gruen {
  background-color: #92BB44;
}
.block.news.gruen .news-wrapper .news-headline {
  color: #FFF;
}
.block.news .news-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 1.5em;
}
.block.news .news-wrapper .news-headline {
  text-transform: uppercase;
  color: #92BB44;
  padding: 1em 1em 1em 0;
}
.block.news .news-wrapper .news-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.5em;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry {
  width: 33.333333%;
  padding: 1.5em;
  transition: opacity 150ms;
}
@media (max-width: 991px) {
  .block.news .news-wrapper .news-inner-wrapper .news-entry {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .block.news .news-wrapper .news-inner-wrapper .news-entry {
    width: 100%;
    margin-bottom: 2em;
  }
}
.block.news .news-wrapper .news-inner-wrapper .news-entry:hover {
  opacity: 0.75;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .comp-image .image-box {
  padding-top: 100% !important;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .comp-image .image-box img {
  object-fit: cover;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .image-placeholder {
  width: 100%;
  padding-top: 100%;
  background-color: #f2f2f2;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .flag-date {
  margin-top: 1em;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .flag-date .news-flag {
  color: #92BB44;
  font-weight: 700;
  text-transform: uppercase;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .flag-date .date {
  color: #717171;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .title {
  color: #000;
  text-transform: none;
  margin: 0.1em 0;
}
.block.news .news-wrapper .news-inner-wrapper .news-entry .teasertext {
  color: #717171;
}