

/* ***************/
/* Formularbox */
/* ***************/

.formularbox1 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.formularbox1 .section1 {
	float: left;
	width: 30%;
    height: auto;
	padding: 0px;
	margin: 0px 5% 0px 0px;
}

.formularbox1 .section2 {
	float: left;
	width: 30%;
    height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.formularbox1 .section3 {
	float: left;
	width: 30%;
    height: auto;
	padding: 0px;
	margin: 0px 0px 0px 5%;
}

.formularbox1 .section4 {
	float: left;
	width: 100%;
    height: auto;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}



.formularbox2 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}

.formularbox2 .section1 {
	float: right;
	width: 75%;  
    height: auto;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.formularbox2 .section2 {
	float: right;
	width: 25%;  
    height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}








/* ***************/
/* Formularinput */
/* ***************/


form { 
	padding: 0px; 
	border: 0px 
}

input {
	color: #000000;
	font-size: 17px; 
	font-family: arial;
	font-weight: normal; 
	text-decoration: none;
	
	box-sizing: border-box;
	
	padding: 15px 15px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	
    border-radius: 0px;
}

select {
	color: #000000; 
	font-size: 17px; 
	font-family: arial;
	font-weight: normal; 
	text-decoration: none;
	
	box-sizing: border-box;
	
	padding: 15px 15px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	
    border-radius: 0px;
}

.empty { 
	color: gray;
	font-weight: normal; 	
}


textarea {
	color: #000000;
	font-size: 17px; 
	font-family: arial;
	font-weight: normal; 
	text-decoration: none;
	
	box-sizing: border-box;
	
	padding: 15px 15px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	
    border-radius: 0px;
}



.form1 { 
	width: 100%; 
	height: 50px;
	background-color: #E8E8E8;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

.form2 { 
	width: 100%; 
	height: 150px;
	background-color: #E8E8E8;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	
	resize: none;
}

.form3 { 
	display: none;
}


.submit_button {  
	width: 200px;
	height: 60px;
	background: #F59D24 url(../images/img_button.png) 0px -5px no-repeat;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family: arial, sans-serif; 
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;

	border-radius: 10px;	
}


input[type="checkbox"] {
	float: left;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 0px;
	border: 0px solid #000000;
	background-color: #E8E8E8;
	display: block;
	background-clip: content-box;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	cursor: pointer;
}

input[type="checkbox"]:checked {
	box-shadow: inset 0px 0px 0px 3px #FFFFFF;
	background-color: #084B77;
}

#text {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
}




@media screen and (min-width:1024px) and (max-width:1199px){

	.formularbox1 .section1 {
		width: 31%;
		margin: 0px 3.5% 0px 0px;
	}

	.formularbox1 .section2 {
		width: 31%;
	}

	.formularbox1 .section3 {
		width: 31%;
		margin: 0px 0px 0px 3.5%;
	}

	
	
	.formularbox2 .section1 {
		width: 65%;  
	}

	.formularbox2 .section2 {
		width: 35%;  
	}
	
	
	
	input {
		font-size: 15px; 
		padding: 10px 10px;
	}

	select { 
		font-size: 15px; 
		padding: 10px 10px;
	}

	textarea {
		font-size: 15px; 
		padding: 10px 10px;
	}


	.form1 { 
		height: 40px;
	}

	.form2 { 
		height: 120px;
	}


	input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}	
	
	#text {  
		font-size: 15px;
		line-height: 19px;
	}
	
}	




@media screen and (max-width:1023px){

	.formularbox2 .section1 {
		width: 60%;  
	}

	.formularbox2 .section2 {
		width: 40%;  
	}

}


@media screen and (max-width:700px){

	.formularbox2 .section1 {
		width: 55%;  
	}

	.formularbox2 .section2 {
		width: 45%;  
	}

}



@media screen and (max-width:650px){

	.formularbox1 .section1 {
		float: left;
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}

	.formularbox1 .section2 {
		float: left;
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 30px 0px 0px 0px;
	}

	.formularbox1 .section3 {
		float: left;
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 30px 0px 0px 0px;
	}

	.formularbox1 .section4 {
		float: left;
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 30px 0px 0px 0px;
	}

	
	
	.formularbox2 .section1 {
		float: left;
		width: 100%;  
		height: auto;
		padding: 0px 0px 0px 0px; 
		margin: 0px 0px 0px 0px;
	}

	.formularbox2 .section2 {
		float: left;
		width: 100%;  
		height: auto;
		padding: 0px 0px 0px 0px;
		margin: 30px 0px 0px 0px;
	}
	
	
}







