.lead-space-article.light .leaBanner {
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
}
.lead-space-article.light .leaOnGrid .cmp-teaser .cmp-teaser__content .h2 {
  color: #333333;
}
.lead-space-article.light .leaOnGrid .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  color: #333333;
}
.lead-space-article.dark .leaBanner {
  background: var(--mdc-theme-gradient-top-bottom-black-blue);
}
.lead-space-article.dark .leaOnGrid .cmp-teaser .cmp-teaser__content .h2 {
  color: #ffffff;
}
.lead-space-article.dark .leaOnGrid .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  color: #ffffff;
}
.lead-space-article .leaBanner {
  background: var(--mdc-theme-gradient-top-bottom-black-blue);
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
.lead-space-article .leaOnGrid {
  z-index: 1;
  position: relative;
}
.lead-space-article .leaOnGrid .cmp-teaser .leaImgCont {
  border-radius: 8px;
}
.lead-space-article .leaOnGrid .cmp-teaser .leaImgCont .leaImg {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
