kleintiere-tax_query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'kleintiere', 'field' => 'slug', ), array( 'taxonomy' => 'category', 'terms' => 'sorgenkinder', 'field' => 'slug', 'operator' => 'AND', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'kleintiere', 'field' => 'slug', ), array( 'taxonomy' => 'category', 'terms' => 'sorgenkinder', 'field' => 'slug', 'operator' => 'AND', ), );