diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css
index 18ed18f8c79afb7dd3af40f91fa43f6af75046b7..624fb74833b2b8cc6321778d60a82fba26aeafcc 100644
--- a/ckanext/odsh/public/odsh.css
+++ b/ckanext/odsh/public/odsh.css
@@ -775,6 +775,9 @@ label:after {
     max-width: 1280px;
     margin: auto;
 }
+.footer a{
+    color:white;
+}
 @media (max-width: 767px){
 .footer{
     border-top:0px;
diff --git a/ckanext/odsh/templates/footer.html b/ckanext/odsh/templates/footer.html
index 26ba016e0e92602c5147c1bec72aa6896dac8130..52266b68105bc53283cec18bf5bc1ed32ffaa5c8 100644
--- a/ckanext/odsh/templates/footer.html
+++ b/ckanext/odsh/templates/footer.html
@@ -13,9 +13,9 @@
             <div class="footer-left">
                 <div class="footer-icon">&copy; {{g.site_title}}</div>
                 <div class="footer-right">
-                    <div class='footer-icon'>Kontakt</div>
-                    <div class='footer-icon'>Impressum</div>
-                    <div class='footer-icon last'>Datenschutz</div>
+                    <div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Kontakt/kontakt_node.html '>Kontakt</a></div>
+                    <div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Impressum/impressum_node.html'>Impressum</a></div>
+                    <div class='footer-icon last'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Datenschutzerklaerung/datenschutz_node.html'>Datenschutz</a></div>
                 </div>
             </div>
         </div>