{% set projects_section = get_section(path="projekte/_index.md") %}
{% for project_section_path in projects_section.subsections %}
{% set project_section = get_section(path=project_section_path) %}
{% set project_taxonomy = get_taxonomy_term(kind="projekt", term=project_section.title) %}