section.m12_stellenangebote .m12_item_content{
	background-color:#025a2e;
	height:100%;
	cursor: pointer;
}

section.m12_stellenangebote .m12_title h3 {
	color: #ffee00;
}

section.m12_stellenangebote .m12_stellenangebote_container_content{
	padding: 25px 40px;
}

section.m12_stellenangebote p{
	margin:0;
}

section.m12_stellenangebote .m12_item:not(:last-child) {
	margin-bottom: 25px;
}

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_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_title_text_container {
	display: flex;
	align-items: center;
}

section.m12_stellenangebote .m12_title,
section.m12_stellenangebote .m12_teaser_zusatzinformationen_container {
	width: 50%;
}

section.m12_stellenangebote .m12_title {
	padding-right: 20px;
}

section.m12_stellenangebote .m12_title h3 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

section.m12_stellenangebote .m12_title h3 span {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-transform: none;
}

section.m12_stellenangebote .m12_teaser_zusatzinformationen_container {
	display: flex;
	align-items: center;
}

section.m12_stellenangebote .m12_teaser_zusatzinformationen_main {
	display: flex;
	align-items: center;
	width: 100%;
}

section.m12_stellenangebote .m12_teaser_zusatzinformationen_item {
	display: flex;
	align-items: center;
	width: 50%;
}

section.m12_stellenangebote .m12_teaser_zusatzinformationen_item svg {
	fill: #ffee00;
	margin-right: 10px;
}

section.m12_stellenangebote .m12_einsatzort_container svg {
	width: 14px;
	min-width: 14px;
	height: 18px;
	min-height: 18px;
}

section.m12_stellenangebote .m12_arbeitszeit_container svg {
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
}

section.m12_stellenangebote .m12_title_text_container_icon{
	position: relative;
	width: 55px;
	min-width: 55px;
	height: 55px;
	min-height: 55px;
	border-radius: 50%;
	border: 1px solid #7ea990;
	background: transparent;
	-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;
}

section.m12_stellenangebote .m12_title_text_container_icon:hover,
section.m12_stellenangebote .m12_item.active .m12_title_text_container_icon {
	background: #ffee00;
	border-color: #ffee00;
}

section.m12_stellenangebote .m12_title_text_container_icon:before,
section.m12_stellenangebote .m12_title_text_container_icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #faf7f1;
	-webkit-transition: background .4s;
	-moz-transition:    background .4s;
	-ms-transition:     background .4s;
	-o-transition:      background .4s;
	transition:         background .4s;
	-webkit-transform: 	translate(-50%, -50%);
	-moz-transform: 	translate(-50%, -50%);
	-ms-transform: 		translate(-50%, -50%);
	-o-transform: 		translate(-50%, -50%);
	transform: 			translate(-50%, -50%);
}

section.m12_stellenangebote .m12_title_text_container_icon:before {
	width: 10px;
	height: 2px;
	z-index: 1;
}

section.m12_stellenangebote .m12_title_text_container_icon:after {
	width: 2px;
	height: 10px;
	z-index: 2;
	-webkit-transition: opacity .4s, background .4s;
	-moz-transition:    opacity .4s, background .4s;
	-ms-transition:     opacity .4s, background .4s;
	-o-transition:      opacity .4s, background .4s;
	transition:         opacity .4s, background .4s;
}

section.m12_stellenangebote .m12_title_text_container_icon:hover:before,
section.m12_stellenangebote .m12_title_text_container_icon:hover:after,
section.m12_stellenangebote .m12_item.active .m12_title_text_container_icon:before {
	background: #2c2c2c;
}

section.m12_stellenangebote .m12_item.active .m12_title_text_container_icon:after {
	opacity: 0;
}

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

section.m12_stellenangebote .m12_hauptinhalt_container {
	position: relative;
	padding-top: 45px;
	padding-bottom: 25px;
	margin-top: 25px;
}

/* section.m12_stellenangebote .m12_item.active .m12_hauptinhalt_container {
	display: flex !important;
} */

section.m12_stellenangebote .m12_hauptinhalt_container:before,
section.m12_stellenangebote .m12_hauptinhalt_container:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7ea990;
}

section.m12_stellenangebote .m12_hauptinhalt_container:before {
	top: 0;
}

section.m12_stellenangebote .m12_hauptinhalt_container:after {
	bottom: 0;
}

section.m12_stellenangebote .m12_hauptinhalt_container_content {
	display: flex;
}

section.m12_stellenangebote .m12_hauptinhalt_main {
	width: 33.3333%;
}

section.m12_stellenangebote .m12_hauptinhalt_main:not(:last-child) {
	padding-right: 75px;
}

