/* Schriftart importieren */
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");

/* ############################################## */
/* -----            MOBIL FIRST             ----- */
/* --- bis einer Breite von weniger als 768px --- */
/* ############################################## */

/* #### MAIN #### */
/* -------------- */

/* #### ASIDE #### */
/* --------------- */

/* ### PWD/REGISTER/ANM ### */
nav#aside_login_action ul {
    line-height: 1rem;
}
/* ------------------------ */

/* #### ARTICLE #### */
#form_pwdzurueck {
    display: none;
}
#form_registrieren {
    display: none;
}

fieldset.lrg_fieldset {
    background: none;
    border: 0rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0rem;
}
.form_type_input,
.form_type_select,
.form_type_textarea {
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}
.form_label {
    color: #333;
    clear: left;
    display: block;
    font-size: 0.65rem;
    font-weight: bold;
    width: 4rem;    
    line-height: 1.5rem;
}
.form_field input,
.form_field textarea,
.form_field select {
    font-size: 0.7rem;
    width: 15.2rem;
    padding: 3px;
    border: 1px solid #ccc;
    color: #444;
} 
#form_field_submit_anm:disabled {
    background: #ddd;
}
#pruef_ergebnis{
    text-align: center;
}
.pwd_eye {
    margin-left: -20px;
    position: relative;
}
.pwd_eye:hover {
    cursor: pointer;
}
/* ------------------- */

/* ########################################## */
/* ----- Zur Darstellung auf dem Tablet ----- */
/* --- ab einer Breite von mehr als 768px --- */
/* ########################################## */
@media screen and (min-width: 768px) and (max-width: 1023px) {    

    /* #### ASIDE #### */
    /* --------------- */

    /* #### MAIN #### */
    fieldset.lrg_fieldset {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .form_type_input,
    .form_type_select,
    .form_type_textarea {
        margin-bottom: 0.4rem;
        display: block;
    }
    .form_label {
        float: left;
        font-size: 0.9rem;
        width: 8rem;
    }
    .form_field select {
        font-size: 0.8rem;
        padding: 3px;
    } 
    .form_field input,
    .form_field textarea {
        font-size: 0.8rem;
        width: 16.2rem;
        padding: 3px;
    } 
    .pwd_eye {
        margin-left: -23px;
    }
    /* --------------- */
    

}

/* ########################################## */
/* --- Zur Darstellung auf dem PC/Desktop --- */
/* ------- ab einer Breite von 1024px ------- */
/* ########################################## */
@media only screen and (min-width: 1024px) {

    /* #### ASIDE #### */
    /* --------------- */
    
    /* #### MAIN #### */

    fieldset.lrg_fieldset {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .form_type_input,
    .form_type_select,
    .form_type_textarea {
        margin-bottom: 0.6rem;
        display: block;
    }
    .form_label {        
        float: left;    
        font-size: 1rem;
        width: 10rem;
    }
    .form_field select {
        font-size: 0.9rem;
    } 
    .form_field input,
    .form_field textarea {
        font-size: 0.9rem;
        width: 20.2rem;
        padding: 3px;
    }
    .pwd_eye {
        margin-left: -27px;
    }
    /* --------------- */

}	