.bb-login-wrap {
display: flex;
justify-content: center;
align-items: flex-start;
min-height: 50vh;
padding: 48px 16px 32px;
}
.bb-login-box {
background: #fff;
border: 1px solid #dde1e7;
border-radius: 10px;
padding: 40px 44px 36px;
width: 100%;
max-width: 420px;
box-shadow: 0 4px 24px rgba(0,0,0,.09);
} .bb-login-logo {
text-align: center;
margin-bottom: 24px;
}
.bb-logo-img {
max-width: 200px;
max-height: 90px;
width: auto;
height: auto;
}
.bb-login-sitename {
font-size: 1.3em;
font-weight: 700;
color: #1a3a5c;
letter-spacing: .01em;
} .bb-login-title {
font-size: 1.15em;
font-weight: 700;
color: #1a3a5c;
margin: 0 0 24px;
text-align: center;
border-bottom: 1px solid #e5e7eb;
padding-bottom: 16px;
} .bb-login-fehler {
background: #fef2f2;
border: 1px solid #fca5a5;
color: #991b1b;
padding: 10px 14px;
border-radius: 5px;
margin-bottom: 20px;
font-size: .9em;
display: flex;
gap: 8px;
align-items: flex-start;
}
.bb-login-fehler::before {
content: "⚠";
flex-shrink: 0;
} .bb-field {
margin-bottom: 18px;
}
.bb-field label {
display: block;
font-weight: 600;
font-size: .875em;
color: #374151;
margin-bottom: 6px;
}
.bb-field input[type=text],
.bb-field input[type=password],
.bb-field input[type=email] {
width: 100%;
padding: 10px 13px;
border: 1px solid #d1d5db;
border-radius: 5px;
font-size: 1em;
box-sizing: border-box;
transition: border-color .15s, box-shadow .15s;
background: #fafafa;
}
.bb-field input:focus {
border-color: #2271b1;
background: #fff;
outline: none;
box-shadow: 0 0 0 3px rgba(34,113,177,.12);
} .bb-pw-wrap {
position: relative;
}
.bb-pw-wrap input {
padding-right: 42px;
}
.bb-pw-toggle {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
cursor: pointer;
color: #9ca3af;
padding: 0;
display: flex;
align-items: center;
line-height: 1;
}
.bb-pw-toggle:hover { color: #374151; } .bb-remember label {
font-weight: 400;
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: .9em;
color: #555;
} .bb-btn-primary {
display: inline-block;
background: #2271b1;
color: #fff !important;
border: none;
padding: 11px 24px;
font-size: 1em;
font-weight: 600;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: background .15s, box-shadow .15s;
letter-spacing: .01em;
}
.bb-btn-primary:hover {
background: #135e96;
box-shadow: 0 2px 8px rgba(34,113,177,.3);
}
.bb-btn-secondary {
display: inline-block;
background: #f3f4f6;
color: #374151 !important;
border: 1px solid #d1d5db;
padding: 10px 20px;
font-size: 1em;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: background .15s;
}
.bb-btn-secondary:hover { background: #e5e7eb; }
.bb-btn-block {
width: 100%;
text-align: center;
margin-top: 4px;
}
.bb-pw-vergessen {
text-align: center;
margin-top: 16px;
font-size: .85em;
}
.bb-pw-vergessen a {
color: #2271b1;
text-decoration: none;
}
.bb-pw-vergessen a:hover { text-decoration: underline; } .bb-already-in {
padding: 24px 28px;
max-width: 480px;
} .bb-logout-bar {
background: #f0f4f8;
padding: 8px 16px;
border-radius: 4px;
font-size: .9em;
margin-bottom: 16px;
color: #444;
}
.bb-logout-bar a { color: #2271b1; text-decoration: none; } .bb-bestellmaske {
max-width: 1100px;
margin: 0 auto;
font-family: inherit;
} .bb-kunde-info {
background: #f0f4f8;
padding: 10px 16px;
border-radius: 5px;
margin-bottom: 20px;
font-size: .95em;
color: #444;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
} .bb-btn-abmelden {
display: inline-block;
background: transparent;
color: #2271b1 !important;
border: 1px solid #2271b1;
padding: 4px 14px;
font-size: .85em;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
transition: background .15s, color .15s;
white-space: nowrap;
flex-shrink: 0;
}
.bb-btn-abmelden:hover {
background: #2271b1;
color: #fff !important;
} .bb-msg {
padding: 12px 16px;
border-radius: 5px;
margin-bottom: 16px;
font-size: .95em;
}
.bb-msg-success {
background: #d1fae5;
color: #065f46;
border: 1px solid #6ee7b7;
}
.bb-msg-info {
background: #fef3c7;
color: #92400e;
border: 1px solid #fcd34d;
} .bb-tabelle-wrap {
overflow-x: auto;
margin-bottom: 16px;
border-radius: 6px;
border: 1px solid #c8d8e8;
}
.bb-bestelltabelle {
width: 100%;
border-collapse: collapse;
font-size: .92em;
line-height: 1.4;
} .bb-bestelltabelle thead th {
background: #1a3a5c;
color: #fff; padding: 10px 8px;
text-align: center;
border-right: 1px solid rgba(255,255,255,.15);
white-space: nowrap;
}
.bb-bestelltabelle thead th:last-child {
border-right: none;
}
.bb-th-artikel {
text-align: left !important;
min-width: 220px;
padding-left: 14px !important;
}
.bb-th-tag {
min-width: 76px;
} .bb-th-tag.bb-gesperrt {
background: #4b5563 !important;
}
.bb-wochentag {
display: block;
font-size: .8em;
font-weight: 400;
opacity: .8;
letter-spacing: .03em;
text-transform: uppercase;
}
.bb-datum {
display: block;
font-weight: 700;
font-size: 1em;
}
.bb-heute-label {
display: inline-block;
font-size: .7em;
background: rgba(255,255,255,.25);
border-radius: 8px;
padding: 1px 7px;
margin-top: 3px;
}
.bb-sperr-icon {
display: block;
font-size: .85em;
margin-top: 2px;
opacity: .9;
} .bb-gruppenzeile td {
background: #e8f0f8;
color: #1e3a5f;
font-weight: 700;
font-size: .78em;
text-transform: uppercase;
letter-spacing: .06em;
padding: 6px 14px;
border-top: 2px solid #c0d4e8;
border-bottom: 1px solid #c0d4e8;
} .bb-artikelzeile:nth-child(even) {
background: #f7fafd;
}
.bb-artikelzeile:hover {
background: #eef4fb;
}
.bb-artikel-name {
padding: 9px 14px;
border-right: 1px solid #e5e7eb;
vertical-align: middle;
line-height: 1.5;
} .bb-artikel-nr {
display: inline-block;
background: #dde8f5;
color: #1a3a5c;
font-size: .72em;
font-weight: 700;
padding: 2px 6px;
border-radius: 3px;
margin-right: 7px;
letter-spacing: .03em;
vertical-align: middle;
white-space: nowrap;
} .bb-einheit {
display: block;
color: #888;
font-size: .8em;
margin-top: 2px;
} .bb-menge-zelle {
text-align: center;
padding: 5px 4px;
border-right: 1px solid #e5e7eb;
border-bottom: 1px solid #e5e7eb;
vertical-align: middle;
}
.bb-menge-zelle:last-child {
border-right: none;
}
.bb-menge-zelle.bb-gesperrt {
background: #f1f2f4;
}
.bb-menge-input {
width: 62px;
text-align: center;
padding: 6px 4px;
border: 1px solid #c3c4c7;
border-radius: 4px;
font-size: .95em;
-moz-appearance: textfield;
transition: border-color .15s;
}
.bb-menge-input::-webkit-outer-spin-button,
.bb-menge-input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.bb-menge-input:focus {
border-color: #2271b1;
outline: none;
box-shadow: 0 0 0 2px rgba(34,113,177,.15);
}
.bb-menge-gesperrt {
color: #9ca3af;
font-size: .9em;
font-weight: 500;
} .bb-submit-bereich {
margin-top: 20px;
padding-top: 16px;
border-top: 1px solid #e5e7eb;
display: flex;
align-items: center;
gap: 16px;
}
.bb-btn-speichern {
background: #2271b1;
color: #fff;
border: none;
padding: 11px 32px;
font-size: 1em;
font-weight: 600;
border-radius: 5px;
cursor: pointer;
transition: background .15s;
letter-spacing: .01em;
}
.bb-btn-speichern:hover {
background: #135e96;
} @media (max-width: 640px) {
.bb-login-box        { padding: 28px 20px; }
.bb-menge-input      { width: 48px; font-size: .85em; }
.bb-th-tag           { min-width: 58px; }
.bb-th-artikel       { min-width: 140px; }
.bb-artikel-name     { padding: 7px 8px; }
}