.tk-vkb-checkbullet-produkttabelle .checkbullet li:not(:first-child) {
    margin-top: 1rem;
}

.tk-vkb-checkbullet-produkttabelle .checkbullet li.yes:before,
.tk-vkb-checkbullet-produkttabelle .checkbullet li.no:before {
    font-family: inherit;
    content: " ";
    height: 1.25rem;
    width: 1.25rem;
    margin-top: 0.1875rem;
    background-image: url(https://www.vkb.de/export/sites/vkb/_resources/bilder/icons/_allgemein/yes.svg);
    background-size: contain;
}

.tk-vkb-checkbullet-produkttabelle .checkbullet li.no:before{
	background-image: url(https://www.vkb.de/export/sites/vkb/_resources/bilder/icons/_allgemein/no.svg);
}