.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;
}


input.submit {
    width: 118px;
    height: 37px;
    background-color: #ffffff;
    color: #585858;
    font-family: Agenda,'Open Sans',Arial;
    font-size: 18px;
    font-weight: 400;
    border: none;
    background-image: url(img/arrow_right_grau.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
	border: 1px solid #b9b9b9;
	float: right;
}

input.save {
	posttion:relative;
    width: 98%;
	top: auto;
	right: auto;
    background-color: #d2f3bf;
    color: #585858;
    font-family: Agenda,'Open Sans',Arial;
    font-size: 26px;
    font-weight: 300;
    border: none;
    background-image: url(img/save_gray_32.png);
    background-repeat: no-repeat;
    background-position: 15px 25px;
    cursor: pointer;
	border: 1px solid #b9b9b9;
	padding: 10px;
	padding-left: 60px;
	text-align: left;
	min-height: 80px;
	z-index: 1000;
	transition: width 0.4s;
}

input.save:hover,
input.save.top.sticky:hover {

    background-color: green;
    color: #ffffff;

    background-image: url(img/save_white_32.png);
	border: 1px solid #b9b9b9;
}

input.save.top.sticky {
position:fixed;
top: 0px;
right: 0px;
width: 270px;
transition: width 0.4s;
}

@media only screen and (max-width:680px){
input.save.top.sticky {
right: auto;
left: 0px;
width: 40px;
padding-left:50px;
min-height: 50px;
height: 50px;
font-size: 20px;
background-position: 15px 7px;
overflow: hidden;
color: transparent;
}
}

.submit_final {
display: block;
width: 100%;
background-color: #e4e4e4;
color: #585858;
font-family: Agenda,'Open Sans',Arial;
font-size: 26px;
font-weight: 300;
border: none;
background-image: url(img/checkmark32.png);
background-repeat: no-repeat;
background-position: 15px 25px;
cursor: pointer;
border: 1px solid #b9b9b9;
padding: 10px;
padding-left: 60px;
padding-right: 20px;
margin-left:10px;
text-align: right;
min-height: 80px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}



.submit_final:hover {
background-color: green;
background-image: url(img/checkmark32.png);
color: #ffffff;
}

.submit_final.hidden {
display: none;
}

.submit_final div {

font-family: 'Open Sans',Arial;
font-size: 16px;
}

input.sign {
    width: 50%;
    background-color: #d2f3bf;
    color: #585858;
    font-family: 'Open Sans',Arial;
    font-size: 22px;
    font-weight: 400;
    border: none;
    background-image: url(img/checkmark32.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    cursor: pointer;
	border: 1px solid #b9b9b9;
	padding: 10px;
	padding-left: 60px;
	text-align: left;
	height: 60px;
}

input.sign:hover {

    background-color: green;
    color: #ffffff;

    background-image: url(img/checkmark32_white.png);
	border: 1px solid #b9b9b9;
}

a.print_contract {
  display: block;
    background-color: #ffffff;
    color: #585858;
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background-image: url(img/printer-36_gray.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    cursor: pointer;
	border: 1px solid #b9b9b9;
	padding: 10px;
	padding-left: 60px;
	padding-top: 20px;
	text-align: left;
	height: 60px;
}

a.print_contract:hover {

    background-color: green;
    color: #ffffff;

    background-image: url(img/printer-36.png);
	border: 1px solid #b9b9b9;
}

a.download_contract {
  display: block;
    background-color: #ffffff;
    color: #585858;
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background-image: url(img/download_grau_24.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    cursor: pointer;
	border: 1px solid #b9b9b9;
	padding: 10px;
	padding-left: 60px;
	padding-top: 20px;
	text-align: left;
	height: 60px;
}

a.download_contract:hover {

    background-color: green;
    color: #ffffff;

    background-image: url(img/download_white_24.png);
	border: 1px solid #b9b9b9;
}

a.back_to_parent {
  display: block;
    background-color: #ffffff;
    color: #585858;
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background-image: url(img/arrow_left_grau.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    cursor: pointer;
	border: 1px solid #b9b9b9;
	padding: 10px;
	padding-left: 60px;
	padding-top: 20px;
	text-align: left;
	height: 60px;
}

a.back_to_parent:hover {

    background-color: green;
    color: #ffffff;

    background-image: url(img/arrow_left_weiss.png);
	border: 1px solid #b9b9b9;
}

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;
margin-top: 6px;

}

.stammdaten .input_desc {
width: 130px;

}


.input_text, input.input_text {
margin-top: 6px;
padding: 10px;
font-size: 17px;
line-height: 22px;
min-height: 42px;
}

.besser_schlechter label {
text-align: center;
overflow: hidden;
display: block;
float: left;
height: 45px;
line-height: 20px;
width: 120px;
padding: 4px;
padding-top: 11px;
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 label.checkbox input, 
.besser_schlechter label.radio input {
position: absolute;
top: 15px;
left: 50%;
margin-left: -6px;
}


.besser_schlechter .item_title {
float:left;
width: 15%;
padding-top: 16px;
}

.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 input {
top: 30px;
left: 17px;
}
.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 label.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;
}

/*media all*/
.filebrowser_link {
    display: block;
    width: 180px;
    height: 20px;
    padding: 4px;
    padding-left: 32px;
    margin: 0px;
    margin-left: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0px;
    color: #666666;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(img/list_gray_16.png);
    background-position: 6px 6px;
    border: 1px solid #585858;
    float: left;
}



/* PRINT STYLE */
@media print {

.page {
margin-top: 0px;
margin-bottom: 0px;
border: none;
}
.footer {
padding-bottom: 0px;
}

#controls, .no_print {
display: none;
}


}
