
section.m12_stellenangebote .m12_stellenangebote_container_content{
	padding:20px;
}

section.m12_stellenangebote p{
	
}

section.m12_stellenangebote .m12_item{
	margin-bottom:30px;
}

section.m12_stellenangebote .m12_stellenangebote_container_load_more{
	width: 100%;
    display: table;
}

section.m12_stellenangebote .m12_stellenangebote_load_more{
    display: table;
}

section.m12_stellenangebote .m12_stellenangebote_load_more_container{
	position:relative;
	width:200px;
}

section.m12_stellenangebote .m12_stellenangebote_load_more_loader{
    position: absolute;
    width: 20px;
    transform: translate(50%, 0);
    cursor:default;
}

section.m12_stellenangebote .m12_stellenangebote_load_more_text{
	text-align:center;
	cursor:pointer;
}

section.m12_stellenangebote .m12_teaser_zusatzinformationen_container,
section.m12_stellenangebote .m12_link_container{
	margin-top:20px;
}

section.m12_stellenangebote .m12_stellenangebote_pagination_container{
	display:table;
}

section.m12_stellenangebote .m12_stellenangebote_pagination_container>div{
	float:left;
	cursor:pointer;
}

section.m12_stellenangebote .pagination_active{
	color:#b04453;
}

section.m12_stellenangebote[data-text-kurzen="true"] .m12_title_text_container{
	height: 120px;
    overflow: hidden;
}

section.m12_stellenangebote .m12_image_container img{
	width:100%;
}

section.m12_stellenangebote .m12_teaser_zusatzinformationen_container,
section.m12_stellenangebote .m12_teaser_zusatzinformationen_main{
	display:table;
	width:100%;
}

section.m12_stellenangebote .m12_container_top {
	display: flex;
	align-items: start;
}

section.m12_stellenangebote .m12_container_top>div {
	width: 50%;
}

section.m12_stellenangebote .m12_content_container {
	padding-right: 23px;
}

section.m12_stellenangebote .m12_text_container {
	hyphens: auto;
}

section.m12_stellenangebote .m12_bild_container {
	padding-left: 23px;
	display: flex;
	justify-content: center;
}

section.m12_stellenangebote .m12_bild_container_item {
	width: 60%;
	margin-top: -53px;
	display: flex;
}

section.m12_stellenangebote .m12_bild_container img {
	width: auto;
}



section.m12_stellenangebote .m12_stellenangebote_container{
	margin-top: 51px;
}

section.m12_stellenangebote #heyrecruit_jobs {
	margin-top: 0;
}

section.m12_stellenangebote #heyrecruit_jobs .heyrecruit_list_wrapper {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 11px;
	border-radius: 20px;
	
	transition: background-color .4s;
}

section.m12_stellenangebote #heyrecruit_jobs .heyrecruit_list_wrapper:last-child {
	margin-bottom: 0;
}

section.m12_stellenangebote .heyrecruit_list_wrapper.active {
	background-color: #dde5eb;
}

section.m12_stellenangebote #heyrecruit_jobs .m12_item_title {
	padding-right: 23px;
}

section.m12_stellenangebote #heyrecruit_jobs .m12_item_title a,
section.m12_stellenangebote #heyrecruit_jobs .m12_item_title div {
	color: #002a4d !important;
}

section.m12_stellenangebote #heyrecruit_jobs .heyrecruit_list_wrapper>div {
	padding: 0;
}

section.m12_stellenangebote .m12_item_head > div {
	width: 50%;
}

section.m12_stellenangebote .m12_item_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 50px 25px !important;
	cursor: pointer;
}

section.m12_stellenangebote .m12_item_additional {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 23px;
}

section.m12_stellenangebote .m12_item_details svg {
	display: none;
}

section.m12_stellenangebote .m12_item_details {
	display: flex;
	align-items: center;
	max-width: calc(100% - 45px); //space for icon
	flex-wrap: wrap;
}

section.m12_stellenangebote .m12_item_details span {
	border: 1px solid rgba(0, 42, 77, 0.3);
	margin-right: 0 !important;
	border-radius: 22px;
	padding: 11px 24px 8px;
	font-size: 1rem !important;
	font-weight: 500;
}

section.m12_stellenangebote .m12_icon {
	border-radius: 17.5px;
	border: 1px solid rgba(0, 42, 77, 0.3);
	background-color: transparent;
	width: 35px;
	height: 50px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: background-color .4s;
}

