Hi,
Sorry for the issues you are having.
I can help troubleshoot this with you.
Looks like all three issues are related to a javasscript error.
I went to your site and get this error:
ReferenceError: $contact is not defined
http://auerora.it/veranstaltungen/monat/
Line 1119
Looks like it is coming from this function:
$(document).on('click', function(e) {
if (e.srcElement === $contact[0]) return;
$preis.find('.jemandem-freude-button').trigger('click');
});
Fixing that may solve all these problems.
Let me know what you find out.
Thanks