/* ----- BOX ----- */
.el-bhbox.bhElement {
	border-radius: 6px;
	background-color: rgba(0,0,0,.05);
	padding: 0;
	color: #000;
}
.el-bhbox.bhElement .boxTitle {
	font-size: 18px;
	font-family: 'brandon_grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 18px 8px 18px;
	margin: 0;
}
.el-bhbox.bhElement .boxContent {
	padding: 18px;
}
.el-bhbox.bhElement .boxContent p {
	margin-bottom: 15px;
}
.el-bhbox.bhElement .boxBild .bhBackgroundImage {
	min-height: 200px;
	background-position: center center;
	background-size: cover;
}
/* ----- BOX EINFACHE GESTALTUNG ----- */
.el-bhbox.bhElement.bxsimple {
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
.el-bhbox.bhElement.bxsimple .boxTitle {
	text-align: center;
	padding: 0px 0px 15px 0px;
}
.el-bhbox.bhElement.bxsimple .boxContent {
	text-align: center;
	padding: 18px 0px;
}
/* ----- BOX OHNE BILD ----- */
.el-bhbox.bhElement.bxtextonly .boxBild {
	display: none;
}
.el-bhbox.bhElement.bxtextonly .boxContent {
	padding-top: 0px;
}
/* ----- BOX LINKBUTTON ----- */
.el-bhbox.bhElement.bxlinkbutton .boxContent:after {
	content: 'Mehr dazu';
	display: block;
	background-color: #fff;
	line-height: 38px;
	font-family: 'brandon_grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
	padding-top: 2px;
	letter-spacing: 1px;
	font-size: 14px;
}