.bg-rot {
	background-color: #a9171f;
	color: #fff;
}
.bg-rot h1,
.bg-rot h2,
.bg-rot h3, 
.bg-rot h4 {
	color: #fff;
}
.bg-rot h2::before {
    background-color: #fff;
}
.bg-rot a {
	color: #fff;
	text-decoration: underline;
}
.bg-rot a:hover,
.bg-rot a:focus{
	color: #eee;
}

.bg-rot a.bp-button {
    color: #fff;
    text-decoration: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.bg-rot a.bp-button:hover {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.bg-rot .bp-slick.slick-slider .slick-prev::before,
.bg-rot .bp-slick.slick-slider .slick-next::before {
    color: #fff;
}
.bg-rot .bp-slick.slick-slider .slick-dots li button {
    background-color: #000;
}
.bg-rot .bp-slick.slick-slider .slick-dots li.slick-active button {
    background-color: #fff;
}


.bg-hellgrau {
	background-color: #ededed;
}




.cnp-seiten-intro .inner {
    margin-top: -100px;
    text-align: center;
    padding: 75px 100px;
}



.bp-slick.slick-slider#einrichtungen-slider {
    margin-bottom: 0px;
	padding-bottom: 50px;
}
.bp-slick.slick-slider#einrichtungen-slider .slick-prev, 
.bp-slick.slick-slider#einrichtungen-slider .slick-next {
    top: calc(100% - 25px);
}
.bp-slick.slick-slider#einrichtungen-slider .slick-prev {
    height: auto;
    left: 0;
    width: auto;
}
.bp-slick.slick-slider#einrichtungen-slider .slick-next {
    height: auto;
    right: 0px;
    width: auto;
}
.bp-slick.slick-slider#einrichtungen-slider .slick-dots {
    bottom: 18px;
}



.bp-slick.slick-slider.ansprechpartner-karussell {
    margin-bottom: 0px;
	padding-bottom: 50px;
}
.bp-slick.slick-slider.ansprechpartner-karussell .slick-prev, 
.bp-slick.slick-slider.ansprechpartner-karussell .slick-next {
    top: calc(100% - 25px);
}
.bp-slick.slick-slider.ansprechpartner-karussell .slick-prev {
    height: auto;
    left: 10px;
    width: auto;
}
.bp-slick.slick-slider.ansprechpartner-karussell .slick-next {
    height: auto;
    right: 10px;
    width: auto;
}
.bp-slick.slick-slider.ansprechpartner-karussell .slick-dots {
    bottom: 18px;
}





@media (max-width: 1279px) {
	.cnp-seiten-intro .inner {
		margin-top: -75px;
		padding: 50px 75px;
	}
}
@media (max-width: 1023px) {
	.cnp-seiten-intro .inner {
		margin-top: -50px;
		padding: 25px 50px;
	}
}
@media (max-width: 768px) {
	.cnp-seiten-intro .bp-width {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.cnp-seiten-intro .inner {
		margin-top: 0;
		padding: 25px 15px;
	}
}
@media (max-width: 640px) {

}











/** ##### STARTSEITE ##### **/

.startseite-newsticker {
    text-align: center;
	padding-top: 125px;
}
.startseite-newsticker #newsticker-slider {
    padding: 0 75px;
}
.startseite-newsticker #newsticker-slider .ein-item .datum {
    font-size: 15px;	
    line-height: 20px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	color: #a9171f;
}
.startseite-newsticker #newsticker-slider .ein-item .datum::before {
	content: "\f133";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 0;
}

.startseite-newsticker #newsticker-slider .ein-item h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 600;    
}
.startseite-newsticker #newsticker-slider .ein-item .fliesstext {
    font-size: 16px;
    line-height: 22px;
}


.cnp-grp-startseite .image-bilder .bp-grid-12-4 > .ein-bild img {
	width: 100%;
}

.cnp-grp-startseite section.einrichtungen-leistungen .weitere-einrichtungen-wrapper #einrichtungen-slider .ein-item {
    margin: 5px;
}

