.el-history {
	padding: 4rem 0;
}
.el-history:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: var(--root-color-15);
}
.el-history-item {
	padding: 2rem 0;
	margin-bottom: 0 !important;
}
.history-item-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding-left: calc(50% + 12rem);
	box-sizing: border-box;
}
.history-item-headline h3 {
	color: var(--primary-color-100);
}
.history-item-wrapper {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.withImg .history-item-wrapper {
	min-height: 26rem;
}
.history-item-img-wrapper {
	position: absolute;
	left: 5rem;
	top: 0;
	width: calc(50% - 12rem);
	height: auto;
}
.history-item-img {
	width: 100%;
	height: 26rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.history-item-img.bhe-state-property-empty {
	background-color: #D9D9D9;
}
.history-item-marker {
	position: absolute;
	left: calc(50% - 0.6rem);
	top: 50%;
	width: 6.6rem;
	height: 2px;
	background-color: var(--primary-color-100);
}
.history-item-marker:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-43%);
	height: 1.1rem;
	width: 1.1rem;
	border-radius: 50%;
	background-color: var(--primary-color-100);
}
.contentLeft .history-item-wrapper {
	padding-left: 0;
	padding-right: calc(50% + 12rem);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.contentLeft .history-item-img-wrapper {
	right: 5rem;
	left: auto;
}
.contentLeft .history-item-marker {
	left: auto;
	right: calc(50% - 0.6rem);
}
.contentLeft .history-item-marker:after {
	left: auto;
	right: 0px;
}
.contentLeft .history-item-headline h3,
.contentLeft .history-item-text,
.contentLeft .history-item-text .bh-bodytext,
.contentLeft .history-item-text .bh-bodytext p {
	text-align: right;
}

@media only screen and (max-width:900px) {
	.history-item-wrapper {
		padding-left: calc(50% + 4rem);
	}
	.contentLeft .history-item-wrapper {
		padding-right: calc(50% + 4rem);
	}
	.history-item-img-wrapper {
		left: 2rem;
		width: calc(50% - 6rem);
	}
	.contentLeft .history-item-img-wrapper {
		right: 2rem;
	}
	.history-item-img {
		height: 20rem;
	}
	.history-item-marker {
		width: 3.5rem;
	}
}
@media only screen and (max-width:650px) {
	.el-history {
		padding: 0;
	}
	.el-history:before {
		left: 0px;
		top: 1.5rem;
		height: calc(100% - 4rem);
	}
	.el-history-item:first-child {
		padding-top: 0;
	}
	.history-item-wrapper,
	.contentLeft .history-item-wrapper {
		padding-left: 4rem;
		padding-right: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.history-item-img-wrapper,
	.contentLeft .history-item-img-wrapper {
		position: relative;
		left: auto;
		right: auto;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 1rem;
	}
	.history-item-img {
		height: 20rem;
	}
	.history-item-marker,
	.contentLeft .history-item-marker {
		width: 3rem;
		top: 1.5rem;
		left: -0.4rem;
		right: auto;
	}
	.contentLeft .history-item-marker:after {
		left: 0;
		right: auto;
	}
	.history-item-headline,
	.contentLeft .history-item-headline {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: left !important;
		margin-bottom: 1rem;
	}
	.history-item-headline h3,
	.contentLeft .history-item-headline h3 {
		padding: 0;
		margin: 0;
	}
	.history-item-text,
	.contentLeft .history-item-text {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: left!important;
	}
	.contentLeft .history-item-headline h3,
	.contentLeft .history-item-text,
	.contentLeft .history-item-text .bh-bodytext,
	.contentLeft .history-item-text .bh-bodytext p {
		text-align: left;
	}
}