diff --git a/kontakt.html b/kontakt.html
index 6327358..1fa2184 100644
--- a/kontakt.html
+++ b/kontakt.html
@@ -9,7 +9,23 @@
+
diff --git a/style.css b/style.css
index d70fcdf..33193c6 100644
--- a/style.css
+++ b/style.css
@@ -453,4 +453,33 @@ footer span {
section {
padding: 3rem 1.5rem;
}
+
+ body.dark {
+ --cream: #120d14;
+ --text: #f5e9f2;
+ --muted: #c7b2c9;
+
+ background: var(--cream);
+ color: var(--text);
+}
+
+body.dark nav {
+ background: rgba(18, 13, 20, 0.85);
+ border-bottom: 1px solid rgba(255, 255, 255, 0.08);
+}
+
+body.dark .stat-card,
+body.dark .gallery-card {
+ background: #1b141d;
+ border-color: rgba(255, 255, 255, 0.08);
+}
+
+body.dark .img-badge {
+ background: #1b141d;
+ color: var(--text);
+}
+
+body.dark footer {
+ background: #0d0a10;
+}
}
\ No newline at end of file
diff --git a/ueber_uns.html b/ueber_uns.html
index 62364b0..30a9efc 100644
--- a/ueber_uns.html
+++ b/ueber_uns.html
@@ -10,6 +10,24 @@
+
+