/*** Individuelle CSS-Formatierungen ***/
/* nothing-you-could-do-regular - latin */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nothing-you-could-do-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nothing-you-could-do-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nothing-you-could-do-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nothing-you-could-do-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nothing-you-could-do-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nothing-you-could-do-v10-latin-regular.svg#NothingYouCouldDo') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/source-sans-pro-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


:root {
  --sph-pastell:#eca468;
  --sph-dunkelgruen:#2b6162;
  --sph-hellpastell:#fef7f1;
}

html, body {
	color: var(--sph-dunkelgruen);
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

a {
	color:var(--sph-dunkelgruen);
}
a:hover {
	color:var(--sph-pastell);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:600
}

h2 {
	font-family: 'Nothing You Could Do', sans-serif;
	font-size: 50px;
}
h3,.h3 {font-size: 3rem;}
h3,h4,h5 {text-transform: uppercase;}
.h4, h4 {font-size:36px;}


.logo-image {height:auto;}
b, strong {font-weight: 700;}
ul {padding:0;}
ul li {list-style:none;}

/***<Header>***/
/***</Header>***/

/***<Slider>***/
.sp-slider .sp-dots ul li {
	border:none !important;
	border-radius: 0 !important;
	height:15px !important; 
	width:15px !important;
}
.dot-controller-dot.sp-slider .sp-dots ul li::after {
	border-radius:0 !important;
	height:15px !important;
	width:15px !important;
	background-color: var(--sph-dunkelgruen);
}
.sp-slider {
	color:white;
}
.sp-slider h1 {
	font-size: 4rem;
	text-transform: uppercase;
	font-weight:900;
	text-shadow: 2px 2px 4px #777;
}
.sp-slider h2 {
	font-size: 4rem;
	line-height:1;
	text-shadow: 2px 2px 4px #777;
}
.sph-slider .sp-slider-content-align-right {
	padding-top:50px;
	padding-right: 50px;
}
.sph-slider .sppb-container {
	max-width: 2000px !important;
}

.sph-margin-left {
	margin-left:25px;
}


/***</Slider>***/

/* <Flying Contact>*/
#sph-email,#sph-telefon,#sph-anschrift {z-index: 10;width: 50px;height: 50px;overflow: hidden;right: 0;position:fixed;background-repeat:no-repeat;background-color:var(--sph-pastell);}
#sph-email:hover,#sph-telefon:hover,#sph-anschrift:hover {background-color:var(--sph-dunkelgruen);}
#sph-email {top:300px;background-image: url("/images/icons/icon-email-flynav.png");}
#sph-telefon {top:235px;background-image: url("/images/icons/icon-tel-flynav.png");}
#sph-anschrift {top:365px;position: fixed;background-image: url("/images/icons/icon-adress-flynav.png");}
.iconinhalt {padding-left:70px;padding-top:20px;white-space: nowrap;line-height:1.5rem}
.iconinhalt, .iconinhalt a, .iconinhalt a:hover {color: white !important;font-size: 18px;padding-top:9px;}
/*.flying-contact {border:1px solid white;border-right:none;}*/
#sph-anschrift .iconinhalt {padding-top:0px;line-height:1.3;}
/*</Flying Contact*/

/***<Canvasmenü>***/
#offcanvas-toggler {
	display:none !important;
}
.offcanvas-menu .d-flex.pt-4 {
	padding-top: 3rem !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
    color: var(--sph-dunkelgruen) !important;
}
/***</Canvasmenü>***/


.sph-anschrift-content::before {
	content: url('/images/icons/icon-anschrift-content.png');
	position: absolute;
	margin-left: -30px;
}
.sph-email-content::before {
	content: url('/images/icons/icon-email-content.png');
	position: absolute;
	margin-left: -30px;
}
.sph-telefon-content::before {
	content: url('/images/icons/icon-tel-content.png');
	position: absolute;
	margin-left: -30px;
}

