 
.fenster {  background:gold;  }

   
body { font-family: Open Sans,  sans-serif; font-size: 13px;
    color: #777777; } 
    
    
 .item { background:none!important;wid th:300px; position:relative; z-index:1px;  }   
 
 .item img { position:relative; z-index:10px;display:inline-block; }

.button { 
  font-size: 14px; 
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay { 
  position: fixed; 
  top: 0px;  left:0px; 
  padding:10px 10px 20px 10px;   
  width: 100%; height:120%;   
  z-index:10000000000; 
  
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; 
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%; height:65%; display:block;
  position: relative; border:5px solid #aaa;
  box-shadow:1px 1px 4px #aaa; 
  
  -webkit-transition:all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  
}

.popup .cover {float:left;margin-right:20px; }

.popup  h2 {
  margin: 0px 25px 0 0; font-size: 18px;line-height:22px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}
.popup  .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup  {
  max-height: 75%;border:0px solid red;
  overflow: auto;
}




 .btn {  color: #000; }
 
 
 .popup  p.beschreibung { margin:10px 0; }
 
 .popup   hr { border: none; 
		border-top: solid #aaaaaa 1px;
		height:1px; 
		background-color:#fff; 
		margin:30px 0px 0 0;   
  
  }
 
 .popup   p.info {  margin: 10px 0px 0px; 
		    vertical-align:bottom; 
		    font-size:12px; }
 
 
 @media (max-width: 1275px) {    
  .overlay { height: 130%;  }
} 
  
  @media (max-width: 1019px) {    
  .overlay { height: 130%;   }
}  
   
@media (max-width: 975px) {    
  .overlay { height: 130%;   }
} 
 
@media (max-width: 795px) {    
  .overlay { height: 130%;   }
} 

@media (max-width: 763px) {    
  .overlay { height: 130%;  }
} 

@media (max-width: 635px) {    
  .overlay { height: 130%;   }
} 

@media (max-width: 555px) {    
  .overlay { height: 130%;   }
} 

@media (max-width: 495px) {    
  .overlay { height: 140%;    }
} 

@media (max-width: 475px) {  
  .overlay { height: 140%;   }
} 

@media (max-width: 355px) { 
  .overlay { height: 140%; }   
}
