/**
 * @lastmodified $Id: base_modal.css 4305 2013-11-12 13:59:40Z h.ruhs $
 * @since 3.6.2
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Simple Modal
 */

/* @section 1. Simple Modal */

.simplemodal-overlay {position:fixed;left:0;top:0;z-index:3000;height:100%;width:100%}
.simplemodal-iframe {height:100%;width:100%;overflow-x:hidden}
.simplemodal-close {position:absolute;z-index:3200;cursor:pointer}

/* Modal Conent verstecken */

.modalContent {display:none}
