diff --git a/public/CSS/lkrludwigsburg.css b/public/CSS/lkrludwigsburg.css
index 396be83e313a2ebef0c7eecf01b2d4b4f131880d..756fe5cbda664ebe0c79aa15e649e4a078e6c3af 100644
--- a/public/CSS/lkrludwigsburg.css
+++ b/public/CSS/lkrludwigsburg.css
@@ -1,5 +1,4 @@
 
-
 /*
 html,
 body,
@@ -336,16 +335,30 @@ button.cesium-infoBox-camera {
 
 .credit {
    
-	width: 100px;
-	height: 100px;
+  	width: 75px;
+	height: 75px;
 	overflow: hidden;
     position: fixed;
     z-index: 99999;
     background: url(Images/hft.jpg) no-repeat;
-    background-size: 100px;
-    bottom: 70px;
+    background-size: 75px;
+    bottom: 40px;
     left: 10px;
-	box-shadow: 0 0 10px 1px #000;
-    /*    left: 5px;*/
+	box-shadow: 0 0 10px 1px #000;    
 }
 
+
+.credit4 {   
+	width: 75px;
+	height: 75px;
+	overflow: hidden;
+    position: fixed;
+    z-index: 99999;
+    background: url(Images/email.jpg) no-repeat;
+    background-size: 75px;
+    bottom: 40px;
+    left: 90px;
+	box-shadow: 0 0 10px 1px #000;  
+}
+
+