


	
body {
	margin:0px;
	height:100%;
	background-color:#fff;
	}
	
.Up{
	display:none;
	position:fixed;
	z-index:100;
	bottom:10px;
	right:0;
	opacity: 0.8;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor:pointer;
	}
	


	
.wrap{
	max-width:1500px;
	position:relative;
    margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	word-wrap: break-word;
}


.wrap img{
	max-width:100% !important;
	height: auto !important;
	}






header{
	position: relative;
	top:0;
	width:100%;
	z-index: 1;
	border-bottom: 1px #000 solid;
	position: relative;
	background:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	#padding-bottom: 15%;

	background: #00007f;
	}

header.sub{
	#background:#fff;
	}
	
header .top{
	position: relative;
	background: #283a76;
	min-height:5px;
}

header .top .wrap .searchForm{
	position: relative;
	display: none;
	padding:10px;
	overflow: hidden;
}

header .top .wrap .searchForm .textbox{
	float:left;
	width:calc(100% - 50px);
	padding:0 5px 0 0;

}
header .top .wrap .searchForm .textbox input,header .top .wrap .searchForm .submit input{
	width:100%;
	padding:10px;
	background: #283a76;
	border:1px rgba(255,255,255,0.5) solid;
	color:#fff;
	white-space: nowrap;
}
header .top .wrap .searchForm .textbox input{
	width:calc(100% - 16px);
}
header .top .wrap .searchForm .textbox ::placeholder{
	color:#fff;
}

header .top .wrap .searchForm .submit{
	float:left;
	width:45px;
	padding:0;
}

.searchButton img{
	width: 11px;
}
	
header .wrap .logo{
	display:inline-block;
	width:100px;
	padding:5px 0 5px 0;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}


header .wrap .menu{
	display:inline-block;
	position:absolute;
	right:0;
	}

	
	
header .wrap .menu .item{
	position:relative;
	display:inline-block;
	padding:36.5px 20px;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	cursor:pointer;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}

	
header .wrap .menu .item.dropdown{
	padding:30px 15px 40px 15px;
	background-image:url('/img/arrowdown.png?1');
	background-repeat:no-repeat;
	background-position: bottom 20px center;
	background-size: 13px;
	}
header .wrap .menu .item.dropdown.on, header .wrap .menu .item.dropdown:hover{
	background-image:url('/img/arrowdownOn.png?1');
	}
	
header .wrap .menu .item.link{
	padding:30px 15px 40px 25px;
	background-image:url('/img/link12.png');
	background-repeat:no-repeat;
	background-position: top 31px right 10px;
	}
header .wrap .menu .item.link.on, header .wrap .menu .item.link:hover{
	background-image:url('/img/link12on.png');
	}

header.sub .wrap .menu .item{
	color:#fff;
	text-shadow: 0 0 0;
}

header.sub .wrap .menu .item.on{
	color:#00007f;
}

header .wrap .menu{
	position: absolute;
	top:0;
	right:0;

	}

	
	
header .wrap .menu .item:hover, header .wrap .menu .item.on{
	color:#00007f;
	background:#fff;
	}

	
.dropbtn {

}

.dropdown {

}

