.overlay {
/*  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;*/
    height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 1.0);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
/*  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;	*/
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
/*  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;	*/
  padding: 5px;
  text-decoration: none;
  font-size: 24px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus , .overlay a:visited {
  color: #f1f1f1;
}

.overlay .closebtn {
/*position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;*/
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 60px;
}
/*p { margin-left: 25%; }*/
#fixiert {
	position: fixed;
	top: 0px;
	left: 5px;
/*	    statt px jetzt %
		width: 100px;
*/	width: 25%;
	padding: 2px;
	border: 0px solid black;
	background-color: #FFF;
	opacity: 0.5;
}

#fixiert div p img {
	text-align: center;
	margin-left: 50px;
	margin-top: 5px;
}


@media screen and (max-height: 450px) {
/*   .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;*/
  
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }


  #bild {
	 position: fixed;
  top: 10px;
  left: 10px;
  background-color: #f3c600;
  width: 15%;
  padding: 10px;
  border: 0px solid black;
	}

}
