diff --git a/app.css b/app.css
index d22c2f558179cdaf239506d6ed1eb928eac15fe9..1981882efbb1d8a97f8cc6e17eddf69dad1ca32e 100644
--- a/app.css
+++ b/app.css
@@ -107,7 +107,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 #firmwareTable h1 {
-  color: #dc0067;
+  color: #f9a62b;
 }
 
 .firmwareTableLink, .notRecommendedLink, .InfoLink {
@@ -146,11 +146,11 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 #wizard #model-pane {
-  border-left: 3px solid #dc0067;
+  border-left: 3px solid #f9a62b;
 }
 
 #wizard #model-pane h1 {
-  color: #dc0067;
+  color: #f9a62b;
 }
 
 #wizard #model-pane input {
@@ -243,7 +243,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 #wizard select.invalid {
-  border: 1px solid #dc0067;
+  border: 1px solid #f9a62b;
   box-shadow: 0.125em 0.125em 0.5em rgba(219, 0, 102, 0.125);
 }
 
diff --git a/ffs-logo.png b/ffs-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..043cb19734e71abe649a667cd9ac1ff9a57ef225
Binary files /dev/null and b/ffs-logo.png differ
diff --git a/index.html b/index.html
index ab955ee20f12f56f34079ff9f2678ce1c1e78248..a2b6e9021097ba92d9e2c1a134c17cd2fb20b28c 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
     <div id="currentVersions">
     </div>
     <div id="wizard">
-      <a href="./index.html"><img src="./router.png" ></a>
+      <a href="./index.html"><img src="./ffs-logo.png" class="center"></a>
       <div class="pane-wrapper">
         <div id="model-pane" class="pane">
           <span class="notRecommendedLink">nicht empfohlene Geräte anzeigen</span>