.dropdown-content {
    display: none;
    position: absolute;
    top:70px;
    left:0px;
    background-color: #105481;
    width:250px;
    padding:0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.dropdown-contentScrolled {
    top:50px;

}

.dropdown-content a {
	color:#fff !important;
    text-shadow:0 0 0 rgba(0,0,0,0);
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-size:12px;
    text-align:left;
}
.dropdown-content a.under2 {
	padding: 8px 20px 8px 30px;
	font-weight: normal;
    background-image:url('/img/arrowright.png');
	background-repeat:no-repeat;
	background-position:top 9px left 17px;
	background-size: 10px;
	font-size:11px;
	}

.dropdown-content a:hover {
	background-color: #f8f8f8;
	text-decoration: none;
	color:#105481 !important;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.dropdown-content a.on {

	background-color: #f8f8f8;
	color:#3288f6 !important;
}

.dropdown:hover .dropdown-content {
    display: block;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}
	
.sliderWrap{
	margin:115px 0 0 0;
}

.bgColorWrap{
	background:#004477;

}



.ref{
	margin: 0 0 20px 0;
	overflow:hidden;
	}
	
.ref .item{
	display:inline-block;
	width:100px;
	padding:10px;
	text-align:middle;
	vertical-align:middle;

	}



section.window{
	position: relative;
	background-image: url("/img/ght_smogenbron.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 30%;
	border-bottom: 1px #064765 solid;
	overflow: hidden;
}

section.window .darker{
	position: absolute;
	width:100%;
	height:100%;
	#background:rgba(0,47,69,0.5);
	background:rgba(0,0,0,0.5);
}

section.window .darker .slogan{
	position: absolute;
	margin: 0 auto;
	top:40%;
	width:100%;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	text-shadow: 0 0 10px #000;
	font-weight: bold;
	font-size:50px;
	color:#fff;
}


section.startmain{
	height:200px;
	background: #fff;
	margin: 20px 0 -20px 0;
}

section.startmain .wrap .boxes .item1{
	float:left;
	width:calc(33% - 40px);
	padding:20px;
}
section.startmain .wrap .boxes .item2{
	float:left;
	padding:20px;
	width:calc(66% - 40px);
}
	
section.main{
	min-height:calc(100vh - 260px);
	overflow: hidden;
	background-image: url("/img/wood.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 0;
	
}

section.main .wrap.sub{
	background:#fff;
	border-radius: 0 0 20px 20px;
	margin-bottom:10px;
}
section.main.sub{
	padding:0;
	
}

section.main p{
	line-height:calc(100% + 10px);
}
section.main.home{
	background-image: url("/img/wood.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 0;
	}

section.main .wrap.sub{
	padding-top:50px;
	#min-height: calc(100vh - 379px);
	}

section.main .wrap article.withsidebar{
	float:none;
}
section.main .wrap article.withsidebar{
	float:left;
	vertical-align: top;
	overflow: hidden;
	padding:0 20px 0 0;
	width: calc(100% - 370px);
}
	

section.main .wrap .sidebar{
	float:left;
	vertical-align: top;
	overflow: hidden;
	padding:121px 20px 20px 20px;
	width: calc(350px - 40px);
}

section.main .wrap .sidebar .item{
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
section.main .wrap .sidebar .item:hover,section.main .wrap .sidebar .item.on{
	color:#3288f6;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
section.main .wrap .sidebar .item.head{
	font-size:18px;
	font-weight: normal;
	border-bottom: 1px #f1f1f1 solid;
	margin:0 0 5px 0;
	padding: 0 0 5px 10px;
}
section.main .wrap .sidebar .item.under1{
	padding: 0 0 0 20px;
	line-height: 20px;
	font-weight: bold;
	#background-image:url('/img/arrowdown.png');
	background-repeat:no-repeat;
	background-position:top 5px left 5px;
	background-size: 10px;
}
section.main .wrap .sidebar .item.under2{
	padding: 0 0 0 30px;
	#background-image:url('/img/arrowright.png');
	background-repeat:no-repeat;
	background-position:top 6px left 15px;
	background-size: 10px;
}

section.main .wrap .fonster{
	display:inline-block;
	padding:20px;
	text-align: center;
}

section.main .wrap .dokument{
	box-shadow:2px 2px 6px rgba(0,0,0,.2);
}

section.startmain .wrap .item2 .samarbetspartners .item{
	float:left;
	width:106px;
	height:53px;
	margin:10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}
	
.calRow{
	border-bottom:1px #f1f1f1 solid;
	padding:10px 0 10px 0;

	cursor:pointer;
	padding:5px;
	}
.calRow.first{
	border-bottom:1px #f1f1f1 solid;
	border-top:1px #f1f1f1 solid;
	}
.calRow:hover{
	background:#f8f8f8;
	color:#000;
	}
	
.calRow .time{
	font-size:13px;
	}
	
.graypanel{
	background:#ededed;
	border-top:1px #000 solid;
	color:#000;
	overflow:hidden;
	padding:20px 0;
	margin:0;
	clear: both;
	text-align: center;
	}


	

.bottommenu .cell{
	display:inline-block;
	float:left;
	width:calc(25% - 0px);
	vertical-align:top;
	}
	
.bottommenu h1{
	color:#000;
	font-size:20px;
	font-weight:normal;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
.bottommenu .cell .item{
	display:block;
	font-size:13px;
	line-height: 19px;
	letter-spacing: 1px;
	cursor:pointer;
	
	
	padding:0 0 0 15px;
	background-size:10px;
	background-image:url('/img/arrowrightW.png');
	background-repeat:no-repeat;
	background-position:top 5px left;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	
.bottommenu .cell .item:hover{
	color:#bdeb1e;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	
.bottommenu .cell .item.facebook{
	padding:0 0 0 20px;
	background-image:url('/img/facebook20.png');
	background-size:12px;
	}
.bottommenu .cell .item.instagram{
	padding:0 0 0 20px;
	background-image:url('/img/instagram20.png');
	background-size:12px;
	}
	
		

	
footer{
	overflow:hidden;
	border-top:rgba(0,42,73,0.06) 1px solid;
	background:#000;
	color:#fff;
	padding:10px 0 10px 0;
	}
	
footer .wrap{
	font-size:10px;
	text-align: center;
	}

footer .wrap a{
	color:#fff;
	}
footer .wrap a:hover{
	color:#fff;
	transition:.2s;
	}


	