/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

#powerTip {
	cursor: default;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255,255,255,0.4)), color-stop(60%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0.4) 25%, rgba(255, 255, 255, 1) 60%);
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 25%, rgba(255, 255, 255, 1) 60%);
	display: none;
    border: 1px solid #2361ae;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.18);
            box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.18);
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	width: 550px;
}
#powerTip:before {
	content: "";
	position: absolute
}
#powerTip.n:before,
#powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px
}
#powerTip.e:before,
#powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, .8);
	left: -10px
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	top: -10px
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, .8);
	right: -10px
}
#powerTip.ne:before,
#powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px
}
#powerTip.nw:before,
#powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px
}
#powerTip.ne:before,
#powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px
}
#powerTip.se:before,
#powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	top: -10px
}
#powerTip.ne-alt:before,
#powerTip.nw-alt:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px
}
#powerTip.ne-alt:before,
#powerTip.se-alt:before {
	left: auto;
	right: 10px
}
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	bottom: auto;
	top: -10px
}
body {
	position: inherit!important
}
@-webkit-keyframes Ani {
	0% {
		-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		border: 1px solid rgba(255, 255, 255, 0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	70% {
		-webkit-box-shadow: 0 0 50px #fff;
		        box-shadow: 0 0 50px #fff;
		border: 1px solid #fff;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		        box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		border: 0 solid rgba(255, 255, 255, 0);
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}
@keyframes Ani {
	0% {
		-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		border: 1px solid rgba(255, 255, 255, 0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	70% {
		-webkit-box-shadow: 0 0 50px #fff;
		        box-shadow: 0 0 50px #fff;
		border: 1px solid #fff;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		        box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		border: 0 solid rgba(255, 255, 255, 0);
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}
#powerTip.n:before {
	border-top: 10px solid rgba(0, 0, 0, 1)
}
#powerTip.s:before {
	border-bottom: 10px solid #000
}
#powerTip.e:before {
	border-right: 10px solid #000
}
#powerTip.w:before {
	border-left: 10px solid #000;
	right: -10px
}
#powerTip.ne:before,
#powerTip.nw:before {
	border-top: 10px solid #000;
	border-top: 10px solid rgba(0, 0, 0, 1)
}
#powerTip.se:before,
#powerTip.sw:before {
	border-bottom: 10px solid #000;
	border-bottom: 10px solid rgba(0, 0, 0, 1)
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
	border-top: 10px solid #000;
	border-top: 10px solid rgba(0, 0, 0, 1)
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
	border-bottom: 10px solid #000;
	border-bottom: 10px solid rgba(0, 0, 0, 1)
}
.wrap_svl {
	position: relative;
	float: left;
	margin: 0 auto;
	max-width: 100%
}
.wrap_svl:after {
	content: "";
	display: table;
	clear: both
}
.images_wrap img {
	width: 100%;
	height: auto;
	display: block
}
.drag_element {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1px;
	min-height: 1px;
	cursor: pointer;
}
.point_style {
	position: relative;
/* 	z-index: 10; */
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center
}
.point_style img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: inherit;
	max-width: inherit;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
    margin-left: 19px;
    margin-top: -19px;
}
body .wrap_svl img.pins_image_hover,
body .wrap_svl .point_style.has-hover:hover img.pins_image {
	display: none!important
}
body .wrap_svl .point_style.has-hover:hover img.pins_image_hover {
	display: block!important
}
.tolltip_points {
	text-align: center
}
.tolltip_points img {
	width: 130px;
	height: 130px;
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}
.tolltip_points .points_name {
	display: block;
	font-size: 16px
}
.tolltip_points .points_desc {
	display: block;
	font-size: 14px
}
.mobile_points_wrap {
	display: none
}
.mobile_points_box {
	width: 50%;
	float: left;
	padding: 0 5px 15px;
	text-align: center
}
.img_points_box {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff
}
.img_points_box img {
	width: 100%;
	height: 100%
}
.mobile_points_box:nth-child(2n+1) {
	clear: both
}
ul.list_content_point {
	list-style: none;
	margin: 0 0 10px;
	padding: 0
}
ul.list_content_point li {
	position: relative;
	padding: 3px 0 0 20px;
	margin: 0 0 5px
}
ul.list_content_point li:before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px
}
ul.list_content_point li.address_point:before {
	content: "\f041"
}
ul.list_content_point li.person_point:before {
	content: "\f183"
}
ul.list_content_point li.tel_point:before {
	content: "\f095"
}
ul.list_content_point li.fax_point:before {
	content: "\f1ac";
	font-size: 15px;
	top: 4px
}
ul.list_content_point li.mail_point:before {
	content: "\f0e0";
	font-size: 15px;
	top: 4px
}
.box_view_html {
	max-width: 600px;
	white-space: normal;
	overflow: hidden;
	position: relative;
    color: #2361ae;
    padding:30px;
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.6166841736694677)));
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6166841736694677) 50%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6166841736694677) 50%);
}
.thumb_point {
	float: left;
	width: 30%
}
.has-thumb .content_point {
	width: 70%;
	float: left;
	padding: 0 0 0 15px
}
.has-thumb .content_point h3 {
	font-size: 19px
}
.linkto_point {
	text-align: right;
	margin: 20px 0 0
}
.wrap_svl_center {
	text-align: center
}
.wrap_svl_center_box {
	display: inline-block
}
body .point_style a img,
body .point_style img {
	max-width: inherit!important;
	vertical-align: inherit;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important
}
.pins_animation {
	border: 3px solid rgba(255, 255, 255, .5);
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .5);
	        box-shadow: 0 0 20px rgba(255, 255, 255, .5);
	pointer-events: none
}
.pins_animation.ihotspot_pulse {
	-webkit-animation: Ani 2s infinite;
	animation: Ani 2s infinite
}
span.close_ihp {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60 (88103) - https://sketch.com --%3E%3Ctitle%3EBTN_Close%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Behandlungszentren_Overlay_01' transform='translate(-1076.000000, -203.000000)' fill='%234060AF'%3E%3Cg id='Overlay' transform='translate(600.000000, 184.000000)'%3E%3Cg id='BTN_Close' transform='translate(476.000000, 19.000000)'%3E%3Cg id='BTN_Close-Copy'%3E%3Cpath d='M20.4852814,0.686291501 L23.3137085,3.51471863 L14.8282915,11.9992915 L23.3137085,20.4852814 L20.4852814,23.3137085 L11.9992915,14.8282915 L3.51471863,23.3137085 L0.686291501,20.4852814 L9.1712915,11.9992915 L0.686291501,3.51471863 L3.51471863,0.686291501 L11.9992915,9.1712915 L20.4852814,0.686291501 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	display: block;
    float: right;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: -10px;
    margin-top: -10px;
}
body .point_style a:hover img {
	background: transparent!important
}
@media (max-width: 500px) {
	div#powerTip {
		position: fixed;
		top: 0!important;
		left: 0!important;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto
	}
	span.close_ihp {
		display: block;
		float: right;
		width: 25px;
		height: 25px
	}
	span.close_ihp svg {
		fill: #fff
	}
}
.pins_title {
	position: absolute;
	left: 50%;
	font-weight: 500;
	font-size: 13px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
	border: 2px solid #2361ae;
	top: -43px;
	margin-left: 19px;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.29);
	z-index: 5;
}
.pins_title::before {
    content: '';
    position: absolute;
    background-color: rgba(255,0,0,1);
    width: 11px;
    height: 11px;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid white;
}

