.bereicheheader{
	margin-bottom: 40px;
}

.bereicheheader .hero{
	width: 100%;
	height: 340px;
	position: relative;
}

.bereicheheader .hero.bildung{
	background: rgb(136,44,102);
	background: url('../../images/koze_buchstaben-bh_bildung01.png') right center no-repeat, linear-gradient(180deg, rgba(136,44,102,1) 0%, rgba(103,34,77,1) 100%);
	background-size: 675px 340px;
}

.bereicheheader .hero.forschung{
	background: rgb(68,58,136);
	background: url('../../images/koze_buchstaben-bh_forschung01.png') right center no-repeat, linear-gradient(180deg, rgba(68,58,136,1) 0%, rgba(52,43,103,1) 100%);
	background-size: 675px 340px;
}

.bereicheheader .hero.diskurs{
	background: rgb(73,60,139);
	background: url('../../images/koze_buchstaben-bh_diskurs01.png') right center no-repeat, linear-gradient(180deg, rgba(73,60,139,1) 0%, rgba(131,47,110,1) 100%);
	background-size: 675px 340px;
}

.bereicheheader .hero h1{
	position: absolute;
	left: 30px;
	bottom: 0;
	color: #fff;
	font-size: 100px;
}

@media screen and (max-width: 1023px){
	
		.bereicheheader .hero h1{
			font-size: 72px;
			bottom: 10px;
		}
}

@media screen and (max-width: 767px){
	
		.bereicheheader .hero h1{
			font-size: 40px;
			position: absolute;
			left: 50%;
			top: 50%;
			bottom: auto;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
}




/* admin */

#editor .acf-block-preview .bereicheheader{
	height: 100px;
	background: url('../../images/acf-block-pattern.png') center center #f4f4f4;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

#editor .acf-block-preview .bereicheheader:after{
	content: "Bereiche Header";
	background: #fff;
	padding: 6px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#editor .acf-block-preview .bereicheheader > *{
	display: none;
}