/*** CTE ***/
.ce_lmf_slider,
.ce_lmf_slider .slick-list {
	width: 100%;
	height: 100%;
}
.ce_lmf_slider .slick-slide {
	position: relative;
}
.ce_lmf_slider video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
    object-position: center center;
}
.ce_lmf_slider_image {
	height: 40vw;
	background-repeat: no-repeat;
}
.ce_lmf_slider_image_overlay {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(81,0,0,0.75);
	z-index: 5;
}
.ce_lmf_slider_image_teaser {
	width: 80%;
	margin: 0 10%;
	position: absolute;
	top: 150px;
	font: 16px/130% 'Open Sans',sans-serif;
	font-weight: 300;
	z-index: 10;
}
.ce_lmf_slider_image_teaser h1, 
.ce_lmf_slider_image_teaser h2, 
.ce_lmf_slider_image_teaser h3, 
.ce_lmf_slider_image_teaser h4, 
.ce_lmf_slider_image_teaser h5, 
.ce_lmf_slider_image_teaser h6 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	line-height: 120%;
	text-transform: none;
}
.ce_lmf_slider_image_teaser h1 {
	font-size: 50px;
}
.ce_lmf_slider_image_teaser h2 {
	font-size: 46px;
}
.ce_lmf_slider_image_teaser h3 {
	font-size: 40px;
}
.ce_lmf_slider_image_teaser h4 {
	font-size: 36px;
}
.ce_lmf_slider_image_teaser h5 {
	font-size: 30px;
}
.ce_lmf_slider_image_teaser h6 {
	font-size: 26px;
}
.slider_more_button {
	width: 200px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
#main .slider_more_button a {
	display: block;
	font: 24px 'Roboto Condensed',sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}


/*** FE_MOD ***/
.mod_lmf_slider {
	margin: 0;
	position: relative;
	top: 0;
}
.mod_lmf_slider,
.mod_lmf_slider .slick-list {
	width: 100%;
}
.mod_lmf_slider .slick-slide {
	position: relative;
}
.mod_lmf_slider video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mod_lmf_slider_image {
	height: 100%;
}
.mod_lmf_slider_image_overlay {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(81,0,0,0.75);
	z-index: 5;
}
.mod_lmf_slider_image_teaser {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.mod_lmf_slider_image_teaser {
	margin: 0;
}

.mod_lmf_slider_image_teaser .inside {
	width: 90%;
	margin: 2.5em auto 0;
	padding: 0 1rem;
	box-sizing: content-box;
}
.mod_lmf_slider_image_teaser {
	margin: 0 0 1em;
	font: 2.667em/100% 'Roboto', 'Helvetica', 'Helvetica Neue', sans-serif;
	color: #405354;
/*	text-shadow: 	0 0 28px #fff,
					0 0 52px #ADADAD,
					0 0 80px #ADADAD,
					0 0 74px #ADADAD;*/
}
.mod_lmf_slider_image_teaser p strong {
	font-weight: 900;

}
.mod_lmf_slider_image_teaser p a {
	font: 1.222rem 'Roboto Condensed', sans-serif;
	text-shadow: 0 0 0;
	color: #008c96 !important;
	padding: 0.75em;
	border-radius: 3px;
	border: 2px solid;
	background-color: rgba(255,255,255,0.8);
	transition: background-color 0.3s;
	position: absolute;
	bottom: 2em;
	left: calc(50% - 112.5px);
	text-align: center;
	width: 225px;

}
.mod_lmf_slider_image_teaser p a:hover {
	background-color: #008c96;
	color: #fff !important;
	border-color: #008c96;
	transition: background-color 0.5s;
}
/*.mod_lmf_slider_image_teaser p a::after {
	content: "\e649";
	font-family: 'themify';
	font-size: 16px;
    margin-left: 1em;
    position: relative;
    bottom: -1px;
} */
.mod_lmf_slider_image_teaser .inside {
	position: static;
}
.mod_lmf_slider_image_teaser h1 a, 
.mod_lmf_slider_image_teaser h2 a, 
.mod_lmf_slider_image_teaser h3 a, 
.mod_lmf_slider_image_teaser h4 a, 
.mod_lmf_slider_image_teaser h5 a, 
.mod_lmf_slider_image_teaser h6 a, 
.mod_lmf_slider_image_teaser p a {
	color: inherit;
	text-decoration: none;
}
#mod_lmf_slider_mask {
	width: 1180px;
	height: 286px;
	margin: 0 0 0 -590px;
	position: fixed;
	top: 0;
	left: 50%;
	background: transparent url(../images/slider_mask.png) right top no-repeat;
}

@media screen and (max-width: 1280px) {
	.mod_lmf_slider_image_teaser {
		font-size: 2.333em;
	}
}

@media screen and (max-width: 1024px) {
	.mod_lmf_slider_image_teaser {
		font-size: 2em;
	}
	.mod_lmf_slider_image_teaser p a {
		font-size: 1rem;
		width: 182px;
		left: calc(50% - 91px);
	}
}

@media screen and (max-width: 767px) {
	.mod_lmf_slider_image_teaser {
		font-size: 1.5em;
	}

	.slick-dots li {
		width: 10px;
		height: 10px;
		margin: 10px 5px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
		padding: 5px;
	}
}

@media screen and (max-width: 438px) {
	.mod_lmf_slider_image_teaser .inside {
		width: 100%;
		box-sizing: border-box;
	}
	.mod_lmf_slider_image_teaser {
    	font-size: 1.333em;
	}
	.mod_lmf_slider_image_teaser p a {
		font-size: 0.875rem;
		width: 152px;
		left: calc(50% - 76px);
	}

}