/* https://markheath.net/post/customize-radio-button-css, leicht modifiziert */
#lv-auswahl input[type="radio"], #div-za input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
}

#lv-auswahl input[type="radio"]:checked + label, #div-za input[type="radio"]:checked + label {
    background-color: #8FAD88;
    border-color: #345511;
}

h2.title{
    text-orientation: mixed;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}