#header {
    background: #0e544c;
	color: #fff;
	position: relative;
	margin-bottom: 10em;
}
#header a { color: #e7c6bf; }
#headercontent { padding-top: 8em; }
#headercontent h1 {
	color: #e7c6bf;
    text-transform: uppercase;
    margin-left: 3em;
    font-family: 'Questa Sans';
    font-size: 3em;
}
#headerdesc {
	color: #e7c6bf;
	box-sizing: border-box;
	float: left;
	font-size: 1.5em;
	width: 35%;
	margin-top: 1em;
	padding: 1em 1em 1em 4em;
	line-height: 160%;
}
#headerdesc #headerteaser {
	font-weight: bold;
    margin-bottom: 1em;
}
#headerimg {
	float: left;
	margin-top: 6em;
	margin-bottom: -6em;
	width: 65%;
}
#headerimg img {
	width: 100%;
	max-width: 1042px;
	height: auto;
}
#header::after {
	clear: both;
	content: '';
	display: block;
	float: none;
}
@media screen and (max-width: 1500px) {
	#headerimg { width: 55%; }
	#headerdesc { width: 45%; }
}
@media screen and (max-width: 1200px) {
	#header { margin-bottom: 2em; }
	#headercontent h1 {
		text-align: center;
		margin-left: 0;
		margin-right: 2em;
	}
	#headerimg { 
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}
	#headerdesc { 
		width: 100%; 
		float: none;
		text-align: center;
		padding: 0 1em;
		padding-bottom: 2em;
	}	
}
@media screen and (max-width: 1010px) {	
	#headercontent { padding-top: 1em; }
	#headerimg { margin-top: 3em; }
}

@media print {
	#header { display: block!important; margin-bottom: 1em; }
	#nav { display: none; }
	#headercontent { padding-top: 1em; }
	#headercontent h1 { margin-left: 0; margin-bottom: 1em; }
	#headerimg { float: none; width: 100%; margin: 1em 0!important; }
	#headerdesc { float: none; width: 100%; padding: 1em 0!important; }
	.headersocialmedia { display: none; }
	#detailgallery { display: none; }
	#detailback { display: none; }
	.eventaction { display: none; }
}