.el-picture.bhElement .bhImageHover {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background-color: rgba(255,255,255,.9);
	top: 50%;
	right: 50%;
	margin-top: 0px;
	margin-right: -45px;
	opacity: 0;
	transition: .3s;
}
a:not([href]).el-picture.bhElement:hover .bhImageHover {
	display: none;
}
.el-picture.bhElement .bhImageHover:after {
	display: block;
	content: '\e98c';
	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;
	width: 100%;
	font-size: 30px;
	line-height: 90px;
	color: #000;
}
a.el-picture.bhElement:hover .bhImageHover {
	display: block;
	opacity: 1;
	margin-top: -45px;
}
.el-picture.bhElement .file-copyright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 4px 4px 0px 8px;
	font-size: 10px;
	background-color: #fff;
	border-top-left-radius: 5px;
	color: #000;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.el-picture.bhElement .figcaption {
	position: relative;
	color: #9c9c9c;
	line-height: 1.4em;
	font-size: 14px;
	padding-top: 8px;
}
.el-picture.bhElement .figcaption .bh-font-image {
	color: #000;
	font-size: 16px;
	padding-right: 7px;
}
.el-picture .bhImageInner.bhe-prevent-imageresize {
    width: 100% !important;
}
.el-picture .bhe-prevent-imageresize.bhImageInner img {
    cursor: auto;
    margin: 0 auto;
}
.el-picture img {
    margin: 0 auto;
    display: block;
}
/* ----- BILD HOVER KEINE LUPE ----- */
a.el-picture.bhElement.picnozoom:hover .bhImageHover {
	display: none;
}
/* ----- BILD HOVER SKALIEREN ----- */
body:not(.bhe-state-editing) a.el-picture.bhElement.picscale .bhImageInner img {
	transition: .6s;
}
body:not(.bhe-state-editing) a.el-picture.bhElement.picscale:hover .bhImageInner img {
	transform: scale(1.1);
}
/* ----- BILD HOVER RUNDE ECKEN ----- */
body:not(.bhe-state-editing) a.el-picture.bhElement.picround .bhImageInner {
	border-radius: 50%;
	overflow: hidden;
}