.fraspyBox {
    text-align: center;
}

.fraspyAlert {
    background: #f44336;
    color: white;
    padding:10px;
    opacity: 0.83;
    transition: opacity 0.6s;
}

.alert-danger a {
    color: white !important;
    font-weight: bold;
}

.fraspyLabel {
    cursor: pointer;
    width: 100%;
    margin-left:10px;
}

.container_fraspy > label {
    z-index: 1;
    padding-left:10px;
    line-height: 30px;
    min-width: 40%;
    max-width: 95%;
}
.container_fraspy > div {
    flex: 1;
    flex-basis: 100%;
}

.container_fraspy input[type=radio],
.container_fraspy input ~ div {
    padding: 10px;
}

.container_fraspy input ~ div {
    display:none;
}

span.arrowDown {
    display:none;
}

.container_fraspy #modeOLD:checked ~ label[for=modeOLD],
.container_fraspy #modeNEW:checked ~ label[for=modeNEW],
.container_fraspy #modeAHT:checked ~ label[for=modeAHT],
.container_fraspy #modeDRP:checked ~ label[for=modeDRP],
.container_fraspy #modePAP:checked ~ label[for=modePAP],
.container_fraspy #modeIDC:checked ~ label[for=modeIDC],
.container_fraspy #modePAPS:checked ~ label[for=modePAPS],
.container_fraspy #modeIDCS:checked ~ label[for=modeIDCS],
.container_fraspy #modePAPSN:checked ~ label[for=modePAPSN],
.container_fraspy #modeIDCSN:checked ~ label[for=modeIDCSN],
.container_fraspy #modeSCHUFA:checked ~ label[for=modeSCHUFA] {
    pointer-events: none;
    z-index: -1;
}

.container_fraspy #modeOLD:checked ~ label[for=modeOLD]>span.arrowRight,
.container_fraspy #modeNEW:checked ~ label[for=modeNEW]>span.arrowRight,
.container_fraspy #modeAHT:checked ~ label[for=modeAHT]>span.arrowRight,
.container_fraspy #modeDRP:checked ~ label[for=modeDRP]>span.arrowRight,
.container_fraspy #modePAP:checked ~ label[for=modePAP]>span.arrowRight,
.container_fraspy #modeIDC:checked ~ label[for=modeIDC]>span.arrowRight,
.container_fraspy #modePAPS:checked ~ label[for=modePAPS]>span.arrowRight,
.container_fraspy #modeIDCS:checked ~ label[for=modeIDCS]>span.arrowRight,
.container_fraspy #modePAPSN:checked ~ label[for=modePAPSN]>span.arrowRight,
.container_fraspy #modeIDCSN:checked ~ label[for=modeIDCSN]>span.arrowRight,
.container_fraspy #modeSCHUFA:checked ~ label[for=modeSCHUFA]>span.arrowRight {
    display:none;
}

.container_fraspy #modeOLD:checked ~ label[for=modeOLD]>span.arrowDown,
.container_fraspy #modeNEW:checked ~ label[for=modeNEW]>span.arrowDown,
.container_fraspy #modeAHT:checked ~ label[for=modeAHT]>span.arrowDown,
.container_fraspy #modeDRP:checked ~ label[for=modeDRP]>span.arrowDown,
.container_fraspy #modePAP:checked ~ label[for=modePAP]>span.arrowDown,
.container_fraspy #modeIDC:checked ~ label[for=modeIDC]>span.arrowDown,
.container_fraspy #modePAPS:checked ~ label[for=modePAPS]>span.arrowDown,
.container_fraspy #modeIDCS:checked ~ label[for=modeIDCS]>span.arrowDown,
.container_fraspy #modePAPSN:checked ~ label[for=modePAPSN]>span.arrowDown,
.container_fraspy #modeIDCSN:checked ~ label[for=modeIDCSN]>span.arrowDown,
.container_fraspy #modeSCHUFA:checked ~ label[for=modeSCHUFA]>span.arrowDown {
    display:inline;
}

@keyframes showNav {
    from {opacity: 0;}
    to {opacity: 1;}
}

.container_fraspy #modeOLD:checked ~ #modeOLDtxt,
.container_fraspy #modeNEW:checked ~ #modeNEWtxt,
.container_fraspy #modeAHT:checked ~ #modeAHTtxt,
.container_fraspy #modeDRP:checked ~ #modeDRPtxt,
.container_fraspy #modePAP:checked ~ #modePAPtxt,
.container_fraspy #modeIDC:checked ~ #modeIDCtxt,
.container_fraspy #modePAPS:checked ~ #modePAPStxt,
.container_fraspy #modeIDCS:checked ~ #modeIDCStxt,
.container_fraspy #modePAPSN:checked ~ #modePAPSNtxt,
.container_fraspy #modeIDCSN:checked ~ #modeIDCSNtxt,
.container_fraspy #modeSCHUFA:checked ~ #modeSCHUFAtxt
{
    display: block;
    animation: showNav 500ms ease-in-out both;
}

.infoText {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}