diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json
index 8bf625158d8c490ccf6d6ccbd374d3f46efbab20..eccada580852f8e47198400016a24ee627b945fa 100644
--- a/public/API/mainMenu.json
+++ b/public/API/mainMenu.json
@@ -181,5 +181,27 @@
         "type": "link"
       }
     ]
+  },
+  {
+    "name": "Rechtliches",
+    "url": "#",
+    "type": "dropdown",
+    "childElements": [
+      {
+        "name": "Bildquellen",
+        "url": "/bildquellen.html",
+        "type": "link"
+      },
+      {
+        "name": "Datenschutzerklärung",
+        "url": "/datenschutzerklaerung.html",
+        "type": "link"
+      },
+      {
+        "name": "Impressum",
+        "url": "/impressum.html",
+        "type": "link"
+      }
+    ]
   }
 ]
\ No newline at end of file