.karussell {box-sizing: border-box;}
 
.mySlides {display: none;}
.imago {vertical-align: middle; justify-content:center; }

/* Slideshow container */
.slideshow-container { max-width: 1000px; position: relative; margin: auto; }

/* Caption text */
.bildbeschreib
 { color: #ffffff; font-family:arial, sans-serif; font-size: 12px; font-weight:bold; text-align: center; 
   padding: 8px 12px; position: absolute; bottom: 9%; width: 100%; }

/* Number text (1/4 etc) */
.numbertext
 { color: #328ead; font-size: 10px; font-weight:bold; text-align: center; padding: 8px 12px; position: absolute; top: 0; }

/* The dots/bullets/indicators */
.dot
 { height: 10px; width: 10px; margin: 0 2px; background-color: #bbb; border-radius: 50%;
   display: inline-block;  transition: background-color 0.6s ease; }

.active { background-color: #717171; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6.5s;
  animation-name: fade; animation-duration: 6.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
