.yform {
width:94%;
height:auto;
padding:7px 3% 15px 3%;
margin:10px auto 10px auto;
display:block;

background-color:#fefefe;
min-height:370px;
right:0px;
position:relative;
z-index:10;
font-size:14px;
}

.formcheckbox input {
width:30px !important;
display:inline-block;
float:left;

}
.yform .form_warning {
color:#ff0000;

}
.formcaptcha img {
width:200px !important;
height:auto !important;
position:relative;
}
.yform label {
width:80%;
display:block;
height:20px;

}

.yform .formcheckbox label {
width:80%;
display:block;
height:auto;
position:relative;
}
.yform .text {


}
.yform .inhalt2spalten div > div {
padding:0px 0 20px 0;
display:block;
}
.yform input {
width:80%;
border:1px solid #871814;
height:20px;
font-size:14px;
padding:5px;

background-position:20px 0px;
font-weight:normal;

}


.yform textarea {
border:1px solid #871814;
width:80%;
font-size:14px;
padding:5px;

background-position:20px 50px;
height:100px;
}

.yform .formtextarea label.textarea {
width:auto;
display:block;

}


.yform a {
color: #871814;
}

.form-control {
}

form select {
    appearance: none;
    position: relative;
    position: relative;
    font-weight: 400;
    font-style: normal;
    width: 81%;
    height: 34px;
    text-align: left;
    color: #000;
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 0px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #871814;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 6px;
}



.btn  {
font-family: "roboto", sans-serif;
background-color: #fff;
color: #871814;
border: 1px solid #871814;
height: 20px;
padding-top: 3px;
padding-bottom: 23px;
padding-left: 20px;
padding-right: 20px;
width: auto;
display: inline-block;
position: relative;
text-align: center;
margin: 0;
vertical-align: middle;
line-height: 1.6em;
text-transform: uppercase;
font-weight: 300;
margin-top: 20px;
margin-bottom: 20px;
}

.btn:hover {
background-color: #871814;
color: #fff;
}

@media screen and (max-width: 600px) {
.form-control {
width: 100%;    
}
    
.yform input {
width: 97%;    
}

.yform textarea {
    width: 97%;  
    }
    
.yform .formcheckbox label {
        width: 100%;
    }
}