

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,700|Roboto:300,400,500');

/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
*/


html{
	-webkit-text-size-adjust: none;
	height:100%;
}
body{
	-webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#333;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size:16px;
	height:100%;
    box-sizing: border-box;
}

h1{
	font-family: 'Lato', Arial, sans-serif;
	font-size:40px;
	line-height: 48px;
	font-weight:300;
	margin:0px 0px 14px 0px;
	letter-spacing: 0.01em;
}

h2{
	font-family: 'Lato', Arial, sans-serif;
	font-size:34px;
	line-height: 40px;
	font-weight:300;
	margin:0px 0px 6px 0px;
	letter-spacing: 0.01em;
}
div.kontakt-r h2{
	margin-top:19px;
}
h3{
	font-family: 'Lato', Arial, sans-serif;
	font-size:19px;
	line-height: 23px;
	font-weight:700;
	margin:0px 0px 5px 0px;
	letter-spacing: 0.01em;
}
h4{
	font-size:18px;
	line-height: 24px;
	font-weight:400;
	margin:0px 0px 11px 0px;
	letter-spacing: 0.01em;
}
p{
	font-size: 16px;
	line-height:22px;
	margin:0px 0px 15px 0px;
	letter-spacing: 0.01em;
	
}
p.rm{
	margin:0px;
	color:#57a5da;
	text-decoration: underline;
}
b, strong{
	font-weight: 500;
}
ul, ol{
	font-size: 1em;
	margin:-10px 0px 0.81em 0px;
	padding:0px 0px 0px 40px;
}
li{
	margin:0px 0px 0px 0px;
}
form{
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}

