/* v336 · Hintergrundmotiv auf hellem Grau klarer lesbar */
.systemwissen-hub-page .lexicon-editorial-surface::before {
  background-image: url("/assets/systemwissen-spine.webp?v=336");
  opacity: .095;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 2%,
    #000 13%,
    #000 87%,
    transparent 99%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 2%,
    #000 13%,
    #000 87%,
    transparent 99%
  );
}

@media (max-width: 1000px) {
  .systemwissen-hub-page .lexicon-editorial-surface::before {
    opacity: .055;
  }
}

@media (max-width: 620px) {
  .systemwissen-hub-page .lexicon-editorial-surface::before {
    display: none;
  }
}