section.m12_stellenangebote .m12_item_head:hover .m12_icon,
section.m12_stellenangebote .heyrecruit_list_wrapper.active .m12_icon {
	background-color: #002a4d;
}

section.m12_stellenangebote .m12_icon svg {
	fill: #0a2f57;
	width: 19px;
	min-width: 19px;
	
	transition: fill .4s, transform .4s;
}

section.m12_stellenangebote .m12_item_head:hover .m12_icon svg,
section.m12_stellenangebote .heyrecruit_list_wrapper.active .m12_icon svg {
	fill: #fff;
	transform: rotate(90deg);
}

section.m12_stellenangebote #heyrecruit_jobs .heyrecruit_list_wrapper .hr_jobdetail_button {
	display: none;
}



section.m12_stellenangebote .m12_item_content {
	display:none;
	overflow:hidden;
}

section.m12_stellenangebote .m12_item_content {
	padding: 0 50px 49px !important;
}

section.m12_stellenangebote .m12_item_content_inner {
	background-color: #fff;
	border-radius: 20px;
	padding: 64px 97px 61px 91px;
}

section.m12_stellenangebote .m12_item_content .hr_section_form,
div.m12_form div.hr_section_form_content {
	margin: 0;
}

section.m12_stellenangebote .m12_description .hr_text,
section.m12_stellenangebote .m12_description span{
	font-size: 1rem !important; 
	margin: 0;
}

section.m12_stellenangebote .m12_description .hr_text {
	margin-bottom: 50px;
	white-space: normal !important;
	margin-right: 0 !important;
}

section.m12_stellenangebote .m12_description .hr_text * {
	white-space: normal !important;
}

section.m12_stellenangebote .m12_description .m12_firmenbeschreibung {
	margin-bottom: 50px;
}

section.m12_stellenangebote .m12_description .hr_text ul{
	margin-left: 1.2rem;
	list-style: disc;
}

section.m12_stellenangebote .m12_description .hr_text li{
	padding-left: 4px;
}

section.m12_stellenangebote .m12_description h2{
	font-size: 1.5625rem;
	font-family: "IvyJournal", sans-serif;
	font-weight: 400;
}

section.m12_stellenangebote .m12_form{
	display: none;
}

section.m12_stellenangebote .m12_stoerer {
	background-color: #c3efc6;
	padding: 58px 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	border-radius: 20px;
}

section.m12_stellenangebote .m12_stoerer_content {
	width: calc(50% + 120px);
}

section.m12_stellenangebote .m12_stoerer_titel {
	font-family: "IvyJournal", sans-serif;
	font-weight: 400;
}

section.m12_stellenangebote .m12_stoerer_text  {
	margin-top: 33px;
}

section.m12_stellenangebote .m12_stoerer_button {
	position: relative;
}

section.m12_stellenangebote .m12_stoerer_button:after {
	content: '';
	background-image: url("/wp-content/uploads/2025/05/button_arrow_blue.svg");
	width: 22px;
	height: 9px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

section.m12_stellenangebote .m12_btn {
	padding: 13px 66px 14px 33px;
	border-radius: 35px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-transition: background .4s, border-color .4s;
	-moz-transition: background .4s, border-color .4s;
	-ms-transition: background .4s, border-color .4s;
	-o-transition: background .4s, border-color .4s;
	transition: background .4s, border-color .4s;
	width: auto;
	font-weight: 400;
	color: #0a2f57;
}

section.m12_stellenangebote .m12_btn:hover {
	background-color: transparent;
	border-color: rgba(0, 42, 77, 1);
}



.m12_form .m12_form_header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 35px;
}

.m12_form .m12_form_header_text {
	max-width: calc(100% - 307px);
}

.m12_form .m12_form_hinweis {
	opacity: .5;
}

.m12_form .m12_kurzbeschreibung {
	margin-top: 30px;
}

.m12_form .hr_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 25px;
}

.m12_form .hr_form_section_title {
	display: none;
	width: 100%;
}

.m12_form .hr_text_formfield {
	width: calc((100% / 3) - (25px / 3));
}

