.bilder-slider .ein-item img {
	width: 100%;
}










.bp-flex-12-6 {
	display: flex;
	flex-direction: row;
}
.bp-flex-12-6 > div {
	border: 1px solid #1a6941;
	border-radius: 30px;
	padding: 50px 50px;
	width: 49%;
	display: flex;
}
.bp-flex-12-6 > div .inner {
  width: 100%;
}

.bp-flex-12-6 > div:first-child {
	margin-right: 2%;
}
.bp-flex-12-6 > div.border-0 {
	border: 0 none;
}


@media (max-width: 1279px) {
	.bp-flex-12-6 > div {
		padding: 50px 25px;
	}
}
@media (max-width: 1023px) {
	.bp-flex-12-6 {
		display: block;
	}
	.bp-flex-12-6 > div:first-child {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.bp-flex-12-6 > div {
		width: 100%;
		display: block;
	}
}
@media (max-width: 768px) {
	.bp-flex-12-6 > div {
		padding: 25px 15px;
	}
}
@media (max-width: 640px) {

}







ul.bp-list-items-rund > li {
    margin: 10px 0;
	color: #1a6941;
	background-color: #fff;
	margin: 15px 0;
	border-radius: 30px;
	padding: 15px  25px;
}

@media (max-width: 1279px) {
	ul.bp-list-items-rund > li {
		padding: 15px 15px;
	}
}
@media (max-width: 1023px) {
	
}
@media (max-width: 768px) {
	ul.bp-list-items-rund > li {
		margin: 10px 0;
		border-radius: 25px;
		padding: 10px 15px;
	}
}
@media (max-width: 640px) {

}





























.seiten-anker-navigation ul.anker-navigation {
  display: flex;
  justify-content: space-between;
  /** gap: 10px; **/
}
.seiten-anker-navigation ul.anker-navigation > li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  padding: 20px 15px;
  display: block;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.seiten-anker-navigation ul.anker-navigation > li a {
		font-size: 16px;
		padding: 15px 10px;
	}
}
@media (max-width: 768px) {
	.seiten-anker-navigation ul.anker-navigation {
		display: block;
	}
	.seiten-anker-navigation ul.anker-navigation li {
		border-top: 1px solid #ccc;
	}
	.seiten-anker-navigation ul.anker-navigation li:first-child {
		border-top: 0 none;
	}
	.seiten-anker-navigation ul.anker-navigation > li a {	  
		font-size: 15px;
		line-height: 1.3;
		padding: 15px 0;
		display: block;
	}
}
@media (max-width: 640px) {

}












/** ##### ANSPRECHPARTNER START ##### **/

.ansprechpartner-wrapper .ein-ansprechpartner {
	background-color: #eef4e7;
	padding: 50px 100px 50px 50px;
	border-radius: 150px;
	height: 300px;
	color: #333;
}
.ansprechpartner-wrapper .ein-ansprechpartner h3, 
.ansprechpartner-wrapper .ein-ansprechpartner h4, 
.ansprechpartner-wrapper .ein-ansprechpartner h5 {
  font-size: 20px;
  line-height: 1;
  color: #333;
}
.ansprechpartner-wrapper .ein-ansprechpartner .bild {
	float: left;
}
.ansprechpartner-wrapper .ein-ansprechpartner .bild figure {
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background-color: #717171;
}
.ansprechpartner-wrapper .ein-ansprechpartner .bild figure img {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}

.ansprechpartner-wrapper .ein-ansprechpartner .text {
	float: left;
	height: 200px;
	padding-left: 65px;
	display: flex;
	align-items: center;
	position: relative;
}
.ansprechpartner-wrapper .ein-ansprechpartner .text::before {
	position: absolute;
	content: "";
	background-color: #717171;
	width: 24px;
	height: 80px;
	border-radius: 12px;
	left: 20px;
	top: 60px;
}
.ansprechpartner-wrapper .ein-ansprechpartner .text ul.kontakt > li .typ {
  font-weight: 600;
}

.ansprechpartner-wrapper .ein-ansprechpartner .button {
	float: right;
	display: flex;
	align-items: center;
	height: 200px;
}


