/* Optional: eigenes Styling für Bootstrap-Modals */
.modal-content {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.25);
}