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

.el-box.bhElement{
	padding: 0px;
	text-decoration: none;
	text-align: center;
	background-color: #deece2;
}

.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: 19px;
	line-height: 28px;
    padding: 20px 20px 0 20px;
    text-decoration: none;
    color: #236a39;
    text-align: center;	
}


.el-box.bhElement .el-box-content {
	padding: 20px 0px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.el-box.bhElement .el-box-button {
	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 .el-box-button {
    font-weight: bold;
    color: #FFFFFF !important;
    text-decoration: none !important;
    letter-spacing: 0.07143rem;
    background: #823744;
    padding: 12px 20px;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none !important;
}


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


.el-box.bhElement.bxdownload .el-box-title {
	display: none;
}

.el-box.bhElement.bxdownload .el-box-content.bhe-blocky {
	color: #236a39;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px 5px 20px;
}

.el-box.bhElement.bxdownload .el-box-button {
    font-weight: bold;
    color: #FFFFFF !important;
    text-decoration: none !important;
    letter-spacing: 0.07143rem;
    background: #823744;
    padding: 12px 20px;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none !important;
}

.el-box.bhElement.bxdownload .el-box-button p {
	margin-bottom: 0;
	margin-top: 0;
}

.el-box-copyright{
	color: #aaa;
	margin-bottom: 20px;
}


.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: bold;
	line-height: 1.5rem;
}

