/*	Slider-Überblendung	*/
.slider_fadein_container.enabledAnimation {
	background-color: #e9eaed;
	width: 100%;
	height: 100%;
	position: relative;
}
.slider_fadein_container.enabledAnimation .slider_fadein {
	position: absolute;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #e9eaed;
}
.slider_fadein_container.enabledAnimation .slider_fadein > * {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider_fadein_container.enabledAnimation .template_ix {
	margin: 0 auto !important;
	padding: 0 !important;
}

/*	FlyIn form bottom */
.fly_effect_container.enabledAnimation {
	background-color: #e9eaed;
	width: 100%;
	height: 100%;
	position: relative;
}
.fly_effect_container.enabledAnimation > * {
	position: absolute;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	background-color: #e9eaed;
}
.fly_effect_container.enabledAnimation > * > * {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.fly_effect_container.enabledAnimation .template_ix {
	margin: 0 !important;
	padding: 0 !important;
}