/* ------------------------------------------ */
/* --------- EL-HEADERBILD DEFAULT ---------- */
/* ------------------------------------------ */

.el-locationheader.bhElement {
	margin-top: -212px;
	padding-bottom: 60px !important;
}
.locationheader-content {
	width: 80%;
	padding-left: 10%;
	padding-right: 10px;
	text-align: center;
	position: relative;
}
.locationheader-content h1,
.locationheader-content h3 {
	color: #fff;
}
.locationheader-content h3 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	margin-bottom: 0px !important;
}
.locationheader-content h1 {
	text-transform: uppercase;
	font-size: 90px;
	line-height: 90px;
	padding-bottom: 25px;
	margin-bottom: 0px !important;
}
.location-pin {
	color: #fff;
	font-size: 24px;
	padding-bottom: 30px;
}
.ico-location {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
}
.ico-schnittholz { background-image: url(../images/schnittholz.png); }
.ico-massivholz { background-image: url(../images/massivholz.png); }
.ico-brettschichtholz { background-image: url(../images/brettschichtholz.png); }
.ico-konstruktion { background-image: url(../images/konstruktionsvollholz.png); }
.ico-schalungstraeger { background-image: url(../images/schalungstraeger.png); }
.ico-schalungsplatten { background-image: url(../images/schalungsplatten.png); }
.ico-pellets { background-image: url(../images/pellets.png); }
.ico-briketts { background-image: url(../images/briketts.png); }
.ico-biostrom { background-image: url(../images/biostrom.png); }
.ico-palettenklotz { background-image: url(../images/palettenkloetze.png); }
.ico-brettsperrholz { background-image: url(../images/brettsperrholz.png); }

.ico-tooltip {
	background: #fff;
	padding: 12px 20px 10px 20px;
	border-radius: 4px;
	box-shadow: 0px 6px 20px rgba(0,0,0,.2);
	position: absolute;
	width: 170px;
	font-size: 12px;
	top: 65px;
	left: 50%;
	margin-left: -105px;
	opacity: 0;
	transition: all .5s;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.bh-state-desktop .ico-location:hover .ico-tooltip {
	opacity: 1;
	top: 45px;
}

/* ----- MEDIAQUERIES ----- */

@media screen
	and (max-width : 960px) {
		
		.locationheader-content h1 {
			font-size: 75px;
		}	
}
