diff --git a/lib/constants-standards.js b/lib/constants-standards.js
index 46ad2fcfd8827abf685274487cbdc3ce7f53f28d..7b0de0d865330f7c00ec2819a782d9b0b6c5eccb 100644
--- a/lib/constants-standards.js
+++ b/lib/constants-standards.js
@@ -39,33 +39,4 @@ module.exports = Object.freeze({
         'genehmigung_dekommissionierung',
         'dekommissionierung',
     ],
-
-    // Information box related constants
-    INFO_BOXES: [
-        {
-            id: 'contact_info',
-            title: 'Kontaktinformationen',
-            headerBackgroundColor: 0xffe6d5,
-        },
-        {
-            id: 'support',
-            title: 'Support',
-            headerBackgroundColor: 0xdadada,
-        },
-        {
-            id: 'artefacts',
-            title: 'Artefakte',
-            headerBackgroundColor: 0xdadada,
-        },
-        {
-            id: 'combined_standards',
-            title: 'Verbundene IT-Standards',
-            headerBackgroundColor: 0xfff6d5,
-        },
-        {
-            id: 'last_update',
-            title: 'Letzte Aktualisierung',
-            headerBackgroundColor: 0xdadada,
-        },
-    ],
 })