.elementor-1163 .elementor-element.elementor-element-0cc130c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1163 .elementor-element.elementor-element-f43dc1d{text-align:center;}.elementor-1163 .elementor-element.elementor-element-f43dc1d .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:27px;font-weight:500;color:#80949C;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for container, class: .elementor-element-0cc130c *//* Passwort Sektion */
.post-password-required {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('https://foto-url.de');
    background-size: cover;
    background-position: center;
    max-width: 100% !important;
    padding: 80px;
}

/* Überschrift */
.post-password-required h1 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Form Container */
.post-password-form {
    margin-top: 0px;
    background: rgba(45, 55, 72, 0.9) !important;
    padding: 40px !important;
    border-radius: 10px !important;
    max-width: 500px !important;
    width: 100% !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
}

/* Beschreibungstext */
.post-password-form p:nth-of-type(1) {
    font-size: 20px;
    text-align: center;
    color: #e2e8f0 !important;
    margin-bottom: 30px !important;
    line-height: 1.5;
}

/* Input Container */
.post-password-form p:nth-of-type(2) {
    margin-top: 30px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input Label */
.post-password-form label {
    font-size: 18px !important;
    color: #cbd5e0 !important;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

/* Input Feld */
.post-password-form input[type="password"] {
    border-radius: 6px !important;
    padding: 14px 12px !important;
    margin-top: 8px !important;
    width: 100% !important;
    background: #4a5568 !important;
    border: 2px solid #718096 !important;
    color: #e2e8f0 !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    display: block !important;
}

.post-password-form input[type="password"]:focus {
    outline: none !important;
    border-color: #63b3ed !important;
    box-shadow: 0 0 0 3px rgba(99, 179, 237, 0.2) !important;
}

/* Button */
.post-password-form input[type="submit"] {
    font-size: 18px !important;
    padding: 14px 30px !important;
    margin-top: 15px !important;
    background: linear-gradient(135deg, #4a5568 0%, #718096 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100% !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-password-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #718096 0%, #4a5568 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Mobile Anpassung */
@media only screen and (max-width: 767px) {
    .post-password-required {
        height: auto;
        min-height: 100vh;
        padding: 40px 20px;
    }
    
    .post-password-required h1 {
        font-size: 32px;
    }
    
    .post-password-form {
        padding: 30px 20px !important;
        margin: 20px 0 !important;
    }
    
    .post-password-form p:nth-of-type(1) {
        font-size: 18px;
    }
    
    .post-password-form label {
        font-size: 16px !important;
    }
    
    .post-password-form input[type="submit"] {
        font-size: 16px !important;
        padding: 12px 25px !important;
    }
}

/* Entferne Entry Title auf Inhaltsseite */
.post-password-protected .entry-title {
    display: none;
}/* End custom CSS */