diff --git a/Helfer/helfer.html b/Helfer/helfer.html index b0f77e3..38ed55e 100644 --- a/Helfer/helfer.html +++ b/Helfer/helfer.html @@ -5,24 +5,37 @@

Fülle deine Daten aus – wir bereiten dein Dokument zur digitalen Unterschrift vor.

-
- + + + + +

1. Persönliche Daten

-
-
-
+ +
+ +
+ + + +
+
+ +
+
+
-
-
+
+
-
-
+
+
@@ -41,7 +54,7 @@

Wann kannst du?

💡 Du musst nicht die volle Zeit helfen!
- +
@@ -123,7 +136,10 @@ .checkbox-group { display: flex; flex-direction: column; gap: 12px; } .areas-grid-web { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .custom-check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; user-select: none; } - .custom-check input[type="checkbox"] { width: 18px; height: 18px; margin-top: 3px; accent-color: #e94598; cursor: pointer; } + + /* HIER ANGEPASST: CSS für Checkboxen UND Radio-Buttons */ + .custom-check input[type="checkbox"], .custom-check input[type="radio"] { width: 18px; height: 18px; margin-top: 3px; accent-color: #e94598; cursor: pointer; } + .custom-check span { font-size: 0.95em; font-weight: 500; color: #4a5568; } .legal-container { background: #fff; border: 2px solid #edf2f7; padding: 25px; border-radius: 14px; } .divider { height: 1px; background: #edf2f7; margin: 15px 0; }