Good evening Franz and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
There are 2 ways to deal with this using CSS.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
Making the title go under:
.fusion-events-featured-image .fusion-events-single-title-content {
position: relative !important;}
Hiding the top event image (which repeats below the title):
.single-tribe_events .tribe-events-event-image {display: none !important}
Let me know how that goes.
Have a good weekend,
Geoff B.