body {
	background-color: #cccccc;
	font-family: 'Lato', sansserif;
	}

.head {
	margin-top: 100px;
	padding: 10px;
	border: 3px solid #0080ff;
	font-size: 200%;
	}

.h1 {
	margin-top: 100px;
	padding: 10px;
	}
	
summary {
	margin-top: 5px;
	font-size: 200%;
	}
	
.platz {
	margin-top: 100px;
	}
	
.rahmen {
	width: 80%;
	margin:auto;
	padding: 1em;
	background-color: #ffffff;
	}

.kopf {
	background-color: #0080ff;
	height: 100px;
	width: 79%;
	position: fixed !important;
	top: 10px !important;
	box-shadow: 0 0 15px rgba(0,0,0,.7) !important;
	}

.logo {
	float:left;
	}

.mv {
	float: left;
	padding-left: 2em;
	line-height: 100px;
	}

.menu {
	float: right;
	padding-right: 1%;
	line-height: 75px;
	}	

.menu li {	
	display: inline; 
	list-style:none; 
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #b2d8ff;
	}

.menu li a {
	text-decoration: none;
	color: #000;
	}
	
.inhalt {
	clear: left;
	margin: 120px 5px 5px 5px;
	}

.uber {
	font-size: 220%;
	font-weight: bold;
	}	

.uber > a {
	text-decoration: none; 
	color: #ddd;
	}
/* wie in .slide > p Z. 541 */
	
.bild {
	width: 19%;
	float: left;
	margin: 0.5% 0.5% 0.5% 0.5%;
	}
	
.bild > img {
	width: 100%;
	}
	
.bild2 {
	width: 49%;
	float: left;
	margin: 2% 0.5% 2% 0.5%;
	}
	
.bild2 > img {
	width: 100%;
	}
	
.staka {
	width: 99%;
	margin: 0.5% 0.5% 0.5% 0.5%;
	}
	
.auftritte {
	clear: both;
	}


 
 /* Slide-show von https://www.w3schools.com/howto/howto_js_slideshow.asp */
 

/* Slideshow container */
.slideshow-container {
	width: 50%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 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: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 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: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, .6);
  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 */
.dot {
  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;
}

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

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