/* poiteaser.css */
.module_poi_teaser {
	height: 856px;
}

.module_poi_teaser .background_elements {
	background: #f3f3f4;
	height: 100%;
}

.module_poi_teaser .bg_image {
	height: 856px;
	overflow: hidden
}

.module_poi_teaser .content {
	position: absolute;
	top: 0;
	width: 100%;
}

.module_poi_teaser .image_full {
	/* opacity: 0.5; */
	text-align: center;
}

.module_poi_teaser .detail_img {
	text-align: center;
}

@media (min-width: 992px) {
	.module_poi_teaser .slider_container_outer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.module_poi_teaser .slider_container, .module_poi_teaser .slider {
	width: 100%;
	height: 100%;
}

/* .module_poi_teaser .slide_inactive .detail_img {
  display: none;
} */
@media (min-width: 992px) {

	/* .module_poi_teaser .slide_inactive .detail_container {
    display: none;
  } */
	.module_poi_teaser .slide_inactive .marker_icon {
		opacity: 0.5;
	}
}

.module_poi_teaser .slide_inactive .marker {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.module_poi_teaser .slide_inactive .marker_icon:hover {
	opacity: 1;
}

.module_poi_teaser .slide_inactive .marker_title {
	opacity: 0;
	pointer-events: none;
	/* width: 0; */
}

.module_poi_teaser .marker {
	position: absolute;
	z-index: 8;
	font-size: 14px;
	color: #3c3e43;
	min-width: 150px;
	background: rgba(255, 255, 255, 0.9);
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0px -2px 8px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 8px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.module_poi_teaser .headline_container {
	text-align: center;
}

.module_poi_teaser .headline {
	margin-top: 66px !important;
}

.module_poi_teaser .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px) {
	.module_poi_teaser .slider_prev_outer, .module_poi_teaser .slider_next_outer {
		display: none !important;
	}
}

.module_poi_teaser .arrow_right {
	border: solid #ce9f6e;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 13px;
	top: 7px;
}

.module_poi_teaser .detail_container {
	position: absolute;
	/* top: 50px; */
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
	height: 207px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -265px;
}

@media (min-width: 992px) {
	.module_poi_teaser .marker_detail {
		background: transparent;
		min-width: auto;
		padding: 0;
		box-shadow: none;
	}

	.module_poi_teaser .marker_detail .marker_icon {
		opacity: 1 !important;
		cursor: default;
	}

	.module_poi_teaser .detail_container {
		bottom: 200px;
	}

	.module_poi_teaser .detail_image, .module_poi_teaser .detail_container {
		opacity: 0;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}

	.module_poi_teaser .slide_active .detail_image, .module_poi_teaser .slide_active .detail_container {
		opacity: 1;
		z-index: 5;
	}
}

.module_poi_teaser .img_container {
	overflow: hidden;
	width: 310px;
}

.module_poi_teaser .text_container {
	/* display: inline-block; */
	/* float: left; */
	padding-top: 34px;
	padding-left: 39px;
	padding-right: 40px;
	width: calc(100% - 310px);
}

.module_poi_teaser .marker_title {
	padding-right: 30px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.module_poi_teaser .marker_icon {
	position: absolute;
	left: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.module_poi_teaser .marker_icon::before {
	position: absolute;
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	background: transparent;
	content: '';
	z-index: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 9px solid rgba(206, 159, 110, 0.3);
	top: 50%;
}

.module_poi_teaser .marker_icon::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	background: transparent;
	content: '';
	z-index: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 8px solid #ce9f6e;
	top: 50%;
}

@media (min-width: 768px) and (max-width: 800px) {
	.module_poi_teaser .slider_prev_outer {
		left: -18px !important;
	}

	.module_poi_teaser .slider_next_outer {
		right: -18px !important;
	}
}

@media (max-width: 991px) {
	.module_poi_teaser .slider_prev_outer {
		display: inline-block;
		position: absolute;
		bottom: auto;
		margin: 0;
	}

	.module_poi_teaser .slider_next_outer {
		display: inline-block;
		position: absolute;
		bottom: auto;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.module_poi_teaser .content, .module_poi_teaser .container, .module_poi_teaser .row, .module_poi_teaser .col-12, .module_poi_teaser .image_stack, .module_poi_teaser .slick-list {
		height: 100%;
	}

	.module_poi_teaser .slick-slide img {
		margin: 0 auto;
	}

	.module_poi_teaser .slide {
		opacity: 1 !important;
		position: absolute !important;
		z-index: auto !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.module_poi_teaser .detail_container {
		top: 40px !important;
		width: calc(100% - 47px);
	}

	.module_poi_teaser .marker_detail {
		background: transparent;
		min-width: auto;
		padding: 0;
		box-shadow: none;
	}

	.module_poi_teaser .img_container {
		overflow: hidden;
		width: 210px;
	}

	.module_poi_teaser .text_container {
		overflow: hidden;
		width: calc(100% - 210px);
		padding: 19px;
	}

	.module_poi_teaser, .module_poi_teaser .bg_image {
		height: 700px;
	}
}

@media (max-width: 991px) {
	.module_poi_teaser .image_stack {
		height: 400px;
	}

	.module_poi_teaser .slick-track, .module_poi_teaser .slider_container .module_poi_teaser .slick-list {
		height: 600px;
		width: 100%;
	}

	.module_poi_teaser .slider_container_outer {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 1;
	}

	.module_poi_teaser .slide_inactive .detail_img {
		display: block;
	}

	.module_poi_teaser .detail_container {
		position: relative;
		bottom: auto;
		top: 30px;
		height: auto;
		min-height: 170px;
	}

	.module_poi_teaser .detail_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* width: calc(100% - 60px);
    margin: 0 auto;
    transform: none;
    left: 0; */
	}

	.module_poi_teaser .slider_prev_outer, .module_poi_teaser .slider_next_outer {
		display: block;
		position: relative;
		background: transparent;
	}

	.module_poi_teaser .slider_prev_outer {
		display: inline-block;
		position: absolute;
		bottom: 97px;
		margin: 0;
		top: auto;
		left: -32px;
	}

	.module_poi_teaser .slider_next_outer {
		top: auto;
		bottom: 97px;
		right: -32px;
		margin: 0;
		position: absolute;
	}

	.module_poi_teaser .slider_next {
		border: solid #ce9f6e;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 8px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: relative;
		left: 20px;
	}

	.module_poi_teaser .slider_prev {
		border: solid #ce9f6e;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 8px;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	.module_poi_teaser .detail_img, .module_poi_teaser .image_full {
		max-width: 600px;
		margin: 0 auto;
	}

	.module_poi_teaser .marker {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.module_poi_teaser .marker_title {
		opacity: 0;
		pointer-events: none;
		width: 0;
	}
}

@media (max-width: 767px) {
	.module_poi_teaser .marker_detail {
		display: none;
	}

	.module_poi_teaser .slider_prev_outer, .module_poi_teaser .slider_next_outer {
		bottom: 69px;
	}

	.module_poi_teaser .slick-track, .module_poi_teaser .slider_container .module_poi_teaser .slick-list {
		height: 495px;
	}

	.module_poi_teaser .detail_container {}

	.module_poi_teaser, .module_poi_teaser .bg_image {
		height: 630px;
	}

	.module_poi_teaser .img_container {
		display: none;
	}

	.module_poi_teaser .text_container {
		width: 100%;
	}

	.module_poi_teaser .text_container {
		padding: 18px;
	}

	.module_poi_teaser .headline {
		margin-top: 30px !important;
	}

	.module_poi_teaser .detail_img, .module_poi_teaser .image_full {
		max-width: 500px;
		margin: 0 auto;
	}

	.module_poi_teaser .detail_container {
		min-height: 150px;
	}
}

@media (max-width: 580px) {
	.module_poi_teaser .detail_img, .module_poi_teaser .image_full {
		max-width: 400px;
		margin: 0 auto;
	}

	.module_poi_teaser, .module_poi_teaser .bg_image {
		height: 580px;
	}

	.module_poi_teaser .slider_prev_outer {
		top: 137px;
		left: 15px;
	}

	.module_poi_teaser .slider_next_outer {
		top: 137px;
		right: 15px;
	}

	.module_poi_teaser .marker_icon {
		width: 10px;
		height: 10px;
	}

	.module_poi_teaser .marker_icon::before {
		border-width: 9px;
		width: 32px;
		height: 32px;
	}

	.module_poi_teaser .marker_icon::after {
		border-width: 6px;
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.module_poi_teaser .detail_img, .module_poi_teaser .image_full {
		max-width: 290px;
		margin: 0 auto;
	}

	.module_poi_teaser .slider_prev_outer {
		top: 96px;
		left: 10px;
	}

	.module_poi_teaser .slider_next_outer {
		top: 96px;
		right: 10px;
	}
}

@media (max-width: 374px) {
	.module_poi_teaser .slider_prev_outer {
		top: 75px;
		left: 10px;
	}

	.module_poi_teaser .slider_next_outer {
		top: 75px;
		right: 10px;
	}

	.module_poi_teaser .detail_img, .module_poi_teaser .image_full {
		max-width: 225px;
		margin: 0 auto;
	}
}