#faderBox {
	position:relative;
	top:0;
	margin:0 auto;
	width:100%;
	max-width:960px;
	height:580px;
}



.wandaImageFader {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.wandaImageFader .wIFback,.wandaImageFader .wIFnext {
	position:absolute;
	width:55px;
	height:55px;
	top:50%;
	bottom:50%;
	margin-top:-25px;
	z-index:20;
	cursor:pointer;
}
.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;
	bottom:10px;
	width:0;
	margin:0 auto;
	padding:30px 0 0;
	left: 0;
	right: 0;
}
.pagination li {
	width:14px;
	height:14px;
	float:left;
	margin:0 5px;
	border-radius:7px;
	background-color:#f0f0f0;
	cursor:pointer;
}
.pagination li.akt {
	background-color:#0b9e94;
}


.wIMFtextbox {
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
	display: flex;
	align-items: center;
	width:50%;
	top:0;
	left:0;
	height:100%;
	background-color:rgba(0,174,203,0.5);
	color:#000;
	border-radius:0;
	font-size:43pt;
	line-height:63px;
	color:#fff;
}

.wIMFtextboxInner {
	width:100%;
	padding-right:40px;
	text-align:right;
}


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


@media  only screen and (max-width: 1120px) {
	#faderBox {
		height:500px;
	}
	.wIMFtextbox {
		width:420px;
		padding:48px 0;
		top:120px;
		left:50%;
		right:50%;
		margin-left:-210px;
		font-size:30pt;
		line-height:52px;
	}
}

@media  only screen and (max-width: 760px) {
	#faderBox {
		height:450px;
	}
	.wIMFtextbox {
		width:350px;
		padding:40px 0;
		top:100px;
		margin-left:-175px;
		font-size:25pt;
		line-height:40px;
	}
}

@media  only screen and (max-width: 680px) {
	#faderBox {
		height:350px;
	}
	.wIMFtextbox {
		width:300px;
		padding:30px 0;
		top:64px;
		margin-left:-150px;
		font-size:20pt;
		line-height:35px;
	}
	.pagination {
		list-style-type: none;
		padding:20px 0 0;
		left: 0;
		right: 0;
	}
	.pagination li {
		width:10px;
		height:10px;
		margin:0 5px;
		border-radius:5px;
	}
.wandaImageFader .wIFback,.wandaImageFader .wIFnext {
	position:absolute;
	width:35px;
	height:35px;
	top:50%;
	bottom:50%;
	margin-top:-17px;
	z-index:20;
	cursor:pointer;
	background-size:auto 35px;
}
}


/*
@media  only screen and (max-width: 580px) {
.wandaImageFader .wIFback,.wandaImageFader .wIFnext {
position:absolute;
width:30px;
height:30px;
top:50%;
margin-top:-25px;
}
.wandaImageFader .wIFback {
left:20px;
background-image:url(images/back.png);
background-size:30px;
}
.wandaImageFader .wIFnext {
right:20px;
background-image:url(images/next.png);
background-size:30px;
}
.wandaImageFader .wIFback {
left:5px;
}
.wandaImageFader .wIFnext {
right:5px;
}
div [class*="wIMFtextbox"] {
display:none;
}
#extText {
display:block;
}
}
*/