
.mobilenav{
	display:none;
}
#header {
	height:50px;
	padding-top:0;
	width:100%;
	padding:0;
	border-bottom:1px solid green;
}
#header.top {
	height:75px;
}
#topdims {
	width:14%;
	height:100%;
	margin:0;
	padding:0;
	margin-left:3%;
	float:left;
}
.navigation {
	position:static;
	width:80%;
	height:100%;
	margin:0;
	margin-right:3%;
	padding:0;
	float:right;
	overflow:hidden;
}
.navigation ul {
	color: white;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	height:100%;
}

.navigation ul li {
	width:20%;
	height:40px;
	height:calc(100% - 10px);
	margin:0;
	padding:0;
	padding-top:14px;
	list-style-type:none;
	float:left;
	font-size:18px;
	text-align:center;
}
.navigation img {
	display:initial;
	width:15px;
	position:relative;
	bottom:4px;
}
.top .navigation img {
	width:20px;
	bottom:-3px;
}
.navigation ul li.selected,
.navigation ul li:hover,
.sub-navigation ul li.selected,
.sub-navigation ul li:hover {
	color:#6cd64a/*4da32f*/;
	background:none;
	cursor:pointer;
	/*
	color:inherit;
	border-bottom:3px solid #4da32f;
	height:37px;
	height:calc(100% - 13px);
	*/
}
.sub-navigation {
	position:fixed;
	height:35px;
	top:51px;
	width:100%;
	left:0;
	overflow:hidden;
	background-color:#051605;
	border-bottom:1px solid green;
}
.sub-navigation div {
	margin:0 auto;
	max-width:1020px;
}
.sub-navigation ul {
	float:right;
	width:80%;
	margin-right:3%;
	overflow:hidden;
	list-style:none;
}
.sub-navigation li {
	width:16.6666%;
	float:left;
	font-size:16px;
	text-align:center;
	list-style-type:none;
	margin-top:7px;
	color: white;
}
#header.top .sub-navigation {
	top:76px;
}
#header.top .sub-navigation ul {
	width:66%;
}
#header.top #topdims {
	width:28%;
}
#header.top .navigation {
	width:66%;
}
#header.top .navigation ul li {
	padding-top:27px;
	height:50px;
	height:calc(100% - 25px);
}
/*
#header.top .navigation ul li.selected,
#header.top .navigation ul li:hover {
	border-bottom:5px solid #4da32f;
	height:45px;
	height:calc(100% - 30px);
}
*/
#title {
	display:block;
	margin-top:50px;
	width:100%;
	border-top:1px solid green;
	border-bottom:1px solid green;
	text-align:center;
	margin-bottom:10px;
	padding-top:35px;
}
#title.top {
	margin-top:75px;
}
#title h1 {
	margin:33px;
	text-transform:uppercase;
}
#mains {
	margin:0 auto;
	width:inherit;
	box-sizing:border-box;
	padding:5px 4%;
	margin-bottom:10px;
}
.column1 {
	float:left;
	width:48%;
}
.column2 {
	float:right;
	width:48%;
}
#udvid-arbejde .column1 {
	width:80%;
}
#udvid-arbejde .column2 {
	width:20%;
}
#udvid-arbejde .content img {
	float:none;
	width:90%;
	border:2px solid white;
	border-radius:2px;
	margin:5px;
}
#footer .kontakt {
	float:left;
	width:44%;
	margin:0;
	margin-left:4%;
}
#kontakt-os > p {
	margin-bottom:20px;
}
#kontakt-os .kontakt {
	width:70%;
	margin-bottom:0;
}
#kontakt-os #oplysninger {
	width:30%;
}
#oplysninger {
	float:right;
	width:44%;
	margin:0;
	margin-right:4%;
}
#image-nav .third {
	float:left;
	width:29.1666666%;
	margin:2% 3.083333333%;
}
#image-nav .third.left {
	margin-left:0;
}
#image-nav .third.right {
	margin-right:0;
}
#commercial {
	display:block;
	width:100%;
	margin-top:50px;
	position:relative;
}
#commercial.top {
	margin-top:75px;
}
#commercial img.active {
    z-index:3;
}
#commercial img.last-active {
    z-index:2;
}
#commercial div {
	position:absolute;
	top:0px;
	width:100%;
	color:white;
	font-weight:bold;
	font-size:140%;
	z-index:4;
	padding-left:12px;
	padding-right:12px;
	background: transparent url('../img/shade.png') repeat 0 0;
}
#commercial img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.gallery {
	margin-top:2%;
	margin-top:calc(3% - 12px);
}
.gallery img {
	float:left;
	width:15.4%;
	margin-left:3%;
	margin-left:calc(3% - 2px);
	margin-bottom:3%;
	margin-bottom:calc(3% - 2px);
}