.cnp-grp-startseite section.wir-bilden-aus .bild img {
    width: 100%;
}
@media (max-width: 1279px) {

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

}
@media (max-width: 768px) {
	.cnp-grp-startseite .image-bilder .bp-grid-12-4 > .ein-bild {
		width: 32.333333%;
		float: left;
		margin: 0.5%;
	}
}
@media (max-width: 640px) {
	.startseite-newsticker {
		padding-left: 15px;
		padding-right: 15px;
	}
	.startseite-newsticker #newsticker-slider {
		padding: 0;
	}
	.startseite-newsticker #newsticker-slider .ein-item .datum {
		font-size: 13px;
		line-height: 18px;
		padding-left: 15px;
	}
	.startseite-newsticker #newsticker-slider .ein-item .datum::before {
		top: -1px;
	}
	.startseite-newsticker #newsticker-slider .ein-item h3 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 3px;
		margin-bottom: 2px;  
	}	
	.startseite-newsticker #newsticker-slider .ein-item .fliesstext {
		font-size: 14px;
		line-height: 20px;
	}	
	
	.cnp-grp-startseite .image-bilder .bp-grid-12-4 > .ein-bild {
		width: 100%;
		float: none;
		margin: 1% 0;
	}
	
	.cnp-grp-startseite section.wir-bilden-aus .bild {
		margin-bottom: 10px;
	}
	
}











