.dr-section.dr-section-type--dr_teasercombined .container {
  position: relative;
  background: rgba(var(--dr-color-body-bg-secondary-rgb), 1);
}
@media (min-width: 576px) {
  .dr-section.dr-section-type--dr_teasercombined .container {
    border-radius: var(--dr-element-radius);
  }
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .container {
    background: transparent;
    border-radius: 0;
  }
}
.dr-section.dr-section-type--dr_teasercombined .container header {
  position: relative;
  border-radius: var(--dr-element-radius) var(--dr-element-radius) 0 0;
  padding: var(--dr-element-spacer-md);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_teasercombined .container header h2, .dr-section.dr-section-type--dr_teasercombined .container header .h2, .dr-section.dr-section-type--dr_teasercombined .container header h3, .dr-section.dr-section-type--dr_teasercombined .container header .h3, .dr-section.dr-section-type--dr_teasercombined .container header h4, .dr-section.dr-section-type--dr_teasercombined .container header .h4 {
    font-size: var(--dr-font-size-h5);
    text-align: left;
  }
  .dr-section.dr-section-type--dr_teasercombined .container header .dr-intro {
    font-size: var(--dr-font-size-base);
  }
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .container header {
    background: rgba(var(--dr-color-body-bg-secondary-rgb), 1);
    padding: var(--dr-element-spacer-xl);
  }
  .dr-section.dr-section-type--dr_teasercombined .container header:before, .dr-section.dr-section-type--dr_teasercombined .container header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(var(--dr-element-radius) * -2);
    width: calc(var(--dr-element-radius) * 2);
    height: calc(var(--dr-element-radius) * 2);
  }
  .dr-section.dr-section-type--dr_teasercombined .container header:before {
    background: rgba(var(--dr-color-body-bg-secondary-rgb), 1);
  }
  .dr-section.dr-section-type--dr_teasercombined .container header:after {
    background: var(--dr-color-body-bg-primary);
    border-radius: 0 0 0 var(--dr-element-radius);
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .row {
  --bs-gutter-x: var(--dr-element-spacer-xl);
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item {
  margin-bottom: var(--dr-spacer);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item {
    margin-bottom: var(--dr-spacer-xl);
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item .dr-teaser-link {
  width: 100%;
  height: 100%;
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link {
  justify-content: space-between;
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: var(--dr-element-radius);
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-image,
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-image img {
  border-radius: var(--dr-element-radius);
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .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_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link p {
  color: var(--dr-card-color-fg-main);
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-image figure {
  margin: 0;
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-content {
  padding: calc(var(--dr-spacer) * 1.25);
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-content .dr-headline {
  font-size: var(--dr-font-size-h4);
  font-weight: 500;
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-content .dr-headline {
    font-size: var(--dr-font-size-h5);
  }
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link {
    background: var(--dr-card-color-bg-main);
    width: 100%;
    height: 100%;
    border-radius: var(--dr-element-radius);
  }
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-image,
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-image img {
    border-radius: var(--dr-element-radius) var(--dr-element-radius) 0 0;
  }
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .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_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link p {
    color: var(--dr-card-color-fg-main);
  }
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image .dr-teaser-link .dr-teaser-content {
    padding: calc(var(--dr-spacer) * 1.5);
  }
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image:nth-child(odd) .dr-teaser-link {
    flex-direction: column-reverse;
    background: var(--dr-card-color-bg-main);
    width: 100%;
    height: 100%;
    border-radius: var(--dr-element-radius);
  }
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image:nth-child(odd) .dr-teaser-link .dr-teaser-image,
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image:nth-child(odd) .dr-teaser-link .dr-teaser-image img {
    border-radius: 0 0 var(--dr-element-radius) var(--dr-element-radius);
  }
  .dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image:nth-child(odd) .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_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--card-image:nth-child(odd) .dr-teaser-link p {
    color: var(--dr-card-color-fg-main);
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--button-icon .dr-teaser-link {
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
.dr-section.dr-section-type--dr_teasercombined .dr-content .dr-teaser-item.dr-teaser-item--button-icon .dr-teaser-link .icon {
  font-size: 2.5rem;
  font-weight: 400;
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--header {
  width: 100%;
  padding: var(--dr-spacer) 0;
}
@media (min-width: 576px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--header {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--header {
    width: 50%;
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--header header .dr-intro {
  text-align: left;
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons {
  position: relative;
  width: 100%;
  padding-top: var(--dr-spacer-xl);
  padding-bottom: var(--dr-spacer);
}
@media (min-width: 576px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons {
    padding-bottom: 0;
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100vw;
  background: var(--bs-body-bg);
  z-index: 0;
  margin-left: calc(var(--bs-gutter-x) / 2 * -1);
}
@media (min-width: 576px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons:before {
    content: unset;
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons .row {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons {
    width: calc(50% - var(--dr-element-spacer-xl));
    margin-left: var(--dr-element-spacer-xl);
    padding-top: 0;
  }
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--buttons .dr-teaser-link {
  padding: var(--dr-spacer);
  gap: var(--dr-spacer);
}
.dr-section.dr-section-type--dr_teasercombined .dr-content-section--teaser {
  border-radius: 0 var(--dr-element-radius) var(--dr-element-radius) var(--dr-element-radius);
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--teaser {
    background: rgba(var(--dr-color-body-bg-secondary-rgb), 1);
    padding: var(--dr-element-spacer-xl);
  }
  .dr-section.dr-section-type--dr_teasercombined .dr-content-section--teaser .dr-teaser-item {
    margin-bottom: 0;
  }
}

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