Replace Kalamar logo with new KorAP logo

Change-Id: I1876ba54b64b722003ac436f2301631337b491f3
diff --git a/dev/scss/header/searchbar.scss b/dev/scss/header/searchbar.scss
index 45bc4ec..b082050 100644
--- a/dev/scss/header/searchbar.scss
+++ b/dev/scss/header/searchbar.scss
@@ -29,6 +29,7 @@
   width:         100%;
   padding:       0;
   padding-right: $right-distance + $button-width;
+  margin-top: 7pt;
 
   button[type=submit] {
     position: absolute;
diff --git a/dev/scss/main/logos.scss b/dev/scss/main/logos.scss
index 3b87e96..40f42de 100644
--- a/dev/scss/main/logos.scss
+++ b/dev/scss/main/logos.scss
@@ -22,26 +22,6 @@
   }
 }
 
-
-/**
- * Background image for the front page
- */
-#kalamar-bg {
-  position: fixed;
-  height:   110%;
-  width:    175%;
-  top:      0;
-  z-index:  -5000;
-  opacity:  .1;
-  background: {
-    image:    url('#{$img-path}/korap-bg-kalamar.svg');
-    size:     50%;
-    repeat:   no-repeat;
-    position: 50% 50%;
-  }
-}
-
-
 /**
  * Logo table of the front page
  */
@@ -82,15 +62,15 @@
 h1 {
   position:    absolute;
   margin:      0;
-  margin-left: 15px;
+  margin-left: 10pt;
   left:        0;
   top:         0;
   width:       7.8em;
   height:      2.4em;
   z-index:     105;
   background: {
-    size:  72%;
-    image: url('#{$img-path}/korap-logo-kalamar.svg');
+    size:  78% !important;
+    image: url('#{$img-path}/korap-logo.svg');
   }
 }
 
diff --git a/dev/scss/main/tutorial.scss b/dev/scss/main/tutorial.scss
index d743ee1..413d08a 100644
--- a/dev/scss/main/tutorial.scss
+++ b/dev/scss/main/tutorial.scss
@@ -36,10 +36,10 @@
     // Hack for a Firefox bug
     min-height: 100.1%;
     background: {
-      image:    url('#{$img-path}/korap-bg-kalamar.svg');
+      image:    url('#{$img-path}/korap-bg.svg');
       repeat:   no-repeat;
       position: center center;
-      size:     20%;
+      size:     15%;
     }
   }
 }
diff --git a/dev/scss/media.scss b/dev/scss/media.scss
index 1e79eba..a03f107 100644
--- a/dev/scss/media.scss
+++ b/dev/scss/media.scss
@@ -49,7 +49,7 @@
   }
 
   h1 {
-    margin-left: 10px;
+    margin-left: 0px;
     width: 130px;
     height: 40px;
     background: {
@@ -61,6 +61,7 @@
 
   #searchbar {
     padding-right: 30px;
+    margin-top: 0;
     input {
       font-size: 9pt;
     }
@@ -117,10 +118,6 @@
       margin-left: 2px;
     }
   }
-
-  #kalamar-bg {
-    overflow: hidden;
-  }
   
   #logos {
     margin-left: 0;
@@ -221,9 +218,6 @@
   main.page {
     margin: 1em;
   }
-  #kalamar-bg {
-    display: none;
-  }
   a.embedded-link {
     color: black;
     text-decoration: underline;