.m12_form .hr_text_formfield input,
.m12_form .hr_document_formfield select,
.m12_form .hr_select_formfield select {
	max-width: none !important;
	width: 100%;
	margin: 0;
	padding: 16px 33px 14px !important;
	border-radius: 25px;
	border: 1px solid #002a4d;
	color: #0a2f57 !important;
	font-weight: 500;
}

.m12_form .hr_document_formfield select,
.m12_form .hr_select_formfield select {
	background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%230a2f57" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 33px center;
	background-size: 16px;
}

.m12_form .hr_document_formfield select,
.m12_form .hr_select_formfield select,
.m12_form .hr_text_formfield input::placeholder {
	color: #0a2f57 !important;
	opacity: 1;
	font-weight: 500;
}

.m12_form .hr_text_formfield:has([name="email"]),
.m12_form .hr_text_formfield:has([name="phone"]),
.m12_form .hr_select_formfield {
	width: calc(33.3333% - ((50px * 2) / 3));
}

.m12_form .hr_select_formfield:has([name="standort"]) {
	width: calc(33.3333% - 9px);
}

.m12_form .hr_document_formfield {
	width: calc()
}

.m12_form .hr_document_formfield {
	width: 100%;
}

/* .m12_form .hr_text_formfield label,
.m12_form .hr_document_formfield label,
.m12_form .hr_select_formfield label {
	display: none;
} */

.m12_form .hr_document_formfield .hr_form label {
	/* display: block; */
}

.m12_form div.hr_checkbox_with_modal_formfield {
	width: 50%;
	margin-bottom: 0 !important;
}

.m12_form div.hr_checkbox_with_modal_formfield input {
	display: none;
}

.m12_form div.hr_checkbox_with_modal_formfield label {
	position: relative;
}

.m12_form div.hr_checkbox_with_modal_formfield label:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(0, 42, 77, 0.3);
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 9px;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.2s ease;
	position: relative;
	cursor: pointer;
}

.m12_form div.hr_checkbox_with_modal_formfield:has(input:checked) label:before {
	border-color: rgba(0, 42, 77, 1);
	background-color: rgba(0, 42, 77, 1);
	box-shadow: inset 0 0 0 2px white;
}

.m12_form .m12_form_btn {
	position: relative;
	margin-left: auto;
}

.m12_form .m12_form_btn:after {
	content: '';
	background-image: url('/wp-content/uploads/2025/05/button_arrow_blue.svg');
	width: 22px;
	height: 9px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.m12_form #saveApplicant {
	padding: 13px 66px 14px 33px;
	border-radius: 35px;
	background-color: #c3efc6;
	color: #0a2f57;
	border: none;
}

.m12_form .hr_document_formfield .hr_form,
.m12_form .hr_select_formfield .hr_form {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.m12_form .hr_document_formfield div[id*="upload_fields_"],
.m12_form .hr_select_formfield div[id*="upload_fields_"] {
	flex-wrap: wrap;
	gap: 6px;
}

.m12_form .hr_document_formfield .form_file_helper,
.m12_form .hr_select_formfield .form_file_helper {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #e6f1ec;
	padding: 50px 20px;
	border-radius: 25px;
	border: 1px dashed rgba(0, 42, 77, 0.5);
	cursor: pointer;
}

.m12_form .hr_document_formfield .form_file_button svg,
.m12_form .hr_select_formfield .form_file_button svg {
	margin-left: 0;
	margin-right: 10px;
}

.m12_form .hr_document_formfield .delete_file_upload svg,
.m12_form .hr_select_formfield .delete_file_upload svg {
	width: 40px
}


@media all and (max-width: 1799px) {
	section.m12_stellenangebote .m12_stoerer {
		padding: 58px 100px;
	}
}

@media all and (max-width: 1399px) {
	section.m12_stellenangebote #heyrecruit_jobs .m12_item_title {
		width: 40%;
	}
	
	section.m12_stellenangebote #heyrecruit_jobs .m12_item_additional {
		width: 60%;
	}
	
	section.m12_stellenangebote .m12_item_content_inner {
		padding: 64px 60px 61px;
	}
	
	
	
	.m12_form .m12_form_header_text {
		max-width: calc(100% - 200px);
	}
}

