/* remove or delete */

.cover > .text {
	z-index:99;
	position:absolute;
	left:35px;
	right:35px;
	top:35px;
	bottom:35px;
}

.cover {
	position: relative;
	overflow: hidden;
}

.cover > img {
	width:100%;
	height: auto;
}

.cover .center {
	text-align: center;
}

.cover .bottom {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	max-width:1200px;
}

.cover > .text * {color:#fff;}

/* cover frontpage special */

/*.cover.frontpage {height:600px;}*/

.cover.frontpage h1 {
	font-size: 60px;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	
	margin:10px 0 0.3em;
	margin-bottom:2em;
	
}

.cover.frontpage > img {
	width:100%;
	height:auto;
}


.cover.frontpage .top {
	font-size: 15px;
	opacity:0.8;
}

.cover.frontpage .top span.highlight {
	font-weight: bold;
	display:block;
}
