body {
    color: #333 !important;
}

@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        max-height: 5rem;
    }
}


.form-row > .btn-group-toggle .btn-white:not(:disabled):not(.disabled).active, .btn-group-toggle .btn-white:not(:disabled):not(.disabled):active {
    background: rgba(252,205,77,1);
    background: -moz-linear-gradient(-45deg, rgba(252,205,77,1) 0%, rgba(252,234,187,1) 30%, rgba(232,187,72,1) 72%, rgba(248,181,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,205,77,1)), color-stop(30%, rgba(252,234,187,1)), color-stop(72%, rgba(232,187,72,1)), color-stop(100%, rgba(248,181,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(252,205,77,1) 0%, rgba(252,234,187,1) 30%, rgba(232,187,72,1) 72%, rgba(248,181,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(252,205,77,1) 0%, rgba(252,234,187,1) 30%, rgba(232,187,72,1) 72%, rgba(248,181,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(252,205,77,1) 0%, rgba(252,234,187,1) 30%, rgba(232,187,72,1) 72%, rgba(248,181,0,1) 100%);
    background: linear-gradient(135deg, rgba(252,205,77,1) 0%, rgba(252,234,187,1) 30%, rgba(232,187,72,1) 72%, rgba(248,181,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd4d', endColorstr='#f8b500', GradientType=1 );
    border-color: #D4af37;
    color: #fff;
}

.form-row > .btn-group-toggle .btn-white:not(:disabled):not(.disabled).active > .vorm, .btn-group-toggle .btn-white:not(:disabled):not(.disabled):active > .vorm{
    -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
    filter: invert(100%);
}




