/* Colors */
/* #622558; */
/* Sections bg colors */
/* old purple -> #e5e4ee; */
/* Hero bg colors */
/* Tag Hover colors */
/* Sections bg colors */
/* #622558; */
/* theme-color-variables */
/* gray-color-variables */
/* fonts */
/*  Grid breakpoints */
/*  Grid containers */
/* Spacing */
/* Colors */
/* #622558; */
/* Sections bg colors */
/* old purple -> #e5e4ee; */
/* Hero bg colors */
/* Tag Hover colors */
/* Sections bg colors */
/* #622558; */
/* theme-color-variables */
/* gray-color-variables */
/* fonts */
/*  Grid breakpoints */
/*  Grid containers */
/* Spacing */
.news-teaser {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 4px 4px 50px 4px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.news-teaser:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}
.news-teaser__img img {
  width: 100%;
}
.news-teaser__content {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-teaser__title {
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-teaser__title a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  color: currentColor;
  text-decoration: none;
}
.news-teaser__title a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-teaser__body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-teaser__body p:last-of-type {
  margin-bottom: 0;
}
.news-teaser__badge-list {
  margin-bottom: 1.25rem;
}
.news-teaser__description {
  display: none;
}
.news-teaser__date {
  font-size: 0.875rem;
  margin-top: auto;
}

@media (min-width: 768px) {
  .news-teaser.node--view-mode-promoted {
    display: flex;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__img {
    width: calc(50% - 0.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__img img {
    height: auto;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__content {
    width: calc(50% - 0.625rem);
  }
  .news-teaser.node--view-mode-promoted .news-teaser__date {
    margin-bottom: 0.5rem;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__description {
    display: block;
    margin-bottom: 1.25rem;
  }
  .news-teaser.node--view-mode-promoted .btn {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .news-teaser.node--view-mode-promoted .news-teaser__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.paragraph--type--p-07 .news-teaser {
  box-shadow: 4px 1px 12px 0 rgba(0, 0, 0, 0.05), 4px 10px 12px 0 rgba(0, 0, 0, 0.05);
}
.paragraph--type--p-07 .news-teaser__title a {
  font-family: "Roboto Slab", sans-serif;
  line-height: normal;
}