@media (max-width: 1279px) {
	.ansprechpartner-wrapper .ein-ansprechpartner {
		padding: 50px 50px 50px 50px;
	}
}
@media (max-width: 1023px) {
	.ansprechpartner-wrapper .ein-ansprechpartner {
		padding: 25px 15px 25px 15px;
		border-radius: 50px;
		height: auto;
	}
	.ansprechpartner-wrapper .ein-ansprechpartner .bild {
		float: none;
	}
	.ansprechpartner-wrapper .ein-ansprechpartner .bild figure {
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}
	.ansprechpartner-wrapper .ein-ansprechpartner .text {
		height: auto;
		padding: 25px 25px;
		text-align: center;
		float: none;
		display: block;
	}
	.ansprechpartner-wrapper .ein-ansprechpartner .text::before {
		display: none;
	}
	.ansprechpartner-wrapper .ein-ansprechpartner .button {
		display: block;
		height: auto;
		float: none;
		text-align: center;
	}


}
@media (max-width: 768px) {
	.ansprechpartner-wrapper .ein-ansprechpartner h3, 
	.ansprechpartner-wrapper .ein-ansprechpartner h4, 
	.ansprechpartner-wrapper .ein-ansprechpartner h5 {
	  font-size: 16px;
	}
}
@media (max-width: 640px) {

}












.bild-text-wrapper {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	min-height: 470px;
}

.bild-text-wrapper > .bild {
	width: 49%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bild-text-wrapper > .bild figure {
  height: 100%;
  width: 100%;
}
.bild-text-wrapper > .bild figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.bild-text-wrapper > .text {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 51%;
	position: relative;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bild-text-wrapper {
		min-height: auto;
	}
	.bild-text-wrapper > .bild {
	  width: 100%;
	  height: auto;
	  position: relative;
	}
	.bild-text-wrapper > .text {
		padding-left: 25px;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.bild-text-wrapper > .text {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 15px;
		padding-left: 15px;
	}
}






.text-liste-wrapper {
	display: flex;
	flex-direction: row;
}
.text-liste-wrapper > div {
	border: 1px solid #1a6941;
	border-radius: 30px;
	padding: 50px 50px;
	width: 49%;
	display: flex;
	align-items: center;
}
.text-liste-wrapper > div:first-child {
	margin-right: 2%;
}

.text-liste-wrapper > div.text {

}
.text-liste-wrapper > div.text ul > li {
  margin: 20px 0;
}


.text-liste-wrapper > div.liste {
	background-color: #1a6941;
	color: #fff;
}
.text-liste-wrapper > div.liste ul > li {
	color: #1a6941;
	background-color: #fff;
	margin: 15px 0;
	border-radius: 30px;
	padding: 15px  25px;
}

@media (max-width: 1279px) {
	.text-liste-wrapper > div {
		padding: 50px 25px;
	}
	.text-liste-wrapper > div.liste ul > li {
		padding: 15px 15px;
	}
}
@media (max-width: 1023px) {
	.text-liste-wrapper {
		display: block;
	}
	.text-liste-wrapper > div:first-child {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.text-liste-wrapper > div {
		width: 100%;
		display: block;
	}
}
@media (max-width: 768px) {
	.text-liste-wrapper > div {
		padding: 25px 15px;
	}
	.text-liste-wrapper > div.liste ul > li {
		margin: 10px 0;
		border-radius: 25px;
		padding: 10px 15px;
	}
}
@media (max-width: 640px) {

}








.bp-grp-einrichtung.altenzentrum #rundumbetreuung-und-kurzzeitpflege .platzanfrage {
	
}
.bp-grp-einrichtung.altenzentrum #rundumbetreuung-und-kurzzeitpflege .platzanfrage .icon-seniorenzentrum {
  color: #b55b00;
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
}
.bp-grp-einrichtung.altenzentrum #rundumbetreuung-und-kurzzeitpflege .platzanfrage ul > li {
  margin: 15px 0;
}


.bp-grp-einrichtung.altenzentrum #wohnen-und-service ul > li {
  margin-top: 25px;
}
.bp-grp-einrichtung.altenzentrum #wohnen-und-service ul > li span.kreis {
  width: 150px;
  height: 150px;
  background-color: #eef4e7;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  line-height: 150px;
  font-size: 75px;
  color: #1a6941;
}
.bp-grp-einrichtung.altenzentrum #wohnen-und-service ul > li p {
  margin-top: 15px;
}


