
* {box-sizing:border-box}

#indexpage .whitebg.content-slider{
  background: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  /* top: 50%; */
  width: auto;
  /* margin-top: -22px; */
  padding: 16px;
  color: #bbb;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
    left: 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #bbb;
  color: #cf4990;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slider-dots {
    position: relative;
    margin-top: -50px;
}

.dot {
  cursor: pointer;
  height: 5px;
  width: 30px;
  margin: 0 2px;
  background-color: #bbb;
  /* border-radius: 50%; */
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: -50px;
  position: relative;
}

.active, .dot:hover {
  background-color: #cf4990;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .5s;
  animation-name: fade;
  animation-duration: .5s;
}

.text-quote {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    justify-content: center;
    display: flex;
}

.text-quote p {
    color: black;
    text-align: center;
    width: 75%;
}

.text-person {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    justify-content: center;
    display: flex;
}

.text-person p {
    color: black;
    text-align: center;
    width: 75%;
    font-size: 14px;
    font-family: 'Wremena_Light', Georgia, "Times New Roman", Times, serif;
}

.text-person p b {
    font-family: 'Wremena_Bold', Georgia, "Times New Roman", Times, serif;
}

/* Slider RPA */

.fact_icon {
  margin-right: 40px;
  margin-left: 0 !important;
  height: 6.5vw !important;
  width: 6.5vw !important;
  opacity: .6;  
}

.fact_box {
  font-size: 2rem;
  font-family: 'Wremena_Bold';
  color: #cf4990;
  width: 90%;
  margin: 0 auto;
}

.fact_box span {
  font-weight: bold;
}

.fact_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

#rpa .slideshow-container {
  min-height: 250px;
}

/* Slider KI */
#ki .slideshow-container {
  min-height: 250px;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media all and (min-width:800px) 
{
    .slideshow-container {
        min-height: 400px;
    }

}

@media all and (max-width:1188px)
{
    .slideshow-container {
        min-height: 398px;
    }

    .content-slider {
      padding-top: 0;
      padding-bottom: 0;
    }

    .fact_icon {
      margin-right: 40px;
      margin-left: 0 !important;
      height: 8.5vw !important;
      width: 8.5vw !important;
      opacity: .6;
      margin-top: 32px !important;
    }

    .fact_box {
      font-size: 1.6rem;
    }

}

@media all and (max-width:1023px)
{
    .slideshow-container {
        min-height: 400px;
    }

    .text-quote p {
        color: black;
        text-align: center;
        width: 75%;
        font-size: 1.1rem;
        line-height: 3vw;
    }

    .text-person p {
        font-size: 20px;
        line-height: 3vw;
    }

    .slider-dots {
        position: relative;
        margin-top: -50px;
    }

}

@media (max-width:800px)
{
    .slideshow-container {
        min-height: 400px;
    }

    .text-quote p {
        color: black;
        text-align: center;
        width: 75%;
        font-size: 1rem;
        line-height: 4vw;
    }

    .text-person p {
        font-size: 16px;
        line-height: 3.5vw;
    }

    .slider-dots {
        position: relative;
        margin-top: -50px;
    }

    /* RPA */
    .fact_box {
      font-size: 1.3rem;
      font-family: 'Wremena_Bold';
      color: #cf4990;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      line-height: 26px;
      text-align: center;
      margin-top: 32px;
    }

    #rpa .slideshow-container {
      min-height: 200px;
    }

    .fact_icon {
      margin: 0 auto !important;
      height: 12vw !important;
      width: 12vw !important;
      opacity: .6;
      margin-bottom: 20px;
    }

    .fact_container {
      width: 70%;
      display: block;
    }

}

@media (max-width: 500px) {

  .slideshow-container {
    min-height: 280px;
  }

  .fact_icon {
    height: 20vw !important;
    width: 20vw !important;
    margin-top: 20px !important;
  }

  .fact_box {
    margin-bottom: 16px;
  }

}


@media (max-width: 320px) {

  .slideshow-container {
    min-height: 380px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-quote p {
    line-height: 7vw;
  }

  .prev, .next {
    display: none;
  }

  .text-person p {
    line-height: 5.6vw;
  }

  .h2_home03 {
    padding: 0 0 50px;
  }

}
