diff --git a/content/pages/de/informationen/informationen.md b/content/pages/de/informationen/informationen.md
index a3a1b3c3da5a94b1dea92e4f9a289b9df01dd1a1..6f892366ddf73f06b866eedf78ad77e9033d7647 100644
--- a/content/pages/de/informationen/informationen.md
+++ b/content/pages/de/informationen/informationen.md
@@ -10,7 +10,9 @@ template: page_text
         <div class="card-body">
          <h5 class="card-title">Mitmach-Sessions</h5>
          <p class="card-text">In Mitmach-Sessions beschäftigen wir uns mit verschiedenen MINT-Projekten.</p>
-         <a href="mitmach-sessions.html" class="btn btn-primary">Mitmach-Sessions</a>
+        </div>
+        <div class="card-footer">
+         <a href="mitmach-sessions.html" class="btn btn-primary btn-fullwidth">Mitmach-Sessions</a>
         </div>
       </div>
     </div>
@@ -19,7 +21,9 @@ template: page_text
         <div class="card-body">
          <h5 class="card-title">Freizeiten</h5>
          <p class="card-text">Wir bieten Sommer- und Wochenendfreizeiten an, an denen Kinder und Jugendliche teilnehmen können. Hier weitere Informationen.</p>
-         <a href="freizeiten.html" class="btn btn-primary">Freizeiten</a>
+        </div>
+        <div class="card-footer">
+         <a href="freizeiten.html" class="btn btn-primary btn-fullwidth">Freizeiten</a>
         </div>
       </div>
     </div>
diff --git a/content/static/css/custom.css b/content/static/css/custom.css
index 727f71512e795aadc8e005dfcf7ae614ee97b326..242dfa9cb0cebafe8ac0a83a1a5da1556a946e46 100644
--- a/content/static/css/custom.css
+++ b/content/static/css/custom.css
@@ -22,3 +22,7 @@
   margin-bottom: 4rem;
   border-bottom: var(--teckids-secondary-dark) 3px solid;
 }
+
+a.btn-fullwidth {
+  width: 100%;
+}