
.mrm-slider {
  position: relative;
  height: auto;
  width: 100%;
}

.btn-right,
.btn-left,
.menu {
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 999;
}

.menu {
  bottom: 0;
  left: 20%;
  right: 20%;
  text-align: center;
  padding: 15px;
  background: #0e0e1045;
  width: auto;
}

.btn-right:after,
.btn-left:after {
  font-size: 25px;
  margin-top: -10px;
}

.btn-right {
  top: 50%;
  right: 1%;
}

.btn-left {
  top: 50%;
  left: 1%;
}

.mrm-slide {
  position: relative;
    z-index: 0;
}

.mrm-slide img {
  display: block;
  position: absolute;
}

.mrm-slide.active{
  display: block;
  opacity: 1 !important;
}

.mrm-slide {
  overflow: hidden;
  display: block;
  float: left;
  transition: opacity 1s ease-out !important;
  opacity: 0 !important;
  width: 100%;
  height: 0;
}

.m-point {
  border-radius: 100%;
  margin: 0 3px;
}

.sliderbody {
  overflow: hidden;
  height: 100%;
      width: 100%;
}

.layerbox {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 3333;
  color: white;
  background: #00000044;
  width: 100%;
  max-width: 25%;
  padding: 0 15px;
}

/*Slider Anpassungen*/

.layerbox{
    background: transparent;
    max-width: 35%;
    bottom: 20%;
    left: 5%
}

@media (max-width: 991px){
    .layerbox{
        background: transparent;
        max-width: 60%;
        top: 16%;
        left: 8%
    }

    .layerbox p{
        font-size: 16px !important;
    }
}

@media (min-width: 1349px){
    .layerbox{
        background: transparent;
        max-width: 30%;
        bottom: 46%;
        top: initial;
        left: 10%
    }
}



.layerbox h3{
    color: #f0f0f0;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-color: #f0f0f0;
    text-transform: initial;
}

.layerbox p{
    font-size: 20px;
    text-shadow: 2px -1px 0px rgba(0,0,0,0.16);
}

.layerbox .btn{
    border-color: #f0f0f0;
    color: #f0f0f0
}

.mrm-slide img{
    width: 100%;
    min-width: 1250px;
    height: auto;
}

/*-------- Slider Menü -------*/

.menu{
    background: none;
}

.menu .btn{
    border: 3px solid #000;
    color: #000;
    border-radius: 100%;
}

.menu .m-point{
    padding: 5px;
    border: 1px solid;
}

.menu .btn-primary:hover{
    border: 1px;
}

a.m-point{
    border-color: transparent;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    height: 20px;
    width: 20px;
    background-color: transparent !important;
    background-image: url(/fileadmin/user_upload/skin.png) !important;
    background-position: -0px -150px !important;
}


a.m-point:hover, a.m-point:active, a.m-point:focus, a.m-point:focus:active, a.m-point.active{
    background: initial !important;
    background-image: url(/fileadmin/user_upload/skin.png) !important;
    background-position: -75px -150px !important;
    border: 0px solid transparent !important;
    background-color: transparent !important;
}

.btn-right, .btn-left, a.m-point{
    background-color: transparent !important;
    border-radius: 100%;
    background-image: url(/fileadmin/user_upload/skin.png) !important;
}

.btn-right, .btn-left, .btn-right:hover, .btn-left:hover{
    height: 40px;
    width: 40px;
    border: 0px;
}


.btn-right{
    background-position: -150px 0px;
    border: 0px;
}

.btn-right:hover, .btn-right:focus, .btn-right:active,.btn-right:active:focus{
    background: initial !important;
    background-image: url(/fileadmin/user_upload/skin.png) !important;
    background-color: transparent !important;
    background-position: -150px  -75px  !important;
    border: 0px !important;
}

.btn-left{
    background-position: 0px 0px;
    border: 0px;
}

.btn-left:hover, .btn-left:active, .btn-left:focus, .btn-left:active:focus{
    background: initial !important;
    background-image: url(/fileadmin/user_upload/skin.png) !important;
    background-color: transparent !important;
    background-position: 0 -75px  !important;
    border: 0px !important;
}

@media (min-width: 1510px){
  .mrm-slide.adept img{
    height: 938px;
    width: auto;
  }
}

@media (max-width: 767px){
  .mrm-slider {
    display: none;
  }
}

a.m-point.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pause-btn{
      background-position: -450px 0px;
}

.pause-btn.pause{
      background-position: -450px -75px;
}

#video .popup{
    padding: 0px;
}

#video .close-btn{
  display: none;
}