diff --git a/lektor/lektordata/project/assets/images/zhksf.png b/lektor/lektordata/project/assets/images/zhksf.png
new file mode 100644
index 0000000..b5f287f
Binary files /dev/null and b/lektor/lektordata/project/assets/images/zhksf.png differ
diff --git a/lektor/lektordata/project/assets/static/style.css b/lektor/lektordata/project/assets/static/style.css
index 64eb063..8a46fc2 100644
--- a/lektor/lektordata/project/assets/static/style.css
+++ b/lektor/lektordata/project/assets/static/style.css
@@ -382,6 +382,37 @@ div.left_footer, div.middle_footer, div.right_footer {
width: auto;
}
+
+.stamp{
+ position:relative;
+ -webkit-animation-name: pulse;
+ animation-name: pulse;
+ animation-delay:0.5s;
+ -webkit-animation-delay:0.5s;
+ -webkit-animation-duration: 0.5s;
+ animation-duration: 0.5s;
+ opacity: 0;
+ -webkit-animation-fill-mode:forwards;
+ animation-fill-mode:forwards;
+}
+
+@-webkit-keyframes pulse{
+ 0%{
+ opacity: 0;
+ }
+ 10%{
+ opacity:.50;
+ transform-origin: 50% 50%;
+ transform: rotate(14deg) scale(5);
+ transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
+ }
+ 100%{
+ opacity:1;
+ transform: rotate(0deg) scale(1);
+ }
+}
+
+
@media (min-width: 1025px) and (max-width: 1100px) {
.termine ul, .vorstand ul {
diff --git a/lektor/lektordata/project/content/contents.lr b/lektor/lektordata/project/content/contents.lr
index 3314459..63ae877 100644
--- a/lektor/lektordata/project/content/contents.lr
+++ b/lektor/lektordata/project/content/contents.lr
@@ -12,9 +12,7 @@ html:
-
+
All unsere Termine
diff --git a/lektor/lektordata/scripts/calendar-fetcher-main.py b/lektor/lektordata/scripts/calendar-fetcher-main.py
index 3289bc4..46bc78b 100644
--- a/lektor/lektordata/scripts/calendar-fetcher-main.py
+++ b/lektor/lektordata/scripts/calendar-fetcher-main.py
@@ -50,9 +50,7 @@ html:
-
+