/*
    Created on : 09.02.2023, 10:11:48
    Author     : Alex
*/

/* Teaser */

.paragraphs-article-teaser {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  transition: clip-path .3s ease-in-out !important;
  max-width: 326px;
  min-width: 326px;
  margin: 0 auto;
  margin-bottom: 34px;
}

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

article a .paragraphs-article-teaser .paragraphs-article-teaser-content h3 {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  font: 22px/32px "TheSansSemiLight";
}

article a .paragraphs-article-teaser .paragraphs-article-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;
}
