/* 
Theme Name: DI Agentur 
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 1.0.1 
*/


/* LIGHTBOX */
.mfp-content {
	max-width:80vw;
}	

@media only screen and (max-width: 768px) {
	.mfp-content {
		max-width:100vw;
	}
}

.mfp-close-btn-in .mfp-close {
	color: #000;
	font-size: 50px;
	top:0;
	padding: 10px;
	margin: 30px;
}
.mfp-bg {
	opacity: 1;
}