.content_element.effekt-headline article.text .headline {
    overflow: hidden;
}
.content_element.effekt-headline article.text .headline .h {
    background: linear-gradient( to right, #fff 50%,var(--primary) 50%);
    background-size: auto;
    background-clip: border-box;
    background-size: 200% 100%;
    background-position-x: 0%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}



