/* =========================================================
   Geyssel Steuerungsportal V6.10.20 – Abschluss-Makeover
   Autoritative letzte UI-Schicht. Bestehendes Grunddesign bleibt erhalten.
   ========================================================= */

:root{
  --mk-blue-950:#05223a;
  --mk-blue-900:#072d4b;
  --mk-blue-850:#0a3559;
  --mk-blue-800:#0d426c;
  --mk-blue-700:#0f5f96;
  --mk-line:#2c78a9;
  --mk-text:#fff;
  --mk-text-dark:#13212e;
  --mk-input:#fff;
  --mk-green:#68d886;
  --mk-yellow:#f0b934;
  --mk-red:#e56c75;
  --mk-lightblue:#73baf4;
}

/* ---------- NORMALFLÄCHEN ---------- */
html body.geyssel-app-mode .geyssel-front .geyssel-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-panel{
  border-color:var(--mk-line)!important;
}

/* Normale Listen/Tabellen immer dunkel, besondere Hinweise/Probleme bleiben separat */
html body.geyssel-app-mode .geyssel-front .geyssel-table-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-table-wrap,
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders{
  background:var(--mk-blue-900)!important;
  border-color:var(--mk-line)!important;
}

html body.geyssel-app-mode .geyssel-front table.geyssel-table > tbody > tr > td,
html body.geyssel-portal-app .geyssel-front table.geyssel-table > tbody > tr > td{
  background:var(--mk-blue-900)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:var(--mk-line)!important;
  vertical-align:middle!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table > tbody > tr:nth-child(even) > td,
html body.geyssel-portal-app .geyssel-front table.geyssel-table > tbody > tr:nth-child(even) > td{
  background:var(--mk-blue-850)!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table > tbody > tr:hover > td,
html body.geyssel-portal-app .geyssel-front table.geyssel-table > tbody > tr:hover > td{
  background:var(--mk-blue-800)!important;
}

/* ---------- STATUS: IMMER HORIZONTAL ---------- */
html body.geyssel-app-mode .geyssel-front .geyssel-status-cell,
html body.geyssel-portal-app .geyssel-front .geyssel-status-cell{
  min-width:230px!important;
  width:230px!important;
  vertical-align:middle!important;
  text-align:center!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-stock-status-cell,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-status-cell{
  min-width:225px!important;
  width:225px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-status-cell,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-status-cell{
  min-width:150px!important;
  width:150px!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-status-cell > .status,
html body.geyssel-app-mode .geyssel-front .geyssel-status-cell > .geyssel-ticket-status,
html body.geyssel-portal-app .geyssel-front .geyssel-status-cell > .status,
html body.geyssel-portal-app .geyssel-front .geyssel-status-cell > .geyssel-ticket-status{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:150px!important;
  max-width:none!important;
  min-height:34px!important;
  height:auto!important;
  padding:7px 15px!important;
  margin:0!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  line-height:1.15!important;
  font-size:13px!important;
  font-weight:850!important;
  color:var(--mk-text-dark)!important;
  -webkit-text-fill-color:var(--mk-text-dark)!important;
  letter-spacing:0!important;
  box-shadow:none!important;
}

/* Kräftige Statusfarben */
html body.geyssel-app-mode .geyssel-front .status.status-new,
html body.geyssel-app-mode .geyssel-front .status.status-accepted,
html body.geyssel-app-mode .geyssel-front .status.status-material_ordered,
html body.geyssel-app-mode .geyssel-front .status.status-received,
html body.geyssel-app-mode .geyssel-front .geyssel-status-accepted-plain,
html body.geyssel-portal-app .geyssel-front .status.status-new,
html body.geyssel-portal-app .geyssel-front .status.status-accepted,
html body.geyssel-portal-app .geyssel-front .status.status-material_ordered,
html body.geyssel-portal-app .geyssel-front .status.status-received,
html body.geyssel-portal-app .geyssel-front .geyssel-status-accepted-plain{
  background:#9ed0ff!important;
  border:1px solid #3f88ca!important;
  color:#102235!important;
  -webkit-text-fill-color:#102235!important;
}
html body.geyssel-app-mode .geyssel-front .status.status-ready,
html body.geyssel-app-mode .geyssel-front .status.status-installed,
html body.geyssel-portal-app .geyssel-front .status.status-ready,
html body.geyssel-portal-app .geyssel-front .status.status-installed{
  background:#8ee6a7!important;
  border:1px solid #2b9950!important;
  color:#10291a!important;
  -webkit-text-fill-color:#10291a!important;
}
html body.geyssel-app-mode .geyssel-front .status.status-in_production,
html body.geyssel-app-mode .geyssel-front .status.status-shipped,
html body.geyssel-app-mode .geyssel-front .status.status-mounted,
html body.geyssel-portal-app .geyssel-front .status.status-in_production,
html body.geyssel-portal-app .geyssel-front .status.status-shipped,
html body.geyssel-portal-app .geyssel-front .status.status-mounted{
  background:#ffd05a!important;
  border:1px solid #b77908!important;
  color:#2d2104!important;
  -webkit-text-fill-color:#2d2104!important;
}
html body.geyssel-app-mode .geyssel-front .status.status-cancelled,
html body.geyssel-portal-app .geyssel-front .status.status-cancelled{
  background:#f59aa2!important;
  border:1px solid #b83f4a!important;
  color:#321014!important;
  -webkit-text-fill-color:#321014!important;
}

/* Problemstatus */
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-status.ticket-new,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-status.ticket-new{
  background:#f59aa2!important;border:1px solid #b83f4a!important;color:#321014!important;-webkit-text-fill-color:#321014!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-status.ticket-in_progress,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-status.ticket-in_progress{
  background:#ffd05a!important;border:1px solid #b77908!important;color:#2d2104!important;-webkit-text-fill-color:#2d2104!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-status.ticket-done,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-status.ticket-done{
  background:#8ee6a7!important;border:1px solid #2b9950!important;color:#10291a!important;-webkit-text-fill-color:#10291a!important;
}

/* ---------- STAMMDATEN ---------- */
/* obere 3 Karten: Steuerungsarten bewusst breiter */
html body.geyssel-app-mode .geyssel-front .geyssel-master-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-master-grid{
  grid-template-columns:minmax(275px,.95fr) minmax(430px,1.45fr) minmax(255px,.85fr)!important;
  gap:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-card-customer .geyssel-master-row,
html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type .geyssel-master-row,
html body.geyssel-app-mode .geyssel-front .geyssel-master-card-motor .geyssel-master-row,
html body.geyssel-portal-app .geyssel-front .geyssel-master-card-customer .geyssel-master-row,
html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type .geyssel-master-row,
html body.geyssel-portal-app .geyssel-front .geyssel-master-card-motor .geyssel-master-row{
  background:#0d426c!important;
  border:1px solid #3a84b6!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  min-height:68px!important;
  padding:11px 12px!important;
  gap:12px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-row .geyssel-master-item,
html body.geyssel-portal-app .geyssel-front .geyssel-master-row .geyssel-master-item{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  min-width:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-row .geyssel-master-item-name,
html body.geyssel-portal-app .geyssel-front .geyssel-master-row .geyssel-master-item-name{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  margin-right:2px!important;
  line-height:1.3!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-row .geyssel-master-badge,
html body.geyssel-portal-app .geyssel-front .geyssel-master-row .geyssel-master-badge{
  margin:0!important;
  padding:4px 8px!important;
  min-height:24px!important;
  line-height:1!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:850!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-row .geyssel-master-badge.active,
html body.geyssel-portal-app .geyssel-front .geyssel-master-row .geyssel-master-badge.active{
  background:#65cf83!important;color:#10291a!important;-webkit-text-fill-color:#10291a!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-row .geyssel-master-badge.standard,
html body.geyssel-portal-app .geyssel-front .geyssel-master-row .geyssel-master-badge.standard{
  background:#55aee8!important;color:#0b263a!important;-webkit-text-fill-color:#0b263a!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type .geyssel-master-row,
html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type .geyssel-master-row{
  grid-template-columns:minmax(190px,1fr) minmax(170px,auto)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-master-row .geyssel-master-actions,
html body.geyssel-portal-app .geyssel-front .geyssel-master-row .geyssel-master-actions{
  min-width:0!important;
  gap:8px!important;
}

/* ---------- BENUTZERVERWALTUNG ---------- */
html body.geyssel-app-mode .geyssel-front .geyssel-user-card,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card,
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-user-permission-form,
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-user-settings,
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-rights-grid,
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-extra-rights,
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-password-admin,
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-password-actions,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-user-permission-form,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-user-settings,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-rights-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-extra-rights,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-password-admin,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-password-actions{
  background:#0a3559!important;
  border-color:#2f719f!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-password-actions form,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-password-actions form{
  background:#0d426c!important;
  border:1px solid #377fae!important;
  border-radius:10px!important;
  padding:12px!important;
  margin:0!important;
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-password-admin h4,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-password-admin h4{
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  margin:0 0 10px!important;
  padding:0!important;
}

/* ---------- DASHBOARD ICONS ---------- */
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon{
  position:relative!important;
  display:block!important;
  width:52px!important;
  height:52px!important;
  padding:0!important;
  margin:0!important;
  line-height:0!important;
  overflow:visible!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon .geyssel-ui-svg,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon .geyssel-ui-svg{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:27px!important;
  height:27px!important;
  margin:0!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center center!important;
  display:block!important;
}

/* ---------- LISTENSUCHE ---------- */
html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar,
html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar{
  background:#eef5fa!important;
  border:1px solid #b7cedd!important;
  color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar *,
html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar *{
  color:#17324d!important;
  -webkit-text-fill-color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar .geyssel-list-clear,
html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar .geyssel-list-clear{
  background:#0d78c6!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:1px solid #5ca7d4!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-list-search-controls,
html body.geyssel-portal-app .geyssel-front .geyssel-list-search-controls{
  display:grid!important;
  grid-template-columns:minmax(220px,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
}

/* ---------- BESONDERE AUFMERKSAMKEITSBEREICHE ---------- */
/* Hinweise */
html body.geyssel-app-mode .geyssel-front .notification,
html body.geyssel-app-mode .geyssel-front .geyssel-current-notifications .notification,
html body.geyssel-portal-app .geyssel-front .notification,
html body.geyssel-portal-app .geyssel-front .geyssel-current-notifications .notification{
  background:#ffe28a!important;
  border-color:#bc8b0d!important;
  color:#2b2208!important;
  -webkit-text-fill-color:#2b2208!important;
}
/* Probleme */
html body.geyssel-app-mode .geyssel-front .geyssel-problem-dashboard-box,
html body.geyssel-portal-app .geyssel-front .geyssel-problem-dashboard-box{
  background:#92253a!important;
  border-color:#dd7184!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-problem-dashboard-item,
html body.geyssel-portal-app .geyssel-front .geyssel-problem-dashboard-item{
  background:#f7b4bd!important;
  border-color:#c75062!important;
  color:#321016!important;
  -webkit-text-fill-color:#321016!important;
}
/* Aufgaben / überfällige Aktionen */
html body.geyssel-app-mode .geyssel-front .geyssel-workflow-action,
html body.geyssel-app-mode .geyssel-front .geyssel-overdue-card,
html body.geyssel-portal-app .geyssel-front .geyssel-workflow-action,
html body.geyssel-portal-app .geyssel-front .geyssel-overdue-card{
  background:#ffc95e!important;
  border-color:#b77a08!important;
  color:#2b2005!important;
  -webkit-text-fill-color:#2b2005!important;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1180px){
  html body.geyssel-app-mode .geyssel-front .geyssel-master-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-grid{
    grid-template-columns:1fr 1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type{
    grid-column:1 / -1!important;
  }
}
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-master-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-grid{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type{
    grid-column:auto!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-status-cell,
  html body.geyssel-portal-app .geyssel-front .geyssel-status-cell{
    min-width:210px!important;width:210px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-user-card .geyssel-password-actions form,
  html body.geyssel-portal-app .geyssel-front .geyssel-user-card .geyssel-password-actions form{
    width:100%!important;
  }
}

/* =========================================================
   V6.10.20 Render-Verifikation – letzte Korrekturen
   ========================================================= */

/* Status-Farben + dunkle Schrift mit maximaler Priorität */
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.geyssel-ticket-status,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.geyssel-ticket-status{
  color:#13212e!important;
  -webkit-text-fill-color:#13212e!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  white-space:nowrap!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-new,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-accepted,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-material_ordered,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-received,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.geyssel-status-accepted-plain,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-new,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-accepted,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-material_ordered,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-received,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.geyssel-status-accepted-plain{
  background:#9ed0ff!important;
  border-color:#3f88ca!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-ready,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-installed,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-ready,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-installed{
  background:#8ee6a7!important;
  border-color:#2b9950!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-in_production,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-shipped,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-mounted,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-in_production,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-shipped,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-mounted{
  background:#ffd05a!important;
  border-color:#b77908!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-cancelled,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status.status-cancelled{
  background:#f59aa2!important;
  border-color:#b83f4a!important;
}

/* Stammdaten-Namen auf dunklen Zeilen sicher weiß */
html body.geyssel-app-mode .geyssel-front .geyssel-master-card .geyssel-master-row .geyssel-master-item-name,
html body.geyssel-portal-app .geyssel-front .geyssel-master-card .geyssel-master-row .geyssel-master-item-name{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Mobile Steuerungsarten: Aktionen bleiben vollständig innerhalb der Karte */
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type .geyssel-master-row,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type .geyssel-master-row{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type .geyssel-master-actions,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type .geyssel-master-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    min-width:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type .geyssel-master-actions form,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type .geyssel-master-actions form,
  html body.geyssel-app-mode .geyssel-front .geyssel-master-card-control-type .geyssel-master-actions .geyssel-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-master-card-control-type .geyssel-master-actions .geyssel-btn{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
  }
}

/* Status-Text schlägt die alten hochspezifischen Tabellenregeln */
html body.geyssel-app-mode .geyssel-front .geyssel-panel .geyssel-table-wrap > table.geyssel-table > tbody > tr > td.geyssel-status-cell > span.status,
html body.geyssel-app-mode .geyssel-front .geyssel-panel .geyssel-table-wrap > table.geyssel-table > tbody > tr > td.geyssel-status-cell > span.geyssel-ticket-status,
html body.geyssel-portal-app .geyssel-front .geyssel-panel .geyssel-table-wrap > table.geyssel-table > tbody > tr > td.geyssel-status-cell > span.status,
html body.geyssel-portal-app .geyssel-front .geyssel-panel .geyssel-table-wrap > table.geyssel-table > tbody > tr > td.geyssel-status-cell > span.geyssel-ticket-status{
  color:#13212e!important;
  -webkit-text-fill-color:#13212e!important;
}


/* =========================================================
   V6.10.21 – Dashboard-Kacheln + lange Status
   ========================================================= */

/* Dashboard-Statuskacheln: Icon links mittig, Text sauber daneben */
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link{
  position:relative!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  grid-template-rows:auto auto auto!important;
  column-gap:12px!important;
  row-gap:3px!important;
  align-items:center!important;
  min-height:132px!important;
  padding:16px 16px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  grid-column:1!important;
  grid-row:1 / 4!important;
  align-self:center!important;
  justify-self:center!important;
  width:44px!important;
  height:44px!important;
  margin:0!important;
  border-radius:50%!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon .geyssel-ui-svg,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon .geyssel-ui-svg{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:23px!important;
  height:23px!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-label,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-label{
  grid-column:2!important;
  grid-row:1!important;
  margin:0!important;
  min-height:0!important;
  line-height:1.2!important;
  align-self:end!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link > strong,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link > strong{
  grid-column:2!important;
  grid-row:2!important;
  margin:0!important;
  line-height:1!important;
  align-self:center!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link > small,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link > small{
  grid-column:2!important;
  grid-row:3!important;
  margin:0!important;
  min-height:0!important;
  line-height:1.2!important;
  align-self:start!important;
  white-space:normal!important;
}

/* Lange Status in Bestelllisten vollständig anzeigen */
html body.geyssel-app-mode .geyssel-front table.geyssel-table th:nth-child(8),
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell,
html body.geyssel-portal-app .geyssel-front table.geyssel-table th:nth-child(8),
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell{
  min-width:285px!important;
  width:285px!important;
}

html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status,
html body.geyssel-app-mode .geyssel-front table.geyssel-table td.geyssel-status-cell > span.geyssel-status-accepted-plain,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.status,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td.geyssel-status-cell > span.geyssel-status-accepted-plain{
  width:max-content!important;
  min-width:225px!important;
  max-width:260px!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  line-height:1.12!important;
  padding:7px 14px!important;
}

/* Mobile: Kacheln etwas kompakter, aber weiterhin sauber getrennt */
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link{
    min-height:108px!important;
    grid-template-columns:42px minmax(0,1fr)!important;
    padding:13px 14px!important;
    column-gap:10px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats > .geyssel-stat-link .geyssel-stat-icon{
    width:40px!important;
    height:40px!important;
  }
}

/* =========================================================
   V6.10.23 – gezielter Detail-Fix Auftrag
   Nur: Freigabe-Hinweis weiße Schrift + Schaltplan-Tabelle
   optisch wie Historie. Restliches Design unverändert.
   ========================================================= */

/* Freigabe-Checkliste: gelbe Hinweisfarbe bleibt, Schrift komplett weiß */
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary h3,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary h3,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary small,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary small{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Steuerungen & Schaltpläne: weißen Sonder-Container entfernen.
   Dadurch nutzt die Tabelle exakt dieselbe Tabellen-/Suchoptik wie Historie. */
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel .geyssel-unit-box,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel .geyssel-unit-box{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:14px 0 0!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel .geyssel-unit-box > h3,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel .geyssel-unit-box > h3{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  margin:0 0 10px!important;
}

/* Keine eigene Sonderfarbe mehr für die Schaltplan-Tabelle: gleiche Regeln wie Historie. */
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel .geyssel-table-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel .geyssel-table-wrap{
  background:var(--mk-blue-900)!important;
  border-color:var(--mk-line)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel table.geyssel-table > tbody > tr > td,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel table.geyssel-table > tbody > tr > td{
  background:var(--mk-blue-900)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:var(--mk-line)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel table.geyssel-table > tbody > tr:nth-child(even) > td,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel table.geyssel-table > tbody > tr:nth-child(even) > td{
  background:var(--mk-blue-850)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel table.geyssel-table > tbody > tr:hover > td,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel table.geyssel-table > tbody > tr:hover > td{
  background:var(--mk-blue-800)!important;
}

@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-units-panel .geyssel-unit-box,
  html body.geyssel-portal-app .geyssel-front .geyssel-units-panel .geyssel-unit-box{
    padding:0!important;
  }
}

/* =========================================================
   V6.10.24 – Schrift in den blauen Freigabe-Kästchen
   Nur Textfarbe innerhalb der blauen Kästchen auf Weiß.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary-grid > span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary-grid > span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary-grid > span *,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary-grid > span *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}


/* =========================================================
   V6.10.25 – gezielte Farbkorrektur nur für markierte Stellen
   - weiße Schrift in den blauen Kästchen / Feldlabels der Freigabe
   - Tabellenkopf "Steuerungen & Schaltpläne" wie Historie
   Restliches Design bleibt unverändert.
   ========================================================= */

/* Freigabe an Lagerist / Freigabe-Checkliste:
   nur Text-/Label-Kontrast in den blauen Kästchen anheben */
html body.geyssel-app-mode .geyssel-front .geyssel-release-check .geyssel-release-check-list > label:not(.geyssel-release-field),
html body.geyssel-portal-app .geyssel-front .geyssel-release-check .geyssel-release-check-list > label:not(.geyssel-release-field),
html body.geyssel-app-mode .geyssel-front .geyssel-release-check .geyssel-release-field,
html body.geyssel-portal-app .geyssel-front .geyssel-release-check .geyssel-release-field{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-release-check .geyssel-release-check-list > label:not(.geyssel-release-field) span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-check .geyssel-release-check-list > label:not(.geyssel-release-field) span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-check .geyssel-release-field > span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-check .geyssel-release-field > span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary-grid > span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary-grid > span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary-grid > span *,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary-grid > span *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Steuerungen & Schaltpläne:
   nur Kopfzeile farblich an Historie angleichen */
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel .geyssel-table-wrap > table.geyssel-table > thead > tr > th,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel .geyssel-table-wrap > table.geyssel-table > thead > tr > th,
html body.geyssel-app-mode .geyssel-front .geyssel-units-panel table.geyssel-table thead th,
html body.geyssel-portal-app .geyssel-front .geyssel-units-panel table.geyssel-table thead th{
  background:#0d4774!important;
  background-image:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#2b6f9f!important;
}


/* =========================================================
   V6.10.26 – Nachkorrektur Freigabe-Checkliste
   - Überschrift im gelben Bereich schwarz
   - Text in blauen Boxen der Freigabe-Checkliste sicher weiß
   ========================================================= */

/* Gelber Bereich: Überschrift schwarz */
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary > h3,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary > h3{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

/* Blaue Boxen: Text konsequent weiß */
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary .geyssel-release-summary-grid > span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary .geyssel-release-summary-grid > span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary .geyssel-release-summary-grid > span *,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary .geyssel-release-summary-grid > span *,
html body.geyssel-app-mode .geyssel-front .geyssel-release-check .geyssel-release-check-list > label:not(.geyssel-release-field) > span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-check .geyssel-release-check-list > label:not(.geyssel-release-field) > span,
html body.geyssel-app-mode .geyssel-front .geyssel-release-check .geyssel-release-field > span,
html body.geyssel-portal-app .geyssel-front .geyssel-release-check .geyssel-release-field > span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:none!important;
  opacity:1!important;
}


/* =========================================================
   V6.10.27 – Freigabetext unten schwarz
   - „Freigegeben von ...“ im gelben Bereich auf Schwarz
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-release-summary > small,
html body.geyssel-portal-app .geyssel-front .geyssel-release-summary > small{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  text-shadow:none!important;
  opacity:1!important;
}

/* =========================================================
   V6.11.0 – Dashboard News
   Eigenständige News-Komponente, ohne bestehende Bereiche zu verändern.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-news,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-news{
  background:#0b4168!important;
  border:1px solid #2b78aa!important;
  color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-news h2,
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-news h3,
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-news p,
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-news small,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-news h2,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-news h3,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-news p,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-news small{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-create-form,
html body.geyssel-portal-app .geyssel-front .geyssel-news-create-form{
  margin:14px 0 16px!important;
  padding:14px!important;
  border:1px solid #2b78aa!important;
  border-radius:10px!important;
  background:#082f50!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-create-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-news-create-grid{
  display:grid!important;
  grid-template-columns:minmax(220px,.7fr) minmax(320px,1.3fr)!important;
  gap:12px!important;
  margin-bottom:10px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-create-form label,
html body.geyssel-portal-app .geyssel-front .geyssel-news-create-form label{
  display:block!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:700!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-create-form input,
html body.geyssel-app-mode .geyssel-front .geyssel-news-create-form textarea,
html body.geyssel-portal-app .geyssel-front .geyssel-news-create-form input,
html body.geyssel-portal-app .geyssel-front .geyssel-news-create-form textarea{
  width:100%!important;
  margin-top:5px!important;
  background:#fff!important;
  color:#17324d!important;
  -webkit-text-fill-color:#17324d!important;
  border:1px solid #9fc0d8!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-list,
html body.geyssel-portal-app .geyssel-front .geyssel-news-list{
  display:grid!important;
  gap:10px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item{
  padding:13px 14px!important;
  border:1px solid #2b78aa!important;
  border-radius:10px!important;
  background:#083557!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item-head,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item h3,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item h3{
  margin:0 0 3px!important;
  font-size:17px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item p,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item p{
  margin:9px 0 0!important;
  line-height:1.5!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item small,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item small{
  color:#cfe9fb!important;
  -webkit-text-fill-color:#cfe9fb!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-delete,
html body.geyssel-portal-app .geyssel-front .geyssel-news-delete{
  margin:0!important;
  flex:0 0 auto!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-empty,
html body.geyssel-portal-app .geyssel-front .geyssel-news-empty{
  padding:12px 14px!important;
  border:1px dashed #4c89b2!important;
  border-radius:9px!important;
  color:#d9edf9!important;
  -webkit-text-fill-color:#d9edf9!important;
  background:#083557!important;
}
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-news-create-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-news-create-grid{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-news-item-head,
  html body.geyssel-portal-app .geyssel-front .geyssel-news-item-head{
    flex-direction:column!important;
  }
}


/* =========================================================
   V6.11.1 – News-Verwaltung unter „Weitere“
   - Dashboard zeigt News nur noch an
   - Erstellen/Verwalten eigener Menüpunkt für berechtigte Rollen
   - Titel und News im Formular untereinander
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-news-create-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-news-create-grid{
  grid-template-columns:1fr!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-management,
html body.geyssel-portal-app .geyssel-front .geyssel-news-management{
  background:#0b4168!important;
  border:1px solid #2b78aa!important;
  color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-management h2,
html body.geyssel-app-mode .geyssel-front .geyssel-news-management h3,
html body.geyssel-app-mode .geyssel-front .geyssel-news-management p,
html body.geyssel-app-mode .geyssel-front .geyssel-news-management small,
html body.geyssel-portal-app .geyssel-front .geyssel-news-management h2,
html body.geyssel-portal-app .geyssel-front .geyssel-news-management h3,
html body.geyssel-portal-app .geyssel-front .geyssel-news-management p,
html body.geyssel-portal-app .geyssel-front .geyssel-news-management small{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-manage-meta,
html body.geyssel-portal-app .geyssel-front .geyssel-news-manage-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:10px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item > h3,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item > h3{
  display:block!important;
  width:100%!important;
  margin:0 0 7px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-item > p,
html body.geyssel-portal-app .geyssel-front .geyssel-news-item > p{
  display:block!important;
  width:100%!important;
  margin:0 0 8px!important;
}
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-news-manage-meta,
  html body.geyssel-portal-app .geyssel-front .geyssel-news-manage-meta{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}


/* =========================================================
   V6.11.2 – News: Avatar + Erstellername
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-news-author,
html body.geyssel-portal-app .geyssel-front .geyssel-news-author{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin-top:10px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-author .geyssel-news-avatar,
html body.geyssel-portal-app .geyssel-front .geyssel-news-author .geyssel-news-avatar{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  border:2px solid #5aa4d5!important;
  background:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-author-text,
html body.geyssel-portal-app .geyssel-front .geyssel-news-author-text{
  display:flex!important;
  flex-direction:column!important;
  gap:1px!important;
  min-width:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-author-text strong,
html body.geyssel-portal-app .geyssel-front .geyssel-news-author-text strong{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:14px!important;
  line-height:1.25!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-news-author-text small,
html body.geyssel-portal-app .geyssel-front .geyssel-news-author-text small{
  color:#cfe9fb!important;
  -webkit-text-fill-color:#cfe9fb!important;
  font-size:12px!important;
  line-height:1.25!important;
}

/* =========================================================
   V6.12.0 – Rollenabhängige Anleitung / FAQ
   Nur neue Hilfebereiche; bestehender Style bleibt unverändert.
   ========================================================= */
.geyssel-role-help-head{display:flex;gap:16px;align-items:flex-start}.geyssel-role-help-avatar{width:76px;height:76px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.35)}.geyssel-role-help-kicker{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:.8;margin-bottom:3px}.geyssel-role-help-head h2{margin:0 0 3px}.geyssel-role-help-head p{margin:4px 0}.geyssel-role-rights{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.geyssel-role-rights span{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.2)}.geyssel-role-rights .is-on{background:#155f43;color:#fff!important}.geyssel-role-rights .is-off{background:#30485a;color:#dce6ed!important}.geyssel-role-flow-grid{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:12px;margin-top:14px}.geyssel-role-flow-card{position:relative;padding:15px;border-radius:12px;background:#0a3559;border:1px solid #2b6f9f;color:#fff}.geyssel-role-flow-card.is-me{background:#0d4774}.geyssel-role-flow-card h3{margin:0 0 7px;color:#fff!important}.geyssel-role-flow-card p,.geyssel-role-flow-card li{color:#fff!important}.geyssel-role-flow-card ul{margin:8px 0 0 18px;padding:0}.geyssel-role-flow-card li{margin:5px 0}.geyssel-role-flow-no{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#0d4774!important;font-weight:900;margin-bottom:8px}.geyssel-help-contact{margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.18)}.geyssel-help-contact>strong{display:block;color:#fff!important;font-size:12px;margin-bottom:7px}.geyssel-help-people{display:flex;gap:7px;flex-wrap:wrap}.geyssel-help-person{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:8px;background:rgba(255,255,255,.08)}.geyssel-help-person small{color:#d9e8f4!important;font-size:10px}.geyssel-help-person .geyssel-user-link{color:#fff!important}.geyssel-role-handoff{margin-top:12px;padding:12px 14px;border-radius:10px;background:#fff0b3;color:#222}.geyssel-role-handoff strong,.geyssel-role-handoff p{color:#222!important}.geyssel-role-handoff p{margin:4px 0 0}.geyssel-faq-list{display:grid;gap:8px}.geyssel-faq-list details{border:1px solid #2b6f9f;border-radius:10px;background:#082c4a;overflow:hidden}.geyssel-faq-list summary{cursor:pointer;padding:11px 13px;font-weight:800;color:#fff!important}.geyssel-faq-list details>div{padding:0 13px 13px;color:#e9f4fb!important;line-height:1.5}.geyssel-process-chain{display:flex;align-items:stretch;gap:8px;overflow-x:auto;padding:8px 0}.geyssel-process-chain>span{min-width:165px;flex:1;padding:11px;border-radius:10px;background:#0a3559;border:1px solid #2b6f9f;color:#fff!important}.geyssel-process-chain>span strong,.geyssel-process-chain>span small{color:#fff!important}.geyssel-process-chain>b{display:flex;align-items:center;color:#8fd2ff!important;font-size:22px}.geyssel-role-process-note{margin-bottom:0}.geyssel-role-flow .geyssel-user-link-avatar{width:24px;height:24px}
@media(max-width:900px){.geyssel-role-flow-grid{grid-template-columns:1fr}.geyssel-role-help-head{align-items:center}.geyssel-process-chain{flex-direction:column}.geyssel-process-chain>b{justify-content:center;transform:rotate(90deg)}}


/* =========================================================
   V6.12.1 – FAQ Übergabehinweis Schrift schwarz
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-role-handoff > strong,
html body.geyssel-portal-app .geyssel-front .geyssel-role-handoff > strong{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  text-shadow:none!important;
}


/* =========================================================
   V6.12.2 – Gelbes Rollen-Hinweisfeld komplett schwarze Schrift
   Gilt für alle Benutzerrollen.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-role-handoff,
html body.geyssel-app-mode .geyssel-front .geyssel-role-handoff *,
html body.geyssel-portal-app .geyssel-front .geyssel-role-handoff,
html body.geyssel-portal-app .geyssel-front .geyssel-role-handoff *{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  text-shadow:none!important;
  opacity:1!important;
}


/* =========================================================
   V6.13.2 – Ticket-Statusbox "Neu" komplett rot
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new{
  background:#b3273f!important;
  border:2px solid #d95368!important;
  border-left:6px solid #ff6a7f!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new span,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new span,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new strong,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new strong,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new small,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new small{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
}


/* =========================================================
   V6.13.3 – alle Ticket-Statusboxen vollflächig nach Status
   Neu = Rot, In Bearbeitung = Orange, Erledigt = Grün.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new{
  background:#b3273f!important;
  border-color:#d95368!important;
  border-left-color:#ff6a7f!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-in_progress,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-in_progress{
  background:#a86608!important;
  border-color:#d89b35!important;
  border-left:6px solid #ffc24d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-done,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-done{
  background:#176b49!important;
  border-color:#3b9a73!important;
  border-left:6px solid #59c994!important;
}

/* In allen drei Statusboxen durchgehend weiße Schrift, inkl. Name/Profil-Link. */
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-new *,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-in_progress,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-in_progress *,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-done,
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-owner.ticket-owner-done *,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-new *,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-in_progress,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-in_progress *,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-done,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-owner.ticket-owner-done *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  text-shadow:none!important;
}


/* =========================================================
   V6.13.4 – Systemmeldungen im Problemverlauf weiß
   Nur Schriftfarbe der Systemmeldung korrigiert.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-message.system,
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-message.system{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-ticket-message.system :not(.geyssel-btn):not(button):not(input):not(select):not(textarea),
html body.geyssel-portal-app .geyssel-front .geyssel-ticket-message.system :not(.geyssel-btn):not(button):not(input):not(select):not(textarea){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}


/* =========================================================
   V6.13.9 – Lager-Fertigungsaufträge optisch abrunden
   Nur dieser Bereich: runder wie der Rest des Portals
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders{
  margin-top:24px!important;
  padding:18px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:18px!important;
  background:rgba(6,41,66,.32)!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar{
  border-radius:14px!important;
  overflow:hidden!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="text"],
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="search"],
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="text"],
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="search"]{
  border-radius:12px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-table-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-table-wrap{
  border-radius:14px!important;
  overflow:hidden!important;
}


/* =========================================================
   V6.13.10 – horizontales Scrollen Lager-Fertigungsaufträge
   Rundungen bleiben erhalten, Tabelle wieder seitlich scrollbar.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-table-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-table-wrap{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-gutter:stable both-edges;
}
html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-table-wrap > table,
html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-table-wrap > table{
  min-width:1120px!important;
}

/* =========================================================
   V6.16.0 – Typenschild Schaltschrank 150 × 100 mm
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-typeplate-box,
html body.geyssel-portal-app .geyssel-front .geyssel-typeplate-box{
  margin:16px 0!important;
  padding:16px!important;
  border:1px solid #2b6f9f!important;
  border-radius:14px!important;
  background:#092f4d!important;
  color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-typeplate-box h4,
html body.geyssel-app-mode .geyssel-front .geyssel-typeplate-box p,
html body.geyssel-app-mode .geyssel-front .geyssel-typeplate-box label,
html body.geyssel-portal-app .geyssel-front .geyssel-typeplate-box h4,
html body.geyssel-portal-app .geyssel-front .geyssel-typeplate-box p,
html body.geyssel-portal-app .geyssel-front .geyssel-typeplate-box label{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.geyssel-typeplate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin-top:12px}
.geyssel-typeplate-grid label{display:grid;gap:5px;font-weight:700}
.geyssel-typeplate-grid input{width:100%;box-sizing:border-box}
.geyssel-typeplate-confirm{display:flex!important;align-items:center!important;gap:9px!important;margin:14px 0!important;padding:10px 12px!important;border-radius:10px!important;background:#0a3b60!important;border:1px solid #2b6f9f!important}
.geyssel-typeplate-confirm input{width:18px!important;height:18px!important;min-width:18px!important;margin:0!important}
.geyssel-typeplate-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.geyssel-typeplate-state{display:inline-flex;align-items:center;white-space:nowrap;padding:6px 10px;border-radius:999px;font-weight:800;font-size:13px}
.geyssel-typeplate-state.is-ready{background:#78df9c;color:#123d22!important;-webkit-text-fill-color:#123d22!important}
.geyssel-typeplate-state.is-open{background:#ffd36d;color:#3a2900!important;-webkit-text-fill-color:#3a2900!important}
.geyssel-typeplate-summary{display:grid;grid-template-columns:160px minmax(0,1fr);gap:7px 12px;margin:12px 0}
.geyssel-typeplate-summary dt{font-weight:800}.geyssel-typeplate-summary dd{margin:0}
.geyssel-required{color:#ffcf5a!important;-webkit-text-fill-color:#ffcf5a!important}
@media(max-width:760px){.geyssel-typeplate-grid{grid-template-columns:1fr}.geyssel-typeplate-summary{grid-template-columns:1fr}.geyssel-typeplate-summary dt{margin-top:5px}}


/* =========================================================
   V6.17.1 – Dashboard: Letzte Bestellungen mobil als Karten
   Desktop bleibt unverändert.
   ========================================================= */
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders{
    padding:16px!important;
    overflow:hidden!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders > h2,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders > h2{
    margin:0 0 14px!important;
  }

  /* Auf dem Dashboard mobil nur die Schnellsuche zeigen. */
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-filters,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-filters{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
    padding:12px!important;
    margin:0 0 14px!important;
    border-radius:14px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-filters > label:not(.geyssel-order-global-search),
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-filters > label:not(.geyssel-order-global-search),
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-filters > .geyssel-filter-reset,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-filters > .geyssel-filter-reset{
    display:none!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-global-search,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-global-search{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-global-search input,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-order-global-search input{
    width:100%!important;
    min-width:0!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-table-wrap,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-table-wrap{
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    border:0!important;
    background:transparent!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table thead,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table thead{
    display:none!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    width:100%!important;
    margin:0!important;
    padding:12px!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:16px!important;
    background:#0a3558!important;
    box-shadow:0 5px 14px rgba(0,0,0,.12)!important;
    overflow:hidden!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    min-width:0!important;
    width:auto!important;
    padding:9px 8px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
    background:transparent!important;
    color:#fff!important;
    text-align:left!important;
    line-height:1.3!important;
    overflow-wrap:anywhere!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td::before{
    display:block!important;
    margin:0 0 4px!important;
    font-size:11px!important;
    line-height:1.15!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
    color:#9ec7df!important;
    -webkit-text-fill-color:#9ec7df!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(1)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(1)::before{content:'Aktion'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(2)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(2)::before{content:'Bestelldatum'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(3)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(3)::before{content:'Kunde'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(4)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(4)::before{content:'Kommission'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(5)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(5)::before{content:'Steuerungsart'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(6)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(6)::before{content:'Menge'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(7)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(7)::before{content:'Niederlassung'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(8)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(8)::before{content:'Status'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(9)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(9)::before{content:'Besteller'}
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(10)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(10)::before{content:'Bestellnummer'}

  /* Wichtigste Felder über die volle Kartenbreite. */
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(1),
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(3),
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(5),
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(8),
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(10),
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(1),
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(3),
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(5),
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(8),
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders table.geyssel-table tbody tr > td:nth-child(10){
    grid-column:1 / -1!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-list-open,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-list-open{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:10px!important;
    min-height:40px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-last-orders .geyssel-status-cell .status,
  html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-last-orders .geyssel-status-cell .status{
    max-width:100%!important;
    white-space:normal!important;
    text-align:left!important;
  }
}


/* =========================================================
   V6.17.2 – Mobile Menü schöner und klarer
   Desktop unverändert
   ========================================================= */
@media (max-width: 760px){
  body.geyssel-app-mode .geyssel-front .geyssel-desktop-nav{display:none!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav{
    display:block!important;
    margin:12px 16px 16px!important;
    padding:14px!important;
    border-radius:18px!important;
    background:linear-gradient(180deg, rgba(7,45,72,.96) 0%, rgba(10,58,97,.96) 100%)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-head{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    margin-bottom:14px!important;
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-avatar-link{display:block!important;flex:0 0 auto!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-avatar{
    width:48px!important;height:48px!important;border-radius:50%!important;display:block!important;
    border:2px solid rgba(255,255,255,.16)!important;object-fit:cover!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy strong{
    color:#fff!important;font-size:15px!important;line-height:1.2!important;font-weight:800!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy span{
    color:rgba(255,255,255,.74)!important;font-size:12.5px!important;line-height:1.25!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-primary{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0 0 12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn{
    text-decoration:none!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip{
    display:flex!important;align-items:center!important;gap:10px!important;
    min-height:48px!important;padding:11px 12px!important;border-radius:14px!important;
    background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;font-weight:700!important;font-size:13px!important;line-height:1.2!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip.active{
    background:#0d4774!important;border-color:rgba(255,255,255,.2)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip-icon{
    width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 20px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip-icon .geyssel-ui-svg{width:19px!important;height:19px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more{
    margin:0 0 12px!important;border-radius:14px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.10)!important;overflow:hidden!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary{
    list-style:none!important;display:flex!important;align-items:center!important;gap:10px!important;
    padding:12px 14px!important;color:#fff!important;font-weight:800!important;cursor:pointer!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary::-webkit-details-marker{display:none!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-grid{
    display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:0 12px 12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link{
    display:block!important;padding:11px 12px!important;border-radius:12px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-weight:650!important;font-size:13px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link.active{background:#0d4774!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-actions{
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn{
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:46px!important;padding:10px 12px!important;border-radius:14px!important;font-weight:800!important;font-size:13px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn{
    background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn{
    background:#b3273f!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-menu,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav label{display:none!important;}
}


/* =========================================================
   V6.18.0 – Final Design Umsetzung / Feinschliff
   Ziel: bestehendes Geyssel-Design beibehalten, aber in allen
   Varianten (Chrome, Edge, App, Mobile Browser) sauber und
   kontraststark darstellen. Keine weißen Flächen mit weißer Schrift.
   ========================================================= */

/* Grundkontrast für Formulare und helle Boxen */
html body.geyssel-app-mode .geyssel-front input[type="text"],
html body.geyssel-app-mode .geyssel-front input[type="search"],
html body.geyssel-app-mode .geyssel-front input[type="email"],
html body.geyssel-app-mode .geyssel-front input[type="number"],
html body.geyssel-app-mode .geyssel-front input[type="date"],
html body.geyssel-app-mode .geyssel-front input[type="password"],
html body.geyssel-app-mode .geyssel-front textarea,
html body.geyssel-app-mode .geyssel-front select,
html body.geyssel-portal-app .geyssel-front input[type="text"],
html body.geyssel-portal-app .geyssel-front input[type="search"],
html body.geyssel-portal-app .geyssel-front input[type="email"],
html body.geyssel-portal-app .geyssel-front input[type="number"],
html body.geyssel-portal-app .geyssel-front input[type="date"],
html body.geyssel-portal-app .geyssel-front input[type="password"],
html body.geyssel-portal-app .geyssel-front textarea,
html body.geyssel-portal-app .geyssel-front select{
  background:#edf3f8!important;
  color:#13324f!important;
  border:1px solid #9cb5ca!important;
}
html body.geyssel-app-mode .geyssel-front input::placeholder,
html body.geyssel-app-mode .geyssel-front textarea::placeholder,
html body.geyssel-portal-app .geyssel-front input::placeholder,
html body.geyssel-portal-app .geyssel-front textarea::placeholder{
  color:#5f7892!important;
  opacity:1!important;
}

html body.geyssel-app-mode .geyssel-front .geyssel-filter-box,
html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar,
html body.geyssel-app-mode .geyssel-front .geyssel-inline-note,
html body.geyssel-app-mode .geyssel-front .geyssel-light-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-filter-box,
html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar,
html body.geyssel-portal-app .geyssel-front .geyssel-inline-note,
html body.geyssel-portal-app .geyssel-front .geyssel-light-panel{
  color:#15324f!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-filter-box *,
html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar *,
html body.geyssel-app-mode .geyssel-front .geyssel-inline-note *,
html body.geyssel-portal-app .geyssel-front .geyssel-filter-box *,
html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar *,
html body.geyssel-portal-app .geyssel-front .geyssel-inline-note *{
  -webkit-text-fill-color:initial!important;
}

/* Karten auf Dashboard und in Listen etwas harmonischer */
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-section,
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-panel,
html body.geyssel-app-mode .geyssel-front .geyssel-section-card,
html body.geyssel-app-mode .geyssel-front .geyssel-quick-card,
html body.geyssel-app-mode .geyssel-front .geyssel-stat-link,
html body.geyssel-app-mode .geyssel-front .geyssel-table-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-section,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-section-card,
html body.geyssel-portal-app .geyssel-front .geyssel-quick-card,
html body.geyssel-portal-app .geyssel-front .geyssel-stat-link,
html body.geyssel-portal-app .geyssel-front .geyssel-table-wrap{
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.10)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-quick-card,
html body.geyssel-app-mode .geyssel-front .geyssel-stat-link,
html body.geyssel-portal-app .geyssel-front .geyssel-quick-card,
html body.geyssel-portal-app .geyssel-front .geyssel-stat-link{
  border:1px solid rgba(255,255,255,.12)!important;
}

/* Desktop / Tablet Navigationskontrast beibehalten */
html body.geyssel-app-mode .geyssel-front .geyssel-desktop-nav,
html body.geyssel-portal-app .geyssel-front .geyssel-desktop-nav{
  box-shadow:0 8px 22px rgba(0,0,0,.12)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-item,
html body.geyssel-app-mode .geyssel-front .geyssel-nav-more > summary,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-item,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-more > summary{
  border-radius:12px!important;
}

/* Mobile Menü – gleiche Gestaltung auch in PWA/mobile browser Variante */
@media (max-width: 760px){
  body.geyssel-app-mode .geyssel-front .geyssel-desktop-nav,
  body.geyssel-portal-app .geyssel-front .geyssel-desktop-nav{display:none!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav{
    display:block!important;
    margin:12px 16px 16px!important;
    padding:14px!important;
    border-radius:18px!important;
    background:linear-gradient(180deg, rgba(7,45,72,.96) 0%, rgba(10,58,97,.96) 100%)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-head,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-head{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    margin-bottom:14px!important;
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-avatar-link,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-avatar-link{display:block!important;flex:0 0 auto!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-avatar,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-avatar{
    width:48px!important;height:48px!important;border-radius:50%!important;display:block!important;
    border:2px solid rgba(255,255,255,.16)!important;object-fit:cover!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-user-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy strong,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-user-copy strong{
    color:#fff!important;font-size:15px!important;line-height:1.2!important;font-weight:800!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy span,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-user-copy span{
    color:rgba(255,255,255,.74)!important;font-size:12.5px!important;line-height:1.25!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-primary,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-primary{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0 0 12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-more > summary,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-link,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-logout-btn{
    text-decoration:none!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip{
    display:flex!important;align-items:center!important;gap:10px!important;
    min-height:48px!important;padding:11px 12px!important;border-radius:14px!important;
    background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;font-weight:700!important;font-size:13px!important;line-height:1.2!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip.active,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip.active,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link.active,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-link.active{
    background:#0d4774!important;border-color:rgba(255,255,255,.2)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip-icon,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip-icon{
    width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 20px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip-icon .geyssel-ui-svg,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip-icon .geyssel-ui-svg{width:19px!important;height:19px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-more{
    margin:0 0 12px!important;border-radius:14px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.10)!important;overflow:hidden!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-more > summary{
    list-style:none!important;display:flex!important;align-items:center!important;gap:10px!important;
    padding:12px 14px!important;color:#fff!important;font-weight:800!important;cursor:pointer!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary::-webkit-details-marker,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-more > summary::-webkit-details-marker{display:none!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-grid,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-grid{
    display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:0 12px 12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-link{
    display:block!important;padding:11px 12px!important;border-radius:12px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-weight:650!important;font-size:13px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-actions,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-actions{
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-logout-btn{
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:46px!important;padding:10px 12px!important;border-radius:14px!important;font-weight:800!important;font-size:13px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-profile-btn{
    background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-logout-btn{
    background:#b3273f!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-menu,
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav label,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-menu,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav label{display:none!important;}
}


/* =========================================================
   V6.18.1 – Mobile Such-/Anzeigezeilen sauber machen
   Nur für Mobile: Suchleisten, Filterzeilen und Tabellenzeilen
   kompakter, besser lesbar und ohne Quetschungen.
   ========================================================= */
@media (max-width: 760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar,
  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters,
  html body.geyssel-app-mode .geyssel-front .geyssel-filter-box,
  html body.geyssel-portal-app .geyssel-front .geyssel-filter-box{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    padding:12px!important;
    margin:0 0 12px!important;
    border-radius:14px!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-list-search,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-search,
  html body.geyssel-app-mode .geyssel-front .geyssel-order-global-search,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-global-search{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-list-search > span,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-search > span,
  html body.geyssel-app-mode .geyssel-front .geyssel-filter-box > strong,
  html body.geyssel-portal-app .geyssel-front .geyssel-filter-box > strong{
    font-size:14px!important;
    line-height:1.3!important;
    margin:0 0 2px!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-list-search-controls,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-search-controls{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar input[type="text"],
  html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar input[type="search"],
  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters input,
  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters select,
  html body.geyssel-app-mode .geyssel-front .geyssel-filter-box input,
  html body.geyssel-app-mode .geyssel-front .geyssel-filter-box select,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar input[type="text"],
  html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar input[type="search"],
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters input,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters select,
  html body.geyssel-portal-app .geyssel-front .geyssel-filter-box input,
  html body.geyssel-portal-app .geyssel-front .geyssel-filter-box select{
    width:100%!important;
    min-height:44px!important;
    font-size:16px!important;
    border-radius:10px!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-list-clear,
  html body.geyssel-app-mode .geyssel-front .geyssel-filter-reset,
  html body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar .geyssel-btn,
  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters .geyssel-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-clear,
  html body.geyssel-portal-app .geyssel-front .geyssel-filter-reset,
  html body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar .geyssel-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters .geyssel-btn{
    width:100%!important;
    min-height:42px!important;
    justify-content:center!important;
    text-align:center!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters > label,
  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters > div,
  html body.geyssel-app-mode .geyssel-front .geyssel-order-filters > .geyssel-filter-reset,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters > label,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters > div,
  html body.geyssel-portal-app .geyssel-front .geyssel-order-filters > .geyssel-filter-reset{
    width:100%!important;
    max-width:none!important;
    flex:1 1 100%!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-table-wrap,
  html body.geyssel-portal-app .geyssel-front .geyssel-table-wrap{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:14px!important;
  }

  html body.geyssel-app-mode .geyssel-front table.geyssel-table,
  html body.geyssel-portal-app .geyssel-front table.geyssel-table{
    min-width:720px!important;
  }

  html body.geyssel-app-mode .geyssel-front table.geyssel-table th,
  html body.geyssel-app-mode .geyssel-front table.geyssel-table td,
  html body.geyssel-portal-app .geyssel-front table.geyssel-table th,
  html body.geyssel-portal-app .geyssel-front table.geyssel-table td{
    padding:11px 10px!important;
    font-size:13px!important;
    line-height:1.35!important;
    white-space:normal!important;
    word-break:break-word!important;
    vertical-align:top!important;
  }

  html body.geyssel-app-mode .geyssel-front table.geyssel-table td .status,
  html body.geyssel-app-mode .geyssel-front table.geyssel-table td .geyssel-btn,
  html body.geyssel-portal-app .geyssel-front table.geyssel-table td .status,
  html body.geyssel-portal-app .geyssel-front table.geyssel-table td .geyssel-btn{
    white-space:normal!important;
  }

  html body.geyssel-app-mode .geyssel-front .geyssel-table-wrap::-webkit-scrollbar,
  html body.geyssel-portal-app .geyssel-front .geyssel-table-wrap::-webkit-scrollbar{
    height:10px!important;
  }
}


/* =========================================================
   V6.18.2 – Verwalten mobil + Menü skalieren
   App/Mobile: Bestellungen als Karten, Menü kompakter.
   Desktop bleibt unverändert.
   ========================================================= */
@media (max-width:760px){
  /* Mobile Menü proportional zur verfügbaren Breite */
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav{
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
    margin:8px 10px 12px!important;
    padding:11px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-head,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-head{
    gap:9px!important;
    margin-bottom:10px!important;
    padding-bottom:9px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-avatar,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-avatar{
    width:40px!important;height:40px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy strong,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-user-copy strong{
    font-size:13.5px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-user-copy span,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-user-copy span{
    font-size:11.5px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-primary,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-primary{
    gap:7px!important;margin-bottom:9px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip{
    min-height:43px!important;
    padding:8px 9px!important;
    gap:7px!important;
    border-radius:11px!important;
    font-size:12px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip-icon,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip-icon{
    width:18px!important;height:18px!important;flex-basis:18px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-chip-icon .geyssel-ui-svg,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-chip-icon .geyssel-ui-svg{
    width:17px!important;height:17px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-more{
    margin-bottom:9px!important;border-radius:11px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-more > summary,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-more > summary{
    padding:10px 11px!important;font-size:12px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-grid{
    gap:6px!important;padding:0 9px 9px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-link,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-link{
    padding:9px 10px!important;border-radius:9px!important;font-size:12px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-actions,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-actions{gap:7px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-profile-btn,
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-logout-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-profile-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-logout-btn{
    min-height:40px!important;padding:8px 9px!important;border-radius:10px!important;font-size:12px!important;
  }

  /* Verwalten: nur Schnellsuche dauerhaft zeigen */
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-order-filters,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-order-filters{
    display:block!important;
    padding:11px!important;
    border-radius:14px!important;
    margin-bottom:12px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-order-filters > label:not(.geyssel-order-global-search),
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-order-filters > .geyssel-filter-reset,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-order-filters > label:not(.geyssel-order-global-search),
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-order-filters > .geyssel-filter-reset{
    display:none!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-order-global-search,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-order-global-search{
    display:block!important;width:100%!important;margin:0!important;color:#17324d!important;font-weight:800!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-order-global-search input,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-order-global-search input{
    display:block!important;width:100%!important;margin-top:6px!important;min-height:44px!important;border-radius:10px!important;font-size:16px!important;
  }

  /* Verwalten: Bestelltabelle als echte mobile Karten */
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-table-wrap,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-table-wrap{
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table{
    display:block!important;
    min-width:0!important;
    width:100%!important;
    border:0!important;
    background:transparent!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table thead,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table thead{display:none!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:11px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    padding:12px!important;
    border-radius:14px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    background:#0a385a!important;
    box-shadow:0 7px 18px rgba(0,0,0,.12)!important;
    overflow:hidden!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    min-width:0!important;
    padding:8px!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:13px!important;
    line-height:1.35!important;
    word-break:break-word!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td::before{
    display:block!important;
    margin:0 0 3px!important;
    color:rgba(255,255,255,.62)!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(1)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(1)::before{content:'Aktion';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(2)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(2)::before{content:'Bestelldatum';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(3)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(3)::before{content:'Kunde';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(4)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(4)::before{content:'Kommission';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(5)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(5)::before{content:'Steuerungsart';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(6)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(6)::before{content:'Menge';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(7)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(7)::before{content:'Niederlassung';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(8)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(8)::before{content:'Status';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(9)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(9)::before{content:'Besteller';}
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(10)::before,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(10)::before{content:'Bestellnummer';}

  /* Wichtigste Inhalte volle Kartenbreite */
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(1),
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(3),
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(5),
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(8),
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(10),
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(1),
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(3),
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(5),
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(8),
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td:nth-child(10){
    grid-column:1/-1!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-list-open,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-list-open{
    width:100%!important;
    min-height:40px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:10px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-status-cell .status,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-status-cell .status{
    max-width:100%!important;
    white-space:normal!important;
    text-align:left!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page .geyssel-user-link,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page .geyssel-user-link{
    color:#fff!important;
  }
}

@media (max-width:390px){
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-primary,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-primary{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-mobile-nav-actions,
  html body.geyssel-portal-app .geyssel-front .geyssel-mobile-nav-actions{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td,
  html body.geyssel-portal-app .geyssel-front .geyssel-orders-page table.geyssel-table tbody tr > td{
    grid-column:1/-1!important;
  }
}


/* =========================================================
   V6.18.3 – Lager-Fertigungsaufträge: mobile Suche kompakter
   Nur App/Mobile, Desktop unverändert.
   ========================================================= */
@media (max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar{
    padding:8px!important;
    margin:0 0 10px!important;
    gap:6px!important;
    border-radius:12px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search{
    gap:5px!important;
    margin:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search > span,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search > span{
    font-size:12px!important;
    line-height:1.2!important;
    margin:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:6px!important;
    align-items:center!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="text"],
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="search"],
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="text"],
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls input[type="search"]{
    min-height:38px!important;
    height:38px!important;
    padding:7px 9px!important;
    font-size:14px!important;
    border-radius:9px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-clear,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-clear{
    width:auto!important;
    min-width:88px!important;
    min-height:38px!important;
    height:38px!important;
    padding:7px 10px!important;
    font-size:12px!important;
    border-radius:9px!important;
  }
}
@media (max-width:420px){
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-clear,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-clear{
    width:100%!important;
  }
}


/* =========================================================
   V6.18.5 – Lager-Fertigungsaufträge Mobile Suchbox Höhe korrigieren
   Verhindert die übergroße graue Fläche in App/Mobile.
   ========================================================= */
@media (max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:8px!important;
    margin:0 0 10px!important;
    overflow:visible!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar > .geyssel-list-search,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-toolbar > .geyssel-list-search{
    display:flex!important;
    flex-direction:column!important;
    gap:5px!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    flex:none!important;
    height:auto!important;
    min-height:0!important;
    align-self:auto!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls > *,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls > *{
    align-self:center!important;
  }
}
@media (max-width:420px){
  html body.geyssel-app-mode .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls,
  html body.geyssel-portal-app .geyssel-front .geyssel-stock-orders .geyssel-list-search-controls{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   V6.19.0 – Bestellarchiv nach 30 Tagen
   Archivierte Bestellungen erscheinen nur bei Schnellsuche.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-order-archive-badge,
html body.geyssel-portal-app .geyssel-front .geyssel-order-archive-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:6px!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  background:#455c70!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
}
html body.geyssel-app-mode .geyssel-front tr.geyssel-order-archived td,
html body.geyssel-portal-app .geyssel-front tr.geyssel-order-archived td{
  background:#eef3f6!important;
}
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front tr.geyssel-order-archived,
  html body.geyssel-portal-app .geyssel-front tr.geyssel-order-archived{
    border-color:#718598!important;
  }
}

/* =========================================================
   V6.21.0 – Kunden-Konfigurator / geführte Kundenaufnahme
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-configurator-badge,
html body.geyssel-portal-app .geyssel-front .geyssel-configurator-badge{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  padding:7px 11px!important;border-radius:999px!important;background:#0d4774!important;
  border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-wizard,
html body.geyssel-portal-app .geyssel-front .geyssel-config-wizard{
  margin-top:16px!important;padding:18px!important;border-radius:18px!important;
  background:#082f50!important;border:1px solid #2d6f9e!important;color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-progress,
html body.geyssel-portal-app .geyssel-front .geyssel-config-progress{
  display:grid!important;grid-template-columns:repeat(9,minmax(0,1fr))!important;gap:6px!important;margin-bottom:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-progress span,
html body.geyssel-portal-app .geyssel-front .geyssel-config-progress span{
  display:flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;
  border-radius:8px!important;background:#173f60!important;color:#bcd1e0!important;font-size:12px!important;font-weight:800!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-progress span.is-active,
html body.geyssel-portal-app .geyssel-front .geyssel-config-progress span.is-active{
  background:#0d6ea8!important;color:#fff!important;border-color:#58a8d6!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-step,
html body.geyssel-portal-app .geyssel-front .geyssel-config-step{display:none!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-config-step.is-active,
html body.geyssel-portal-app .geyssel-front .geyssel-config-step.is-active{display:block!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-config-step h3,
html body.geyssel-portal-app .geyssel-front .geyssel-config-step h3{
  margin:4px 0 16px!important;color:#fff!important;font-size:22px!important;line-height:1.25!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-kicker,
html body.geyssel-portal-app .geyssel-front .geyssel-config-kicker{
  display:block!important;color:#93ccea!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-wizard > .geyssel-config-step > label,
html body.geyssel-portal-app .geyssel-front .geyssel-config-wizard > .geyssel-config-step > label{
  color:#fff!important;-webkit-text-fill-color:#fff!important;max-width:720px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-options,
html body.geyssel-portal-app .geyssel-front .geyssel-config-options{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:12px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-options > label,
html body.geyssel-portal-app .geyssel-front .geyssel-config-options > label{
  display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;grid-template-rows:auto auto!important;
  column-gap:10px!important;row-gap:3px!important;align-items:start!important;margin:0!important;padding:14px!important;
  min-height:74px!important;border-radius:14px!important;background:#0a3d66!important;border:1px solid #397ba7!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;cursor:pointer!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-options > label:hover,
html body.geyssel-portal-app .geyssel-front .geyssel-config-options > label:hover{
  background:#0d4b7d!important;border-color:#5ca7d3!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-options input,
html body.geyssel-portal-app .geyssel-front .geyssel-config-options input{
  grid-row:1 / span 2!important;grid-column:1!important;margin:2px 0 0!important;width:18px!important;height:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-options strong,
html body.geyssel-portal-app .geyssel-front .geyssel-config-options strong{
  grid-column:2!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:15px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-options small,
html body.geyssel-portal-app .geyssel-front .geyssel-config-options small{
  grid-column:2!important;color:#c8dce9!important;-webkit-text-fill-color:#c8dce9!important;font-size:12px!important;line-height:1.35!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-conditional,
html body.geyssel-portal-app .geyssel-front .geyssel-config-conditional{
  margin-top:14px!important;padding:14px!important;border-radius:14px!important;background:#eaf2f7!important;border:1px solid #b6cad9!important;color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-conditional h4,
html body.geyssel-portal-app .geyssel-front .geyssel-config-conditional h4,
html body.geyssel-app-mode .geyssel-front .geyssel-config-conditional label,
html body.geyssel-portal-app .geyssel-front .geyssel-config-conditional label{
  color:#17324d!important;-webkit-text-fill-color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-checkgrid,
html body.geyssel-portal-app .geyssel-front .geyssel-config-checkgrid{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 14px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-checkgrid label,
html body.geyssel-portal-app .geyssel-front .geyssel-config-checkgrid label{
  display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin:0!important;padding:8px 10px!important;
  border-radius:9px!important;background:#fff!important;border:1px solid #cad8e3!important;color:#17324d!important;-webkit-text-fill-color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-skip-note,
html body.geyssel-portal-app .geyssel-front .geyssel-config-skip-note{
  padding:14px!important;border-radius:12px!important;background:#fff3c4!important;color:#352b08!important;-webkit-text-fill-color:#352b08!important;font-weight:700!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-wizard-actions,
html body.geyssel-portal-app .geyssel-front .geyssel-config-wizard-actions{
  display:flex!important;justify-content:space-between!important;gap:10px!important;margin-top:18px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.13)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-card,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-card{
  margin-top:12px!important;padding:15px!important;border-radius:16px!important;background:#0a3559!important;border:1px solid #2d6f9e!important;color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-card.is-used,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-card.is-used{opacity:.82!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-head,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-head{
  display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-head > div,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-head > div{display:flex!important;flex-direction:column!important;gap:3px!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-head strong,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-head strong{color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-head small,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-head small{color:#c7dceb!important;-webkit-text-fill-color:#c7dceb!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-config-summary,
html body.geyssel-portal-app .geyssel-front .geyssel-config-summary{
  display:grid!important;grid-template-columns:minmax(160px,220px) minmax(0,1fr)!important;gap:1px!important;margin:0!important;border-radius:12px!important;overflow:hidden!important;border:1px solid #4c7d9e!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-summary dt,
html body.geyssel-portal-app .geyssel-front .geyssel-config-summary dt,
html body.geyssel-app-mode .geyssel-front .geyssel-config-summary dd,
html body.geyssel-portal-app .geyssel-front .geyssel-config-summary dd{
  margin:0!important;padding:9px 11px!important;line-height:1.35!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-summary dt,
html body.geyssel-portal-app .geyssel-front .geyssel-config-summary dt{
  background:#e8f1f7!important;color:#17324d!important;-webkit-text-fill-color:#17324d!important;font-weight:800!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-summary dd,
html body.geyssel-portal-app .geyssel-front .geyssel-config-summary dd{
  background:#fff!important;color:#17324d!important;-webkit-text-fill-color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-actions,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-actions{
  display:flex!important;gap:9px!important;flex-wrap:wrap!important;margin-top:12px!important;align-items:center!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-config-request-actions form,
html body.geyssel-portal-app .geyssel-front .geyssel-config-request-actions form{margin:0!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-order-config-link,
html body.geyssel-portal-app .geyssel-front .geyssel-order-config-link{
  margin:0 0 16px!important;padding:14px!important;border-radius:14px!important;background:#e9f3f9!important;border:1px solid #b7cede!important;color:#17324d!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-order-config-link label,
html body.geyssel-portal-app .geyssel-front .geyssel-order-config-link label,
html body.geyssel-app-mode .geyssel-front .geyssel-order-config-link small,
html body.geyssel-portal-app .geyssel-front .geyssel-order-config-link small{color:#17324d!important;-webkit-text-fill-color:#17324d!important;}

@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-config-wizard,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-wizard{padding:12px!important;border-radius:14px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-progress,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-progress{gap:3px!important;margin-bottom:14px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-progress span,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-progress span{min-height:24px!important;border-radius:6px!important;font-size:10px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-step h3,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-step h3{font-size:18px!important;margin-bottom:12px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-options,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-options{grid-template-columns:1fr!important;gap:8px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-options > label,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-options > label{min-height:58px!important;padding:11px!important;border-radius:11px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-checkgrid,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-checkgrid{grid-template-columns:1fr!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-summary,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-summary{grid-template-columns:1fr!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-summary dt,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-summary dt{padding-bottom:4px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-summary dd,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-summary dd{padding-top:5px!important;border-bottom:1px solid #d5e1e9!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-request-head,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-request-head{flex-direction:column!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-request-actions,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-request-actions{display:grid!important;grid-template-columns:1fr!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-config-request-actions .geyssel-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-config-request-actions .geyssel-btn{width:100%!important;text-align:center!important;justify-content:center!important;}
}


/* =========================================================
   V6.22.0 – Kundenanfragen Verwaltung + erklärter Konfigurator
   ========================================================= */
.geyssel-config-help{margin:6px 0 14px!important;padding:10px 12px!important;border-radius:10px!important;background:rgba(255,255,255,.07)!important;color:#dcecf7!important;line-height:1.45!important}
.geyssel-config-manager-link{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;padding:12px 14px;border-radius:12px;background:#0a3559;border:1px solid #2b6f9f;color:#fff}.geyssel-config-manager-link strong,.geyssel-config-manager-link span{color:#fff!important}.geyssel-config-manager-link span{flex:1 1 340px}
.geyssel-config-request-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(160px,.7fr) minmax(190px,.8fr) auto auto;gap:10px;align-items:end;margin:14px 0;padding:12px;border-radius:12px;background:#eaf1f6;border:1px solid #bdd0df}.geyssel-config-request-filters label{color:#17324d!important;margin:0!important}.geyssel-config-request-filters input,.geyssel-config-request-filters select{background:#fff!important;color:#17324d!important;-webkit-text-fill-color:#17324d!important}.geyssel-config-request-list{display:grid;gap:12px}.geyssel-config-request-mini{padding:10px 0;color:#dcecf7!important;font-weight:650}.geyssel-config-request-detail{margin:14px 0;padding:14px;border:1px solid #2b6f9f;border-radius:14px;background:#082c4a}.geyssel-config-request-detail h3,.geyssel-config-request-detail p{color:#fff!important}
@media(max-width:760px){.geyssel-config-request-filters{grid-template-columns:1fr!important}.geyssel-config-request-filters .geyssel-btn{width:100%!important}.geyssel-config-manager-link{align-items:stretch}.geyssel-config-manager-link .geyssel-btn{width:100%!important}.geyssel-config-help{font-size:13px!important}}


/* =========================================================
   V6.22.2 – Kunden-Konfigurator: gemeinsamer Kundenstamm
   ========================================================= */
.geyssel-configurator .geyssel-config-customer-picker{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;
  padding:14px!important;margin:10px 0 14px!important;border-radius:14px!important;
  background:#eaf1f6!important;border:1px solid #bfd0de!important;color:#17324d!important;
}
.geyssel-configurator .geyssel-config-customer-picker label,
.geyssel-configurator .geyssel-config-customer-picker small{color:#17324d!important;-webkit-text-fill-color:#17324d!important;}
.geyssel-configurator .geyssel-config-customer-picker > small,
.geyssel-configurator .geyssel-config-customer-picker > button,
.geyssel-configurator .geyssel-config-customer-picker > #geyssel-new-customer-box{grid-column:1/-1!important;}
.geyssel-configurator .geyssel-config-customer-picker select,
.geyssel-configurator .geyssel-config-customer-picker input{background:#fff!important;color:#17324d!important;-webkit-text-fill-color:#17324d!important;}
.geyssel-configurator #geyssel-new-customer-box{padding:12px!important;border-radius:12px!important;background:#fff!important;border:1px dashed #9db7cb!important;}
@media(max-width:760px){
  .geyssel-configurator .geyssel-config-customer-picker{grid-template-columns:1fr!important;padding:10px!important;gap:9px!important;}
  .geyssel-configurator .geyssel-config-customer-picker > *{grid-column:1!important;}
}


/* =========================================================
   V6.22.5 – Mobile Abstand Header -> Menü korrigieren
   Entfernt die große leere Fläche unter der Headergrafik.
   ========================================================= */
@media (max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-front-head,
  html body.geyssel-portal-app .geyssel-front .geyssel-front-head{
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    display:block!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-header-inner,
  html body.geyssel-portal-app .geyssel-front .geyssel-header-inner{
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-header-visual,
  html body.geyssel-portal-app .geyssel-front .geyssel-header-visual{
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-header-art,
  html body.geyssel-portal-app .geyssel-front .geyssel-header-art{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-nav-wrap,
  html body.geyssel-portal-app .geyssel-front .geyssel-nav-wrap{
    margin-top:0!important;
  }
}


/* =========================================================
   V6.23.2 – Benutzerhandbuch im Profil
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-panel{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  padding:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-icon,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-icon{
  width:58px!important;height:58px!important;border-radius:16px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:#0d4774!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-icon svg,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-icon svg{width:28px!important;height:28px!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-copy h2,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-copy h2{margin:0 0 5px!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-copy p,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-copy p{margin:0 0 5px!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-copy small,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-copy small{opacity:.78!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-action,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-action{min-width:220px!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-action .geyssel-btn,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-action .geyssel-btn{width:100%!important;justify-content:center!important;text-align:center!important;}
@media(max-width:760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-handbook-panel,
  html body.geyssel-portal-app .geyssel-front .geyssel-handbook-panel{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:12px!important;padding:14px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-handbook-icon,
  html body.geyssel-portal-app .geyssel-front .geyssel-handbook-icon{width:48px!important;height:48px!important;border-radius:13px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-handbook-action,
  html body.geyssel-portal-app .geyssel-front .geyssel-handbook-action{grid-column:1/-1!important;min-width:0!important;width:100%!important;}
}

/* =========================================================
   V6.24.0 – Fertigung je einzelner Steuerung / Steuerungsmeister
   ========================================================= */
.geyssel-front .geyssel-unit-production{
  margin:12px 0 16px!important;
  padding:14px!important;
  border-radius:14px!important;
  background:#0a3559!important;
  border:1px solid #2b6f9f!important;
  color:#fff!important;
}
.geyssel-front .geyssel-unit-production h4,
.geyssel-front .geyssel-unit-production h5,
.geyssel-front .geyssel-unit-production p,
.geyssel-front .geyssel-unit-production span,
.geyssel-front .geyssel-unit-production strong{
  color:#fff!important;
}
.geyssel-front .geyssel-production-meta{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
  gap:8px 12px!important;
  margin:10px 0 12px!important;
}
.geyssel-front .geyssel-production-meta>span{
  display:block!important;
  padding:9px 10px!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.geyssel-front .geyssel-unit-claim-form,
.geyssel-front .geyssel-unit-complete-form{
  margin:10px 0 0!important;
}
.geyssel-front .geyssel-unit-complete-form{
  padding-top:12px!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
}
.geyssel-front .geyssel-unit-complete-form h5{
  margin:0 0 5px!important;
  font-size:16px!important;
}
.geyssel-front .geyssel-unit-production .geyssel-release-check-list{
  margin:10px 0 12px!important;
}
.geyssel-front .geyssel-unit-production .geyssel-release-check-list label{
  background:rgba(255,255,255,.07)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#fff!important;
}
.geyssel-front .geyssel-unit-production textarea,
.geyssel-front .geyssel-unit-production input[type="text"]{
  background:#f3f7fa!important;
  color:#17324d!important;
  -webkit-text-fill-color:#17324d!important;
}
@media(max-width:760px){
  .geyssel-front .geyssel-unit-production{padding:11px!important;border-radius:12px!important}
  .geyssel-front .geyssel-production-meta{grid-template-columns:1fr!important;gap:7px!important}
  .geyssel-front .geyssel-unit-production .geyssel-btn{width:100%!important;justify-content:center!important;text-align:center!important}
}

/* =========================================================
   V6.26.0 – Warenwirtschaft
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-form,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-form{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;
  gap:12px!important;
  align-items:end!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-form label,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-form label{
  margin:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  margin:14px 0!important;
  padding:12px 14px!important;
  border-radius:12px!important;
  background:#0a3559!important;
  border:1px solid #2b6f9f!important;
  color:#fff!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary strong,
body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary span,
body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary b,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary strong,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary span,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary b{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary > span,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary > span{
  padding:6px 9px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-bom-qty,
body.geyssel-portal-app .geyssel-front .geyssel-bom-qty{
  width:110px!important;
  min-width:90px!important;
}
body.geyssel-app-mode .geyssel-front tr.geyssel-stock-low td,
body.geyssel-portal-app .geyssel-front tr.geyssel-stock-low td{
  background:#fff3cd!important;
  color:#3d2f00!important;
  -webkit-text-fill-color:#3d2f00!important;
}
body.geyssel-app-mode .geyssel-front tr.geyssel-stock-low td *,
body.geyssel-portal-app .geyssel-front tr.geyssel-stock-low td *{
  color:#3d2f00!important;
  -webkit-text-fill-color:#3d2f00!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-type-select,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-type-select{
  max-width:520px!important;
  margin:10px 0 14px!important;
}
@media(max-width:760px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-form,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-form{
    grid-template-columns:1fr!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary{
    align-items:stretch!important;
    flex-direction:column!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-bom-summary > span,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-bom-summary > span{
    border-radius:10px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-bom-qty,
  body.geyssel-portal-app .geyssel-front .geyssel-bom-qty{
    width:100%!important;
  }
}

/* V6.26.5 – Warenwirtschaft: Einzelpositionen mit Bauteilbildern */
.geyssel-material-image-cell{width:86px;min-width:86px;text-align:center;vertical-align:middle}
.geyssel-material-thumb{display:block;width:72px;height:72px;object-fit:contain;margin:0 auto;padding:5px;border-radius:10px;background:#fff;border:1px solid rgba(15,38,58,.14);box-shadow:0 2px 8px rgba(0,0,0,.08)}
.geyssel-material-no-image{display:inline-flex;width:72px;height:72px;align-items:center;justify-content:center;border-radius:10px;background:rgba(255,255,255,.08);opacity:.65}
.geyssel-material-edit-image{display:flex;align-items:center;gap:14px;margin:0 0 16px;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.06)}
.geyssel-material-edit-image img{width:100px;height:100px;object-fit:contain;border-radius:12px;background:#fff;padding:7px}
.geyssel-material-edit-image span{font-weight:700}
.geyssel-inline-action .geyssel-btn.danger{background:#b3261e!important;border-color:#b3261e!important;color:#fff!important}
@media(max-width:760px){
  .geyssel-material-image-cell{width:68px;min-width:68px}
  .geyssel-material-thumb,.geyssel-material-no-image{width:56px;height:56px}
  .geyssel-material-edit-image img{width:76px;height:76px}
}


/* =========================================================
   V6.26.7 – Materialbestand kompakt, 20-Zeilen-Scrollfenster
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-panel,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-panel{
  overflow:visible!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-hint,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-hint{
  margin:0 0 9px!important;
  font-size:12px!important;
  opacity:.8!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-scroll,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-scroll{
  max-height:760px!important;
  overflow:auto!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:12px!important;
  overscroll-behavior:contain!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table{
  margin:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table thead th,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table thead th{
  position:sticky!important;
  top:0!important;
  z-index:4!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table tbody td,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table tbody td{
  padding:4px 7px!important;
  line-height:1.12!important;
  font-size:12px!important;
  vertical-align:middle!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-material-image-cell,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-material-image-cell{
  width:38px!important;
  min-width:38px!important;
  padding:3px 4px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-material-thumb,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-material-thumb,
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-material-no-image,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-material-no-image{
  width:30px!important;
  height:30px!important;
  padding:2px!important;
  border-radius:6px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-btn,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-btn{
  min-height:28px!important;
  padding:4px 7px!important;
  font-size:11px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table small,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table small{
  font-size:10px!important;
}
@media(max-width:760px){
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-scroll,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-scroll{
    max-height:65vh!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table tbody td,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table tbody td{
    font-size:11px!important;
    padding:4px 6px!important;
  }
}

/* =========================================================
   V6.26.8 – Warenwirtschaft Header + Materialart sauber
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi{
  min-width:0!important;
  padding:16px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  overflow:hidden!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong{
  display:block!important;
  font-size:clamp(25px,2.35vw,36px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi span,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi span{
  display:block!important;
  margin-top:8px!important;
  font-size:14px!important;
  line-height:1.18!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:auto!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi small,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi small{
  display:block!important;
  margin-top:6px!important;
  font-size:11px!important;
  line-height:1.28!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

/* Materialbestand: Art niemals buchstabenweise umbrechen */
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5){
  width:160px!important;
  min-width:160px!important;
  max-width:160px!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5) .status,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5) .status{
  display:inline-flex!important;
  align-items:center!important;
  max-width:100%!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  padding:5px 8px!important;
  font-size:10px!important;
  line-height:1!important;
}
@media(max-width:1180px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi{
    padding:12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong{
    font-size:24px!important;
  }
}
@media(max-width:430px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
    grid-template-columns:1fr!important;
  }
}

/* V6.27.1 – Warenwirtschaft: Suche & Einkaufsliste */
body.geyssel-app-mode .geyssel-front .geyssel-material-search,
body.geyssel-portal-app .geyssel-front .geyssel-material-search{
  display:flex!important;gap:10px!important;align-items:flex-end!important;flex-wrap:wrap!important;margin:10px 0 12px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-search label,
body.geyssel-portal-app .geyssel-front .geyssel-material-search label{
  flex:1 1 360px!important;min-width:220px!important;margin:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-search input,
body.geyssel-portal-app .geyssel-front .geyssel-material-search input{
  width:100%!important;margin-top:5px!important;
}

/* V6.27.2 – Einkaufsliste nur als CSV */
body.geyssel-app-mode .geyssel-front .geyssel-reorder-export-note,
body.geyssel-portal-app .geyssel-front .geyssel-reorder-export-note{
  display:flex!important;gap:10px!important;align-items:flex-start!important;flex-wrap:wrap!important;
  margin:12px 0 14px!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.14)!important;
  border-radius:10px!important;background:rgba(255,255,255,.035)!important;line-height:1.45!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-reorder-export-note strong,
body.geyssel-portal-app .geyssel-front .geyssel-reorder-export-note strong{
  flex:0 0 auto!important;white-space:nowrap!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-reorder-export-note span,
body.geyssel-portal-app .geyssel-front .geyssel-reorder-export-note span{
  flex:1 1 420px!important;min-width:220px!important;
}

/* =========================================================
   V6.27.3 – Warenwirtschaft: eigene Menüpunkte, Suche, Breiten
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 14px!important;
  padding:10px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.035)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav-link,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:7px 12px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:9px!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav-link.is-active,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav-link.is-active{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.32)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-overview-grid,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-overview-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0 0 14px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-overview-card,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-overview-card{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  min-height:105px!important;
  padding:15px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.035)!important;
  text-decoration:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-overview-card strong,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-overview-card strong{
  font-size:16px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-overview-card span,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-overview-card span{
  font-size:12px!important;
  line-height:1.4!important;
}

body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools{
  display:grid!important;
  grid-template-columns:minmax(260px,2fr) minmax(160px,1fr) minmax(150px,1fr) minmax(130px,.8fr) auto auto!important;
  gap:9px!important;
  align-items:end!important;
  margin:10px 0 12px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools label,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools label{
  margin:0!important;
  min-width:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools input,
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools select,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools input,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools select{
  width:100%!important;
  margin-top:5px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-search-count,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-search-count{
  align-self:center!important;
  justify-self:end!important;
  font-size:11px!important;
  white-space:nowrap!important;
  opacity:.82!important;
}

/* Materialbestand: kontrollierte Spaltenbreiten statt gequetschter Zellen */
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table{
  width:100%!important;
  min-width:1480px!important;
  table-layout:fixed!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th,
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td{
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(1),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(1),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(1),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(1){width:48px!important;min-width:48px!important;max-width:48px!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(2),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(2),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(2),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(2){width:115px!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(3),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(3){width:290px!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(4),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(4){width:145px!important;white-space:nowrap!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5){width:180px!important;min-width:180px!important;max-width:180px!important;white-space:normal!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(6),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){width:145px!important;min-width:145px!important;max-width:145px!important;white-space:nowrap!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(7),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(7),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(8),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(8),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(7),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(7),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(8),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(8){width:110px!important;white-space:nowrap!important}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-material-actions,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-material-actions{
  width:235px!important;
  min-width:235px!important;
  white-space:normal!important;
}

/* Sonstige Warenwirtschaftslisten ebenfalls mit klarer Breite + internem Scrollen */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-scroll,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-scroll{
  max-height:720px!important;
  overflow:auto!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:12px!important;
  overscroll-behavior:contain!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-scroll table,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-scroll table{
  margin:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-scroll thead th,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-scroll thead th{
  position:sticky!important;
  top:0!important;
  z-index:4!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-reorder-table,
body.geyssel-portal-app .geyssel-front .geyssel-reorder-table{min-width:1320px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table,
body.geyssel-portal-app .geyssel-front .geyssel-bom-table{min-width:1120px!important;table-layout:fixed!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(1),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(1),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(1),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(1){width:55px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(2),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(2),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(2),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(2){width:125px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(3),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(3){width:300px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(4),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(4){width:150px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(5),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(5){width:180px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-qty,
body.geyssel-portal-app .geyssel-front .geyssel-bom-qty{min-width:95px!important;max-width:120px!important}

@media(max-width:1000px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-overview-grid,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-search-count,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-search-count{justify-self:start!important}
}
@media(max-width:620px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav-link,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav-link{white-space:normal!important;text-align:center!important}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-overview-grid,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-overview-grid,
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools{grid-template-columns:1fr!important}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools .geyssel-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools .geyssel-btn{width:100%!important}
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-scroll,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-scroll,
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-scroll,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-scroll{max-height:62vh!important}
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6) .status,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6) .status{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  padding:5px 8px!important;
  font-size:10px!important;
  line-height:1!important;
}


/* =========================================================
   V6.27.4 – Warenwirtschaft Feinschliff Breiten / Abstände
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
  grid-template-columns:repeat(auto-fit,minmax(205px,1fr))!important;
  gap:14px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi{
  min-height:150px!important;
  padding:18px!important;
  border-radius:14px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong{
  white-space:normal!important;
  line-height:1.05!important;
  margin:0 0 2px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi span,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi span{
  margin-top:10px!important;
  line-height:1.28!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi small,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi small{
  margin-top:8px!important;
  line-height:1.35!important;
}

/* Materialbestand: klare Spaltenbreiten, Art-Spalte nicht umbrechen */
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(4),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(4){
  min-width:140px!important;
  width:140px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5){
  min-width:150px!important;
  width:150px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(6),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){
  min-width:180px!important;
  width:180px!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){
  vertical-align:middle!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-kind-badge,
body.geyssel-portal-app .geyssel-front .geyssel-material-kind-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  text-align:center!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-kind-badge.geyssel-kind-control,
body.geyssel-portal-app .geyssel-front .geyssel-material-kind-badge.geyssel-kind-control{
  background:rgba(70,160,255,.16)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-kind-badge.geyssel-kind-general,
body.geyssel-portal-app .geyssel-front .geyssel-material-kind-badge.geyssel-kind-general{
  background:rgba(255,193,7,.16)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-kind-badge.geyssel-kind-service,
body.geyssel-portal-app .geyssel-front .geyssel-material-kind-badge.geyssel-kind-service{
  background:rgba(82,196,26,.16)!important;
}

body.geyssel-app-mode .geyssel-front .geyssel-capacity-table td:first-child strong,
body.geyssel-portal-app .geyssel-front .geyssel-capacity-table td:first-child strong{
  white-space:nowrap!important;
}

@media(max-width:900px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(4),
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(4),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(4),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(4){min-width:120px!important;width:120px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(5),
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(5),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5){min-width:130px!important;width:130px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(6),
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(6),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){min-width:165px!important;width:165px!important;}
}


/* =========================================================
   V6.27.5 – FINAL QA Warenwirtschaft: Abstände & Lesbarkeit
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{
  grid-template-columns:repeat(3,minmax(220px,1fr))!important;
  gap:16px!important;
  margin-top:14px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi{
  min-height:132px!important;
  padding:18px 20px!important;
  justify-content:flex-start!important;
  gap:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi strong{
  font-size:clamp(27px,2.1vw,34px)!important;
  line-height:1.08!important;
  white-space:nowrap!important;
  overflow:visible!important;
  letter-spacing:-.02em!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi span,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi span{
  margin-top:12px!important;
  font-size:14px!important;
  line-height:1.28!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi small,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi small{
  margin-top:7px!important;
  font-size:11px!important;
  line-height:1.35!important;
}

body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table{
  min-width:1580px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(3),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(3){width:320px!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(4),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(4){width:155px!important;min-width:155px!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5){width:170px!important;min-width:170px!important;max-width:170px!important;white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(6),
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){width:205px!important;min-width:205px!important;max-width:205px!important;white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-kind-badge,
body.geyssel-portal-app .geyssel-front .geyssel-material-kind-badge{
  min-width:150px!important;
  max-width:none!important;
  padding:7px 12px!important;
  font-size:11px!important;
  white-space:nowrap!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-capacity-table,
body.geyssel-portal-app .geyssel-front .geyssel-capacity-table{min-width:820px!important;table-layout:auto!important;}
body.geyssel-app-mode .geyssel-front .geyssel-capacity-table th:first-child,
body.geyssel-app-mode .geyssel-front .geyssel-capacity-table td:first-child,
body.geyssel-portal-app .geyssel-front .geyssel-capacity-table th:first-child,
body.geyssel-portal-app .geyssel-front .geyssel-capacity-table td:first-child{min-width:220px!important;white-space:nowrap!important;}

@media(max-width:1050px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:620px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpis{grid-template-columns:1fr!important;gap:10px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-head .geyssel-report-kpi,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-head .geyssel-report-kpi{min-height:0!important;padding:14px 16px!important;}
}


/* =========================================================
   V6.27.6 – Warenwirtschaft Menüführung + Stücklisten-Tabelle
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
  padding:10px!important;
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(120,190,255,.16)!important;
  border-radius:16px!important;
  align-items:stretch!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav-link,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:normal!important;
  border:1px solid rgba(120,190,255,.18)!important;
  background:rgba(255,255,255,.03)!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav-link.is-active,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav-link.is-active{
  background:linear-gradient(180deg,rgba(100,170,230,.32),rgba(65,120,175,.32))!important;
  border-color:rgba(145,210,255,.45)!important;
  box-shadow:0 0 0 1px rgba(145,210,255,.12) inset!important;
}

/* Doppelte Auto-Suche in Warenwirtschaft ausblenden */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-scroll > .geyssel-list-toolbar,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-scroll > .geyssel-list-toolbar{display:none!important}

/* Stücklisten-Suche kompakter und sauberer */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search{
  grid-template-columns:minmax(320px,2.1fr) 210px auto!important;
  gap:10px!important;
  align-items:end!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search .geyssel-inventory-search-count,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search .geyssel-inventory-search-count{
  justify-self:end!important;
  align-self:center!important;
}

/* Stücklisten-Tabelle: keine überlappenden Spalten */
body.geyssel-app-mode .geyssel-front .geyssel-bom-table,
body.geyssel-portal-app .geyssel-front .geyssel-bom-table{
  min-width:1400px!important;
  table-layout:auto!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th,
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td,
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th,
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td{
  vertical-align:top!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(1),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(1),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(1),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(1){width:74px!important;min-width:74px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(2),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(2),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(2),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(2){width:130px!important;min-width:130px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(3),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(3),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(3){width:360px!important;min-width:360px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(4),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(4),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(4){width:180px!important;min-width:180px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(5),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(5),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(5){width:170px!important;min-width:170px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(6),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(6),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(6){width:120px!important;min-width:120px!important;white-space:nowrap!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(7),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(7),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(7),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(7){width:190px!important;min-width:190px!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(8),
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(8),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(8),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(8){width:160px!important;min-width:160px!important;white-space:nowrap!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(8),
body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(8){font-weight:700!important}
body.geyssel-app-mode .geyssel-front .geyssel-bom-qty,
body.geyssel-portal-app .geyssel-front .geyssel-bom-qty{
  width:100%!important;
  min-width:120px!important;
  max-width:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-bom-table .geyssel-field-help,
body.geyssel-portal-app .geyssel-front .geyssel-bom-table .geyssel-field-help{
  display:block!important;
  margin-top:6px!important;
  font-size:11px!important;
  line-height:1.2!important;
  opacity:.88!important;
}

@media(max-width:1100px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search{grid-template-columns:1fr 180px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search .geyssel-inventory-search-count,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search .geyssel-inventory-search-count{grid-column:1 / -1!important;justify-self:start!important;}
}
@media(max-width:640px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools.geyssel-dedicated-live-search{grid-template-columns:1fr!important;}
}


/* =========================================================
   V6.27.7 – Probleme: Mobile Kartenansicht
   ========================================================= */
@media (max-width: 760px){
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table{
    min-width:0!important;
    width:100%!important;
    table-layout:auto!important;
    border-collapse:separate!important;
    border-spacing:0 12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table thead,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table thead{
    display:none!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table tbody,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table tbody{
    display:block!important;
    width:100%!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row{
    display:block!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:14px!important;
    border:1px solid rgba(105,188,255,.24)!important;
    border-radius:14px!important;
    background:#0a3150!important;
    box-shadow:0 4px 14px rgba(0,0,0,.14)!important;
    overflow:hidden!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row > td,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row > td{
    display:grid!important;
    grid-template-columns:108px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    padding:8px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
    background:transparent!important;
    color:#fff!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row > td:last-child,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row > td:last-child{
    border-bottom:0!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row > td::before,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-row > td::before{
    content:attr(data-label)!important;
    font-size:11px!important;
    font-weight:800!important;
    line-height:1.25!important;
    text-transform:uppercase!important;
    letter-spacing:.03em!important;
    opacity:.72!important;
    white-space:nowrap!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-action-cell,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-action-cell{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    align-items:center!important;
    padding-top:0!important;
    padding-bottom:12px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-action-cell::before,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-action-cell::before{
    display:none!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-action-cell .geyssel-list-open,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-action-cell .geyssel-list-open,
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-action-cell form,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-action-cell form{
    flex:1 1 calc(50% - 5px)!important;
    min-width:120px!important;
    margin:0!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-action-cell .geyssel-list-open,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-action-cell .geyssel-list-open,
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-action-cell button,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-action-cell button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:44px!important;
    padding:10px 14px!important;
    border-radius:10px!important;
    font-size:14px!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-status-cell,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-status-cell{
    align-items:center!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-status,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-status{
    display:inline-flex!important;
    width:auto!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:nowrap!important;
    justify-content:center!important;
    padding:7px 10px!important;
    font-size:12px!important;
    line-height:1.15!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table .geyssel-ticket-category-badge,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table .geyssel-ticket-category-badge{
    display:inline-block!important;
    margin-bottom:4px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table + *,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table + *{
    clear:both!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table{
    overflow:visible!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-table.closest,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-table.closest{overflow:visible!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-ticket-list.geyssel-problems-live-table,
  body.geyssel-portal-app .geyssel-front .geyssel-ticket-list.geyssel-problems-live-table{
    font-size:13px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-problems-live-search,
  body.geyssel-portal-app .geyssel-front .geyssel-problems-live-search{
    font-size:16px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-dedicated-live-search,
  body.geyssel-portal-app .geyssel-front .geyssel-dedicated-live-search{
    margin-bottom:14px!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-table-wrap:has(.geyssel-problems-live-table),
  body.geyssel-portal-app .geyssel-front .geyssel-table-wrap:has(.geyssel-problems-live-table){
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
  }
}

/* =========================================================
   V6.27.8 – Wareneingang / Bestandskorrektur Live-Suche
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form{
  /* Flexible 5-column layout: stays inside the panel even when the portal
     content area is narrower than the browser viewport (e.g. sidebar visible). */
  grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr) minmax(130px,.65fr) minmax(0,1.15fr) max-content!important;
  gap:12px!important;
  align-items:end!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form > label,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form > label{
  min-width:0!important;
  max-width:100%!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form input,
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form select,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form input,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form select{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form > .geyssel-btn,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form > .geyssel-btn{
  max-width:100%!important;
  white-space:normal!important;
  justify-self:end!important;
}

body.geyssel-app-mode .geyssel-front .geyssel-stock-material-search-label,
body.geyssel-portal-app .geyssel-front .geyssel-stock-material-search-label{
  min-width:0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-material-search,
body.geyssel-portal-app .geyssel-front .geyssel-stock-material-search{
  width:100%!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-material-count,
body.geyssel-portal-app .geyssel-front .geyssel-stock-material-count{
  display:block!important;
  margin-top:5px!important;
  font-size:11px!important;
  line-height:1.2!important;
  opacity:.78!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-material-select,
body.geyssel-portal-app .geyssel-front .geyssel-stock-material-select{
  width:100%!important;
  min-width:0!important;
}
@media(max-width:1120px){
  body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form,
  body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form > .geyssel-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form > .geyssel-btn{
    width:100%!important;
    justify-self:stretch!important;
  }
}
@media(max-width:680px){
  body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form,
  body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form{
    grid-template-columns:1fr!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form .geyssel-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form .geyssel-btn{
    width:100%!important;
  }
}


/* =========================================================
   V6.27.9 – Warenwirtschaft: alle Tabellen mobil lesbar
   Keine gequetschten/buchstabenweise umgebrochenen Spalten.
   ========================================================= */
@media (max-width: 760px){
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-scroll,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-scroll,
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-scroll,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-scroll,
  body.geyssel-app-mode .geyssel-front .geyssel-capacity-table.closest,
  body.geyssel-portal-app .geyssel-front .geyssel-capacity-table.closest{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    touch-action:pan-x pan-y!important;
  }

  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table,
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table{
    width:1540px!important;
    min-width:1540px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th,
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td,
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th,
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td{
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    vertical-align:middle!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th:nth-child(1),
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td:nth-child(1),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th:nth-child(1),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td:nth-child(1){width:170px!important}
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th:nth-child(2),
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td:nth-child(2),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th:nth-child(2),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td:nth-child(2){width:120px!important}
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th:nth-child(3),
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td:nth-child(3),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th:nth-child(3),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td:nth-child(3){width:300px!important;white-space:normal!important;line-height:1.3!important}
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th:nth-child(4),
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td:nth-child(4),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th:nth-child(4),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td:nth-child(4){width:150px!important}
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th:nth-child(5),
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td:nth-child(5),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th:nth-child(5),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td:nth-child(5){width:170px!important}
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table th:nth-child(n+6),
  body.geyssel-app-mode .geyssel-front .geyssel-reorder-table td:nth-child(n+6),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table th:nth-child(n+6),
  body.geyssel-portal-app .geyssel-front .geyssel-reorder-table td:nth-child(n+6){width:110px!important;text-align:right!important}

  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table{
    width:1820px!important;
    min-width:1820px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th,
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th,
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td{
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    white-space:nowrap!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(3),
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(3),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(3),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(3){width:320px!important;white-space:normal!important;line-height:1.3!important}
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(6),
  body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(6),
  body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){width:200px!important;min-width:200px!important;max-width:200px!important}

  body.geyssel-app-mode .geyssel-front .geyssel-bom-table,
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table{
    width:1450px!important;
    min-width:1450px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-bom-table th,
  body.geyssel-app-mode .geyssel-front .geyssel-bom-table td,
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table th,
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table td{
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:not(:nth-child(3)),
  body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:not(:nth-child(3)),
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:not(:nth-child(3)),
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:not(:nth-child(3)){
    white-space:nowrap!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-bom-table th:nth-child(3),
  body.geyssel-app-mode .geyssel-front .geyssel-bom-table td:nth-child(3),
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table th:nth-child(3),
  body.geyssel-portal-app .geyssel-front .geyssel-bom-table td:nth-child(3){white-space:normal!important;line-height:1.3!important}

  body.geyssel-app-mode .geyssel-front .geyssel-capacity-table,
  body.geyssel-portal-app .geyssel-front .geyssel-capacity-table{
    width:850px!important;
    min-width:850px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  body.geyssel-app-mode .geyssel-front .geyssel-capacity-table th,
  body.geyssel-app-mode .geyssel-front .geyssel-capacity-table td,
  body.geyssel-portal-app .geyssel-front .geyssel-capacity-table th,
  body.geyssel-portal-app .geyssel-front .geyssel-capacity-table td{
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }

  /* Alle Warenwirtschaft-Tabellen nur im eigenen Container horizontal scrollen. */
  body.geyssel-app-mode .geyssel-front .geyssel-panel:has(.geyssel-capacity-table) .geyssel-table-wrap,
  body.geyssel-portal-app .geyssel-front .geyssel-panel:has(.geyssel-capacity-table) .geyssel-table-wrap{
    overflow-x:auto!important;
    max-width:100%!important;
    -webkit-overflow-scrolling:touch!important;
  }
}


/* =========================================================
   V6.28.0 – PORTALWEITER MOBILE-LISTEN-FIX
   Alle Listen bleiben lesbar; kein buchstabenweises Umbrechen.
   ========================================================= */
@media (max-width:760px){
  body.geyssel-app-mode .geyssel-front .geyssel-mobile-table-shell,
  body.geyssel-portal-app .geyssel-front .geyssel-mobile-table-shell,
  body.geyssel-app-mode .geyssel-front .geyssel-table-wrap:not(:has(.geyssel-problems-live-table)),
  body.geyssel-portal-app .geyssel-front .geyssel-table-wrap:not(:has(.geyssel-problems-live-table)),
  body.geyssel-app-mode .geyssel-front .table-card,
  body.geyssel-portal-app .geyssel-front .table-card{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    touch-action:pan-x pan-y!important;
  }

  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table,
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table{
    width:var(--geyssel-mobile-table-min,980px)!important;
    min-width:var(--geyssel-mobile-table-min,980px)!important;
    max-width:none!important;
    table-layout:auto!important;
    margin:0!important;
  }

  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table th,
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table th{
    min-width:110px!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    vertical-align:middle!important;
  }

  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td,
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td{
    min-width:110px!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    vertical-align:middle!important;
    line-height:1.3!important;
  }

  /* Technische Schlüsselwerte, Datum, Nummern, Status und Aktionen nie zerlegen. */
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td.geyssel-status-cell,
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td.geyssel-status-cell,
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td.geyssel-action-cell,
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td.geyssel-action-cell,
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td:has(.status),
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td:has(.status),
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td:has(.geyssel-btn),
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td:has(.geyssel-btn),
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td:has(button),
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td:has(button){
    white-space:nowrap!important;
  }

  /* Textspalten dürfen an Leerzeichen umbrechen, aber nie mitten im Wort. */
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table td:nth-child(3),
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table td:nth-child(3){
    min-width:190px!important;
  }

  /* Bilder und reine Aktionsspalten kompakt halten. */
  body.geyssel-app-mode .geyssel-front table.geyssel-mobile-safe-table .geyssel-material-image-cell,
  body.geyssel-portal-app .geyssel-front table.geyssel-mobile-safe-table .geyssel-material-image-cell{
    min-width:64px!important;
    width:64px!important;
  }

  /* Alle Such-/Filterleisten über den Listen mobil einheitlich untereinander. */
  body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar,
  body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar,
  body.geyssel-app-mode .geyssel-front .geyssel-dedicated-live-search,
  body.geyssel-portal-app .geyssel-front .geyssel-dedicated-live-search,
  body.geyssel-app-mode .geyssel-front .geyssel-order-filters,
  body.geyssel-portal-app .geyssel-front .geyssel-order-filters,
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools{
    width:100%!important;
    max-width:100%!important;
  }

  body.geyssel-app-mode .geyssel-front .geyssel-list-search-controls,
  body.geyssel-portal-app .geyssel-front .geyssel-list-search-controls{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar input,
  body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar input,
  body.geyssel-app-mode .geyssel-front .geyssel-dedicated-live-search input,
  body.geyssel-portal-app .geyssel-front .geyssel-dedicated-live-search input,
  body.geyssel-app-mode .geyssel-front .geyssel-order-filters input,
  body.geyssel-portal-app .geyssel-front .geyssel-order-filters input,
  body.geyssel-app-mode .geyssel-front .geyssel-order-filters select,
  body.geyssel-portal-app .geyssel-front .geyssel-order-filters select{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:16px!important;
  }

  body.geyssel-app-mode .geyssel-front .geyssel-list-toolbar button,
  body.geyssel-portal-app .geyssel-front .geyssel-list-toolbar button,
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-list-tools .geyssel-btn,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-list-tools .geyssel-btn{
    min-height:44px!important;
  }

  /* Die speziellen Problem-Karten aus V6.27.7 bleiben unverändert. */
  body.geyssel-app-mode .geyssel-front .geyssel-table-wrap:has(.geyssel-problems-live-table),
  body.geyssel-portal-app .geyssel-front .geyssel-table-wrap:has(.geyssel-problems-live-table){
    overflow:visible!important;
  }
}


/* =========================================================
   V6.28.1 – Hilfe/FAQ & mobile Bedienung final abgestimmt
   ========================================================= */
@media(max-width:760px){
  body.geyssel-app-mode .geyssel-front .geyssel-role-help-head,
  body.geyssel-portal-app .geyssel-front .geyssel-role-help-head{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-role-help-avatar,
  body.geyssel-portal-app .geyssel-front .geyssel-role-help-avatar{width:72px!important;height:72px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-role-flow-grid,
  body.geyssel-portal-app .geyssel-front .geyssel-role-flow-grid{grid-template-columns:1fr!important;gap:10px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-process-chain,
  body.geyssel-portal-app .geyssel-front .geyssel-process-chain{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-process-chain>b,
  body.geyssel-portal-app .geyssel-front .geyssel-process-chain>b{transform:rotate(90deg)!important;align-self:center!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-role-faq details,
  body.geyssel-portal-app .geyssel-front .geyssel-role-faq details{border-radius:10px!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-role-faq summary,
  body.geyssel-portal-app .geyssel-front .geyssel-role-faq summary{padding:12px 13px!important;line-height:1.35!important;}
}


/* =========================================================
   V6.28.3 – Auswertung Materialkosten: Karten & Abstände
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpis,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpis{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin:18px 0 0!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi{
  min-width:0!important;
  min-height:150px!important;
  padding:18px 18px 16px!important;
  justify-content:flex-start!important;
  overflow:visible!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi > strong,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi > strong{
  display:block!important;
  font-size:clamp(27px,2.6vw,36px)!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
  margin:0 0 10px!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi > span,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi > span{
  display:block!important;
  font-size:14px!important;
  line-height:1.28!important;
  margin:0!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi > small,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi > small{
  display:block!important;
  margin-top:9px!important;
  line-height:1.3!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report > h3,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report > h3{
  margin:30px 0 12px!important;
  padding:0!important;
  line-height:1.2!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpis + h3,
body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpis + h3{
  margin-top:32px!important;
}
@media(max-width:900px){
  body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpis,
  body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpis{grid-template-columns:1fr!important;}
  body.geyssel-app-mode .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi,
  body.geyssel-portal-app .geyssel-front .geyssel-material-cost-report .geyssel-report-kpi{min-height:0!important;}
}


/* =========================================================
   V6.28.4 – Warenwirtschaft Übersicht einheitliche Breite
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-inventory-navshell,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-navshell{
  padding:14px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-subnav,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-subnav{
  margin:0!important;
  width:100%!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-grid,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-grid{
  width:100%!important;
  margin:14px 0 0!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-card,
body.geyssel-portal-app .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-card{
  min-height:118px!important;
}
@media(max-width:1100px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-grid,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  body.geyssel-app-mode .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-grid,
  body.geyssel-portal-app .geyssel-front .geyssel-inventory-navshell .geyssel-inventory-overview-grid{
    grid-template-columns:1fr!important;
  }
}


/* V6.28.6 – Kunden-Konfigurator SD/FU Ablauf */
body.geyssel-app-mode .geyssel-front .geyssel-config-wizard [hidden],
body.geyssel-portal-app .geyssel-front .geyssel-config-wizard [hidden]{display:none!important;}
body.geyssel-app-mode .geyssel-front .geyssel-config-wizard-actions .geyssel-config-next[hidden],
body.geyssel-app-mode .geyssel-front .geyssel-config-wizard-actions .geyssel-config-submit[hidden],
body.geyssel-portal-app .geyssel-front .geyssel-config-wizard-actions .geyssel-config-next[hidden],
body.geyssel-portal-app .geyssel-front .geyssel-config-wizard-actions .geyssel-config-submit[hidden]{display:none!important;}


/* =========================================================
   V6.28.8 – Materialbestand: rechte Preis-/Aktionsspalten
   ========================================================= */
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-scroll,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-scroll{
  width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;
}
body.geyssel-app-mode .geyssel-front table.geyssel-material-stock-table,
body.geyssel-portal-app .geyssel-front table.geyssel-material-stock-table{
  width:1980px!important;min-width:1980px!important;max-width:none!important;table-layout:fixed!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td,
body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(1),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(1),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(1),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(1){width:52px!important;min-width:52px!important;max-width:52px!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(2),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(2),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(2),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(2){width:125px!important;min-width:125px!important;max-width:125px!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(3),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(3),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(3),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(3){width:320px!important;min-width:320px!important;max-width:320px!important;white-space:normal!important;overflow-wrap:break-word!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(4),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(4),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(4),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(4){width:170px!important;min-width:170px!important;max-width:170px!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(5),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(5),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(5),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(5){width:170px!important;min-width:170px!important;max-width:170px!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(6),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(6),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(6),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(6){width:190px!important;min-width:190px!important;max-width:190px!important;white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(7),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(7),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(7),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(7){width:125px!important;min-width:125px!important;max-width:125px!important;white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(8),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(8),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(8),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(8){width:145px!important;min-width:145px!important;max-width:145px!important;white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(9),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(9),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(9),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(9){width:135px!important;min-width:135px!important;max-width:135px!important;white-space:nowrap!important;text-align:right!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(10),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(10),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(10),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(10){width:135px!important;min-width:135px!important;max-width:135px!important;white-space:nowrap!important;text-align:right!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(11),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(11),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(11),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(11){width:145px!important;min-width:145px!important;max-width:145px!important;white-space:nowrap!important;text-align:right!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table th:nth-child(12),body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table td:nth-child(12),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table th:nth-child(12),body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table td:nth-child(12){width:268px!important;min-width:268px!important;max-width:268px!important;white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-material-actions,body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-material-actions{white-space:nowrap!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-material-actions .geyssel-btn,body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-material-actions .geyssel-btn{white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;min-width:auto!important;}
body.geyssel-app-mode .geyssel-front .geyssel-material-stock-table .geyssel-inline-action,body.geyssel-portal-app .geyssel-front .geyssel-material-stock-table .geyssel-inline-action{display:inline-block!important;margin:0 2px!important;}
@media(max-width:1200px){body.geyssel-app-mode .geyssel-front table.geyssel-material-stock-table,body.geyssel-portal-app .geyssel-front table.geyssel-material-stock-table{width:1980px!important;min-width:1980px!important;}}


/* =========================================================
   V6.29.0 – Wareneingang / Bestandskorrektur Layout-Fix
   Verhindert Überlauf des Buchungsbuttons bei schmalerer Portal-Nutzfläche.
   ========================================================= */

body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-panel,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-panel{
  overflow:hidden!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form{
  display:grid!important;
  grid-template-columns:minmax(170px,1.2fr) minmax(240px,1.55fr) minmax(130px,.65fr) minmax(190px,1.1fr) minmax(160px,.78fr)!important;
  gap:12px!important;
  align-items:end!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form > *,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form > *{
  min-width:0!important;
  max-width:100%!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form > label,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form > label{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  align-self:stretch!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form input,
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form select,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form input,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form select{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:44px!important;
  box-sizing:border-box!important;
}
body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form > .geyssel-btn,
body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form > .geyssel-btn{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:44px!important;
  justify-self:stretch!important;
  align-self:end!important;
  white-space:nowrap!important;
}
@media(max-width:1320px){
  body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form,
  body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  body.geyssel-app-mode .geyssel-front .geyssel-stock-booking-form,
  body.geyssel-portal-app .geyssel-front .geyssel-stock-booking-form{
    grid-template-columns:1fr!important;
  }
}



/* =========================================================
   V7.3.2 – Standalone Design-Feinschliff
   Behebt Restprobleme in Header, Navigation und Benutzerverwaltung.
   ========================================================= */
html body.geyssel-app-mode,
html body.geyssel-portal-app{overflow-x:hidden!important;}
html body.geyssel-app-mode .geyssel-front,
html body.geyssel-portal-app .geyssel-front{overflow-x:hidden!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-front-head,
html body.geyssel-portal-app .geyssel-front .geyssel-front-head{
  padding:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-header-inner-full,
html body.geyssel-portal-app .geyssel-front .geyssel-header-inner-full{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-header-visual,
html body.geyssel-portal-app .geyssel-front .geyssel-header-visual{
  background:#06233b!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-header-art,
html body.geyssel-portal-app .geyssel-front .geyssel-header-art{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:250px!important;
  object-fit:cover!important;
  object-position:center center!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-wrap{
  margin-top:0!important;
  border-top:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-desktop-nav,
html body.geyssel-portal-app .geyssel-front .geyssel-desktop-nav{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:12px 18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-main,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-main{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:stretch!important;
  min-width:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-item,
html body.geyssel-app-mode .geyssel-front .geyssel-nav-more > summary,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-item,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-more > summary{
  min-width:112px!important;
  min-height:64px!important;
  padding:10px 14px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:center!important;
  line-height:1.15!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-label,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-label{
  white-space:normal!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-user,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-user{
  min-width:286px!important;
  max-width:360px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  padding-left:18px!important;
  border-left:1px solid rgba(255,255,255,.14)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-avatar-link,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-avatar-link{width:40px!important;height:40px!important;}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-avatar,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-avatar{
  width:40px!important;height:40px!important;border-radius:50%!important;display:block!important;object-fit:cover!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-profile,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-profile{
  max-width:160px!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-nav-logout,
html body.geyssel-portal-app .geyssel-front .geyssel-nav-logout{
  min-height:44px!important;
  padding:0 0 0 14px!important;
  border-left:1px solid rgba(255,255,255,.14)!important;
  white-space:nowrap!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-panel{
  border-radius:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-role-hierarchy p,
html body.geyssel-portal-app .geyssel-front .geyssel-role-hierarchy p{
  max-width:100%!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-create-installer .geyssel-form-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-create-installer .geyssel-form-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-create-installer .geyssel-btn,
html body.geyssel-portal-app .geyssel-front .geyssel-create-installer .geyssel-btn{
  margin-top:18px!important;
}
@media (max-width: 1320px){
  html body.geyssel-app-mode .geyssel-front .geyssel-desktop-nav,
  html body.geyssel-portal-app .geyssel-front .geyssel-desktop-nav{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-nav-user,
  html body.geyssel-portal-app .geyssel-front .geyssel-nav-user{
    justify-self:end!important;
  }
}
@media (max-width: 980px){
  html body.geyssel-app-mode .geyssel-front .geyssel-header-art,
  html body.geyssel-portal-app .geyssel-front .geyssel-header-art{max-height:210px!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-create-installer .geyssel-form-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-create-installer .geyssel-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width: 760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-header-art,
  html body.geyssel-portal-app .geyssel-front .geyssel-header-art{max-height:none!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-panel,
  html body.geyssel-portal-app .geyssel-front .geyssel-panel{
    margin:12px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-create-installer .geyssel-form-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-create-installer .geyssel-form-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   V7.3.2 – Portalweiter visueller Feinschliff
   Einheitliche Abstände, Formulare, Tabellen, Karten und mobile Darstellung.
   ========================================================= */
:root{
  --gy-space-1:6px;
  --gy-space-2:10px;
  --gy-space-3:14px;
  --gy-space-4:18px;
  --gy-space-5:24px;
  --gy-space-6:32px;
  --gy-radius-sm:10px;
  --gy-radius-md:14px;
  --gy-radius-lg:18px;
}
html body.geyssel-app-mode .geyssel-front,
html body.geyssel-portal-app .geyssel-front{
  width:100%!important;
  max-width:100%!important;
  min-height:100vh!important;
  box-sizing:border-box!important;
}
html body.geyssel-app-mode .geyssel-front *,
html body.geyssel-portal-app .geyssel-front *{box-sizing:border-box;}

/* Inhaltsbreite / Panels */
html body.geyssel-app-mode .geyssel-front > .geyssel-panel,
html body.geyssel-portal-app .geyssel-front > .geyssel-panel,
html body.geyssel-app-mode .geyssel-front > .geyssel-grid,
html body.geyssel-portal-app .geyssel-front > .geyssel-grid,
html body.geyssel-app-mode .geyssel-front > .geyssel-master-grid,
html body.geyssel-portal-app .geyssel-front > .geyssel-master-grid{
  width:calc(100% - 32px)!important;
  max-width:1500px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-panel{
  padding:24px!important;
  margin-top:18px!important;
  margin-bottom:18px!important;
  border-radius:var(--gy-radius-lg)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-section-head,
html body.geyssel-portal-app .geyssel-front .geyssel-section-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 18px!important;
  padding:0 0 16px!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-section-head h1,
html body.geyssel-app-mode .geyssel-front .geyssel-section-head h2,
html body.geyssel-app-mode .geyssel-front .geyssel-section-head h3,
html body.geyssel-portal-app .geyssel-front .geyssel-section-head h1,
html body.geyssel-portal-app .geyssel-front .geyssel-section-head h2,
html body.geyssel-portal-app .geyssel-front .geyssel-section-head h3{
  margin:0 0 6px!important;
  line-height:1.15!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-section-head p,
html body.geyssel-portal-app .geyssel-front .geyssel-section-head p{
  margin:0!important;
  line-height:1.5!important;
}

/* Formulare */
html body.geyssel-app-mode .geyssel-front .geyssel-form-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-form-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
html body.geyssel-app-mode .geyssel-front label,
html body.geyssel-portal-app .geyssel-front label{
  line-height:1.35!important;
}
html body.geyssel-app-mode .geyssel-front input:not([type=checkbox]):not([type=radio]),
html body.geyssel-app-mode .geyssel-front select,
html body.geyssel-app-mode .geyssel-front textarea,
html body.geyssel-portal-app .geyssel-front input:not([type=checkbox]):not([type=radio]),
html body.geyssel-portal-app .geyssel-front select,
html body.geyssel-portal-app .geyssel-front textarea{
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  border-radius:10px!important;
  padding:10px 12px!important;
  font-size:14px!important;
}
html body.geyssel-app-mode .geyssel-front textarea,
html body.geyssel-portal-app .geyssel-front textarea{min-height:110px!important;resize:vertical!important;}
html body.geyssel-app-mode .geyssel-front label > small,
html body.geyssel-portal-app .geyssel-front label > small{
  display:block!important;
  margin-top:6px!important;
  line-height:1.35!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-btn,
html body.geyssel-portal-app .geyssel-front .geyssel-btn{
  min-height:42px!important;
  border-radius:10px!important;
  padding:10px 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  line-height:1.15!important;
}

/* Dashboardkarten */
html body.geyssel-app-mode .geyssel-front .geyssel-dashboard-stats,
html body.geyssel-portal-app .geyssel-front .geyssel-dashboard-stats,
html body.geyssel-app-mode .geyssel-front .geyssel-quick-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-quick-grid{
  gap:16px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-stat-link,
html body.geyssel-app-mode .geyssel-front .geyssel-quick-card,
html body.geyssel-portal-app .geyssel-front .geyssel-stat-link,
html body.geyssel-portal-app .geyssel-front .geyssel-quick-card{
  border-radius:16px!important;
  min-height:112px!important;
  padding:18px!important;
}

/* Tabellen / Listen */
html body.geyssel-app-mode .geyssel-front .geyssel-table-wrap,
html body.geyssel-portal-app .geyssel-front .geyssel-table-wrap{
  width:100%!important;
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch!important;
  border-radius:14px!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table,
html body.geyssel-portal-app .geyssel-front table.geyssel-table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table th,
html body.geyssel-portal-app .geyssel-front table.geyssel-table th{
  padding:12px 14px!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}
html body.geyssel-app-mode .geyssel-front table.geyssel-table td,
html body.geyssel-portal-app .geyssel-front table.geyssel-table td{
  padding:12px 14px!important;
  vertical-align:middle!important;
  line-height:1.4!important;
}

/* Benutzerverwaltung */
html body.geyssel-app-mode .geyssel-front .geyssel-role-hierarchy,
html body.geyssel-portal-app .geyssel-front .geyssel-role-hierarchy{
  padding-bottom:20px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-role-hierarchy strong,
html body.geyssel-portal-app .geyssel-front .geyssel-role-hierarchy strong{
  line-height:1.5!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-user-admin-list,
html body.geyssel-portal-app .geyssel-front .geyssel-user-admin-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-user-card,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card{
  border-radius:16px!important;
  padding:18px!important;
  min-width:0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-user-card-head,
html body.geyssel-portal-app .geyssel-front .geyssel-user-card-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-user-settings,
html body.geyssel-portal-app .geyssel-front .geyssel-user-settings{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:14px 0!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-rights-grid,
html body.geyssel-portal-app .geyssel-front .geyssel-rights-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 14px!important;
}

/* Warenwirtschaft-Untermenü */
html body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav,
html body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-inventory-subnav-link,
html body.geyssel-portal-app .geyssel-front .geyssel-inventory-subnav-link{
  flex:1 1 150px!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  border-radius:10px!important;
}

/* FAQ / Details */
html body.geyssel-app-mode .geyssel-front details,
html body.geyssel-portal-app .geyssel-front details{
  border-radius:12px!important;
}
html body.geyssel-app-mode .geyssel-front details > summary,
html body.geyssel-portal-app .geyssel-front details > summary{
  cursor:pointer!important;
}

/* Alerts / Status */
html body.geyssel-app-mode .geyssel-front .geyssel-alert,
html body.geyssel-portal-app .geyssel-front .geyssel-alert{
  border-radius:12px!important;
  padding:14px 16px!important;
  line-height:1.45!important;
}
html body.geyssel-app-mode .geyssel-front .status,
html body.geyssel-portal-app .geyssel-front .status{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  line-height:1.1!important;
}

/* Profil / Dokumente */
html body.geyssel-app-mode .geyssel-front .geyssel-handbook-panel,
html body.geyssel-portal-app .geyssel-front .geyssel-handbook-panel{
  border-radius:16px!important;
}

/* Desktop-Feinschliff */
@media (min-width: 1400px){
  html body.geyssel-app-mode .geyssel-front .geyssel-panel,
  html body.geyssel-portal-app .geyssel-front .geyssel-panel{padding:26px!important;}
}
@media (max-width: 1180px){
  html body.geyssel-app-mode .geyssel-front .geyssel-form-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body.geyssel-app-mode .geyssel-front .geyssel-user-admin-list,
  html body.geyssel-portal-app .geyssel-front .geyssel-user-admin-list{grid-template-columns:1fr!important;}
}
@media (max-width: 760px){
  html body.geyssel-app-mode .geyssel-front > .geyssel-panel,
  html body.geyssel-portal-app .geyssel-front > .geyssel-panel,
  html body.geyssel-app-mode .geyssel-front > .geyssel-grid,
  html body.geyssel-portal-app .geyssel-front > .geyssel-grid,
  html body.geyssel-app-mode .geyssel-front > .geyssel-master-grid,
  html body.geyssel-portal-app .geyssel-front > .geyssel-master-grid{
    width:calc(100% - 20px)!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-panel,
  html body.geyssel-portal-app .geyssel-front .geyssel-panel{
    padding:16px!important;
    border-radius:14px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-section-head,
  html body.geyssel-portal-app .geyssel-front .geyssel-section-head{
    flex-direction:column!important;
    gap:10px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-form-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-form-grid,
  html body.geyssel-app-mode .geyssel-front .geyssel-user-settings,
  html body.geyssel-portal-app .geyssel-front .geyssel-user-settings,
  html body.geyssel-app-mode .geyssel-front .geyssel-rights-grid,
  html body.geyssel-portal-app .geyssel-front .geyssel-rights-grid{
    grid-template-columns:1fr!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-btn,
  html body.geyssel-portal-app .geyssel-front .geyssel-btn{width:100%!important;}
  html body.geyssel-app-mode .geyssel-front table.geyssel-table,
  html body.geyssel-portal-app .geyssel-front table.geyssel-table{min-width:760px!important;}
}


/* =========================================================
   V7.3.2 – Dashboard Quick-Menü zentrieren
   Zentriert die Schnellzugriffe unter "Freie Standardsteuerungen" sauber.
   ========================================================= */
html body.geyssel-app-mode .geyssel-front .geyssel-quick-actions,
html body.geyssel-portal-app .geyssel-front .geyssel-quick-actions{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(300px,320px))!important;
  justify-content:center!important;
  justify-items:stretch!important;
  align-items:stretch!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  margin:14px auto 16px!important;
}
html body.geyssel-app-mode .geyssel-front .geyssel-quick-card,
html body.geyssel-portal-app .geyssel-front .geyssel-quick-card{
  width:100%!important;
  max-width:320px!important;
  margin:0 auto!important;
}
@media (max-width: 760px){
  html body.geyssel-app-mode .geyssel-front .geyssel-quick-actions,
  html body.geyssel-portal-app .geyssel-front .geyssel-quick-actions{
    grid-template-columns:1fr!important;
    margin:10px 12px 14px!important;
  }
  html body.geyssel-app-mode .geyssel-front .geyssel-quick-card,
  html body.geyssel-portal-app .geyssel-front .geyssel-quick-card{
    max-width:none!important;
  }
}
\n\n/* =========================================================\n   V7.5.0 – Schaltplanarchiv & Warenwirtschaft\n   ========================================================= */\nhtml body.geyssel-app-mode .geyssel-front .geyssel-schematic-archive-upload-form .geyssel-form-grid,\nhtml body.geyssel-portal-app .geyssel-front .geyssel-schematic-archive-upload-form .geyssel-form-grid{\n  grid-template-columns:repeat(3,minmax(0,1fr))!important;\n  gap:16px!important;\n}\nhtml body.geyssel-app-mode .geyssel-front .geyssel-schematic-archive-upload-form > .geyssel-btn,\nhtml body.geyssel-portal-app .geyssel-front .geyssel-schematic-archive-upload-form > .geyssel-btn{margin-top:16px!important;}\nhtml body.geyssel-app-mode .geyssel-front .geyssel-material-editor-form,\nhtml body.geyssel-portal-app .geyssel-front .geyssel-material-editor-form{\n  grid-template-columns:repeat(3,minmax(0,1fr))!important;\n  gap:16px!important;\n}\nhtml body.geyssel-app-mode .geyssel-front .geyssel-material-editor-form input[type=file],\nhtml body.geyssel-portal-app .geyssel-front .geyssel-material-editor-form input[type=file]{padding:10px!important;}\n@media(max-width:1080px){\n  html body.geyssel-app-mode .geyssel-front .geyssel-schematic-archive-upload-form .geyssel-form-grid,\n  html body.geyssel-portal-app .geyssel-front .geyssel-schematic-archive-upload-form .geyssel-form-grid,\n  html body.geyssel-app-mode .geyssel-front .geyssel-material-editor-form,\n  html body.geyssel-portal-app .geyssel-front .geyssel-material-editor-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}\n}\n@media(max-width:680px){\n  html body.geyssel-app-mode .geyssel-front .geyssel-schematic-archive-upload-form .geyssel-form-grid,\n  html body.geyssel-portal-app .geyssel-front .geyssel-schematic-archive-upload-form .geyssel-form-grid,\n  html body.geyssel-app-mode .geyssel-front .geyssel-material-editor-form,\n  html body.geyssel-portal-app .geyssel-front .geyssel-material-editor-form{grid-template-columns:1fr!important;}\n}\n