/*
 Theme Name:   Industrium Child
 Description:  Industrium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/industrium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     industrium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  industrium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
body.elementor-editor-active .el-hidden-frontend {
	border:3px dashed red;
	
	&:before {
		content:"Im Frontend ausgeblendet";
		display:block;
		font-size:45px;
		font-weight:bold;
		color:red;
		font-family:"Arial";
		text-align:center;
	}
}
body.elementor-editor-active .el-hidden-frontend .elementor-element-overlay {
	/*opacity:0.5;*/
	background: rgba(211, 211, 211, 0.5);
}

body:not(.elementor-editor-active) .el-hidden-frontend {
	display:none;
}