.el-statistics:not(.service-swiper) .statistics-container > .bhContainer {
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-top: -1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	box-sizing: border-box;
}
.el-statistics.boxalign-left:not(.service-swiper) .statistics-container > .bhContainer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.el-statistics.boxalign-right:not(.service-swiper) .statistics-container > .bhContainer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.el-statistics .statistics-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.el-statistics.with-bg .statistics-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50%;
	background-color: var(--primary-color-100);
	z-index: -1;
}
.el-statistics .statistics-textbox {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-statistics .statistics-headline {
	width: 40rem;
	margin-right: 4rem;
}
.el-statistics .statistics-subtext {
	width: calc(100% - 44rem);
}
.el-statistics.with-bg .statistics-subtext,
.el-statistics.with-bg .statistics-subtext .bh-bodytext,
.el-statistics.with-bg .statistics-subtext .bh-bodytext p,
.el-statistics.with-bg .statistics-headline h3 {
	color: white;
}
.el-statistics .statistics-footnote,
.el-statistics .statistics-footnote .bh-bodytext,
.el-statistics .statistics-footnote .bh-bodytext p {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}
.el-statistics .statistics-footnote {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}
.el-statistics.bhe-state-current-editing-element > .bhElementInner {
	padding-top: 4rem;
}

/*---- ITEM ----*/

.el-statistics .el-statistics-item {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 2rem;
	min-height: 22rem;
	background-color: white;
	box-shadow: var(--root-box-shadow);
	transition: ease-in background-color 0.3s, ease-in box-shadow 0.3s, ease-in transform 0.3s;
}
.el-statistics:not(.service-swiper) .el-statistics-item.bhElement {
	margin: 1rem;
}
.el-statistics .el-statistics-item.withIcon .statistics-item-body {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
}
.el-statistics .el-statistics-item .statistics-item-headline .bh-bodytext,
.el-statistics .el-statistics-item .statistics-item-headline .bh-bodytext p,
.el-statistics .el-statistics-item .statistics-item-headline {
	font-family: 'Rockwell', serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.28;
	text-align: center;
	margin-bottom: 0px;
	color: black;
	transition: ease-in color 0.3s;
}
.el-statistics .el-statistics-item .statistics-item-headline {
	margin-bottom: 0.8rem;
}
.el-statistics .el-statistics-item .statistics-item-subtext .bh-bodytext,
.el-statistics .el-statistics-item .statistics-item-subtext .bh-bodytext p,
.el-statistics .el-statistics-item .statistics-item-subtext {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}
.el-statistics .el-statistics-item .statistics-item-content {
	width: 100%;
}
/*---- mit Icon ----*/


.el-statistics .el-statistics-item.withIcon .statistics-item-icon {
	width: 50px;
	font-size: 50px;
	margin-bottom: 2rem;
	color: var(--primary-color-100);
}


/*---- HOVER ----*/

.el-statistics .el-statistics-item[href]:hover {
	box-shadow: var(--primary-box-shadow);
	transform: translateY(-1.5rem);
	background-color: var(--primary-color-100);
	transition: ease-out background-color 0.3s, ease-out box-shadow 0.3s, ease-out transform 0.3s;
}
.el-statistics.colorsecondary .el-statistics-item[href]:hover {
	box-shadow: var(--secondary-box-shadow);
	background-color: var(--secondary-color-100);
}
.el-statistics .el-statistics-item[href]:hover .statistics-item-icon {
	color: white;
	transition: ease-out color 0.3s;
}
.el-statistics .el-statistics-item[href]:hover .statistics-item-headline .bh-bodytext,
.el-statistics .el-statistics-item[href]:hover .statistics-item-headline .bh-bodytext p,
.el-statistics .el-statistics-item[href]:hover .statistics-item-headline {
	color: white;
	transition: ease-out color 0.3s;
}

/*---- AUFTEILUNG ----*/

.el-statistics:not(.service-swiper) .el-statistics-item {
	flex-basis: 18rem;
	max-width: none !important;
	margin: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/*---- SWIPER ----*/

.el-statistics.service-swiper .bh-swiper {
	margin-bottom: 3rem;
}
.el-statistics.service-swiper .bh-swiper .swiper-container {
	padding: 4rem 0px;
	box-sizing: border-box;
}
.el-statistics.service-swiper .swiper-container .el-statistics-item {
	/* height: 100%; */
	box-shadow: none;
	margin-bottom: 0px !important;
	border: 1px solid var(--primary-color-07)
}
.el-statistics.service-swiper .el-statistics-item[href]:hover {
	box-shadow: none;
}
.bhe-state-editing .el-statistics.service-swiper .bh-swiper .swiper-container {
	overflow: visible;
}
.bhe-state-editing .el-statistics.service-swiper .bh-swiper > .swiper-pagination {
	z-index: 0;
}

/* SWIPER PAGINATION */

.el-statistics.service-swiper .swiper-pagination {
	bottom: -1rem;
}
.el-statistics.service-swiper .swiper-pagination-bullet {
	background: var(--root-color-10);
	border-radius: 0px;
}
.el-statistics.service-swiper .swiper-pagination-bullet-active {
	background: var(--primary-color-100);
}
.el-statistics.service-swiper .swiper-pagination.swiper-pagination-lock {
	display: none;
}

@media only screen and (max-width:960px) {
	.el-statistics .statistics-textbox {
		display: block;
	}
	.el-statistics .statistics-headline {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 2rem;
	}
	.el-statistics .statistics-subtext {
		width: 100%;
	}
	.el-statistics.service-swiper .bh-swiper .swiper-container {
		padding-right: 2rem 0px;
	}
}