diff --git a/colors.css b/colors.css
index 86c86e7..437abca 100644
--- a/colors.css
+++ b/colors.css
@@ -34,4 +34,9 @@ div{
.start {
background: #a00;
color: black;
+}
+
+footer span{
+ border-color: red;
+ background: rgba(0,0,0,0.7);
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 8e7b5d7..c957048 100644
--- a/index.html
+++ b/index.html
@@ -13,8 +13,7 @@
Shortcuts
Genres
@@ -176,6 +175,8 @@
+
diff --git a/positions.css b/positions.css
index f8ff916..34364b5 100644
--- a/positions.css
+++ b/positions.css
@@ -93,4 +93,17 @@ div#eventlist{
#veranstalterinfos,
#wassolldas{
max-height: unset;
+}
+
+footer{
+ display: block;
+ position: fixed;
+ text-align: center;
+ bottom: 0;
+ width: 100%;
+}
+
+footer span{
+ border-style: solid;
+ border-width: 1px 0 0 0;
}
\ No newline at end of file