.el-fiftyfifty .ffWrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.el-fiftyfifty .ffWrapper .ffPicture {
	position: relative;
	width: 50%;
	padding-right: 3rem;
	box-sizing: border-box;
}
.el-fiftyfifty .ffWrapper .ffContent {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-fiftyfifty .ffWrapper .ffPicture .bhBackgroundImage {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/* box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15); */
}
.el-fiftyfifty.imgContain .ffWrapper .ffPicture .bhBackgroundImage {
	background-size: contain;
	background-position: center top;
}
.el-fiftyfifty .ffWrapper .ffPicture .bhBackgroundImage.bhe-state-property-empty {
	background-color: var(--primary-color-15);
}
.el-fiftyfifty .ffWrapper .ffPicture .bhBackgroundImage.bhe-state-property-empty:after {
	content: "\e966";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--primary-color-60);
	font-size: 48px;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.el-fiftyfifty .ffWrapper .ffContent > .bhContainer {
	width: 100%;
}
.el-fiftyfifty h2 {
	
}
.el-fiftyfifty .ffHeadline {
	width: 100%;
}
.el-fiftyfifty .ffText {
	margin-bottom: 3rem;
	width: 100%;
}


.el-fiftyfifty.contentLeft .ffWrapper .ffPicture {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-right: 0px;
	padding-left: 3rem;
}
.el-fiftyfifty.contentLeft .ffWrapper .ffContent {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 3rem 0 0;
	/* -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; */
}

.el-fiftyfifty.look-40 .ffWrapper .ffPicture {
	width: 40%;
}
.el-fiftyfifty.look-40 .ffWrapper .ffContent {
	width: 60%;
}
/* @media only screen and (min-width:801px) {
	.el-fiftyfifty.contentLeft .ffWrapper .ffHeadline h3,
	.el-fiftyfifty.contentLeft .ffWrapper .ffText {
		text-align: right;
	}
} */
@media only screen and (max-width:800px) {
	.el-fiftyfifty .ffWrapper {
		min-height: 1px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.el-fiftyfifty.contentLeft .ffWrapper .ffPicture {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.el-fiftyfifty .ffWrapper .ffPicture,
	.el-fiftyfifty.look-40 .ffWrapper .ffPicture {
		width: 100%;
		margin-bottom: 3rem;
		padding: 0 !important;
	}
	.el-fiftyfifty.contentLeft .ffWrapper .ffContent {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left !important;
	}
	.el-fiftyfifty .ffWrapper .ffContent,
	.el-fiftyfifty.look-40 .ffWrapper .ffContent {
		width: 100%;
		padding: 0;
	}
	.el-fiftyfifty .ffWrapper .ffPicture .bhBackgroundImage {
		height: auto;
		padding-top: 56.25%;
	}
}