
/* SIBA Login Seite - repariert */
html, body {
    min-height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: linear-gradient(135deg, #f4f4f4 0%, #ffffff 45%, #f0f0f0 100%) !important;
    color: #1d1d1d !important;
}

container {
    display: block;
}

.header {
    width: 100%;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #ff7a1a, #ff441f) !important;
    box-shadow: 0 4px 22px rgba(0,0,0,.18);
}

.bild1 {
    width: 220px;
    max-width: 70vw;
    height: auto;
    display: block;
    background: #fff;
    padding: 10px 28px;
    border-radius: 10px;
    box-shadow: 0 8px 26px rgba(0,0,0,.18);
}

#body {
    min-height: calc(100vh - 96px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 18px;
    box-sizing: border-box;
}

.loginkasten {
    width: 100%;
    max-width: 460px;
    background: #ffffff !important;
    border: 1px solid rgba(255, 90, 31, .35);
    border-radius: 16px;
    padding: 34px 34px 30px;
    box-shadow: 0 18px 55px rgba(0,0,0,.18);
}

.Überschrift h5,
.Überschrift h6 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    color: #263f4a;
    text-align: center;
}

#text1 {
    margin: 18px 0 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #263f4a;
}

.loginkasten input[type="email"],
.loginkasten input[type="password"],
.loginkasten input[type="text"] {
    width: 100% !important;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #d7dde2 !important;
    border-radius: 8px;
    padding: 0 13px;
    font-size: 16px;
    background: #fff !important;
    color: #111 !important;
    outline: none;
}

.loginkasten input:focus {
    border-color: #ff5a1f !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 31, .16);
}

.button-85,
.button {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    border-radius: 9px;
    background: linear-gradient(90deg, #ff7a1a, #ff441f) !important;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 90, 31, .28);
}

.button-85:hover,
.button:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

#textlog {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #fff !important;
}

.loginkasten a {
    display: inline-block;
    margin-top: 16px;
    color: #ff4b1f !important;
    font-weight: 700;
    text-decoration: none;
}

.loginkasten a:hover {
    text-decoration: underline;
}

#fußzeile {
    display: none;
}

/* Login darf nicht von allgemeinen Dashboard-Darkmode-Regeln zerstört werden */
body.siba-dark {
    background: #0b0b0b !important;
    color: #fff !important;
}
body.siba-dark .header {
    background: linear-gradient(90deg, #ff7a1a, #ff441f) !important;
}
body.siba-dark .loginkasten {
    background: #111 !important;
    color: #fff !important;
    border-color: #ff5a1f !important;
}
body.siba-dark .Überschrift h5,
body.siba-dark .Überschrift h6,
body.siba-dark #text1 {
    color: #fff !important;
}
body.siba-dark .loginkasten input[type="email"],
body.siba-dark .loginkasten input[type="password"],
body.siba-dark .loginkasten input[type="text"] {
    background: #0d0d0d !important;
    color: #fff !important;
    border-color: #ff5a1f !important;
}

@media (max-width: 600px) {
    .header { min-height: 82px; }
    .bild1 { width: 180px; padding: 8px 22px; }
    #body { min-height: calc(100vh - 82px); padding: 24px 12px; }
    .loginkasten { padding: 26px 20px 24px; border-radius: 13px; }
    .Überschrift h5, .Überschrift h6 { font-size: 26px; }
}
.siba-login-body{margin:0!important;min-height:100vh;background:#0b0b0b!important;color:#f4f4f4}.siba-login-header{height:112px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #2c2c2c;background:#111}.siba-login-header img{max-height:78px;max-width:min(360px,80vw);object-fit:contain}.siba-login-stage{min-height:calc(100vh - 112px);display:grid;place-items:center;padding:36px 20px}.object-selection-panel{width:min(980px,100%);background:#171717;border:1px solid #313131;border-radius:20px;padding:clamp(24px,4vw,42px);box-shadow:0 24px 70px rgba(0,0,0,.42)}.login-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#ff8a00;font-size:12px;font-weight:800}.object-selection-panel h1{font-size:clamp(27px,4vw,42px);margin:10px 0 10px}.object-selection-panel>p{color:#aaa;margin:0 0 26px;line-height:1.55}.object-selection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.object-choice-form{margin:0}.object-choice-button{width:100%;min-height:112px;display:flex;align-items:center;gap:16px;text-align:left;background:#202020;color:#fff;border:1px solid #373737;border-radius:15px;padding:18px;cursor:pointer;transition:.18s}.object-choice-button:hover{transform:translateY(-2px);border-color:#ff8a00;background:#241b12}.object-choice-icon{width:48px;height:48px;border-radius:12px;background:#ff8a00;color:#151515;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.object-choice-copy{display:grid;gap:6px;flex:1}.object-choice-copy strong{font-size:18px}.object-choice-copy small{color:#aaa;line-height:1.35}.object-choice-button>.fa-chevron-right{color:#ff9b2b}.login-empty{padding:22px;border:1px dashed #4a4a4a;border-radius:12px;color:#aaa;text-align:center}.object-login-card{position:static!important;transform:none!important;margin:0!important;width:min(440px,100%)!important;min-height:auto!important;background:#171717!important;border:1px solid #313131!important;border-radius:20px!important;padding:30px!important;box-shadow:0 24px 70px rgba(0,0,0,.42)!important}.selected-object-badge{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#24190e;border:1px solid #6c3c0b;border-radius:12px;margin-bottom:20px}.selected-object-badge>i{color:#ff8a00}.selected-object-badge span{display:grid}.selected-object-badge small{color:#bd9b79;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.selected-object-badge strong{font-size:16px}.object-login-card .Überschrift{position:static!important;width:auto!important;height:auto!important;margin:0 0 18px!important;background:none!important}.object-login-card .Überschrift h5{font-size:30px!important;margin:0!important;color:#fff!important}.object-login-card form{display:grid;gap:10px}.object-login-card input{width:100%!important;padding:13px 14px!important;border:1px solid #444!important;border-radius:10px!important;background:#0f0f0f!important;color:#fff!important;outline:none}.object-login-card input:focus{border-color:#ff8a00!important;box-shadow:0 0 0 3px rgba(255,138,0,.14)}.login-label{font-size:13px;color:#ccc;font-weight:700;margin-top:5px}.object-login-card .button-85{position:static!important;width:100%!important;height:auto!important;margin-top:12px!important;padding:14px!important;border-radius:10px!important;background:#ff8a00!important;color:#151515!important}.object-login-card .button-85:before,.object-login-card .button-85:after{display:none!important}.object-login-card #textlog{font-size:17px!important;color:#151515!important;font-weight:800}.login-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:6px}.login-links a{color:#bbb;text-decoration:none;font-size:13px}.login-links a:hover{color:#ff9b2b}@media(max-width:720px){.object-selection-grid{grid-template-columns:1fr}.siba-login-stage{padding:22px 14px}.object-selection-panel{padding:24px 18px}.login-links{display:grid}}
.login-error{padding:11px 13px;margin-bottom:14px;border:1px solid #7a2f2f;background:#351515;color:#ffd0d0;border-radius:10px;font-size:13px;text-align:center}
