diff --git a/App/pages/_partials/modul_detail.php b/App/pages/_partials/modul_detail.php index 0bf73d3..8b2aed5 100644 --- a/App/pages/_partials/modul_detail.php +++ b/App/pages/_partials/modul_detail.php @@ -215,6 +215,17 @@ $countryMeta = [ .md-cta-secondary:hover { background: var(--ggs-fjord-light); } .md-cta-secondary:active { transform: scale(0.98); } + /* Geräte-Hinweis unter den CTAs (z.B. WebGL-Hinweis bei Klima 3D) */ + .md-device-hint { + margin-top: .9rem; max-width: 560px; + font-size: .85rem; line-height: 1.5; color: var(--ggs-text-muted); + padding: .7rem .9rem; + background: var(--ggs-fjord-light); + border-radius: var(--ggs-radius-sm); + border-left: 3px solid var(--ggs-fjord); + } + .md-device-hint strong { color: var(--ggs-fjord-dark); } + /* ===== Meta-Bar (Dauer, Alter, Status) ===== */ .md-meta { max-width: 1100px; margin: 0 auto 2rem; padding: 0 1.2rem; @@ -444,7 +455,16 @@ $countryMeta = [
= esc($shortDesc ?? $module['subtitle']) ?>
+ 3D benötigt WebGL und etwas Rechenleistung. Läuft flüssig + auf iPads ab Generation 8 und auf Laptops ab 2019. Auf älteren Geräten + empfehlen wir die 2D-Variante — didaktisch identisch, gleiches Level-System. +
+