diff --git a/content/_index.de.md b/content/_index.de.md
index b7de9e5ea4889bf3f85b42df4671a3b81454fa5b..da768a942ecb970ad04b1f67d3f9a6fdb23a98be 100644
--- a/content/_index.de.md
+++ b/content/_index.de.md
@@ -1,7 +1,7 @@
 ---
 header: StuStaNet e.V.
 hero: true
-headerImage: header-home.jpg
+headerImage: headers/home.jpg
 ---
 
 ### Nächste Sprechstunden
diff --git a/content/_index.en.md b/content/_index.en.md
index 186e373ad58459be65b789a9ff73719c1a1fca92..4671f7765e53a6b4b2c84cab11255f8842829b8a 100644
--- a/content/_index.en.md
+++ b/content/_index.en.md
@@ -1,7 +1,7 @@
 ---
 header: StuStaNet e.V.
 hero: true
-headerImage: header-home.jpg
+headerImage: headers/home.jpg
 ---
 
 ### Next Office Hours
diff --git a/content/about.de.md b/content/about.de.md
index 7a7f17c8f464c5f5bc95830bd704847ce0f1c783..5e75d8a4cbf628d2d658d018668179064be0a112 100644
--- a/content/about.de.md
+++ b/content/about.de.md
@@ -4,6 +4,7 @@ header: StuStaNet e.V.
 description: Information über den StuStaNet e. V. in der Studentenstadt Freimann, München
 type: page
 color: green
+headerImage: headers/mainboard.jpg
 ---
 
 ## Der Verein
diff --git a/content/about.en.md b/content/about.en.md
index 8b80a77563e986c6a48ffa112b124f989d61fab0..d0266eaa87eb92fcb5b40c5af8f85c86c5d73138 100644
--- a/content/about.en.md
+++ b/content/about.en.md
@@ -4,6 +4,7 @@ header: StuStaNet e.V.
 description: Information about StuStaNet in Studentenstadt Freiman, Munich, Germany
 type: page
 color: green
+headerImage: headers/mainboard.jpg
 ---
 
 ## The StuStaNet Association
diff --git a/content/impressum.md b/content/impressum.md
index bf6d309a959d72a019aabe6128199dbf27d99673..921f9cb3b86bccfeef1594b0576d53f6daf85dab 100644
--- a/content/impressum.md
+++ b/content/impressum.md
@@ -4,6 +4,7 @@ description: Impressum für stustanet.de
 type: page
 noindex: true
 color: yellow
+headerImage: headers/imprint.jpg
 ---
 
 Anbieter und Betreiber dieser Webseite ist der Verein StuStaNet e. V.
diff --git a/content/participate.de.md b/content/participate.de.md
index 761e96c682abfce3afa6b46d025f4270a6d1a9f6..81280363adcddde3882d935c90e2f3469a5449bc 100644
--- a/content/participate.de.md
+++ b/content/participate.de.md
@@ -3,7 +3,8 @@ title: Mitmachen
 header: Mitmachen
 description: Mitmachen beim StuStaNet
 type: page
-color: red
+color: none
+headerImage: headers/keyboard.jpg
 ---
 
 Du möchtest wissen, wie dieses Internet in der StuSta funktioniert?
diff --git a/content/participate.en.md b/content/participate.en.md
index 482b5dd332b96d272c49f83b0a62f7210bdb8c81..90b7204603ab2607e895f3322cd5355feaf2e869 100644
--- a/content/participate.en.md
+++ b/content/participate.en.md
@@ -3,7 +3,8 @@ title: Participate
 header: Participate
 description: Participating at StuStaNet
 type: page
-color: red
+color: none
+headerImage: headers/keyboard.jpg
 aliases: [ "/participate/" ]
 ---
 
diff --git a/static/css/main.css b/static/css/main.css
index 04a1018ec841c6dfc594d8bc6b9e19b60c781cb4..c59f115659ccaf9dbdd2b97717f2b8d16057a0dc 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -350,7 +350,7 @@ header {
     position: relative;
     display: block;
     max-width: 100%;
-    background-image: url(/header.jpg);
+    background-image: url(/headers/default.jpg);
     background-size: cover;
     background-position: 50% 10%;
     background-blend-mode: soft-light;
@@ -376,12 +376,16 @@ header h1 {
     text-shadow: none;
 }
 
+.none header {
+    box-shadow: 0 0 8px 0 rgba(226, 107, 68, 0.12);
+}
+.none header h1 { color: white; }
+
 .red header {
     background-color: rgb(226, 107, 68);
     box-shadow: 0 0 8px 0 rgba(226, 107, 68, 0.12);
 }
 .red header h1 { color: white; }
-
 .green header {
     background-color: rgb(137, 187, 79);
     box-shadow: 0 0 8px 0 rgba(137, 187, 79, 0.12);
diff --git a/static/header-home.jpg b/static/header-home.jpg
deleted file mode 100644
index b90d113eed23a86014a1dd57f57b698d3568ba1d..0000000000000000000000000000000000000000
Binary files a/static/header-home.jpg and /dev/null differ
diff --git a/static/header.jpg b/static/headers/default.jpg
similarity index 100%
rename from static/header.jpg
rename to static/headers/default.jpg
diff --git a/static/headers/home.jpg b/static/headers/home.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f311920214a36cbb24823e60043dd65b392b0c10
Binary files /dev/null and b/static/headers/home.jpg differ
diff --git a/static/headers/imprint.jpg b/static/headers/imprint.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e3634f6b77d8d8d847d3f110dac8995df54a23af
Binary files /dev/null and b/static/headers/imprint.jpg differ
diff --git a/static/headers/keyboard.jpg b/static/headers/keyboard.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6670d3eb1a0472b0d5d4d3f73c62311bb7be7976
Binary files /dev/null and b/static/headers/keyboard.jpg differ
diff --git a/static/headers/mainboard.jpg b/static/headers/mainboard.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6a43e93b5401124b93d5f2c934f0b53f32f3bea9
Binary files /dev/null and b/static/headers/mainboard.jpg differ