diff --git a/content/de/contact.md b/content/de/contact.md
index 282f4b7..d0a8ff1 100644
--- a/content/de/contact.md
+++ b/content/de/contact.md
@@ -1,31 +1,21 @@
---
title: Kontakt
-type: page
----
-
+
+
+ {{ $action := .Params.form.action }}
+ {{ $formInput := .Params.form.input }}
+ {{ $message := .Params.form.message }}
+ {{ $method := .Params.form.method }}
+ {{ $submit := .Params.form.submit }}
+
+
+
diff --git a/static/css/hoppy.css b/static/css/hoppy.css
index 7c24c31..32a5582 100644
--- a/static/css/hoppy.css
+++ b/static/css/hoppy.css
@@ -1,3 +1,27 @@
+.contact-form form button {
+ margin: 5px auto -3px;
+ padding: 3px 5px;
+}
+
+.contact-form form button svg {
+ margin: 2px 1px -6px;
+}
+
+.contact-form form input {
+ margin: 5px auto 12px;
+ width: 50%;
+}
+
+.contact-form form svg {
+ margin: 2px auto -3px;
+ stroke-width: 2;
+}
+
+.contact-form form textarea {
+ margin: 5px auto 12px;
+ width: 50%;
+}
+
figure figcaption {
font-size: 12px;
text-align: center;