

.el-hovertab{
	flex: 1;
	width: 100%;
	height: 33.333%;
}
a.el-hovertab{
	cursor: pointer;
}
.el-hovertab .bhElementInner{
	height: 100%;
}
.el-hovertab .bhBackgroundImage{
	height: 100% !important;
	background-size: cover;
}
.el-hovertab .textContainer{
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
	background: rgba( 0, 0, 0, 0.3 );
	transition: all 0.8s;
}
.el-hovertab .textfeld{
	transition: all 0.4s;
}
body.bh-state-desktop:not(.bhe-state-editing) .el-hovertab:hover  .textfeld{
	margin-top: 100px;
}
body.bh-state-desktop:not(.bhe-state-editing) .el-hovertab:hover .textContainer{
	background: rgba( 255, 255, 255, 0.05 );
}


/*
	Darstellung Rosa Canina
*/

.el-hovertab .titel{
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.el-hovertab .text{
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 45px;
}

/* ------------------------------------------ */
/* --------         MOBILVERSION       ------- */
/* ------------------------------------------ */
.bh-state-mobile .el-hovertab .textContainer{
	min-height: 200px;
	padding: 10px 15px;
}

.bh-state-mobile .el-hovertab .titel{
	margin-bottom: 10px;
}
.bh-state-mobile .el-hovertab .text{
	font-size: 24px;
	line-height: 30px;
}
