.archive-article-hero--un-samhouri {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(6, 16, 28, .91) 0%, rgba(6, 16, 28, .73) 48%, rgba(6, 16, 28, .38) 76%, rgba(6, 16, 28, .5) 100%),
    linear-gradient(0deg, rgba(6, 16, 28, .58), rgba(6, 16, 28, .08) 64%),
    url('/aktuelles/assets/img/un-ehrt-hamas-baerbock.jpg') center center / cover no-repeat;
}

.archive-article-hero--un-samhouri .container {
  position: relative;
  z-index: 1;
}

.archive-article-content .article-return {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(16, 19, 34, .16);
}

.archive-article-content .article-return a {
  display: inline-flex;
  color: #000;
  font-weight: 800;
}

@media (max-width: 680px) {
  .archive-article-hero--un-samhouri {
    background:
      linear-gradient(90deg, rgba(6, 16, 28, .9), rgba(6, 16, 28, .58)),
      url('/aktuelles/assets/img/un-ehrt-hamas-baerbock.jpg') 52% center / cover no-repeat;
  }
}
