diff --git a/css/master.css b/css/master.css index 4a5183d..9b4f34b 100644 --- a/css/master.css +++ b/css/master.css @@ -18,6 +18,34 @@ body { border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden; + position: relative; +} + +.language-switcher { + position: absolute; + top: 20px; + right: 20px; + z-index: 1000; +} + +.lang-button { + background: rgba(255, 255, 255, 0.9); + border: 2px solid #667eea; + color: #667eea; + padding: 8px 16px; + border-radius: 8px; + cursor: pointer; + font-weight: 600; + font-size: 0.9em; + transition: all 0.2s; + box-shadow: 0 2px 8px rgba(0,0,0,0.1); +} + +.lang-button:hover { + background: #667eea; + color: white; + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); } .header { diff --git a/css/signature.css b/css/signature.css index 474b476..6599ab2 100644 --- a/css/signature.css +++ b/css/signature.css @@ -21,6 +21,34 @@ body { border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden; + position: relative; +} + +.language-switcher { + position: absolute; + top: 20px; + right: 20px; + z-index: 1000; +} + +.lang-button { + background: rgba(255, 255, 255, 0.9); + border: 2px solid #11998e; + color: #11998e; + padding: 8px 16px; + border-radius: 8px; + cursor: pointer; + font-weight: 600; + font-size: 0.9em; + transition: all 0.2s; + box-shadow: 0 2px 8px rgba(0,0,0,0.1); +} + +.lang-button:hover { + background: #11998e; + color: white; + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(17, 153, 142, 0.3); } .header { diff --git a/html/master.html b/html/master.html index b5a7637..45b53d0 100644 --- a/html/master.html +++ b/html/master.html @@ -7,40 +7,46 @@ +
+
+ +
-

📄 Master Station

-

PDF hochladen und Unterschrift empfangen

+

📄 Master Station

+

PDF hochladen und Unterschrift empfangen

-

PDF Dokument auswählen

-

Wähle eine PDF-Datei aus, die unterschrieben werden soll

+

PDF Dokument auswählen

+

Wähle eine PDF-Datei aus, die unterschrieben werden soll

- -

+

⚠️ Bitte warten Sie, bis die Signatur-Station verbunden ist.