@media (min-width: 992px) {
}
.news-teasers .news-teaser {
  margin: 20px 0;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: background 300ms;
  display: block;
  width: 100%;
}
.news-teasers .news-teaser .news-teaser-visual {
  position: relative;
  margin-bottom: 20px;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.news-teasers .news-teaser .news-teaser-visual:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 1;
  transition: opacity 300ms;
}
.news-teasers .news-teaser:hover .news-teaser-visual:before {
  opacity: 0;
}
.news-teasers .news-teaser .news-teaser-content {
  padding: 0 20px;
}
.news-archive .news-teaser {
  margin-top: 0;
  margin-bottom: 40px;
}
.news-archive .news-teaser .news-teaser-visual {
  border-radius: 5px;
}
.news-sidebar .news-teaser {
  margin-top: 0;
}
.news-sidebar .news-teaser p {
  margin: 0;
  line-height: 26px;
}
.news-sidebar .news-teaser .news-teaser-date {
  font-size: 12px;
  color: #adadad;
}
.news-sidebar .news-teaser .news-teaser-visual {
  border-radius: 5px;
}
.intro-tekst {
  font-size: 20px;
  line-height: 30px;
}
/*# sourceMappingURL=../maps/custom/news.css.map */
