diff --git a/app/templates/v2/base.html b/app/templates/v2/base.html
index 1294b12..a8a257b 100644
--- a/app/templates/v2/base.html
+++ b/app/templates/v2/base.html
@@ -42,10 +42,20 @@
{{ assessment_count }}
{% endif %}
- {% if is_authenticated %}{{ icon("bookmark-simple", 14) }} Merkliste{% endif %}
{{ icon("tag", 14) }} Tags
{% if is_admin %}{{ icon("graph", 14) }} Cluster{% endif %}
{% if is_authenticated %}{{ icon("magnifying-glass-plus", 14) }} Landtag-Suche{% endif %}
+ {% if is_authenticated %}{{ icon("bookmark-simple", 14) }} Merkliste{% endif %}
+
+
+ {# ── Daten — aggregiert, öffentlich für alle sichtbar ───────── #}
+
{% if is_authenticated %}
@@ -56,12 +66,7 @@
{% endif %}
diff --git a/app/templates/v3/components/tour.html b/app/templates/v3/components/tour.html
index f53b67a..4181d8a 100644
--- a/app/templates/v3/components/tour.html
+++ b/app/templates/v3/components/tour.html
@@ -119,11 +119,8 @@
}
.gwoe-tour-spacer { flex: 1 1 auto; }
.gwoe-tour-mute { font-size: 12px; }
-.gwoe-tour-bubble .v3-action-btn.primary {
- background: var(--ecg-teal);
- color: #fff;
- border-color: var(--ecg-teal);
-}
+/* primary-Override entfernt — verwendet jetzt das globale .v3-action-btn.primary
+ Styling (pill-shaped, teal-solid, weicher Drop-Shadow). */
@media (max-width: 700px) {
.gwoe-tour-bubble {
@@ -152,11 +149,48 @@
let _resolvedSteps = []; // STEPS gefiltert auf vorhandene Elemente
let _tourMuted = false;
let _tourUtter = null;
- let _tourAudio = null; //