/* Vorsicht.info Bürger-Login & Mein Bereich – Theme 3.0.20 */

.vorsicht-member-area {
    --vma-teal: var(--dt-primary-color, var(--primary-color, #147f82));
    --vma-teal-dark: #0d6669;
    --vma-navy: #0f0d1d;
    --vma-text: #171522;
    --vma-muted: #647389;
    --vma-line: #dce8e9;
    --vma-soft: #f3f9f9;
    position: relative;
    overflow: hidden;
    padding: 68px 0 76px;
    background:
        radial-gradient(circle at 10% 20%, rgba(20,127,130,.08), transparent 29%),
        radial-gradient(circle at 91% 84%, rgba(20,127,130,.07), transparent 28%),
        linear-gradient(180deg, #fbfdfd 0%, #ffffff 48%, #f8fbfb 100%);
}

.vorsicht-member-area__container { position: relative; z-index: 2; }

.vorsicht-member-area__watermark {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: .035;
}
.vorsicht-member-area__watermark img { display: block; width: 100%; height: auto; }
.vorsicht-member-area__watermark--left { width: 440px; left: -180px; bottom: -170px; transform: rotate(-8deg); }
.vorsicht-member-area__watermark--right { width: 360px; right: -130px; top: 10px; transform: rotate(9deg); }

.vorsicht-member-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(20,127,130,.17);
    border-radius: 999px;
    background: rgba(20,127,130,.08);
    color: var(--vma-teal);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .08em;
}

.vorsicht-login-layout {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
    max-width: 1080px;
    margin: 0 auto;
    border: 1px solid rgba(15,13,29,.08);
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15,13,29,.10);
}

.vorsicht-login-story {
    position: relative;
    min-height: 590px;
    padding: 62px 58px 54px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(255,255,255,.10), transparent 26%),
        linear-gradient(145deg, var(--vma-teal-dark) 0%, var(--vma-teal) 58%, #168f92 100%);
    color: #fff;
}
.vorsicht-login-story::after {
    content: "";
    position: absolute;
    right: -145px;
    bottom: -155px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}
.vorsicht-login-story .vorsicht-member-kicker {
    border-color: rgba(255,255,255,.26);
    background: rgba(255,255,255,.12);
    color: #fff;
}
.vorsicht-login-story h2 {
    margin: 26px 0 18px;
    color: #fff;
    font-size: clamp(32px, 3.1vw, 50px);
    line-height: 1.08;
    letter-spacing: -.025em;
}
.vorsicht-login-story > p:not(.vorsicht-login-story__note) {
    max-width: 440px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.72;
}
.vorsicht-login-story__shield {
    position: absolute;
    width: 255px;
    right: -70px;
    top: 42px;
    opacity: .11;
    transform: rotate(8deg);
}
.vorsicht-login-story__shield img { width: 100%; filter: brightness(0) invert(1); }
.vorsicht-login-benefits {
    display: grid;
    gap: 13px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
.vorsicht-login-benefits li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: rgba(255,255,255,.94);
    font-size: 14px;
    line-height: 1.5;
}
.vorsicht-login-benefits li span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    font-size: 12px;
    font-weight: 800;
}
.vorsicht-login-story__note {
    position: absolute;
    left: 58px;
    right: 58px;
    bottom: 36px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.vorsicht-login-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 64px;
    background: #fff;
}
.vorsicht-login-card h1 {
    margin: 19px 0 10px;
    color: var(--vma-text);
    font-size: clamp(31px, 3vw, 44px);
    line-height: 1.1;
    letter-spacing: -.025em;
}
.vorsicht-login-card__lead {
    margin: 0 0 28px;
    color: var(--vma-muted);
    font-size: 16px;
    line-height: 1.65;
}

.vorsicht-profile-builder-form--login #wppb-login-wrap,
.vorsicht-profile-builder-form--login form,
.vorsicht-profile-builder-form--profile .wppb-user-forms { margin: 0; }

