:root{
  --font-primary:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --text-color:#221c2b;--text-muted:#746b7f;--background-page:#f5f1fa;--background-card:rgba(255,255,255,.94);
  --surface-soft:#eee7f7;--color-primary:#6d28d9;--color-primary-strong:#4c1d95;--color-accent:#a855f7;
  --color-danger:#b4233b;--color-success:#237a52;--color-warning:#9a6700;--border-color:#ded5e8;
  --shadow:0 14px 36px rgba(54,31,78,.10);--shadow-soft:0 6px 18px rgba(54,31,78,.08);
  --radius:14px;--radius-small:9px;--space:16px;--layout-compact:900px;--layout-standard:1240px;
  --portal-accent:var(--color-primary);--portal-accent-strong:var(--color-primary-strong);--portal-accent-soft:#ede9fe;
}
*{box-sizing:border-box}html{background:var(--background-page)}body{margin:0;font-family:var(--font-primary);color:var(--text-color);background:radial-gradient(circle at top right,#eee4ff 0,transparent 30rem),var(--background-page);line-height:1.5}
a{color:var(--portal-accent)}
/* Portal-Kennfarben. Struktur und Komponenten bleiben identisch. */
html[data-bm-portal="owner"]{--portal-accent:#8f1d2c;--portal-accent-strong:#65131f;--portal-accent-soft:#fff0e2}
html[data-bm-portal="admin"]{--portal-accent:#1769aa;--portal-accent-strong:#0d4777;--portal-accent-soft:#e9f4ff}
html[data-bm-portal="moderator"]{--portal-accent:#26734d;--portal-accent-strong:#174c33;--portal-accent-soft:#e8f6ef}
html[data-bm-portal="developer"]{--portal-accent:#6d28d9;--portal-accent-strong:#35105f;--portal-accent-soft:#efe7ff}
.bm-header,.bm-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(115deg,#1e1726,#2c2038 60%,var(--portal-accent-strong));color:#fff;box-shadow:var(--shadow-soft)}
.bm-brand{font-weight:850;letter-spacing:.12em}.bm-brand,.bm-nav a,.bm-footer a{color:#fff;text-decoration:none}.bm-nav{display:flex;gap:8px;flex-wrap:wrap}.bm-nav a{padding:8px 10px;border-radius:8px}.bm-nav a:hover,.bm-nav a:focus-visible{background:rgba(255,255,255,.12);outline:none}
.bm-main{min-height:calc(100vh - 112px)}.bm-content{margin:0 auto;padding:24px;width:100%}html[data-bm-layout="compact"] .bm-content{max-width:var(--layout-compact)}html[data-bm-layout="standard"] .bm-content{max-width:var(--layout-standard)}html[data-bm-layout="fullwidth"] .bm-content{max-width:none}
.bm-card,.bm-panel{background:var(--background-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:20px;margin-bottom:16px;box-shadow:var(--shadow);backdrop-filter:blur(8px)}
.bm-card h1,.bm-card h2,.bm-card h3{margin-top:0}.bm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.bm-form{display:grid;gap:14px}.bm-form label,.bm-form fieldset{display:grid;gap:6px}
input,select,textarea,button{font:inherit;padding:11px 12px;border:1px solid #c9bfd4;border-radius:var(--radius-small);background:#fff;color:var(--text-color)}input:focus,select:focus,textarea:focus{outline:3px solid color-mix(in srgb,var(--portal-accent) 18%,transparent);border-color:var(--portal-accent)}textarea{width:100%;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
button,.bm-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,var(--portal-accent),var(--portal-accent-strong));color:#fff;border:0;padding:10px 15px;border-radius:var(--radius-small);text-decoration:none;cursor:pointer;font-weight:700;box-shadow:0 6px 14px color-mix(in srgb,var(--portal-accent) 22%,transparent)}button:hover,.bm-button:hover{filter:brightness(1.06)}
.bm-button-secondary{background:var(--portal-accent-soft);color:var(--portal-accent-strong);box-shadow:none;border:1px solid color-mix(in srgb,var(--portal-accent) 22%,var(--border-color))}
.bm-table,.bm-table-wrap table{width:100%;border-collapse:collapse}.bm-table th,.bm-table td,.bm-table-wrap th,.bm-table-wrap td{padding:10px;border-bottom:1px solid var(--border-color);text-align:left;vertical-align:top}.bm-table th,.bm-table-wrap th{background:var(--portal-accent-soft);color:var(--portal-accent-strong);font-size:.92rem}.bm-table tbody tr:nth-child(even),.bm-table-wrap tbody tr:nth-child(even){background:rgba(91,60,120,.035)}
.bm-error,.bm-ok,.bm-warn,.bm-info{padding:12px 14px;border-radius:var(--radius-small);margin-bottom:12px}.bm-error{background:#fff0f2;border:1px solid #efb4bd}.bm-ok{background:#ebf8f1;border:1px solid #a9d7c0}.bm-warn{background:#fff7dd;border:1px solid #e4c76e}.bm-info{background:var(--portal-accent-soft);border:1px solid color-mix(in srgb,var(--portal-accent) 25%,var(--border-color))}
.bm-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:var(--portal-accent-soft);color:var(--portal-accent-strong);font-weight:750;font-size:.78rem}.bm-muted{color:var(--text-muted)}.bm-kpi{font-size:clamp(1.45rem,3vw,2.15rem);font-weight:850;color:var(--portal-accent-strong)}
.bm-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.bm-password-rules{margin-top:0}.bm-inline{display:flex;gap:8px;flex-wrap:wrap}.bm-mobile-only,.bm-tablet-only{display:none}.bm-desktop-required-note{display:none}.bm-touch-action{min-height:44px;min-width:44px}.bm-overflow-x,.bm-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
/* Globale Container-Regel: Inhalt passt sich der verfügbaren Fläche an. */
html,body{max-width:100%;overflow-x:hidden}img,video,svg,canvas,picture,iframe{max-width:100%}img,video{height:auto}.bm-content,.bm-card,.bm-panel,.bm-container,.bm-grid,.bm-grid>*,.bm-form,.bm-form>*,.bm-inline,.bm-inline>*,.bm-table-wrap,.bm-overflow-x,header,main,section,article,aside,nav,footer,form,fieldset{min-width:0;max-width:100%}p,h1,h2,h3,h4,h5,h6,li,td,th,label,legend,a,button,.bm-button,.bm-text{max-width:100%;overflow-wrap:anywhere;word-break:break-word}h1{font-size:clamp(1.55rem,3.6vw,2.3rem)}h2{font-size:clamp(1.3rem,3vw,1.85rem)}h3{font-size:clamp(1.12rem,2.5vw,1.48rem)}input,select,textarea,button{max-width:100%;min-width:0}textarea{resize:vertical}pre,code{max-width:100%;overflow-wrap:anywhere;word-break:break-word}pre{overflow:auto}.bm-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.bm-media-contain{display:block;max-width:100%;max-height:100%;object-fit:contain}.bm-media-cover{display:block;width:100%;height:100%;object-fit:cover}.bm-contain{min-width:0;max-width:100%;overflow-wrap:anywhere}.bm-scroll-contained{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}
@media(max-width:1100px){.bm-tablet-hide,.bm-priority-optional{display:none!important}.bm-tablet-only{display:initial}.bm-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}
@media(max-width:700px){.bm-header{align-items:flex-start;gap:10px;flex-direction:column}.bm-content{padding:12px}.bm-card,.bm-panel{padding:14px;border-radius:12px}.bm-grid{grid-template-columns:1fr;gap:12px}.bm-desktop-only,.bm-mobile-hide,.bm-device-hidden,.bm-device-desktop-required{display:none!important}.bm-mobile-only{display:initial}.bm-priority-secondary.bm-mobile-collapsible{display:none}.bm-inline{gap:6px}.bm-inline>.bm-button,.bm-inline>button{flex:1 1 auto}.bm-table-mobile-cards thead{display:none}.bm-table-mobile-cards,.bm-table-mobile-cards tbody,.bm-table-mobile-cards tr,.bm-table-mobile-cards td{display:block;width:100%}.bm-table-mobile-cards tr{border:1px solid var(--border-color);border-radius:var(--radius);padding:8px;margin-bottom:10px;background:var(--background-card)}.bm-table-mobile-cards td{border:0;padding:6px 8px}.bm-table-mobile-cards td[data-label]::before{content:attr(data-label) ": ";font-weight:700}.bm-desktop-required-note{display:block}button,.bm-button,input,select{min-height:44px}}
/* Zentrale UI-Zustände */
.bm-state-loading,.bm-state-empty,.bm-state-error,.bm-state-disabled,.bm-state-permission-denied,.bm-state-offline,.bm-state-fallback,.bm-state-ready{max-width:100%;padding:14px;border-radius:var(--radius-small);border:1px solid var(--border-color);overflow-wrap:anywhere}
.bm-state-loading,.bm-state-empty,.bm-state-disabled{background:#f4f1f7;color:var(--text-muted)}
.bm-state-error,.bm-state-permission-denied{background:#fff0f2;border-color:#efb4bd}
.bm-state-offline,.bm-state-fallback{background:#fff7dd;border-color:#e4c76e}
.bm-state-ready{background:#ebf8f1;border-color:#a9d7c0}
[aria-busy="true"]{cursor:progress}.bm-skeleton{min-height:1em;border-radius:6px;background:linear-gradient(90deg,#eee8f4,#f8f5fb,#eee8f4);background-size:200% 100%;animation:bm-skeleton 1.4s linear infinite}@keyframes bm-skeleton{to{background-position:-200% 0}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
:focus-visible{outline:3px solid color-mix(in srgb,var(--portal-accent) 45%,transparent);outline-offset:2px}
/* Login-Layout Hotfix 1.0.0.4: Formular darf niemals abgeschnitten werden. */
.bm-login-content{display:block;overflow:visible}
.bm-login-card{height:auto!important;min-height:0;max-height:none!important;overflow:visible!important}
.bm-login-card .bm-form{height:auto;min-height:0;overflow:visible}
.bm-login-card .bm-form>label{width:100%;min-width:0}
.bm-login-card input,.bm-login-card select,.bm-login-card button{width:100%;display:block}
.bm-login-duration{min-height:44px;color:var(--text-color);background:#fff}
.bm-login-duration option{color:#221c2b;background:#fff}
.bm-login-submit{width:100%;min-height:48px;font-size:1rem;margin-top:2px;display:flex!important;visibility:visible!important;opacity:1!important;position:relative;z-index:1}


/* BASYMOD Standard1 Portalstruktur ab Core 1.0.0.27
   Kein zweites Portal-Stylesheet: Kunden- und Entwicklerportal sind Bestandteil von Standard1. */
html[data-bm-portal="customer"]{--portal-accent:#0877d1;--portal-accent-strong:#075a9d;--portal-accent-soft:#e9f4ff}
html[data-bm-portal="developer"]{--portal-accent:#6d35c5;--portal-accent-strong:#4d2493;--portal-accent-soft:#f1ebff}

/* ============================================================
   BASYMOD Standard1 Portale 1.0.0.30
   Bildvorlagen-basierter Kunden-/Entwicklerbereich.
   Ein Layoutsystem, keine parallele Template-Engine.
   ============================================================ */
html[data-bm-portal="customer"]{--portal-accent:#0a77c8;--portal-accent-strong:#075996;--portal-accent-soft:#eaf5fd;--sidebar-a:#102944;--sidebar-b:#081a2d}
html[data-bm-portal="developer"]{--portal-accent:#7a44c7;--portal-accent-strong:#553092;--portal-accent-soft:#f2ebff;--sidebar-a:#24143d;--sidebar-b:#120a22}
body.bm-standard1-portal{margin:0;min-height:100vh;background:#f3f6fa;color:#1c2a3b;font-family:var(--font-primary)}
.bm-s1-shell{min-height:100vh;display:grid;grid-template-columns:264px minmax(0,1fr)}
.bm-s1-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;min-width:0;background:linear-gradient(180deg,var(--sidebar-a) 0%,var(--sidebar-b) 100%);color:#fff;border-right:1px solid rgba(255,255,255,.06);overflow-y:auto;overflow-x:hidden}
.bm-s1-brand{height:86px;display:flex;align-items:center;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.09);text-decoration:none;overflow:hidden}
.bm-s1-brand img{display:block;width:178px!important;max-width:178px!important;height:36px!important;max-height:36px!important;object-fit:contain;object-position:left center}
.bm-s1-brand strong{font-size:24px;color:#fff;letter-spacing:.08em}
.bm-s1-sidebar-title{padding:22px 22px 9px;color:#86b7d9;font-size:.68rem;font-weight:900;letter-spacing:.14em}.bm-standard1-developer .bm-s1-sidebar-title{color:#bfa7e9}
.bm-s1-navigation{display:grid;gap:4px;padding:0 12px}
.bm-s1-nav-link,.bm-s1-nav-group>summary,.bm-s1-nav-module>summary{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:10px 12px;border-radius:9px;color:#dbe7f2;text-decoration:none;font-weight:650;cursor:pointer;list-style:none;transition:background .15s ease,color .15s ease}
.bm-s1-nav-link:hover,.bm-s1-nav-group>summary:hover,.bm-s1-nav-module>summary:hover{background:rgba(255,255,255,.075);color:#fff}
.bm-s1-nav-link.active{background:linear-gradient(135deg,color-mix(in srgb,var(--portal-accent) 78%,#fff 0%),var(--portal-accent-strong));color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.16)}
.bm-s1-nav-icon{display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;color:#91c0df;font-size:.98rem;font-weight:900}.bm-s1-nav-link.active .bm-s1-nav-icon{color:#fff}.bm-standard1-developer .bm-s1-nav-icon{color:#c8b4eb}
.bm-s1-nav-group>summary::-webkit-details-marker,.bm-s1-nav-module>summary::-webkit-details-marker{display:none}.bm-s1-nav-group>summary::after,.bm-s1-nav-module>summary::after{content:'›';margin-left:auto;font-size:1.15rem;transition:transform .15s}.bm-s1-nav-group[open]>summary::after,.bm-s1-nav-module[open]>summary::after{transform:rotate(90deg)}
.bm-s1-nav-children{display:grid;gap:2px;padding:3px 0 5px 38px}.bm-s1-nav-children>a{padding:8px 10px;border-radius:7px;color:#bdd0e1;text-decoration:none;font-size:.84rem}.bm-s1-nav-children>a:hover{background:rgba(255,255,255,.075);color:#fff}.bm-s1-nav-module>summary{padding:8px 9px;font-size:.86rem;color:#cbdcea}.bm-s1-nav-module .bm-s1-nav-children{padding-left:16px}.bm-s1-nav-empty{padding:8px 10px;color:#7f9bb4;font-size:.76rem}
.bm-s1-sidebar-note{margin:auto 14px 16px;padding:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:10px;display:grid;gap:5px}.bm-s1-sidebar-note strong{font-size:.68rem;letter-spacing:.08em;color:#9fc7e4}.bm-s1-sidebar-note span{font-size:.75rem;line-height:1.45;color:#aebfce}.bm-standard1-developer .bm-s1-sidebar-note strong{color:#cbb8ed}
.bm-s1-workspace{min-width:0;min-height:100vh;display:grid;grid-template-rows:72px minmax(0,1fr) 34px}
.bm-s1-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 30px;background:#fff;border-bottom:1px solid #dde5ee;box-shadow:0 2px 9px rgba(31,48,70,.045);position:sticky;top:0;z-index:25}
.bm-s1-portal-switch{display:flex;align-items:center;gap:7px}.bm-s1-portal-switch a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 17px;border-radius:8px;color:#6c7a8c;text-decoration:none;font-weight:750;font-size:.88rem;border:1px solid transparent}.bm-s1-portal-switch a:hover{background:#f5f8fb;color:#27384d}.bm-s1-portal-switch a.active{color:var(--portal-accent-strong);background:var(--portal-accent-soft);border-color:color-mix(in srgb,var(--portal-accent) 18%,#dbe4ed)}
.bm-s1-userbox{display:flex;align-items:center;gap:10px;min-width:0}.bm-s1-userbox>span:last-child{display:grid}.bm-s1-userbox strong{font-size:.84rem;color:#253449;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.bm-s1-userbox small{font-size:.7rem;color:#8491a1}.bm-s1-user-avatar{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--portal-accent-soft);color:var(--portal-accent-strong);font-weight:900;border:1px solid color-mix(in srgb,var(--portal-accent) 16%,#dce4ed)}
.bm-s1-main{min-width:0;padding:30px clamp(22px,3vw,46px) 42px;overflow:auto;background:linear-gradient(180deg,#f7f9fc 0,#f3f6fa 42%,#f3f6fa 100%)}
.bm-s1-pagehead{max-width:1440px;margin:0 auto 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.bm-s1-pagehead h1{margin:2px 0 4px;font-size:clamp(1.65rem,2.6vw,2.25rem);line-height:1.16;color:#17263a}.bm-s1-pagehead p{margin:0;color:#728196;font-size:.92rem}.bm-s1-eyebrow,.bm-s1-section-kicker{display:block;margin-bottom:4px;color:var(--portal-accent);font-size:.68rem;line-height:1.2;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.bm-s1-mode-badge{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#efe9fa;border:1px solid #ded0f4;color:#6338a4;font-size:.72rem;font-weight:850}
.bm-standard1-portal .bm-content{max-width:1440px!important;margin:0 auto!important;padding:0!important;width:100%}.bm-dashboard{display:grid;gap:22px}
.bm-s1-welcome{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 26px;background:linear-gradient(135deg,#fff 0,#f7fbff 100%);border:1px solid #dfe7ef;border-radius:14px;box-shadow:0 8px 24px rgba(28,46,70,.055)}.bm-s1-welcome h2{margin:0 0 5px;font-size:1.35rem;color:#17263a}.bm-s1-welcome p{margin:0;color:#718094}.bm-s1-status-pill{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:8px 12px;border-radius:999px;background:#edf9f3;border:1px solid #cce9d8;color:#24734d;font-size:.78rem;font-weight:800}.bm-s1-status-pill i,.bm-s1-dev-status dd i{width:8px;height:8px;border-radius:50%;background:#38a76e;box-shadow:0 0 0 3px rgba(56,167,110,.12)}
.bm-s1-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bm-s1-stat-card{min-height:132px;display:grid;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:20px;background:#fff;border:1px solid #dfe7ef;border-radius:13px;text-decoration:none;color:#243448;box-shadow:0 7px 20px rgba(28,46,70,.045);transition:transform .15s,box-shadow .15s,border-color .15s}.bm-s1-stat-card:hover{transform:translateY(-2px);border-color:#c5d7e6;box-shadow:0 12px 28px rgba(28,46,70,.075)}.bm-s1-card-icon,.bm-s1-action-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:11px;background:var(--portal-accent-soft);color:var(--portal-accent-strong);font-size:1.15rem;font-weight:900}.bm-s1-stat-card>span:nth-child(2){display:grid;gap:3px}.bm-s1-stat-card small{font-size:.65rem;color:#8b98a7;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.bm-s1-stat-card strong{font-size:1.02rem;color:#223247}.bm-s1-stat-card em{font-style:normal;font-size:.78rem;line-height:1.4;color:#738195}.bm-s1-stat-card>b{font-size:1.35rem;color:#a0adba;font-weight:500}
.bm-s1-section-heading{display:flex;align-items:end;justify-content:space-between;margin-top:2px}.bm-s1-section-heading span{color:#8b97a5;font-size:.66rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.bm-s1-section-heading h2{margin:2px 0 0;font-size:1.08rem;color:#213147}
.bm-s1-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bm-s1-action-card{min-height:182px;padding:21px;background:#fff;border:1px solid #dfe7ef;border-radius:13px;box-shadow:0 7px 20px rgba(28,46,70,.045)}.bm-s1-action-card h3{margin:14px 0 6px;font-size:1rem;color:#223247}.bm-s1-action-card p{margin:0 0 14px;color:#738195;font-size:.82rem;line-height:1.55}.bm-s1-action-card>a,.bm-s1-card-links a{color:var(--portal-accent-strong);font-weight:800;text-decoration:none;font-size:.78rem}.bm-s1-card-links{display:flex;gap:12px;flex-wrap:wrap}
.bm-s1-module-panel{display:grid;grid-template-columns:54px minmax(0,1fr) minmax(180px,320px);align-items:center;gap:18px;padding:21px 24px;background:#fff;border:1px solid #dfe7ef;border-radius:13px;box-shadow:0 7px 20px rgba(28,46,70,.045)}.bm-s1-module-panel-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:12px;background:#edf5fc;color:#0b68aa;font-size:1.25rem;font-weight:900}.bm-s1-module-panel span{color:#8c98a6;font-size:.65rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.bm-s1-module-panel h2{margin:2px 0 4px;font-size:1rem}.bm-s1-module-panel p{margin:0;color:#758397;font-size:.8rem}.bm-s1-module-panel-note{justify-self:end;padding:10px 12px;border-radius:9px;background:#f6f8fb;color:#708096;font-size:.75rem;text-align:right}
.bm-s1-dev-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bm-s1-dev-stats article{padding:18px 19px;background:#fff;border:1px solid #e1e5ed;border-radius:12px;box-shadow:0 7px 20px rgba(39,27,58,.045);display:grid;gap:3px}.bm-s1-dev-stats span{font-size:.62rem;letter-spacing:.11em;color:#978aa7;font-weight:900}.bm-s1-dev-stats strong{font-size:1.25rem;color:#2b2434}.bm-s1-dev-stats small{color:#81778b;font-size:.72rem}.bm-s1-ok-text{color:#35805c!important}
.bm-s1-dev-primary-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);gap:16px}.bm-s1-dev-feature,.bm-s1-dev-status{padding:24px;background:#fff;border:1px solid #e1e5ed;border-radius:13px;box-shadow:0 7px 20px rgba(39,27,58,.045)}.bm-s1-dev-feature-head{display:flex;align-items:center;gap:14px}.bm-s1-dev-feature-head span:not(.bm-s1-action-icon),.bm-s1-dev-status>span{font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:#9b8aaa;font-weight:900}.bm-s1-dev-feature h2,.bm-s1-dev-status h2{margin:2px 0 0;font-size:1.13rem;color:#292134}.bm-s1-dev-feature>p{margin:18px 0;color:#7d7189;font-size:.84rem;line-height:1.55}.bm-s1-dev-feature-actions{display:flex;align-items:center;gap:16px}.bm-s1-dev-feature-actions>a:not(.bm-button){font-size:.78rem;font-weight:800;color:var(--portal-accent-strong);text-decoration:none}.bm-s1-dev-status dl{margin:18px 0 0;display:grid;gap:11px}.bm-s1-dev-status dl div{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #eeeaf3}.bm-s1-dev-status dl div:last-child{border-bottom:0}.bm-s1-dev-status dt{font-size:.8rem;color:#5d5267}.bm-s1-dev-status dd{margin:0;display:flex;align-items:center;gap:7px;color:#4c7e63;font-size:.75rem;font-weight:800}.bm-s1-dev-tools .bm-s1-action-icon{background:#f2ecfb;color:#6939ad}
.bm-s1-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 18px;background:#fff;border-top:1px solid #dde5ee;color:#8290a1;font-size:.68rem}
@media(max-width:1180px){.bm-s1-shell{grid-template-columns:236px minmax(0,1fr)}.bm-s1-brand{padding-left:18px}.bm-s1-brand img{width:164px!important;max-width:164px!important}.bm-s1-stat-grid,.bm-s1-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bm-s1-dev-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.bm-s1-shell{display:block}.bm-s1-sidebar{position:relative;height:auto;min-height:0;overflow:visible}.bm-s1-brand{height:66px;justify-content:center;padding:12px}.bm-s1-brand img{width:150px!important;max-width:150px!important;height:32px!important}.bm-s1-sidebar-title,.bm-s1-sidebar-note{display:none}.bm-s1-navigation{display:flex;gap:5px;padding:7px 10px 11px;overflow-x:auto}.bm-s1-nav-link,.bm-s1-nav-group>summary{flex:0 0 auto;width:auto;white-space:nowrap}.bm-s1-nav-group{position:relative;flex:0 0 auto}.bm-s1-nav-group>.bm-s1-nav-children{position:absolute;left:0;top:100%;z-index:50;min-width:230px;padding:8px;background:#10243b;border-radius:8px;box-shadow:0 12px 28px rgba(0,0,0,.24)}.bm-s1-workspace{min-height:calc(100vh - 120px);grid-template-rows:62px minmax(0,1fr) auto}.bm-s1-topbar{position:relative;padding:0 14px}.bm-s1-main{padding:22px 14px 30px}.bm-s1-module-panel{grid-template-columns:50px minmax(0,1fr)}.bm-s1-module-panel-note{grid-column:1/-1;justify-self:stretch;text-align:left}.bm-s1-dev-primary-grid{grid-template-columns:1fr}}
@media(max-width:620px){.bm-s1-userbox>span:last-child{display:none}.bm-s1-portal-switch{min-width:0;flex:1}.bm-s1-portal-switch a{flex:1;padding:7px 9px;font-size:.78rem}.bm-s1-pagehead{margin-bottom:18px}.bm-s1-welcome{align-items:flex-start;flex-direction:column;padding:20px}.bm-s1-stat-grid,.bm-s1-action-grid,.bm-s1-dev-stats{grid-template-columns:1fr}.bm-s1-stat-card{min-height:112px}.bm-s1-action-card{min-height:0}.bm-s1-footer{align-items:flex-start;flex-direction:column}.bm-s1-mode-badge{display:none}}


/* BASYMOD Core 1.0.0.32 - Kundenportal Inhaltsbreite */
.bm-standard1-customer.bm-content-width-fullwidth .bm-s1-pagehead,
.bm-standard1-customer.bm-content-width-fullwidth .bm-content{max-width:none!important;width:100%!important}
.bm-standard1-customer.bm-content-width-standard .bm-s1-pagehead,
.bm-standard1-customer.bm-content-width-standard .bm-content{max-width:1440px!important;width:100%!important}
.bm-standard1-customer.bm-content-width-compact .bm-s1-pagehead,
.bm-standard1-customer.bm-content-width-compact .bm-content{max-width:1080px!important;width:100%!important}
.bm-s1-topbar{grid-template-columns:auto minmax(280px,1fr) auto}
.bm-s1-width-switch{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;margin:0 auto}
.bm-s1-width-label{font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#8a98a9;white-space:nowrap}
.bm-s1-width-options{display:inline-flex;align-items:center;padding:3px;background:#f3f6fa;border:1px solid #dce4ed;border-radius:9px}
.bm-s1-width-options button{appearance:none;border:0;background:transparent;color:#6d7c8f;min-height:30px;padding:5px 10px;border-radius:6px;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}
.bm-s1-width-options button:hover{background:#fff;color:#26384c}
.bm-s1-width-options button.active{background:#fff;color:var(--portal-accent-strong);box-shadow:0 1px 4px rgba(28,46,70,.10)}
@media(max-width:1050px){.bm-s1-width-label{display:none}.bm-s1-width-options button{padding:5px 8px}.bm-s1-topbar{gap:10px;padding-left:16px;padding-right:16px}}
@media(max-width:760px){.bm-s1-width-switch{display:none}}


/* BASYMOD Core 1.0.0.33 HOTFIX - Breitenwahl sichtbar im Kundenportal-Seitenkopf */
.bm-standard1-customer .bm-s1-pagehead{align-items:center}
.bm-s1-pagehead-tools{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;min-width:0}
.bm-s1-pagehead-tools .bm-s1-width-switch{display:flex!important;align-items:center;justify-content:flex-end;gap:10px;margin:0;padding:7px 9px;background:#fff;border:1px solid #dce4ed;border-radius:11px;box-shadow:0 4px 14px rgba(28,46,70,.055)}
.bm-s1-pagehead-tools .bm-s1-width-label{display:inline-block!important;color:#627287;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.bm-s1-pagehead-tools .bm-s1-width-options{display:inline-flex!important;background:#eef3f8;border:1px solid #d7e0e9;padding:3px;border-radius:8px}
.bm-s1-pagehead-tools .bm-s1-width-options button{display:inline-flex!important;visibility:visible!important;opacity:1!important;min-height:32px;padding:6px 11px;white-space:nowrap}
.bm-s1-pagehead-tools .bm-s1-width-options button.active{background:#fff;color:#075f9e;box-shadow:0 1px 5px rgba(28,46,70,.12)}
@media(max-width:900px){.bm-standard1-customer .bm-s1-pagehead{align-items:flex-start;flex-direction:column}.bm-s1-pagehead-tools{width:100%;justify-content:flex-start}.bm-s1-pagehead-tools .bm-s1-width-switch{display:flex!important;width:auto;max-width:100%;flex-wrap:wrap;justify-content:flex-start}.bm-s1-pagehead-tools .bm-s1-width-label{display:inline-block!important}}
@media(max-width:520px){.bm-s1-pagehead-tools{overflow-x:auto;padding-bottom:2px}.bm-s1-pagehead-tools .bm-s1-width-switch{flex-wrap:nowrap}.bm-s1-pagehead-tools .bm-s1-width-label{display:none!important}.bm-s1-pagehead-tools .bm-s1-width-options button{padding:6px 8px;font-size:.7rem}}


/* ============================================================
   BASYMOD Core 1.0.0.34 - Standard1 Referenzdesign
   Verbindliche visuelle Basis nach Kunden-/Entwickler-Mockup.
   ============================================================ */
body.bm-standard1-portal{background:#eef2f7;font-size:14px}
.bm-s1-shell{grid-template-columns:252px minmax(0,1fr);background:#eef2f7}
.bm-s1-sidebar{background:linear-gradient(180deg,#07192c 0%,#0a2239 54%,#07192c 100%);border-right:1px solid #17334d;box-shadow:8px 0 28px rgba(4,18,32,.10)}
.bm-standard1-developer .bm-s1-sidebar{background:linear-gradient(180deg,#111729 0%,#121b31 54%,#0d1425 100%);border-right-color:#263250}
.bm-s1-brand{height:76px;padding:13px 20px;background:#061524;border-bottom:1px solid #163048}
.bm-standard1-developer .bm-s1-brand{background:#0c1221;border-bottom-color:#27304a}
.bm-s1-brand img{width:168px!important;max-width:168px!important;height:38px!important;max-height:38px!important}
.bm-s1-sidebar-title{padding:17px 18px 10px;color:#fff;font-size:.76rem;letter-spacing:.035em;border-bottom:1px solid rgba(255,255,255,.055);margin-bottom:8px}
.bm-s1-navigation{gap:2px;padding:0 10px 18px}
.bm-s1-nav-link,.bm-s1-nav-group>summary,.bm-s1-nav-module>summary{min-height:39px;padding:8px 10px;border-radius:6px;font-size:.82rem;font-weight:650;color:#e2eaf2}
.bm-s1-nav-link.active{background:linear-gradient(90deg,#0865db,#0759c6);box-shadow:0 5px 14px rgba(0,94,219,.25)}
.bm-standard1-developer .bm-s1-nav-link.active{background:linear-gradient(90deg,#5838a0,#4a2f88);box-shadow:0 5px 14px rgba(86,52,158,.25)}
.bm-s1-nav-icon{flex-basis:21px;width:21px;height:21px;color:#f2f6fb;font-size:.88rem}
.bm-s1-nav-children{padding-left:31px}.bm-s1-nav-children>a{font-size:.78rem;padding:7px 8px}
.bm-s1-sidebar-note{margin:auto 12px 13px;padding:11px 12px;border-radius:7px;background:rgba(255,255,255,.025);font-size:.72rem}
.bm-s1-workspace{grid-template-rows:76px minmax(0,1fr) 38px;background:#f5f7fb}
.bm-s1-topbar{height:76px;padding:0 24px;background:#061524;border-bottom:1px solid #183047;box-shadow:none;color:#fff}
.bm-standard1-developer .bm-s1-topbar{background:#0c1221;border-bottom-color:#28304a}
.bm-s1-portal-switch{gap:10px;margin:0 auto 0 0}
.bm-s1-portal-switch a{min-height:48px;min-width:190px;padding:8px 18px;border-radius:7px;background:#121f35;border:1px solid #1b2d48;color:#dce6f0;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.bm-s1-portal-switch a.active{background:#0865df;border-color:#0a6dea;color:#fff;box-shadow:0 7px 18px rgba(0,94,219,.24)}
.bm-standard1-developer .bm-s1-portal-switch a.active{background:#53368f;border-color:#6241a5;color:#fff;box-shadow:0 7px 18px rgba(83,54,143,.25)}
.bm-s1-userbox strong{color:#fff;font-size:.78rem}.bm-s1-userbox small{color:#aab7c6;font-size:.64rem}.bm-s1-user-avatar{border-radius:50%;background:#26384b;color:#fff;border-color:#42566b}
.bm-s1-main{padding:16px 18px 28px;background:#f5f7fb}
.bm-standard1-developer .bm-s1-main{background:linear-gradient(135deg,#18243a 0%,#27354b 100%)}
.bm-s1-pagehead{margin:0 auto 12px;padding:0;min-height:56px;align-items:center}.bm-s1-pagehead h1{font-size:1.28rem;margin:0 0 3px;color:#17263a}.bm-s1-pagehead p{font-size:.76rem;color:#68778a}.bm-s1-eyebrow{display:none}
.bm-standard1-developer .bm-s1-pagehead h1,.bm-standard1-developer .bm-s1-pagehead p{color:#fff}.bm-standard1-developer .bm-s1-pagehead p{color:#b8c3d2}
.bm-standard1-portal .bm-content{max-width:100%!important}.bm-dashboard{gap:12px}
.bm-s1-welcome{padding:16px 18px;border-radius:8px;border-color:#d9e2ec;box-shadow:0 2px 8px rgba(22,39,58,.04)}.bm-s1-welcome h2{font-size:1.12rem}.bm-s1-welcome p{font-size:.76rem}
.bm-s1-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.bm-s1-stat-card{min-height:92px;padding:13px 14px;grid-template-columns:38px minmax(0,1fr) 12px;gap:10px;border-radius:7px;box-shadow:0 2px 7px rgba(28,46,70,.035)}.bm-s1-card-icon,.bm-s1-action-icon{width:36px;height:36px;border-radius:6px;font-size:.92rem}.bm-s1-stat-card small{font-size:.58rem}.bm-s1-stat-card strong{font-size:.9rem}.bm-s1-stat-card em{font-size:.69rem}
.bm-s1-section-heading h2{font-size:.98rem}.bm-s1-section-heading span{font-size:.58rem}
.bm-s1-action-grid{gap:10px}.bm-s1-action-card{min-height:140px;padding:15px;border-radius:7px;box-shadow:0 2px 7px rgba(28,46,70,.035)}.bm-s1-action-card h3{margin:10px 0 4px;font-size:.88rem}.bm-s1-action-card p{font-size:.72rem;margin-bottom:9px}
.bm-s1-module-panel{grid-template-columns:42px minmax(0,1fr) minmax(150px,260px);gap:12px;padding:14px 16px;border-radius:7px;box-shadow:0 2px 7px rgba(28,46,70,.035)}.bm-s1-module-panel-icon{width:38px;height:38px;border-radius:6px;font-size:.95rem}
.bm-s1-dev-stats{gap:10px}.bm-s1-dev-stats article,.bm-s1-dev-feature,.bm-s1-dev-status{background:#202d43;border:1px solid #34435a;color:#eaf0f7;border-radius:7px;box-shadow:0 2px 8px rgba(0,0,0,.14)}.bm-s1-dev-stats article{padding:13px 14px}.bm-s1-dev-stats strong,.bm-s1-dev-feature h2,.bm-s1-dev-status h2{color:#fff}.bm-s1-dev-stats small,.bm-s1-dev-feature>p,.bm-s1-dev-status dt{color:#aeb9c9}.bm-s1-dev-feature,.bm-s1-dev-status{padding:17px}.bm-s1-dev-primary-grid{gap:10px}.bm-s1-dev-status dl div{border-color:#35445b}
.bm-standard1-developer .bm-card,.bm-standard1-developer .bm-panel{background:#202d43;border-color:#34435a;color:#eaf0f7}
.bm-s1-footer{padding:8px 18px;background:#fff;border-color:#dce4ed;font-size:.63rem}.bm-standard1-developer .bm-s1-footer{background:#111a2c;border-color:#28354a;color:#9facbd}
.bm-s1-pagehead-tools .bm-s1-width-switch{padding:5px 7px;border-radius:7px;box-shadow:none}.bm-s1-pagehead-tools .bm-s1-width-options{border-radius:6px}.bm-s1-pagehead-tools .bm-s1-width-options button{min-height:27px;padding:4px 9px;font-size:.66rem}
@media(max-width:1280px){.bm-s1-shell{grid-template-columns:224px minmax(0,1fr)}.bm-s1-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bm-s1-portal-switch a{min-width:150px}}
@media(max-width:850px){.bm-s1-brand{height:62px}.bm-s1-topbar{height:auto;min-height:62px;background:#061524}.bm-s1-workspace{grid-template-rows:auto minmax(0,1fr) auto}.bm-s1-main{padding:12px}.bm-s1-stat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.bm-s1-portal-switch a{min-width:0;text-transform:none}.bm-s1-stat-grid{grid-template-columns:1fr}.bm-s1-action-grid{grid-template-columns:1fr}}


/* ============================================================
   BASYMOD Core 1.0.0.35 - UI/Farben/Icons HOTFIX
   Referenzpalette: Kundenportal hell + navy; Entwicklerportal navy/graphit + violett.
   ============================================================ */
:root{
  --bm-ref-navy:#000913;
  --bm-ref-sidebar:#0b1d30;
  --bm-ref-sidebar-2:#0a2036;
  --bm-ref-customer:#0b6fe8;
  --bm-ref-customer-2:#075dc7;
  --bm-ref-dev:#5b3a9d;
  --bm-ref-dev-2:#4b2f88;
  --bm-ref-dev-panel:#283448;
  --bm-ref-dev-panel-2:#202b3e;
  --bm-ref-dev-border:#3b485d;
  --bm-ref-page:#fbfbfc;
  --bm-ref-text:#15233a;
  --bm-ref-muted:#617087;
}
body.bm-standard1-portal{background:var(--bm-ref-page);color:var(--bm-ref-text);font-size:14px}
.bm-icon{display:block;width:1em;height:1em;overflow:visible;vector-effect:non-scaling-stroke}
.bm-s1-shell{grid-template-columns:194px minmax(0,1fr);background:var(--bm-ref-page)}
.bm-s1-sidebar{background:linear-gradient(180deg,var(--bm-ref-sidebar) 0%,var(--bm-ref-sidebar-2) 48%,#081a2c 100%);border-right:1px solid #16324d;box-shadow:none}
.bm-standard1-developer .bm-s1-sidebar{background:linear-gradient(180deg,#11192a 0%,#142139 54%,#101a2d 100%);border-right-color:#27344b}
.bm-s1-brand{height:76px;padding:13px 16px;background:var(--bm-ref-navy);border-bottom:1px solid #14283c}
.bm-s1-brand img{width:150px!important;max-width:150px!important;height:38px!important;object-fit:contain;object-position:left center}
.bm-s1-sidebar-title{display:flex;align-items:center;min-height:44px;padding:10px 14px;margin:0 0 4px;border-bottom:1px solid rgba(255,255,255,.06);font-size:.76rem;font-weight:850;color:#fff}
.bm-s1-navigation{padding:4px 10px 16px;gap:2px}
.bm-s1-nav-link,.bm-s1-nav-group>summary,.bm-s1-nav-module>summary{min-height:36px;padding:7px 8px;border-radius:5px;font-size:.74rem;font-weight:650;color:#f0f4f8;gap:8px}
.bm-s1-nav-link:hover,.bm-s1-nav-group>summary:hover,.bm-s1-nav-module>summary:hover{background:rgba(255,255,255,.055);color:#fff}
.bm-s1-nav-link.active{background:linear-gradient(90deg,var(--bm-ref-customer),var(--bm-ref-customer-2));box-shadow:none;color:#fff}
.bm-standard1-developer .bm-s1-nav-link.active{background:linear-gradient(90deg,var(--bm-ref-dev),var(--bm-ref-dev-2));box-shadow:none;color:#fff}
.bm-s1-nav-icon{display:flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;font-size:17px;color:#fff}
.bm-s1-nav-icon .bm-icon{width:17px;height:17px}
.bm-s1-nav-children{padding-left:29px}.bm-s1-nav-children>a{padding:6px 7px;font-size:.72rem}
.bm-s1-sidebar-note{margin:auto 12px 12px;padding:10px 8px 4px;background:transparent;border-top:1px solid rgba(255,255,255,.08);border-radius:0;color:#d5dde7;font-size:.66rem}
.bm-s1-workspace{grid-template-rows:76px minmax(0,1fr) 38px;background:var(--bm-ref-page)}
.bm-s1-topbar{position:relative;height:76px;padding:0 14px 0 18px;background:var(--bm-ref-navy);border-bottom:1px solid #14283c;color:#fff;box-shadow:none;display:flex;align-items:center;gap:18px}
.bm-standard1-developer .bm-s1-topbar{background:var(--bm-ref-navy);border-bottom-color:#202b3f}
.bm-s1-portal-switch{position:relative;display:flex;align-items:center;gap:9px;margin:0 auto;padding-top:8px}
.bm-s1-portal-switch:before{content:'PORTAL WECHSELN';position:absolute;top:1px;left:50%;transform:translateX(-50%);font-size:.48rem;font-weight:900;letter-spacing:.05em;color:#fff;white-space:nowrap}
.bm-s1-portal-switch a{display:flex;align-items:center;gap:10px;min-height:48px;min-width:200px;padding:7px 14px;border-radius:6px;background:#151d33;border:1px solid #202b47;color:#fff;text-transform:uppercase;font-size:.72rem;font-weight:850;letter-spacing:0;box-shadow:none}
.bm-s1-portal-switch a small{display:block;margin-top:2px;color:#d4dbea;font-size:.57rem;font-weight:500;text-transform:none}
.bm-s1-portal-switch a.active{background:linear-gradient(180deg,#0c72ed,#0761d4);border-color:#0873ef;box-shadow:none}
.bm-standard1-developer .bm-s1-portal-switch a.active{background:linear-gradient(180deg,#5d3ca2,#4c3189);border-color:#6845ae;box-shadow:none}
.bm-s1-switch-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:5px;background:rgba(255,255,255,.11);font-size:22px}
.bm-s1-switch-icon .bm-icon{width:22px;height:22px}
.bm-s1-userbox{margin-left:auto;min-width:180px;justify-content:flex-end}.bm-s1-userbox strong{color:#fff;font-size:.72rem}.bm-s1-userbox small{color:#b6c0cd;font-size:.58rem}.bm-s1-user-avatar{width:32px;height:32px;border-radius:50%;background:#2b3a4e;border-color:#46576c}
.bm-s1-main{padding:14px 16px 24px;background:#fbfbfc}
.bm-standard1-developer .bm-s1-main{background:linear-gradient(135deg,#202d41 0%,#2c394d 100%)}
.bm-s1-pagehead{min-height:52px;margin:0 auto 10px;padding:0;align-items:center}.bm-s1-pagehead h1{font-size:1.18rem;line-height:1.2;color:#17243b}.bm-s1-pagehead p{margin-top:3px;font-size:.69rem;color:#65748a}.bm-standard1-developer .bm-s1-pagehead h1{color:#fff}.bm-standard1-developer .bm-s1-pagehead p{color:#c3ccd8}
.bm-s1-welcome{padding:13px 15px;border:1px solid #dbe3ec;border-radius:6px;background:#fff;box-shadow:0 2px 6px rgba(20,37,60,.025)}
.bm-s1-welcome h2{font-size:1.02rem}.bm-s1-welcome p{font-size:.7rem}.bm-s1-status-pill{font-size:.63rem}
.bm-s1-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.bm-s1-stat-card{min-height:78px;padding:11px 12px;grid-template-columns:34px minmax(0,1fr) 12px;gap:9px;border:1px solid #dce4ed;border-radius:6px;background:#fff;box-shadow:0 2px 5px rgba(20,37,60,.025)}
.bm-s1-card-icon,.bm-s1-action-icon,.bm-s1-module-panel-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;background:#e8f2ff;color:#0870e8;font-size:20px}
.bm-s1-card-icon .bm-icon,.bm-s1-action-icon .bm-icon,.bm-s1-module-panel-icon .bm-icon{width:19px;height:19px}
.bm-s1-stat-card:nth-child(2) .bm-s1-card-icon{background:#f3edff;color:#6b47b1}.bm-s1-stat-card:nth-child(3) .bm-s1-card-icon{background:#e8f8f3;color:#17a976}
.bm-s1-stat-card small{font-size:.54rem}.bm-s1-stat-card strong{font-size:.82rem}.bm-s1-stat-card em{font-size:.63rem;color:#6c7a8e}.bm-s1-stat-card b{color:#738198}
.bm-s1-section-heading{margin-top:2px}.bm-s1-section-heading h2{font-size:.9rem}.bm-s1-section-heading span{font-size:.52rem;color:#78859a}
.bm-s1-action-grid{gap:9px}.bm-s1-action-card{min-height:124px;padding:13px;border:1px solid #dce4ed;border-radius:6px;background:#fff;box-shadow:0 2px 5px rgba(20,37,60,.025)}.bm-s1-action-card h3{margin:8px 0 3px;font-size:.82rem}.bm-s1-action-card p{font-size:.65rem;color:#6a778a}.bm-s1-action-card a{font-size:.65rem;font-weight:750}
.bm-s1-module-panel{grid-template-columns:38px minmax(0,1fr) minmax(150px,240px);gap:11px;padding:12px 14px;border:1px solid #dce4ed;border-radius:6px;background:#fff;box-shadow:none}.bm-s1-module-panel-icon{width:34px;height:34px}.bm-s1-module-panel h2{font-size:.88rem}.bm-s1-module-panel p,.bm-s1-module-panel-note{font-size:.64rem}
.bm-standard1-developer .bm-s1-dev-stats article,.bm-standard1-developer .bm-s1-dev-feature,.bm-standard1-developer .bm-s1-dev-status,.bm-standard1-developer .bm-s1-action-card,.bm-standard1-developer .bm-card,.bm-standard1-developer .bm-panel{background:linear-gradient(180deg,var(--bm-ref-dev-panel) 0%,var(--bm-ref-dev-panel-2) 100%);border:1px solid var(--bm-ref-dev-border);color:#f2f5f9;border-radius:6px;box-shadow:none}
.bm-standard1-developer .bm-s1-action-icon{background:#5d3ca2;color:#fff}.bm-standard1-developer .bm-s1-dev-stats strong,.bm-standard1-developer .bm-s1-dev-feature h2,.bm-standard1-developer .bm-s1-dev-status h2,.bm-standard1-developer .bm-s1-action-card h3{color:#fff}.bm-standard1-developer .bm-s1-dev-stats small,.bm-standard1-developer .bm-s1-dev-feature>p,.bm-standard1-developer .bm-s1-action-card p,.bm-standard1-developer .bm-s1-dev-status dt{color:#bdc7d5}.bm-standard1-developer .bm-s1-dev-status dl div{border-color:#3d4a5e}
.bm-s1-footer{padding:8px 16px;background:#fff;border-top:1px solid #e0e6ed;font-size:.6rem;color:#637187}.bm-standard1-developer .bm-s1-footer{background:#111a2b;border-color:#29364b;color:#aeb9c7}
.bm-s1-pagehead-tools .bm-s1-width-switch{padding:4px 6px;border:1px solid #dce4ed;border-radius:6px;background:#fff;box-shadow:none}.bm-s1-pagehead-tools .bm-s1-width-label{font-size:.58rem;color:#68778a}.bm-s1-pagehead-tools .bm-s1-width-options{padding:2px;border-radius:5px;background:#f1f4f8}.bm-s1-pagehead-tools .bm-s1-width-options button{min-height:25px;padding:3px 8px;border-radius:4px;font-size:.61rem}.bm-s1-pagehead-tools .bm-s1-width-options button.active{color:#075fc6;box-shadow:none}
@media(max-width:1280px){.bm-s1-shell{grid-template-columns:180px minmax(0,1fr)}.bm-s1-portal-switch a{min-width:160px}.bm-s1-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.bm-s1-topbar{padding:8px 12px;min-height:70px;height:auto;flex-wrap:wrap}.bm-s1-portal-switch{order:1;width:100%;justify-content:flex-start;margin:0}.bm-s1-userbox{position:absolute;right:12px;top:11px}.bm-s1-portal-switch:before{display:none}.bm-s1-portal-switch a{min-width:0;flex:1}.bm-s1-main{padding:12px}}
@media(max-width:620px){.bm-s1-shell{display:block}.bm-s1-sidebar{position:relative;width:100%;min-height:auto}.bm-s1-brand{height:62px}.bm-s1-navigation{display:grid;grid-template-columns:1fr 1fr}.bm-s1-sidebar-note{display:none}.bm-s1-portal-switch a small{display:none}.bm-s1-stat-grid{grid-template-columns:1fr}.bm-s1-action-grid{grid-template-columns:1fr}.bm-s1-module-panel{grid-template-columns:36px minmax(0,1fr)}.bm-s1-module-panel-note{grid-column:1/-1}.bm-s1-userbox{display:none}}

/* ============================================================
   BASYMOD Core 1.0.0.36 - Portal UI
   Kunde: Anthrazit / Weinrot / Gold / Weiss
   Entwickler: Anthrazit / Lila / Weiss
   ============================================================ */
:root{
  --bm-anthracite:#171a1f;
  --bm-anthracite-2:#22262d;
  --bm-anthracite-3:#2c3139;
  --bm-wine:#751b33;
  --bm-wine-2:#5d1428;
  --bm-gold:#c9a44a;
  --bm-gold-soft:#ead79a;
  --bm-purple:#6f42a8;
  --bm-purple-2:#553080;
  --bm-white:#fff;
  --bm-page:#f5f6f8;
  --bm-border:#d8dce3;
}
body.bm-standard1-portal{background:var(--bm-page)}
.bm-s1-shell{grid-template-columns:210px minmax(0,1fr)}
.bm-s1-sidebar{background:linear-gradient(180deg,var(--bm-anthracite) 0%,#20242b 55%,#15181d 100%);border-right:1px solid #30353d}
.bm-standard1-customer .bm-s1-sidebar-title{border-left:4px solid var(--bm-gold);color:#fff}
.bm-standard1-developer .bm-s1-sidebar-title{border-left:4px solid var(--bm-purple);color:#fff}
.bm-s1-brand,.bm-s1-topbar{background:#111419;border-color:#2b3037}
.bm-standard1-customer .bm-s1-nav-link.active{background:linear-gradient(90deg,var(--bm-wine),var(--bm-wine-2));box-shadow:inset 3px 0 0 var(--bm-gold)}
.bm-standard1-developer .bm-s1-nav-link.active{background:linear-gradient(90deg,var(--bm-purple),var(--bm-purple-2));box-shadow:inset 3px 0 0 #b692e3}
.bm-standard1-customer .bm-s1-nav-link:hover,.bm-standard1-customer .bm-s1-nav-group>summary:hover,.bm-standard1-customer .bm-s1-nav-module>summary:hover{background:rgba(117,27,51,.34)}
.bm-standard1-developer .bm-s1-nav-link:hover,.bm-standard1-developer .bm-s1-nav-group>summary:hover,.bm-standard1-developer .bm-s1-nav-module>summary:hover{background:rgba(111,66,168,.32)}
.bm-s1-topbar{min-height:76px;height:auto;padding:8px 14px;gap:12px}
.bm-s1-portal-switch{margin:0 auto;gap:8px;padding-top:10px}
.bm-s1-portal-switch a{min-width:190px;background:#252a32;border-color:#363c47}
.bm-standard1-customer .bm-s1-portal-switch a.active{background:linear-gradient(180deg,var(--bm-wine),var(--bm-wine-2));border-color:#8f2946;box-shadow:inset 0 -2px 0 var(--bm-gold)}
.bm-standard1-developer .bm-s1-portal-switch a.active{background:linear-gradient(180deg,var(--bm-purple),var(--bm-purple-2));border-color:#8157b7}
.bm-s1-top-tools{display:flex;align-items:center;gap:10px;margin-left:auto}.bm-s1-clock{display:grid;grid-template-columns:18px auto;grid-template-rows:auto auto;column-gap:5px;align-items:center;min-width:108px;padding:5px 8px;border:1px solid #3a404a;border-radius:6px;background:#252a32;color:#fff}
.bm-s1-clock>span{grid-row:1/3}.bm-s1-clock .bm-icon{width:16px;height:16px}.bm-s1-clock>b{font-size:.73rem;line-height:1.1}.bm-s1-clock>small{font-size:.52rem;color:#bfc5ce;white-space:nowrap}.bm-s1-clock>small strong{color:#fff}
.bm-s1-userbox{min-width:145px;margin-left:0}
.bm-s1-pagehead{gap:12px}.bm-s1-pagehead-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.bm-s1-width-switch{display:flex;align-items:center;gap:7px;padding:4px 6px;border:1px solid var(--bm-border);border-radius:6px;background:#fff}
.bm-standard1-developer .bm-s1-width-switch{background:#272c34;border-color:#414752}
.bm-standard1-developer .bm-s1-width-label{color:#d5d9e0}
.bm-s1-width-options{display:flex;gap:2px;padding:2px;border-radius:5px;background:#edf0f4}
.bm-standard1-developer .bm-s1-width-options{background:#171a1f}
.bm-s1-width-options button{border:0;border-radius:4px;background:transparent;cursor:pointer;min-height:26px;padding:3px 8px;font-size:.61rem;font-weight:750;color:#555f6d}
.bm-standard1-customer .bm-s1-width-options button.active{background:var(--bm-wine);color:#fff;box-shadow:inset 0 -2px 0 var(--bm-gold)}
.bm-standard1-developer .bm-s1-width-options button{color:#cfd3db}.bm-standard1-developer .bm-s1-width-options button.active{background:var(--bm-purple);color:#fff}
.bm-content-width-fullwidth .bm-s1-main>.bm-s1-pagehead,.bm-content-width-fullwidth .bm-s1-main>.bm-content{max-width:none;width:100%}
.bm-content-width-standard .bm-s1-main>.bm-s1-pagehead,.bm-content-width-standard .bm-s1-main>.bm-content{max-width:1480px;width:100%;margin-left:auto;margin-right:auto}
.bm-content-width-compact .bm-s1-main>.bm-s1-pagehead,.bm-content-width-compact .bm-s1-main>.bm-content{max-width:1120px;width:100%;margin-left:auto;margin-right:auto}
.bm-standard1-customer .bm-s1-card-icon,.bm-standard1-customer .bm-s1-action-icon,.bm-standard1-customer .bm-s1-module-panel-icon{background:#f7eef1;color:var(--bm-wine);box-shadow:inset 0 -2px 0 rgba(201,164,74,.65)}
.bm-standard1-customer .bm-s1-status-pill{background:#f8f1df;color:#6a531d;border:1px solid #e4c978}
.bm-standard1-customer .bm-button,.bm-standard1-customer button.bm-button{background:var(--bm-wine);border-color:var(--bm-wine);color:#fff}
.bm-standard1-customer .bm-button:hover{background:var(--bm-wine-2);border-color:var(--bm-gold)}
.bm-standard1-developer .bm-s1-main{background:linear-gradient(135deg,#24282f 0%,#303640 100%)}
.bm-standard1-developer .bm-s1-dev-stats article,.bm-standard1-developer .bm-s1-dev-feature,.bm-standard1-developer .bm-s1-dev-status,.bm-standard1-developer .bm-s1-action-card,.bm-standard1-developer .bm-card,.bm-standard1-developer .bm-panel{background:linear-gradient(180deg,#2d323a 0%,#24282f 100%);border-color:#454b55}
.bm-standard1-developer .bm-s1-action-icon{background:var(--bm-purple);color:#fff}
.bm-standard1-developer a{--bm-link: #cdb6ea}.bm-standard1-developer .bm-button{background:var(--bm-purple);border-color:#8056b4;color:#fff}
.bm-s1-stat-card,.bm-s1-action-card,.bm-s1-welcome,.bm-s1-module-panel{transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.bm-standard1-customer .bm-s1-stat-card:hover,.bm-standard1-customer .bm-s1-action-card:hover{border-color:#d4b35e;box-shadow:0 5px 14px rgba(70,30,38,.08);transform:translateY(-1px)}
.bm-standard1-developer .bm-s1-action-card:hover{border-color:#8157b7;transform:translateY(-1px)}

/* Mobile: nur reduzierte Kundenansicht. Entwicklerportal wird zusaetzlich serverseitig/JS-seitig umgeleitet. */
@media(max-width:700px){
  .bm-s1-shell{display:block}.bm-s1-sidebar{width:100%;min-height:auto}.bm-s1-brand{height:58px}.bm-s1-brand img{height:32px!important}
  .bm-s1-sidebar-title,.bm-s1-sidebar-note,.bm-s1-nav-group,.bm-s1-nav-link[href*="#produkte"],.bm-s1-nav-link[href*="#shop"],.bm-s1-nav-link[href*="#webseite"]{display:none}
  .bm-s1-navigation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:6px;gap:5px}.bm-s1-nav-link{justify-content:center;min-height:42px;text-align:center;padding:6px}.bm-s1-nav-link span:last-child{font-size:.64rem}
  .bm-s1-topbar{min-height:54px;padding:6px 8px;flex-wrap:nowrap}.bm-s1-portal-switch{margin:0;padding:0;flex:0 0 auto}.bm-s1-portal-switch:before,.bm-s1-dev-switch{display:none!important}.bm-s1-portal-switch a{min-width:0;min-height:38px;padding:5px 8px}.bm-s1-portal-switch a small{display:none}.bm-s1-switch-icon{width:27px;height:27px}
  .bm-s1-top-tools{margin-left:auto;gap:5px}.bm-s1-userbox,.bm-s1-clock{display:none}.bm-s1-main{padding:10px}.bm-s1-pagehead{display:block;margin-bottom:8px}.bm-s1-pagehead h1{font-size:1rem}.bm-s1-pagehead p{display:none}.bm-s1-pagehead-tools{margin-top:8px;justify-content:flex-start}.bm-s1-width-label{display:none}.bm-s1-width-options button{padding:3px 7px}
  .bm-s1-stat-grid,.bm-s1-action-grid{grid-template-columns:1fr}.bm-s1-module-panel{grid-template-columns:34px minmax(0,1fr)}.bm-s1-module-panel-note{grid-column:1/-1}
  .bm-s1-footer{font-size:.54rem;padding:7px 10px}
}

/* ============================================================
   BASYMOD Core 1.0.0.37 - Portal-Korrekturen
   - Portalbreite nicht mehr über Frontend-Breitenwahl steuern
   - konsistente Portal-Farben
   - SGS-Grafiken / Overlay / interne Navigation
   ============================================================ */
html[data-bm-portal="developer"],html[data-bm-portal="developer"] body{background:#1b1f25!important}
html[data-bm-portal="customer"],html[data-bm-portal="customer"] body{background:#f3f4f6!important}
.bm-standard1-portal .bm-s1-shell{width:100%!important;max-width:none!important;min-height:100vh!important}
.bm-standard1-portal .bm-s1-workspace{width:100%!important;max-width:none!important}
.bm-standard1-portal .bm-s1-main>.bm-s1-pagehead,
.bm-standard1-portal .bm-s1-main>.bm-content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.bm-s1-width-switch{display:none!important}

/* Kundenportal: Anthrazit / Weinrot / Gold / Weiss */
.bm-standard1-customer .bm-s1-sidebar{background:linear-gradient(180deg,#171a1f 0%,#20242a 56%,#14171b 100%)!important;border-right-color:#393137!important}
.bm-standard1-customer .bm-s1-topbar{background:#171a1f!important;border-color:#332e31!important}
.bm-standard1-customer .bm-s1-sidebar-title{border-left:4px solid #c9a44a!important;color:#fff!important}
.bm-standard1-customer .bm-s1-nav-link.active{background:linear-gradient(90deg,#751b33,#5d1428)!important;box-shadow:inset 3px 0 0 #c9a44a!important;color:#fff!important}
.bm-standard1-customer .bm-s1-nav-link:hover,.bm-standard1-customer .bm-s1-nav-group>summary:hover,.bm-standard1-customer .bm-s1-nav-module>summary:hover{background:rgba(117,27,51,.40)!important;color:#fff!important}
.bm-standard1-customer .bm-s1-website-link{margin-top:8px;border-top:1px solid rgba(201,164,74,.25);padding-top:12px}
.bm-standard1-customer .bm-s1-website-link .bm-s1-nav-icon{color:#e2c56e}

/* Entwicklerportal: Anthrazit / Lila / Weiss */
.bm-standard1-developer .bm-s1-shell,.bm-standard1-developer .bm-s1-workspace{background:#1b1f25!important}
.bm-standard1-developer .bm-s1-sidebar{background:linear-gradient(180deg,#15181d 0%,#20242b 55%,#111419 100%)!important;border-right:1px solid #383d46!important;box-shadow:none!important;height:100vh!important;min-height:100vh!important}
.bm-standard1-developer .bm-s1-topbar{background:#111419!important;border-bottom:1px solid #343943!important}
.bm-standard1-developer .bm-s1-main{background:linear-gradient(135deg,#24282f 0%,#2d323a 100%)!important;color:#f4f5f7!important}
.bm-standard1-developer .bm-s1-pagehead{border-color:#424851!important}
.bm-standard1-developer .bm-s1-pagehead h1,.bm-standard1-developer .bm-s1-pagehead p{color:#fff!important}
.bm-standard1-developer .bm-s1-eyebrow{color:#c9abe9!important}
.bm-standard1-developer .bm-s1-mode-badge{background:#efe6fa!important;border:1px solid #d6c0ef!important;color:#5d2f8c!important}
.bm-standard1-developer .bm-s1-nav-link.active{background:linear-gradient(90deg,#6f42a8,#553080)!important;box-shadow:inset 3px 0 0 #c6a4eb!important;color:#fff!important}
.bm-standard1-developer .bm-s1-nav-link:hover{background:rgba(111,66,168,.34)!important;color:#fff!important}
.bm-standard1-developer .bm-s1-website-link{margin-top:8px;border-top:1px solid rgba(198,164,235,.22);padding-top:12px}
.bm-standard1-developer .bm-s1-website-link .bm-s1-nav-icon{color:#c6a4eb}
.bm-standard1-developer .bm-card,.bm-standard1-developer .bm-panel,.bm-standard1-developer .bm-s1-action-card,.bm-standard1-developer .bm-s1-dev-feature,.bm-standard1-developer .bm-s1-dev-status{background:#292e35!important;border-color:#484f59!important;color:#f4f5f7!important}
.bm-standard1-developer table{color:#f2f3f5!important}
.bm-standard1-developer th{background:#eee7f8!important;color:#4e2b75!important}
.bm-standard1-developer td{border-color:#575e68!important}
.bm-standard1-developer .bm-notice-success{background:#173c31!important;color:#c8f4e1!important;border-color:#2f7c63!important}
.bm-standard1-developer .bm-notice-warning{background:#46391a!important;color:#f8e7aa!important;border-color:#8f752d!important}
.bm-standard1-developer .bm-notice-error{background:#47242a!important;color:#f6c7ce!important;border-color:#914852!important}

/* SGS-Logos/Flaggen stabil darstellen */
.bm-s1-brand img{display:block!important;width:168px!important;max-width:calc(100% - 24px)!important;height:auto!important;object-fit:contain!important}/* Entwickler-Testoverlay: Host ist der bewegliche Rahmen. */
#bm-developer-test-overlay-host{position:fixed!important;right:16px;bottom:16px;left:auto;top:auto;z-index:2147483000;max-width:min(390px,calc(100vw - 24px));touch-action:none}
#bm-developer-test-overlay-host>.bm-developer-test-overlay,
#bm-developer-test-overlay-host>.bm-dev-test-overlay,
#bm-developer-test-overlay-host>.bm-developer-overlay,
#bm-developer-test-overlay-host>[data-bm-developer-overlay]{position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;left:auto!important;top:auto!important}
#bm-developer-test-overlay-host .bm-overlay-drag-handle{cursor:move!important;user-select:none!important}

/* Frontend-Designsteuerung im Kundenportal */
.bm-design-width-card{padding:18px}
.bm-design-width-form{display:grid;gap:10px;max-width:760px}
.bm-design-width-form label{display:grid;grid-template-columns:24px 120px 1fr;align-items:center;gap:10px;padding:12px 14px;border:1px solid #d9dde3;border-radius:8px;background:#fff;cursor:pointer}
.bm-design-width-form label:has(input:checked){border-color:#9b6b3a;box-shadow:inset 4px 0 0 #751b33}
.bm-design-width-form label strong{color:#5d1428}.bm-design-width-form label span{color:#626a74;font-size:.86rem}
.bm-design-width-form .bm-button{justify-self:start;margin-top:4px}
.bm-design-note{margin-top:14px;color:#6a7078;font-size:.78rem}

@media(max-width:700px){
  #bm-developer-test-overlay-host{display:none!important}
  .bm-design-width-form label{grid-template-columns:24px 1fr}.bm-design-width-form label span{grid-column:2}
}

/* ============================================================
   BASYMOD Core 1.0.0.38 - Kundenportal Dark UI Hotfix
   Hauptarbeitsflaeche konsequent Anthrazit / Weinrot / Gold / Weiss.
   ============================================================ */
html[data-bm-portal="customer"],html[data-bm-portal="customer"] body{background:#171a1f!important;color:#f1f2f4!important}
.bm-standard1-customer .bm-s1-shell,.bm-standard1-customer .bm-s1-workspace{background:#171a1f!important}
.bm-standard1-customer .bm-s1-main{background:linear-gradient(135deg,#22262c 0%,#2a2f36 55%,#20242a 100%)!important;color:#f1f2f4!important}
.bm-standard1-customer .bm-s1-pagehead{background:#24282f!important;border-color:#41464f!important;color:#fff!important}
.bm-standard1-customer .bm-s1-pagehead h1,.bm-standard1-customer .bm-s1-pagehead h2,.bm-standard1-customer .bm-s1-pagehead p{color:#fff!important}
.bm-standard1-customer .bm-s1-eyebrow{color:#e1c36b!important}
.bm-standard1-customer .bm-content{background:transparent!important;color:#eef0f2!important}
.bm-standard1-customer .bm-card,.bm-standard1-customer .bm-panel,.bm-standard1-customer .bm-s1-action-card,.bm-standard1-customer .bm-s1-stat-card,.bm-standard1-customer .bm-s1-module-panel,.bm-standard1-customer .bm-design-width-card{background:#292e35!important;border-color:#484f59!important;color:#f0f1f3!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important}
.bm-standard1-customer .bm-card h1,.bm-standard1-customer .bm-card h2,.bm-standard1-customer .bm-card h3,.bm-standard1-customer .bm-panel h1,.bm-standard1-customer .bm-panel h2,.bm-standard1-customer .bm-panel h3,.bm-standard1-customer .bm-s1-action-card strong,.bm-standard1-customer .bm-s1-module-panel strong{color:#fff!important}
.bm-standard1-customer .bm-muted,.bm-standard1-customer .bm-design-note,.bm-standard1-customer .bm-design-width-form label span{color:#b7bdc6!important}
.bm-standard1-customer a:not(.bm-button):not(.bm-s1-nav-link){color:#e2c56e!important}
.bm-standard1-customer a:not(.bm-button):not(.bm-s1-nav-link):hover{color:#f0d77f!important}
.bm-standard1-customer input,.bm-standard1-customer select,.bm-standard1-customer textarea{background:#1f2329!important;color:#f4f5f6!important;border-color:#565d68!important}
.bm-standard1-customer input::placeholder,.bm-standard1-customer textarea::placeholder{color:#929aa5!important}
.bm-standard1-customer input:focus,.bm-standard1-customer select:focus,.bm-standard1-customer textarea:focus{border-color:#c9a44a!important;outline:3px solid rgba(201,164,74,.16)!important}
.bm-standard1-customer .bm-button{background:linear-gradient(135deg,#751b33,#5d1428)!important;color:#fff!important;border:1px solid #8f2945!important;box-shadow:0 6px 14px rgba(117,27,51,.20)!important}
.bm-standard1-customer .bm-button:hover{filter:brightness(1.10)}
.bm-standard1-customer .bm-button-secondary{background:#332b2f!important;color:#e2c56e!important;border-color:#665742!important;box-shadow:none!important}
.bm-standard1-customer table{background:#252a31!important;color:#eef0f2!important;border-color:#4a515c!important}
.bm-standard1-customer th{background:#3a3032!important;color:#f0d77f!important;border-color:#5a4a4d!important}
.bm-standard1-customer td{background:#292e35!important;color:#eef0f2!important;border-color:#4d545e!important}
.bm-standard1-customer tbody tr:nth-child(even) td{background:#252a30!important}
.bm-standard1-customer tbody tr:hover td{background:#342c30!important}
.bm-standard1-customer .bm-badge{background:#3a3032!important;color:#e9cf7a!important;border:1px solid #665742!important}
.bm-standard1-customer .bm-kpi{color:#e2c56e!important}
.bm-standard1-customer .bm-ok,.bm-standard1-customer .bm-notice-success,.bm-standard1-customer .bm-state-ready{background:#173c31!important;color:#c8f4e1!important;border-color:#2f7c63!important}
.bm-standard1-customer .bm-warn,.bm-standard1-customer .bm-notice-warning,.bm-standard1-customer .bm-state-offline,.bm-standard1-customer .bm-state-fallback{background:#46391a!important;color:#f8e7aa!important;border-color:#8f752d!important}
.bm-standard1-customer .bm-error,.bm-standard1-customer .bm-notice-error,.bm-standard1-customer .bm-state-error,.bm-standard1-customer .bm-state-permission-denied{background:#47242a!important;color:#f6c7ce!important;border-color:#914852!important}
.bm-standard1-customer .bm-info{background:#332b2f!important;color:#eadba7!important;border-color:#665742!important}
.bm-standard1-customer .bm-state-loading,.bm-standard1-customer .bm-state-empty,.bm-standard1-customer .bm-state-disabled{background:#24282f!important;color:#aeb5bf!important;border-color:#464c55!important}
.bm-standard1-customer .bm-design-width-form label{background:#23272e!important;border-color:#4a5059!important;color:#f0f1f3!important}
.bm-standard1-customer .bm-design-width-form label:has(input:checked){background:#30272b!important;border-color:#c9a44a!important;box-shadow:inset 4px 0 0 #751b33!important}
.bm-standard1-customer .bm-design-width-form label strong{color:#e2c56e!important}
.bm-standard1-customer .bm-s1-footer{background:#15181c!important;border-top-color:#383d45!important;color:#b9bfc7!important}

/* ============================================================
   BASYMOD Core 1.0.0.40 - Kundenportal Farbkontrast HOTFIX
   Entfernt verbliebene helle Standard1-Flächen und vereinheitlicht
   Kundenportal auf Anthrazit / Weinrot / Gold / Weiss.
   ============================================================ */
.bm-standard1-customer .bm-s1-welcome{
  background:linear-gradient(135deg,#2b3037 0%,#24282f 100%)!important;
  border-color:#4b515b!important;
  color:#f4f5f6!important;
  box-shadow:0 8px 22px rgba(0,0,0,.20)!important;
}
.bm-standard1-customer .bm-s1-welcome h1,
.bm-standard1-customer .bm-s1-welcome h2,
.bm-standard1-customer .bm-s1-welcome h3{color:#fff!important}
.bm-standard1-customer .bm-s1-welcome p{color:#c0c6ce!important}
.bm-standard1-customer .bm-s1-status-pill{
  background:#332d24!important;
  border-color:#8a7132!important;
  color:#f0d77f!important;
}
.bm-standard1-customer .bm-s1-status-pill i{background:#53bd7d!important}

.bm-standard1-customer .bm-s1-stat-card{
  background:linear-gradient(180deg,#2c3138 0%,#272c32 100%)!important;
  border-color:#4b525c!important;
  color:#f2f3f5!important;
}
.bm-standard1-customer .bm-s1-stat-card small{color:#c7a95a!important}
.bm-standard1-customer .bm-s1-stat-card strong{color:#fff!important}
.bm-standard1-customer .bm-s1-stat-card em{color:#b9c0c9!important}
.bm-standard1-customer .bm-s1-stat-card>b{color:#d8bd6b!important}
.bm-standard1-customer .bm-s1-stat-card:hover{
  background:#30353c!important;
  border-color:#a28743!important;
  box-shadow:0 9px 22px rgba(0,0,0,.22)!important;
}

.bm-standard1-customer .bm-s1-action-card{
  background:linear-gradient(180deg,#2b3037 0%,#262b31 100%)!important;
  border-color:#4a515a!important;
}
.bm-standard1-customer .bm-s1-action-card h1,
.bm-standard1-customer .bm-s1-action-card h2,
.bm-standard1-customer .bm-s1-action-card h3,
.bm-standard1-customer .bm-s1-action-card strong{color:#fff!important}
.bm-standard1-customer .bm-s1-action-card p{color:#b9c0c9!important}
.bm-standard1-customer .bm-s1-action-card>a,
.bm-standard1-customer .bm-s1-card-links a{color:#e5c86f!important}
.bm-standard1-customer .bm-s1-action-card:hover{border-color:#8d7140!important;background:#30343b!important}

.bm-standard1-customer .bm-s1-section-heading span,
.bm-standard1-customer .bm-s1-section-kicker{color:#c9a44a!important}
.bm-standard1-customer .bm-s1-section-heading h1,
.bm-standard1-customer .bm-s1-section-heading h2,
.bm-standard1-customer .bm-s1-section-heading h3{color:#fff!important}

.bm-standard1-customer .bm-s1-module-panel{
  background:linear-gradient(180deg,#2b3037 0%,#272b31 100%)!important;
  border-color:#4a515a!important;
}
.bm-standard1-customer .bm-s1-module-panel span{color:#c9a44a!important}
.bm-standard1-customer .bm-s1-module-panel h1,
.bm-standard1-customer .bm-s1-module-panel h2,
.bm-standard1-customer .bm-s1-module-panel h3,
.bm-standard1-customer .bm-s1-module-panel strong{color:#fff!important}
.bm-standard1-customer .bm-s1-module-panel p{color:#b9c0c9!important}
.bm-standard1-customer .bm-s1-module-panel-note{
  background:#20242a!important;
  color:#c3c9d0!important;
  border:1px solid #454b54!important;
}

.bm-standard1-customer .bm-s1-card-icon,
.bm-standard1-customer .bm-s1-action-icon,
.bm-standard1-customer .bm-s1-module-panel-icon{
  background:#3b292f!important;
  color:#e4c66c!important;
  border:1px solid #6d4c55!important;
  box-shadow:inset 0 -2px 0 #8f1f3c!important;
}

/* Kundenportal: keine hellen generischen Standard1-Flaechen mehr */
.bm-standard1-customer .bm-s1-main .bm-card,
.bm-standard1-customer .bm-s1-main .bm-panel,
.bm-standard1-customer .bm-s1-main article,
.bm-standard1-customer .bm-s1-main section{
  color:#eef0f2;
}
.bm-standard1-customer .bm-s1-main .bm-card[style*="background:#fff"],
.bm-standard1-customer .bm-s1-main .bm-panel[style*="background:#fff"]{
  background:#292e35!important;
}

/* dezente Portal-Identitaet statt hellem Blau */
html[data-bm-portal="customer"]{
  --portal-accent:#8f1f3c!important;
  --portal-accent-strong:#651429!important;
  --portal-accent-soft:#3a292e!important;
}
.bm-standard1-customer .bm-s1-pagehead{padding:10px 12px!important;border:1px solid #41464f!important;border-left:3px solid #8f1f3c!important;border-radius:6px!important}
.bm-standard1-customer .bm-s1-pagehead .bm-s1-eyebrow{color:#d9ba61!important}

/* ============================================================
   BASYMOD Core 1.0.0.41 HOTFIX - echte Frontend-Seitenbreite
   Die Kunden-Einstellung steuert die oeffentliche Webseite,
   nicht die Portal-Shell. Compact begrenzt die gesamte Front.
   ============================================================ */
:root{
  --bm-front-compact-width:1080px;
  --bm-front-standard-width:1440px;
}

/* Ganze oeffentliche Standard1-Seite begrenzen. Dadurch folgen auch
   Header, Navigation, Hauptbereich und Footer derselben Seitenachse. */
html[data-bm-layout="compact"] body:not(.bm-standard1-portal),
body[data-bm-layout="compact"]:not(.bm-standard1-portal),
body.bm-layout-compact:not(.bm-standard1-portal){
  width:100%;
  max-width:var(--bm-front-compact-width)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html[data-bm-layout="standard"] body:not(.bm-standard1-portal),
body[data-bm-layout="standard"]:not(.bm-standard1-portal),
body.bm-layout-standard:not(.bm-standard1-portal){
  width:100%;
  max-width:var(--bm-front-standard-width)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html[data-bm-layout="fullwidth"] body:not(.bm-standard1-portal),
body[data-bm-layout="fullwidth"]:not(.bm-standard1-portal),
body.bm-layout-fullwidth:not(.bm-standard1-portal){
  width:100%;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Falls Standard1 mit inneren Seitencontainern arbeitet, werden diese
   ebenfalls konsistent begrenzt. Keine Wirkung in Kunden-/Entwicklerportal. */
html[data-bm-layout="compact"] body:not(.bm-standard1-portal) :is(.bm-content,.bm-container,.bm-page,.bm-page-inner,.bm-header-inner,.bm-nav-inner,.bm-footer-inner),
body.bm-layout-compact:not(.bm-standard1-portal) :is(.bm-content,.bm-container,.bm-page,.bm-page-inner,.bm-header-inner,.bm-nav-inner,.bm-footer-inner){
  max-width:var(--bm-front-compact-width)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html[data-bm-layout="standard"] body:not(.bm-standard1-portal) :is(.bm-content,.bm-container,.bm-page,.bm-page-inner,.bm-header-inner,.bm-nav-inner,.bm-footer-inner),
body.bm-layout-standard:not(.bm-standard1-portal) :is(.bm-content,.bm-container,.bm-page,.bm-page-inner,.bm-header-inner,.bm-nav-inner,.bm-footer-inner){
  max-width:var(--bm-front-standard-width)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:1120px){
  html[data-bm-layout="compact"] body:not(.bm-standard1-portal),
  body[data-bm-layout="compact"]:not(.bm-standard1-portal),
  body.bm-layout-compact:not(.bm-standard1-portal){max-width:100%!important}
}

/* ============================================================
   BASYMOD Core 1.0.0.42 - Runtime-Fixes
   ============================================================ */
#bm-developer-test-overlay-host{box-sizing:border-box!important;overflow:visible!important}
#bm-developer-test-overlay-host .bm-overlay-runtime-inner{position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;left:auto!important;top:auto!important}
#bm-developer-test-overlay-host .bm-overlay-runtime-inner>*{position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;left:auto!important;top:auto!important;max-width:100%!important}
#bm-developer-test-overlay-host .bm-overlay-dragbar{display:flex!important;align-items:center!important;gap:8px!important;min-height:28px!important;padding:5px 9px!important;background:#201727!important;color:#f4eaff!important;border:1px solid #6d35c5!important;border-bottom:0!important;font-size:11px!important;font-weight:800!important;letter-spacing:.02em!important;cursor:grab!important;user-select:none!important;touch-action:none!important;box-sizing:border-box!important}
#bm-developer-test-overlay-host .bm-overlay-dragbar:active{cursor:grabbing!important;background:#332044!important}
#bm-developer-test-overlay-host .bm-overlay-dragbar span{font-size:15px;line-height:1}

/* Der Frontmodus wird ab 1.0.0.42 serverseitig an html/body gesetzt. */
html[data-bm-layout="compact"] body:not(.bm-standard1-portal),body[data-bm-layout="compact"]:not(.bm-standard1-portal),body.bm-layout-compact:not(.bm-standard1-portal){width:min(100%,1080px)!important;max-width:1080px!important;margin-left:auto!important;margin-right:auto!important}
html[data-bm-layout="standard"] body:not(.bm-standard1-portal),body[data-bm-layout="standard"]:not(.bm-standard1-portal),body.bm-layout-standard:not(.bm-standard1-portal){width:min(100%,1440px)!important;max-width:1440px!important;margin-left:auto!important;margin-right:auto!important}
html[data-bm-layout="fullwidth"] body:not(.bm-standard1-portal),body[data-bm-layout="fullwidth"]:not(.bm-standard1-portal),body.bm-layout-fullwidth:not(.bm-standard1-portal){width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}


/* BASYMOD Core 1.0.0.43 --------------------------------------------------
   Standard1 Frontbreite: echter Seitenrahmen statt nur einzelne Container. */
.bm-frontend-width-frame{box-sizing:border-box;width:100%;min-height:100vh;margin-left:auto;margin-right:auto}
.bm-frontend-width-frame.bm-frontend-width-compact{max-width:1080px!important}
.bm-frontend-width-frame.bm-frontend-width-standard{max-width:1440px!important}
.bm-frontend-width-frame.bm-frontend-width-fullwidth{max-width:none!important;width:100%!important}
@media(max-width:1120px){.bm-frontend-width-frame.bm-frontend-width-compact{max-width:100%!important}}
@media(max-width:1480px){.bm-frontend-width-frame.bm-frontend-width-standard{max-width:100%!important}}

/* Entwickler-Testoverlay: feste Eckauswahl. Dragging ist absichtlich nicht mehr nötig. */
#bm-developer-test-overlay-host{position:fixed!important;z-index:2147483000!important;max-width:min(390px,calc(100vw - 32px))!important;left:auto;right:16px;top:auto;bottom:16px}
#bm-developer-test-overlay-host[data-position="top-left"]{left:16px!important;right:auto!important;top:16px!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="top-right"]{left:auto!important;right:16px!important;top:16px!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-left"]{left:16px!important;right:auto!important;top:auto!important;bottom:16px!important}
#bm-developer-test-overlay-host[data-position="bottom-right"]{left:auto!important;right:16px!important;top:auto!important;bottom:16px!important}
#bm-developer-test-overlay-host .bm-overlay-dragbar{display:none!important}
#bm-developer-test-overlay-host .bm-overlay-cornerbar{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;padding:5px 7px!important;background:#201727!important;color:#f5efff!important;border:1px solid #6d35c5!important;border-bottom:0!important;font-size:11px!important;box-sizing:border-box!important}
#bm-developer-test-overlay-host .bm-overlay-cornerlabel{margin-right:auto;font-weight:800;letter-spacing:.04em}
#bm-developer-test-overlay-host .bm-overlay-cornerbar button{display:grid!important;place-items:center!important;width:27px!important;height:25px!important;min-height:25px!important;padding:0!important;border:1px solid #70529b!important;border-radius:4px!important;background:#30243a!important;color:#fff!important;font-size:14px!important;line-height:1!important;cursor:pointer!important}
#bm-developer-test-overlay-host .bm-overlay-cornerbar button:hover,#bm-developer-test-overlay-host .bm-overlay-cornerbar button.active{background:#6d35c5!important;border-color:#a581da!important}

/* Verbindliche Portal-Unterseitenstruktur: Titel/Beschreibung + Aktion + Zebra-Tabelle. */
.bm-portal-mainpage{display:grid;gap:14px;min-width:0}
.bm-portal-mainpage-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px 16px;border:1px solid #484f59;border-radius:7px;background:#292e35;color:#f4f5f7}
.bm-portal-mainpage-head h1,.bm-portal-mainpage-head h2{margin:0 0 4px;color:#fff}.bm-portal-mainpage-head p{margin:0;color:#b8c0ca;font-size:.8rem}
.bm-portal-mainpage-action,.bm-standard1-portal .bm-portal-mainpage-action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 13px;border-radius:5px;text-decoration:none;font-weight:800;font-size:.76rem}
.bm-standard1-customer .bm-portal-mainpage-action{background:#8f1f3c!important;border:1px solid #c7a95a!important;color:#fff!important}
.bm-standard1-developer .bm-portal-mainpage-action{background:#6d35c5!important;border:1px solid #9b78d0!important;color:#fff!important}
.bm-portal-table-wrap{overflow:auto;border:1px solid #484f59;border-radius:7px;background:#292e35}
.bm-portal-table{width:100%;border-collapse:collapse;color:#eef0f2;font-size:.78rem}.bm-portal-table th,.bm-portal-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #444b54;vertical-align:middle}.bm-portal-table thead th{background:#20242a;color:#fff;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.bm-portal-table tbody tr:nth-child(odd){background:#2c3138}.bm-portal-table tbody tr:nth-child(even){background:#252a30}.bm-portal-table tbody tr:hover{background:#343a43}.bm-portal-table tbody tr:last-child td{border-bottom:0}
.bm-standard1-customer .bm-portal-table thead th{box-shadow:inset 0 -2px 0 #8f1f3c}.bm-standard1-developer .bm-portal-table thead th{box-shadow:inset 0 -2px 0 #6d35c5}
@media(max-width:700px){.bm-portal-mainpage-head{grid-template-columns:1fr}.bm-portal-mainpage-action{width:100%}}

/* BASYMOD Core 1.0.0.44 - sichtbare Laufzeitkorrekturen */
/* Overlay: der Host bestimmt die Ecke. Jede feste Position des eigentlichen Runtime-Overlays wird neutralisiert. */
#bm-developer-test-overlay-host{position:fixed!important;transform:none!important;margin:0!important;inset:auto!important}
#bm-developer-test-overlay-host[data-position="top-left"]{top:16px!important;left:16px!important;right:auto!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="top-right"]{top:16px!important;right:16px!important;left:auto!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-left"]{bottom:16px!important;left:16px!important;right:auto!important;top:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-right"]{bottom:16px!important;right:16px!important;left:auto!important;top:auto!important}
#bm-developer-test-overlay-host .bm-overlay-runtime-inner{position:relative!important;inset:auto!important;transform:none!important;margin:0!important}
#bm-developer-test-overlay-host .bm-overlay-runtime-inner>*{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;margin:0!important}
#bm-developer-test-overlay-host .bm-overlay-cornerbar{position:relative!important;inset:auto!important;z-index:4!important}

/* Portal-Karten sind echte Navigation, nicht dekorative tote Flaechen. */
.bm-s1-stat-card,.bm-s1-action-card.bm-card-link{cursor:pointer;text-decoration:none!important}
.bm-s1-stat-card:hover,.bm-s1-action-card.bm-card-link:hover{transform:translateY(-2px)}
.bm-portal-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px;padding:18px 20px;border:1px solid var(--portal-border,#4b4143);background:var(--portal-panel,#241f20)}
.bm-portal-page-header h2{margin:0 0 6px;color:var(--portal-text,#fff)}
.bm-portal-page-header p{margin:0;color:var(--portal-muted,#c8c0c2)}
.bm-portal-page-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid currentColor;border-radius:6px;text-decoration:none!important;font-weight:800}
.bm-portal-zebra{width:100%;border-collapse:collapse;background:var(--portal-panel,#241f20);color:var(--portal-text,#fff)}
.bm-portal-zebra th,.bm-portal-zebra td{padding:11px 13px;text-align:left;border-bottom:1px solid var(--portal-border,#4b4143);vertical-align:top}
.bm-portal-zebra thead th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--portal-accent,#d1a94b)}
.bm-portal-zebra tbody tr:nth-child(odd){background:rgba(255,255,255,.025)}
.bm-portal-zebra tbody tr:nth-child(even){background:rgba(255,255,255,.065)}
.bm-standard1-customer .bm-portal-page-action,.bm-standard1-customer .bm-portal-zebra a{color:#d7b55a}
.bm-standard1-developer .bm-portal-page-action,.bm-standard1-developer .bm-portal-zebra a{color:#b98cff}
@media(max-width:720px){.bm-portal-page-header{display:block}.bm-portal-page-action{margin-top:12px}.bm-portal-zebra{font-size:13px}}


/* ============================================================
   BASYMOD Core 1.0.0.45 - Portal Restore
   Hauptfenster, Portalwechsel, Länderkennung, Overlay, Cards
   ============================================================ */

/* Wieder sichtbares Hauptfenster als feste Portal-Arbeitsflaeche */
.bm-standard1-portal .bm-s1-main{
  padding:14px 16px 24px!important;
}
.bm-standard1-portal .bm-s1-main-window{
  width:100%!important;
  min-width:0!important;
  min-height:calc(100vh - 128px)!important;
  box-sizing:border-box!important;
  padding:14px!important;
  border:1px solid #40464f!important;
  border-radius:8px!important;
  background:#24292f!important;
  box-shadow:0 10px 26px rgba(0,0,0,.18)!important;
}
.bm-standard1-customer .bm-s1-main-window{
  border-top:3px solid #8f1f3c!important;
  box-shadow:inset 0 1px 0 rgba(201,164,74,.18),0 10px 26px rgba(0,0,0,.18)!important;
}
.bm-standard1-developer .bm-s1-main-window{
  border-top:3px solid #6d35c5!important;
  background:#242a33!important;
}
.bm-standard1-portal .bm-s1-main-window>.bm-s1-pagehead,
.bm-standard1-portal .bm-s1-main-window>.bm-content{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Portalwechsel nicht mehr zentriert: klar links oben in der Topbar */
.bm-standard1-portal .bm-s1-topbar{
  position:relative!important;
  justify-content:flex-start!important;
}
.bm-standard1-portal .bm-s1-portal-switch{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  margin:0!important;
  padding-top:10px!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
}
.bm-standard1-portal .bm-s1-top-tools{
  margin-left:auto!important;
}/* Overlay: Host sitzt in der gewaehlten Ecke; nur das ROOT-Element des
   alten Overlays wird aus seiner eigenen fixed-Verankerung geloest. */
#bm-developer-test-overlay-host{
  display:block!important;
  position:fixed!important;
  z-index:2147483000!important;
  width:auto!important;
  max-width:min(410px,calc(100vw - 32px))!important;
  transform:none!important;
  margin:0!important;
}
#bm-developer-test-overlay-host[data-position="top-left"]{top:16px!important;left:16px!important;right:auto!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="top-right"]{top:16px!important;right:16px!important;left:auto!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-left"]{bottom:16px!important;left:16px!important;right:auto!important;top:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-right"]{bottom:16px!important;right:16px!important;left:auto!important;top:auto!important}
#bm-developer-test-overlay-host .bm-overlay-runtime-inner{
  position:relative!important;
  display:block!important;
  inset:auto!important;
  margin:0!important;
}
#bm-developer-test-overlay-host .bm-overlay-runtime-inner > *{
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  inset:auto!important;
  transform:none!important;
  margin:0!important;
  display:block;
}
#bm-developer-test-overlay-host .bm-overlay-fallback{
  display:grid!important;
  gap:3px!important;
  min-width:260px!important;
  padding:10px 12px!important;
  border:1px solid #6d35c5!important;
  background:#201727!important;
  color:#fff!important;
  font-size:11px!important;
}
#bm-developer-test-overlay-host .bm-overlay-fallback span{color:#c8b8df!important}

/* Cards nun klar als Einstiegspunkte, nicht als alte Infokacheln */
.bm-standard1-portal .bm-s1-stat-card,
.bm-standard1-portal .bm-s1-action-card.bm-card-link,
.bm-standard1-portal .bm-s1-dev-feature{
  position:relative!important;
  overflow:hidden!important;
  border-radius:8px!important;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
.bm-standard1-customer .bm-s1-stat-card,
.bm-standard1-customer .bm-s1-action-card.bm-card-link{
  border:1px solid #514249!important;
  border-top:3px solid #8f1f3c!important;
  background:#292e35!important;
  box-shadow:inset 0 -1px 0 rgba(201,164,74,.14)!important;
}
.bm-standard1-developer .bm-s1-action-card.bm-card-link,
.bm-standard1-developer .bm-s1-dev-feature{
  border:1px solid #4b4358!important;
  border-top:3px solid #6d35c5!important;
  background:#292e35!important;
}
.bm-standard1-portal .bm-s1-stat-card:hover,
.bm-standard1-portal .bm-s1-action-card.bm-card-link:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.22)!important;
}
.bm-standard1-portal .bm-s1-card-open{
  display:inline-flex!important;
  margin-top:auto!important;
  font-weight:850!important;
}
.bm-standard1-customer .bm-s1-card-open{color:#d9ba61!important}
.bm-standard1-developer .bm-s1-card-open{color:#bf9bef!important}

@media(max-width:700px){
  /* Entwicklerportal bleibt mobil eingeschraenkt; im Desktop darf das Overlay nie
     durch alte mobile-Regeln verschwinden. */
  .bm-standard1-portal .bm-s1-main-window{min-height:auto!important;padding:10px!important}}

/* ============================================================
   BASYMOD Core 1.0.0.46 - Portal Renderer Recovery
   ============================================================ */
/* Der Fehler in 1.0.0.45 entstand vor dem Hauptfenster beim Sprach-/Flaggenrenderer.
   Diese Regeln sichern zusaetzlich die sichtbare Ausgabe gegen alte Standard1-Regeln ab. */
.bm-standard1-portal .bm-s1-workspace{min-width:0!important;display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important}
.bm-standard1-portal .bm-s1-topbar{display:flex!important;visibility:visible!important;opacity:1!important;min-height:58px!important;padding:4px 10px!important;align-items:center!important}
.bm-standard1-portal .bm-s1-portal-switch{display:flex!important;position:relative!important;inset:auto!important;margin:0!important;padding:0!important;align-self:flex-start!important;justify-content:flex-start!important}
.bm-standard1-portal .bm-s1-portal-switch:before{top:-1px!important;left:8px!important;transform:none!important}
.bm-standard1-portal .bm-s1-top-tools{display:flex!important;visibility:visible!important;opacity:1!important;margin-left:auto!important}.bm-standard1-portal .bm-s1-main{display:block!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important}
.bm-standard1-portal .bm-s1-main-window{display:block!important;visibility:visible!important;opacity:1!important;min-height:calc(100vh - 145px)!important}
.bm-standard1-portal .bm-s1-main-window>.bm-s1-pagehead{display:flex!important;visibility:visible!important;opacity:1!important}
.bm-standard1-portal .bm-s1-main-window>.bm-content{display:grid!important;visibility:visible!important;opacity:1!important}

/* Overlay ist Bestandteil des Portalrahmens, nicht der jeweiligen Inhaltsseite. */
#bm-developer-test-overlay-host{display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;z-index:2147483000!important}
#bm-developer-test-overlay-host[data-position="top-left"],#bm-developer-test-overlay-host.bm-overlay-top-left{top:16px!important;left:16px!important;right:auto!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="top-right"],#bm-developer-test-overlay-host.bm-overlay-top-right{top:16px!important;right:16px!important;left:auto!important;bottom:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-left"],#bm-developer-test-overlay-host.bm-overlay-bottom-left{bottom:16px!important;left:16px!important;right:auto!important;top:auto!important}
#bm-developer-test-overlay-host[data-position="bottom-right"],#bm-developer-test-overlay-host.bm-overlay-bottom-right{bottom:16px!important;right:16px!important;left:auto!important;top:auto!important}
.bm-dev-test-overlay{min-width:260px;border:1px solid #6d35c5;background:#171b21;color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.42)}
.bm-dev-test-overlay>header{display:flex;justify-content:space-between;gap:14px;padding:8px 10px;background:#2a1f35;border-bottom:1px solid #6d35c5;font-size:11px}
.bm-dev-test-overlay-grid{display:grid;grid-template-columns:1fr auto;gap:5px 16px;padding:9px 10px;font-size:11px}.bm-dev-test-overlay-grid span{color:#aeb8c6}.bm-dev-test-overlay-grid b{color:#fff}

/* Portal-Cards bleiben sichtbar und fungieren als Einstieg in die Hauptseiten. */
.bm-standard1-portal .bm-s1-stat-grid,.bm-standard1-portal .bm-s1-action-grid,.bm-standard1-portal .bm-s1-dev-stats,.bm-standard1-portal .bm-s1-dev-primary-grid{visibility:visible!important;opacity:1!important}
.bm-standard1-portal .bm-s1-stat-card,.bm-standard1-portal .bm-s1-action-card,.bm-standard1-portal .bm-s1-dev-feature,.bm-standard1-portal .bm-s1-dev-status{visibility:visible!important;opacity:1!important}


/* BASYMOD Core 1.0.0.47 - Entwickler-Testoverlay: alten Funktionsumfang wiederhergestellt. */
#bm-developer-test-overlay-host .bm-dev-test-overlay{width:100%;min-width:320px;max-width:390px;background:#17151b;border:1px solid #594371;box-shadow:0 10px 32px rgba(0,0,0,.38);color:#f4f0f8;font-size:12px}
#bm-developer-test-overlay-host .bm-dev-test-overlay-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:#241a2d;border-bottom:1px solid #594371}
#bm-developer-test-overlay-host .bm-dev-test-overlay-head strong{font-size:12px;letter-spacing:.08em;color:#fff}
#bm-developer-test-overlay-host .bm-dev-test-overlay-head span{font-size:10px;color:#c6b7d7}
#bm-developer-test-overlay-host .bm-dev-test-overlay-body{padding:9px 10px 10px}
#bm-developer-test-overlay-host .bm-dev-test-block{margin-bottom:9px;padding-bottom:8px;border-bottom:1px solid #342b3d}
#bm-developer-test-overlay-host .bm-dev-test-label{display:block;margin-bottom:6px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#caa8ef}
#bm-developer-test-overlay-host .bm-dev-test-connections{display:grid;grid-template-columns:1fr;gap:4px}
#bm-developer-test-overlay-host .bm-dev-test-connections span{display:flex;align-items:center;gap:7px;color:#ded7e5}
#bm-developer-test-overlay-host .bm-dev-test-connections i{width:8px;height:8px;border-radius:50%;background:#8a3131;box-shadow:0 0 0 2px rgba(138,49,49,.18)}
#bm-developer-test-overlay-host .bm-dev-test-connections i.is-online{background:#49a66a;box-shadow:0 0 0 2px rgba(73,166,106,.17)}
#bm-developer-test-overlay-host .bm-dev-test-form{display:grid;grid-template-columns:1fr 1fr;gap:7px}
#bm-developer-test-overlay-host .bm-dev-test-form label{display:grid;gap:4px}
#bm-developer-test-overlay-host .bm-dev-test-form label>span{font-size:10px;font-weight:700;color:#c8bfd0}
#bm-developer-test-overlay-host .bm-dev-test-form select{width:100%;min-height:31px;padding:4px 7px;border:1px solid #5e4b70;border-radius:4px;background:#201b25;color:#fff;font:inherit}
#bm-developer-test-overlay-host .bm-dev-test-actions{grid-column:1/-1;display:flex;gap:6px;justify-content:flex-end;margin-top:2px}
#bm-developer-test-overlay-host .bm-dev-test-actions button{min-height:29px;padding:5px 10px;border:1px solid #7858a1;border-radius:4px;background:#63349b;color:#fff;font:inherit;font-weight:700;cursor:pointer}
#bm-developer-test-overlay-host .bm-dev-test-actions button:hover{filter:brightness(1.12)}
#bm-developer-test-overlay-host .bm-dev-test-actions .bm-dev-test-reset{background:#27222d;border-color:#5f5569;color:#ddd4e6}
@media(max-width:700px){#bm-developer-test-overlay-host{display:none!important}}


/* ============================================================
   BASYMOD Core 1.0.0.70 - Globales Hinweisband
   ============================================================ */
.bm-global-notice{position:relative;z-index:2147482000;display:flex;align-items:center;width:100%;min-height:38px;background:var(--bm-notice-bg,#7a1f33);color:var(--bm-notice-fg,#fff);overflow:hidden;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px rgba(0,0,0,.2)}
.bm-global-notice-track{position:relative;display:flex;align-items:center;min-width:0;flex:1;overflow:hidden;min-height:38px;padding:0 12px}
.bm-global-notice-message{display:block;width:max-content;max-width:100%;font-weight:750;line-height:1.35;white-space:normal}
.bm-global-notice-message.is-running{max-width:none;white-space:nowrap;animation-name:bm-global-notice-run;animation-timing-function:linear;animation-iteration-count:1}
.bm-global-notice-message.is-finished{margin:0 auto;white-space:normal;text-align:center}
@keyframes bm-global-notice-run{from{transform:translateX(100vw)}to{transform:translateX(calc(-1 * var(--bm-notice-distance,100vw)))}}
.bm-global-notice-close{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:0;border-left:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.14);color:inherit;font-size:23px;line-height:1;cursor:pointer}
.bm-global-notice-close:hover,.bm-global-notice-close:focus{background:rgba(0,0,0,.28);outline:2px solid currentColor;outline-offset:-3px}
.bm-global-notice-dismiss-form{margin:0;display:flex;align-self:stretch}
.bm-notice-dev{display:block!important}.bm-notice-dev-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.4fr);gap:16px}.bm-notice-dev-form,.bm-notice-dev-list{padding:18px}.bm-notice-dev-form form{display:grid;gap:12px}.bm-notice-dev-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bm-notice-dev-form label{display:grid;gap:5px;font-size:12px;font-weight:700}.bm-notice-dev-form input,.bm-notice-dev-form select,.bm-notice-dev-form textarea{width:100%;box-sizing:border-box;padding:8px 9px;border:1px solid #48515e;border-radius:5px;background:#1c2128;color:#fff}.bm-notice-dev-form input[type=color]{height:40px;padding:3px}.bm-notice-dev-checks{display:flex;flex-wrap:wrap;gap:16px}.bm-notice-dev-checks label{display:flex;align-items:center;gap:7px}.bm-notice-dev-checks input{width:auto}.bm-notice-table-wrap{overflow:auto}.bm-notice-table{width:100%;border-collapse:collapse;font-size:12px}.bm-notice-table th,.bm-notice-table td{padding:9px 8px;border-bottom:1px solid #404751;text-align:left;vertical-align:top}.bm-notice-table th{color:#cbb7ea}.bm-notice-status{border:1px solid #596270;border-radius:4px;padding:5px 8px;background:#292f37;color:#fff;cursor:pointer}.bm-notice-status.is-active{border-color:#3f9860;color:#8ee0a7}.bm-notice-status.is-off{border-color:#945050;color:#e6a0a0}.bm-notice-dev-alert{margin:0 0 14px;padding:10px 12px;border:1px solid #52606e;background:#232a32}.bm-notice-dev-alert.is-ok{border-color:#3f9860}.bm-notice-dev-alert.is-error{border-color:#a24c4c}
@media(max-width:900px){.bm-notice-dev-grid{grid-template-columns:1fr}.bm-notice-dev-row{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bm-global-notice-message.is-running{animation:none!important;transform:none!important;margin:0 auto;white-space:normal;text-align:center}}
@media(max-width:700px){}


/* Core 1.0.1.86: Admin-/Community-Navigation folgt WALD */
body[data-bm-admin-design="wald"] .bm-s1-sidebar{
  background:#173528!important;background-image:none!important;border-right-color:#2b4a38!important;
}
body[data-bm-admin-design="wald"] .bm-s1-brand{
  background:#10291e!important;background-image:none!important;border-bottom-color:#2b4a38!important;
}
body[data-bm-admin-design="wald"] .bm-s1-nav-link:hover,
body[data-bm-admin-design="wald"] .bm-s1-nav-group>summary:hover,
body[data-bm-admin-design="wald"] .bm-s1-nav-module>summary:hover{
  background:#214a37!important;color:#fff!important;
}
body[data-bm-admin-design="wald"] .bm-s1-nav-link.active,
body[data-bm-admin-design="wald"] .bm-s1-nav-link.is-active,
body[data-bm-admin-design="wald"] .bm-s1-nav-link[aria-current="page"]{
  background:#397451!important;background-image:none!important;border-color:#65a273!important;color:#fff!important;
}

/* BASYMOD Core 1.0.1.188 - Admin Hauptfensterbreite */
body.bm-admin-content-width-fullwidth .bm-main > .bm-content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body.bm-admin-content-width-standard .bm-main > .bm-content{width:100%!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}
body.bm-admin-content-width-compact .bm-main > .bm-content{width:100%!important;max-width:960px!important;margin-left:auto!important;margin-right:auto!important}
@media(max-width:850px){body[class*="bm-admin-content-width-"] .bm-main > .bm-content{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}}

/* BASYMOD Core 1.0.1.189 - Admin-Hauptfensterbreite am sichtbaren Inhalt */
body[class*="bm-admin-content-width-"] .bm-main{width:100%!important;box-sizing:border-box!important}
body[class*="bm-admin-content-width-"] .bm-main > .bm-content{width:100%!important;max-width:var(--bm-admin-content-max,1280px)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}
body.bm-admin-content-width-fullwidth .bm-main > .bm-content{max-width:none!important}
@media(max-width:850px){body[class*="bm-admin-content-width-"] .bm-main > .bm-content{max-width:none!important}}


/* =====================================================================
   BASYMOD Core 1.0.1.259
   Adminportal: aktives Design vollständig auf Dark-Mode-Komponenten anwenden.
   ===================================================================== */
html[data-bm-portal="admin"] body.bm-standard1{
  background:var(--s1-admin-page,var(--background-page))!important;
  color:var(--s1-admin-text,var(--text-color))!important;
}
html[data-bm-portal="admin"] body.bm-standard1 .bm-main,
html[data-bm-portal="admin"] body.bm-standard1 .bm-content{
  background:var(--s1-admin-page,var(--background-page))!important;
  color:var(--s1-admin-text,var(--text-color))!important;
}
html[data-bm-portal="admin"] body.bm-standard1 .bm-card,
html[data-bm-portal="admin"] body.bm-standard1 .bm-panel,
html[data-bm-portal="admin"] body.bm-standard1 .card,
html[data-bm-portal="admin"] body.bm-standard1 .panel,
html[data-bm-portal="admin"] body.bm-standard1 details,
html[data-bm-portal="admin"] body.bm-standard1 fieldset{
  background:var(--s1-admin-surface,#181A1F)!important;
  border-color:var(--s1-admin-line,#3A302A)!important;
  color:var(--s1-admin-text,#F5F2ED)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 details > summary{
  background:var(--s1-admin-surface-soft,#22252B)!important;
  color:var(--s1-admin-text,#F5F2ED)!important;
  border-color:var(--s1-admin-line,#3A302A)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 h1,
html[data-bm-portal="admin"] body.bm-standard1 h2,
html[data-bm-portal="admin"] body.bm-standard1 h3,
html[data-bm-portal="admin"] body.bm-standard1 h4,
html[data-bm-portal="admin"] body.bm-standard1 strong,
html[data-bm-portal="admin"] body.bm-standard1 label,
html[data-bm-portal="admin"] body.bm-standard1 legend,
html[data-bm-portal="admin"] body.bm-standard1 td{
  color:var(--s1-admin-text,#F5F2ED)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 p,
html[data-bm-portal="admin"] body.bm-standard1 small,
html[data-bm-portal="admin"] body.bm-standard1 .bm-muted{
  color:var(--s1-admin-muted,#B6AFAB)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 a{
  color:var(--s1-admin-accent,#D4AF37);
}
html[data-bm-portal="admin"] body.bm-standard1 input:not([type="checkbox"]):not([type="radio"]),
html[data-bm-portal="admin"] body.bm-standard1 select,
html[data-bm-portal="admin"] body.bm-standard1 textarea{
  background:var(--s1-admin-surface-soft,#22252B)!important;
  border-color:var(--s1-admin-line-strong,#68402A)!important;
  color:var(--s1-admin-text,#F5F2ED)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 table{
  background:var(--s1-admin-surface,#181A1F)!important;
  color:var(--s1-admin-text,#F5F2ED)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 table th{
  background:var(--s1-admin-surface-soft,#22252B)!important;
  color:var(--s1-admin-text,#F5F2ED)!important;
  border-color:var(--s1-admin-line,#3A302A)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 table td{
  border-color:var(--s1-admin-line,#3A302A)!important;
}
html[data-bm-portal="admin"] body.bm-standard1 [style*="background:#fff"],
html[data-bm-portal="admin"] body.bm-standard1 [style*="background: #fff"],
html[data-bm-portal="admin"] body.bm-standard1 [style*="background:white"],
html[data-bm-portal="admin"] body.bm-standard1 [style*="background: white"]{
  background:var(--s1-admin-surface,#181A1F)!important;
  color:var(--s1-admin-text,#F5F2ED)!important;
}


/* BASYMOD 1.0.1.290: Entwicklerportal-Farben aus dem ID1-Farbeditor. */
.bm-standard1-developer{
  color:var(--bm-portal-text,#f2f5f9);
}
.bm-standard1-developer .bm-s1-sidebar{
  background:linear-gradient(180deg,var(--bm-portal-nav,#11192a) 0%,var(--bm-portal-nav-end,#101a2d) 100%);
  border-right-color:var(--bm-portal-border,#27344b);
}
.bm-standard1-developer .bm-s1-brand,
.bm-standard1-developer .bm-s1-topbar{
  background:var(--bm-portal-topbar,#000913);
  border-color:var(--bm-portal-topbar-border,#202b3f);
  color:var(--bm-portal-topbar-text,#fff);
}
.bm-standard1-developer .bm-s1-nav-link,
.bm-standard1-developer .bm-s1-nav-group>summary,
.bm-standard1-developer .bm-s1-nav-module>summary{
  color:var(--bm-portal-nav-text,#f2f5f9);
}
.bm-standard1-developer .bm-s1-nav-link:hover,
.bm-standard1-developer .bm-s1-nav-group>summary:hover,
.bm-standard1-developer .bm-s1-nav-module>summary:hover{
  background:var(--bm-portal-nav-hover,#33284d);
}
.bm-standard1-developer .bm-s1-nav-link.active{
  background:linear-gradient(90deg,var(--bm-portal-nav-active,#6f42a8),var(--bm-portal-accent-hover,#553080));
  box-shadow:inset 3px 0 0 var(--bm-portal-accent-soft,#b692e3);
  color:var(--bm-portal-button-text,#fff);
}
.bm-standard1-developer .bm-s1-sidebar-title,
.bm-standard1-developer .bm-s1-nav-icon,
.bm-standard1-developer .bm-s1-sidebar-note strong{
  color:var(--bm-portal-accent,#6f42a8);
}
.bm-standard1-developer .bm-s1-sidebar-note span{
  color:var(--bm-portal-nav-text-muted,#bdc7d5);
}
.bm-standard1-developer .bm-s1-main{
  background:var(--bm-portal-page,#24282f);
  color:var(--bm-portal-text,#f2f5f9);
}
.bm-standard1-developer .bm-s1-pagehead h1,
.bm-standard1-developer .bm-card h1,
.bm-standard1-developer .bm-card h2,
.bm-standard1-developer .bm-card h3,
.bm-standard1-developer .bm-panel h1,
.bm-standard1-developer .bm-panel h2,
.bm-standard1-developer .bm-panel h3{
  color:var(--bm-portal-text,#f2f5f9);
}
.bm-standard1-developer .bm-s1-pagehead p,
.bm-standard1-developer .bm-muted,
.bm-standard1-developer .bm-card small{
  color:var(--bm-portal-muted,#bdc7d5);
}
.bm-standard1-developer .bm-card,
.bm-standard1-developer .bm-panel,
.bm-standard1-developer .bm-s1-dev-stats article,
.bm-standard1-developer .bm-s1-dev-feature,
.bm-standard1-developer .bm-s1-dev-status,
.bm-standard1-developer .bm-s1-action-card{
  background:var(--bm-portal-surface,#2d323a);
  border-color:var(--bm-portal-line,#454b55);
  color:var(--bm-portal-text,#f2f5f9);
}
.bm-standard1-developer input,
.bm-standard1-developer select,
.bm-standard1-developer textarea{
  background:var(--bm-portal-input-bg,#1b1f25);
  color:var(--bm-portal-input-text,#f2f5f9);
  border-color:var(--bm-portal-input-border,#4d5561);
}
.bm-standard1-developer .bm-button,
.bm-standard1-developer button.bm-button{
  background:var(--bm-portal-accent,#6f42a8);
  border-color:var(--bm-portal-accent,#6f42a8);
  color:var(--bm-portal-button-text,#fff);
}
.bm-standard1-developer .bm-button:hover,
.bm-standard1-developer button.bm-button:hover{
  background:var(--bm-portal-accent-hover,#553080);
  border-color:var(--bm-portal-accent-hover,#553080);
}
.bm-standard1-developer .bm-s1-footer{
  background:var(--bm-portal-topbar,#000913);
  border-color:var(--bm-portal-topbar-border,#202b3f);
  color:var(--bm-portal-muted,#bdc7d5);
}


/* =====================================================================
   BASYMOD Core 1.0.1.291
   Kundenportal/Admin: getrennte Headerbreite + 98%-Hauptfenster bei 100%.
   ===================================================================== */
.bm-standard1-customer.bm-portal-header-width-fullwidth .bm-s1-topbar{
  width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
}
.bm-standard1-customer.bm-portal-header-width-standard .bm-s1-topbar{
  width:calc(100% - 24px)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;
}
.bm-standard1-customer.bm-portal-header-width-compact .bm-s1-topbar{
  width:calc(100% - 24px)!important;max-width:960px!important;margin-left:auto!important;margin-right:auto!important;
}
.bm-standard1-customer.bm-portal-content-width-fullwidth .bm-s1-main-window{
  width:98%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;
}
body.bm-admin-content-width-fullwidth .bm-main > .bm-content{
  width:98%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;
}
body.bm-admin-header-width-fullwidth .bm-admin-header{
  width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
}
body.bm-admin-header-width-standard .bm-admin-header{
  width:calc(100% - 24px)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;
}
body.bm-admin-header-width-compact .bm-admin-header{
  width:calc(100% - 24px)!important;max-width:960px!important;margin-left:auto!important;margin-right:auto!important;
}
@media(max-width:850px){
  .bm-standard1-customer[class*="bm-portal-header-width-"] .bm-s1-topbar,
  body[class*="bm-admin-header-width-"] .bm-admin-header{
    width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
  }
  .bm-standard1-customer.bm-portal-content-width-fullwidth .bm-s1-main-window,
  body.bm-admin-content-width-fullwidth .bm-main > .bm-content{width:100%!important;}
}
