Popup

This type of pop-up is different than the default pop-up of the main Bebat branding.

It is usualy used in combination with an overlay.

Default

px

			
				<div class="m-popup js-m-popup " id="popup" data-popup-name="popup">
	<button class="icon-cross m-popup__close" data-overlay-close="default" data-popup-close="popup"></button>
	<div class="m-popup__content">
		<h2 class="m-popup__title">Titel</h2>
		<p class="m-popup__text">Body test test</p>
	</div>
</div>