/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
a.disabled.filter-item {
    pointer-events: none;
    opacity: .5;
}


.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.btn.active, .btn:active {
    background-image: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}