/** DAS MUSS SPÄTER MIT GESAMTER SEITE SYNCHRONISIERT WERDEN **/


.cnp-grp-karriere-hauptseite h2::before {
  display: none;
}






.cnp-grp-karriere-hauptseite h2,
.cnp-grp-karriere-hauptseite h2  {
  position: relative;
  padding-left: 0;
  font-weight: 600;
  margin-bottom: 20px;
}









/** ##### MODUL ERFAHRUNGSBERICHTE ##### **/

/**
.erfahrungsberichte-wrapper {
  width: 100%;
  overflow: hidden;
}
*/

.erfahrungsberichte-slider .ein-erfahrungsbericht  {
  margin: 10px 25px;
}
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner {
  position: relative;
  width: 740px;
  box-shadow: -1px -1px 10px -3px #ccc;
  border-radius: 15px;
  overflow: hidden;
  background-color: #E3E3E3;
}
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .bild {
	float: right;
	width: 50%;
}
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .bild img {
	width: 100%;
}
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text {
  float: left;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 35px;  
  padding-right: 35px;
}

.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .zitat {
  height: 252px;
  overflow: hidden;
}
/**
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .zitat::before {
  content: "„";
}
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .zitat::after {
  content: "”";
}
**/

.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .trennlinie {
  border-top: 2px solid #fe0000;
  width: 160px;
}

