.elementor-kit-36{--e-global-color-primary:#2B5C35;--e-global-color-secondary:#C68222;--e-global-color-text:#1D2228;--e-global-color-accent:#4CAF50;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;background-color:#F4F7F6;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}@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 *//* --- 1. LOGIN FORMULAR (Altes Plugin) --- */
form#pms_login input[type="text"],
form#pms_login input[type="password"] {
    width: 100%;
    padding: 15px !important;
    border: 2px solid #eee !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    background: #f9f9f9 !important;
    font-size: 16px !important;
    color: #333 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s ease;
}

/* Fokus-Effekt Login */
form#pms_login input:focus {
    border-color: #2e7d32 !important;
    background: #ffffff !important;
}

/* Labels Login */
form#pms_login label {
    font-weight: 700 !important;
    color: #444 !important;
    display: block !important;
    margin-bottom: 8px !important;
}

/* Login Button (Orange & Rund) */
form#pms_login input[type="submit"] {
    background-color: #d88e2d !important; /* Dein Hausi-Orange */
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    display: block !important;
    margin-top: 10px !important;
    cursor: pointer !important;
    box-shadow: 0 5px 15px rgba(216, 142, 45, 0.3) !important;
    transition: all 0.3s ease !important;
}

form#pms_login input[type="submit"]:hover {
    background-color: #b57624 !important;
    transform: translateY(-2px) !important;
}

/* Links unter Login ausblenden */
.pms-login-links {
    display: none !important;
}

/* --- 2. LOGO KLICKBAR MACHEN (Z-INDEX FIX) --- */
/* Das löst dein Problem, dass das Logo im Header nicht geht */
header, .site-header, .elementor-location-header {
    position: relative !important;
    z-index: 99999 !important;
}

.custom-logo-link, .site-logo a {
    position: relative !important;
    z-index: 100000 !important;
    pointer-events: auto !important;
}/* End custom CSS */