/* Slideshow container */
.slideshow-container {
	display: none;
  /*max-width: 1230px;*/
  /*position: relative;*/
	margin: auto;
}

.slideshow_bilder { 
 /* max-height: 300px;*/
}  

.slideshow-container img {
 width: 100%;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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: rgba(0,0,0,0.8);
}

/* Caption text */
.info_fenster {
  color: #242121;
  font-size: 15px;
  position: absolute;
  top: 41px;
  right: 0px;
  width: 50%;
  text-align: left;
  height: 60%;
  padding-top: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 45px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.info_fenster img{
	margin-top: 10px;
    height: 100px;
	width: auto;
}


/* The dots/bullets/indicators */
.dot {
  display: none;	
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  /*display: inline-block;*/
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.mySlides {
	display: block;
/*	max-height: 400px;*/
}

@-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) {
  .prev, .next,.text {font-size: 11px}
}
}

@media only screen and (min-width: 900px) {
.slideshow-container {
	display: block;
}
.info_fenster {
  height: 70%;
  width: 50%;
}

.dot {
  display: inline-block;
}

}

@media only screen and (min-width: 1050px) {
 .slideshow-container {
	display:block;
/*	min-width: 1050px;
	max-width: 1200px;*/
	/*position: relative;*/
	margin: auto;
}

/*.slideshow-container img {
 width: 100%;
}*/

.info_fenster {
  height: 200px;
  width: 200px;
}

.dot {
  display: inline-block;
}

}

@media only screen and (min-width: 1250px) {
 .slideshow-container {
  /*max-width: 1230px;*/

}
}