<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------- 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;
}
.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;
  }
}

/* -------------------- Caption Flexslider -------------------- */

.flex-caption {
  background-color: rgba(255, 255, 255, 0.65);
  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%;
}
</pre></body></html>