.overview_news .button_wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 1em;
}

.overview_news.dark_background:after {
    background-color: var(--background);
    background-image: var(--lightgradient);
    background-attachment: fixed;
}