
label.human{
    width:auto;
}

label.human.checked:before {
    font-family: "webicons-regular";
    content: "\e008";
    font-weight: 400;
    font-size: 1.2em;
    line-height: normal;
}

label.human:before {
    font-family: "webicons-regular";
    content: "\e00a";
    font-weight: 400;
    font-size: 1.2em;
    line-height: normal;
    height: 20px;
}

.error{
    color:red;
    display:block;
    float:none;
    clear:both;
    margin: 0.3em 0;
}

.kontakt_wrapper {
}




input ,  textarea {


    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    line-height: 25px;
    height: 28px;
    font-size:100%;
    width:100%;
}

textarea {
    height: auto;
}


.halfwidth {
    width: 50%;
    float:left;
}


.halfwidth input {
    width:100%;
}

input.rightmargin {
    width: calc(100% - 1em);
    margin-right: 1em;
}

input.statusicon {
    width: calc(100% - 1em - 32px);
    margin-right: 1em;
    float:left;
}

#register-customer-password, #register-shipping-address {
    display:none;
}

#coupon-redeem, #coupon-cancel {
    display:none;
}

label {
    margin-top:.5em;
    margin-bottom:.2em;
    display:inline-block;
}



.radio, .checkbox, button{
    display:inline-block;
    width: auto;

}

label.error, span.error{
    font-size:0.8rem;
    color:red;
    width:90%;
}

input.error{
    color:red;
    border:1px solid red;
}
/*label {
    margin: 0em 0 0.3em 0;
    font-size: 1em;
    width: 100%;
    float: none;
    clear: both;
    display: block;
}

input, textarea {
    border:1px solid #5e001e;
    font-size: 1em;
    width: 100%;
    display:block;
    float:none;
    clear:both;
}

input[type='checkbox']  {
    height: 1.5em;
    width: 1.5em;
    padding: 1em 2em .2em 0;
    margin: 0;
    float: left;
}*/

.checkboxtext {

    display: inline-block;
    width: 90%;
    /*    float: left;*/
}

textarea:focus, input:focus{
    outline: none;
}


.loading_animation {
    float:right;
    margin:8px 10px 0px 0px ;

}
/*.hidden{
    display: none;

}*/
#absenden{
    float:right;
}

#message-html {
    margin:20px;
    padding:5px;
    border:1px dotted silver;
}

#message-html h1 {
    font-size: 1.2em;
}


.sent {
    width:100%;
    text-align: left;
    padding:5px 0px;

}

.successfully {
    font-size:inherit;
    /*    color:green;
        border:1px solid green;*/


}

.unsuccessfully {
    color:red;
    font-size:inherit;
    border:1px solid red;


}
