.pflegeheim-container {
	background-color:white;
	padding-bottom:40px;
}
.pflegeheim-container-layout-zaehlerschrank {
	padding-top:8px;
	background-color:rgb(250,250,250);
}
.pflegeheim-image {
	margin:0 auto;
}
.pflegeheim-image img {
	width:100%;
	height:auto;
}
.pflegeheim-headline {
	text-align:center;
}

.pflegeheim-slide {
	position:relative;
}
.pflegeheim-headline-slide {
	margin:0;
	text-align:center;
	color:rgb(61,205,88);
}


.pflegeheim-icons {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.pflegeheim-icon {
	position:absolute;
	transform-origin: center;
}
.pflegeheim-icon-image {
	cursor: pointer;
}
.pflegeheim-icon-image img {
	position:relative;
}
.pflegeheim-icon-image-headline {
	cursor: pointer;
	background-color:white;
	position: absolute;
  	top: 2px;
  	left: 30px;
  	padding: 0 10px 0 40px;
  	height: 60px;
 	z-index:0;
 	border-radius: 4px;
 	border: 1px solid rgb(200,200,200);
 	width:210px; 
 	display:flex;
 	justify-content: center;
 	align-items:center;
}
.pflegeheim-icon-content {
	box-sizing: border-box;
	padding:20px 15px;
}
.pflegeheim-icon-headline {
	margin-top:0;
	margin-bottom:6px;
	color:rgb(61,205,88);
	font-weight:bold;
	font-size:15px;
	line-height:1.25;
}
.btn-pflegeheim-icon {
  height: 30px;
  background-color: #42B4E6;
  position: relative;
  color: white;
  line-height: 15px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  width:80%;
  margin:0 auto;
}
.btn-pflegeheim-icon:hover {
  color: #fff;
  background-color: #1d9fd8;
  border-color: #1888b9;
}
.pflegeheim-icon-content {
	-webkit-filter: drop-shadow(0 0 1px #989898);
  	filter: drop-shadow(0 0 1px #989898);
}



/* Tooltip */

/* Tooltip text */
.tooltip {
  	visibility: hidden;
  	width: 250px;
  	background-color: rgba(255,255,255, 0.95);
  	color: rgba(98,100,105,1);
  	text-align: center;
  	border-radius: 6px;

  	/* Position the tooltip text */
  	position: absolute;
  	z-index: 510;
  	bottom: 120%;
  	left: 50%;
  	margin-left: -125px; /* half width */

  	/* Fade in tooltip */
  	opacity: 1;
  	transition: opacity 0.5s;
}
.pflegeheim-icon-layout-3 .tooltip.tooltip-left,
.pflegeheim-icon-layout-3 .tooltip.tooltip-right {
    margin-left:0;
}
.tooltip.tooltip-bottom {
    top: 120%;
    left: 50%;
    bottom: auto;
    margin-left: -125px;
}
.tooltip.tooltip-top{
    left: 50%;
    margin-left: -125px;
}

/* Tooltip arrow */
.tooltip::after,
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255,255,255, 0.95) transparent transparent transparent;
}
.pflegeheim-icon-layout-3 .tooltip.tooltip-left::after {
    left:30px;
    /*
    top: 50%;
    left: 100%;
    margin-top: -8px;
    margin-left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255,255,255, 0.95);
    */
}
.pflegeheim-icon-layout-3 .tooltip.tooltip-right::after {
    left:initial;
    right:20px;
}
.tooltip.tooltip-bottom::after {
    top:auto;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgba(255,255,255, 0.95) transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip.active {
  visibility: visible;
  opacity: 1;
} 


.pflegeheim-modal-close {
	width:20px;
	height:20px;
	border-radius:25%;
	color:rgb(61,205,88);
	border:1px solid rgb(61,205,88);
	background-color:rgba(255,255,255, 0.95);
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
.tooltip.tooltip-top.centered,
.tooltip.tooltip-bottom.centered {
	top:25%;
	left:50%;
	right:auto;
	bottom:auto;
	margin-left:-125px;
}
.tooltip.tooltip-top.centered::after,
.tooltip.tooltip-bottom.centered::after {
    border:none;
}

/* width Image */
.pflegeheim-icon-layout-3 .tooltip {
  	width: 400px;
  	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  	/* Position the tooltip text */
  	bottom: 120%;
  	left: 50%;
  	margin-left: -200px; /* half width */
}
.pflegeheim-icon-layout-3 .tooltip.tooltip-bottom {
  	top: 120%;
  	bottom:auto;
}
.tooltip.tooltip-bottom::after {
  	/*box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);*/
}
.pflegeheim-icon-columns {
	display:flex;
}
.pflegeheim-icon-layout-3 .pflegeheim-icon-headline {
	text-align:left;
}
.pflegeheim-icon-column {

}
.pflegeheim-icon-column-1 {
	width:60%;
	text-align: left;
}
.pflegeheim-icon-column-2 {
	width:40%;
	text-align:center;
}
.pflegeheim-icon-layout-3 .btn-pflegeheim-icon {
	margin:0;
	width:100%;
}
.pflegeheim-icon-column-2 img.portrait-image {
	max-height:150px;
	width:auto;
}


/* Slick arrows */
.pflegeheim .slick-arrow {
	z-index:2000;
}
.pflegeheim .slick-prev,
.pflegeheim .slick-next {
    background-color:rgba(0, 0, 0, 0.7) !important;
    z-index:210;
    width: 40px;
    height: 40px;
    left:auto
    
}
.pflegeheim .slick-prev {
	left:-50px;
}
.pflegeheim .slick-next {
	right:-50px;
}
.pflegeheim .slick-prev::before, 
.pflegeheim .slick-next::before {
	content:"";
}
.pflegeheim .slick-prev:hover,
.pflegeheim .slick-next:hover {
	background-color:rgb(61,205,88) !important;
}

@media only screen and (max-width: 1160px) {

	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15970,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15971,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15972,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15973,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15974 {
		left:97% !important;
	}
}
@media only screen and (max-width: 1096px) {

	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15970,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15971,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15972,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15973,
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15974 {
		left:93% !important;
	}
}

@media only screen and (min-width: 1000px) {
	.pflegeheim-icon-layout-2 .pflegeheim-icon-headline {
		display:none;
	}

}
@media only screen and (max-width: 999.9px) {
	.pflegeheim-icon-layout-2 .pflegeheim-icon-image-headline {
		display:none;
	}
	.pflegeheim-container-layout-zaehlerschrank .pflegeheim-icon-image img {
		transform: scale(0.8) translate(-10%, -10%);
		transform-origin: center;
	}
	.pflegeheim-container-layout-zaehlerschrank .tooltip {
		width:400px;
		left:calc(100% - 360px) !important;
		box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
		margin-left:-200px !important;
	}

}
@media only screen and (max-width: 948px) {

	.pflegeheim .slick-next {
		right:0;
	}

}
@media only screen and (max-width: 870px) {
	.pflegeheim .slick-prev {
		left:0;
	}
	.pflegeheim .slick-next {
		right:0;
	}

}
@media only screen and (max-width: 848px) {
	.pflegeheim .slick-next {
		right:40px;
	}

}
@media only screen and (max-width: 768px) {
	.pflegeheim-container {
		padding-bottom:20px;
	}
	.pflegeheim-icon-image img {
		transform: scale(0.6) translate(-40%, -40%);
		transform-origin: center;
	}
	.tooltip.tooltip-top {
		left: 40%;
		margin-left: -134px;
	}
	.tooltip.tooltip-bottom {
		top: 88%;
		left: -168%;
		bottom: auto;
		margin-left: 0;
	}
	
	.pflegeheim-container-layout-zaehlerschrank .tooltip {
		width:400px;
		left:calc(100% - 360px) !important;
		box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
		margin-left:-125px !important;
	}
	.pflegeheim-container-layout-zaehlerschrank .pflegeheim-icon-image img {
		transform: scale(0.6) translate(-33%, -29%);
		transform-origin: center;
	}
	.pflegeheim-container-layout-zaehlerschrank .pflegeheim-icon-image {
		width:40px;
		height:40px;
		overflow:hidden;
	}
}
@media only screen and (max-width: 560px) {

	.pflegeheim-container-layout-zaehlerschrank .tooltip {
		width:auto;
		left:20px !important;
		right:20px !important;
		margin-left:0 !important;
	}
	.pflegeheim-icon-columns {
		flex-wrap:wrap;
	}
	.pflegeheim-icon-column-1,
	.pflegeheim-icon-column-2 {
		
		width:100%;
	}
}
@media only screen and (max-width: 460px) {

	.pflegeheim-container-layout-zaehlerschrank .tooltip {
		top:0 !important;
	}
	.pflegeheim-icon-columns {
		flex-wrap:wrap;
	}
	.pflegeheim-icon-column-1,
	.pflegeheim-icon-column-2 {
		
		width:100%;
	}
	.pflegeheim-icon-column-2 {
		margin-top:10px;
	}
	
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15973 {
		top:21% !important;
	}
	.pflegeheim-container-layout-zaehlerschrank #pflegeheim-icon-15972 {
		top:10% !important;
	}
	
}