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

.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%;
}



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

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

.wIMFtextbox {
	display:block;
	max-width:600px;
	color:#fff;
	font-size:22pt;
	line-height:38px;
	padding:40px;
	text-align:left;
}

.wIMFtextboxInner {
	padding:10px;
}
.wIMFtextbox h1 {
	font-size:14pt;
}


.wIMFtextbox .titel {
	font-family: 'Roboto Condensed', sans-serif;
	color: #4e5357;
	font-size: 44pt;
	line-height: 56px;
	font-weight: 300;
	padding-bottom: 15px;
}

.wIMFtextbox .text {
	font-family: 'Roboto Condensed', sans-serif;
	color: #4e5357;
	line-height: 28px;
	font-size: 15pt;
	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) {
	#faderBox {
		position:relative;
		height:450px;
	}
	.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;
	}
	.wIMFtextbox .titel {
		font-size: 36pt;
		line-height: 56px;
		padding-bottom: 15px;
	}



}

@media  only screen and (max-width: 580px) {
	#faderBox {
		height:340px;
	}
	.wIMFtextbox .titel {
		font-size: 30pt;
		line-height: 56px;
		padding-bottom: 10px;
	}

	.wIMFtextbox .text {
		line-height: 25px;
		font-size: 13pt;
	}

	.wIMFtextbox {
		padding:20px 30px;
	}

}

@media  only screen and (max-width: 430px) {
	#faderBox {
		height:250px;
	}
	
		.wIMFtextbox .titel {
		font-size: 20pt;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.wIMFtextbox .text {
		line-height: 23px;
		font-size: 11pt;
	}
	
		.wIMFtextbox {
		padding:10px 30px;
	}
}
