.elementor-kit-1012{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-40628778:#4054B2;--e-global-color-3d6b2740:#23A455;--e-global-color-44b8832c:#000;--e-global-color-5c1fed07:#FFF;}.elementor-kit-1012 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1012 p{margin-block-end:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ---------------------------
   Seite Immobilien (ID 2949)
---------------------------- */
.page-id-2949 {
    background-color: #152131 !important;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

/* Wrapper & Box */
.page-id-2949 .iu-password-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; /* Standard: vertikal zentriert */
    min-height: 100vh;
    padding: 40px;
}

.page-id-2949 .iu-password-box {
    max-width: 420px;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(145deg, #1f2a3a, #182235);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    text-align: center;
    color: #ffffff;
    position: relative;
    transition: all 0.3s;
}

/* Logo & Schloss */
.page-id-2949 .iu-logo {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.page-id-2949 .iu-lock {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
    color: #3b82f6;
    animation: pulse 2s infinite;
}

/* Überschriften & Texte */
.page-id-2949 h2, 
.page-id-2949 h3 {
    margin: 5px 0;
    font-weight: 600;
    color: #ffffff;
}

.page-id-2949 h3 {
    font-weight: 400;
}

.page-id-2949 p {
    color: #c0d0e0;
    margin-bottom: 20px;
}

/* Input Feld */
.page-id-2949 .iu-password-box input[type="password"] {
    width: 100%;
    padding: 16px;
    margin: 12px 0;
    border-radius: 10px;
    border: 1px solid #3b82f6;
    background-color: #2b3a50;
    color: #fff;
    font-size: 16px;
    outline: none;
    box-shadow: 0 0 6px #3b82f6; /* permanenter Glow */
    transition: all 0.3s;
}

.page-id-2949 .iu-password-box input[type="password"]:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 12px #3b82f6;
}

/* Button */
.page-id-2949 .iu-password-box button {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 10px;
    background: #ceae88;
    color: #2b1f0f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.page-id-2949 .iu-password-box button:hover {
    background: #b79770;
    box-shadow: 0 0 15px #b79770;
}

/* Fehlermeldung */
.page-id-2949 .post-password-form .message {
    color: #ff6b6b !important;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

/* Shake Animation */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}
.page-id-2949 .iu-password-box.shake {
    animation: shake 0.4s ease-in-out;
}

/* Pulsing Schloss */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Box Hover Effekt */
.page-id-2949 .iu-password-box:hover {
    transform: translateY(-3px);
}

/* ---------------------------
   Mobile Anpassung
---------------------------- */
@media (max-width: 768px) {
    .page-id-2949 .iu-password-wrapper {
        align-items: flex-start; /* Container am oberen Rand */
        padding-top: 20px;
    }

    .page-id-2949 .iu-password-box {
        padding: 30px 20px;
    }

    .page-id-2949 .iu-lock {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .page-id-2949 h2 {
        font-size: 22px;
    }

    .page-id-2949 h3 {
        font-size: 18px;
    }
}/* End custom CSS */