/*www.ernaehrungswandel.org/entdecken/jobs/*/

/*
We use the Raleway Font
License: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
*/

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/raleway/Raleway-Regular.ttf); /* IE9 Compat Modes */
	src: local('Raleway'), local('Raleway'),
		/*url(../fonts/opensans/open-sans-v15-latin-regular.eot?#iefix) format('embedded-opentype'),*/ /* IE6-IE8 */
		/*url(../fonts/opensans/open-sans-v15-latin-regular.woff2) format('woff2'),*/ /* Super Modern Browsers */
		/*url(../fonts/opensans/open-sans-v15-latin-regular.woff) format('woff'),*/ /* Modern Browsers */
		url(../fonts/raleway/Raleway-Regular.ttf) format('truetype'), /* Safari, Android, iOS */
		/*url(../fonts/opensans/open-sans-v15-latin-regular.svg#OpenSans) format('svg');*/ /* Legacy iOS */
}

a {
	color: rgb(36, 79, 102);
	text-decoration: none;
}

.hell_1, .dunkel_1 {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:2px solid #dddddd;
	background-color: #fff; 
	padding: 20px 20px 25px 20px;
	text-align: left;
	margin-bottom:15px;
}

.jobitem {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}

hr {
	background-color: #368971;
	border: medium none;
	height: 1px;
	display:none;
}

.input {
	width: 50%;
	margin-bottom: 10px;
	padding: 0.5em 1em;
	border: 1px solid #cacaca;
	background-color: #fefefe;
	color: #515151;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.input_tipp {
	font-size:90%;
	color:#9c9c9c;
}

.suchbox{
	border: 1px solid #CACACA;
	padding:0.5em;
	margin-bottom:20px;
}

.button {
	background-color: #6DB1A4;
	color: #fff;	   
	padding:0.85em 1em;
	margin-top:10px;
	font-family: 'Raleway', sans-serif;
	border: none;
	cursor:pointer;
}

.button:hover {
	background: #368971;
	text-decoration: none;
}

.gj_infobox {
	float:right;
	width:40%;
	border: 0.13em dotted #555;
	padding: 0px 20px 5px 20px;
	margin-bottom:30px;
}

.weitere_seiten_oben {
	display:none;
}

.weitere_seiten_unten {
	margin:0.5em;
}

@media only screen and (max-width: 685px) {
	.suchbox{
		width:95%;
		padding:0.5em;
		border:none;
	}
	.gj_infobox {
		display:none;
	}
	.input{
		width: 85%;
	}
	.weitere_seiten_oben {
		display:none;
	}
}

.frame_box {
	font-family: 'Raleway', sans-serif;
	color: #444;
	font-size:130%;
	font-weight: normal;
	line-height:;
	width:100%;
	margin:0;
	padding:0;
}

p {
	padding:0.5em 0 0.5em 0;
	text-align: left;
}

iframe {
	border:none;
	padding-top:50px;
}
