diff --git a/kit/functions.php b/kit/functions.php
index a026f91..9dbc82e 100644
--- a/kit/functions.php
+++ b/kit/functions.php
@@ -82,9 +82,15 @@ class kit_custom_main_menu extends Walker_Nav_Menu {
$output .= $title;
$output .= '
- ';
+
+
+ Untermenu öffnen / schließen
+
';
} else {
$output .= "";
+ $output .= '
+ Untermenu öffnen / schließen
+
';
$output .= '';
$output .= $title;
$output .= '';
diff --git a/kit/header.php b/kit/header.php
index 02cb97e..e32b3e3 100644
--- a/kit/header.php
+++ b/kit/header.php
@@ -91,6 +91,7 @@
diff --git a/kit/template-parts/sidebar.php b/kit/template-parts/sidebar.php
index f24d347..ce36072 100644
--- a/kit/template-parts/sidebar.php
+++ b/kit/template-parts/sidebar.php
@@ -5,7 +5,7 @@
Suche
-
+
Zu den FAQ
diff --git a/kit/template-parts/site-nav.php b/kit/template-parts/site-nav.php
index 9efe1ea..67831b3 100644
--- a/kit/template-parts/site-nav.php
+++ b/kit/template-parts/site-nav.php
@@ -1,115 +1,12 @@