.form_wrap p {
padding-left: 0px;
padding-right: 0px;
}

.input_section {
max-width: 1200px;
}

.section_title {

}
.section_desc {

}

.section_content {

}

.extended{

}

label, input, input.submit, textarea {
background-color: #ffffff;
padding: 10px;
box-sizing: border-box;
}

textarea {
height: 50px;
line-height:28px;
}

.extended.block {
clear: both;
padding-top: 20px;
}

.item {
padding: 15px;
margin-bottom: 0px;
}
.item:hover{
background-color: #e4e4e4;/d2f3bf**/
}

.item_title {
margin-top: 0px;
padding: 6px;
}


.clear {
clear: both;
}

.hide {
display: none;
}

label, .content_wrap label {
display: block;
background-color: #ffffff;
margin: 0px;
margin-top: 6px;
padding: 10px;
margin-bottom: 2px;
font-size: 17px;
font-weight: 400;
line-height: 24px;
color: #585858;
border: 1px solid #b9b9b9;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-user-modify: read-only;
-webkit-user-modify: read-only;
user-modify: read-only;
-webkit-box-align: start;
cursor: pointer;
margin-right: 5px;
outline: none;
}

label.checkbox, label.radio {
position: relative;
padding-left:40px;
padding-right:20px;
background-color: #f4f4f4;
}
label.checkbox input, label.radio input {
position: absolute;
top: 15px;
left: 15px;
}

label:hover, label.checked,
label:hover input, label.checked input {
background-color: #d2f3bf;
}


.radio.large,
.checkbox.large {
padding-top: 20px;
padding-bottom: 20px;
}

.checkbox.large  input, .radio.large  input {
position: absolute;
top: 25px;
left: 15px;
}

label.label_in, .content_wrap label.label_in {

}


.input_desc {
width: auto;
padding:5px;
padding-top: 10px;
padding-bottom: 2px;
}

.stammdaten .input_desc {
width: 130px;

}


.input_text, input.input_text {
margin-top: 6px;
}

.besser_schlechter label {
text-align: center;
overflow: hidden;
display: block;
float: left;
height: 30px;
line-height: 20px;
width: 120px;
padding: 4px;
margin-right: 10px;
margin-left: 0px;
margin-bottom: 0px;
cursor: pointer;

}
.besser_schlechter label:hover,
.besser_schlechter label.checked, 
.besser_schlechter label.checked input[type="checkbox"] { 

}

.besser_schlechter .item_title {
float:left;
width: 15%;
}

.rate10 label {
text-align: center;
overflow: hidden;
display: block;
float: left;
height: 50px;
line-height: 20px;
width: 50px;
padding: 4px;
margin-right: 10px;
margin-left: 0px;
margin-bottom: 0px;
cursor: pointer;
text-align: center;
}
.rate10 label:hover,
.rate10 label.checked, 
.rate10 label.checked input[type="checkbox"] { 

}

.rate10 .item_title {
float:left;
width: 20%;
}

@media only screen and (max-width: 1040px) {

.rate10 .item_title {
float:none;
width: 100%;
}

.besser_schlechter .item_title {
float: none;
width: 100%;
}


}

@media only screen and (max-width: 560px) {

.besser_schlechter label {
width: 90px;
}

}

@media only screen and (max-width: 380px) {
.besser_schlechter label {
width: 80px;
}

}







.ja_nein .input_desc {
font-size: 17px;
}
.ja_nein .input_desc.small {
font-size: 15px;
}
.ja_nein p {
padding-left: 10px;
padding-right: 10px;
}

.label_in {
float: left;
margin-right: 10px;

}



.ja_nein .radio {
text-align: center;
text-transform: normal;
overflow: hidden;
display: block;
float: left;

width: 80px;
padding: 10px;
margin-right: 10px;
margin-left: 0px;
margin-bottom: 0px;
cursor: pointer;
}

.radio.label_in, .ja_nein .radio {
padding-top: 5px;
padding-bottom: 5px;
}
.radio.label_in input {
top: 10px;
}

.ja_nein .radio:hover,
.ja_nein .radio.checked, 
.ja_nein .radio.checked input[type="radio"] { 

}
.ja_nein .radio input[type="radio"] {
position: absolute;
left: -50px;
}

.extended { 
display: none;

overflow: hidden;
}

.extended.open { 
display: block;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}


input.error, div.error, textarea.error, label.error {
    background: #ffcccc;
    border: none;
    color: #000000;
    border: 1px solid red;
}

label.hidden{
display: none;
}




/* PRINT STYLE */
@media print {

.page {
margin-top: 0px;
margin-bottom: 0px;
border: none;
}
.footer {
padding-bottom: 0px;
}

#controls, .no_print {
display: none;
}


}
