When you click on the green button (Hier mehr erfahren) there should appear the opposite hover effect (white background and green text). But unfortunately the hover effect does not work here.
It’s because there’s a link set to the entire container block, and it sits on top of the content inside the container block, so when you hover on the button, you are actually hovering the container.
I would suggest remove the container link in this case.