/* OP-Job Styles */
.job_uebersicht .uebersicht_headline,.job_uebersicht .uebersicht_single_job{
	display: flex;
	justify-content: space-between;
}
.job_uebersicht .job_element{
	padding: 1em 0;
	margin: 0.2em;
	width: 200px;
}
.job_uebersicht .job_element:first-of-type{
	width: 330px;
}

@media(max-width: 980px){
	.job_uebersicht .job_element:first-of-type{
		width: 200px;
	}
}
@media(max-width: 780px){
	.job_uebersicht .job_element{
		width: 20vw;
	}
	.job_uebersicht p{
		word-break: break-all;
	}

}