form{
    background:#f5f5f5;
    padding:25px;
    border: 1px solid #ccc;
}
#formhinweis{
    display:none;
}
.no-js form{
    display:none;
}
.no-js #formhinweis{
    display:block;
}

form h2{
    margin-top:0;
    margin-bottom:1em;
}
input,textarea,button,select{
    font-size:100%;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    background-color:white;
    border: 1px solid #ccc;
    width:100%;
    padding:3px;
}
textarea{
    height:100px;
}

label.labellayout1{
    display:block;
    margin-bottom:15px;
    width:100%;
}
label.labellayout1 span{
    font-size:76%;
    display:block;
    color:#666;
}


label.labellayout2{
    display:block;
    margin-bottom:15px;
    width:100%;
}
label.labellayout2 span{
    font-size:76%;
    color:#666;
    display:inline;
}
label.labellayout2 input{
    display:inline;
    border: 1px solid black;
    width:auto;
}

label.labellayout3{
    display:block;
    margin-bottom:15px;
    width:100%;
    font-weight:normal;
}
label.labellayout3 input{
    display:inline;
    width:auto;
}




button{
    width:auto;
    padding:5px;
    border:1px solid #999;
    background-color:white;
}
button:hover, button:active{
    background-color: #efefef;
}

@media screen and (max-width:768px){
    form{
        max-width:500px;
    }
}

