/* ----------------------------------- */
/* -------- EL-LINKBOX DEFAULT ------- */
/* ----------------------------------- */

.el-linkbox.bhElement {
	text-decoration: none;
}
.el-linkbox-inner {
    position: relative;
}
.el-linkbox.bhElement .el-linkbox-bild {
	padding: 0;
	width: 140px;
	height: 140px;
}
.el-linkbox.bhElement .el-linkbox-bild {
	padding: 0;
	width: 140px;
	height: 140px;
}
.el-linkbox.bhElement .el-linkbox-bild .bhImageInner {
	height: 140px;
}
.el-linkbox.bhElement .el-linkbox-content {
	display: flex;
	align-items: center;
	padding: 0px 50px 0px 20px;
	height: 140px;
	background: #FAF8F6;
	color: #604417;
	font-size: 17px;
}
.el-linkbox.bhElement .el-linkbox-content p,
.el-linkbox.bhElement .el-linkbox-content h1,
.el-linkbox.bhElement .el-linkbox-content h2,
.el-linkbox.bhElement .el-linkbox-content h3,
.el-linkbox.bhElement .el-linkbox-content h4,
.el-linkbox.bhElement .el-linkbox-content h5,
.el-linkbox.bhElement .el-linkbox-content h6 {
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;
}
.el-linkbox.bhElement .el-linkbox-content h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 3px;
	color: #8BA820;
	margin-left: -1px;
}

/* --- NUR WENN ICONSET INSTALLIERT IST --- */

.el-linkbox.bhElement .el-linkbox-button:after {
	content: '\e902';
	width: 50px;
	line-height: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	color: #8BA820;
	display: none;

	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;
}
a[href*="http://"].el-linkbox.bhElement .el-linkbox-button:after {
	display: block;
}
a[href*=".pdf"].el-linkbox.bhElement .el-linkbox-button:after,
a[target*="download"].el-linkbox.bhElement .el-linkbox-button:after {
	display: block;
	content: '\e996';
}
a[target*="lightbox"].el-linkbox.bhElement .el-linkbox-button:after {
	display: block;
	content: '\e98b';
}

/* ----- LINKBOX NUR TEXT ----- */

.el-linkbox.bhElement.lbtext .el-linkbox-bild {
	display: none;
}

/* ----- LINKBOX BUTTON ----- */

.el-linkbox.bhElement.lbbutton .el-linkbox-bild,
.el-linkbox.bhElement.lbbutton .el-linkbox-button {
	display: none;
}
.el-linkbox.bhElement.lbbutton .el-linkbox-content {
	display: block;
	text-align: center;
	padding: 0px 20px 0px 20px;
	height: auto;
	min-height: 50px;
	line-height: 50px;
}
.el-linkbox.bhElement.lbbutton .el-linkbox-content .bh-bodytext,
.el-linkbox.bhElement.lbbutton .el-linkbox-content .bh-bodytext p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ----- LINKBOX HINTERGRUNDBILD ----- */

.el-linkbox.bhElement .el-linkbox-bild .bhBackgroundImage {
	height: 100%;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}


/* == Variante 2 -> Button mit Hintergrundbild == */

.el-linkbox.variante2 .el-linkbox-bild{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block !important;
}
.el-linkbox.variante2 .el-linkbox-bild:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.2 );
	pointer-events: none;
}
.el-linkbox.variante2 .el-linkbox-inner{
	min-height: 460px;
}
.el-linkbox.variante2 .el-linkbox-content{
	position: absolute;
	height: auto;
	color: white !important;
	background: none !important;
	padding: 0 !important;
	top: 10px;
	right: 25px;
	min-height: auto !important;
}
.el-linkbox.variante2 .el-linkbox-button-outer{
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50% );	
}
.el-linkbox.variante2 .el-linkbox-button{
	width: 220px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.45);
	
}
.el-linkbox-video-icon{
	background: url( '/fileadmin/images/vlog-icon-white.svg' ) no-repeat center center;
	background-size: contain;
	margin-bottom: 40px;
	height: 83px;
}

.bhe-state-dragging .el-linkbox.variante2 .el-linkbox-content,
.bhe-state-dragging .el-linkbox.variante2 .el-linkbox-button{
	pointer-events: none;
}

/* ---- MEDIAQUERIES ---- */

@media screen
	and (max-width : 1023px) {
		
		.el-linkbox.bhElement .el-linkbox-content h2 {
			font-size: 20px;
			line-height: 20px;
			margin-left: 0px;
		}
		.el-linkbox.bhElement .el-linkbox-content {
			font-size: 16px;
		}
		
		.el-linkbox.variante2 .el-linkbox-button{
			width: 165px;
			height: 34.5px;
		}
		.el-linkbox-video-icon{
			height: 50px;
		}
}
@media screen
	and (max-width : 960px) {
		
		.el-linkbox.bhElement .el-linkbox-bild {
			display: none;
		}
		.el-linkbox.bhElement .el-linkbox-content {
			padding: 0px 50px 0px 30px;
		}	
}
@media screen
	and (max-width : 600px) {

	.el-linkbox.variante2 .el-linkbox-inner{
		min-height: 250px;
	}
}