header + div + section.bg-anthracite-light {
    position: relative;
}
header + div + section.bg-anthracite-light::after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 250px;
    top: 96px;
    right: 0;

    background-image: url(/img/site/kampen_800/slinger1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}

header + div + section.bg-anthracite-light {
    overflow: hidden;
    padding-bottom: 3rem;
}

header + div + section.bg-anthracite-light::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: -290px;
    left: 0;

    background-image: url(/img/site/kampen_800/slinger2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;

    transform: rotate(90deg);
}


header + div + section.bg-anthracite-light > .container {
    position: relative;
    z-index: 1;
}