diff --git a/templates/menu/projects.html b/templates/menu/projects.html
index 51b3be5c3ccce1cba7fa6ff5495707a0d119fc34..60cb6070a647cc3e4355e931307b6dd5860118e5 100644
--- a/templates/menu/projects.html
+++ b/templates/menu/projects.html
@@ -9,7 +9,7 @@
     >
       {% set section = get_section(path = "projekte/" ~ project.slug ~
       "/_index.md") %}
-      <h1 class="title is-6 is-mega-menu-title"><a class="navbar-item" href="{{ section.permalink }}">{{ section.title }}</a></h1>
+      <h1 class="title is-6 is-mega-menu-title"><a href="{{ section.permalink }}">{{ section.title }}</a></h1>
       <strong class="is-mega-menu-subtitle">{{ section.description }}</strong>
 
       {% for page in project.pages %}