Kaliceos posted already above an answer to my – the same – problem:
http://bbpress.org/forums/topic/forums-index-in-the-same-layout-as-other-bb-software/#post-137589
but I did write Adam yet regarding that problem.
I simply commented out
#add_filter('bbp_has_forums', 'tehnik_bpp_filter_forums_by_permissions', 10, 2);
in tehnik_bbp_forum.php -
that way the forums still show up, but they cannot be entered without permissions.
If they are not visible would be better, of course.
I also commented out
#if (current_user_can('read_hidden_forums'))
#$post_stati[] = bbp_get_hidden_status_id();
btw, because I did not want the moderators to enter the hidden forums. Just because they can move threads doesn’t mean they should take a look at the crew forum for the main site.