<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article.stoerer {
  z-index: 1;
}
article.stoerer .content {
  padding: 2rem 1rem;
  background-color: var(--secondary);
}
@media screen and (min-width: 768px) {
  article.stoerer .content {
    background-color: var(--secondary);
    color: white;
    position: absolute;
    width: auto;
    max-width: 50vw;
    left: 6vw;
    bottom: -3vw;
    border-radius: 0.5rem;
    z-index: 1;
  }
}
</pre></body></html>