html{
	width:100%;
	margin:0px;
	padding:0px;
	font-family: "Open Sans", sans-serif;
}
body{
	width:100%;
	margin:0px;
	padding:0px;	
	background:rgb(0,105,180);
}
p{
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height:18px;
	font-size:14px;
}
p.normal{
	margin:0 0 0 0;
	font-weight: 300;
	color:rgba(0,0,0,1);
}
p.black{
	margin:50px 0 0 0;
	font-weight: 800;
	line-height:30px;
	font-size:24px;
	color:rgba(0,0,0,1);
	text-align:center;
	text-transform:uppercase;
}
p.grey{
	margin:20px 0 30px 0;
	font-weight: 800;
	line-height:30px;
	font-size:24px;
	color:rgba(0,0,0,0.5);
	text-align:center;
	text-transform:uppercase;
}
.green{
	color:rgb(0,105,180) !important;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	width: 30%;
	line-height:57px;
	padding:0;
	margin:0;
	float:left;
}
#logo{
    background: url(img/reka_logo.svg) no-repeat;
    background-size: contain;
	width:131px;
	height:131px;
	display: block;
    margin: 0 0 0 100px;
}
section{
	margin:0 auto;
	width:1200px;
	background:url(img/formBG.png) no-repeat top center rgb(0,105,180);
}
#info{
	display:none;
}
#info p{
	margin:0 0 50px 0;
	font-weight: 800;
	line-height:30px;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
}
#info a{
	text-decoration:none;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:rgba(0,0,0,0.5);
	display: block;
}
#info a:hover{
	color:rgba(0,0,0,1);
}
form, #info{
	margin: 0 auto;
	padding:123px 0 100px 0;
    width: 700px;
}
input[type=text],
input[type=email],
#jobs,
#start,
#school,
#birthdate
{
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
textarea{
	padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	min-width:100%;
	max-width:100%;
	min-height:100px;
	max-height:400px;
}
#vorname,
#name,
#birthdate{
	width: 32%;
}
#strasse{
	width: 50%;
}
#nr{
	width: 14%;
}
#plz{
	width: 24%;
}
#ort{
	width: 40%;
}
#telefon,
#email{
	width: 64.5%;
}
#jobs,
#start,
#school{
	width: 64.5%;
}
#ds{
	width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: 700;
    margin: 28px 0 0 0;
}
#submit{
    display: block;
	padding: 18px 24px;
    margin: 40px auto 0 auto;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background:rgb(0,105,180);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width: fit-content;
	font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1200px){

	section {
		padding: 0 5%;
		width: 90%;
		background-size: cover;
	}
	#logo {
		width: 70px;
		height: 68px;
		margin: 0 0 0 7%;
	}
	#info{
		width: 70%;
		padding: 150px 15% 0 15%;
	}
	form{
		padding: 150px 0;
		width: 100%;
	}
	h2 {		
		width: 100%;
		line-height: 20px;
		font-size: 14px;
		text-align: center;
	}
	input[type=text], input[type=email] {
		padding: 8px 5px;
	}
	#vorname, #name, #birthdate {
		width: 49%;
	}
	#strasse{
		width: 83%;
	}
	#nr{
		width: 15%;
	}
	#plz{
		width: 33%;
	}
	#ort{
		width: 65%;
	}
	#telefon,
	#email{
		width: 98%;
	}
	.row {
		width: 70%;
		padding: 0 15%;
	}
	
}

@media only screen and (max-width: 600px){
	section{
		background:url(img/formBG_600.png) no-repeat top center rgb(0,105,180);
		background-size: cover;
	}
	#info{
		width: 70%;
		padding: 150px 15% 0 15%;
	}
	form{
		padding: 50px 0;
		width: 100%;
	}
}