Hello Johannes,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
a.x-share {
color: #fff !important;
}
a.x-share:hover {
color: #FFF !important;
}
.x-entry-share .x-share:hover {
background-color: #ddd !important;
}
.x-entry-share .x-share {
margin-left: 30px;
}
.x-entry-share {
border: 0 !important;
}
.tooltip.bottom {
display: none !important;
}
Thanks.