#headerImage {
  float: left;
  position: relative;
  width: 100%;
  z-index: -1;
}
/*#headerImage::before {
    content: "";
    background: url(../images/header-bg.png) no-repeat;
    top: 0;
    width: 100%;
    height: 249px;
    position: absolute;
    z-index: 999;
}*/
#headerImage .bx-controls-direction {
  display: none;
}
#headerImage a.bx-next.disabled,
#headerImage a.bx-prev.disabled {
  display: none;
}
#headerImage .bx-wrapper {
  float: left;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#playpausebuttonbg {
  z-index: 100;
  position: absolute;
  left: calc(50% - 22px);
  width: 44px;
  height: 44px;
  background-color: #689b31;
  border-radius: 10%;
  border-color: black;
  border-width: 0px;
  border-style: solid;
  cursor: pointer;
}

#playpausebutton.play {
  position: absolute;
  margin-top: 10px;
  margin-left: 14px;
  border-left: 16px solid #fff;
  border-right: 12px dashed transparent;
  border-top: 12px dashed transparent;
  border-bottom: 12px dashed transparent;
}

#playpausebutton.pause {
  position: absolute;
  margin-top: 12px;
  margin-left: 14px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  width: 6px;
  height: 20px;
}
#controls {
  position: absolute;
  left: 89px;
  bottom: 30px;
  width: 160px;
  z-index: 999;
  height: 47px;
}
.main #controls {
  left: 130px;
}

a.bx-prev {
  position: absolute;
  left: 0;
  background: #689b31 url(../images/header_pfeil.png) bottom 0 left 0 no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
  text-indent: 0;
  color: rgb(255 255 255 / 0%);
  width: 44px;
  height: 44px;
  border-radius: 5px;
}
a.bx-next {
  position: absolute;
  right: 0;
  background: #689b31 url(../images/header_pfeil.png) bottom 0 left 0 no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  text-indent: 0;
  color: rgb(255 255 255 / 0%);
  width: 44px;
  height: 44px;
  border-radius: 5px;
}
/* #headerImage .bx-viewport {
  height: 100vh !important;
} */
.bx-wrapper ul li {
  width: auto;
}
#header02 a.bx-prev {
  position: absolute;
  bottom: 0;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 105px;
}
#header02 a.bx-next {
  position: absolute;
  bottom: 0;
  text-indent: -9999px;
  float: right;
  width: 100%;
  height: 105px;
}
