/* ------------------------------- */
/* -------- 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
}

/* ------------- VISITENKARTE ------------- */

.el-zitatbox.bhElement.zbx-visit {
	background-color: #fff;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px !important;
}
.el-zitatbox.bhElement.zbx-visit .el-zitatbox-l1 {
    height: 100px;
    display: block;
	position: relative;
}
.el-zitatbox.bhElement.zbx-visit .el-zitatbox-quote {
	display: none;
}
.el-zitatbox.bhElement.zbx-visit .el-zitatbox-bild {
	width: 100px;
    height: 100px;
    position: absolute;
}
.el-zitatbox.bhElement.zbx-visit .el-zitatbox-name {
    text-align: left;
    width: calc(100% - 120px);
    padding-bottom: 10px;
    padding-top: 20px;
    position: absolute;
    left: 120px;
}
.el-zitatbox.bhElement.zbx-visit .el-zitatbox-position {
	text-align: left;
    position: absolute;
    left: 120px;
    top: 57px;
    padding: 0;
    width: calc(100% - 120px);
}
.el-zitatbox.bhElement.zbx-visit  .el-zitatbox-bild .bhBackgroundImage {
	min-height: 100px;
}
