
/*== /styles/sections/vertrieb/pipeline.css ==*/






















.vt-pipe-scroll { overflow-x: auto; }











.vt-pipe-scroll {
  background:
    linear-gradient(var(--color-bg) 30%, transparent) top / 100% 22px no-repeat,
    linear-gradient(transparent, var(--color-bg) 70%) bottom / 100% 22px no-repeat,
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.09), transparent) top / 100% 7px no-repeat,
    radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.09), transparent) bottom / 100% 7px no-repeat,
    linear-gradient(to right, var(--color-bg) 30%, transparent) left / 28px 100% no-repeat,
    linear-gradient(to left, var(--color-bg) 30%, transparent) right / 28px 100% no-repeat,
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.09), transparent) left / 8px 100% no-repeat,
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.09), transparent) right / 8px 100% no-repeat;
  background-attachment: local, local, scroll, scroll, local, local, scroll, scroll;
}



.lod-section.vt-view-pipeline > [data-vt-toolbar] .app-segmented-wrap:has([data-toolbar-state-segmented="set-state"]) { display: none; }


.lod-section.vt-view-pipeline > [data-vt-toolbar] .app-segmented-wrap:has([data-toolbar-state-segmented="set-state-right"]) { display: none; }






.lod-section.vt-view-dashboard > [data-vt-toolbar] .app-segmented-wrap:has([data-toolbar-state-segmented="set-state-right"]) { display: none; }










.lod-section.vt-view-dashboard > [data-vt-toolbar] [data-toolbar-action="open-sort"] { display: none; }






















.vt-pipe-board {
  

  --vt-pipe-leer-breite: 44px;
  display: flex;
  gap: var(--space-3);
  align-items: stretch;
  height: 100%;
  

  min-height: 320px;
}
.vt-pipe-col {
  flex: 1 1 0;
  min-width: 250px;
  


  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  background: var(--color-bg-subtle);
}



.vt-pipe-col--lead { --pipe-c: var(--lod-amber-600); border-style: dashed; }

.vt-pipe-col[data-pipe-stage="0"] { --pipe-c: var(--lod-gray-500); }
.vt-pipe-col[data-pipe-stage="1"] { --pipe-c: var(--lod-darkblue-300); }
.vt-pipe-col[data-pipe-stage="2"] { --pipe-c: var(--lod-darkblue); }
.vt-pipe-col[data-pipe-stage="3"] { --pipe-c: var(--lod-violet); }
.vt-pipe-col[data-pipe-stage="4"] { --pipe-c: var(--lod-turquoise); }
.vt-pipe-col-head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2-5) var(--space-3);
  border-bottom: 1px solid var(--color-border-subtle);
  position: sticky;
  top: 0;
  background: inherit;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}










.vt-pipe-board:not(.is-dragging) .vt-pipe-col.is-leer { flex: 0 0 var(--vt-pipe-leer-breite); min-width: var(--vt-pipe-leer-breite); }
.vt-pipe-board:not(.is-dragging) .vt-pipe-col.is-leer .vt-pipe-col-head {
  flex-direction: column; align-items: center; justify-content: flex-start;
  padding: var(--space-2) 0; gap: var(--space-1-5); height: 100%;
  border-bottom: 0; border-radius: var(--radius-lg);
}
.vt-pipe-board:not(.is-dragging) .vt-pipe-col.is-leer .vt-pipe-col-title { writing-mode: vertical-rl; transform: rotate(180deg); flex: 0 1 auto; max-height: 220px; }
.vt-pipe-board:not(.is-dragging) .vt-pipe-col.is-leer .vt-pipe-col-sum,
.vt-pipe-board:not(.is-dragging) .vt-pipe-col.is-leer .vt-pipe-col-list { display: none; }
.vt-pipe-col-head[data-vt-pipe-toggle] { cursor: pointer; }
.vt-pipe-col-dot {
  width: 8px; height: 8px; flex: 0 0 auto;
  border-radius: var(--radius-circular);
  background: var(--pipe-c, var(--lod-gray-500));
}
.vt-pipe-col-title {
  flex: 1 1 auto; min-width: 0;
  font-size: var(--font-size-sm); font-weight: 600; color: var(--color-text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vt-pipe-col-count {
  font-family: var(--lod-font-mono); font-size: var(--font-size-xs); font-weight: 600;
  color: var(--color-text-secondary);
  background: var(--color-surface); border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-pill); padding: 0 var(--space-1-5); line-height: 1.6;
}
.vt-pipe-col-sum {
  font-family: var(--lod-font-mono); font-size: var(--font-size-xs); font-weight: 700;
  color: var(--pipe-c, var(--color-text-secondary)); white-space: nowrap;
}
.vt-pipe-col-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-2);
  min-height: 120px; 
  flex: 1 1 auto;
  



  overflow-y: auto;
  overscroll-behavior: contain;
}






















