Vienna
INtro whatever newsletter test franzi * { box-sizing: border-box; margin: 0; padding: 0; } .wm-newsletter { background: #fff; border-radius: 16px; overflow: hidden; max-width: 740px; margin: 0 auto; border: 1px solid #e8e8e8; font-family: 'Inter', sans-serif; box-shadow: 0 2px 12px rgba(0,0,0,0.06); } .wm-inner { display: flex; flex-direction: column; } .wm-illustration { background: #E2FFE4; display: flex; justify-content: center; align-items: center; padding: 20px 16px; width: 100%; min-height: 180px; } .wm-illustration img { max-width: 220px; width: 80%; height: auto; display: block; } .wm-form-block { padding: 24px 24px 20px; display: flex; flex-direction: column; gap: 14px; justify-content: center; } /* S Mobile: Public Sans 900, 25px, 108% lh, -2% ls */ .wm-headline { font-family: 'Public Sans', 'Arial Black', sans-serif; font-weight: 900; font-size: 25px; line-height: 108%; letter-spacing: -0.02em; color: #111; } /* E-Mail Input */ .wm-input { width: 100%; border: 1.5px solid #d0d0d0; border-radius: 8px; padding: 13px 16px; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 14px; color: #111; outline: none; transition: border-color 0.2s, box-shadow 0.2s; background: #fff; -webkit-appearance: none; } .wm-input::placeholder { color: #aaa; } .wm-input:focus { border-color: #57c227; box-shadow: 0 0 0 3px rgba(87,194,39,0.12); } /* CTA: Inter 700, 16px, #ffd200 */ .wm-btn { width: 100%; background: #ffd200; color: #111; border: none; border-radius: 8px; padding: 14px 20px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 16px; line-height: 110%; cursor: pointer; transition: background 0.15s, transform 0.1s; } .wm-btn:hover { background: #e8c000; } .wm-btn:active { transform: scale(0.98); } /* Datenschutz: Inter 500, 12px */ .wm-legal { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 12px; line-height: 115%; color: #666; text-align: center; } .wm-legal a { color: #111; text-decoration: underline; } /* Mobile: illustration top-rounded, form bottom-rounded */ .wm-illustration { border-radius: 16px 16px 0 0; } .wm-form-block { border-radius: 0 0 16px 16px; } @media (min-width: 580px) { .wm-inner { flex-direction: row; align-items: stretch; } .wm-illustration { width: 280px; flex-shrink: 0; padding: 24px 16px; min-height: unset; /* Desktop: left side rounded */ border-radius: 16px 0 0 16px; } .wm-illustration img { max-width: 200px; width: 90%; } .wm-form-block { flex: 1; padding: 32px 32px 24px; gap: 16px; /* Desktop: right side rounded */ border-radius: 0 16px 16px 0; } /* L Desktop: Public Sans 900, 28px, 111% lh */ .wm-headline { font-size: 28px; line-height: 111%; } .wm-legal { text-align: left; } } Du willst noch mehr WM-Updates? Jetzt Newsletter abonnieren Mit deiner Registrierung nimmst du die Datenschutzerklärung zur Kenntnis. function wmValidate() { var email = document.getElementById('wm-email'); if (!email.value || !/^+@+\.+$/.test(email.value)) { email.focus(); return false; } return true; }
Go to News Site