diff --git a/css/styles.css b/css/styles.css index 167549c..19756e3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -895,6 +895,20 @@ body[data-lang="en"] .hide-de { display: none !important; } line-height: 1.4; } +/* Locked image nach Unsere Themen — nur sichtbar wenn nicht eingeloggt */ +.about-locked-img { + display: block; + width: 100%; + max-width: 800px; + height: auto; + margin: 32px auto 0; + border-radius: 16px; + box-shadow: 0 4px 20px rgba(0,0,0,0.08); +} +[data-loggedIn="true"] .about-locked-img { + display: none; +} + /* ======================================== SEARCH ======================================== */ diff --git a/index.html b/index.html index 3c7c5d0..312523a 100644 --- a/index.html +++ b/index.html @@ -349,6 +349,7 @@
+