<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ws5_wahlheader {
    margin-bottom: 10px;
}

.ws5_wahlheader .ws5_wahlinfo {
    margin: 10px 0;
}

#ws5_kundengruppenauswahl {
    margin-bottom: 10px;
}

#ws5_kundengruppenauswahl .left{
    margin-left: auto;
    order: 1;
}

#ws5_kundengruppenauswahl .right{
    margin-left: auto;
    order: 2;
}

.ws5_kundengruppeninfo {
    margin: 10px 0;
}

#ws5_kundengruppenauswahl input[type="radio"] {
    display: none;
}

.ws5_preiswahl input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.ws5_preiswahl label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    background: grey;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    margin: 0;
}

.ws5_preiswahl label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.ws5_preiswahl input:checked+label {
    background: #ffc107;
}

.ws5_preiswahl input:checked+label:after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

.ws5_preiswahl label:active:after {
    width: 24px;
}

.ws5_preiswahl input.btn {
    line-height: 0;
}</pre></body></html>