@media (max-width: 1279px) {

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

}
@media (max-width: 768px) {
	.bp-grp-einrichtung.altenzentrum #wohnen-und-service ul > li p {
	  margin-top: 7px;
	}
}
@media (max-width: 640px) {

}














.bp-grp-team .alle-teammitglieder .ein-teammitglied {
  background-color: #eef4e7;
  padding: 25px 25px 125px 25px;
  border-radius: 300px;
}
.bp-grp-team .alle-teammitglieder .ein-teammitglied .bild {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: #717171;
}
.bp-grp-team .alle-teammitglieder .ein-teammitglied .name {
  color: #1a6941;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bp-grp-team .alle-teammitglieder .ein-teammitglied .position {  
  font-size: 16px;
  line-height: 22px;
  min-height: 66px;
  margin-top: 15px;
}


@media (max-width: 1279px) {

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

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

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

}











/** ##### NEWS START ##### **/

/** --- Blog --- **/
.news-wrapper {
	
}
section#news .news-wrapper .ein-news-item {
  margin-top: 2%;
}

section#news .news-wrapper .ein-news-item .inner.bild-und-text {
  padding-bottom: 25px;
}
section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text {
  padding: 25px 15px;
}
section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text h3 {
  overflow: hidden;
  height: 56px;
}
section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text .fliestext {
  height: 96px;
  overflow: hidden;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text .fliestext {
	  height: 100px;
	  font-size: 14px;
	  line-height: 20px;
	}
	section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text h3 {
		height: 52px;
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	section#news .news-wrapper .ein-news-item {
		margin-top: 25px;
	}
	section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text .fliestext {
	  height: auto;
	  font-size: inherit;
	  line-height: inherit;
	}
	section#news .news-wrapper .ein-news-item .newsbeitrag-wrapper.teaser .text h3 {
		height: 48px;
	}
}
@media (max-width: 640px) {

}





/** --- Beitrag --- **/
.bp-grp-eine-neuigkeit {
	
}
.bp-grp-eine-neuigkeit .text ul > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-eine-neuigkeit .text ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 1px;
    top: 12px;
    line-height: 1;
}


.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download {
  margin: 10px 0;
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a {
  display: block;
  text-align: left;
  background-color: #148421;
  border: #148421 2px solid;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 10px 30px 10px 35px;
  box-sizing: border-box;
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a:hover {
  background-color: #015e0c;
  border: #148421 2px solid;
  color: #fff;
  text-decoration: none;
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a::after {
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  right: 10px;
  font-weight: normal;
  top: calc(50% - 14px);
  content: "\f019";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a::before {
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  left: 10px;
  font-weight: normal;
  top: calc(50% - 14px);
  content: "\f016";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.zip a::before {
  content: "\f1c6";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.pdf a::before {
  content: "\f1c1";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.jpg a::before, 
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.png a::before, 
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.tif a::before, 
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.gif a::before {
  content: "\f1c5";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.docx a::before {
  content: "\f1c2";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.xlsx a::before {
  content: "\f1c3";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.pptx a::before {
  content: "\f1c4";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.odt a::before {
  content: "\f0f6";
}


@media (max-width: 1279px) {

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

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

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

}




/** ##### NEWS START ##### **/
















/** ##### PALLIATIVPFLEGE ##### **/

section#palliativpflege {
	
}

section#palliativpflege .palliativpflege-wrapper {
  display: flex;
  flex-direction: row;
}
section#palliativpflege .palliativpflege-wrapper > div {
  width: 32%;
}

section#palliativpflege .palliativpflege-wrapper > div.container-1 {
  border: 1px solid #1a6941;
  border-radius: 25px;
  padding: 25px 25px;
}
section#palliativpflege .palliativpflege-wrapper > div.container-1 .zitat-wrapper p.zitat {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 5px;
}

section#palliativpflege .palliativpflege-wrapper > div.container-2 {
  border-radius: 25px;
  padding: 25px 25px;
  margin-left: 2%;
}
section#palliativpflege .palliativpflege-wrapper > div.container-3 {
  border-radius: 25px;
  overflow: hidden;
  margin-left: 2%;
}
section#palliativpflege .palliativpflege-wrapper > div.container-3 figure {
	width: 100%;
	height: 100%;
}
section#palliativpflege .palliativpflege-wrapper > div.container-3 figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	section#palliativpflege .palliativpflege-wrapper {
	  display: block;
	}
	section#palliativpflege .palliativpflege-wrapper > div {
	  width: 100%;
	}
	section#palliativpflege .palliativpflege-wrapper > div.container-2 {
		margin-top: 25px;
		margin-left: 0;
	}
	section#palliativpflege .palliativpflege-wrapper > div.container-3 {
		margin-top: 25px;
		margin-left: 0;
	}
	section#palliativpflege .palliativpflege-wrapper > div.container-3 figure {
		height: auto;
	}
	section#palliativpflege .palliativpflege-wrapper > div.container-3 figure img {
		object-fit: initial;
		height: auto;
	}
}
@media (max-width: 768px) {

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

}