.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .name {
  margin-top: 30px;
  font-size: 15px;
  line-height: 20px;
}
.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .position {
  margin-top: 3px;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1279px) {
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner {
		width: 600px;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text {
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
		line-height: 26px;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .zitat {
		height: 234px;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .bild {
		float: none;
		width: 100%;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner {
		width: 400px;
	}	
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text {
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		line-height: 22px;
		float: none;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.8);
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .zitat {
		height: auto;
		min-height: 110px;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .trennlinie {
		border-top: 2px solid #fe0000;
		width: 100px;
		margin-top: 15px;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .name {
		margin-top: 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner .text .position {
		margin-top: 3px;
		font-size: 14px;
		line-height: 18px;
	}

}
@media (max-width: 640px) {
	.erfahrungsberichte-slider .ein-erfahrungsbericht {
		margin: 10px;
	}
	.erfahrungsberichte-slider .ein-erfahrungsbericht .inner {
		width: 100%;
	}
}







/** ##### MODUL SCHNELLBEWERBUNG MIT POP-UP-FORMULAR ##### **/

.schnellbewerbung-wrapper a.open-schnellbewerbung-senden-link {
  display: block;
}
.schnellbewerbung-wrapper a,
.schnellbewerbung-wrapper a:hover,
.schnellbewerbung-wrapper a:focus {
  text-decoration: none;
}
.schnellbewerbung-wrapper .teiler {
  position: relative;
}
.schnellbewerbung-wrapper .teiler .links {
  width: 50%;
  background-color: #707070;
  color: #fff;
  padding: 100px 60px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.schnellbewerbung-wrapper .teiler .links .text {
  max-width: 430px;
  margin: 0 auto;
}
.schnellbewerbung-wrapper .teiler .links::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: calc(50% - 40px);
  font-size: 80px;
  line-height: 80px;
}
.schnellbewerbung-wrapper .teiler .rechts {
  width: 50%;
  height: 100%;
  background-color: #707070;
  background-image: URL("../../../images/karriere/6132_schnellbewerbung_ausklapp.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 6px solid #fff;
  box-sizing: border-box
}


.schnellbewerbung-wrapper .teiler:hover .links {
  background-color: #fe0000;
}
.schnellbewerbung-wrapper .teiler:hover .links::after {
	transform: rotate(90deg);
}
@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	
	.schnellbewerbung-wrapper .teiler .links .text {
		max-width: 360px;
	}
}
@media (max-width: 768px) {
	.schnellbewerbung-wrapper .teiler .links {
	  background-color: rgba(112,112,112,0.8);
	  padding: 15px 50px 15px 15px;
	  box-sizing: border-box;
	  text-align: left;
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  z-index: 99;
	}
	.schnellbewerbung-wrapper .teiler:hover .links {
	  background-color: rgba(112,112,112,0.8);
	}
	.schnellbewerbung-wrapper .teiler:hover .links::after {
		transform: unset;
	}
	.schnellbewerbung-wrapper .teiler .links .text {
		max-width: unset;
	}
	.schnellbewerbung-wrapper .teiler .links::after {
	  right: 10px;
	  top: calc(50% - 30px);
	  font-size: 60px;
	  line-height: 60px;
	}	
	.schnellbewerbung-wrapper .teiler .rechts {
	  width: 100%;
	  height: 300px;
	  position: relative;
	  right: 0;
	  top: 0;
	  border-left: 0 none;
	}
}
@media (max-width: 640px) {
	.schnellbewerbung-wrapper .teiler .rechts {
	  height: 250px;
	}
}



body.site .mfp-auto-cursor .mfp-content > .white-popup#schnellbewerbung-senden {
  width: 100% !important;
  max-width: 100%;
  padding: 45px 0 15px 0;
  height: 100VH;
  overflow-y: scroll;
  background-image: URL("../../../images/karriere/6132_schnellbewerbung_bg.jpg");
    background-size: cover;
  background-position: center;  
}
body.site .mfp-auto-cursor .mfp-content > .white-popup#schnellbewerbung-senden .mfp-close {
  font-size: 40px;
  line-height: 1;
  color: #fe0000;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup#schnellbewerbung-senden > .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	

	body.site .mfp-auto-cursor .mfp-content > .white-popup#schnellbewerbung-senden > .inner {
	  width: 100%;
	}

	
}














/** ##### LINK BOXEN ##### **/
.link-boxen div.eine-link-box a {
  display: block;
  position: relative;
  color: #fff;
}
.link-boxen div.eine-link-box a .overlay {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background-color: rgba(169,23,31,0.8);
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
}




.link-boxen div.eine-link-box a:hover .overlay {
  background-color: rgba(0,0,0,0.8);
}
.link-boxen div.eine-link-box a:hover .overlay .inner {
}














/** ##### KARRIERE HAUPTSEITE ##### **/


.cnp-grp-karriere-hauptseite {
    
}

.cnp-grp-karriere-hauptseite .rubriken-wrapper > .eine-rubrik {
  float: left;
  width: calc(50% - 6px);
  box-sizing: border-box;
  margin: 3px;
  position: relative;
}
.cnp-grp-karriere-hauptseite .rubriken-wrapper > .eine-rubrik a {
	display: block;	
}
.cnp-grp-karriere-hauptseite .rubriken-wrapper > .eine-rubrik a > .overlay {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background-color: rgba(169,23,31,0.8);
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
}
.cnp-grp-karriere-hauptseite .rubriken-wrapper > .eine-rubrik a:hover > .overlay {
  background-color: rgba(0,0,0,0.8);
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	
	.cnp-grp-karriere-hauptseite .rubriken-wrapper > .eine-rubrik a > .overlay {
	  padding: 7px 3px;
	  box-sizing: border-box;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.cnp-grp-karriere-hauptseite .rubriken-wrapper > .eine-rubrik {
	  float: none;
	  width: 100%;
	  margin: 15px 0;
	}
}









/** ##### WARUM CARITAS ##### **/


.cnp-grp-karriere-warum-caritas {
    
}
.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel {
  float: left;
  width: calc(25% - 6px);
  margin: 3px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel img {
	width: 100%;
}
.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #707070;
  box-sizing: border-box;
  padding: 75px 75px 0 75px;
  opacity: 1;
}
.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel:hover .overlay {
  opacity: 0;
}
.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay [class^="icon-"] {
	font-size: 150px;
}
.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay p {
	margin-top: 50px;
	hyphens: manual;
}






body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit {
  width: 100% !important;
  max-width: 100%;
  /**
  height: 98VH;
  max-height: 800px;
  **/
  padding: 0;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit > img {
  width: 50%;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 15px 15px 25px;
  overflow: scroll;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt img {
  display: block;
  width: auto;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt ul.downloads {
  margin-top: 25px;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt ul.downloads > li {
	margin-top: 10px;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt ul.downloads > li a {	
	padding-left: 35px;
	position: relative;	
	color: #000000;
	display: block;
	text-decoration: none;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt ul.downloads > li a:hover,
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt ul.downloads > li a:focus {		
	color: #fe0000;
	text-decoration: none;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt ul.downloads > li a::before {
	font-family: fontawesome;
	content: "\f019";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .mfp-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 50px;
  color: #fe0000;
}


@media (max-width: 1600px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay [class^="icon-"] {
		font-size: 100px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay p {
		margin-top: 35px;
	}
}
@media (max-width: 1279px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay {
		padding: 50px 25px 0 25px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay [class^="icon-"] {
		font-size: 80px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay p {
		margin-top: 25px;
	}
}
@media (max-width: 1023px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel {
		width: calc(33.333333% - 6px);
	}
	
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel:hover .overlay {
	  opacity: 1;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay {
	  background-color: rgba(112,112,112,0.9);
	}	
	
}
@media (max-width: 768px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay {
		padding: 25px 15px 0 15px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay [class^="icon-"] {
		font-size: 70px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay p {
		margin-top: 15px;
	}
	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt {
		padding: 35px 10px 10px 10px;
	}
}
@media (max-width: 640px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel {
		width: calc(50% - 6px);
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay p {
		font-size: 13px;
		line-height; 18px;
	}
	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit img {
		width: 100%;
	}
	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit .inhalt {
		position: relative;
		right: unset;
		width: 100%;
		top: unset;
		height: auto;
		padding: 20px 15px 15px 15px;
	}
	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-benefit button.mfp-close {
		background-color: #fff;
	}
}

@media (max-width: 480px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay {
		padding: 25px 10px 0 10px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay [class^="icon-"] {
		font-size: 70px;
	}
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay p {
		margin-top: 10px;
	}

}
@media (max-width: 340px) {
	.cnp-grp-karriere-warum-caritas .was-wir-bieten-wrapper .eine-kachel .overlay [class^="icon-"] {
		font-size: 45px;
	}
}









/** ##### STELLENANGEBOTE ##### **/
.cnp-grp-karriere-stellenangebote {
	
}

.cnp-grp-karriere-stellenangebote .alle-stellenangebote {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
}

.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung h3 {
	margin-bottom: 0;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter {
  margin: 25px 0;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-frage {
  float: left;
  width: 360px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-frage span {
	position: relative;
	padding-left: 25px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-frage span::before {
	font-family: icomoon;
	content: "";
	color: #000;
	font-size: 1.3em;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter.filter-bereich .filter-frage span::before {
	content: "\e901";	
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter.filter-standort .filter-frage span::before {
	content: "\e907";	
}

.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste {
  float: left;
  width: calc(100% - 360px);
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste ul > li {
	float: left;
	margin-left: 20px
}



.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header h3 {
	margin-bottom: 0;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile {
  padding: 20px 0;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner {
  padding-right: 25px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div {
	float: left;
	width: 20%;
	font-weight: 600;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div span {
	position: relative;
	padding-left: 32px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div span::before {
	font-family: icomoon;
	content: "";
	color: #fe0000;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}

.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div.job span::before {
	content: "\e905";
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div.einrichtung span::before {
	content: "\e903";
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div.ort span::before {
	content: "\e907";
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div.stellenumfang span::before {
	content: "\e909";
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile .inner > div.bereich span::before {
	content: "\e901";
}


.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote {
  border-bottom: 1px dashed #000;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li {
	border-top: 1px dashed #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li:nth-child(2n+1) {
	background-color: #f9f9f9;
}


.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li:hover {
  background-color: rgba(254,0,0,0.2);
}


.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li:has(.drehen) {
	background-color: #fff;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li:nth-child(2n+1):has(.drehen) {
	background-color: #f9f9f9;
}


.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header {
	padding-right: 25px;
	box-sizing: border-box;
	position: relative;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header:hover {
	cursor: pointer;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header::before {
	position: absolute;
	font-family: fontawesome;
	content: "\f105";
	color: #fe0000;
	right: 0;
	top: 0;
	font-size: 35px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header.drehen::before {
	content: "\f107";
}

.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div {
	float: left;
	width: 20%;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.stellenumfang .stunden {
  display: block;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.stellenumfang .stunden::before {
	content: "(";
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.stellenumfang .stunden::after {
	content: ")";
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-inhalt {
  border-top: 1px dashed #999;
  margin-top: 10px;
  padding-top: 15px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-inhalt h4 {
	color: #fe0000;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-inhalt .text ul > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-inhalt .text ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 3px;
	top: 9px;
    line-height: 1;
}



.cnp-grp-karriere-stellenangebote .job-abo-wrapper a {
	color: #000000;
	text-decoration: none;
}
.cnp-grp-karriere-stellenangebote .job-abo-wrapper a:hover,
.cnp-grp-karriere-stellenangebote .job-abo-wrapper a:focus {
	color: #fe0000;
	text-decoration: none;
}
.cnp-grp-karriere-stellenangebote .job-abo-wrapper .glocke {
  font-weight: 700;
  color: #32aee5;
}
.cnp-grp-karriere-stellenangebote .job-abo-wrapper .glocken-grafik-link a {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-top: 50px;
  position: relative;
}
.cnp-grp-karriere-stellenangebote .job-abo-wrapper .glocken-grafik-link a::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: icomoon;
  content: "\e90b";
  font-size: 120px;
  line-height: 125px;
  
}
.cnp-grp-karriere-stellenangebote .job-abo-wrapper .glocken-grafik-link a:hover::before {
  content: "\e90d";  
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote {
		font-size: 14px;
		line-height: 20px;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-frage {
		float: none;
		width: 100%;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste {
		float: none;
		width: 100%;
		
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste ul > li input {
		margin-left: 0;
	}	
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste ul > li {
		margin-top: 10px;
		margin-left: 0;
		margin-right: 15px;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste ul > li:last-child {
		margin-left: 0;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .stellenangebote-header .kopfzeile {
		display: none;
	}
	
	
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div {
		float: none;
		width: 100%;
		margin: 5px 0;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.job {
		font-weight: 600;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div > span {
		position: relative;
		padding-left: 20px;
		display: block;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div > span::before {
		font-family: icomoon;
		color: #fe0000;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.job > span::before {
		content: "\e905";
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.einrichtung > span::before {
		content: "\e903";
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.ort > span::before {
		content: "\e907";
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.stellenumfang > span.textlich::before {
		content: "\e909";
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.bereich > span::before {
		content: "\e901";
	}	
	

	.cnp-grp-karriere-stellenangebote .alle-stellenangebote ul.liste-aller-stellenangebote > li .inner .ein-stellenangebot-header > div.stellenumfang > span.stunden::before {
	  content: "(";
	  position: relative;
	  font-family: inherit;
	  color: #000;
	  font-size: inherit;
	  right: unset;
	  top: unset;
	  left: unset;
	}	
	
}
@media (max-width: 768px) {


}
@media (max-width: 640px) {
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote {
		font-size: 13px;
		line-height: 19px;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste ul > li {
		margin-top: 7px;
		margin-right: 12px;
	}
	.cnp-grp-karriere-stellenangebote .alle-stellenangebote .filterung .ein-filter .filter-liste ul > li input {
		margin-right: 0;
	}
}




/** JOB ABO FORMULAR **/
body.site .mfp-auto-cursor .mfp-content > .white-popup#job-abo-senden {
  width: 100% !important;
  max-width: 100%;
  padding: 45px 0 15px 0;
  height: 100VH;
  overflow-y: scroll;
  background-image: URL("../../../images/karriere/job_abo_formular_bg.jpg");
    background-size: cover;
  background-position: center;  
}
body.site .mfp-auto-cursor .mfp-content > .white-popup#job-abo-senden .mfp-close {
  font-size: 40px;
  line-height: 1;
  color: #fe0000;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup#job-abo-senden > .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	

	body.site .mfp-auto-cursor .mfp-content > .white-popup#schnellbewerbung-senden > .inner {
	  width: 100%;
	}

	
}
























/** ##### AUSBILDUNG ##### **/
.cnp-grp-karriere-ausbildung {
	
}



.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li {
	margin-top: 6px;
	margin-bottom: 6px;
	
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a {
  display: block;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a,
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a:hover,
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a:focus {
  text-decoration: none;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler {
  position: relative;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links {
  width: 50%;
  background-color: #e3e3e3;
  color: #000;
  padding: 100px 60px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links .text {
  max-width: 430px;
  margin: 0 auto;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: calc(50% - 40px);
  font-size: 80px;
  line-height: 80px;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .rechts {
  width: 50%;
  height: 100%;
  background-color: #707070;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 6px solid #fff;
  box-sizing: border-box
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper#kauffrau > a .teiler .rechts {
  background-image: URL("../../../images/karriere/ausbildung/5961_kaufmann_ausklapp.jpg");
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper#pflegefachfrau > a .teiler .rechts {
  background-image: URL("../../../images/karriere/ausbildung/9933_pflege_ausklapp.jpg");
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper#bachelorsience > a .teiler .rechts {
  background-image: URL("../../../images/karriere/ausbildung/6639_studium_ausklapp.jpg");
}

.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler:hover .links {
  background-color: #fe0000;
  color: #fff;
}
.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler:hover .links::after {
	transform: rotate(90deg);
}






body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup {
	width: 100% !important;
	max-width: 100%;
	padding: 45px 0 15px 0;
	height: 100VH;
	overflow-y: scroll;
	background-image: URL("../../../images/karriere/ausbildung/9933_pflege_bg.jpg");
	background-size: cover;
	background-position: center;  
}


body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup#pflegefachfrau-popup {
	background-image: URL("../../../images/karriere/ausbildung/9933_pflege_bg.jpg");
}

body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup#bachelorsience-popup {
	background-image: URL("../../../images/karriere/ausbildung/6639_studium_bg.jpg");
}

body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup#kauffrau-popup {
	background-image: URL("../../../images/karriere/ausbildung/5961_kaufmann_bg.jpg");
}



body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup .mfp-close {
  font-size: 40px;
  line-height: 1;
  color: #fe0000;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup > .inner {
  width: 960px;
  margin: 0 auto;
}

body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup > .inner .introtext {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}


.toggle-felder-wrapper > .ein-toggle-feld {
  float: left;
  width: 48%;
  margin: 1%;
  text-align: center;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon {
  background-color: #333;
  color: #fff;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon:hover {
  background-color: #fff;
  color: #fe0000;
  cursor: pointer;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon {
  background-color: #333;
  color: #fff;
  box-sizing: border-box;
  padding: 25px 15px;
  height: 335px;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon .inner > span {
  font-size: 150px;
  line-height: 200px;
  display: block;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-text {
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  padding: 25px 15px;
  font-size: 14px;
  line-height: 22px;
  height: 335px;
  overflow-y: auto;
  text-align: left;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-text p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-text ul {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 15px;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-text ul > li {
	position: relative;
	padding-left: 5px;
	display: list-item;
	list-style: disc outside;
}
.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-text img {
	max-width: 220px;
	margin: 0 auto;
	display: block;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links .text {
		max-width: 360px;
	}


	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-ausbildungs-popup > .inner {
	  width: 100%;
	}
	.toggle-felder-wrapper > .ein-toggle-feld {
	  float: none;
	  width: 98%;
	  margin: 1%;
	}
	.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon {
		display: block !important;
		height: auto;
		background-color: #fff;
		color: #fe0000;
		padding: 15px 0 0 0;
	}	
	.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon .inner > span {
		font-size: 50px;
		line-height: 1.1;
	}
	.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-icon .inner > p {
		display: none;
	}
	.toggle-felder-wrapper > .ein-toggle-feld .ein-feld-text {
	  display: block !important;
	  height: auto;
	  padding: 10px 10px 5px 10px;
	}
	
	
}
@media (max-width: 768px) {
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links {
	  background-color: rgba(112,112,112,0.8);
	  padding: 15px 50px 15px 15px;
	  box-sizing: border-box;
	  text-align: left;
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  z-index: 99;
	}
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler:hover .links {
	  background-color: rgba(112,112,112,0.8);
	}
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler:hover .links::after {
		transform: unset;
	}
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links .text {
		max-width: unset;
	}
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .links::after {
	  right: 10px;
	  top: calc(50% - 30px);
	  font-size: 60px;
	  line-height: 60px;
	}	
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .rechts {
	  width: 100%;
	  height: 300px;
	  position: relative;
	  right: 0;
	  top: 0;
	  border-left: 0 none;
	}
}
@media (max-width: 640px) {
	.cnp-grp-karriere-ausbildung .ausbildungen-wrapper ul.liste-ausbildungen > li .eine-ausbildung-wrapper > a .teiler .rechts {
	  height: 250px;
	}
}














/** ##### KARRIERE: FSJ, BFD, PRAKTIKUM ##### **/

.cnp-grp-karriere-fsj-bfd {
	
}



.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon {
  border-bottom: 0 none;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .ui-accordion-header::after {
	display: none;
}

.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header {
	margin-top: 6px;
	margin-bottom: 6px;
	border: 0 none;
	padding: 0;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler {
  position: relative;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links {
  width: 50%;
  background-color: #e3e3e3;
  color: #000;
  padding: 125px 60px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links .text {
  max-width: 430px;
  margin: 0 auto;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links .text h3 {
  margin: 0;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: calc(50% - 40px);
  font-size: 80px;
  line-height: 80px;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .rechts {
  width: 50%;
  height: 100%;
  background-color: #707070;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 6px solid #fff;
  box-sizing: border-box
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header.fsj-bdf .teiler .rechts {
  background-image: URL("../../../images/karriere/fsj_bfd_praktikum/5912_fsj_ausklapp.jpg");
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header.praktikum .teiler .rechts {
  background-image: URL("../../../images/karriere/fsj_bfd_praktikum/9801_praktikum_ausklapp.jpg");
}

.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler:hover .links {
  background-color: #fe0000;
  color: #fff;
}


.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header.ui-accordion-header-active .teiler .links {
	background-color: #fe0000;
	color: #fff;
}
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header.ui-accordion-header-active .teiler .links::after {
	transform: rotate(90deg);
}

.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-inhalt .inhalt-text, 
.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-inhalt .inhalt-bild {
  padding: 15px;
  box-sizing: border-box;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links .text {
		max-width: 360px;
	}	
}
@media (max-width: 768px) {
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links {
	  background-color: rgba(112,112,112,0.8);
	  padding: 15px 50px 15px 15px;
	  box-sizing: border-box;
	  text-align: left;
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  z-index: 99;
	}
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler:hover .links {
	  background-color: rgba(112,112,112,0.8);
	}
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler:hover .links::after {
		transform: unset;
	}
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links .text {
		max-width: unset;
	}
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .links::after {
	  right: 10px;
	  top: calc(50% - 30px);
	  font-size: 60px;
	  line-height: 60px;
	}	
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .rechts {
	  width: 100%;
	  height: 300px;
	  position: relative;
	  right: 0;
	  top: 0;
	  border-left: 0 none;
	}
}
@media (max-width: 640px) {
	.cnp-grp-karriere-fsj-bfd #mehr-infos-akkordeon .eine-info-header .teiler .rechts {
	  height: 250px;
	}
}


















@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {


}
@media (max-width: 640px) {

}
