/*
 * Fotowand – Skyline-Bin-Packing, 100 % Innenbreite #block-saarland-today-content.
 * Kein gap/margin: 5px Innen-Padding je Kachel → 10px optisch zwischen Bildern.
 */
.article-gallery {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.saarland-gallery.gallery-photo-wall {
  --st-gallery-lightbox-inset: clamp(
    10px,
    calc(10px + (100vw - var(--st-logo-vw-min, 452px)) * 140 / var(--st-logo-vw-span, 1604)),
    150px
  );
  --wall-ref-width: 1140;
  --wall-total-height: 1000;

  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: var(--wall-ref-width) / var(--wall-total-height);
  background: var(--st-hell-light, var(--color-fff));
}

.gallery-photo-wall__item,
.saarland-gallery__item {
  box-sizing: border-box;
  position: absolute;
  left: var(--tile-left, 0%);
  top: var(--tile-top, 0%);
  width: var(--tile-width, 25%);
  height: var(--tile-height, 10%);
  margin: 0;
  padding: 5px;
  overflow: hidden;
  border-radius: 0;
  background: var(--st-hell-light, var(--color-fff));
}

.saarland-gallery__link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.saarland-gallery__link > [data-name="saarland_today_cdn"],
.saarland-gallery__link > div[data-name] {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.saarland-gallery__link:focus-visible {
  outline: 2px solid var(--st-focus, var(--color-2563eb));
  outline-offset: 2px;
}

.saarland-gallery__image,
.saarland-gallery__link img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center center;
}

/* Tablet Hochkant: eigenes Skyline-Layout (25 % / 50 %). */
@media (max-width: 1024px) and (orientation: portrait) {
  .saarland-gallery.gallery-photo-wall {
    aspect-ratio: var(--wall-ref-width) / var(--wall-total-height-portrait, var(--wall-total-height));
  }

  .gallery-photo-wall__item,
  .saarland-gallery__item {
    left: var(--tile-left-portrait, var(--tile-left, 0%));
    top: var(--tile-top-portrait, var(--tile-top, 0%));
    width: var(--tile-width-portrait, var(--tile-width, 25%));
    height: var(--tile-height-portrait, var(--tile-height, 10%));
  }
}

/* Handy: volle Breite, natürliche Bildhöhe. */
@media (max-width: 768px) {
  .saarland-gallery.gallery-photo-wall {
    aspect-ratio: unset;
    height: auto;
  }

  .gallery-photo-wall__item,
  .saarland-gallery__item {
    position: static;
    width: 100%;
    height: auto;
  }

  .saarland-gallery__link {
    height: auto;
  }

  .saarland-gallery__link > [data-name="saarland_today_cdn"],
  .saarland-gallery__link > div[data-name] {
    height: auto;
  }

  .saarland-gallery__image,
  .saarland-gallery__link img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.pswp.saarland-gallery-lightbox .saarland-gallery-lightbox__title {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  max-width: min(90vw, 960px);
  margin: 0;
  padding: 0 1rem;
  color: var(--color-fff);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 8px var(--color-functional-029);
  pointer-events: none;
}

.pswp.saarland-gallery-lightbox .saarland-gallery-lightbox__copyright {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2000;
  max-width: min(70vw, 640px);
  margin: 0;
  color: var(--color-functional-030);
  line-height: 1.35;
  text-align: right;
  text-shadow: 0 1px 6px var(--color-functional-006);
  pointer-events: none;
}
