#main-flexslider {
	background-color: var(--background-content);
	margin-top: -12em;
}
@media (max-width: 991px) {
#main-flexslider {
margin-top: 0em;
}
}
/* -------------------- Flexslider Navigationspfeile -------------------- */
#main-flexslider .flex-direction-nav {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	top: 0px;
	height: 58%;
}
#main-flexslider .flex-direction-nav a {
	display: none;
}
.flex-direction-nav a {
	background-color: #fff;
	width: 25px;
	height: 60px;
}
.flex-direction-nav a:before {
	color: #333;
	padding: 16px 0px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
	opacity: 0;
}
#main-flexslider:hover .flex-direction-nav .flex-prev {
	left: 25px;
}
/* Standard ohne Float Contact right: 10 und 25 px, wie oben*/
.flex-direction-nav .flex-next {
	right: 130px;
	opacity: 0;
	left: inherit;
}
#main-flexslider:hover .flex-direction-nav .flex-next {
	right: 145px;
}
@media (min-width: 992px) {
	#main-flexslider .flex-direction-nav a {
		display: block;
	}
}
/* -------------------- Caption Flexslider -------------------- */
.flex-caption {
	background-color: rgba(255,255,255,0.64);
	position: absolute;
	width: 30%;
	height: 100%;
	left: 0;
	right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	animation: none;
}
.caption-text {
	font-size: 2rem;
}
/* -------------------- Flexslider Übergang -------------------- */
.bg-slider {
	background: url("../images/bg-slider.svg");
	background-position: bottom;
	width: 100%;
	height: 100%;
	z-index: 9;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
}