.vt-pipe-col-list:empty,
.vt-pipe-col-list:has(> .vt-pipe-col-leer) {
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-md);
  margin: var(--space-2);
  padding: 0;
  




  flex: 0 0 auto;
}



.vt-pipe-col-list:empty { opacity: 0.55; }
.vt-pipe-col-leer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: var(--space-3);
  text-align: center;
  font-size: 12px;
  color: var(--color-text-muted);
}

.vt-pipe-col-list .card-v2 { width: 100%; }


































.vt-pipe-col-list .card-v2.vt-pipe-card { height: auto; }














.vt-pipe-col-list .card-v2.vt-pipe-card .card-app-title { min-height: 0; }
.vt-pipe-col-list .card-v2.is-pending { opacity: .55; pointer-events: none; }

.vt-pipe-col-list .vt-prospect-card { width: 100%; }

@media (max-width: 1399px) {
  .vt-pipe-col { min-width: 230px; }
}
@media (max-width: 999px) {
  
  .vt-pipe-col { flex: 0 0 260px; min-width: 260px; }
}
@media (max-width: 599px) {
  .vt-pipe-col { flex: 0 0 82vw; min-width: 0; }
  .vt-pipe-board { gap: var(--space-2); }
}











































#vt-grid .sk-cards .sk-card { --card-h: 148px; }
.card-v2.vt-ws-card { height: auto; }







.vt-ws-liste .gl-group[data-grouped-list-group="entscheidung"] .gl-group-header,
.vt-ws-liste .gl-group[data-grouped-list-group="ueberfaellig"] .gl-group-header { color: var(--status-danger-fg); }
.vt-ws-liste .gl-group[data-grouped-list-group="heute"] .gl-group-header,
.vt-ws-liste .gl-group[data-grouped-list-group="ohneFolgetermin"] .gl-group-header { color: var(--status-warning-fg); }





















.vt-dash-kappung,
.vt-ws-kappung,
.anfr-dash-kappung,
.anfr-ws-kappung,




.pauf-ausw-kappung {
  margin-bottom: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--status-warning-fg);
  border-radius: var(--radius-md);
  background: var(--status-warning-bg);
  color: var(--status-warning-fg);
  font-size: var(--font-size-sm);
  line-height: 1.5;
}





.vt-ws-kappung {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
}
.vt-ws-kappung > span { flex: 1 1 240px; min-width: 0; }
.vt-ws-kappung .vt-ws-kappung-btn { flex-shrink: 0; }




.vt-ws-kappung--panel { margin-inline: var(--space-4); }











.vt-ws-kappung--fehler {
  border-color: var(--status-danger-fg);
  background: var(--status-danger-bg);
  color: var(--status-danger-fg);
}








.app-scope .shared-drawer .field-grid > .vt-kadenz-block { grid-column: 1 / -1; }
.vt-kadenz-block {
  display: flex; flex-direction: column; gap: var(--space-3);
  margin-top: var(--space-1);
  padding: var(--space-3) var(--space-3-5);
  background: var(--color-bg-muted);
  border-radius: var(--surface-radius);
  border-left: var(--surface-accent-width) solid var(--brand-default);
}

.vt-kadenz-block.is-limit { border-left-color: var(--status-warning-fg); }

.vt-kadenz-block.is-leer { padding: 0; background: transparent; border-left: 0; margin-top: var(--space-1); }
.vt-kadenz-zeile { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-2); }


.vt-kadenz-wahl { display: flex; flex-direction: column; gap: var(--space-1-5); }
.vt-kadenz-wahl-frage { font-size: var(--fs-meta); color: var(--color-text-muted); }



.vt-kadenz-wahl-vertagt { font-size: var(--fs-meta); color: var(--color-text-secondary); }


.vt-kadenz-wahl-btn { display: inline-flex; align-items: center; gap: var(--space-1-5); height: auto; text-align: left; }
.vt-kadenz-wahl-name { font-weight: var(--fw-medium); }
.vt-kadenz-wahl-takt { font-size: var(--fs-badge); color: var(--color-text-muted); }