.zph-iconkreisnav .sppb-column {
	align-items:center;
	padding: 0 70px;;
}
.zph-iconkreisnav a::before {
	content: url('/images/icons/sph-blatt-pastell.png');
  position: relative;
  left: -5px;
}

.zph-iconkreisnav .sph-spalte-1 .sppb-column-overlay:before, .zph-iconkreisnav .sph-spalte-2 .sppb-column-overlay:before, .zph-iconkreisnav .sph-spalte-3 .sppb-column-overlay:before {
	position:absolute;
	top: 28px;
	left: 50px;
	font-size: 40px;
	color: white;
}

.sph-spalte:hover {
	color:white;
	transition: color 400ms, background-color 400ms;
}
.sph-spalte h3 {
	font-size: 28px;
}
.sppb-column.sph-spalte-1:hover {
		background-image: url('/images/icons/fill-hg-haupthaus.png') !important;
}
.sppb-column.sph-spalte-2:hover {
		background-image: url('/images/icons/fill-hg-bungalows.png') !important;
}
.sppb-column.sph-spalte-3:hover {
		background-image: url('/images/icons/fill-hg-wgs.png') !important;
}
.sppb-column.sph-spalte:hover a {
	color:white !important;
} 
.sppb-column.sph-spalte:hover a::before {
	content:url('/images/icons/sph-blatt-weiss.png');
}

.zph-iconkreisnav h3 {
	font-weight:900;
}

/***<Schaltfläche>***/
.zph-schaltflaeche, .sppb-btn-default {
	background-color: var(--sph-pastell);
}
a.zph-schaltflaeche, .sppb-btn-default {
	color:white !important;
}
.zph-schaltflaeche:hover, .sppb-btn-default:hover {
	background-color: var(--sph-dunkelgruen);
}
.sppb-btn-xlg {
    padding: 10px 30px;
}
.sppb-btn {
    font-weight: 700;
}
.zph-sf-width {
	width: 250px;
}
/***</Schaltfläche>***/


/***<Mainnav>***/
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	content:" ";
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: var(--sph-pastell);
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 70%;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size:18px;
	color:var(--sph-dunkelgruen);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: white;
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a, 
.sp-megamenu-parent > li:hover > a {
    color:var(--sph-pastell);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding:padding: 20px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner a {
	margin:0 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.active, 
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li:hover {
	/*
	background-color: var(--sph-dunkelgruen);
	*/
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: var(--sph-dunkelgruen) !important;
}

/***</Mainnav>***/

/***<Footer>***/
#sp-footer, #sp-bottom {
    background: var(--sph-dunkelgruen);
}
#sp-footer a, #sp-bottom a {
    color: white;
}
#sp-bottom {
	font-size:16px;
	padding:30px;
	font-weight:600;
}
#sp-bottom3 .sp-module ul > li {
      float: left;
}
#sp-bottom3 {
	display:flex;
	justify-content:flex-end;
}
#sp-bottom3 .sp-module ul > li:last-child:before {
    position:absolute;
    content: '|';
    top:10px;
   
}
#sp-bottom3 .sp-module ul li a {padding:10px;}
/***</Footer>***/


.cls-3:hover {
	fill:#1c4142 !important;
} 
#button-nav-pflegedienst {
	width: 56.8%;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
	line-height:54px;
}

.sph-fullimage .sppb-addon-single-image-container, .sph-fullimage .sppb-img-responsive {
	width:100% !important;
}
.sph-fullimage .sppb-addon-single-image-container .sph-fullimage img.sppb-img-responsive {
	display:block !important;
	width:100%;
}


.sph-pflegedienst .sppb-addon-content:before {
    content: url('/images/icons/sph-blatt-weiss.png');
    position: absolute;
    top: 50px;
    left: 45%;
}
.sph-pflegedienst .sppb-addon-content p:first-child {
		font-size: 28px;
		margin-bottom:0;		
}
.stecker-leistungen {
	padding-top:50px;
}
.stecker-leistungen li {
    margin-bottom: 15px;
}
.stecker-leistungen li::before {
	content: url('/images/icons/sph-blatt-weiss.png');
	position: absolute;
	left: -50px;
} 

