body { padding: 20px 0; }

body {
	background-image:url(../img/hav.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.csc-textpic-image img {
	max-width: 100%;
	height: auto;
}
header .logo img.logo { width: 240px; max-height: 72px;}
#stort_billede_overlay {
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: -476px;
	background-color: transparent;
}
@media screen and (max-width: 1200px) {
	#stort_billede_overlay {
		position: absolute;
		top: 88px;
		left: 50%;
		margin-left: -476px;
		background-color: transparent;
	}
}
@media screen and (max-width: 992px) {
	#stort_billede_overlay {
		position: absolute;
		top: 80px;
		left: 50%;
		margin-left: -576px;
		background-color: transparent;
	}
}
@media screen and (max-width: 768px) {
	#stort_billede_overlay {
		display: none;
	}
}
.container {
	background-color: rgba(255,255,255,0.9);
}
.row.main .sidebar { margin-top: 68px; }

footer .container .row { margin-top: 60px; padding-top: 20px; border-top: 1px dotted #ccc; }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.langnav {
	margin: 15px 0px;
}
.langnav a {
	padding: 0px 0px 0px 15px;
}
h1 {
	font-family: 'Tangerine', Verdana;
	color: #193d61;
	font-size: 50px;
	line-height: 90px;
}
h2 {
	font-family: 'Tangerine', Verdana;
	color: #193d61;
	font-size: 40px;
	line-height: 50px;
	margin: 15px 0px 5px 0px;
}
/*# sourceMappingURL=styles.css.map */
