





















.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 {
  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--kaltakquise { --pipe-c: var(--lod-gray-400); border-style: dashed; }
.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-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); }
}






































.card-v2.vt-ws-card { height: auto; }


















.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);
}
