#header-slideshow-wrap {
	display: block;
	background: transparent;
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

body.template-7 #header-slideshow-wrap, body.template-9 #header-slideshow-wrap {
	height: 480px;
}

#header-slideshow {
	background: transparent;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#header-slideshow ul.slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#header-slideshow ul.slides li {
	padding: 0;
	margin: 0;
	background: none;
	display: none; /* verbergen bevor JS startet */
}

#header-slideshow .flex-viewport {
	max-width: 960px !important;
	margin: 0 auto;
	overflow: visible !important;
}

#header-slideshow img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.header-slideshow-overlay {
	display: block;
	width: 100%;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('images/overlay.png') repeat-y top center;
}



#header-slideshow ol.flex-control-nav {
	position:absolute;
	top:200px;
	left:155px;
	width:200px;
	z-index:2;
	color:#000;
	padding:0;
	margin:0;
	list-style-image:none;
	list-style-type:none;
	text-align:center;
	cursor:default;
}

#header-slideshow ol.flex-control-nav li {
	float: left;
	margin-right:10px;
	background-image: none;
}

#header-slideshow ol.flex-control-nav a {
	display:block;
	width:20px;
	height:0px;
	padding-top: 20px;
	overflow: hidden;
	background: transparent url(images/SlideshowBullet.png) left top no-repeat;
	cursor: pointer;
}

#header-slideshow ol.flex-control-nav a.active {
	background: transparent url(images/SlideshowBulletCur.png) left top no-repeat;
}

#header-slideshow ol.flex-control-nav a:hover {
	/* background: transparent url(images/SlideshowBulletHov.png) left top no-repeat; */
}



#header-slideshow-wrap .flex-direction-nav a {
    background: url("images/next.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 100px;
    margin: -50px 0 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 100px;
}
#header-slideshow-wrap .flex-direction-nav .flex-next {
	background: url("images/next.png");
    left: 50%;
	margin-left: 430px;
}
#header-slideshow-wrap .flex-direction-nav .flex-prev {
	background: url("images/back.png");
    left: 50%;
	margin-left: -530px;
}
#header-slideshow-wrap .flex-direction-nav .disabled {
	display: none;
}


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

	#header-slideshow-wrap, body.template-7 #header-slideshow-wrap, body.template-9 #header-slideshow-wrap { height: auto; }
	
	#header-slideshow-wrap .flex-direction-nav .flex-next {
		background: url("images/next_small.png");
		left: auto;
		right: 10px;
		margin-left: 0;
	}
	#header-slideshow-wrap .flex-direction-nav .flex-prev {
		background: url("images/back_small.png");
		left: 10px;
		margin-left: 0;
	}

}
