diff --git a/layouts/event_header.erb b/layouts/event_header.erb
index acfa1b0e..6b61ea9b 100644
--- a/layouts/event_header.erb
+++ b/layouts/event_header.erb
@@ -41,12 +41,14 @@
- <% if item[:location][:url] %><%= item[:location][:name] %><% else %><%= item[:location][:name] %><% end %>
<% if item[:location][:details] %>- <%= item[:location][:details] %>
<% end %>
+ <% if item[:location][:strasse] || item[:location][:ort] %>
-
<% if item[:location][:strasse] %>- <%= item[:location][:strasse] %>
<% end %>
<% if item[:location][:ort] %>- <%= item[:location][:plz] %> <%= item[:location][:ort] %>
<% end %>
+ <% end %>
<% if item[:location][:lon] %>
-