section.m12_stellenangebote{
	background-image: url(../../../img/background_kacheln_gray.png);
	background-position: center top;
	/* background-size: 100% auto; */
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}

section.m12_stellenangebote .m12_item_content{
	background-color:#fff;
	height:100%;
}

section.m12_stellenangebote .m12_item.active {
	/* transform: scale(1.03); */
}

section.m12_stellenangebote .m12_item.transparent  {
	opacity: .5;
}

section.m12_stellenangebote .m12_item_content:hover .with_arrow {
	color: var(--sekundarlink_font_color);
	text-shadow: 0 0 .9px var(--sekundarlink_font_color);
}

section.m12_stellenangebote .m12_item_content:hover .with_arrow:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

section.m12_stellenangebote .m12_item_content:hover .with_arrow:before {
	background: var(--buttonHover);
}

section.m12_stellenangebote .m12_stellenangebote_container_content{
	padding:35px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.m12_stellenangebote p{
	margin:0;
}

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

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%;
}

.m12_stellenangebote_main{
	display:flex;
}

.m12_stellenangebote_title_text_container{
	width:40%;
}

.m12_stellenangebote_container{
	width:70%;
}

.m12_title_text_container {
	max-width: 80%;
}

.m12_titel_container {
	width: 280px;
	margin-bottom: 45px;
}

.m12_titel {
	margin-bottom: 0;
}

.m12_text_container {
	width: 380px;
}

.m12_untertitel {
	font-family: "euclid_circular_amedium", sans-serif;
	padding-bottom: 7px;
}

.m12_link_container .with_arrow {
	width: max-content;
	font-family: "euclid_circular_amedium", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	section.m12_stellenangebote .m12_item.case-2 {
		margin-bottom: 15px;
	}
	
	.m12_item.case-2:nth-child(odd) {
		padding-right: 7.5px;
	}
	
	.m12_item.case-2:nth-child(even) {
		padding-left: 7.5px;
	}
}

@media screen and (max-width: 1599px) {
	.m12_title_text_container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1399px) {
	.m12_stellenangebote_container {
		width: 60%;
	}
}

@media screen and (max-width: 1199px) {
	.m12_stellenangebote_main {
		flex-direction: column;
	}
	
	.m12_stellenangebote_title_text_container,
	.m12_stellenangebote_container {
		width: 100%;
	}
	
	.m12_titel_container {
		margin-bottom: 15px;
		width: 75%;
	}
	
	.m12_text_container {
		width: 90%;
	}
	
	.m12_stellenangebote_title_text_container {
		margin-bottom: 45px;
	}
	
	.m12_title * {
		margin-bottom: 0;
		font-size: 22px;
	}
	
	.m12_untertitel {
		padding-bottom: 5px;
	}
	
}



@media screen and (max-width: 991px) {
	section.m12_stellenangebote{
		background-size: auto;
	}
}

@media screen and (max-width: 767px) {
	.m12_stellenangebote_title_text_container {
		margin-bottom: 30px;
	}
	
	.m12_titel_container {
		width: 60%;
		margin-bottom: 10px;
	}
	
	.m12_text_container {
		width: 100%;
	}
	
	section.m12_stellenangebote .m12_item {
		margin-bottom: 15px;
	}
	
	section.m12_stellenangebote .m12_stellenangebote_container_content {
		padding: 25px;
		justify-content: center;
	}
	
	section.m12_stellenangebote .m12_teaser_zusatzinformationen_container, 
	section.m12_stellenangebote .m12_link_container {
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.m12_title * {
		font-size: 20px;
	}
	
	.m12_titel_container {
		width: 80%;
	}
}

@media screen and (max-width: 399px) {
	.m12_titel_container {
		width: 100%;
	}
}