/* -------------------- Flexslider Navigationspfeile BEGINN -------------------- */

#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;
}
.flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0;
  left: inherit;
}
#main-flexslider:hover .flex-direction-nav .flex-next {
  right: 25px;
}
@media (min-width: 992px) {
  #main-flexslider .flex-direction-nav a {
    display: block;
  }
}

/* -------------------- Flexslider Navigationspfeile ENDE -------------------- */



/* -------------------- Flexslider Übergang BEGINN -------------------- */

.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%;
}

/* -------------------- Flexslider Übergang ENDE -------------------- */
