diff --git a/src/index.html b/src/index.html
index 1cad372..9a19975 100644
--- a/src/index.html
+++ b/src/index.html
@@ -13,7 +13,7 @@
-
+
@@ -38,25 +38,24 @@
menu
-

+
-

+
-

+
diff --git a/src/scss/style.scss b/src/scss/style.scss
index 4dbe5cb..f4a5ad1 100644
--- a/src/scss/style.scss
+++ b/src/scss/style.scss
@@ -65,6 +65,11 @@ a:not([href^='#']) {
border-radius: 0;
}
+.sticky {
+ position: -webkit-sticky;
+ position: sticky;
+ z-index: 995;
+}
@media only screen and (max-width:600px) {
#willkommen-banner {
diff --git a/src/style.css b/src/style.css
index 078d703..ec007cb 100644
--- a/src/style.css
+++ b/src/style.css
@@ -43,6 +43,11 @@ a:not([href^='#']) {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0; }
+.sticky {
+ position: -webkit-sticky;
+ position: sticky;
+ z-index: 995; }
+
@media only screen and (max-width: 600px) {
#willkommen-banner {
height: calc(100vh - 56px);