/*
 Theme Name:     BFW Theme
 Theme URI:      https://www.blindwerk.de
 Description:    BFW Theme
 Author:         blindwerk - neue medien GmbH
 Author URI:     https://www.blindwerk.de/
 Template:       Divi
 Version:        0.1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
@import "../Divi/style.css";
@import "scss.css";
.et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
}
.et_pb_gallery_image {
	position: relative;
}
.lightbox {
	background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.lightbox .closing {
	background: url('images/closing-icon.png');
	width: 40px;
    height: 40px;
    background-size: 40px 40px;
	position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;

}