#faderBox {
	position:relative;
	top:0;
	margin:0 auto;
	width:100%;
	height:900px;

	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}

.wandaImageFader {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.wandaImageFader .wIFback,.wandaImageFader .wIFnext {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	bottom:50%;
	margin-top:-35px;
	z-index:20;
	cursor:pointer;
	background-size:20px ;
	background-repeat:no-repeat;
	background-position:center;
}

.wandaImageFader .wIFback {
	left:0;
	background-image:url(images/back.svg);
}
.wandaImageFader .wIFnext {
	right:0;
	background-image:url(images/next.svg);
}
.wandaImageFader ul.wIF {
	list-style-type: none;
	padding: 0px;
	margin: 0px;



}
.wandaImageFader ul.wIF li.faElem {
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	display: flex;
	align-items: center;
	justify-content: center;
}


.pagination {
	list-style-type: none;
	position:absolute;        /*  absolute für interne Pagination - relative für externe Pagination */
white-space:nowrap;
	bottom:20px;
	z-index:100;

	width:0;
	margin:0 auto;
	padding:10px 0 0;
	left: 0;
	right: 0;
}
.pagination li {
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 5px;
	border-radius:9px;
	background-color:#fff;
	cursor:pointer;
}
.pagination li.akt {
	background-color:#0072b9;
}

.homeTopTeaser {
	position:relative;
	display: inline-block;
	width:100%;
	max-width:550px;
	background-color:rgba(255,255,255,1);
	font-family: 'Roboto Condensed', sans-serif;
	padding:30px 20px;
	color:#0072b8;
	z-index:1000;
}

.homeTopTeaser .titel1 {
	display:block;
	font-size:32pt;
	font-weight:700;
}
.homeTopTeaser .titel2 {
	display:block;
	font-size:32pt;
	font-weight:400;
}
.homeTopTeaser .titel3 {
	display:block;
	font-size:32pt;
	font-weight:300;
}

#extText {
	display:none;
	padding:15px;
	background-color:#000;
	color:#fff;
	font-size:10pt;
}
#extText h1 {
	font-size:12pt;
	margin:0;
}





/* RESPONSIVE */

@media  only screen and (max-width: 768px) {
	.homeTopTeaser {
		max-width:440px;
		padding:30px 20px;
	}
	.homeTopTeaser .titel1 {
		font-size:24pt;
		font-weight:700;
	}
	.homeTopTeaser .titel2 {
		font-size:24pt;
		font-weight:400;
	}
	.homeTopTeaser .titel3 {
		font-size:24pt;
		font-weight:300;
	}
	.pagination li {
	width:10px;
	height:10px;
	display:inline-block;
	margin:0 5px;
	border-radius:5px;
	background-color:#fff;
	cursor:pointer;
}
}

@media  only screen and (max-width: 500px) {
	.homeTopTeaser {
		max-width:240px;
		padding:30px 20px;
	}
	.homeTopTeaser .titel1 {
		font-size:20pt;
		font-weight:700;
	}
	.homeTopTeaser .titel2 {
		font-size:14pt;
		font-weight:400;
	}
	.homeTopTeaser .titel3 {
		font-size:14pt;
		font-weight:300;
	}
}



@media  only screen and (max-width: 1024px) {
	#faderBox {
		height:500px;
	}
}
@media  only screen and (max-width: 945px) {
}
@media  only screen and (max-width: 630px) {
	#faderBox {
		position:relative;
		height:300px;
	}
	.wandaImageFader .wIFback,.wandaImageFader .wIFnext {
		position:absolute;
		width:30px;
		height:30px;
		top:50%;
		margin-top:-25px;
	}
	.wandaImageFader .wIFback {
		background-size:15px;
	}
	.wandaImageFader .wIFnext {
		background-size:15px;


	}
	@media  only screen and (max-width: 380px) {
	}