table{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	table-layout: fixed;
}
tr, td{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
td{
	padding:0px 0px 5px 15px;
}


div, h1, h2, h3, h4, p{
	box-sizing: border-box;
}

a{
	color:#57a5da;
	text-decoration:underline;
}
a:hover{

}

a.nound{
	text-decoration:none;
}
a.nound:hover{
	text-decoration:underline;
}

span.ast{
	font-weight: 500;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}

p.formmeddelande{
	color:#000;
	background-color:#daefda;
	border:1px solid #408940;
	padding:10px 0px 10px 0px;
	width: 230px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
p.formfelmeddelande{
	color:#000;
	background-color:#FFAAAC;
	border:1px solid #de0000;
	padding:10px 0px 10px 0px;
	width: 315px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea, input, textarea, select{
	font-family: 'Roboto', Arial, sans-serif;
	font-size:16px;
	color:#000;
	display: block;
	box-sizing: border-box;
}
select{
	cursor: pointer;
}

input.cb{
	cursor: pointer;
}

form{
	margin-top:15px;
}
input.tfield, textarea.tfield, select.tfield, input.subbutton{
	width:auto;
	margin:0px;
	padding:3px 5px 4px 5px;
	font-weight: 300;
	height: 36px;
}
select.tfield{
	width:190px;
	max-width: 100%;
}
input.tfield, textarea.tfield{
	width:300px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea.tfield{
	width:100%;
	height: auto;
}


div.mobile-menu, div.mobile-head{
	display:none;
}

 
div.onlymob{
	display: none;
}

div.container{
	padding:0px 0px 0px 0px;
	min-height: 100%;
	background-color: #f2f8ff;
}
div.cont-inner{
	width:1100px;
	margin:0 auto;
}


div.header{
	font-family: 'Lato', Arial, sans-serif;
	min-height:165px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #e7f2fa;
	font-size: 18px;
	line-height: 18px;
}





div.logo{
	padding-top:16px;
	height: 96px;
	width: 233px;
}
div.main-menu{
	padding-top:0px;
	min-height: 46px;
	padding-bottom:25px;
}
div.main-menu a{
	display: block;
	float:left;
	box-sizing: border-box;
	margin-top:15px;
	margin-right:18px;
	padding:5px 14px 6px 13px;
	background-color: #e7f2fa;
	color:#333;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s, color 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s, color 0.2s;
}
div.main-menu a.l{
	margin-right:0px;
}
div.main-menu a.m, div.main-menu a:hover{
	background-color: #57a5da;
	color:#fff;
}

div.body{
	background-color: #fff;
	padding-bottom:100px;
}

div.top-img{
	height: 400px;
    width: 100%;
    overflow: hidden;
}
div.top-img img{
    min-width: 100%;
    max-width: none;
    position: relative;
    margin-top: 200px;
    margin-left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.section{
	padding-bottom:31px;
	border-bottom: 1px solid #d9d9d9;
}
div.section.l{
	padding-bottom:0px;
	border-bottom: none;
}

div.main{
	float:left;
	width:67%;
	padding-top:29px;
}
div.main.right{
	float:right;
}
div.main.project{
	float: none;
	width:100%;
	padding-top:31px;
}
div.main.full{
	float: none;
	width:100%;
	padding-top:29px;
}
div.sidebar-cont{
	float:right;
	width:33%;
	padding-top:40px;
}
div.sidebar-cont.left{
	float:left;
}
div.sidebar{
	float:right;
	width:274px;
}
div.sidebar-cont.left div.sidebar{
	float:left;
}
div.sidehead, div.mob-h{
	font-family: 'Lato', Arial, sans-serif;
	width:100%;
	background-color: #57a5da;
	padding:7px 0px 9px 20px;
	color:#fff;
	font-size: 24px;
	letter-spacing: 0.01em;
}
div.sidebody{
	width:100%;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding:22px 15px 14px 15px;
	font-size: 16px;
}
div.sidebody p{
	line-height: 20px;
	margin:0px 0px 8px 0px;
}

div.sidebody.links{
	padding:0px;
}
div.sidebody.links a{
    display: block;
	width: 100%;
    padding: 11px 20px 12px 13px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    background-image: url(/im/arr-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color:#333;
}
div.sidebody.links a:hover, div.sidebody.links a.m{
	background-color: #eff0f0;
    text-decoration: underline;
}

div.mob-h{
	display: none;
}

div.sidebody.padd-r{
	padding-right: 18px;
}



div.main-text{
	padding:0px 0px 0px 0px;
}
div.project-text{
	width:67%;
}
p.dte{
	font-size: 14px;
	color:#8e8e8e;
	font-style: italic;
	margin:14px 0px 0px 0px;
}
div.project-imgs{
	width:100%;
	padding-top: 7px;
}
div.project-imgs a{
	display: block;
	position: relative;
	float: left;
	width:18.18%;
	margin-right:2.27%;
	margin-bottom:2.27%;
}
div.project-imgs a.l{
	float: right;
	margin-right:0%;
}
div.project-imgs a img{
	display: block;
}

div.project-imgs img.zoomImg{
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -20px;
	margin-top: -20px;
}
div.project-imgs img.zoomImg.hover{
	display:block;
}

div.proj-list-cont.f{
	padding-top:23px;
}
div.proj-list-cont.l{
	padding-bottom:10px;
	border-bottom:none;
}
div.proj-list-cont{
	padding-top:41px;
	padding-bottom:50px;
	border-bottom:1px solid #d9d9d9;
}

div.proj-list-left{
	float:left;
	width:20%;
	padding-top:12px;
}
div.proj-list-right{
	float:left;
	padding-left:25px;
	width:80%;
	padding-top:10px;
}
div.proj-list-right p.dte{
	margin-top:0px;
	margin-bottom:0px;
}
div.proj-list-right p{
	margin-bottom:5px;
}

a.proj-link{
	display: block;
	text-decoration: none;
	color:#333;
}

div.tillbaka{
	font-size: 20px;
	margin-top:-10px;
	padding-bottom:10px;
}
div.tillbaka a{
	text-decoration: none;
}
div.tillbaka a:hover{
	border-bottom:1px solid #57a5da;
}

div.footer{
	margin:0px 0px 0px 0px;
	padding:31px 0px 56px 0px;
	background-color: #e7f2fa;
	font-size: 16px;
}

div.fcol-1{
	float:left;
	width:201px;
	padding:0px 0px 0px 0px;
}
div.fcol-2{
	float:left;
	width:260px;
	padding:0px 0px 0px 0px;
}
div.fcol-3{
	float:right;
	width:170px;
	text-align: right;
	padding:0px 0px 0px 0px;
}
div.footer p{
	font-size: 16px;
	line-height: 21px;
	margin-bottom:8px;
}
div.footer p a{
	color:#333;
}


div.footer div.fcol-3 p{
	font-size: 14px;
	line-height: 19px;
	color:#717171;
}
div.footer div.fcol-3 a{
	color:#717171;
	text-decoration: none;
}
div.footer div.fcol-3 a:hover{
	text-decoration: underline;
}

div.soc-ic{
	float:left;
	width: 46px;
	margin-top:6px;
}

div.btn-cont{
	
}

div.normBut, a.normBut{
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 16px;
	color:#fff;
	font-weight: 400;
	background-color: #57a5da;
	border:1px solid #57a5da;
	width: auto;
	width: 220px;
	height: 35px;
	padding:9px 0px 0px 0px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
div.normBut.loading{
	display: none;
	color:#999;
	background-color: #fff;
	border:1px solid #ccc;
	cursor: default;
	background-image: url(/im/loading.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:60px;
}
a.normBut{
	width: 184px;
	text-decoration: none;

}

div.login-cont{
	width:30%;
	margin-left:35%;
	text-align: center;
}
div.login-cont input, div.login-cont div.normBut{
	width: 100%;
}
div.login-cont form{
	margin-top:30px;
}

div.prodlogo-cont{
	text-align: center;
}
div.prodlogo-cont img{
	display: inline-block;
	margin-top:30px;
	vertical-align: bottom;
}
div.prodlogo-cont img.f{
	margin-top:0px;
}

div.kontakt-l{
	float:left;
	width: 40%;
}
div.kontakt-r{
	float:left;
	width: 60%;
}

div#kform-message, div#kform-message-done{
	display: none;
}
div#kform-message p, div#kform-message-done p{
	float:left;
}