.st1::hover {
	fill:#1c4142 !important;
}
.sph-pflegedienst-1 {
    left: 3%;
    top: 66%;
}
.sph-pflegedienst-2 {
    left: 10%;
    top: 15%;
}
.sph-pflegedienst-3 {
    top: 7%;
    left: 32%;
}

.sph-pflegedienst a {
    color: white;
    padding-top: 20px;
}

/***<Überschriften im Content>***/
.sph-ueb {
	text-align:center;
}
.sph-ueb h2 {
	font-size: 3rem !important;
	margin-bottom:0 !important;
}
.sph-ueb .sppb-title-subheading {
    font-size: 52px !important;
	line-height: 50px;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
}
.sph-ueb-weiss {
	color:white;
}
/***</Überschriften im Content>***/


/***<Listenpunkte>***/
.sph-listpunkt {
	font-size: 30px;
}
.sph-listpunkt ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0 0 12px 16px;
}
.sph-listpunkt ul li {
	margin-bottom:20px;
}
.sph-listpunkt ul li::before {
	content: url('/images/icons/list-haken.png');
	position: absolute;
	margin-left:-50px;
}
.sph-listenpunkt.sph-kaken-weiss ul li::before {
	content: url('/images/icons/list-haken-weiss.png');
	margin-right: 15px;
}

li.sph-anschrift-footer::before {content:url('/images/icons/icon-anschrift-footer.png');position: absolute;margin-left:-30px;}
li.sph-tel-footer::before {content:url('/images/icons/icon-tel-footer.png');position: absolute;margin-left:-30px;}
li.sph-email-footer::before {content:url('/images/icons/icon-email-footer.png');position: absolute;margin-left:-30px;}
#sp-bottom .sp-module ul > li {margin-bottom: 5px;}
li.sph-email-footer a {color:white;}



/***</Listenpunkte>***/

/***<Akkordeon>***/
.sppb-panel-modern {
	border:none;
	width:33.33333%;
	float:left;
}
.sppb-panel-modern .sppb-panel-body {
    border:none;
}
.sppb-panel-modern > .sppb-panel-heading {
	background-color:transparent;
	padding: 17px 15px;
}
.sppb-panel-modern > .sppb-panel-heading::before {
    padding: 17px 30px 17px 15px;
    background: transparent;
    content: url('/images/icons/betreutes-wohnen.png');
}
.sppb-panel-heading.active .sppb-panel-title::after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	
}
.sppb-panel-modern .sppb-panel-title {
		display:block;
		text-align:center;
		text-transform:uppercase;
		font-size: 30px; 
		color:var(--sph-dunkelgruen);
}
.sppb-panel-modern .sppb-panel-title::after {
    content: url('/images/icons/acc-arrow-down.png');
    position: absolute;
    bottom: -20px;
    left: 40%;
}
.sppb-panel-modern .sppb-panel-heading {
	padding:10px 15px;
	text-align:center;
}

.sppb-panel-modern .sppb-toggle-direction {display:none;}

/***</Akkordeon>***/
#silke-stecker-gmbh, #curatus {
	color:white;
	font-size:22px;
}
.fa-phone-alt::before {
    content: url('/images/icons/icon-tel-footer.png');
}
.fa-envelope::before {
    content: url('/images/icons/icon-email-footer.png');
}
.sph-flex-unten .sppb-column-addons {
	display:flex;
	align-items: flex-end;
	justify-content:center;
}
/***<Kontaktformular>***/
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control),
select:not(.form-control), .sppb-form-control, .sppb-form-group .sppb-form-control {
	border: 4px solid rgba(236, 164, 104, 1.0);
	border-radius:0;
}
.sppb-form-control::placeholder {color:var(--sph-pastell);}
.sppb-form-control::-webkit-input-placeholder::after {
	content:'...';
}	
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
    color: var(--sph-dunkelgruen);
    background-color: #fff;
    border-color: var(--sph-dunkelgruen);
}
/***</Kontaktformular>***/