/** ##### ÜBER UNS ##### **/
.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item {
    float: left;
    width: 14.666666%;
    text-align: center;
    margin: 1%;
}
.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item .zahl {
    border: 2px solid #000;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    line-height: 125px;
    font-size: 40px;
    font-weight: 700;
    color: #a9171f;
}
.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item .text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi {
    border-bottom: 3px solid #000000;
	color: #000000;
	margin-bottom: 35px
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi div.slick-slide {
    text-align: center;
    color: #000000;
	cursor: pointer;
	font-weight: 600;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi div.slick-slide.slick-current {
    font-weight: 600;
	font-size: 1.1em;
	cursor: auto;
	color: #a9171f;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi div.slick-slide::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
    width: 1px;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-prev {
    height: 100%;
    left: 0px;
	top: 10px;
    width: 25px;
    z-index: 1001;
	background-color: #ededed;
	color: #000000;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-next {
    height: 100%;
    right: 0px;
	top: 10px;
    width: 25px;
    z-index: 1001;
	background-color: #ededed;
	color: #000000;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-prev::before,
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-next::before {
    color: #000000;
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 1;
    opacity: 1;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-prev::before {
    content: "\f104";
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-next::before {
    content: "\f105";
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-content .historie-content .text {
	text-align: center;
}
.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-content .historie-content .text h4 {
	text-transform: uppercase;
}


.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper {
    overflow: hidden;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item {
    margin: 10px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten {
    font-size: 14px;
    line-height: 20px;
	width: calc(100% - 20px);
	margin: -15px 10px 0 10px;
	position: relative;
	box-sizing: border-box;
	padding: 20px 10px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li {
	margin: 3px 0;
	min-height: 20px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.name {
    font-weight: 600;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.vertritt {
    margin-top: 15px;
}

.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.festnetz,
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mobil, 
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail {
	position: relative;
	padding-left: 15px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail a {
	text-decoration: none;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.festnetz::before,
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mobil::before, 
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.festnetz::before {
	content: "\f095";
	font-size: 90%;
	top: 1px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mobil::before {
	content: "\f10b";
	font-size: 120%;
	top: 1px;
}
.cnp-grp-ueber-uns section.ansprechpartner .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail::before {
	content: "\f2b6";
	font-size: 75%;
	top: 0px;
}

.cnp-grp-ueber-uns section.mitarbeitervertretung #akk-mitarbeitervertretung .ein-inhalt ul {
    column-count: 2;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item .zahl {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	}
	.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item .text {
		font-size: 14px;
		line-height: 18px;    
		hyphens: auto;
	}
}
@media (max-width: 768px) {
	.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item {
		width: 31.333333%;
		margin: 3% 1%;
	}
	
	.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-prev {		
		width: 15px;
	}
	.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-next {
		width: 15px;
	}
	.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-prev::before,
	.cnp-grp-ueber-uns section.geschichte .cnp-zeitstrahl-wrapper .historie-tab-navi .slick-next::before {
		font-size: 25px;
	}
	
	.cnp-grp-ueber-uns section.mitarbeitervertretung #akk-mitarbeitervertretung .ein-inhalt ul {
		column-count: 1;
	}
}
@media (max-width: 640px) {
	.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item {
		width: 48%;
		margin: 3% 1%;
	}
}
@media (max-width: 480px) {
	.cnp-grp-ueber-uns section.zahlen ul.zahlen-wrapper > li.ein-item {
		width: 100%;
		margin: 5% 0%;
	}
}











/** ##### Lob, Anregung & Kritik ##### **/

.cnp-grp-lob-kritik {
    
}

.cnp-grp-lob-kritik .rubriken-wrapper > .eine-rubrik {
  float: left;
  width: calc(50% - 6px);
  box-sizing: border-box;
  margin: 3px;
  position: relative;
}
.cnp-grp-lob-kritik .rubriken-wrapper > .eine-rubrik a {
	display: block;	
}
.cnp-grp-lob-kritik .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-lob-kritik .rubriken-wrapper > .eine-rubrik a:hover > .overlay {
  background-color: rgba(0,0,0,0.8);
}
.cnp-grp-lob-kritik .rubriken-wrapper > .eine-rubrik a:hover > .overlay .inner {

}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {	
	.cnp-grp-lob-kritik .rubriken-wrapper > .eine-rubrik a > .overlay {
	  padding: 7px 3px;
	}
}
@media (max-width: 768px) {

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















































/** ##### EINRICHTUNGEN ##### **/
.cnp-grp-unsere-einrichtungen {
	
}

.cnp-grp-unsere-einrichtungen #einrichtungen-tabs.bp-tabs.ui-tabs .ui-tabs-nav {
    display: block;    
    overflow-y: initital;
    overflow-x: initial;
	text-align: center;
}
.cnp-grp-unsere-einrichtungen #einrichtungen-tabs.bp-tabs.ui-tabs .ui-tabs-nav li {
	float: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
}

.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild {
	position: relative;
    margin-bottom: 15px;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild img {
    width: 100%;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    opacity: 0;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild .overlay span {
    font-weight: 700;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild:hover .overlay {
	opacity: 0.9;
}

	
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten {
    font-size: 16px;
    line-height: 24px;
}
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten a,
.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten a:hover {
    color: #000;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild {
		margin-bottom: 10px;
	}	
	.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.cnp-grp-unsere-einrichtungen .einrichtungen-wrapper > .eine-einrichtung {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 35px;
	}
}
@media (max-width: 640px) {

}














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

.side-widget-desktop {
  position: fixed;
  right: 0;
  top: calc(50% - 50px);
  z-index: 10005;
  display: block;   
}
.side-widget-desktop .widget-inner-wrapper ul li {
  display: block;
}
.side-widget-desktop .widget-inner-wrapper ul li.job-abo {
	margin-top: 1px;
}
.side-widget-desktop .widget-inner-wrapper ul li > a {
	display: flex;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #a9171f;
	color: #fff;
	text-decoration: none;
	align-items: center;
	justify-content: center;	
}
.side-widget-desktop .widget-inner-wrapper ul li > a:hover,
.side-widget-desktop .widget-inner-wrapper ul li > a:focus {
	text-decoration: none;
	background-color: #b00000;
}
.side-widget-desktop .widget-inner-wrapper ul li.whatsapp > a {
	line-height: 50px;  
	background-color: #25d366;
	font-size: 30px;
}
.side-widget-desktop .widget-inner-wrapper ul li.whatsapp > a:hover,
.side-widget-desktop .widget-inner-wrapper ul li.whatsapp > a:focus {
	background-color: #1e994c;
}
.side-widget-desktop .widget-inner-wrapper ul li.job-abo > a {
	line-height: 1.3;    
	font-size: 14px;
	font-weight: 600;
}



.side-widget-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none; 	
	z-index: 10005;
}
.side-widget-mobile .widget-inner-wrapper ul > li {
  float: left;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.side-widget-mobile .widget-inner-wrapper ul > li a {
	display: block;
	background-color: #a9171f;
	color: #fff;
	text-decoration: none;
}
.side-widget-mobile .widget-inner-wrapper ul li > a:hover,
.side-widget-mobile .widget-inner-wrapper ul li > a:focus {
	text-decoration: none;
	background-color: #b00000;
}
.side-widget-mobile .widget-inner-wrapper ul li.whatsapp > a {
	background-color: #25d366;
	font-size: 25px;
}
.side-widget-mobile .widget-inner-wrapper ul li.whatsapp > a:hover,
.side-widget-mobile .widget-inner-wrapper ul li.whatsapp > a:focus {
	background-color: #1e994c;
}
.side-widget-mobile .widget-inner-wrapper ul li.job-abo > a {
	font-weight: 600;
}





.cnp-grp-karriere {
    width: 100%;
}

.cnp-grp-karriere .video .video-lade-button {
	position: relative;
}

.cnp-grp-karriere .video .video-lade-button > .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
}
.cnp-grp-karriere .video .video-lade-button > .inner:hover {
	cursor: pointer;
}
.cnp-grp-karriere .video .video-lade-button > .inner .fa.fa-play-circle-o {
  font-size: 100px;
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  color: #fff;
}
.cnp-grp-karriere .video .video-lade-button > .inner .klick-text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  padding: 30px 0;
}



.cnp-grp-karriere #karriere-tabs.bp-tabs.ui-tabs .ui-tabs-nav {
    display: block;
	text-align: center;
}
.cnp-grp-karriere #karriere-tabs.bp-tabs.ui-tabs .ui-tabs-nav li {
    float: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
}


.cnp-grp-karriere #karriere-tabs .bp-akkordeon.ui-accordion {
    margin-top: 15px;
}
.cnp-grp-karriere #karriere-tabs .bp-akkordeon.ui-accordion h4.ui-accordion-header {
    font-weight: 700;
}
.cnp-grp-karriere #karriere-tabs .bp-akkordeon.ui-accordion .ein-job-beschreibung.ui-accordion-content strong {
	font-size: 105%;
}
.cnp-grp-karriere #karriere-tabs .bp-akkordeon.ui-accordion .ein-job-beschreibung.ui-accordion-content ul > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cnp-grp-karriere #karriere-tabs .bp-akkordeon.ui-accordion .ein-job-beschreibung.ui-accordion-content ul > li::before {
    position: absolute;
    font-size: 6px;
    font-family: fontawesome;
    content: "\f111";
    left: 1px;
    top: 10px;
    line-height: 1;
}


.cnp-grp-karriere ul.mwm-liste li a {
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px 10px 0px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  display: block;
  color: #000;
}
.cnp-grp-karriere ul.mwm-liste li a:hover,
.cnp-grp-karriere ul.mwm-liste li a:focus {
	text-decoration: none;
}
.cnp-grp-karriere ul.mwm-liste li a::after {
  font-family: fontawesome;
  font-size: 35px;
  position: absolute;
  right: 5px;
  font-weight: normal;
  top: calc(50% - 14px);
  content: "\f105";
}


@media (max-width: 1279px) {

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

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

	.side-widget-desktop {
		display: none;
	}
	.side-widget-mobile {
		display: block;
	}

	body.site.site-id-44 {
	  padding-bottom: 41px;
	}
}
@media (max-width: 640px) {
	.cnp-grp-karriere #karriere-tabs.bp-tabs.ui-tabs .ui-tabs-nav {
		justify-content: left;
	}
}









.cnp-grp-karriere-mwm {
	
}

.cnp-grp-karriere-mwm .kleingedrucktes {
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
  border: 1px solid #a9171f;
  padding: 10px 10px;
}



@media (max-width: 1279px) {

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

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

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

}









/** ##### LEISTUNGEN ##### **/



.cnp-grp-leistung.weitere-angebote.essen-auf-raedern section.ansprechpartner .ein-ansprechpartner {
    margin-bottom: 15px;
    background-color: #eee;
    padding: 15px;
    box-sizing: border-box;
}



.cnp-grp-leistung section.leistungsangebote .angebot-wrapper .ein-angebot {
    padding: 25px 15px;
	box-sizing: border-box;
}
.cnp-grp-leistung section.leistungsangebote .angebot-wrapper .ein-angebot .ansprechpartner .ein-ansprechpartner {
    margin-top: 15px;
    background-color: #ddd;
    padding: 15px;
    box-sizing: border-box;
}
.cnp-grp-leistung section.leistungsangebote .angebot-wrapper .ein-angebot ul li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cnp-grp-leistung section.leistungsangebote .angebot-wrapper .ein-angebot ul li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 2px;
    top: 12px;
    line-height: 1;
}



.cnp-grp-leistung section.weitere-einrichtungen .intro {
    text-align: center;
}
.cnp-grp-leistung section.weitere-einrichtungen .intro h2 {
	display: inline-block;
}

.cnp-grp-leistung section.weitere-einrichtungen .weitere-einrichtungen-wrapper #einrichtungen-slider .ein-item {
    margin: 5px;
}
@media (max-width: 1279px) {

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

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

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

}









.cnp-grp-kontakt {
	
}
.cnp-grp-kontakt section.hauptkontakt h2,
.cnp-grp-kontakt section.alle-einrichtungen h2,
.cnp-grp-kontakt section.geschaeftsfuehrung h2 {
	text-align: center;
}
.cnp-grp-kontakt section.hauptkontakt h2::before,
.cnp-grp-kontakt section.alle-einrichtungen h2::before,
.cnp-grp-kontakt section.geschaeftsfuehrung h2::before {
	left: auto;
	margin-left: -25px;
}



.cnp-grp-kontakt section.hauptkontakt .hauptkontakt-wrapper {
	display: flex;
}
.cnp-grp-kontakt section.hauptkontakt .hauptkontakt-wrapper .ein-kontakt {
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
}



.cnp-grp-kontakt section.alle-einrichtungen #einrichtungen-tabs.bp-tabs.ui-tabs .ui-tabs-nav {
    display: block;    
    overflow-y: initital;
    overflow-x: initial;
	text-align: center;
}
.cnp-grp-kontakt section.alle-einrichtungen #einrichtungen-tabs.bp-tabs.ui-tabs .ui-tabs-nav li {
	float: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
}

.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild {
	position: relative;
    margin-bottom: 15px;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild img {
    width: 100%;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    opacity: 0;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild .overlay span {
    font-weight: 700;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild:hover .overlay {
	opacity: 0.9;
}

	
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten {
    font-size: 16px;
    line-height: 24px;
}
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten a,
.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten a:hover {
    color: #000;
}



.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper {
    overflow: hidden;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item {
    margin: 10px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten {
    font-size: 14px;
    line-height: 20px;
	width: calc(100% - 20px);
	margin: -15px 10px 0 10px;
	position: relative;
	box-sizing: border-box;
	padding: 20px 10px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li {
	margin: 3px 0;
	min-height: 20px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.name {
    font-weight: 600;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.festnetz,
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mobil, 
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail {
	position: relative;
	padding-left: 15px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail a {
	text-decoration: none;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.festnetz::before,
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mobil::before, 
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.festnetz::before {
	content: "\f095";
	font-size: 90%;
	top: 1px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mobil::before {
	content: "\f10b";
	font-size: 120%;
	top: 1px;
}
.cnp-grp-kontakt section.geschaeftsfuehrung .ansprechpartner-wrapper .ansprechpartner-karussell .ein-item .daten ul li.mail::before {
	content: "\f2b6";
	font-size: 75%;
	top: 0px;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .bild {
		margin-bottom: 10px;
	}	
	.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung .daten {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.cnp-grp-kontakt section.alle-einrichtungen .einrichtungen-wrapper > .eine-einrichtung {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 35px;
	}
}
@media (max-width: 640px) {

}
















/** ##### IMPRESSUM und DATENSCHUTZ Start ##### **/
.impressum-datenschutz h2,
.impressum-datenschutz h3,
.impressum-datenschutz h4,
.impressum-datenschutz h5,
.impressum-datenschutz h6 {
	text-align: left;
}


.impressum-datenschutz h2 {
	margin-top: 60px;
	margin-bottom: 10px;
	padding-left: 0;
}
.impressum-datenschutz h2::before {
	display: none;
}
.impressum-datenschutz h3 {
	margin-top: 35px;
	margin-bottom: 5px;	
}
.impressum-datenschutz h4 {
	margin-top: 25px;
	margin-bottom: 5px;
}

.impressum-datenschutz p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.impressum-datenschutz ul,
.impressum-datenschutz ol {
    margin-top: 5px;
    margin-bottom: 10px;
}

.impressum-datenschutz ul > li {
    margin-left: 25px;
    list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.impressum-datenschutz ol.abc > li {
    list-style: lower-alpha;
    margin-left: 25px;
}



.tabellen-wrapper {
  margin: 25px 0;
  overflow: hidden;
}
.tabellen-wrapper table {
  display: flex;
  overflow-x: auto;
  text-align: left;
}

.tabellen-wrapper table tr th {
  color: #a9171f;
  font-weight: 700;
}

.tabellen-wrapper table tr td, 
.tabellen-wrapper table tr th {
  padding: 5px 10px;
  border: 1px solid #000;
  white-space: nowrap;
  border-collapse: collapse;
}





.impressum-datenschutz .informationspflichten-download-wrapper ul {
  margin-top: 25px;
}
.impressum-datenschutz .informationspflichten-download-wrapper ul > li {	
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;	
}
.impressum-datenschutz .informationspflichten-download-wrapper ul > li:first-child {	
	border-top: 1px solid #ccc;	
}
.impressum-datenschutz .informationspflichten-download-wrapper ul > li a {	
	padding-left: 35px;
	position: relative;	
	color: #000000;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.impressum-datenschutz .informationspflichten-download-wrapper ul > li a:hover,
.impressum-datenschutz .informationspflichten-download-wrapper ul > li a:focus {		
	color: #a9171f;
	text-decoration: none;
}
.impressum-datenschutz .informationspflichten-download-wrapper ul > li a::before {
	font-family: fontawesome;
	content: "\f019";
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 25px;
}



/** ##### IMPRESSUM und DATENSCHUTZ Ende ##### **/