/* --------------------------------------------- */
/* -------- BH-BACKGROUNDSECTION DESKTOP ------- */
/* --------------------------------------------- */

.bhBackgroundSection.bhElement .backgroundsection-content {
	position: relative;
	height: 100%;
	margin: 0 auto;

	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}
.bhBackgroundSection .backgroundsection-background {
	background-color: #E6E209;
}
.bhBackgroundSection.bhElement .backgroundsection-content > div {
	flex-grow: 1;
}
.bhBackgroundSection.bhElement .backgroundsection-content h2 {
	color: #fff;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: .6px;
}
.bhBackgroundSection.bhElement .backgroundsection-content h5 {
	color: #000;
	font-size: 45px;
	line-height: 100%;
}
.bhBackgroundSection.bhElement .backgroundsection-content .bh-bodytext ul li:before {
    color: #E6E209;
}
.bhBackgroundSection.bhElement .backgroundsection-content h2:after {
	background-color: #fff;
}

/* ----- HINTERGRÜNDE ------ */

.bhBackgroundSection.background-black .backgroundsection-background {
	background-color: #000;
}
.bhBackgroundSection.background-red .backgroundsection-background {
	background-color: #EB1A2C;
}