/***<Gallerie>***/
.ba-gallery .category-filter {
	text-align:center !important;
}
.ba-gallery .category-filter a:hover, .ba-gallery .category-filter a.ba-filter-active, .ba-gallery .ba-goback a, .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active {
	font-weight:600 !important;
}
/***</Gallerie>***/
.swp-img-after::after {
	content:url('/images/schauen-sie-doch-mal-vorbei.png');
	position:absolute;
	top:-50px;
	right:0;
}
/***<Karousel>**/
.sppb-carousel-extended-nav-control .nav-control.next-control {
    margin-right: 0;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
	margin-left: 0;
}
.fa.fa-long-arrow-left::before {
    content: "\f104" !important;
}
.fa.fa-long-arrow-right::before {
    content: "\f105" !important;
}
.sppb-carousel-extended-nav-control .nav-control {
    font-size: 50px;
	border:none;
}
/***</Karousel>**/
.swh-fullrange .sppb-container {
	max-width:100% !important;
	padding:0;
}


/*
* Seperator Section
*/
.seperator-section {
}

.seperator-section .icon-leafs .sppb-addon-title {
	margin-bottom: 0 !important;
}
.icon-leafs .sppb-addon-title {
	display: inline-block;
}
.icon-leafs .sppb-addon-title:before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 25px;
	margin-right: 9px;
	background-image: url('../images/icon-leafs.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.fx-scale .sppb-addon-title {
	cursor: default;
	transition: all 0.15s ease-in-out;
}
.fx-scale:hover .sppb-addon-title {
	transform: scale(1.1);
}

.sph-flex-unten {right:-40px;}
.sph-flex-unten a {
  color: white;
}
.sph-flex-unten a:hover {
	color: var(--sph-dunkelgruen);
}
.sph-maxwidth .sppb-addon-wrapper {
	max-width:400px;
	float:right;
	margin-right:30px;
}
.sph-bungalows .sppb-section-title.sppb-text-right {
	padding-right:25px;	
}	

/*
* <Rechtliches>
*/
.sph-rechtliches h2, .sph-rechtliches .h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:34px;
}
.sph-rechtliches h3, .sph-rechtliches .h3 {
    font-size: 1.4rem;
}
.sph-rechtliches h4, .sph-rechtliches .h4 {
    font-size: 1.1rem;
}
.sph-rechtliches a  {
	text-decoration:underline;
}
.sph-rechtliches ul {
    padding: 18px;
}
.sph-rechtliches ul li {
	list-style-type: circle;
}

/*</Rechtliches>*/


/*
* <Preloader>
*/
.sp-pre-loader .sp-loader-clock{border:3px solid var(--sph-pastell);}
.sp-pre-loader .sp-loader-clock:after, .sp-pre-loader .sp-loader-clock:before{
	background-color:var(--sph-pastell);
}
/*
* </Preloader>
*/

/******************************<RESPONSIVE>*************************************/
@media (max-width: 576px) {
	.sp-slider h1, .sp-slider h2 {
		font-size: 2.8rem;
	}
		.sph-ueb .sppb-title-subheading {
			font-size:40px;
	}	
}
@media (max-width: 775px) {
	.sph-pflegedienst .sppb-addon-content {
    margin-top: 20px;
	}
	.sph-pflegedienst::before {
    top: 20px !important;
	}	
}    
@media (max-width:991px) {
	.sp-slider .sp-dots {
    bottom: 30px !important;
	}
}

