.el-picturesection .bhBackgroundImage {
	background: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.el-picturesection .bhBackgroundImage > div {
	display: flex;
	align-items: center;
	justify-content: center;	
}

.el-picturesection .bhBackgroundImage > div > div {
	width: 100%;
}






main .el-picturesection.bhElement {
	min-width: 100%;
}
.el-picturesection.bhElement .picturesection-picture {
	min-height: 300px;
}
.el-picturesection.bhElement .picturesection-picture .bhBackgroundImage {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.el-picturesection.bhElement .picturesection-content {
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;

	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.el-picturesection.bhElement .picturesection-content > div {
	flex-grow: 1;
}
.el-picturesection.bhElement .picturesection-content h2,
.el-picturesection.bhElement .picturesection-content p {
	color: #fff;
	margin-bottom: 20px;
}
.el-picturesection.bhElement .picturesection-content .bhe-teaser {
	color: #fff;
}
.el-picturesection.bhElement .picturesection-content .bhe-button {
	background: transparent;
	border-radius: 5px;
	border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato';
    letter-spacing: 0;
}
main .el-picturesection.bhElement .picturesection-content .bh-bodytext .bhe-button a {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    border-bottom: none;
}
/* ----- BILDSEKTION DUNKLES BILD ----- */
.el-picturesection.bhElement.darkpicture {
	background-color: #A2936D;
}
.el-picturesection.bhElement.darkpicture .bhBackgroundImage {
	opacity: .5;
}
/* ----- BILDSEKTION BILD OBEN ----- */
.el-picturesection.bhElement.pstop .picturesection-picture .bhBackgroundImage {
	background-position: top center;
}
/* ----- BILDSEKTION BILD UNTEN ----- */
.el-picturesection.bhElement.psbottom .picturesection-picture .bhBackgroundImage {
	background-position: bottom center;
}
/* ----- BILDSEKTION BILD FIXED ----- */
.el-picturesection.bhElement.psfixed .picturesection-picture .bhBackgroundImage {
	background-attachment: fixed;
}
/* ----- BILDSEKTION PARALAXING ----- */
.el-picturesection.paralaxing .bhBackgroundImage {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;	
}