/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100% !important; /* Full height */
  min-height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #000;
  margin: auto; /* 15% from the top and centered */
  padding: 38px 60px 60px 60px;
  width: auto; /* Could be more or less, depending on screen size */
  min-height: 100%;
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  margin: 20px;
  position: fixed;
  right: 20px;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.modal-text {
  font-family: "Gotham-Book";
  color: #e9eaea;
  font-size: 14px;
  line-height: normal;
  width: 90%;
  margin: 0 auto;
  letter-spacing: -0.02em;
  text-align: left;
}
@media (min-width: 960px) {
  .modal-text {
    width: 50%;
  }
}
.modal-text h1 {
  line-height: normal;
}

.modal-text h2 {
  margin-top: 30px;
}

.text-block {
  margin-bottom: 12px;
}

#agb-link {
  cursor: pointer;
}
#legal-link {
  cursor: pointer;
}
#imprint-link {
  cursor: pointer;
}

.modal-link {
  text-decoration: underline;
  margin-bottom: 12px;
}
