.el-beratungsbox .bbWrapper {
	position: relative;
	padding: 0px 11.92% 60px 11.92%;
}
.el-beratungsbox .bbWrapper .bbBG {
	position: absolute;
	height: 87.90%;
	width: 45.75%;
	right: -20.20%;
	bottom: -17.44%;
	z-index: 10;
	pointer-events: none;
	background-image: url('/fileadmin/images/illustrations/beratung.png');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.el-beratungsbox .bbWrapper .bbContent {
	position: relative;
	max-width: 990px;
	background: url('/fileadmin/images/pattern/pattern-punkte-blau-2.png');
	background-size: 12px 6px;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner {
	position: relative;
	background: white;
	padding: 40px 0px;
	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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.el-backgroundbox.withOverlay.colorETbeige .el-beratungsbox .bbWrapper .bbContent .bbContentInner {
	background: #F8F7F4;
}

/* COLUMNS */

.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentCol {
	position: relative;
	width: calc(100% / 3);
	min-height: 300px;
	padding: 0 25px;
	padding-bottom: 60px;
	box-sizing: border-box;
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentCol1 {
	padding-right: 25px;
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentCol2 {
	padding-right: 25px;
	padding-left: 25px;
	border-left: 1px solid rgba(94, 182, 209, 0.4);
	border-right: 1px solid rgba(94, 182, 209, 0.4);
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentCol3 {
	padding-left: 25px;
}
/* TEXT */


.el-beratungsbox .bbWrapper .bbHeadline h3 {
	font-size: 38px;
	line-height: 1.032em;
	color: #5EB7D2;
	text-align: center;
	margin-bottom: 28px !important;
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentColHeadline {
	margin-top: 0px;
	color: #5EB7D2;
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentColIcon {
	font-size: 24px;
	color: #5EB7D2;
	margin-bottom: 10px;
}
.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentColSubtext {
	color: #5EB7D2;
	margin-bottom: 10px;
}

/* BUTTON */

.el-beratungsbox .bbWrapper .bbContent .bbContentInner .bbContentColButton {
	display: block;
	position: absolute;
	bottom: 0px;
	width: calc(100% - 50px);
	font-family: akagi-pro, sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.015em;
	text-align: center;
	padding-top: 3px;
	line-height: 42px;
	color: #5EB7D2;
	border: 2px solid #5EB7D2;
	
}


/* BERATUNGSBOX NEU */

.el-beratungsbox .bbWrapper.bbNew {
	padding-bottom: 160px;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 25px;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol {
	width: 50%;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid rgba(94, 182, 209, 0.4);
	border-left: none;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol:nth-child(even) {
	border-right: none;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol1,
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol2 {
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(94, 182, 209, 0.4);
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol3,
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol4 {
	padding-top: 25px;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColTop {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColIcon {
	margin-bottom: 25px;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner h2.bbContentColHeadline {
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px !important;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColPriceTag {
	width: 124px;
	height: 45px;
	background-image: url('/fileadmin/images/bbTag-free.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColPriceTag.priceTag78 {
	background-image: url('/fileadmin/images/bbTag-78.svg');
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColPriceTag.priceTag80 {
	background-image: url('/fileadmin/images/bbTag-80.svg');
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColPriceTag.priceTag180 {
	background-image: url('/fileadmin/images/bbTag-180.svg');
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColText {
	max-width: 250px;
	text-align: center;
}
.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColButton {
	position: relative;
	bottom: auto;
	min-width: 250px;
}
.el-beratungsbox .bbWrapper.bbNew .bbBG {
	position: absolute;
	height: 87.90%;
	width: 45.75%;
	right: -17.20%;
	bottom: -17.44%;
	z-index: 10;
	pointer-events: none;
	background-image: url('/fileadmin/images/illustrations/beratung-neu.png');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.el-beratungsbox .bh-styleclass-lightblue {
	font-size: 15px;
}


@media only screen and (max-width:960px) {
	.bh-state-desktop .el-beratungsbox .bbWrapper {
		padding: 60px 20px;
		padding-bottom: 80px;
	}
	.bh-state-desktop .el-beratungsbox .bbWrapper.bbNew {
		padding-bottom: 160px;
	}
	.bh-state-desktop .el-beratungsbox .bbWrapper .bbBG {
		width: 285px;
		right: -65px;
		bottom: -22%;
	}
	.bh-state-desktop .el-beratungsbox .bbWrapper.bbNew .bbBG {
		width: 285px;
		right: -20px;
		bottom: -160px;
	}
}
@media only screen and (max-width:860px) {
	.bh-state-desktop .el-beratungsbox .bbWrapper {
		padding: 60px 0px;
		padding-bottom: 80px;
	}
	.bh-state-desktop .el-beratungsbox .bbWrapper.bbNew {
		padding-bottom: 140px;
	}
	.bh-state-desktop .el-beratungsbox .bbWrapper.bbNew .bbBG,
	.bh-state-mobile .el-beratungsbox .bbWrapper.bbNew .bbBG {
		right: 0px;
		bottom: -140px;
		width: 250px;
	}
	.bh-state-desktop .el-beratungsbox h3 {
		font-size: 15px;
	}
}
@media only screen and (max-width:650px) {
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner,
	.bh-state-mobile .el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner {
		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: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol,
	.bh-state-mobile .el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol {
		width: auto;
		border-right: none;
		border-bottom: 1px solid rgba(94, 182, 209, 0.4);
		padding-bottom: 25px
	}
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol:last-child,
	.bh-state-mobile .el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol:last-child {
		border-bottom: none;
	}
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol:not(:first-child),
	.bh-state-mobile .el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentCol:not(:first-child) {
		padding-top: 25px;
	}
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColTop,
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColIcon,
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner .bbContentColPriceTag {
		margin-bottom: 20px;
	}
	.el-beratungsbox .bbWrapper.bbNew .bbContent .bbContentInner h2.bbContentColHeadline {
		margin-bottom: 20px !important;
	}
	.bh-state-mobile .el-beratungsbox .bbWrapper.bbNew {
		padding: 0px 0px 160px 0px;
	}
}