Hi Markus,
I will take that Slideshow module as sample.
As you can see this JA ACM module has type of Slideshow : style-owl so you will edit this file:
/templates/ja_eventcamp/acm/slideshow/tmpl/style-owl.php
Find the line of code that renders that button and add target attribute for it.
I updated the same for line 66 on your site:
<a href="<?php echo $helper->get('data.btn-link1', $i); ?>" target="_blank" class="btn btn-lg btn-primary"><?php echo $helper->get('data.button1', $i) ?></a>
When you click the button, it will open in new window tab now.
Kindly check.