.header-image {
	width: 100%;
	height: 200px;
	background-color: #b6c2cb;
	border-bottom: 5px solid #575656;
	background-image: url('../../img/header-background-form.png');
	background-size: cover;
	background-position: center;
}

.form.small {
	width: 647px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 88px;
}

.form.small h1 {
    height: 52px; background-color: #9a9a9a; color: #fff; font-size: 30px; line-height: 52px; font-family: 'latobold'; text-transform: uppercase; text-align: left; margin-top: 60px; text-indent: 15px; 
    width: 352px;
}

.form.small h2 {
    height: 38px; background-color: #eeeeee; color: #9a9a9a; font-size: 20px; line-height: 38px; font-family: 'latobold'; text-align: left; margin-top: 60px; margin-top: 3px; 
    width: 351px; 
    text-indent: 15px;
}

#contact-form {
	margin-top: 30px;
	width: 83.462133%;
}

#contact-form textarea {
	padding-top: 15px;
	line-height: 23px;
	height: 111px;
	resize: none; 
}

#contact-form .terms {
	margin: 20px 0;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
}

.form-fields .error input,
.terms.error,
.form-fields .error textarea
 {
	border: 1px solid #991711 !important;
}

.form-fields .error:focus {
	background-image: none !important;
}

.form-fields .error:before,
.terms.error:before
 {
	content: '';
	background-image: url('../../img/error.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9999;
	width: 16px;
	height: 16px;
	right: -30px;
	top: 10px;
}
.form-fields li {
	list-style: none;
}

.form-fields li:first-child ~ li {
	margin-top: 20px;
}

.form-fields .jf,
.form-fields .jf > * {
	height: 38px;
}

.form-fields .jf.message {
	height: 111px;
	margin-bottom: 20px;
}

.form-fields .jf.message label {
	vertical-align: top;
}

.form-fields #housenumber {
	width: 62px;
}

.form-fields #zipcode {
	width: 86px;
}

.form-fields #city {
	width: 226px;
}

.form-fields #street {
	width: 250px;
}

.form-fields .jf label {
	line-height: 38px;
	font-size: 16px;
	font-family: 'latobold';
	color: #7f7f7f;
}

.form-fields .jf label + * {
	width: 325px;
}

.form-fields .jf > .jf {
	text-align: justify;
}

.success h1 {
	width: 540px !important;
}

.success h2 {
	width: 426px !important;
}

/*
checkbox
*/

.form.small .terms {
	padding: 20px;
}

.form.small .terms label {
	font-family: 'latoregular';
	font-size: 16px;
	color: #7f7f7f;
	display: block;
	text-align: left;
	margin-left: 29px;
	line-height: 21px;
}

.form.small .terms input[type="checkbox"] {
	display: none;
}

.form.small .terms label:before {  
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../../img/checkbox.png'); 
    position: absolute;
    margin-left: -30px; 
    cursor: pointer;  
}  

.form.small .terms input[type=checkbox]:checked + label:before {  
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../../img/checkbox-selected.png');  
    position: absolute;
    margin-left: -30px;
    cursor: pointer;        
}  

/*
submit button
*/

.form.small button {
	display: inline-block;
	height: 38px;
	background-color: #991711;
	padding: 0px 16px 0px 16px;
	color: #fff;
	text-decoration: none;
	font-family: 'latobold';
	font-size: 14px;
	line-height: 38px;
	border: none;
	-webkit-font-smoothing: antialiased;
	float: right;
	position: relative;
	right: 40px;
}

.form.small button:after {
	width: 39px;
	height: 38px;
	position: absolute;
	content: '';
	background-color: inherit;
	margin-left: 17px;
	background-image: url('../../img/button-arrow.png');
	background-position: 0px -1px;
}

.form.small button:hover {
	background-color: #b11710;
}

.form-fields .radio-clean {
	
}

/*
go back button
*/

.success a {
	display: inline-block;
	height: 38px;
	background-color: #991711;
	padding: 0px 16px 0px 16px;
	color: #fff;
	text-decoration: none;
	font-family: 'latobold';
	font-size: 14px;
	line-height: 38px;	
	position: relative;
	margin-left: 40px;
	margin-top: 50px;
}

.success a:before {
	width: 39px;
	height: 38px;
	position: absolute;
	content: '';
	background-color: inherit;
	background-image: url('../../img/button-arrow-back.png');
	background-position: 0px 1px;
	left: -40px;
	border-right: 1px solid #fff;
}

.success a:hover {
	background-color: #b11710;
}



















