I solved now the problem temporarely by adding the following CSS to the custom CSS of the template:
.modal-backdrop {
pointer-events: none;
}
This way I can still use the modal even if it is behind the backdrop but its defenitely not the a nice way. The backdrop should be placed behind the modal.