Dear Susanne Herrmann,
I see you created Contact Menu. Now, please copy ID of that menu (yours: 197). Please open default.php (Yoursite/templates/sj_resorts/html/mod_login/default.php) and find:
<li class="yt-contact">
<a href="<?php echo JRoute::_('index.php?Itemid=571'); ?>">Contact</a>
</li>
=> edit '571' to ID of that menu
<li class="yt-contact">
<a href="<?php echo JRoute::_('index.php?Itemid=197'); ?>">Contact</a>
</li>
Now, module Login haven't option to choose captcha form, please submit ticket at
www.smartaddons.com/submit-a-ticket/submit-ticket and choose Department is Custom work.
Thanks