.slideshow-container * {
  box-sizing: border-box
}

/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #EEEEEE;
}

.sicherheit-slideshow {
  height: 470px;
  width: calc(100% - 18px);
  margin: 25px 0px;
}

#header .slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
  background-position: center;
  background-size: cover;
  transition: background .3s ease-in-out;
}

/* Hide the images by default */

.mySlides {
  opacity: 0;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: opacity 0.6s ease-in-out;
  left: 0;
}

.mySlides img {
  max-width: 100%;
  width: auto !important;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}

.mySlides span.text-over {
  color: #C00000;
  position: absolute;
  top: 15%;
  font-size: 23px;
  left: 50px;
  line-height: 40px;
  background: #ffffffb0;
  padding: 5px 15px 15px 8px;
  font-family: Calibri, Tahoma;
  width: 504px;
}

.mySlides.visible {
  opacity: 1;
  z-index: 10;
}

#sHead .mySlides img {
  width: 100%;
  max-height: none;
}

/* Next & previous buttons */

.prev, .next {
  margin: 0px 10px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  width: 35px;
  background: 10px 10px #00000042;
  border-radius: 4px;
  height: 35px;
  background-position: center center;
  background-size: 75%;
  background-repeat: no-repeat;
  transition: 0.6s ease;
  user-select: none;
  z-index: 11;
}

/* Position the "next button" to the right */

.prev {
  left: 0;
  background-image: url('images/left-arrow.png');
}

.next {
  right: 0;
  background-image: url('images/right-arrow.png');
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* 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;
  z-index: 12;
}

/* The dots/bullets/indicators */

.dot-con {
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translate(50%, 0%);
  z-index: 11;
}

.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #ffffff7a;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

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

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

.reviews {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.reviews .mySlides {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 55px;
}

.reviews .mySlides img.smiley {
  height: 15px;
  display: inline;
  position: relative;
  top: 10px;
  left: 8px;
}

.reviews label {
  color: white;
  width: 100%;
  background-color: #9fc3f8;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #BDBFBF;
  background: url(images/form_bg3.gif);
  padding: 2px 0px 1px 0px;
}

.review p {
  padding: 2px;
  color: #666;
}

.review-background {
  display: block;
  background: white;
  width: calc(100% - 110px);
  position: relative;
  top: 0px;
  left: 55px;
  height: 215px;
}

@media (max-width:600px) {
  .reviews .mySlides {
    font-size: 12px;
  }
  .mySlides span.text-over {
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    width: auto;
    left: 20px;
    top: 10%;
    min-width: 75%;
    max-width: 85%;
  }
  .review-background {
    top: 0px;
    height: 205px;
  }
}