/********************** NL - Pop Up   ********************************/
.newsletter {
  width: 550px;
  height: 410px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
  border: 4px solid #009a49;
  background-color: #fff;
  z-index: 1100;
  /*    box-shadow: 0px 0px 300px 300px #009a49;*/
}
.newsletter-frame {
  width: 550px;
  height: 380px;
}
.newsletter 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);*/
}
.newsletter a:active {
  border: 0px !important
}
.newsletter .closeBuck {
  width: 30px;
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 668px) {
  .newsletter {
    top: 3% !important;
    left: 2% !important;
     margin-top:0px; /* Negative half of height - entfernen */
   margin-left:0px; /* Negative half of width. - entfernen*/
    border: 4px solid #009a49;

  }

}


@media only screen and (max-width: 568px) {
  .newsletter {
    width: 400px;
    height: 410px;
    position: fixed;
    top: 0% !important;
    left: 0% !important;
    box-shadow: 0px 0px 0px 0px #fff;

 
  }
  .newsletter-frame {
    width: 400px;
    height: 380px;
  }

}


@media only screen and (max-width: 375px) {
  .newsletter {
    width: 350px;
    height: 410px;
    position: fixed;
    top: 4% !important;
    left: 1% !important;
    box-shadow: 0px 0px 0px 0px #fff;
 
 
  }
  .newsletter-frame {
    width: 350px;
    height: 380px;
  }

}


@media only screen and (max-width: 320px) {
  .newsletter {
    width: 312px;
    height: 420px;
    position: fixed;
     top: 6% !important;
     left: 0% !important;
       box-shadow: 0px 0px 0px 0px #fff;
 
  }
  .newsletter-frame {
    width: 312px;
    height: 390px;
  }

}