.w-prefix, .w-root, .w-suffix, .w-postfix, .w-base, .w-endung{
    padding:2px;
    background-size:100% !important;
    background-repeat:no-repeat !important;
} 

.w-endung{
    padding-top:0;
    
}
.w-prefix{/*#e82751*/
    background-image:url("prefix.svg");
}
.w-root{
    background-image:url("root.svg");
}
.w-suffix{
    background-image:url("suffix.svg");
}
.w-base{
    background-image:url("base.svg");
}
.w-endung{
    background-image:url("end.svg");
}
