diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index fd0a926dc9c7abf7f867a2a30433fbbc1d13c2c7..e0ba56ea09a44879d5913d884e96ed1f2b5ab397 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -12,7 +12,7 @@ export function Footer() {
       <div className="container">
       <div className="col zweirem">
         <span className="left"> 
-          <a href="../impressum" className="middle">Impressum</a>
+          <a href="../bielefeld-cebitec/impressum" className="middle">Impressum</a>
         </span>
         <span className="right">
         <a href="https://www.linkedin.com/in/igem-bielefeld-cebitec">
diff --git a/src/pages.ts b/src/pages.ts
index ebfb77b440a7581363c28b263f3e6efdcffb9c73..d154b73aa8b78e771c0177a8670fdb70640dd935 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -12,8 +12,7 @@
   Safety,
   Team,
  /*  Sustainable, */
-  Wiki,
-  Impressum
+  Wiki
 } from "./contents"; 
 
 interface Base {
@@ -62,14 +61,6 @@ const Pages: (Page | Folder)[] = [
           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.",
           navlist: [""],
         },
-        {
-          name: "Impressum",
-          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.",
-          navlist: [""],
-        },
       ],
     },
     {