.vorsicht-profile-builder-form--login .login-username,
.vorsicht-profile-builder-form--login .login-password {
    display: block !important;
    width: 100% !important;
    margin: 0 0 17px !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
}
.vorsicht-profile-builder-form--login .login-username label,
.vorsicht-profile-builder-form--login .login-password label {
    display: block;
    margin: 0 0 7px;
    color: #303542;
    font-size: 13px;
    font-weight: 800;
}
.vorsicht-profile-builder-form--login input[type="text"],
.vorsicht-profile-builder-form--login input[type="email"],
.vorsicht-profile-builder-form--login input[type="password"] {
    width: 100% !important;
    max-width: none !important;
    min-height: 49px;
    padding: 11px 14px !important;
    border: 1px solid #cfdadb !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--vma-text) !important;
    outline: none;
}
.vorsicht-profile-builder-form--login input[type="text"]:focus,
.vorsicht-profile-builder-form--login input[type="email"]:focus,
.vorsicht-profile-builder-form--login input[type="password"]:focus {
    border-color: var(--vma-teal) !important;
    box-shadow: 0 0 0 3px rgba(20,127,130,.10) !important;
}
.vorsicht-profile-builder-form--login .login-remember {
    margin: 4px 0 20px;
    color: var(--vma-muted);
    font-size: 13px;
}
.vorsicht-profile-builder-form--login .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.vorsicht-profile-builder-form--login input[type="checkbox"] { accent-color: var(--vma-teal); }
.vorsicht-profile-builder-form--login .login-submit { margin: 0; }
.vorsicht-profile-builder-form--login input[type="submit"],
.vorsicht-profile-builder-form--profile input[type="submit"],
.vorsicht-profile-builder-form--profile button[type="submit"] {
    min-height: 48px;
    padding: 11px 22px !important;
    border: 1px solid var(--vma-teal) !important;
    border-radius: 10px !important;
    background: var(--vma-teal) !important;
    color: #fff !important;
    font-weight: 800 !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}
.vorsicht-profile-builder-form--login input[type="submit"]:hover,
.vorsicht-profile-builder-form--profile input[type="submit"]:hover,
.vorsicht-profile-builder-form--profile button[type="submit"]:hover {
    background: var(--vma-teal-dark) !important;
    transform: translateY(-1px);
}

.vorsicht-login-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8eeee;
    color: #8a96a5;
    font-size: 12px;
}
.vorsicht-member-link {
    color: var(--vma-teal) !important;
    font-weight: 800;
    text-decoration: none !important;
}
.vorsicht-member-link:hover { text-decoration: underline !important; }
.vorsicht-login-security {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    padding: 13px 14px;
    border-radius: 10px;
    background: var(--vma-soft);
    color: #687788;
    font-size: 12px;
    line-height: 1.45;
}
.vorsicht-login-security__lock {
    position: relative;
    flex: 0 0 15px;
    width: 15px;
    height: 13px;
    margin-top: 4px;
    border: 2px solid var(--vma-teal);
    border-radius: 2px;
}
.vorsicht-login-security__lock::before {
    content: "";
    position: absolute;
    left: 2px;
    top: -9px;
    width: 7px;
    height: 8px;
    border: 2px solid var(--vma-teal);
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
}

.vorsicht-login-status {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 10px 0 24px;
    padding: 16px;
    border: 1px solid rgba(20,127,130,.16);
    border-radius: 12px;
    background: var(--vma-soft);
}
.vorsicht-login-status__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: var(--vma-teal);
    color: #fff;
    font-weight: 900;
}
.vorsicht-login-status strong,
.vorsicht-login-status span { display: block; }
.vorsicht-login-status strong { margin-bottom: 2px; color: var(--vma-text); }
.vorsicht-login-status div > span { color: var(--vma-muted); font-size: 13px; }
.vorsicht-login-card__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.vorsicht-member-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    border-radius: 10px;
    background: var(--vma-teal);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}
.vorsicht-member-button:hover { background: var(--vma-teal-dark); color: #fff !important; }

.vorsicht-member-notice {
    display: grid;
    gap: 5px;
    padding: 16px;
    border-radius: 12px;
    font-size: 13px;
}
.vorsicht-member-notice--warning { border: 1px solid #efd8aa; background: #fff9ed; color: #71551a; }

/* Mein Vorsicht.info */
.vorsicht-account-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 26px;
    max-width: 1080px;
    margin: 0 auto 30px;
}
.vorsicht-account-hero h1 {
    margin: 15px 0 9px;
    color: var(--vma-text);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.03em;
}
.vorsicht-account-hero p { max-width: 720px; margin: 0; color: var(--vma-muted); font-size: 16px; line-height: 1.65; }
.vorsicht-account-logout { white-space: nowrap; margin-bottom: 7px; }

.vorsicht-account-quicklinks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 1080px;
    margin: 0 auto 22px;
}
.vorsicht-account-quicklink {
    position: relative;
    display: grid;
    gap: 4px;
    min-height: 126px;
    padding: 21px 22px 18px 78px;
    border: 1px solid rgba(20,127,130,.15);
    border-radius: 16px;
    background: #fff;
    color: var(--vma-text) !important;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(15,13,29,.045);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.vorsicht-account-quicklink:hover {
    transform: translateY(-2px);
    border-color: rgba(20,127,130,.38);
    box-shadow: 0 16px 34px rgba(15,13,29,.07);
}
.vorsicht-account-quicklink__icon {
    position: absolute;
    left: 20px;
    top: 22px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--vma-teal);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
.vorsicht-account-quicklink strong { font-size: 16px; }
.vorsicht-account-quicklink small { color: var(--vma-muted); font-size: 12px; }

.vorsicht-account-panel {
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 36px 36px;
    border: 1px solid rgba(15,13,29,.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15,13,29,.06);
}
.vorsicht-account-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7eeee;
}
.vorsicht-account-panel__head h2 { margin: 10px 0 0; color: var(--vma-text); font-size: 28px; }
.vorsicht-account-panel__badge {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--vma-soft);
    color: var(--vma-teal);
    font-size: 11px;
    font-weight: 800;
}

