/*https://www.dvl.org/stellenangebote*/

/*
We use the Source Sans Pro Font
License: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/sourcesanspro/SourceSansPro-Regular.ttf); /* IE9 Compat Modes */
	src: local('Raleway'), local('Raleway'),
		url(../fonts/sourcesanspro/SourceSansPro-Regular.ttf) format('truetype'), /* Safari, Android, iOS */
}

a {
	color: #009de0;
	text-decoration: none;
}

a:hover {
	color: #76b82a;
}

.hell_1, .dunkel_1 {
	border-bottom: 1px #c8c8c8 solid;
	background-color: #fff;
	padding: 15px 0 15px 0;
	text-align: left;
}

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

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

.suchbox{
	display:none;
}

.input  {
	font: 1em 'Source Sans Pro',Helvetica,Arial,sans-serif;
	border: 1px solid #c8c8c8;
	background:;
	color: #777;
	margin-bottom: 10px;
	width:50%;
}

.input:hover { 
	transition: color 0.3s ease-out,background-color 0.3s ease-out,opacity 0.3s ease-out,border-color 0.3s ease-out,box-shadow 0.3s ease-out,margin 0.3s ease-out;
	background-color: #f8f8f8;
	}

.button {
	font: 1em 'Source Sans Pro',Helvetica,Arial,sans-serif;
	border: 1px #ccc solid;
	background: #fafafa;
	color: #777;
	cursor:pointer;
}

.weitere_seiten_oben {
	display:none;
}

.weitere_seiten_unten {
	margin:0.5em;
}

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

.frame_box {
	font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
	color: #000000;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2;
	width:100%;
	margin:0;
	padding:0;
}

iframe {
	border:none;
}
