section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_title_container,
section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_created_at_container,
section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_image_container,
section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_content_container{
	width:100%;
}

section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_image_container{
	margin-bottom:20px;
}

section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_image_container img{
	width:100%;
}

section.m12_stellenangebote_single_stellenangebote .m12_hauptinhalt_container,
section.m12_stellenangebote_single_stellenangebote .m12_zusatzinformationen_container,
section.m12_stellenangebote_single_stellenangebote .m12_zusatzinformationen_main{
	display:table;
	width:100%;
}

section.m12_stellenangebote_single_stellenangebote .m12_zusatzinformationen_container p{
	margin:0;
}

section.m12_stellenangebote_single_stellenangebote .m12_zusatzinformationen_beschriftung,
section.m12_stellenangebote_single_stellenangebote .m12_zusatzinformationen_inhalt{
	float:left;
}

section.m12_stellenangebote_single_stellenangebote .m12_hauptinhalt_container,
section.m12_stellenangebote_single_stellenangebote .m12_zusatzinformationen_container,
section.m12_stellenangebote_single_stellenangebote .m12_stellenangebote_single_stellenangebote_button{
	margin-top:20px;
}

.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button a {
	color: var(--lightColor);
	font-size: 16px;
	transition: var(--linkTransition);
}

.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button {
	margin-bottom: 20px;
}

.single_stellenangebote_header .m31_untertitel_container {
	margin-bottom: 15px;
}

.single_stellenangebote_header .m31_untertitel_container * {
	margin-bottom: 0;
}

.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button a svg {
	fill: var(--lightColor);
	width: 10px;
	margin-bottom: 3px;
	margin-right: 7px;
	transition: var(--linkTransition);
}

.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button a:hover {
	color: var(--sekundarlink_hover);
	text-shadow: 0 0 .9px var(--sekundarlink_hover);
}

.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button a:hover svg {
	fill: var(--sekundarlink_hover);
}

.single_stellenangebote_header .m31_text_container {
	padding-top: 20px;
	max-width: 50%;
}

.single_stellenangebote_header .m31_content_text_container_inner{
	max-width: 100% !important;
}

section.m12_stellenangebote_single_stellenangebote {
	background-image: url(../../../img/background_kacheln_gray.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}

.m12_aufgaben_profil_wrapper {
	padding: 120px 0;
}

.m12_aufgaben_profil_titel_container {
	margin-bottom: 40px;
}

.m12_aufgaben_profil_titel_container * {
	margin-bottom: 0;
}

section.m12_stellenangebote_single_stellenangebote .stichpunkt:before{
	top: 13px;
}

.m12_aufgaben_container {
	margin-bottom: 100px;
}

@media screen and (max-width: 1599px) {
	.single_stellenangebote_header .m31_text_container {
		max-width: 60%;
	}
	
	.single_stellenangebote_header .m31_text_container{
		padding-top: 10px;
	}
	
	.single_stellenangebote_header .m31_untertitel_container {
		margin-bottom: 10px;
	}
	
	.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button {
		margin-bottom: 15px;
	}
	
	.m12_aufgaben_profil_wrapper {
		padding: var(--sectionAbstand) 0;
	}
	
	section.m12_stellenangebote_single_stellenangebote {
		padding-bottom: var(--sectionAbstand);
	}
	
	.m12_aufgaben_profil_titel_container {
		margin-bottom: 30px;
	}
	
	.m12_aufgaben_container {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {
	.single_stellenangebote_header .m31_text_container {
		max-width: 75%;
	}
}

@media screen and (max-width: 991px) {
	.single_stellenangebote_header .m31_text_container {
		max-width: 100%;
	}
	
	.m12_aufgaben_profil_titel_container h2 {
		font-size: 30px;
	}
	
	.m12_aufgaben_profil_titel_container {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button a {
		font-size: 14px;
	}
	
	.single_stellenangebote_header .m12_stellenangebote_single_stellenangebote_button {
		margin-bottom: 10px;
	}
	
	.single_stellenangebote_header .m31_untertitel_container {
		margin-bottom: 5px;
	}
	
	.single_stellenangebote_header .m31_text_container {
		padding-top: 5px;
	}
	
}

@media screen and (max-width: 575px) {
	section.single_stellenangebote_header .m31_content_text_container{
		padding-bottom: 30px !important;
	}
 
	section.m31_header_unterseite .m31_image_container .wp-post-image {
		min-height: 400px !important;
	}
	
	.m12_aufgaben_profil_titel_container h2 {
		font-size: 25px;
	}