body.modal-open {
  overflow: hidden;
}

.zt-modal-content section {
  padding-top: 0px;
}

  .zt-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.zt-modal-backdrop.modal-open {
  display: flex;
}
.zt-modal-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 1300px;
  width: 100%;
  position: relative;
  max-height: 85vh;
  overflow-y: auto;
}
.zt-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--default-color);
}
.zt-modal-close:hover { color: var(--red-color); }
.zt-modal-meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1rem;
}
.btn-zeitstrahl:focus {
  outline: none;
}