


	
body {
	margin:0px;
	height:100%;
	background-color:#fff;
	}
	
.Up{
	display:none;
	position:fixed;
	z-index:100;
	bottom:30px;
	right:30px;
	opacity: 0.4;
	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: fixed;
	top:0;
	width:100%;
	background:rgba(217,217,217,0);
	z-index: 1;
	background:#222;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
	}
	
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:180px;
	padding:40px 0;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
.logoScroll{
	width:150px !important;
	padding:20px 0 !important;
	-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:52px 10px;
	font-size:17px;
	text-transform: uppercase;
	color:#bbb;
	cursor:pointer;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}

header .wrap .menu .item a, header .wrap .menu .item a:hover{
	color: inherit;
	text-decoration: inherit;
	}
	
header .wrap .menu .item.dropdown{
	padding:30px 15px 40px 15px;
	background-image:url('/img/arrowdown.png?3');
	background-repeat:no-repeat;
	background-position: bottom 20px center;
	background-size: 13px;
	}
header.sub .wrap .menu .item.dropdown{
	background-image:url('/img/arrowdownOn.png?3');
	}
header .wrap .menu .item.dropdown.on, header .wrap .menu .item.dropdown:hover{
	background-image:url('/img/arrowdownOn.png?2');
	}
	
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:#bbb;
	text-shadow: 0 0 0;
}

header.sub .wrap .menu .item.on, header.sub .wrap .menu .item:hover{
	color:#fff;
	text-shadow: 0 0 0;

}

header .wrap .menu{
	position: absolute;
	top:0;
	right:0;

	}

	
.itemScroll{
	padding:28px 10px !important;

	transition:.2s;
	}

	
header .wrap .menu .item:hover, header .wrap .menu .item.on{
	color:#fff;
	transition: .3s;
	}

	
.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;

	}


.slogan{
	text-align: center;
	padding: 170px 0 0 0;
	color:#fff;
}
.slogan .title{
	font-size: 60px;
	font-family: 'Bree Serif', serif;
	font-weight: bold;
	color:#fff;
}
.slogan .text{
	color:#fff;
	font-weight: bold;
	font-size:17px;
}
.button{
	display: inline-block;
	color:#000;
	font-family: 'Bree Serif', serif;
	text-transform: inherit;
	font-size:16px;
	font-weight: bold;
	padding: 15px 40px;
	margin:20px 0 0 0;
	background:#fdf037;
	cursor: pointer;
	background-position: top 18px right 30px;

	transition: .2s;
}
.button:hover{
	background:#c6bc31;
	background-image: url('/img/arrowright.png?1');
	background-repeat: no-repeat;
	background-position: top 18px right 20px;
	background-size: 15px;
	padding: 15px 60px 15px 20px;
	transition: .2s;
}

section.kon{
	border-top: 1px rgba(133,138,58,.1) solid;
	overflow: hidden;
	background-image: url('/img/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
section.kon:after{
	clear: both;
}
	
section.kon .wrap .kontakt .bigitem{
	display: inline-block;
	vertical-align: middle;
	width:calc(33% - 40px);
	padding:20px;
	text-align: center;
}
section.kon .wrap .kontakt .item{
	display: inline-block;
	vertical-align: middle;
	width:calc(20% - 50px);
	padding:20px;
}

section.kon .wrap .kontakt .item .title{
	font-size: 19px;
	font-weight: bold;
}


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 - 390px);
	overflow: hidden;
	
}

section.main .wrap.sub{
	padding-top:150px;
	background: #fff;
	min-height:calc(100vh - 540px);
	}

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?3');
	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;
}



section.kon .wrap .item h3{
	font-size:20px;
	color:#000;
	}	
	
section.kon .wrap .item .newsContent{
	overflow:hidden;
	}
section.kon .wrap .item .newsContent .newsWrap{
	padding:5px;
	cursor:pointer;
	border-radius:7px;
	}
section.kon .wrap .item .newsContent .newsWrap:hover{
	background:rgba(255,255,255,0.9);
	}
section.kon .wrap .item .newsContent .newsWrap .newsTitle{
	color:#000;
	font-weight: 500;
	}
section.kon .wrap .item .newsContent .newsWrap .newsDate{
	color:#bbb;
	font-size:9px;
	padding: 0 0 5px 0;
	}
section.kon .wrap .item .newsContent .newsWrap .newsText{
	color:#000;
	font-size:13px;
	padding: 0 0 10px 0;
	border-bottom:1px #555 dotted;
	}
	
.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;
	}

.badge{
	position: absolute;
	right:130px;
	top: 300px;
}
	
.graypanel{
	min-height:200px;
	background:#ededed;
	color:#000;
	overflow:hidden;
	padding:10px 0 10px 0;
	margin:0;
	clear: both;
	}
	

.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;
	}
	
		
.opentime_day.on{
	font-weight: bold;
}
	
footer{
	overflow:hidden;
	border-top:rgba(0,42,73,0.06) 1px solid;
	background:#222;
	color:#fff;
	padding:10px 0 10px 0;
	}
	
footer .wrap{
	text-align: center;
	color:#ddd;
	}

footer .wrap a{
	color:#fff;
	}
footer .wrap a:hover{
	color:#fdf037;
	transition:.2s;
	}

footer .wrap .footeritems .item{
	float:left;
	width: calc(25% - 20px);
	text-align: left;
	padding:10px;
}

footer .wrap .footeritems .item .title{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Bree Serif', serif;
	color:#fff;
}
	
	
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */

section.module.parallax-1 {
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
  #background-image: url('/img/header2.jpg');
}
section.module.parallax.parallax-1 .left{
	width:50%;
	background:rgba(0,0,0,0.7);
	}


section.module.parallax-2 {
  background-image: url("/img/lysekil.jpg");
  background-position:center center;
}
section.module.parallax-3 {
  background-image: url("http://callmenick.com/_development/advanced-parallax-effect/img/demo/pattern3.png");
}


section.module h2 {
font-size: 42px;
}



section.module.parallax {
height:550px;
vertical-align:middle;
overflow:hidden;
}



#fonsterprofilerospecialtra::before {
  content:"";
  display:block;
  height:500px; /* fixed header height*/
  margin:-500px 0 0; /* negative fixed header height */
}