diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 4f8545fb5..ba5de2658 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -43,7 +43,6 @@
<%= t("layouts.footer.copyright", year: Time.current.year) %> |
- - <%= link_to t("layouts.footer.more_info"), page_path('more_information') %> |
- <%= link_to t("layouts.footer.privacy"), page_path('privacy') %> |
- <%= link_to t("layouts.footer.conditions"), page_path('conditions') %> |
- <%= link_to t("layouts.footer.accessibility"), page_path('accessibility') %>
diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb
index 32dc73aa7..d44090712 100644
--- a/app/views/shared/_subnavigation.html.erb
+++ b/app/views/shared/_subnavigation.html.erb
@@ -36,5 +36,11 @@
accesskey: "4" %>
<% end %>
+ -
+ <%= link_to t("layouts.header.more_information"),
+ more_info_path,
+ accesskey: "5",
+ class: ("active" if current_page?(more_info_path)) %>
+
diff --git a/app/views/shared/_top_links.html.erb b/app/views/shared/_top_links.html.erb
index 40cda54de..b97499232 100644
--- a/app/views/shared/_top_links.html.erb
+++ b/app/views/shared/_top_links.html.erb
@@ -1,9 +1,4 @@
- -
- <%= link_to t("layouts.header.more_information"),
- page_path('more_information'),
- class: ("selected" if current_page?("/more_information")) %>
-
-
<%= link_to t("layouts.header.external_link_transparency"),
t("layouts.header.external_link_transparency_url"),