Hey Uli,
If you want to apply only for the Team menu item, please have the code updated and use this:
(function($){
if($('.e154-6.x-menu .menu-item.menu-item-241').hasClass('current_page_parent') ) {
$('.e154-6.x-menu .menu-item.menu-item-241.current_page_parent .sub-menu').addClass('x-active');
}
})(jQuery);
We would love to know if this has worked for you. Thank you.