diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_misc.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_misc.scss
index b408f97f..730faa26 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_misc.scss
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_misc.scss
@@ -1,3 +1,7 @@
.headerbar {
@apply bg-ep-primary-light sbw:bg-sbw-primary text-white uppercase font-semibold py-2 px-4 mb-4;
}
+
+.anchor {
+ @apply block h-0 w-0 pt-16 -mt-16;
+}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html
index d306a715..6f2df701 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html
@@ -8,21 +8,14 @@