#Content .contentInner {
	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;
}
#Content .contentInner > .bhContainer[data-section="mainContent"] {
	width: calc(100% - 350px);
}
#Content .contentInner > .bhContainer[data-section="sideContent"] {
	width: 350px;
	transform: translateX(45px);
}

/* NEWSDETAIL ENERGIEBIBLIOTHEK */

.fancybox-slide--iframe .fancybox-content {
	background-color: transparent;
}


/*---- SPALTER AUF DEN WISSENSSEITEN */

@media only screen and (max-width:1023px) {
	
	/* Zitatbox links im Spalter */
	.el-cols .bh-cols-2-4-8 .col1 .el-businesscard .bcWrapper .bcPicture:after {
		height: 60px;
		width: 70px;
		top: -10px;
		right: -40px;
	}
	
}
@media only screen and (max-width:768px) and (min-width:550px) {
	
	/* Zitatbox links im Spalter */
	.el-cols .bh-cols-2-4-8 .col1 .el-businesscard .bcWrapper .bcPicture:after {
		display: none;
	}
	#Content {
		padding-left: 30px;
		padding-right: 30px;
	}
	#Content .contentInner > .bhContainer > .bh-centered.bh-width-max {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	#Header .el-backgroundbox > .bhElementInner > .bhBackgroundImage > .overlay {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
}



@media only screen and (max-width:1300px) {
	#Content .contentInner {
		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;
	}
	#Content .contentInner > .bhContainer[data-section="mainContent"],
	#Content .contentInner > .bhContainer[data-section="sideContent"] {
		width: 100%;
		transform: translateX(0px);
	}
	#Content .contentInner > .bhContainer[data-section="mainContent"] {
		margin-bottom: 40px;
	}
}

.bh-state-mobile #Header h3 {
	font-size: 14px;
}