/* 
    Created on : 09.01.2017, 19:13:58
    Author     : Michael Barg <michael.barg@barg-it.de>
    BARG-IT | free code
*/

html {
    background-image: url(../img/bg2.jpg);
}
#links p {
    margin-left: 2%;
}
form{
    margin-top: 16px;
}
form .form-group{
    margin-top: 8px;    
}

form button,
form textarea,
form input{ font-size: 14pt; }

#form_feedback.mail_fail,
#form_feedback.mail_ok {
    background-color:rgba(0,128,196, .4);
    min-height: 300px;
    padding: 5%;
    border-radius: 5%;
}
#form_feedback.mail_ok h3,
#form_feedback.mail_ok h4 { color: #000000; }
#form_feedback.mail_fail h3,
#form_feedback.mail_fail h4 { color: red; }

form .lbl_txt,
form .in_txt,
form .in_area,
form .btn-submit { display: inline-block; }

form .in_area,
form .btn-submit {  margin-left:    17%; }
form .lbl_txt {     width:          16.2%;}/* etwas schmaler als der linke rand von button und area */


form .in_txt,
form .in_area,
form .btn-submit { width: 80%; }


form .btn-submit {
    padding: 1%;
    margin-top: 10px;
    width: 81.2%;
}

