Hi there,
There are many broken contents in your page and it affects other elements, especially the styling. It’s start in this content,
<a href="http://konnex.gmbh/beratung">Seien Sie mit unserer kompetenten und praxisorientierten Beratung besser als der Wettbewerb.<a>
And you probably cloned/duplicated it as I see the same issue all over your page. When you created an opening <a>, it should be closed with </a> and not by another <a>. Like this
<a href="http://konnex.gmbh/beratung">Seien Sie mit unserer kompetenten und praxisorientierten Beratung besser als der Wettbewerb.</a>
Thanks!