#container_alles {
width:60%;
height:100%;
background-position:center;
margin:auto;
}
#titel {
width:60%;
height:100%;
font-size:18px;
text-align:center;
}
.responsive {
  	max-width:100%;
  	height: auto;
}
.div_center {
	margin-left:auto;
	margin-right:auto;
	}
.cont	{
	width:100%;
	height:100%;
	}
/* {box-sizing: border-box;} */
body {
	font-family: Verdana, sans-serif;
	margin:0;
	}
.mySlides {
	display: none;
  	color: #f2f2f2;
	}
img {
	vertical-align: middle;
	border:1px, solid #000000;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
/* Slideshow container */
.slideshow-container {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  }
/* Slideshow container */
.slideshow-container1 {
  max-height:1024px;
  margin-left:auto;
  margin-right:auto;
  }
/* container */
.container {
  position:relative;
  height:100%;
  margin: 0;
  background-color:#D9D9FF;
  }
/* Caption text */
.text {
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  text-align: center;
}
.active {
  background-color: #717171;
}

/* 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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pylr 	{
		position:fixed;
		right:0;
		top:50%;
		height:154px;
		width:117px;
		margin-top:-77px;
		display:block;
		z-index:4;
		}	
#pyll 	{
		position:fixed;
		left:0;
		top:50%;
		height:154px;
		width:117px;
		margin-top:-77px;
		display:block;
		z-index:4;
		}	
