


/* ----- FIFTY FIFTY ----- */

main .el-fiftfifty.bhElement {
	min-width: 100%;
	min-height: 300px;
	background: rgba(0,0,0,.075);
}
.el-fiftfifty.bhElement .fiftyfifty-content {
	width: 50%;
	float: right;
}
.el-fiftfifty.bhElement .fiftyfifty-content-inner {
	width: 550px;
	padding: 50px;
	padding-right: 0px;
	text-align: left;
	min-height: 200px;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.el-fiftfifty.bhElement .fiftyfifty-content-inner > div {
	flex-grow: 1;
}
.el-fiftfifty.bhElement .fiftyfifty-content-inner .bhElement {
	margin-bottom: 0px;
}
.el-fiftfifty.bhElement .fiftyfifty-picture {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	float: none;
	bottom: 0px;
}
.el-fiftfifty.bhElement .bhBgImage {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.el-fiftfifty.bhElement .el-fiftfifty .bhElementInner,
.el-fiftfifty.bhElement .el-fiftfifty	.floatchildren{
	height: 100%;
	position: relative;
}
/* ----- FIFTY FIFTY INHALT LINKS ----- */
.el-fiftfifty.bhElement.fificontentleft .fiftyfifty-content {
	float: left;
}
.el-fiftfifty.bhElement.fificontentleft .fiftyfifty-content-inner {
	text-align: right;
	float: right;
	padding: 50px;
	padding-left: 0px;
}
.el-fiftfifty.bhElement.fificontentleft .fiftyfifty-picture {
	left: auto;
	right: 0;
}
/* ----- FIFTY FIFTY CONTENTBREITE ----- */
main .el-fiftfifty.bhElement.bh-width-normal {
	min-width: 1200px;
}
main .el-fiftfifty.bhElement.bh-width-normal .fiftyfifty-content-inner {
	width: 500px;
	padding-right: 50px;
}