.el-linkbox.bhElement {
	border-radius: 6px;
	background-color: rgba(0,0,0,.05);
}
.el-linkbox.bhElement .linkbox_bild {
	padding: 0;
	width: 140px;
	height: 140px;
}
.el-linkbox.bhElement .linkbox_bild {
	padding: 0;
	width: 140px;
	height: 140px;
}
.el-linkbox.bhElement .linkbox_bild .bhImageInner {
	height: 140px;
}
.el-linkbox.bhElement .linkbox_content {
	display: flex;
	align-items: center;
	padding: 0px 50px 0px 40px;
	height: 140px;

	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.el-linkbox.bhElement .linkbox_content p,
.el-linkbox.bhElement .linkbox_content h1,
.el-linkbox.bhElement .linkbox_content h2,
.el-linkbox.bhElement .linkbox_content h3,
.el-linkbox.bhElement .linkbox_content h4,
.el-linkbox.bhElement .linkbox_content h5,
.el-linkbox.bhElement .linkbox_content h6 {
	margin-bottom: 0;
}
.el-linkbox.bhElement .linkbox_right:after {
	content: '\e902';
	width: 50px;
	line-height: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 24px;
}
/* ----- LINKBOX NUR TEXT ----- */
.el-linkbox.bhElement.lbtext .linkbox_bild {
	display: none;
}
/* ----- LINKBOX BUTTON ----- */
.el-linkbox.bhElement.lbbutton {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.el-linkbox.bhElement.lbbutton .linkbox_bild,
.el-linkbox.bhElement.lbbutton .linkbox_right {
	display: none;
}
.el-linkbox.bhElement.lbbutton .linkbox_content {
	display: block;
	text-align: center;
	padding: 0px 20px 0px 20px;
	height: auto;
	min-height: 50px;
	line-height: 50px;
}
.el-linkbox.bhElement.lbbutton .linkbox_content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ----- LINKBOX HINTERGRUNDBILD ----- */
.el-linkbox.bhElement .linkbox_bild .bhBackgroundImage {
	height: 100%;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}