/** ##### ESSEN AUF RÄDERN ##### **/

section#essen-auf-raedern {
	
}

section#essen-auf-raedern .ear-wrapper {
  background-color: #f4f2ef;
  padding: 100px 200px 100px 75px;
  border-radius: 30px;
  position: relative;
}
section#essen-auf-raedern .ear-wrapper::before {
  position: absolute;
  right: 25px;
  top: 25px;
  font-family: icomoon;
  content: "\e901";
  color: #e6e4df;
  font-size: 200px;
  line-height: 1;
}

section#essen-auf-raedern .ear-wrapper .inner .text {
  position: relative;
  padding-left: 115px;
  text-align: center;
  font-weight: 600;
  float: left;
}

section#essen-auf-raedern .ear-wrapper .inner .text::before {
  position: absolute;
  left: 0;
  top: -25px;
  font-family: icomoon;
  content: "\e900";
  color: #b55b00;
  font-size: 100px;
  line-height: 1;
  font-weight: normal;
}

section#essen-auf-raedern .ear-wrapper .inner .button {
  float: right;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	section#essen-auf-raedern .ear-wrapper {
		padding: 50px 75px 50px 25px;
	}
	section#essen-auf-raedern .ear-wrapper::before {
		font-size: 100px;
	}
	section#essen-auf-raedern .ear-wrapper .inner .text {
		padding-left: 60px;
	}
	section#essen-auf-raedern .ear-wrapper .inner .text::before {
		left: 0;
		top: -4px;
		font-size: 55px;
	}
}
@media (max-width: 768px) {
	section#essen-auf-raedern .ear-wrapper::before {
		display: none;
	}
	section#essen-auf-raedern .ear-wrapper {
		padding: 50px 25px 50px 25px;
	}
	section#essen-auf-raedern .ear-wrapper .inner .text {
		padding-left: 0;
		float: none;
	}
	section#essen-auf-raedern .ear-wrapper .inner .text::before {
		position: relative;
		left: unset;
		top: unset;
		font-size: 60px;
		margin-bottom: 15px;
		display: block;
	}
	section#essen-auf-raedern .ear-wrapper .inner .button {
		float: none;
		text-align: center;
		margin-top: 25px;
	}
}
@media (max-width: 640px) {

}














/** ##### ESSEN AUF RÄDERN ##### **/

section#team {
	
}

section#team .team-wrapper {
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

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

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

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

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

}











.bp-grp-rechtliches {
	text-align: left;
}
.bp-grp-rechtliches h2 {
	text-align: left;
	margin-top: 75px;
	text-transform: none;
}
.bp-grp-rechtliches h3 {
	text-align: left;
	margin-top: 30px;
	text-transform: none;
}
.bp-grp-rechtliches h4 {
	text-align: left;
	margin-top: 15px;
	text-transform: none;
}
.bp-grp-rechtliches p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bp-grp-rechtliches ul > li {
	position: relative;
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-rechtliches ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 5px;
    top: 11px;
    line-height: 1;
}

@media (max-width: 1279px) {

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

}
@media (max-width: 768px) {
	.bp-grp-rechtliches h2 {
		margin-top: 50px;
	}
	.bp-grp-rechtliches h3 {
		margin-top: 20px;
	}
	.bp-grp-rechtliches h4 {
		margin-top: 10px;
	}
	.bp-grp-rechtliches p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.bp-grp-rechtliches ul > li {
		padding-left: 15px;
	}
	.bp-grp-rechtliches ul > li::before {
		font-size: 4px;
		left: 5px;
		top: 8px;
	}
}
@media (max-width: 640px) {

}