/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 16%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto !important; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}
#vandale-popup-modal a.modalbutton {
  color: white !important;
}
#vandale-popup-modal img {
  max-width: 100%;
  margin-left: 38px;
}
/* Modal Content */
#vandale-popup-modal .modal-content {
  background-image: url("https://www.vandale.nl/zoeken/img/professioneel/logo.svg");
  background-repeat: no-repeat;
  background-size: 152px;
  background-position: 46px 20px;
  background-color: #fefefe;
  margin: auto;
  padding: 3em;
  border: 1px solid #888;
  width: 85%;
  max-width: 1036px;
  color: black;
}
#vandale-popup-modal .modal-content .modal-content-right {
  margin-top: 40px;
}
#vandale-popup-modal .modal-content p {
  font-size: 28px;
  line-height: 40px;
}
#vandale-popup-modal .modal-content p:first-child {
  font-size: 31px;
  line-height: 53px;
  margin-bottom: 20px;
}
#vandale-popup-modal .modal-content strong {
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  #vandale-popup-modal .modal-content {
    width: 90%;
  }
}
#vandale-popup-modal .modal-button {
  background-color: #52519f;
  color: white !important;
  padding: 5px 24px;
  word-spacing: 3px;
  font-size: 35px;
  display: block;
}
/* The Close Button */
#vandale-popup-modal .close {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  z-index: 999999;
  position: absolute;
  right: 20px;
  top: 15px;
}
#vandale-popup-modal .close:hover,
#vandale-popup-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#vandale-popup-modal .content-row {
  margin-bottom: 7px;
}
#vandale-popup-modal .timer {
  margin-bottom: 10px;
}

#vandale-popup-modal .stay-on-website {
  color: #52519f;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

@media (max-width: 1600px) {
  #vandale-popup-modal .modal-button {
    font-size: 31px;
  }
}
@media (max-width: 1500px) {
  #vandale-popup-modal img {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  #vandale-popup-modal img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #vandale-popup-modal .modal-content .modal-content-right {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #vandale-popup-modal img {
    display: inline-block;
  }
  #vandale-popup-modal .content-row {
    text-align: center;
  }
  #vandale-popup-modal .modal-content p:first-child {
    text-align: center;
  }
}
@media (max-width: 570px) {
  #vandale-popup-modal .modal-content p {
    font-size: 25px;
    line-height: 40px;
  }
  #vandale-popup-modal .modal-content br {
    display: none;
  }
  #vandale-popup-modal .modal-button {
    font-size: 25px;
  }
}
