/** LaySection - Übersicht **/
:root {}

.cRegister {
    padding       : 2em;
    display       : flex;
    flex-direction: column;
    width         : 40em;
    margin        : auto;
    max-width     : 100%
}

.cRegister .cHinweis {
    font-size  : 0.8em;
    line-height: 1.3em;
}

.cRegister #S1 {
    display: flex;
}

.cRegister #S2 {
    display: none;
}

.cRegister #S3 {
    display: none;
}

.cRegister #S4 {
    display: none;
}

.cRegister #S5 {
    display: none;
}

.cRegister #F1 {
    display: none;
}

.cRegister #M1 {
    display: none;
}