@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.news-teasers .news-teaser {
  margin: 0 0 20px 0;
  text-decoration: none;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: background 300ms;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .news-teasers .news-teaser {
    margin: 0 0 25px 0;
  }
}
.news-teasers .news-teaser .news-teaser-visual-wrapper {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-teasers .news-teaser .news-teaser-visual-wrapper .news-teaser-visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 500ms;
}
.news-teasers .news-teaser:hover .news-teaser-visual {
  transform: scale(1.05);
}
.news-teasers .news-teaser .news-teaser-content,
.news-teasers .news-teaser .news-teaser-bottom {
  padding: 0 20px 20px 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .news-teasers .news-teaser .news-teaser-content,
  .news-teasers .news-teaser .news-teaser-bottom {
    padding: 0 30px 20px 30px;
  }
}
.news-teasers .news-teaser .news-teaser-content h4,
.news-teasers .news-teaser .news-teaser-bottom h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}
@media (min-width: 768px) {
  .news-teasers .news-teaser .news-teaser-content h4,
  .news-teasers .news-teaser .news-teaser-bottom h4 {
    font-size: 20px;
  }
}
.news-teasers .news-teaser .news-teaser-content .news-teaser-date,
.news-teasers .news-teaser .news-teaser-bottom .news-teaser-date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-teasers .news-teaser .news-teaser-content .news-teaser-date i,
.news-teasers .news-teaser .news-teaser-bottom .news-teaser-date i {
  margin-right: 4px;
}
.news-teasers .news-teaser .news-teaser-content p,
.news-teasers .news-teaser .news-teaser-bottom p {
  padding-top: 12px;
}
.news-teasers .news-teaser .news-teaser-bottom {
  padding-top: 0;
  margin-top: auto;
}
.news-teasers .news-teaser .news-teaser-bottom i {
  margin-left: 4px;
}
.news-teasers .news-teaser:hover {
  color: #052f3c;
}
.news-teasers.homepage .news-teaser-content {
  padding: 0 20px 20px 20px;
}
.news-teasers.homepage .news-teaser-content .news-teaser-date {
  font-size: 14px;
  line-height: 22px;
}
.news-teasers.homepage .news-teaser-content p {
  color: #333;
  font-weight: 400;
}
.news-teasers.news-archive .news-teaser {
  background-color: #f1f3f6;
}
.news-sidebar {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .news-sidebar {
    padding: 0 10px;
  }
}
.news-sidebar .news-teaser {
  border-radius: 10px;
  background-color: #f1f3f6;
}
@media (min-width: 768px) {
  .news-sidebar .news-teaser {
    background-color: #FFF;
  }
}
.news-sidebar .news-teaser .news-teaser-visual {
  padding-top: 43%;
  border-radius: 10px 10px 0 0;
}
.news-sidebar .news-teaser .news-teaser-content,
.news-sidebar .news-teaser .news-teaser-bottom {
  padding: 0 20px 20px 20px;
}
.news-sidebar .news-teaser .news-teaser-content p,
.news-sidebar .news-teaser .news-teaser-bottom p {
  margin: 0;
  line-height: 26px;
}
.news-sidebar .news-teaser .news-teaser-content h4,
.news-sidebar .news-teaser .news-teaser-bottom h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.news-sidebar .news-teaser .news-teaser-content .news-teaser-date,
.news-sidebar .news-teaser .news-teaser-bottom .news-teaser-date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.news-detail.visual {
  margin-bottom: 25px;
}
.news-detail .news-date {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #052f3c;
  padding-top: 9px;
}
@media (min-width: 992px) {
  .news-detail .news-date {
    padding-top: 0;
    line-height: 45px;
    font-size: 20px;
  }
}
.news-detail .social-icons {
  display: inline-block;
  float: right;
}
.news-detail .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: yellow;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  vertical-align: top;
}
.news-detail .social-icons a.icon-facebook {
  background: #5571a4;
}
.news-detail .social-icons a.icon-twitter {
  background: #53b4e6;
}
.news-detail .social-icons a.icon-linkedin {
  background: #3d84ac;
}
.news-detail .social-icons a.icon-mail {
  background: #f14733;
  font-size: 20px;
}
.news-detail .content-text {
  padding-top: 20px;
}
.news-detail .content-text .content-teaser {
  font-size: 18px;
  line-height: 30px;
  padding-top: 0;
  font-weight: 600;
}
.intro-tekst {
  font-size: 20px;
  line-height: 30px;
}
/*# sourceMappingURL=../maps/custom/news.css.map */
