/* Swiper Anpassung
=========================================================================================*/

.swiper-container {
	background:#000;
	width:100%;
	height:100%;
	cursor:default !important;
}

.swiper-wrapper {
	height:100%;
	background:#000;
}

.swiper-slide {
	text-align:center;
}

.swiper-slide img {
	max-width:100%;
	max-height:80%;
	cursor:move !important;
}

#bildlegende {
	width:100%;
	margin:0 auto;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#000;
	color:#fff;
	font-size:1em;
	z-index:1000;
}

#close {
	width:30%;
	margin-left:35%;
	height:40px;
	line-height:37px;
	text-align:center;
	background:#fff;
	font-size:1.3em;
	cursor:pointer;
	z-index:10;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top:0;
	width: 34px;
	height: 40px;
	cursor: pointer;
	-moz-background-size: 34px 40px;
	-webkit-background-size: 34px 40px;
	background-size: 34px 40px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.swiper-button-prev {
	background-image:url(../img/pfeil_links_1.gif);
	margin-left: 23%;
}
.swiper-button-next {
	background-image:url(../img/pfeil_rechts_1.gif);
	margin-right: 23%;
}
/*---------------------------------------------------------------------------------------*/
