/* --------------------------------------------- */
/* -------- EL-BACKGROUNDSECTION DEFAULT ------- */
/* --------------------------------------------- */

/* ----- STYLES ------ */

.el-backgroundsection.background-1 .el-backgroundsection-background { background-color: #F8F6F4; }
.el-backgroundsection.background-2 .el-backgroundsection-background { background-color: #FBFAF8; }
.el-backgroundsection.background-3 .el-backgroundsection-background { background-color: #8BA820; color: #fff; }
.el-backgroundsection.background-4 .el-backgroundsection-background { background-color: #8C622F; color: #fff; }
.el-backgroundsection.background-5 .el-backgroundsection-background { background-color: #3f2b10; color: #fff; }
.el-backgroundsection.background-6 .el-backgroundsection-background { background-color: #F3F5F2; }

.el-backgroundsection .el-backgroundsection-background {
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.el-backgroundsection .el-backgroundsection-content {
	flex-grow: 1;
}
body:not(.bhe-state-editing) .el-backgroundsection .el-backgroundsection-content {
	overflow: hidden;
}
.el-backgroundsection.background-whitebottom .el-backgroundsection-background:after {
	content: '';
	display: block;
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.el-backgroundsection.background-whitebottom .el-backgroundsection-content {
	z-index: 2;
}

.el-backgroundsection.background-nachhaltigkeit .el-backgroundsection-background {
	background-color: #8C622F;
	color: #fff;
	background-image: url(../background-nachhaltigkeit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.el-backgroundsection.background-nachhaltigkeit .el-backgroundsection-background:after {
	display: block;
	width: 165px;
	height: 50px;
	background-image: url(../background-arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	content: 'Pfeifer 2025';
	position: absolute;
	top: -25px;
	left: 30px;
	color: #604417;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1rem;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	line-height: 50px;
	padding-left: 15px;
}