

html, body {
  height:100%;
} 
/********************** Pop Up   ********************************/

.pop-up-around {
  width: 100%;
  min-height: 100%;
  height:auto !important;
  height:100%;
    
  position: fixed;
  top: 0px;
  left: 0%;
  margin:0px;

   background-color: rgb(0 16 49 / 0.9);
  z-index: 1100;
  /*    box-shadow: 0px 0px 300px 300px #009a49;*/
}
.pop-up {
  width: 550px;
  height: 540px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background-color: #007fab;
  z-index: 1100;
    background-image: url("../img/zemba-NH3.png");
  background-position: bottom left;
  background-repeat: no-repeat;

}
.pop-up-frame {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 550px;
  height: 520px;
    margin:0 auto;      
}
.pop-up a {
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 0px auto 0px auto !important;
  height: 6px;
  width: 200px;
  color: #00a8e1;
  padding-top: 169px; /*text-shadow: 0px 0px 5px rgba(45, 45, 45, 1);*/
}
.pop-up a:active {
  border: 0px !important
}
.pop-up .closeBuck {
  width: 35px;
  float: right;
  cursor: pointer;
    
}
@media only screen and (max-width: 668px) {
  .pop-up {
    top: 1% !important;
    left: 2% !important;
    margin-top: 0px; /* Negative half of height - entfernen */
    margin-left: 0px; /* Negative half of width. - entfernen*/
	  
  }
}
@media only screen and (max-width: 568px) {
  .pop-up {
    width: 400px;
    height: 550px;
    position: fixed;
    top: 0% !important;
    left: 0% !important;
  }
  .pop-up-frame {
    width: 400px;
    height: 520px;
  }
}
@media only screen and (max-width: 375px) {
  .pop-up {
    width: 350px;
    height: 460px;
    position: fixed;
    top: 4% !important;
    left: 1% !important;
  }
  .pop-up-frame {
    width: 350px;
    height: 450px;
  }
}
@media only screen and (max-width: 320px) {
  .pop-up {
    width: 312px;
    height: 440px;
    position: fixed;
    top: 2% !important;
    left: 0% !important;
    box-shadow: 0px 0px 0px 0px #fff;
  }
  .pop-up-frame {
    width: 312px;
    height: 400px;
  }
}