diff --git a/src/contents/impressum.tsx b/src/contents/impressum.tsx
index fa18ac8a4b4baf2ca749a665d3eaaecd61d3ec59..b80f145f2c1e6f675fbeae0dfbdb22194846f3a3 100644
--- a/src/contents/impressum.tsx
+++ b/src/contents/impressum.tsx
@@ -2,18 +2,33 @@
 /* import { Sidebar } from "react-pro-sidebar"; */
 
 export function Impressum() {
-    return (
-      <>
-        <div className="row">
-          <div className="col">
-            <h2>Wiki under construction!</h2>
-            <hr />
-          </div>
+  return (
+    <>
+      <div className="row">
+        <div className="col">
+          <h2>iGEM Team Bielefeld CeBiTec 2024</h2>
+          <hr />
         </div>
-        <div className="row">
-          
-        </div>
-      </>
-    );
-  }
+      </div>
+      <div className="row">
+        <div className="col">
+          <p>
+            iGem Bielefeld CeBiTec<br />
+            <br />
+            <b>Responsible for the content according to § 5 TMG and according to § 55 Abs. 2 RStV Germany:</b><br />
+            Jörn Kalinowski<br />
+            Universitätsstraße 25<br />
+            33615 Bielefeld<br />
+            <br />
+            <b>Contact</b><br />
+            E-mail: team2024@igem-bielefeld.de<br />
+            <br />
+            <b>Supervisory Authority</b><br />
+            Bielefeld University - Center for Biotechnology (CeBiTec)
+          </p>
+        </div>  
+      </div>
+    </>
+  );
+}
   
\ No newline at end of file
diff --git a/src/pages.ts b/src/pages.ts
index ebfb77b440a7581363c28b263f3e6efdcffb9c73..8e49a70610850d45f9e8388db393ba3bdf749462 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -67,7 +67,7 @@ const Pages: (Page | Folder)[] = [
           title: "Impressum",
           path: "/impressum",
           component: Impressum,
-          lead: "In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.",
+          lead: "",
           navlist: [""],
         },
       ],