treppen tax query
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => 'montage', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'kategorie', 'terms' => 'montage', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );