/* ------------------------------------- */
/* -------- EL-ACCORDION DEFAULT ------- */
/* ------------------------------------- */

.el-accordion.bhElement.accordeon-last {
    margin-bottom: 30px;
}
.el-accordion.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.el-accordion.bhElement .bh-accordion-element {
    overflow: hidden;
}
.el-accordion.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.el-accordion.bhElement .bh-accordion-element-inner {
	padding-bottom: 20px;
}
.el-accordion.bhElement .bh-accordion-toggler {
    cursor: pointer;
    border-top: 1px solid rgba(0,0,0,.15);
    line-height: 50px;
}

/* --- NUR WENN ICONSET INSTALLIERT IST --- */

.el-accordion.bhElement .bh-accordion-toggler:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	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; font-size: 23px; transition: .4s; color: rgba(0,0,0,.3);
}
.el-accordion.bhElement .bh-accordion-active.bh-accordion-toggler:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: rgba(0,0,0,.6);
}