.dm-gallery {
  margin-bottom: var(--articleItemMarginBottom);
  padding-top: 1rem;
}

.dm-gallery__overline {
  color: var(--brandColor);
  font-size: 1.125rem;
  margin-bottom: .5rem;
  display: flex;
}

.dm-gallery--kplus .dm-gallery__overline:before {
  content: "";
  margin-left: .1em;
  margin-right: .5em;
  width: 1em;
  height: 1em;
  -webkit-mask: var(--kPlus) no-repeat center center / contain;
  mask: var(--kPlus) no-repeat center center / contain;
  background: var(--white);
  z-index: 1;
  position: relative;
}

.dm-gallery--kplus .dm-gallery__overline:after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background: var(--brandColor);
  border-radius: var(--borderRadius);
}

.rundschau-online .dm-gallery--kplus .dm-gallery__overline:before {
  -webkit-mask: var(--krplus) no-repeat center center / contain;
  mask: var(--krplus) no-repeat center center / contain;
}

.dm-gallery__overline,
.dm-gallery__headline {
  padding-left: var(--mobileMargin);
  padding-right: var(--mobileMargin);
}

button.splide__pagination__page.is-active {
  background-color: var(--brandColor);
}

.dm-gallery__headline {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .dm-gallery {
    background-color: transparent;
    padding-top: 0;
  }

  .dm-gallery__headline {
    font-size: 1.2rem;
  }

  .dm-gallery__overline,
  .dm-gallery__headline {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Fix galleryWidthBug */
@media (min-width: 768px ) and (max-width: 841px) {
  .dm-gallery {
    width: 705px;
  }
}
