.slideshow-current {
	text-align: center;
	margin-bottom: -40px;
}
.prev, .next {
	cursor: pointer;
	position: relative;
	padding: 15px;
	color: white;
	font-weight: 900;
	font-size: 18px;
	transition: 0.6s ease;
	transform: translateY(-610%);
	background-color: rgba(1,0,10,0.5);
}
.next {
	float: right;
	border-radius: 3px 0 0 3px;
}
.prev {
	float: left;
	border-radius: 0 3px 3px 0;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.caption {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	color: #23B21A;
	font-size: 1.5em;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: -47px 0px 5px 0px;
	background-color: rgba(1,0,10,0.5);
	transition: background-color 0.6s ease;
	cursor: default;
}
.caption:hover {
	background-color: rgba(0,0,0,0.8);
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active {
	background-color: #717171;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
.HinweisJS {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	font-size: 18px;
	display: block;
}