Du hast keinen Zugriff auf diesen Inhalt. Bitte melde dich an, um fortzufahren.

.wp-login-cta{
max-width: 520px;
margin: 2rem auto;
padding: 1.25rem 1.5rem;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 14px;
box-shadow: 0 8px 24px rgba(0,0,0,.06);
text-align: center;
font: 16px/1.55 system-ui, -apple-system, „Segoe UI“, Roboto, Arial, sans-serif;
}
.wp-login-cta p{ margin: 0 0 .75rem }
.wp-login-btn{
display: inline-block;
padding: .7rem 1.1rem;
border-radius: 999px;
text-decoration: none;
background: #1d4ed8; /* Blau */
color: #fff;
font-weight: 600;
box-shadow: 0 4px 14px rgba(29,78,216,.25);
transition: transform .06s ease, box-shadow .2s ease, opacity .2s ease;
}
.wp-login-btn:hover{ transform: translateY(-1px); box-shadow: 0 8px 22px rgba(29,78,216,.3) }
.wp-login-btn:active{ transform: translateY(0) }