diff --git a/sidebar.js b/sidebar.js
index be706e546948598f0c4e56a5a38b15a013735d22..15bda9a332d1895116725a4ee866581f9f9a2003 100644
--- a/sidebar.js
+++ b/sidebar.js
@@ -21,6 +21,35 @@ module.exports = {
             'getting-started/submission/data',
           ]
         },
+        {
+          type: 'category',
+          label: 'Versand von Einreichungen',
+          items: [
+            'sending/overview',
+            'sending/start-submission',
+            'sending/metadata',
+            'sending/encrypt',
+            'sending/attachments',
+            'sending/submit',
+            'sending/query-status',
+            'sending/accept-reject',
+          ]
+        },
+        {
+          type: 'category',
+          label: 'Abruf von Einreichungen',
+          items: [
+            'receiving/overview',
+            'receiving/certificate',
+            'receiving/destination',
+            'receiving/notification',
+            'receiving/download-submission',
+            'receiving/decrypt',
+            'receiving/verification',
+            'receiving/process-and-acknowledge',
+          ]
+        },
+        
         'getting-started/notifications-and-deletion-deadlines',
         'getting-started/schema-validation',
         'getting-started/encryption',
@@ -45,34 +74,6 @@ module.exports = {
         'responsibilities/get-destination'
       ]
     },
-    {
-      type: 'category',
-      label: 'Versand von Einreichungen',
-      items: [
-        'sending/overview',
-        'sending/start-submission',
-        'sending/metadata',
-        'sending/encrypt',
-        'sending/attachments',
-        'sending/submit',
-        'sending/query-status',
-        'sending/accept-reject',
-      ]
-    },
-    {
-      type: 'category',
-      label: 'Abruf von Einreichungen',
-      items: [
-        'receiving/overview',
-        'receiving/certificate',
-        'receiving/destination',
-        'receiving/notification',
-        'receiving/download-submission',
-        'receiving/decrypt',
-        'receiving/verification',
-        'receiving/process-and-acknowledge',
-      ]
-    },
     {
       type: 'category',
       label: 'Weiterführende Informationen',