.newsGrid .wrapper--newsGrid, .newsGrid .headline__subpage {
  background-color: #F2F2F2;
}
.newsGrid .wrapper--newsGrid {
  padding-top: 2.5rem;
  margin-bottom: 2em;
}
.newsGrid .headline__subpage {
  margin-bottom: 0;
}
.sectionTitle.sectionTitle--singleNews {
  line-height: 1.1;
  color: #000;
  text-align: center;
  text-transform: none;
}
.news__years {
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news__years > .b {
  margin: 0.5em;
}
.news__dateAndType {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1em;
  text-align: center;
}
.news__dateAndType .news__date {
  color: #66cc00;
}
.news__dateAndType .news__type {
  width: auto;
  display: inline-block;
  padding: 0.2em 0.7em 0 0.7em;
  line-height: 1.2;
  font-family: "vw_headline", cursive;
  background-color: #66cc00;
  color: #fff;
  margin: 0 0.4em;
}
.grid-sizer, .article__galleryImage--masonry {
  width: 50%;
  padding: 0.25em;
  position: relative;
  opacity: 1 !important;
}
.grid-sizer {
  pointer-events: none;
}
.elementGrid__outer {
  margin-bottom: 1.5em;
}
.zbranaSredstva {
  padding: 1em;
  margin: 1em auto 2em auto;
  border-radius: 0.5em;
  color: #fff;
  background-color: #d3ba35;
  text-align: center;
}
.zbranaSredstva b {
  font-size: 1.3em;
}
.zbranaSredstva > div {
  font-size: 1.5em;
  line-height: 1;
}
@media (min-width: 48em) {
  .grid-sizer, .article__galleryImage--masonry {
    width: 33.33%;
    padding: 0.25em;
  }
}
@media (min-width: 65em) {
  .grid-sizer, .article__galleryImage--masonry {
    width: 33.33%;
    padding: 0.25em;
  }
}
@media (min-width: 75em) {
  .grid-sizer, .article__galleryImage--masonry {
    width: 20%;
    padding: 0.25em;
  }
}
