.dr-section.dr-section-type--dr_teasercardsimage .container header {
  max-width: var(--dr-container-content-max-width-lg-default);
  margin: 0 auto;
}
.dr-section.dr-section-type--dr_teasercardsimage .container .dr-content-section > .row {
  margin-left: 0;
  margin-right: 0;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--dr-spacer-xl);
}
@media (min-width: 576px) {
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item {
  padding: 0 !important;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link {
  display: flex;
  transition: var(--dr-element-transition);
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: var(--dr-element-radius);
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image.dr-no-media {
  margin-bottom: var(--dr-spacer);
  height: auto;
  min-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dr-card-color-bg-image);
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image.dr-no-media img {
  width: 80%;
  height: auto;
  object-fit: contain;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image,
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image img {
  border-radius: var(--dr-element-radius);
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link p {
  color: var(--dr-card-color-fg-main);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link {
    background: var(--dr-card-color-bg-main);
    width: 100%;
    height: 100%;
    padding: var(--dr-spacer);
    border-radius: var(--dr-element-radius);
  }
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image,
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-image img {
    border-radius: var(--dr-element-inner-radius);
  }
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link:hover {
    box-shadow: var(--dr-card-shadow-hover) rgba(var(--dr-card-color-shadow-rgb), var(--dr-card-shadow-opacity));
  }
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link p {
    color: var(--dr-card-color-fg-main);
  }
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link.show-more {
  margin-left: 0;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content .dr-teaser-text {
  padding-top: var(--dr-spacer-sm);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content .dr-teaser-text {
    padding: 0 var(--dr-spacer-xl) var(--dr-spacer-xl);
  }
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content .dr-teaser-text p {
  width: fit-content;
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content strong {
  font-weight: 600;
  color: var(--dr-link-color);
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content .dr-headline,
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-header .dr-headline {
  font-size: var(--dr-font-size-h4);
  font-weight: 500;
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content .dr-headline,
  .dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-header .dr-headline {
    font-size: var(--dr-font-size-h5);
  }
}
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-content .dr-subheadline,
.dr-section.dr-section-type--dr_teasercardsimage .dr-content .row .dr-teaser-item .dr-teaser-link .dr-teaser-header .dr-subheadline {
  font-size: var(--dr-font-size-small);
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
