.el-service-actionbox:not(.service-swiper) .service-actionbox-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-service-actionbox.boxalign-left:not(.service-swiper) .service-actionbox-container > .bhContainer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.el-service-actionbox.boxalign-right:not(.service-swiper) .service-actionbox-container > .bhContainer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.el-service-actionbox .service-actionbox-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.el-service-actionbox.with-bg .service-actionbox-wrapper {
	background-color: var(--primary-color-07);
}
.el-service-actionbox.with-bg.colorsecondary .service-actionbox-wrapper {
	background-color: var(--secondary-color-07);
}
.el-service-actionbox.with-bg.colordefault .service-actionbox-wrapper {
	background-color: var(--root-color-07);
}

.el-service-actionbox .service-actionbox-headline h4 {
	color: var(--primary-color-100);
	
}
.el-service-actionbox.colorsecondary .service-actionbox-headline h4 {
	color: var(--secondary-color-100);
}
.el-service-actionbox.colordefault .service-actionbox-headline h4 {
	color: black;
}
.el-service-actionbox.bhe-state-current-editing-element > .bhElementInner {
	padding-top: 4rem;
}

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

.el-service-actionbox .el-service-actionbox-item {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 2rem;
	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-service-actionbox:not(.service-swiper) .el-service-actionbox-item.bhElement {
	margin: 1rem;
}
.el-service-actionbox .el-service-actionbox-item.withIcon .service-actionbox-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;
}
.el-service-actionbox .el-service-actionbox-item .service-actionbox-item-headline .bh-bodytext,
.el-service-actionbox .el-service-actionbox-item .service-actionbox-item-headline .bh-bodytext p,
.el-service-actionbox .el-service-actionbox-item .service-actionbox-item-headline {
	font-family: 'Rockwell', serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0px;
	color: black;
	transition: ease-in color 0.3s;
}
.el-service-actionbox .el-service-actionbox-item .service-actionbox-item-headline {
	margin-bottom: 0.8rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.el-service-actionbox .el-service-actionbox-item .service-actionbox-item-icon {
	color: black;
	transition: ease-in color 0.3s;
}
.el-service-actionbox .el-service-actionbox-item .service-actionbox-item-content {
	width: 100%;
}
/*---- mit Icon ----*/


.el-service-actionbox .el-service-actionbox-item.withIcon .service-actionbox-item-icon {
	width: 50px;
	font-size: 50px;
	margin-bottom: 2rem;
}

/* FARBE */

/* .el-service-actionbox.colorprimary .el-service-actionbox-item .service-actionbox-item-headline .bh-bodytext,
.el-service-actionbox.colorprimary .el-service-actionbox-item .service-actionbox-item-headline .bh-bodytext p,
.el-service-actionbox.colorprimary .el-service-actionbox-item .service-actionbox-item-headline,
.el-service-actionbox.colorprimary .el-service-actionbox-item.withIcon .service-actionbox-item-icon {
	color: var(--primary-color-100);
}
.el-service-actionbox.colorsecondary .el-service-actionbox-item .service-actionbox-item-headline .bh-bodytext,
.el-service-actionbox.colorsecondary .el-service-actionbox-item .service-actionbox-item-headline .bh-bodytext p,
.el-service-actionbox.colorsecondary .el-service-actionbox-item .service-actionbox-item-headline,
.el-service-actionbox.colorsecondary .el-service-actionbox-item.withIcon .service-actionbox-item-icon {
	color: var(--secondary-color-100);
} */

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

.el-service-actionbox .el-service-actionbox-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-service-actionbox.colorsecondary .el-service-actionbox-item[href]:hover {
	box-shadow: var(--secondary-box-shadow);
	background-color: var(--secondary-color-100);
}
.el-service-actionbox .el-service-actionbox-item[href]:hover .service-actionbox-item-icon {
	color: white;
	transition: ease-out color 0.3s;
}
.el-service-actionbox .el-service-actionbox-item[href]:hover .service-actionbox-item-headline .bh-bodytext,
.el-service-actionbox .el-service-actionbox-item[href]:hover .service-actionbox-item-headline .bh-bodytext p,
.el-service-actionbox .el-service-actionbox-item[href]:hover .service-actionbox-item-headline {
	color: white;
	transition: ease-out color 0.3s;
}

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

.el-service-actionbox:not(.service-swiper) .el-service-actionbox-item {
	flex-basis: 18rem;
	max-width: none !important;
	margin: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
/* .el-service-actionbox.cols4 .el-service-actionbox-item {
	width: 25%;
	margin: 0;
}
.el-service-actionbox.cols2 .el-service-actionbox-item {
	width: 50%;
}
.el-service-actionbox.cols5 .el-service-actionbox-item {
	width: 20%;
} */


/* @media only screen and (max-width:960px) {
	.el-service-actionbox .el-service-actionbox-item.withIcon .service-actionbox-item-body {
		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: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.el-service-actionbox .el-service-actionbox-item.withIcon .service-actionbox-item-icon {
		margin-bottom: 2rem;
	}
	.el-service-actionbox .el-service-actionbox-item.withIcon .service-actionbox-item-content {
		width: 100%;
	}
	.el-service-actionbox .service-actionbox-container > .bhContainer {
		padding: 1.5rem;
	}
	.el-service-actionbox .el-service-actionbox-item {
		padding: 1.5rem 1rem;
	}
}
@media only screen and (max-width:767px) {
	.el-service-actionbox .el-service-actionbox-item,
	.el-service-actionbox.cols3 .el-service-actionbox-item {
		width: 50%;
	}
}
@media only screen and (max-width:650px) {
	.el-service-actionbox .el-service-actionbox-item,
	.el-service-actionbox.cols3 .el-service-actionbox-item {
		width: 100%;
	}
}
@media only screen and (max-width:500px) {
	.el-service-actionbox .el-service-actionbox-item.withIcon .service-actionbox-item-icon {
		width: 37.5px;
		font-size: 37.5px;
	}
} */

/*
body:not(.bhe-state-editing) .el-service-actionbox .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(4n+4),
body:not(.bhe-state-editing) .el-service-actionbox.cols2 .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(2n+2),
body:not(.bhe-state-editing) .el-service-actionbox.cols3 .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(3n+3),
body:not(.bhe-state-editing) .el-service-actionbox.cols4 .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(4n+4),
.bhe-state-editing .el-service-actionbox .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(8n+8),
.bhe-state-editing .el-service-actionbox.cols2 .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(4n+4),
.bhe-state-editing .el-service-actionbox.cols3 .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(6n+6),
.bhe-state-editing .el-service-actionbox.cols4 .service-actionbox-container > .bhContainer > .el-service-actionbox-item:nth-child(8n+8) {
	border-right: none;
}
*/

@media only screen and (max-width:600px) {
	.el-service-actionbox:not(.service-swiper) .el-service-actionbox-item.bhElement {
		margin: 0.75rem;
	}
	.el-service-actionbox .el-service-actionbox-item {
		padding: 1.5rem;
	}
}

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

.el-service-actionbox.service-swiper .bh-swiper .swiper-container {
	padding: 2rem 0px 9rem;
	box-sizing: border-box;
}
.el-service-actionbox.service-swiper .bh-swiper.no-swiping-slides .swiper-container {
	padding-bottom: 2rem;
}
/* .el-service-actionbox.service-swiper .bh-swiper .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
} */
.el-service-actionbox.service-swiper .swiper-container .el-service-actionbox-item {
	height: 100%;
	min-height: 20rem;
	box-shadow: none;
	margin-bottom: 0px !important;
}
.el-service-actionbox.service-swiper .el-service-actionbox-item[href]:hover {
	box-shadow: none;
}
.bhe-state-editing .el-service-actionbox.service-swiper .bh-swiper .swiper-container {
	overflow: visible;
}
.bhe-state-editing .el-service-actionbox.service-swiper .bh-swiper > .swiper-pagination {
	z-index: 0;
}

/* SWIPER PAGINATION */

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

/* SWIPER NAVIGATION */

.el-service-actionbox.service-swiper .bh-swiper .swiper-button-next,
.el-service-actionbox.service-swiper .bh-swiper .swiper-button-prev {
	background-color: var(--primary-color-100);
	top: auto;
	bottom: 2.5rem;
	transform: translate(0,0);
	left: calc(50% - 4.9rem);
}
.el-service-actionbox.service-swiper .bh-swiper .swiper-button-next {
	left: auto;
	right: calc(50% - 4.9rem);
}
.el-service-actionbox.service-swiper .bh-swiper .swiper-button-disabled {
	opacity: 1;
}
.el-service-actionbox.service-swiper .bh-swiper .swiper-button-lock {
	display: none;
}