
.popup-overlay {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:99999;
  background:rgba(0,0,0,0.6);
   display: none;
}
.popup-wrap {   
  background: #fff;
  padding:40px;
  line-height:0;
  width:800px;
  position:relative;
  display:none;
  position:fixed;
  left:50%;
  top:30%;
  margin-left:-400px;
  z-index:999999;
    line-height: 1em;
}
  .popup-close {
    cursor:pointer;
    position:absolute;
    top:-30px;
    right:-30px;
    z-index:10;
    width:60px;
    height:60px;
    background:url(https://www.steinbauergasse32.at/images/close2.png) 50% 50% no-repeat;
  }
  
   .popup-inner {
     color:#000; 
     line-height:1.2em;   
    }
  
    .popup-inner h3 {
      line-height:1em;
      
    }
  
    .popup-inner  {
      padding:0;
      text-align:center;
    }

@media screen and (max-width: 768px) {
  .popup-wrap {   

  width:700px;
  margin-left:-350px;
    }
  }
  
  
  @media screen and (max-width: 767px) {
  .popup-wrap { 
    width:100%;
    top:60px;
    padding-top:60px;
    margin-left:0;
    left:0;
    }
  
  .popup-close {
    width:40px;
    height:40px;
    background-size:cover;
    top:0px;
    right:5px;
    }  
  
  }

