/* 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 ease-in-out;
  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;
}

/* Teaser 23 */

article.node--type--news.node--view-mode--teaser-23 {
  width: 326px;
  height: 360px;
  padding-bottom: 34px;
}

.news-teaser-23 .news-teaser-23-image-wrapper {
  position: relative;
}

.news-teaser-23 .news-teaser-23-image-wrapper .news-teaser-23-image {
  width: 326px;
  height: 201px;
  overflow: hidden;
}

.news-teaser-23 .news-teaser-23-image-wrapper .news-teaser-23-image picture img {
  transition: all .25s ease-in-out;
}

.news-teaser-23:hover .news-teaser-23-image-wrapper .news-teaser-23-image picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-teaser-23 .news-teaser-23-type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}

.news-teaser-23 .news-teaser-23-content .news-teaser-23-meta .news-teaser-23-preheadline {
  padding-top: 17px;
}

.news-teaser-23 .news-teaser-23-content .news-teaser-23-meta .news-teaser-23-preheadline time time {
  font-weight: normal;
}

.news-teaser-23 .news-teaser-23-content .news-teaser-23-meta h3.news-teaser-23-headline {
  font-size: 24px;
  line-height: 30px;
}

article a .news-teaser-23 .news-teaser-23-content h3 {
  transition: all .25s ease-in-out;
}

/* Teaser 23 Landscape */

article.node--type--news.node--view-mode--teaser-23-landscape {
  width: 326px;
  height: 330px;
  padding-bottom: 34px;
}

@media (min-width: 720px) {
  article.node--type--news.node--view-mode--teaser-23-landscape {
    width: 686px;
    height: 201px;
    padding-bottom: 0px;
  }
}

.news-teaser-23-landscape .news-teaser-23-landscape-image-wrapper {
  position: relative;
  width: 326px;
  float: left;
  height: 201px;
}

.news-teaser-23-landscape .news-teaser-23-landscape-image-wrapper .news-teaser-23-landscape-image {
  width: 326px;
  height: 201px;
  overflow: hidden;
}

.news-teaser-23-landscape .news-teaser-23-landscape-image-wrapper .news-teaser-23-landscape-image picture img {
  transition: all .25s ease-in-out;
}

.news-teaser-23-landscape .news-teaser-23-landscape-wrapper {
  width: 326px;
  display: inline-block;
  height: 201px;
  margin-left: 17px;
  border-right: solid 1px #07262d;
}

.news-teaser-23-landscape:hover .news-teaser-23-landscape-image-wrapper .news-teaser-23-landscape-image picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-teaser-23-landscape .news-teaser-23-landscape-type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}

.news-teaser-23-landscape .news-teaser-23-landscape-content .news-teaser-23-landscape-meta .news-teaser-23-landscape-preheadline {
  padding-top: 17px;
}

.news-teaser-23-landscape .news-teaser-23-landscape-content .news-teaser-23-landscape-meta .news-teaser-23-landscape-preheadline time time {
  font-weight: normal;
}

.news-teaser-23-landscape .news-teaser-23-landscape-content .news-teaser-23-landscape-meta h3.news-teaser-23-landscape-headline {
  font-size: 24px;
  line-height: 30px;
}

article a .news-teaser-23-landscape .news-teaser-23-landscape-content h3 {
  transition: all .25s ease-in-out;
}

/* FULL */
.node.node--type--news.node--view-mode--full {
  background-color: var(--background-color);
}

.path-node.page-node-type-news .page.page-neu .content-wrap .slope {
  border-color: var(--background-color) transparent transparent;
}

.paragraph--type--entity-reference .paragraph-wrapper .views-element-container .viewsreference--view-title {
  display: none;
}