Hello,
I solved the problem.
<a data-fancybox data-src="#lightbox" id="lightbox-button" href="javascript:;"><div><p>Button-Text</p></div></a>
Don’t use p- and div-tags in an a-Tag. That will open the lightbox with 3 layers background.
Also I wrote the code this way:
<a data-fancybox data-touch="false" id="lightbox-button" href="#lightbox">BUTTON-TEXT</a>
Now it works perfect! ??