/*** 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_overlay {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	background-color: rgba(0,0,0,0.40);
	z-index: 5;
}
.ce_lmf_slider_image_teaser {
	position: absolute;
	top: 225px;
	font-size: 1.125em;
	font-weight: 500;
	z-index: 10;
	max-width: 80vw;		
}
.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 {
	border: 0;
	line-height: 120%;
    font-weight: 700;
	text-transform: none;
	background-color: rgba(255,255,255,0.85);
	display: inline-block;
	margin: 0;
	padding-left: calc((100vw - 1180px)/2);
}
.ce_lmf_slider_image_teaser h1 {
	font-size: 3.875rem;
	text-transform: uppercase;
}
.ce_lmf_slider_image_teaser h2 {
	font-size: 2.375em;
	font-weight: 500;
	color: #00823F;
}
.ce_lmf_slider_image_teaser p {
	background-color: rgba(255,255,255,0.85);	
	display: table;
	margin: 0;
	padding-left: calc((100vw - 1180px)/2);
	max-width: 930px !important;
}

.ce_lmf_slider_image_teaser h1,
.ce_lmf_slider_image_teaser h2,
.ce_lmf_slider_image_teaser p {
	padding-top: 0.75rem;
    padding-right: 2.25rem;
    padding-bottom: 0.75rem;
}
.ce_lmf_slider_image_teaser p + p:last-of-type {
    line-height: 0;
    padding: 0;
    margin-left: calc((100vw - 1180px)/2);
    margin-top: 1.5em;
    background-color: transparent;
}
.ce_lmf_slider_image_teaser p + p:last-of-type a {
	padding: 0.75em 1.75em;
	color: #FFFFFF;
	background-color: #00823F;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s;
} 
.ce_lmf_slider_image_teaser p + p:last-of-type a:hover {
	color: #00823F;
	background-color: #FFFFFF;
	transition: all 0.3s;
} 

.slider_more_button {
	width: 140px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #B71234;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;

}
#main .slider_more_button a {
	display: block;
	font: 12px 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
#main .slider_more_button a::after {
	padding-left: 15px;
	font-family: 'themify';
	content: '\e628';
}

/*** FE_MOD ***/
#mod_lmf_slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: top 0.5s ease;
	   -moz-transition: top 0.5s ease;
	    -ms-transition: top 0.5s ease;
	     -o-transition: top 0.5s ease;
	        transition: top 0.5s ease;
}
#mod_lmf_slider.small {
	top: 50px;
}
#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_mask {
	width: 470%;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('../images/slider_mask.png') right top no-repeat;
}
.mod_lmf_slider_image_teaser {
	position: absolute;
	top: 225px;
	font: 16px/130% 'Roboto',sans-serif;
	font-weight: 400;
	z-index: 10;
}
.mod_lmf_slider_image_teaser h1, 
.mod_lmf_slider_image_teaser h2, 
.mod_lmf_slider_image_teaser h3, 
.mod_lmf_slider_image_teaser h4, 
.mod_lmf_slider_image_teaser h5, 
.mod_lmf_slider_image_teaser h6 {
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
}
.mod_lmf_slider_image_mouse,
.ce_lmf_slider_image_mouse  {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 50px);
	background: url('../images/mouse.png') center bottom no-repeat;
	z-index: 10;
}

/*** SLICK ARROWS ***/
.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	margin-top: -10px;
	padding: 0;
	position: absolute;
	top: 50%;
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	outline: none;
	opacity: 1;
	z-index: 5;
}
.slick-prev::before, 
.slick-next::before {
	font-family: 'themify';
	font-size: 30px;
	line-height: 1;
	color: #00823F;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	    -ms-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: none;
}*/
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus, 
.slick-prev:hover::before, 
.slick-prev:focus::before, 
.slick-next:hover::before, 
.slick-next:focus::before, 
.slick-slider:hover .slick-prev, 
.slick-slider:hover .slick-next, 
.slick-slider:hover .slick-prev::before, 
.slick-slider:hover .slick-next::before {
	opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: .25;
}

.slick-prev {
	left: 15px;
	z-index: 1;
}
[dir='rtl'] .slick-prev {
	right: 15px;
	left: auto;
}
.slick-prev::before {
	content: '\e64a';
}
[dir='rtl'] .slick-prev::before {
	content: '\e649';
}

.slick-next {
	right: 15px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 15px;
}
.slick-next::before {
	content: '\e649';
}
[dir='rtl'] .slick-next::before {
	content: '\e64a';
}

/*** SLICK DOTS ***/
.slick-dots {
	width: 90%;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 5%;
	display: block;
	list-style: none;
	text-align: right;
	z-index: 1;
}
.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 10px 5px 0;
	padding: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 5px;
	display: block;
	background-color: #FFFFFF;
	border: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	outline: none;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background-color: #FF0000;
	opacity: 1;
}
.slick-dots li button::before {
	content: '';
}

#mod_lmf_slider_arrow {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-size: 40px;
	color: #FFFFFF;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*** Desktop klein ***/
@media screen and (max-width: 1279px) {
	.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 {
	    padding-left: calc((100vw - 960px)/2);
	}
	.ce_lmf_slider_image_teaser p {
	    padding-left: calc((100vw - 960px)/2);
	    max-width: 960px;
	}
	.ce_lmf_slider_image_teaser p + p:last-of-type {
	    margin-left: calc((100vw - 960px)/2);
	}
	.ce_lmf_testimonials .slick-next, 
	#aktuelles .slick-next {
		right: -45px;
	}
	.ce_lmf_slider_image_teaser h1 {
		font-size: 2.75em;
	}	
	.ce_lmf_slider_image_teaser h2 {
		font-size: 1.75em;
	}

	#ce_lmf_slider button {
		top: auto;
		bottom: 20px;
	}
	#ce_lmf_slider .slick-prev {
		left: calc(50% - 50px);
	}

	#ce_lmf_slider .slick-next {
		right: calc(50% - 50px);
	}
}


/*** TABLETS ***/
@media screen and (max-width: 1024px) {
	.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 {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.ce_lmf_slider_image_teaser p {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.ce_lmf_slider_image_teaser p + p:last-of-type {
	    margin-left: 3%;
	    margin-right: 3%;
	}
	.ce_lmf_slider_image_teaser {
		top: 200px;
		max-width: 100%;		
	}	
	.ce_lmf_slider_image_teaser h1 {
		font-size: 2.75em;
	}	
	.ce_lmf_slider_image_teaser h2 {
		font-size: 1.75em;
	}

}


/*** SMARTPHONES ***/
@media screen and (max-width: 768px) {
	.ce_lmf_slider_image_teaser {
		top: 80px;
		font-size: 1em;
	}
	.ce_lmf_slider_image_teaser h1 {
		font-size: 2em;
	}
	.ce_lmf_slider_image_teaser h2 {
		font-size: 1.5em;
	}

	#ce_lmf_slider .slick-prev,
	#ce_lmf_slider .slick-next {
		display: none !important;
	}
}

@media screen and (max-width: 484px) {
	.ce_lmf_slider_image_teaser {
		top: 2em;
	}	
}	

@media screen and (orientation: portrait) {
	#ce_lmf_slider {
		height: 60vw !important;
	}
	.home #ce_lmf_slider {
		height: 100vw !important;
	}
	.mod_lmf_slider_image_mouse, 
	.ce_lmf_slider_image_mouse {
		display: none;
	}
}




































