
:root {
    --perspekto: #FF7F50;
    --gutschein: #28FA96;
    --gutschein-light: rgba(40, 250, 150, .2);
    --perspekto-light: rgba(255, 127, 80, .5);
    --uniquo: #772A7C;
    --uniquo-light: #A674A9;
}

#smartwizard .nav-link {
    cursor: default;
}

#smartwizard .nav-link.done, #smartwizard .nav-link.active {
    cursor: pointer;
}

.sw-theme-arrows > .nav .nav-link.active, .sw-theme-arrows > .nav .nav-link.done {
    cursor: pointer;
}

.sw .toolbar {
    text-align: center;
}

[type="range"]::-webkit-slider-thumb {
    width: 40px; /* Vergrößert die Breite des Handlers */
    height: 40px; /* Vergrößert die Höhe des Handlers */
    border-radius: 50%; /* Rundet den Handler ab */
    cursor: pointer; /* Zeigt den Zeiger an */
}

[type="range"]::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

[type="range"]::-ms-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.progress-bar {
    background-color: var(--bs-primary);
}
