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

a.bhPicture {
	display: block !important;
}
figure {
	display: block;
	margin: 0; padding: 0;
}
.bhe-state-property-empty img {
	display: none;
}
.bh-femode .bhImageInner {
    overflow: hidden;
}
.bhPicture img {
    margin: 0 auto;
}
.bhPicture.bhElement .bhImageHover {
	position: absolute;
    top: 0px;
    right: 0px;
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    transition: opacity .6s;
    opacity: 0;
    display: block;
}

/* --- BACKGROUND-IMAGE --- */

.bhPicture .bhBgImage {
	background-position: center center;
}

/* --- HIERFÜR MUSS DAS ICONSET INSTALLIERT SEIN! --- */
.bhPicture.bhElement .bhImageHover:after {
	font-family: 'bakehouse-iconset' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; letter-spacing: 0; -webkit-font-feature-settings: "liga"; -moz-font-feature-settings: "liga=1"; -moz-font-feature-settings: "liga"; -ms-font-feature-settings: "liga" 1; -o-font-feature-settings: "liga"; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    
    content: '\e98c';
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 30px 0px 0px -16px;
    transition: margin .6s;
}
 
a:not([href]).bhPicture.bhElement:hover .bhImageHover { display: none; }
a.bhPicture[target="lightbox"]:hover .bhImageHover:after { margin: -16px 0px 0px -16px; }
a.bhPicture[target="lightbox"]:hover .bhImageHover { opacity: 1; }


.bhPicture.bhElement figcaption {
	position: relative;
	color: #000;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 10px;
	display: none;
}
.bhPicture.bhElement figcaption p {
	margin: 0;
}
.bhPicture .bhImageInner.bhe-prevent-imageresize {
    width: 100% !important;
}
.bhPicture .bhe-prevent-imageresize.bhImageInner img {
    cursor: auto;
    margin: 0 auto;
}

/* ----- BILD HOVER KEINE LUPE ----- */
a.bhPicture.bhElement.picnozoom:hover .bhImageHover { display: none; }

/* ----- BILD HOVER SKALIEREN ----- */
body:not(.bhe-state-editing) a.bhPicture.bhElement.picscale .bhImageInner img { transition: 2s; }
body:not(.bhe-state-editing) a.bhPicture.bhElement.picscale:hover .bhImageInner img { transform: scale(1.1); }

/* ----- BILD HOVER RUNDE ECKEN ----- */
body:not(.bhe-state-editing) a.bhPicture.bhElement.picround .bhImageInner {	
	border-radius: 50%;
	height: 160px !important;
	width: 160px !important;
	overflow: hidden;
	margin: 0 auto;
 }

body:not(.bhe-state-editing) a.bhPicture.bhElement.picround .bhBgImage  {
	background-position: center center;
    background-size: cover;
} 
 
 bhBgImage

.bhImageInner {
	min-height: 100px;
}
