@media (min-width: 1001px) {
  body .site-header-banner .site-header-gallery .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    background-image: url(https://www.kac.at/wp-content/themes/kac/functions/kac_stripes/css/../images/grafik_header_weiß.svg);
    background-position: right 0 bottom -300px;
    background-repeat: no-repeat;
    background-size: 200px;
  }
  .site-footer.site-footer-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    background-image: url(https://www.kac.at/wp-content/themes/kac/functions/kac_stripes/css/../images/grafik_footer_weiß.svg);
    background-position: left 0 top -15px;
    background-repeat: no-repeat;
    background-size: 200px;
  }
}
