.searche-result__item-text .artikul{
    display: block;
}
a:hover .searche-result__item-text .artikul{
    color:var(--wcolor-primary);
}

a.searche-result__item{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--wcolor-secondary);
    transition: all ease 0.25s;
}

a.searche-result__item:hover{
    background-color: var(--wcolor-light);

}