diff --git a/public/activeConfigs.json b/public/activeConfigs.json
index b97edfe78232079b281b21f13f664d4296f7bac9..06502edccc8744731f03954dbcbcccaa3807714d 100644
--- a/public/activeConfigs.json
+++ b/public/activeConfigs.json
@@ -1,7 +1,6 @@
 [
   "config/foobar.json",
+  "config/ophase.json",
   "config/fvv.json",
-  "config/ophase-teamer-testbetrieb.json",
-  "config/karaoke-testbetrieb.json",
   "config/default.json"
 ]
diff --git a/public/config/ophase.json b/public/config/ophase.json
new file mode 100644
index 0000000000000000000000000000000000000000..796f639508d330b07f9afc1a96bd516854ebaf3d
--- /dev/null
+++ b/public/config/ophase.json
@@ -0,0 +1,66 @@
+{
+  "id": "ophase",
+  "schedule": {
+    "times": [
+      {
+        "from": "2024-03-23T10:00",
+        "to": "2024-03-24T22:00"
+      }
+    ]
+  },
+  "panels": [
+    {
+      "type": "fahrplan",
+      "position": {
+        "x": 0,
+        "y": 0,
+        "w": 9,
+        "h": 13
+      },
+      "config": {
+        "stops": [
+          "Dortmund Universität S",
+          "Dortmund Meitnerweg",
+          "Dortmund/Joseph Fraunhofer"
+        ],
+        "filter": {
+          "types": [
+            "H-Bahn"
+          ],
+          "destination": [
+            "Dortmund Otto-Hahn-Straße"
+          ]
+        }
+      }
+    },
+    {
+      "type": "bild",
+      "position": {
+        "x": 9,
+        "y": 0,
+        "w": 16,
+        "h": 5
+      },
+      "config": {
+        "url": "/content/SpiderMan-Infoscreen.png",
+        "gradient": false
+      }
+    },
+    {
+      "type": "mensaplan",
+      "position": {
+        "x": 9,
+        "y": 6,
+        "w": 16,
+        "h": 7
+      },
+      "config": {
+        "canteenId": 341,
+        "closingTime": {
+          "hours": 14,
+          "minutes": 15
+        }
+      }
+    }
+  ]
+}
diff --git a/public/content/SpiderMan-Infoscreen.png b/public/content/SpiderMan-Infoscreen.png
new file mode 100644
index 0000000000000000000000000000000000000000..84172891cc3e103e70fafe278cb82c2e5d0145ae
Binary files /dev/null and b/public/content/SpiderMan-Infoscreen.png differ