@media all and (max-width: 991px) {
	section.m12_stellenangebote .m12_container_top {
		flex-direction: column;
	}
	
	section.m12_stellenangebote .m12_container_top>div {
		padding: 0;
		width: 100%;
	}
	
	section.m12_stellenangebote .m12_bild_container {
		margin-top: 40px;
	}
	
	section.m12_stellenangebote .m12_bild_container_item {
		margin-top: 0;
	}
	
	section.m12_stellenangebote .m12_stellenangebote_container {
		/* margin-top: 0; */
	}
	
	section.m12_stellenangebote .m12_item_head {
		flex-direction: column;
		align-items: start;
	}
	
	section.m12_stellenangebote #heyrecruit_jobs .m12_item_title,
	section.m12_stellenangebote #heyrecruit_jobs .m12_item_additional {
		width: 100%;
		padding: 0;
	}
	
	section.m12_stellenangebote .m12_item_additional {
		align-items: start;
		margin-top: 15px;
	}
	
	section.m12_stellenangebote .m12_stoerer {
		flex-direction: column;
		align-items: start;
		padding: 38px 60px;
	}
	
	section.m12_stellenangebote .m12_stoerer_content {
		width: 100%;
	}
	
	
	.m12_form .m12_form_header {
		gap: 20px;
		flex-direction: column;
		margin-bottom: 15px;
	}
	
	.m12_form .m12_form_header_text {
		max-width: none;
	}
	
	.m12_form .hr_form {
		gap: 0 15px;
	}
	
	.m12_form .hr_text_formfield,
	.m12_form .hr_text_formfield:has([name="email"]), 
	.m12_form .hr_text_formfield:has([name="phone"]) {
		width: calc((100% / 2) - (15px / 2));
	}
	
	.m12_form div.hr_checkbox_with_modal_formfield {
		width: 100%;
		margin-bottom: 10px !important;
	}
	
	.m12_form .m12_form_btn {
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	section.m12_stellenangebote .m12_item_head {
		padding: 26px 30px 25px !important;
	}
	
	section.m12_stellenangebote .m12_item_content {
		padding: 0 30px 39px !important;
	}
	
	section.m12_stellenangebote .m12_item_content_inner {
		padding: 44px 40px 41px;
	}
	
	
	
	.m12_form .hr_form {
		gap: 0 10px;
	}
	
	.m12_form .hr_text_formfield,
	.m12_form .hr_text_formfield:has([name="email"]), 
	.m12_form .hr_text_formfield:has([name="phone"]) {
		width: 100%;
	}
}

@media all and (max-width: 575px) {
	section.m12_stellenangebote .m12_item_head {
		padding: 26px 15px 25px !important;
		margin: 0 !important;
	}
	
	section.m12_stellenangebote .m12_item_content {
		padding: 0 20px 29px !important;
		hyphens: auto !important;
	}
	
	section.m12_stellenangebote .m12_item_content_inner {
		padding: 34px 30px 31px;
	}
	
	section.m12_stellenangebote .m12_description .hr_text li {
		padding-left: 0px;
	}
	
	section.m12_stellenangebote .m12_stoerer {
		padding: 33px 30px;
	}
	
	section.m12_stellenangebote .m12_item_details {
		flex-wrap: wrap;
		align-items: start;
		gap: 2px 0;
	}
	
	
	
	.m12_form {
		hyphens: auto;
	}
	
	.m12_form .hr_text_formfield input, 
	.m12_form .hr_document_formfield select,
	.m12_form .hr_select_formfield select {
		padding: 13px 23px 11px !important;
	}
	.m12_form .hr_document_formfield select,
	.m12_form .hr_select_formfield select {
		background-position: right 23px center;
	}
}

@media all and (max-width: 449px) {
	section.m12_stellenangebote .m12_item_content_inner {
		padding: 24px 20px 21px;
	}
	
	section.m12_stellenangebote .m12_stoerer {
		padding: 28px 20px;
	}
}

@media all and (max-width: 379px) {
	section.m12_stellenangebote .m12_bild_container_item {
		width: 100%;
	}
	
	section.m12_stellenangebote .m12_item_head {
		padding: 21px 10px 20px !important;
	}
	
	section.m12_stellenangebote .m12_item_content {
		padding: 0 10px 24px !important;
	}
	
	section.m12_stellenangebote .m12_item_content_inner {
		padding: 19px 15px 16px;
	}
	
	section.m12_stellenangebote .m12_stoerer_button:after {
		content: none;
	}
	
	section.m12_stellenangebote .m12_btn {
		padding: 13px 33px 14px;
	}
}