/* ------------------------------- */
/* -------- el-zitatbox DEFAULT ------- */
/* ------------------------------- */

.el-zitatbox.bhElement{
	padding-top: 40px;
	padding-bottom: 40px;
	text-decoration: none;
}


.el-zitatbox.bhElement .el-zitatbox-name {
	font-size: 26px;
	line-height: 28px;
	color: #8b612b;
	text-align: center;
	padding-top: 15px;
} 

.el-zitatbox.bhElement .el-zitatbox-position {

	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	letter-spacing: 1.0px;
	font-weight: 800;
	text-transform: uppercase;
	color: #464646;
	text-align: center;
	padding: 15px;
	padding-bottom: 40px;
} 


.el-zitatbox.bhElement .el-zitatbox-quote {
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	color: #8ca600;
	font-style: italic;
}


.el-zitatbox.bhElement .el-zitatbox-bild .bhBackgroundImage {
	min-height: 150px;
	background-position: center center;
	background-size: cover;
	background-color: #F8F6F4;
}


.el-zitatbox.bhElement .el-zitatbox-bild {
	border-radius: 150px;
	width: 150px;
	margin: 0 auto;
	height: 150px;
	overflow: hidden;
	box-sizing: border-box;
}

body:not(.bhe-state-editing) .el-zitatbox.bhElement .el-zitatbox-bild img {
	height: 100%;
	width: 100%;
}


/* ------------ VARIANTE 2 ------------------ */

.el-zitatbox.bhElement.el-zitatbox-l2 .el-zitatbox-quote {}


/* ------------- BEIGE ZITATBOX ------------- */
.el-zitatbox.bhElement.zbx-beige {
	background: #f0f2ef;
}


/* ------------- GRÜNE ZITATBOX ------------- */
.el-zitatbox.bhElement.zbx-green {
	background: #8ca600;
}

.el-zitatbox.bhElement.zbx-whitecolor * {
	color: white
}


