/* ----------------------------------- */
/* -------- EL-PICTURE DEFAULT ------- */
/* ----------------------------------- */

a.bhPictureTextOverlay {
	display: block !important;
}
a.bhPictureTextOverlay .bhElementInner {
	overflow: hidden;
}
a.bhPictureTextOverlay figure {
	min-height: 100px;
	position: relative;
}
a.bhPictureTextOverlay .bhBackgroundImage {
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform .7s;
}
a.bhPictureTextOverlay:hover .bhBackgroundImage {
	transform: scale(1.06);
}
.bhImageInner {
	min-height: 100px;
}
a.bhPictureTextOverlay p {
	margin: 0px;
}
a.bhPictureTextOverlay h2,
a.bhPictureTextOverlay h3 {
    font-size: 2.143rem;
    line-height: 2.143rem;
    color: white;
    position: relative;
    bottom: 0;
    margin: 0;
}
a.bhPictureTextOverlay h3 {
	font-size: 1.143rem;
	margin-bottom: 0px !important;
}
.bhPictureTextOverlay .bhBackgroundImage:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 70%;
	bottom: 0px;
	pointer-events: none;
	opacity: 0.7;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 98%);	
}
.bhPictureTextOverlay img {
    margin: 0 auto;
}
.bhPictureTextOverlay .picture-text-overlay-content {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	display: block;
}

/* ----- SPECIALCONTENT STARTSEITE ------ */

.content-home-produkte a.bhPictureTextOverlay h3 {
	display: none;
}
.content-home-produkte a.bhPictureTextOverlay h2 {
	color: #604417;
	font-size: 1.786rem;
}
.content-home-produkte .bhPictureTextOverlay .bhBackgroundImage:before {
	display: none;
}
.content-home-produkte .picture-text-overlay-content {
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 23px;
}

/* ----- LINKBOX STYLE ------ */

a.bhPictureTextOverlay.linkboxstyle .picture-text-overlay-content {
	padding: 0;
	top: 0;	left: 0; right: 0; bottom: 0;
	background: none !important;
}
body.bhe-state-dragging a.bhPictureTextOverlay.linkboxstyle .picture-text-overlay-content {
	pointer-events: none;
}
a.bhPictureTextOverlay.linkboxstyle h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #604417;
	background: #fff;
	line-height: 18px;
	height: 20px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 500;
}
a.bhPictureTextOverlay.linkboxstyle h2 {
	position: absolute;
	bottom: 0;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.bhPictureTextOverlay.linkboxstyle .bhBackgroundImage:before {
	background-image: linear-gradient(-180deg, rgba(96,68,23,0) 0%, rgba(96,68,23,0.7) 98%);
	top: 50%;	
}

/* ----- GENERIC DESKTOP 1160 ----- */

@media screen
	and (max-width : 1160px) {
		
		a.bhPictureTextOverlay.linkboxstyle h2 {
		    padding-left: 25px;
		    padding-bottom: 25px;
		    padding-right: 25px;
		    font-size: 2rem;
		    line-height: 2rem;
		}	
}