* {
  box-sizing: border-box;
}

.slider {
    max-width: 1060px;
    margin: 100px auto;
    height: inherit;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #d1a456 !important;
    font-size: 0px !important;
    position: relative;
    margin-left: -3px;
}
  .autoSlideWrapper{
      width: 100%;
      display: block;
      position: relative;
  }
  .autoSlideImage-left{
      width: 60% !important;
      float: left;
      z-index: 0;
  }
  .autoSlideFakta-left{
      width: 40% !important;
      float: left;
      margin-top: 40%;
      padding-left: 5%;
      font-family: verdana;
      text-align: left;
  }

  .autoSlideImage-right{
      width: 60% !important;
      float: right;
      z-index: 0;

  }
  .autoSlideFakta-right{
      width: 40% !important;
      float: right;
      margin-top: 40%;
      padding-right: 5%;
      font-family: verdana;
      text-align: right;
  }

  .atmSlider-bot {
    margin-top: -65px !important;
  }
  .atmSlider-top {
    margin-top: 0px !important;
    z-index: 9;
  }

  section.atmSlider-top .slick-prev {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 40.5%;
  }

  section.atmSlider-bot .slick-prev {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 20px;
  }

  section.atmSlider-bot .slick-next {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 40.5%;
  }

  section.atmSlider-top .slick-next {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 20px;
  }

  .atmSliderBtnTop{
    float: right;
  }

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .atmSlider-top {
    margin-top: 104px !important;
    z-index: 9;
  }
  .block-fakta-button{
    float: left;
  }

}

@media only screen and (min-width: 320px) and (max-width: 766px) {
  .autoSlideImage-left{
      width: 100% !important;
      float: right;
      z-index: 0;

  }
  .autoSlideFakta-left{
      width: 100% !important;
      float: right;
      bottom: 30px;
      left: 30px;
      font-family: verdana;
      text-align: left;
      position: absolute;
  }

  .autoSlideImage-right{
      width: 100% !important;
      float: right;
      z-index: 0;

  }
  .autoSlideFakta-right{
      width: 100% !important;
      float: right;
      bottom: 30px;
      right: 30px;
      font-family: verdana;
      text-align: right;
      position: absolute;
  }

  section.atmSlider-top .slick-prev {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 20px;
  }

  section.atmSlider-bot .slick-prev {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 20px;
  }

  section.atmSlider-bot .slick-next {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 20px;
  }

  section.atmSlider-top .slick-next {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 20px;
  }

  .atmSlider-bot {
    margin-top: 0px !important;
    z-index: 9;
  }
  .atmSlider-top {
    margin-top: 10px !important;
    z-index: 9;
  }
  .block-fakta-button{
    float: left;
  }
}
