.el-hovertabs{
	background-size: cover;
/* 	transition: all 0.4s, background-position 1ms; */
}
.el-hovertabs .sections{
	display: flex;
/*
	padding-top: 60px;
	padding-bottom: 60px;
*/
	background: rgba( 0, 0, 0, 0.3 );
}
.el-hovertabs .sections > .bhContainer{
	flex: 1;
	width: 25%;
	display: flex;
	height: 33.3333%;
    
}
.el-hovertabs .sections .bhContainer{
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.el-hovertabs .sections .bhContainer:first-child{
	border-left: none;
}
.el-hovertabs .sections > .bhContainer.bhe-state-content-empty > .bhe-container-dropzone{
	width: 100%;
	height: 100%;
}


/*
	Anzeigen / Ausblenden
*/

body.bh-state-desktop:not(.bhe-state-editing) .el-hovertabs .sections .bhBackgroundImage{
	background: none !important;
}

.bhe-state-editing .el-hovertabs{
	background-image: none !important;
}



/* ------------------------------------------ */
/* --------         MOBILVERSION       ------- */
/* ------------------------------------------ */

.bh-state-mobile .el-hovertabs .sections{
	min-height: auto !important;
	display: block;
}
.bh-state-mobile .el-hovertabs .sections > .bhContainer{
	display: block;
	width: 100%;
	flex: none;
}