Good evening Björn and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.
How can I disable / hide the images on the detail pages of an entry?
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-related-events-thumbnail {display: none !important;}
You could also tackle this by doing a view customization.
You might want to read our Themer’s guide to get a sense of how that works.
Let me know how that goes.
Best regards,
Geoff B.