diff --git a/locale.xml b/locale.xml
index 2fdf7f63085730278c890d4ccea0d09fd0e5f962..6e686c896b386d19ebdbe1154249288100891cf6 100644
--- a/locale.xml
+++ b/locale.xml
@@ -203,8 +203,6 @@
 
                     <a href="#" class="topbar-social-link"><span class="fa fa-facebook">&nbsp;</span></a>
                     <a href="#" class="topbar-social-link"><span class="fa fa-twitter">&nbsp;</span></a>
-                    <a href="#" class="topbar-social-link"><span class="fa fa-youtube-play">&nbsp;</span></a>
-                    <a href="#" class="topbar-social-link"><span class="fa fa-instagram">&nbsp;</span></a>
                 ]]>
             </de>
             <en><![CDATA[
@@ -220,8 +218,6 @@
 
                     <a href="#" class="topbar-social-link"><span class="fa fa-facebook">&nbsp;</span></a>
                     <a href="#" class="topbar-social-link"><span class="fa fa-twitter">&nbsp;</span></a>
-                    <a href="#" class="topbar-social-link"><span class="fa fa-youtube-play">&nbsp;</span></a>
-                    <a href="#" class="topbar-social-link"><span class="fa fa-instagram">&nbsp;</span></a>
                 ]]>
             </en>
         </locale>
@@ -509,8 +505,6 @@
             <p>
             <a class="font-icon" href="#"><span class="fa fa-facebook">&nbsp;</span></a>
             <a class="font-icon" href="#"><span class="fa fa-twitter">&nbsp;</span></a>
-            <a class="font-icon" href="#"><span class="fa fa-youtube-play">&nbsp;</span></a>
-            <a class="font-icon" href="#"><span class="fa fa-instagram">&nbsp;</span></a>
             </p>
             ]]>
             </de>
@@ -524,8 +518,6 @@
             <p>
             <a class="font-icon" href="#"><span class="fa fa-facebook">&nbsp;</span></a>
             <a class="font-icon" href="#"><span class="fa fa-twitter">&nbsp;</span></a>
-            <a class="font-icon" href="#"><span class="fa fa-youtube-play">&nbsp;</span></a>
-            <a class="font-icon" href="#"><span class="fa fa-instagram">&nbsp;</span></a>
             </p>
             ]]>
             </en>
@@ -696,11 +688,6 @@
                         alt="Folgen Sie uns auf Twitter">
                  </a>
 
-                 <a href="#" target="_blank" rel="noreferrer" style="color: #666666; text-decoration: none; padding: 0 10px;"
-                    title="Folgen Sie uns auf Instagram">
-                     <img width="15" height="15" src="[HOST]packages/quiqqer/template-cologne/bin/images/social/instagram.png"
-                          alt="Folgen Sie uns auf Instagram">
-                 </a>
                  ]]>
             </de>
             <en>
@@ -717,11 +704,7 @@
                         alt="Follow us on Twitter">
                  </a>
 
-                 <a href="#" target="_blank" rel="noreferrer" style="color: #666666; text-decoration: none; padding: 0 10px;"
-                    title="Follow us on Instagram">
-                     <img width="15" height="15" src="[HOST]packages/quiqqer/template-cologne/bin/images/social/instagram.png"
-                          alt="Follow us on Instagram">
-                 </a>
+
                  ]]>
             </en>
         </locale>
@@ -740,11 +723,6 @@
                         alt="Folgen Sie uns auf Twitter">
                  </a>
 
-                 <a href="#" target="_blank" rel="noreferrer" style="color: #666666; text-decoration: none; padding: 0 10px;"
-                    title="Folgen Sie uns auf Instagram">
-                     <img width="15" height="15" src="[HOST]packages/quiqqer/template-cologne/bin/images/social/instagram.png"
-                          alt="Folgen Sie uns auf Instagram">
-                 </a>
                  ]]>
             </de>
             <en>
@@ -761,11 +739,6 @@
                         alt="Follow us on Twitter">
                  </a>
 
-                 <a href="#" target="_blank" rel="noreferrer" style="color: #666666; text-decoration: none; padding: 0 10px;"
-                    title="Follow us on Instagram">
-                     <img width="15" height="15" src="[HOST]packages/quiqqer/template-cologne/bin/images/social/instagram.png"
-                          alt="Follow us on Instagram">
-                 </a>
                  ]]>
             </en>
         </locale>
diff --git a/quiqqer/quiqqer/lib/templates/mail/footer.html b/quiqqer/quiqqer/lib/templates/mail/footer.html
index 7e67d07c011929bf79722c90b4ce444eecac5759..561a079ac31fc561a1a37f93738a0511ae604714 100644
--- a/quiqqer/quiqqer/lib/templates/mail/footer.html
+++ b/quiqqer/quiqqer/lib/templates/mail/footer.html
@@ -53,6 +53,29 @@
                                         'limit' => 1
                                     ])}
 
+                                    {* contact *}
+                                    {$contact = $Project->getSites([
+                                        'where' => [
+                                            'type' => [
+                                            'type'  => 'IN',
+                                            'value' => 'quiqqer/contact:types/contact'
+                                            ]
+                                        ],
+                                        'limit' => 1
+                                    ])}
+
+                                    {if !$contact|count}
+                                        {$contact = $Project->getSites([
+                                        'where' => [
+                                            'type' => [
+                                            'type'  => 'IN',
+                                            'value' => 'quiqqer/sitetypes:types/contact'
+                                            ]
+                                        ],
+                                        'limit' => 1
+                                        ])}
+                                    {/if}
+
                                     {if $legalNotes|count}
                                         <a href="{$legalNotes[0]->getUrlRewrittenWithHost()}">{$legalNotes[0]->getAttribute('title')}</a>
                                     {/if}
@@ -62,6 +85,9 @@
                                     {if $generalTermsAndConditions|count}
                                         | <a href="{$generalTermsAndConditions[0]->getUrlRewrittenWithHost()}">{$generalTermsAndConditions[0]->getAttribute('title')}</a>
                                     {/if}
+                                    {if $contact|count}
+                                        | <a href="{$contact[0]->getUrlRewrittenWithHost()}">{$contact[0]->getAttribute('title')}</a>
+                                    {/if}
 
                                 </td>
                             </tr>