section.m12_stellenangebote .m12_hauptinhalt_inhalt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

section.m12_stellenangebote .m12_hauptinhalt_inhalt ul li {
	position: relative;
	padding-left: 20px;
}

section.m12_stellenangebote .m12_hauptinhalt_inhalt ul li:not(:last-child) {
	margin-bottom: 4px;
}

section.m12_stellenangebote .m12_hauptinhalt_inhalt ul li:before {
	content: '>>';
	position: absolute;
	top: 0;
	left: 0;
}

section.m12_stellenangebote .m12_hauptinhalt_beschriftung {
	margin-bottom: 25px;
}

section.m12_stellenangebote .m12_hauptinhalt_beschriftung p {
	font-weight: 700;
}

section.m12_stellenangebote .m12_link_container {
	display: flex;
	justify-content: center;
}

section.m12_stellenangebote .m12_link_container a {
	margin-top: 50px;
	margin-bottom: 25px;
}

section.m12_stellenangebote .m12_main_title_text_container {
	margin-bottom: 45px;
}

section.m12_stellenangebote .m12_main_title_container,
section.m12_stellenangebote .m12_main_text_container {
	text-align: center;
}

section.m12_stellenangebote .m12_main_text_container {
	display: flex;
	justify-content: center;
}

section.m12_stellenangebote .m12_main_title_container h2 {
	color: #ffee00;
}

section.m12_stellenangebote .m12_main_text_container p {
	color: #e9eae2;
	max-width: 640px;
}

section.m12_stellenangebote .m12_no_offers_available_container p {
	text-align: center;
}

@media screen and (max-width: 1199px) {
	section.m12_stellenangebote .m12_hauptinhalt_container_content {
		flex-wrap: wrap;
	}
	
	section.m12_stellenangebote .m12_hauptinhalt_main {
		width: 50%;
	}
	
	section.m12_stellenangebote .m12_hauptinhalt_main:not(:last-child) {
		margin-bottom: 50px;
	}
	
	section.m12_stellenangebote .m12_hauptinhalt_main {
		padding-right: 50px !important;
	}
	
	section.m12_stellenangebote .m12_hauptinhalt_main:nth-child(2) {
		padding-right: 0;
	}
	
	section.m12_stellenangebote .m12_title {
		width: 55%;
	}
	
	section.m12_stellenangebote .m12_teaser_zusatzinformationen_container {
		width: 45%;
	}
}

@media screen and (max-width: 991px) {
	section.m12_stellenangebote .m12_title_text_container {
		position: relative;
		flex-wrap: wrap;
	}
	
	section.m12_stellenangebote .m12_title,
	section.m12_stellenangebote .m12_teaser_zusatzinformationen_container {
		width: 100%;
	}
	
	section.m12_stellenangebote .m12_title {
		margin-bottom: 10px;
	}
	
	section.m12_stellenangebote .m12_title_text_container_icon {
		position: absolute;
		top: 50%;
		right: 40px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 991px) {
	section.m12_stellenangebote .m12_stellenangebote_container_content {
		padding: 25px;
	}
	
	section.m12_stellenangebote .m12_title_text_container_icon {
		right: 0;
	}
	
	section.m12_stellenangebote .m12_title {
		padding-right: 80px;
	}
}

@media screen and (max-width: 767px) {
	section.m12_stellenangebote .m12_hauptinhalt_main {
		width: 100%;
		padding-right: 0 !important;
	}
	
	section.m12_stellenangebote .m12_title_text_container_icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
		min-height: 40px;
	}
	
	section.m12_stellenangebote .m12_hauptinhalt_beschriftung {
		margin-bottom: 10px;
	}
	
	section.m12_stellenangebote .m12_hauptinhalt_main:not(:last-child) {
		margin-bottom: 30px;
	}
	
	section.m12_stellenangebote .m12_title {
		padding-right: 65px;
	}
}

@media screen and (max-width: 575px) {
	section.m12_stellenangebote .m12_main_title_container,
	section.m12_stellenangebote .m12_main_text_container {
		text-align: start;
	}
	
	section.m12_stellenangebote .m12_main_text_container {
		justify-content: start;
	}
	
	section.m12_stellenangebote .m12_no_offers_available_container p {
		text-align: start;
	}
}

@media screen and (max-width: 450px) {
	section.m12_stellenangebote .m12_teaser_zusatzinformationen_main {
		flex-wrap: wrap;
	}
	
	section.m12_stellenangebote .m12_teaser_zusatzinformationen_item {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	section.m12_stellenangebote .m12_link_container a {
		font-size: .9rem;
		padding: 15px 30px 13px;
	}
}