.vorsicht-profile-builder-form--profile .wppb-user-forms ul { margin: 0; padding: 0; list-style: none; }
.vorsicht-profile-builder-form--profile .wppb-form-field { margin-bottom: 18px !important; }
.vorsicht-profile-builder-form--profile .wppb-form-field > label {
    display: block !important;
    width: auto !important;
    float: none !important;
    margin: 0 0 7px !important;
    color: #303542;
    font-size: 13px;
    font-weight: 800;
}
.vorsicht-profile-builder-form--profile .wppb-form-field input[type="text"],
.vorsicht-profile-builder-form--profile .wppb-form-field input[type="email"],
.vorsicht-profile-builder-form--profile .wppb-form-field input[type="password"],
.vorsicht-profile-builder-form--profile .wppb-form-field select,
.vorsicht-profile-builder-form--profile .wppb-form-field textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 48px;
    padding: 10px 13px !important;
    border: 1px solid #cfdadb !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: none !important;
}
.vorsicht-profile-builder-form--profile .wppb-form-field textarea { min-height: 120px; }
.vorsicht-profile-builder-form--profile .wppb-form-field input:focus,
.vorsicht-profile-builder-form--profile .wppb-form-field select:focus,
.vorsicht-profile-builder-form--profile .wppb-form-field textarea:focus {
    border-color: var(--vma-teal) !important;
    box-shadow: 0 0 0 3px rgba(20,127,130,.10) !important;
    outline: none;
}
.vorsicht-profile-builder-form--profile .wppb-description-delimiter,
.vorsicht-profile-builder-form--profile .wppb-field-visibility-settings-toggle { color: var(--vma-muted); font-size: 12px; }

@media (max-width: 900px) {
    .vorsicht-member-area { padding: 46px 0 58px; }
    .vorsicht-login-layout { grid-template-columns: 1fr; max-width: 680px; }
    .vorsicht-login-story { min-height: auto; padding: 42px 38px 68px; }
    .vorsicht-login-story h2 { max-width: 500px; }
    .vorsicht-login-story__note { left: 38px; bottom: 24px; }
    .vorsicht-login-card { padding: 42px 38px; }
    .vorsicht-account-quicklinks { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .vorsicht-member-area { padding: 30px 0 44px; }
    .vorsicht-member-area__watermark { display: none; }
    .vorsicht-login-layout { border-radius: 18px; }
    .vorsicht-login-story { padding: 34px 24px 62px; }
    .vorsicht-login-story__shield { width: 190px; right: -72px; top: 18px; }
    .vorsicht-login-story h2 { font-size: 32px; }
    .vorsicht-login-story__note { left: 24px; right: 24px; }
    .vorsicht-login-card { padding: 34px 24px; }
    .vorsicht-login-card__meta { align-items: flex-start; flex-direction: column; gap: 8px; }
    .vorsicht-account-hero { align-items: flex-start; flex-direction: column; }
    .vorsicht-account-panel { padding: 25px 22px 28px; border-radius: 16px; }
    .vorsicht-account-panel__head { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .vorsicht-account-quicklink,
    .vorsicht-profile-builder-form input[type="submit"] { transition: none !important; }
}


/* Profile Builder setzt je nach Version eigene Breiten/Floats. Beide Loginfelder
   bleiben in Vorsicht.info immer identisch breit. */
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-username,
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-username label,
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password label {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
}
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-username input,
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password input,
.vorsicht-profile-builder-form--login #wppb-login-wrap input.input {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

/* Build 2026.08.12.2 – Profile Builder: Passwort-Wrapper ebenfalls volle Breite */
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password > span,
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password > div,
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password .password-input-wrapper,
.vorsicht-profile-builder-form--login #wppb-login-wrap .login-password .wppb-password-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    box-sizing: border-box !important;
}