[data-placement="s"] .pins_title {
	top: auto;
	bottom: -10px;
}

[data-placement="s"] .pins_title::before {
	top: 0;
}
.pins_names {
   position: absolute;
    bottom: calc(100% + 35px);
    left: calc(-50% + 18px);
    width: 200px;
    z-index: 50;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
[data-placement="s"] .pins_names {
	bottom: calc(100% + -10px);
}

.drag_element:hover .pins_names {
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.pins_names ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pins_names li {
	list-style: none !important;
	list-style-position: inside !important;
	padding: 2px 20px !important;
	background: white;
	font-weight: 400;
	border:1px solid #2361ae;
	font-size: 12px;
	margin: 0 0 2px 0 !important;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.29);
}
.pins_names li:before {
	display: none !important;
}
.pins_names li:hover {
	background-color: #B3BFDF;
}

.point_style:hover .pins_names {
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	visibility: visible;
	opacity: 1;
}

.box_view_html .picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 150px !important; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center;
    margin-bottom: 20px;
	margin: 0 auto 30px auto;
}

.box_view_html .pin_depart { font-size: 20px; margin: 0; font-weight: 600; line-height: 26px;}
.box_view_html .pin_name { font-size: 20px; margin: 0; font-weight: 300; line-height: 24px;}
.box_view_html .pin_position { font-size: 16px; margin: 0 0 20px 0; font-weight: 300; line-height: 20px;}
.box_view_html { font-size: 14px !important; margin: 0; font-weight: 300; line-height: 16px;}
.box_view_html .meta {
	font-size: 16px;
	line-height: normal
}

.swiper-button-prev, .swiper-button-next {
	top: 25% !important;
}

.d4d-swiper-container .swiper-wrapper {
	padding: 20px 0 0;
	  -webkit-box-pack: left;
       -ms-flex-pack: left;
           justify-content: left;
}

.d4d-swiper-container .swiper-pagination { top: 0; bottom: unset !important; }
.d4d-swiper-container .swiper-pagination-bullet { background-color: #555555; }
.d4d-swiper-container .swiper-pagination-bullet-active { background: #2361ae; }

@media screen and (max-width: 767px) {
	.d4d-swiper-container  {
		margin-top: 10vh;
	}
	.d4d-swiper-container .swiper-wrapper {
	    display: -webkit-box !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
	}
	.pins_names {
		display: none !important;
	}
}