/* NEWS */

/* Teaser */

.news-teaser {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  /*transition: clip-path .3s ease-in-out !important;*/
  margin-bottom: 34px;
  height: 440px;
}

.news-teaser-content {
  padding: 25.5px 21.25px 42.5px;
}

.magazine-teaser__meta {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  text-decoration: none;
  color: #1964ff;
}

article a .news-teaser .news-teaser-content h3 {
  display: block;
  margin-bottom: 5px;
  color: #07262d;
  text-decoration: none;
  transition: all .3s;
  font: 22px/32px "TheSansSemiLight";
}

article a .news-teaser .news-teaser-meta {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  font: 16px/21px "TheSansExtraLight";
}

.page-node-type-news p {
  font-size: 18px;
  line-height: 32px;
}

.page-node-type-news .news .paragraph.paragraph--type--no-wrapper {
  padding-bottom: 37px;
}

article .news {
  padding-bottom: 34px;
}

.news-teaser .news-teaser-image .filtered {
  position: relative;
}

.news-teaser .news-teaser-image .filtered img {
  position: absolute;
  top: -196px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.node--news--teaser a .news-teaser .news-teaser-image picture .origin {
  font-size: 0;
}

article a:hover .news-teaser .news-teaser-image .filtered img {
  /*opacity: 0;*/
}