/* JOBS CSS 10.07.2019 */

.section_content{
	flex-direction: column;
	transition: all .4s ease;
}
	.section_content:hover,
	.section_content:focus{
		opacity: .85;
		transition: all .4s ease;
	}
	.text_section{
		font-family: 'Open Sans', sans-serif;
		font-size: 1.5em;
		color: #fff;
		line-height: 1.8;
		width: 60%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		text-align: justify;
		display: flex;
		margin: 2em auto;
	}
		
		
/*######################################################
			FORMULAR
######################################################*/
.section_h{
	font-family: 'Architects Daughter', sans-serif;
	font-size: 2.1em;
}
	
#form-box{
	width: 100%;
	color: #eee;
	padding: 5% 10% 10em 10%;
	box-sizing: border-box;
	margin: 0em auto 0 auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.2em;
}

	#inner_form-box{
		width: 100%;
		padding: 3% 7%;
		box-sizing: border-box;
		background-color: #333;
		box-shadow: 0 0 8px #eee;
		
	}
		#inner_form-box:hover,
		#inner_form-box:focus{
			box-shadow: 0 0 7px #000 inset;
		}
			/*#inner_form-box:hover > .section_h{
				text-shadow: 1px 0px 1px #999, 0px 1px 1px #666, 
				2px 1px 1px #999, 1px 2px 1px #666,
				3px 2px 1px #999, 2px 3px 1px #666,
				4px 3px 1px #999, 3px 4px 1px #666,
				5px 4px 1px #999, 4px 5px 1px #666,
				6px 5px 1px #999, 5px 6px 1px #666,
				7px 6px 1px #999;
				letter-spacing: 4px;
				transition: all 0.7s ease-out;
			}*/

input[type=text], input[type=email], textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #555;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 1px 1px 4px #555 inset;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: 'Open Sans', sans-serif;
}

input[type=submit] {
	background-color: #4CAF50;
	color: #fff;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	box-shadow: 1px 1px 5px #fff;
	border-radius: 1px;
	font-size: 1em;
	font-family: 'Titillium Web', sans-serif;
}

input[type=submit]:hover, input[type=submit]:focus {
	background-color:  #2f6d32 ;
	box-shadow: 2px 2px 3px #222 inset;
}

input:focus, textarea:focus{
	box-shadow: 1px 1px 5px #444 inset;
	border: 1px solid #444;
}


#dateibox{
	border: 1px solid #ddd;
	box-sizing: border-box;
}
b{
	font-size: 1.15em;
}

input[type=date]{
	background-color: #fff;
	padding: 2px 5px;
	border: 1px solid #555;
	border-radius: 5px;
	font-size: 0.85em;
	font-family: 'Titillium Web', sans serif;
	box-shadow: 1px 1px 4px #555 inset;
}

/*
input[type=file]{
	display: block;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 1.4em 0.7em;
	margin: 2em auto auto 4em;
}
*/
/*############################
		ALLG FORMULAR STUFF
############################*/
placeholder{
	color: #aaa;
	font-size: 0.9em !important;
}

.h5-text{
	font-weight: 500;
	font-size: 0.8em;
	color: #777;
}

span{
	color: #35B44A;
}

.spanzwei{
	font-size: 0.8em;
	color: #555;
}


.eingeruckt{
	margin-left: 20px;
	margin-top: 4px;
}

.platzhalter{visibility: hidden;}		



/*#######################################
			MEDIA QUERIES
#######################################*/
@media only screen and (max-width:500px){
	.text_section{
		font-size: 1.3em;
		line-height: 1.4;
		width: 85%;
		margin: 2em auto;
	}
	.section_h{
		margin: 0 auto 1em auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.5em;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
		transition: all 0.4s ease-in;
	}
	.platzhalter{
		display: none;
	}
	.p_explanation{
		margin-left: 10%;
	}
}
