/* ------------------------------- */
/* -------- EL-BOX DEFAULT ------- */
/* ------------------------------- */

.el-box.bhElement{
	padding: 0px;
	text-decoration: none;
}

.el-box.bhElement .el-box-title p,
.el-box.bhElement .el-box-content p,
.el-box.bhElement a .el-box-content  {
	margin: 0;
}
.el-box.bhElement .el-box-title {
	font-size: 32px;
	padding: 15px 0px 00px 0px;
	text-decoration: none;
	color: #8BA820;	text-align: center;
}


.el-box.bhElement .el-box-content {
	padding: 0px;
	text-align: center;
	color: rgba(0,0,0,0.5) !important;
	margin: 0px 0px 10px 0px;
}
.el-box.bhElement .el-box-button {
	background: rgba(0,0,0,.1);
	display: none;
}
.el-box.bhElement .el-box-bild .bhBackgroundImage {
	min-height: 200px;
	background-position: center center;
	background-size: cover;
	background-color: rgba(0,0,0,.1);
}
body:not(.bhe-state-editing) .el-box.bhElement .el-box-bild img {
	width: 100%;
	height: auto;
}

/* ----- BOX OHNE BILD ----- */

.el-box.bhElement.bxtextonly .el-box-bild {
	display: none;
}

/* ----- BOX LINKBUTTON ----- */

.el-box.bhElement.bxlinkbutton {
	text-align: center;
}

.el-box.bhElement.bxlinkbutton .el-box-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9286rem;
	font-weight: 700;
	color: #FFFFFF !important;
	text-decoration: none !important;
	letter-spacing: 0.07143rem;
	background: var(--green);
	padding: 12px 20px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
	transition: background .4s;
	border-bottom: none !important;
}


/* ------------------------------------------ */
/* --------         Pfeifer Copyright       ------- */
/* ------------------------------------------ */
.el-box-copyright{
	font-family: "myriad-pro-condensed", sans-serif;
	font-size: 1.2rem;
	line-height: 1rem;
	color: #aaa;
}


.el-box.bxdownloadimage {
	background-color: #F5F1ED;
}

.el-box.bxdownloadimage .el-box-title {
	display: none;
}
.el-box.bxdownloadimage .el-box-bild {
	margin-bottom: 30px;
}
.el-box.bxdownloadimage .el-box-content{
	padding: 0 10px;
}
.el-box.bxdownloadimage .el-box-content.bhe-blocky {
	text-transform: none;
	font-weight: 400;
	line-height: 1.5rem;
}

