section.m12_stellenangebote {
	background: #1a2e25;
}

section.m12_stellenangebote .m12_item_content{
	height:100%;
}

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

section.m12_stellenangebote p{
	margin:0;
}

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_image_container {
	position: relative;
}

section.m12_stellenangebote .m12_image_content {
	position: absolute;
	width: calc(100% - 26px - 25px);
	top: 25px;
	left: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.m12_stellenangebote .m12_item a {
	width: 100%;
}

section.m12_stellenangebote .m12_arrow {
	width: 56px;
	height: 56px;
	background: #2e5955;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .4s;
}

section.m12_stellenangebote .m12_arrow svg {
	width: 18px;
	fill: #cbe2af;
	transition: fill .4s, transform .4s;
}

section.m12_stellenangebote .m12_item a:hover .m12_arrow svg {
	transform: rotate(-45deg);
	fill: #0f2021;
}

section.m12_stellenangebote .m12_item a:hover .m12_arrow {
	background: #d4e6b5;
}

section.m12_stellenangebote .m12_image_container img {
	height: 489px;
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
}

section.m12_stellenangebote .m12_stellenangebote_container {
	display: flex;
	gap: 94px 102px;
	flex-wrap: wrap;
}

section.m12_stellenangebote .m12_item {
	width: calc(33.3333% - ((102px * 2) / 3));
}

section.m12_stellenangebote .m12_stellenangebote_container .m12_item:nth-child(2) {
	margin-top: 57px;
}

section.m12_stellenangebote .m12_stellenangebote_container .m12_item:nth-child(n+4):nth-child(3n+1),
section.m12_stellenangebote .m12_stellenangebote_container .m12_item:nth-child(n+4):nth-child(3n) {
	margin-top: -57px;
}

section.m12_stellenangebote .m12_infos_container {
	display: flex;
	gap: 7px;
}

section.m12_stellenangebote .m12_infos_container .m12_info {
	background: #dbeabb;
	border-radius: 3px;
	padding: 7px 11px 4px 11px;
}

section.m12_stellenangebote .m12_infos_container .m12_info p {
	font-size: .822rem;
	line-height: 1;
}

section.m12_stellenangebote .mM_post_type_titel {
	color: #fff;
}

section.m12_stellenangebote .m12_stelle {
	color: #f6f7f2;
	hyphens: auto;
}

section.m12_stellenangebote .m12_stelle_container {
	background: #1a2e25;
	width: calc(100% - 69px);
	padding-top: 40px;
	margin-top: -62px;
	position: relative;
	z-index: 2;
	padding-right: 32px;
}

@media screen and (max-width: 1199px) {
	section.m12_stellenangebote .m12_stellenangebote_container {
		flex-direction: column;
		gap: 68px;
	}
	
	section.m12_stellenangebote .m12_item {
		width: 100%;
	}
	
	section.m12_stellenangebote .m12_stelle_container {
		padding-top: 20px;
	}
	
	section.m12_stellenangebote .m12_stellenangebote_container .m12_item:nth-child(2) {
		margin-top: 0;
	}
	
	section.m12_stellenangebote .m12_stellenangebote_container .m12_item:nth-child(n+4):nth-child(3n+1),
	section.m12_stellenangebote .m12_stellenangebote_container .m12_item:nth-child(n+4):nth-child(3n) {
		margin-top: 0;
	}
	
	section.m12_stellenangebote .m12_stelle_container {
		margin-top: -60px;
	}
}

@media screen and (max-width: 767px) {
	section.m12_stellenangebote .m12_stelle_container {
		margin-top: -48px;
	}
}

@media screen and (max-width: 575px) {
	section.m12_stellenangebote .m12_image_container img {
		height: 307px;
	}
	
	section.m12_stellenangebote .m12_stelle_container {
		margin-top: -29px;
		width: calc(100% - 20px);
	}
	
	section.m12_stellenangebote .m12_image_content {
		top: 18px;
		left: 14px;
		width: calc(100% - 14px - 18px);
	}
	
	section.m12_stellenangebote .m12_arrow {
		width: 46px;
		height: 46px;
	}
	
	section.m12_stellenangebote .m12_arrow svg {
		width: 15px;
	}
}

@media screen and (max-width: 400px) {
	section.m12_stellenangebote .m12_image_container img {
		height: 207px;
	}
	
	section.m12_stellenangebote .m12_stelle_container {
		padding-right: 32px;
	}
}