.w-nav-headmenu .w-navbar-nav > li > span.indiv-header-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 6px;
    color: #fff;
    letter-spacing: 0.1em;
    padding-left: 10px;
}
.w-nav-headmenu .w-navbar-nav > li > span.indiv-header-text::before {
    content: '';
    background-image: url(/static/indiv_layoutanpassungen/Eisschale.svg);
    height: 15px;
    margin-right: 6px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 1px;
}

.indiv-registrieren-button::before {
    content: '';
    background-image: url(/static/indiv_layoutanpassungen/eisunion_icon_registrierung.svg);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 1px;
}

.indiv-registrieren-button:hover::before {
    background-image: url(/static/indiv_layoutanpassungen/eisunion_icon_registrierung_hover.svg);
}

.head-schnellbestellung a::before {
    content: '';
    background-image: url(/static/indiv_layoutanpassungen/eisunion_icon_schnellbestellung.svg);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 1px;
}

.head-schnellbestellung a:hover::before {
    background-image: url(/static/indiv_layoutanpassungen/eisunion_icon_schnellbestellung_hover.svg);
}

.head-account a::before {
    content: '';
    background-image: url(/static/indiv_layoutanpassungen/eisunion_icon_konto.svg);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 1px;
}

.head-account a:hover::before {
    background-image: url(/static/indiv_layoutanpassungen/eisunion_icon_konto_hover.svg);
}