/* Breitere Scrollbalken für alle Nutzer */
.deck__column-container {
    scrollbar-width: thick !important;
    -ms-overflow-style: scrollbar !important;
}

.deck__column-container::-webkit-scrollbar {
    height: 16px !important;
    width: 16px !important;
}

.deck__column-container::-webkit-scrollbar-thumb {
    background: #6b7280 !important;
    border-radius: 8px !important;
    border: 3px solid transparent !important;
    background-clip: content-box !important;
}

.deck__column-container::-webkit-scrollbar-track {
    background: #f3f4f6 !important;
}


