.news-teaser-extended {
  overflow: hidden;
  max-width: 300px;
}
.news-teaser-extended__image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .news-teaser-extended__image::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) ;
  }

@media (min-width: 955px) {
    .news-teaser-extended {
        max-width: 372px;
    }
}
@media all and (min-width : 1440px) {
  .news-teaser-extended {
    position: relative;
    height: 100%;
    max-height: 442px;

    border-radius: 3px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);

  }
  .news-teaser-extended__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .news-teaser-extended__link {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .news-teaser-extended__link span {
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 60px 0 0 0;
    padding: 21px 10px 11px 20px;
  }

  .news-teaser-extended__link span::after {
    content: '';
    width: 25px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../../images/arrow_red.svg');
    display: inline-block;
  }


  .news-teaser-extended__date {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 33px;
    top: 29px;
    border-radius: 3px;
    background: var( --color-white);
    color: var(--color-primary--1);
    font-family: var(--font-europa);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .news-teaser-extended__texts {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 32px;
    bottom: 32px;
    right: 32px;
  }

  .news-teaser-extended__title,
  .news-teaser-extended__text {
    color : var(--color-white);
    font-family: var(--font-europa);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
  }

  .news-teaser-extended__text {
    font-family: var(--font-inner);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    right: 20%;
  }


}
@media all and (min-width : 1440px) {
    .news-teaser-extended__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
  }
  .news-teaser-extended {
    max-width: 784px;
  }
}