.vt-kadenz-kopf { display: flex; align-items: center; gap: var(--space-2); min-width: 0; }
.vt-kadenz-kopf .ui-ico { flex-shrink: 0; opacity: .7; }
.vt-kadenz-name {
  flex: 1 1 auto; min-width: 0;
  font-size: var(--fs-body); font-weight: var(--fw-medium); color: var(--color-text);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.vt-kadenz-pille { flex-shrink: 0; }


.vt-kadenz-kopf > .btn-icononly { flex-shrink: 0; margin-right: calc(-1 * var(--space-2)); }






.vt-kadenz-schritt { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-1) var(--space-2); }
.vt-kadenz-schritt-name { font-size: var(--fs-meta); font-weight: var(--fw-medium); color: var(--color-text); }
.vt-kadenz-schritt-hinweis { font-size: var(--fs-meta); color: var(--color-text-muted); }



.vt-kadenz-schritt-hinweis.is-warn { color: var(--color-warning-strong); font-weight: var(--fw-medium); }
.vt-kadenz-methode { flex-shrink: 0; }
.vt-kadenz-methode .ui-ico { opacity: .8; }





.vt-kadenz-fenster { flex-shrink: 0; font-variant-numeric: tabular-nums; }


.vt-kadenz-methodenwahl { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-1-5); }




.vt-kadenz-notiz { display: flex; flex-direction: column; gap: var(--space-1); }
.vt-kadenz-notiz-lbl { font-size: var(--fs-meta); color: var(--color-text-muted); }
.vt-kadenz-notiz-feld { resize: vertical; }










.vt-kadenz-ausgaenge {
  display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-1);
  margin-top: var(--space-1-5); padding-top: var(--space-1-5);
  border-top: 1px solid var(--color-border-subtle);
}
.vt-kadenz-ausgaenge-lbl { font-size: var(--fs-meta); color: var(--color-text-muted); }



.app-scope .vt-kadenz-ausgaenge .btn-ghost.is-danger { color: var(--color-danger-fg); }

.vt-kadenz-stand { display: flex; flex-direction: column; gap: var(--space-1-5); }


.vt-kadenz-spur { display: flex; gap: var(--space-1); height: 6px; }
.vt-kadenz-seg { flex: 1 1 0; min-width: 0; border-radius: var(--radius-xxs); background: var(--color-bg-subtle); }
.vt-kadenz-seg.is-versucht { background: var(--brand-default); }
.vt-kadenz-seg.is-naechster { box-shadow: inset 0 0 0 1px var(--color-border-strong); }
.vt-kadenz-block.is-limit .vt-kadenz-seg.is-versucht { background: var(--status-warning-fg); }

.vt-kadenz-spur--balken { background: var(--color-bg-subtle); border-radius: var(--radius-xxs); overflow: hidden; }
.vt-kadenz-fuellung { display: block; height: 100%; background: var(--brand-default); width: 0; }
.vt-kadenz-fuellung[data-stufe="1"] { width: 10%; }
.vt-kadenz-fuellung[data-stufe="2"] { width: 20%; }
.vt-kadenz-fuellung[data-stufe="3"] { width: 30%; }
.vt-kadenz-fuellung[data-stufe="4"] { width: 40%; }
.vt-kadenz-fuellung[data-stufe="5"] { width: 50%; }
.vt-kadenz-fuellung[data-stufe="6"] { width: 60%; }
.vt-kadenz-fuellung[data-stufe="7"] { width: 70%; }
.vt-kadenz-fuellung[data-stufe="8"] { width: 80%; }
.vt-kadenz-fuellung[data-stufe="9"] { width: 90%; }
.vt-kadenz-fuellung[data-stufe="10"] { width: 100%; }
.vt-kadenz-zahlen { display: flex; align-items: baseline; flex-wrap: wrap; gap: var(--space-1) var(--space-2); }
.vt-kadenz-held { font-size: var(--fs-body); font-weight: var(--fw-semibold); color: var(--color-text); }
.vt-kadenz-meta { font-size: var(--fs-meta); color: var(--color-text-muted); }

.vt-kadenz-meta.is-erreicht { color: var(--status-success-fg); font-weight: var(--fw-medium); }

.vt-kadenz-aktionen { display: flex; flex-direction: column; gap: var(--space-2); }
.vt-kadenz-knoepfe { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-2); }
.vt-kadenz-hinweis { font-size: var(--fs-meta); color: var(--color-text-secondary); }
@media (max-width: 599px) {
  .vt-kadenz-block { padding: var(--space-2-5) var(--space-3); }
  .vt-kadenz-knoepfe > .btn { flex: 1 1 auto; }
}


/*== /styles/sections/vertrieb/vt-tabelle.css ==*/



















#tab-content-vertrieb .lod-section-scroll.vt-scroll--fill {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}





@media (max-width: 599px) {
  #tab-content-vertrieb .lod-section-scroll.vt-scroll--fill {
    overflow-y: auto;
    display: block;
  }
}

