.pbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: auto; max-width: 100%;
  overflow: auto;  
  background:rgba(254,254,254,0);
  color: #000;  color: inherit;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
/* größe des PopUps auf mobile */
@media (max-width: 428px) {
	/*.pbox { width: 70%; }*/
.pbody img { 
/*display:none;*/
width:auto; height:auto;
 max-width:100% !important;}
}
.pbox .pbody { 
	padding:0 1.5em; 
}
.poverlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85) !important;
}
a.pboxclose, a.pboxclose:hover{
    float:right;
    margin-top:2px;
    margin-right:2px;
    cursor:pointer;
    color: #fff;
    border-radius: 30px;
    background: #605F61;
	font-family: Arial, serif;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 1px;
    padding: 11px 3px;     
	z-index:1001;
	text-decoration:none;	
}
.pboxclose:before {
    content: "×";
}