@media (max-width: 991px){
	.zph-iconkreisnav .sph-spalte-1 .sppb-column-overlay:before, .zph-iconkreisnav .sph-spalte-2 .sppb-column-overlay:before, .zph-iconkreisnav .sph-spalte-3 .sppb-column-overlay:before {
		top: 20px;
		left:50px;
	}
	.logo-image {
		height: 48px;
	}
	#silke-stecker-gmbh .sph-pflegedienst-block, #curatus .sph-pflegedienst-block {
		background-image:none;
		background-color:#2b6062; 
	}
	.sph-logo-pflegedienst {
		text-align:center !important;
	}
	.stecker-leistungen li::before {
		left:0;
	}

	.stecker-leistungen {
    padding-left: 20px;
	}
	.sph-tel-left .sppb-text-right, .sph-tel-left .sppb-text-left {
		text-align:center !important;		
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.zph-iconkreisnav .sph-spalte-1 .sppb-column-overlay:before,.zph-iconkreisnav .sph-spalte-2 .sppb-column-overlay:before,.zph-iconkreisnav .sph-spalte-3 .sppb-column-overlay:before {
		top: 48px;
		left: 40px;
	}
	.zph-iconkreisnav .sph-spalte-3 .sppb-column-overlay:before {
		left:28px;
	}
}
@media (max-width: 991px){
	.zph-iconkreisnav .sppb-column {
    	align-items: center;
    	padding: 0 27%;
    	margin-bottom:30px;
		}
		.sph-sf-align .sppb-text-right, .sph-sf-align .sppb-text-left {
			text-align:center;
		}
		#sp-header {
			-webkit-box-shadow: 0px 4px 3px -2px #aaa; 
			box-shadow: 0px 4px 3px -2px #aaa;
		}
		#offcanvas-toggler {
			display:inline-flex !important;
		}
		#bungalows .sph-bungalows, #senioren-wg .sph-senioren-wg {
			background-image:none;
			background-color: #eda568;
		}
		#bungalows .sppb-text-right, #senioren-wg .sppb-text-right {
			text-align:left;
		}
		.sph-maxwidth .sppb-addon-wrapper {
			clear:right;
			max-width: 100%;
		}
}		
@media (max-width: 1400px){
	#nav-pflegedienst-mobil {
		 display:block;
	}
	.sph-pflegedienst {
		position:unset;
		text-align:center;
		padding:30px;
	}
	.sph-pflegedienst:before {
	 	top:0;
	}
	.sph-pflegedienst .sppb-addon-content {
		margin-top: 0;			
	} 
	.swp-img-after::after {
		display:none;
	}
}	
@media (min-width:1200px){
	.sppb-section .sppb-row-container {
		max-width:1400px;
	}
	.zph-semismall-container .sppb-row-container {
    max-width: 1100px;
	}
	.zph-small-container .sppb-row-container {
		max-width:1000px;
	}
	.zph-small-container .sppb-container-inner {
		max-width:530px;
		margin-right: auto;
		margin-left: auto;
	}

	.zph-very-small-container .sppb-row-container {
		max-width:600px;
	}
	.zph-very-small-container .sppb-container-inner {
		margin-right: auto;
		margin-left: auto;
		max-width:400px;
	}
	.zph-small-container .sppb-column {
		align-content: center;
	}
	.sph-slider .sppb-container {
		max-width: 1400px;
	}
}
/******************************</RESPONSIVE>*************************************/




/*
 * Contact form / 2023 CeLa
 */
.contact-form .form-control {
	border: 4px solid rgba(236, 164, 104, 1.0);
	border-radius: 0;
}

.contact-form .form-control::placeholder {
  color: var(--sph-pastell);
}
.contact-form .rsform-block-website {
	text-align: center;
}
.contact-form .rsform-block-senden {
	margin-top: 15px;
	text-align: center;
}
.contact-form .btn-primary {
	background-color: var(--sph-pastell);
	border-radius: 0;
	font-weight: 700;
	padding: 15px 45px;
	border: 0;
}
[data-rsfp-hashcash]:hover,
[data-rsfp-hashcash] {
	border: 0;
	background-color: transparent;
}