@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap');


	
body {
	margin:0px;
	height:100%;
	background:#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;
	}


	
.sendingProgressBar{
	z-index: 100;
	display: none;
	position: fixed;
	width:100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
.sendingProgressBar .inside{
	position: absolute;
	top: 40%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100px;
	height: 180px;
	background-image: url("/sysimg/progress1.gif");
	background-position: center center;
	background-size: contain;
	color: #fff;
}
	
.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%;
	z-index: 1;
	}
	
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:380px;
	padding:10px 0;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
header .wrap .logo.sub{
	width:300px;
	}
.logoScroll{
	width:120px !important;
	padding:0px 0 !important;
	position: absolute;
	z-index: 1;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	

header .wrap .menu{
	display:inline-block;
	position:absolute;
	text-align: right;
	width:100%;
	}

.menuScroll{
	background:#016110;
	border-radius: 0 0 20px 20px;
}
	
	
header .wrap .menu .item{
	position:relative;
	display:inline-block;
	padding:116.5px 10px;
	font-size:19px;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	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:38.5px 10px;
	background-image:url('/img/arrowdown.png?7');
	background-repeat:no-repeat;
	background-position: bottom 20px center;
	background-size: 13px;
	}
header.sub .wrap .menu .item.dropdown{
	background-image:url('/img/arrowdownOn.png?7');
	}
header .wrap .menu .item.dropdown.on, header .wrap .menu .item.dropdown:hover{
	background-image:url('/img/arrowdownOn.png?7');
	}
	
header .wrap .menu .item.link{
	background: pink;
	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:22.5px 10px !important;
	background-position: bottom 10px center !important;
	}

	
header .wrap .menu .item:hover, header .wrap .menu .item.on{
	text-decoration:underline;
	transition: .3s;
	}

	
.dropbtn {

}

.dropdown {

}

.dropdown-content {
    #display: none;
    visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top:100px;
    left:0px;
    background-color: #fff;
    width:250px;
    padding:2px 0 0 0;
    box-shadow: 0px 16px 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:67px;

}

.dropdown-content a {
	color:#20206e !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: #20206e;
	text-decoration: none;
	color:#fff !important;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.dropdown-content a.on {
	color:#3288f6 !important;
}
.dropdown-content a.on:hover {
	color:#fff !important;
}

.dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
  	opacity: 1;
	transition:.5s;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}


header .wrap .social{
	display: inline-block;
	position: relative;
	float:right;
	text-align: right;
	width:200px;
	padding: 30px 0 0 0;
	transition: .3s;
}
.headerSocialScrolled{
	padding: 14px 0 0 0 !important;
	transition: .2s;
}
header .wrap .social input{
	padding:10px 30px 10px 10px;
	width:calc(100% - 30px);
	background: #fff;
	border:1px #c1c1c1 solid;
	color:#000;
}

header .wrap .social .submit{
	position: absolute;
	bottom: 10px;
	right: 5px;
	width:20px;
	height:20px;
	cursor: pointer;
	background-image: url('/img/search.png');
	background-repeat: no-repeat;
	background-size: contain;
}
	
.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;

	}
.darker{
	background: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position: absolute;
}

.waves{
	position: absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:100%;
	background-image: url('/img/diagonal.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: visible;
	z-index: 0;
}

.container{
	padding:30px 0;
}



.slogan{
	
	right:50px;
	bottom:50px;
	color:#fff;
	#transform: rotate(-6deg);	
}
.slogan .title{
	font-size: 50px;
	#font-family: 'Dancing Script', cursive;
	font-weight: bold;
	line-height:calc(100% + 10px);
	color:#84a530;
}
.slogan .text{
	color:#fff;
	font-family: arial;
	font-size:22px;
	line-height:calc(100% + 10px);
}
.button{
	display: inline-block;
	color:#fff;
	font-family: arial;
	text-transform: inherit;
	font-size:16px;
	font-weight: bold;
	padding: 15px 40px;
	margin:20px 0 0 0;
	background:#104285;
	border-radius: 0 10px 0 10px;
	cursor: pointer;
	background-position: top 18px right 30px;

	transition: .2s;
}
.button:hover{
	background:#16519f;
	background-image: url('/img/arrowright.png?1');
	background-repeat: no-repeat;
	background-position: top 18px right 20px;
	background-size: 15px;
	border-radius: 10px 0 10px 0;
	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{
		overflow: hidden;
	position: relative;
}

section.main .wrap.sub{
	#padding-top:100px;
	background: #fff;
	min-height: calc(100vh - 227px);
	}

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?6');
	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?6');
	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:#121248;
	color:#fff;
	overflow:hidden;
	padding:10px 0 30px 0;
	margin:0;
	clear: both;
	}
	

.bottommenu .cell{
	display:inline-block;
	float:left;
	width:calc(25% - 0px);
	vertical-align:top;
	}
	
.bottommenu h1{
	color:#fff;
	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:#2754d6;
	-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:#000;
	background-image: url('/img/bgGras.jpg');
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
	font-size: 12px;
	padding:50px 0 30px 0;
	}
	
footer .wrap{
	text-align: center;
	color:#fff;
	}

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: arial;
	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-1.sub {
  height:200px;

}
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:700px;
padding-top: 60px;
vertical-align:middle;
overflow:hidden;
position: relative;
}



#fonsterprofilerospecialtra::before {
  content:"";
  display:block;
  height:500px; /* fixed header height*/
  margin:-500px 0 0; /* negative fixed header height */
}