


@media screen and (min-width: 768px) {
    html[lang="de-DE"] .Einstiege .Category:first-child a::after {
        content: 'Los geht´s';
    }
    html[lang="en-US"] .Einstiege .Category:first-child a::after {
        content: 'Let\'s go';
    }
}