

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');

/*
font-family: 'Lato', sans-serif;
light: 300
regular: 400;
bold: 700;
*/

html{
	-webkit-text-size-adjust: none;
	height:100%;
}
body{
	-webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
	background-color:#072b5d;
	color:#333;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size:18px;
	height:100%;
    box-sizing: border-box;
}

h1{
	font-size:30px;
	line-height: 40px;
	font-weight:400;
	margin:0px 0px 12px 0px;
}
h2{
	font-size:26px;
	line-height: 34px;
	font-weight:400;
	margin:30px 0px 10px 0px;
}
h3{
	font-size:22px;
	line-height: 30px;
	font-weight:400;
	margin:0px 0px 2px 0px;
}
h4{
	font-size:20px;
	line-height: 28px;
	font-weight:400;
	margin:0px 0px 10px 0px;
}
p{
	font-size: 18px;
	line-height:22px;
	margin:0px 0px 15px 0px;
}
b, strong{
	font-weight: 700;
}
i, em{
	font-weight: 400;
	font-style: italic;
}
ul, ol{
	font-size: 1em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 40px;

}
li{
	margin:0px 0px 6px 0px;
	line-height:22px;
}
form{
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}
label{
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	margin:0px 0px 4px 0px;
}
div.varform label{
	font-weight: 700;
}
div.varform label span{
	font-weight: 400;
}
div.varform.fragelista-form label{
	font-weight: 400;
}
div.fragelista-form a{
	text-decoration: none;
}
div.fragelista-form div.extra-person-c{
	display: none;
}
div.fragelista-form div.hidden-cont{
	display: none;
}


table{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	table-layout: fixed;
	border-collapse: collapse;
}
tr, td{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
td{
	padding:0px 0px 5px 15px;
}
td:first-child{
	padding:0px 0px 5px 0px;
}

div, form, ul, ol, h1, h2, h3, h4, p{
	box-sizing: border-box;
}

a{
	color:#072b5d;
	text-decoration:underline;
}
a:hover{

}
a.tel{
	color:#333;
	text-decoration:none;
}
a.tel:hover{
	
}

a.docLink{
	display: block;
	box-sizing: border-box;
	float: left;
	padding-left: 35px;
	padding-top: 4px;
	height: 28px;
	text-decoration: none;
	background-image: url(/im/doc-icon.png?r=1);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
a.docLink span{
	font-size: 14px;
	color:#333;
}
a.docLink:hover{
	text-decoration: underline;
}

span.ast{
	color: #f00;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}

p.gl{
	text-align: left;
	margin-top: 25px;
}

a.infoBox{
	display: block;
	text-decoration: none;
}
a.infoBox.prem span, div.infoBox.stat span{
	display: inline-block;
	background-color: #fff;
	padding:2px 10px 4px 10px;
	margin-top:10px;
    background-color: #d5b622;
    color: #fff;
}
p.forminfomessage, div.infoBox, a.infoBox{
    color:#000;
    background-color:#fbf1c2;
    border:1px solid #d5b622;
    padding:10px;
    margin:0px 0px 25px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.formerrormessage{
    color:#000;
    background-color:#FFAAAC;
    border:1px solid #de0000;
    padding:10px;
    margin:0px 0px 25px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.login-form p.forminfomessage, div.login-form p.formerrormessage, div.infoBox, p.forminfomessage.infoBox, a.infoBox{
	display: block;
	max-width: 401px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 20px 10px 20px 10px;
}

div.imgList{
	display: none;
	padding:10px;
	margin-bottom: 14px;
}

div.infoBox{
	display: none;
	text-align: center;
}
div.infoBox.stat{
	display: block;
	margin-left: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

div.infoBox.pllo{
	display: none;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 14px;
	padding: 10px;
}

div.infoBox.gr, p.infoBox.gr, a.infoBox.gr{
	background-color: #f5f5f5;
	border: 1px solid #aaa;
}
div.infoBox.wh{
	background-color: #fff;
	border: 1px solid #aaa;	
}
div.infoBox.intrAnm{
	display: block;
	position: relative;
	cursor: pointer;
}
div.redCross{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
div.redCross img{
	display: block;
	height: 16px;
	width: 16px;
}


div.infoBox.var, div.errInfo.var{
	width: calc(50% - 25px);
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 5px;
}

div.infoBox.showMessage{
	display: block;
	width: 100%;
	max-width: 100%;
}

div.infoBox.intr{
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
}


p.villkorInfo{
	font-size: 16px;
	margin:20px 0px 7px 0px;
}
span.finfo{
	display: inline-block;
	font-size: 14px;
	padding-left:5px;
	font-style: italic;
}

div.errInfo{
	display: none;
	color:#000;
	background-color:#FFAAAC;
	border:1px solid #de0000;
	padding:10px 10px 10px 10px;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 7px;
}
div.errInf{
	display: none;
	float: left;
	color:#fff;
	background-color:#de0000;
	padding:10px 10px 10px 10px;
	width: auto;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 7px;
	font-size: 14px;
}

div.errInfo-c{
	display: none;
}
div.errInfo-c div{
	float: left;
	color:#fff;
	background-color:#de0000;
	padding:10px 20px 12px 20px;
	width: auto;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 7px;
	font-size: 16px;
}

div.sent-success{
	float: left;
	color:#333;
	background-color:#fddf86;
	padding:10px 20px 12px 20px;
	width: auto;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 7px;
	margin-top: 25px;
	font-size: 16px;
}

div.loadAni{
	display: none;
	box-sizing:border-box;
	position: relative;
	width: auto;
	padding:5px 0px 0px 0px;
	height: 41px;
	background-color: #fff;
	border:1px solid #ccc;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:5px;
}
div.loadAni.dh{
	height: 42px;
}
div.loadAni.bsokaren{
	margin-top:7px;
}



div.loadAni.nobo{
	width: 60px;
	padding:0px;
	height: 27px;
	border:none;
	margin-top:0px;
	margin-bottom:14px;
}
div.errInfo.pllo{
	margin-bottom: 14px;
}


textarea, input, select{
	font-family: 'Lato', Arial, sans-serif;
	font-size:18px;
	color:#333;
	font-weight: 400;
	display: block;
	box-sizing: border-box;
}
select{
	cursor: pointer;
}

input.tfield, textarea.tfield, select.tfield{
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
    height: 36px;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 14px 0px;
    background-color: #fff;
    border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Lato';
}
textarea.tfield{
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
}
input.ffield{
	height: 27px;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
    margin: 0px 0px 14px 0px;
	font-family: 'Lato';
}

div.filefield-cont{
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
    height: auto;
    padding: 14px 14px 0px 14px;
    margin: 0px 0px 14px 0px;
    background-color: #fff;
    border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.ffield{
	
}

input::-ms-input-placeholder{
	color:#b1b1b1;
}
input:-ms-input-placeholder{
	color:#b1b1b1;
}
input::placeholder{
	color:#b1b1b1;
}

div.mobile-menu, div.mobile-head{
	display:none;
}
div.onlymob{
	display: none;
}
br.onmid{
	display: none;
}
br.onmob{
	display: none;
}

div.container{
	padding:0px 0px 0px 0px;
	min-height: 100%;
	background-color: #072b5d;
}
div.cont-inner{
	width:1200px;
	margin:0 auto;
}

div.body{
	background-color: #fff;
}

div.header-cont{
	position: relative;
	height:570px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #fff;
}
div.header-cont.no-slider{
	height:224px;
}
div.header-cont.object{
	/*
	height: 730px;
	padding-top: 160px;
	*/
}
div.header{
	position: absolute;
	height:224px;
	width: 100%;
	top:0px;
	background-color: rgba(255, 255, 255, 0.90);
	z-index: 101;
}

div.slideshow-mobile{
	display: none;
}
div.slideshow{
	position: relative;
	width: 100%;
	height: 570px;
	overflow: hidden;
}

div.slideshow div.sl-c{
	position: relative;
	width: 100%;
	height: 570px;
	overflow: hidden;
}

div.slideshow div.sl-c img{
	width: 100%;
	min-width: 1920px;
	
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 100;
}
div.slideshow div.sl-c.slick-current img{
	/*z-index: 110;*/
}

.slick-prev, .slick-next{
	top: calc(50% + 80px);
}
.slick-prev{
	left: 69px;
}
.slick-next{
	right: 69px;
}

div.head-l{
	width: 100%;
	text-align: center;
}
div.head-r{
	width: 100%;
	text-align: center;
}
div.logo{
	padding-top:25px;
	width: 100%;
}
div.logo img{
	max-height: 124px;
}

div.toplinks{
	height: 40px;
	padding-top:9px;
}
div.toplinks a{
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding:2px 13px 1px 0px;
	margin-right: 12px;
	color:#072b5d;
	border-right:1px solid #92a2b8;
	text-decoration: none;
}
div.toplinks a.f{
	padding-right:22px;
	margin-right: 0px;
	border-right:0px;
	background-image: url(/im/login-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 0px top 2px;
}
div.toplinks a.ff{
	padding:2px 0px 1px 0px;
	margin-right: 0px;
	border-right:none;
}
div.toplinks a:hover, div.toplinks a.m{
	text-decoration: underline;
}

div.toplinks-users{
	background-color: #072b5d;
	padding-top:5px;
	height: 38px;
	width: 100%;
	text-align: center;
}
div.toplinks-users a{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding:2px 13px 1px 0px;
	margin-right: 12px;
	color:#fff;
	border-right:1px solid #92a2b8;
	text-decoration: none;
}
div.toplinks-users a.f{
	padding-right:22px;
	margin-right: 0px;
	border-right:0px;
	background-image: url(/im/login-bg-w.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 0px top 2px;
}
div.toplinks-users a.l{
	padding-right: 0px;
	margin-right: 0px;
	border-right:0px;
}

div.toplinks-users a:hover, div.toplinks-users a.m{
	text-decoration: underline;
}

div.toplinks-users.backto{
	position: relative;
	height: 94px;
	padding-top: 15px;
	padding-bottom: 0px;
}
div.toplinks-users.backto a{
	padding: 0px;
	border: none;
	margin: 0px;
}
div.toplinks-users.backto div.logo-center a{
	margin-left: -18px;
}
div.toplinks-users.backto a.white-but{
	position: absolute;
	top: 30px;
	left: 20px;
	display: inline-block;
	box-sizing:border-box;
	width: auto;
	padding:9px 15px 0px 40px;
	margin: 0px;
	height: 34px;
	background-color: #fff;
	color:#072b5d;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	background-image:url(/im/arr-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left 15px top 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
div.toplinks-users.backto a.white-but::after{
	display:block;
	position: absolute;
	content:'';
	width: 100%;
	height: 20px;
	left: 0px;
	bottom:-20px;
	background-image: url(/im/blue-but-sh.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	cursor: default;
}

div.main-menu{
	padding-top:25px;
	height: 110px;
	width: 100%;
}
div.main-menu a, div.main-menu div.main-menu-c{
	display: inline-block;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 24px;
	padding:5px 21px 5px 0px;
	margin-right: 21px;
	height: 35px;
	color:#072b5d;
	border-right:1px solid #ffbf00;
	text-decoration: none;

	-webkit-transition: background-color 0.3s, color 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s, color 0.3s;
}
div.main-menu a.f{
	padding-right:0px;
	margin-right: 0px;
	border-right:0px;
}
div.main-menu a.m, div.main-menu a:hover{
	text-decoration: underline;
}

div.main-menu div.main-menu-c{
	padding:0px;
}
div.main-menu-c a{
	float: none;
	border-right:none;
	margin-right: 0px;
	height: 50px;
	padding-left: 0px;
}

div.main-menu-sub{
	display: none;
	position: absolute;
	height: 40px;
    width: auto;
    margin-top: 0px;
    padding-top:3px;
    padding-left:0px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.90);
    z-index: 101;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div.main-menu div.main-menu-sub a{
	font-size: 18px;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	padding:0px 10px 0px 10px;
}
div.main-menu div.main-menu-sub a.f{
	margin-left: 10px;
}
div.main-menu div.main-menu-sub a.l{
	margin-right: 10px;
}


div.section{
	padding-top:100px;
	padding-bottom:100px;
}
div.section.bostadssokaren{
	padding-top:0px;
	padding-bottom:100px;
	margin-top: -50px;
}

div.section.f, div.section.ht{
	padding-top:90px;
	padding-bottom:90px;
}
div.section.gr{
	background-color: #f5f5f5;
}
div.section.npnm{
	padding-top: 0px;
	padding-bottom: 0px;
}
div.section.hptb{
	padding-top:50px;
	padding-bottom:50px;
}
div.section.hptb.objs{
	padding-bottom:30px;
}
div.section.hptb.vitec{
	padding-top:0px;
}
div.section.nptb{
	padding-top:0px;
	padding-bottom:0px;
}
div.section.objtabs{
	padding-top:0px;
	padding-bottom:0px;
	background-color: #072b5d;
	height: 54px;
}
div.section.objtabs.sticky{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 200;
	height: 55px;
	border-bottom:1px solid #fff;
}
div.main.sticky{
	padding-top:54px;
}
div.section.oversikt{
	padding-bottom:0px;
}
div.section.bilder{
	
}
div.section.visning, div.section.prem{
	padding-top:90px;
	padding-bottom:100px;
}


div.main-text{
	max-width: 740px;
	text-align: center;
	margin: 0 auto;
}

div.image-gallery{
	
}
div.image-gallery div.img-c{
	position: relative;
	float: left;
	width: calc(25% - 20px);
	height: 260px;
	margin:10px;
	overflow: hidden;
}
div.image-gallery div.img-c img{
	width: 100%;
	min-width: 400px;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 100;
}

div.showAllImgs-ovrl{
	position: absolute;
	width: 100%;
	height: 260px;
	z-index: 110;
	background-image: url(/im/transp.png?r=1);
	background-repeat: repeat;
	cursor: pointer;
}
div.showAllImgs-ovrl span{
	display: inline-block;
	position: absolute;
	width: 100%;
	top:50%;
	height: 72px;
	margin-top:-36px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}


div.first-images{
	max-width: 2100px;
	margin: 0 auto;
}
div.all-images{

}
div.img-c-b{
	text-align: center;
}
div.img-c-b img{
	display: inline-block;
	max-width: 100%;
}
div.img-c-b div.imgText{
	text-align: center;
	padding-top:10px;
	padding-bottom:75px;
}


div.img-c-b.img-planr{
	margin-top:50px;
}
div.img-c-b.img-planr.f{
	margin-top:0px;
}


div.cookie-info{
	position: fixed;
	bottom:0px;
	width:100%;
	background-color: #ececec;
	z-index: 9998;
	text-align: center;
	padding: 25px 10px 18px 10px;
	font-size: 16px;
}


div.cookie-info div{
	display:inline-block;
	margin-right: 20px;
	width:140px;
}
div.cookie-info span{
	display: block;
	margin-bottom: 20px;
}

div.cookInfo-but{
    display: block;
    box-sizing: border-box;
	margin:0px;
	margin-right:20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background-color: #5e812d;
    width: 140px;
    height: 35px;
    padding:8px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

div.tabs.mobile{
	display: none;
}
div.tabs{
	text-align: center;
	font-size: 0px;
}
div.tabs span, div.tabs a{
	display: inline-block;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	color: #072b5d;
	padding:14px 25px 0px 24px;
	height: 54px;
	cursor: pointer;
	background-color: #fff;
	border-top:2px solid #fff;
	text-decoration: none;
}
div.tabs span.m, div.tabs span:hover, div.tabs a.m, div.tabs a:hover{
	background-color: #f5f5f5;
	border-top:2px solid #ffbf00;
}


div.tabs.inv span, div.tabs.inv a{
	background-color: #f5f5f5;
	border-top: 2px solid #f5f5f5;
}
div.tabs.inv span.m, div.tabs.inv span:hover, div.tabs.inv a.m, div.tabs.inv a:hover{
	background-color: #fff;
	border-top:2px solid #ffbf00;
}


div.obj-tabs{
	text-align: center;
	font-size: 0px;
}
div.obj-tabs span{
	display: inline-block;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding:12px 25px 0px 24px;
	height: 54px;
	cursor: pointer;
	background-color: #072b5d;
	border-top:2px solid #072b5d;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
div.obj-tabs span.m{
	background-color: #fff;
	border-top:2px solid #fff;
	border-top:2px solid #ffbf00;
	color: #072b5d;
}
@media (hover: hover) {
	div.obj-tabs span:hover{
		background-color: #fff;
		border-top:2px solid #fff;
		border-top:2px solid #ffbf00;
		color: #072b5d;
	}
}
/*
div.objects-slide.slick-slide, div.objects-slide.ds.slick-slide{
	display: none;
}
div.objects-slide.slick-slide.slick-current, div.objects-slide.ds.slick-slide.slick-current{
	display: block;
}
*/

div.objects-slide.ds{
		
}
a.object, div.object{
	display: block;
	position: relative;
	box-sizing:border-box;
	float: left;
	margin-left: 30px;
	margin-left: 2.5%;
	margin-bottom: 30px;
	width: 380px;
	width: 31.66%;
	background-color: #fff;
	color:#333;
	text-decoration: none;
	padding:20px 20px 17px 20px;
}
a.object.f, div.object.f{
	margin-left: 0px;
}
a.object::after, div.object::after{
	display:block;
	position: absolute;
	content:'';
	width: 100%;
	height: 20px;
	left: 0px;
	bottom:-20px;
	background-image: url(/im/obj-sh.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}

div.img{
	position: relative;
}
div.kommandeFlag, div.saldFlag{
	position: absolute;
	width: 150px;
	bottom:20px;
	left: 0px;
}

a.object h2, div.object h2{
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	margin: 13px 0px 0px 0px;
}
a.object span.area, div.object span.area{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin: 1px 0px 13px 0px;
}
a.object p, a.object div.info, div.object p, div.object div.info{
	font-size: 16px;
	line-height: 20px;
}
a.object p, a.object div.info.sokes, div.object p, div.object div.info.sokes{
	margin-top:10px;
}
a.object p, div.object p{
	margin-bottom: 12px;
}

a.object div.info.bottFix, div.object div.info.bottFix{
	position: absolute;
	bottom:15px;
	width: calc(100% - 40px);
}
a.object div.desc.extVisBud, div.object div.desc.extVisBud{
	padding-bottom: 54px;
}
a.object div.desc.extVis, a.object div.desc.extBud, div.object div.desc.extVis, div.object div.desc.extBud{
	padding-bottom: 27px;
}

div.sm-cont{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

a.blue-but, span.blue-but{
	display: inline-block;
	box-sizing:border-box;
	position: relative;
	width: auto;
	padding:13px 60px 0px 25px;
	height: 42px;
	background-color: #072b5d;
	color:#fff;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	background-image:url(/im/yel-arr.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 25px top 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
a.blue-but::after, span.blue-but::after{
	display:block;
	position: absolute;
	content:'';
	width: 100%;
	height: 20px;
	left: 0px;
	bottom:-20px;
	background-image: url(/im/blue-but-sh.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	cursor: default;
}

a.blue-but.red, span.blue-but.red{
	background-color: #a70202;
}

a.blue-but.noarr, span.blue-but.noarr{
	padding:13px 35px 0px 35px;
	background-image:none;
}

a.blue-but.flr, span.blue-but.flr{
	float:right;
}

span.blue-but.formbut{
	margin-top:7px;
	height: 41px;
	padding:12px 36px 0px 36px;
	background-image:none;
}
span.blue-but.formbut.arr{
	background-image:url(/im/yel-arr.png);
	padding:12px 60px 0px 25px;
}

.blue-but.fakta.le{
	margin-right: 15px;
	margin-top:15px;
}
.blue-but.fakta.ri{
	margin-top:15px;
}

span.blue-but.fakta.le.mob, span.blue-but.fakta.ri.mob{
	display: none;
}

a.blue-but.pagangintr, span.blue-but.pagangintr{
	margin-top:5px;
}



a.big-spl{
	width: 100%;
	display: block;
	color:#333;
	padding-top:89px;
	padding-bottom:90px;
	font-family: 'Lora', 'Lato', Arial, sans-serif;
	font-size: 48px;
	line-height: 55px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}
a.big-spl span{
	font-size: 44px;
	line-height: 44px;
	font-weight: 400;
}

a.l-box{
	display: block;
	position: relative;
	box-sizing:border-box;
	width: 100%;
	border:2px solid #ffbf00;
	margin-bottom:100px;
	text-decoration: none;
	color:#333;
}
a.l-box::after{
	display:block;
	position: absolute;
	content:'';
	width: 100%;
	height: 19px;
	left: 0px;
	bottom:-21px;
	background-image: url(/im/l-box-sh.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}


a.l-box div.img{
	float: left;
	width: 461px;
	width: 38.55%;
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
a.l-box div.img img{
	display: none;
}
a.l-box div.txt{
	float: right;
	width: calc(100% - 461px);
	width: 61.45%;
	height: auto;
	padding: 34px 40px 40px 40px;
}
a.l-box h3{
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin:0px 0px 20px 0px;
}
a.l-box p, a.l-box li{
	font-size: 18px;
	line-height: 22px;
}
a.l-box p{
	margin:0px 0px 10px 0px;
}

a.l-box .blue-but{
	margin-top:40px;
}
a.l-box .blue-but::after{
	display: none;
}

a.l-box.bb{
	border:2px solid #072b5d;
}
a.l-box.r div.txt{
	float: left;
}
a.l-box.r div.img{
	left: auto;
	right: 0px;
}
a.l-box.r .blue-but{
	margin-top:20px;
}





a.s-box{
	display: block;
	float: left;
	position: relative;
	color:#333;
	box-sizing:border-box;
	width: 366px;
	width: 30.5%;
	margin-left: 4.25%;
	border:2px solid #ffbf00;
	margin-bottom:100px;
	text-decoration: none;
}
a.s-box::after{
	display:block;
	position: absolute;
	content:'';
	width: 100%;
	height: 21px;
	left: 0px;
	bottom:-23px;
	background-image: url(/im/s-box-sh.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}
a.s-box.f{
	margin-left: 0px
}
a.s-box div.img, a.s-box div.img img{
	width: 100%;
}
a.s-box div.txt{
	float: left;
	width: 100%;
	padding: 13px 20px 10px 20px;
}
a.s-box h4{
	font-size: 21px;
	line-height: 27px;
	font-weight: 700;
	margin:0px 0px 10px 0px;
}
a.s-box p{
	font-size: 18px;
	line-height: 22px;
	margin:0px 0px 10px 0px;
}


div.est-form, div.login-form{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top:-6px;
}
div.est-form{
	max-width: 401px;
	text-align: left;
}
div.est-form.frageform{
	text-align: left;
	margin-left: 0px;
	max-width: 100%;
}
div.est-form h2, div.login-form h2{
	font-size: 28px;
	line-height: 32px;
	margin: 0px 0px 15px 0px;
}
div.est-form form, div.login-form form{
	margin: 0 auto;
	max-width:401px;
	text-align: left;
}
div.est-form.frageform form{
	margin-left: 0px;
}

div.est-form.paddtop{
	padding-top:25px;
}

div.reg-form{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top:-6px;
}
div.reg-form div.regtxt{

}

div.reg-form form{
	margin: 0 auto;
	width: 100%;
	max-width:600px;
	text-align: left;
}
div.est-form.frageform form{
	margin: 0px;
	width: 100%;
	max-width:100%;
	text-align: left;
}


div.footer{
	margin:0px 0px 0px 0px;
	padding:44px 0px 32px 0px;
	color:#fff;
	background-color: #072b5d;
	font-size: 16px;
}

div.fcol-1{
	float: left;
	width: 370px;
	width: 25%;
}
div.fcol-2{
	float: left;
	width: 372px;
	width: 31%;
}
div.fcol-3{
	float: left;
	width: 190px;
	width: 28%;
}
div.fcol-4{
	float: right;
	text-align: right;
	width: 268px;
	width: 16%;
}
div.fcol-4 div{
	float: right;
	width: 45px;
	margin-right:25px;
	margin-bottom:17px;
	padding-top:8px;
}
div.fcol-4 div.f{
	margin-right:0px;
}

div.fcol-4 div.fcol-4-inner{
	float: right;
	width: auto;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	text-align: left;
}

div.fcols-mob{
	display: none;
}


div.footer p{
	font-size: 16px;
	line-height: 25px;
	margin:0px 0px 12px 0px;
}
div.footer p.header{
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin:0px 0px 12px 0px;
}
div.footer p.header.sec{
	margin:20px 0px 12px 0px;
}
div.footer p.logo{
	margin:19px 0px 13px 0px;
}
div.footer p.logo img{
	max-height: 62px;
}
div.footer p.info{
	font-size: 14px;
	line-height: 20px;
	color:#93bcdc;
	margin:60px 0px 13px 0px;
}
div.footer p.info a{
	color:#93bcdc;
}
div.footer p a{
	color:#fff;
	text-decoration: none;
}
div.footer p a:hover{
	text-decoration: underline;
}

div.ansv-makl{
	max-width: 100%;
	width: 400px;
	border:2px solid #ffbf00;
	padding: 15px;
	padding-bottom: 8px;
	margin-top:50px;
}
div.ansv-makl div.img{
	float: right;
	width: 115px;
	padding-top:9px;
}
div.ansv-makl div.txt{
	float: left;
	width: calc(100% - 115px);
	text-align: left;
	padding-left: 5px;
	padding-top: 6px;
}
div.ansv-makl p.h{
	margin-bottom: 5px;
}

div.ansv-makl.var{
	padding-bottom: 15px;
}
div.ansv-makl.var div.txt{
	padding-top: 7px;
}
div.ansv-makl.var div.txt p.l{
	margin-bottom: 0px;
}
div.ansv-makl.var div.img{
	padding-top:0px;
}



div.obj-left{
	float: left;
	width: 50%;
	padding-right: 50px;
}
div.obj-right{
	float: right;
	width: 50%;
	padding-left: 50px;
	margin-top:-52px;
}
div.facts-cont{
	float: left;
	width: 100%;
	max-width: 400px;
}
div.facts-tbl{
	width: 100%;
}
div.facts-row{
	background-color: #fff;
	padding: 10px 15px 10px 15px;
}
div.facts-row.gr{
	background-color: #f5f5f5;
}
div.facts-tbl div.le{
	float: left;
	width: 160px;
}
div.facts-tbl div.ri{
	float: left;
	width: calc(100% - 160px);
	font-weight: 700;
}
div.facts-tbl div.ri span{
	font-size: 16px;
	font-weight: 400;
}

br.fabr{
	display: none;
}
br.fabr{
	display: none;
}
div.faktaSm{
	display: none;
}

div.viewing-c{
	margin-top: 33px;
}
div.viewing-c.f{
	margin-top: 25px;
}

div.map-cont{
	padding-top:10px;
	height: 610px;
	overflow: hidden;
}

div.fakta-c{
	float: left;
	width: calc(33% - 33px);
	margin-left:50px;
}
div.fakta-c.f{
	margin-left:0px;
}
div.fakta-c p{
	margin-bottom: 10px;
}

div.fakta-c.fullW{
	float: none;
	margin-left:0px;
	width: 100%;
}

div.form-l{
	float: left;
	width: 50%;
	padding-right: 25px;
}
div.form-r{
	float: left;
	width: 50%;
	padding-left: 25px;
}

div.varform div.form-l, div.varform div.form-r, div.varform div.form-f{
	padding-bottom:10px;
}

div.glomt-losen-c{
	display: none;
	
	padding:20px 25px 25px 25px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
}

div.main-text.mm{
	float: left;
	width: calc(100% - 274px);
	max-width: 840px;
	padding-left: 100px;
	text-align: left;
}
div.sidebar-cont{
	float:left;
	width: 274px;
	padding-top:10px;
}
div.sidebar{
	width: 100%;
}
div.sidehead{
	width:100%;
	background-color: #072b5d;
	padding:9px 0px 0px 15px;
	height: 44px;
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
div.sidebody{
	width:100%;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding:0px;
	font-size: 16px;
}

div.sidebody a{
    display: block;
	width: 100%;
    padding: 12px 5px 11px 15px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    box-sizing: border-box;
    color:#333;
    border-top: 1px solid #d9d9d9;
    letter-spacing: 0.01em;
}
div.sidebody a.f{
	border-top: none;
}
div.sidebody a:hover, div.sidebody a.m{
	background-color: #ececec;
    text-decoration: underline;
}

div.sidebody a.info{
	padding-left: 39px;
	background-image: url(/im/info.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left 12px  top 12px;
}

div.check-l{
	float: left;
	width: 30px;
	text-align: left;
	padding-top: 3px;
	margin-bottom: 10px;
}
div.check-r{
	float: left;
	width: calc(100% - 30px);
	text-align: left;
	margin-bottom: 10px;
}

div.check-l.ce{
	text-align: center;
}

div.check-l.lm{
	margin-top: -8px;
	margin-bottom: 8px;
}
div.check-r.lm{
	margin-top: -8px;
	margin-bottom: 8px;
}


div.smallFieldC-l{
	float: left;
	width: auto;
	padding-right:15px;
	padding-top:7px;
}
div.smallFieldC-l.fixW{
	width: 103px;
	padding-right: 0px;
}
div.smallFieldC-r{
	float: left;
	width: 80px;
	padding-right:15px;
}


div.check-r.prem{
	width: calc(100% - 30px);
	margin-bottom: 25px;
	max-width: 200px;
	padding-top:3px;
}

span.chkbx, span.chkbxLocked{
	display: inline-block;
	width:15px;
	height: 15px;
	border:1px solid #777;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
span.chkbx.checked, span.chkbxLocked.checked{
	background-color: #072b5d;
	border:1px solid #072b5d;
	background-image: url(/im/chkbx-checked.png);
	background-position: left center;
	background-position: left 0px  top 1px;
	background-repeat: no-repeat;
}

span.chkbxLocked{
	cursor: default;
}

div.visning-box{
	padding: 15px;
	background-color: #fff;
	color: #333;
	margin-top: 9px;
	margin-bottom: 25px;
	border:2px solid #072b5d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.visning-box span.blue-but::after, div.visning-box a.blue-but::after{
	display: none;
}
div.visning-box h2{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.visning-box div.viewing-c{
	margin-top:30px;
}
div.visning-box div.viewing-c.f{
	margin-top:20px;
}

div.vkort-kontakt div.ansv-makl{
	margin:0 auto;
	margin-top: 50px;
}

div.vkort-kontakt.var{
	margin-top: 50px;
}
div.vkort-kontakt.var div.ansv-makl{
	margin:0px;
	margin-left: 50px;
	float: left;
}
div.vkort-kontakt.var div.ansv-makl.f{
	margin-left: 0px;
	margin-left: calc(calc(100% - 850px) / 2);
}

div.vkort-kontakt.var div.ansv-makl.mTop{
	margin-top: 25px;
}

div.fields-cont{
	display: none;
}

form.intresse-form{
	text-align: left;
}

div.skick-l{
	float:left;
	width: 140px;
}
div.skick-r{
	float:left;
	width: calc(100% - 140px);
}
div.skick-txt{
	padding-left:5px;
	max-width: 500px;
	padding-bottom: 15px;
}


span.budPagar, span.visningList{
	display: inline-block;
	margin-top:7px;
	font-weight: 700;
	color:#072b5d;
}

div.budTblTbl{
	margin-top: 7px;
	font-size: 18px;
}
div.budTblTr{
	padding: 4px 0px 5px 5px;
}
div.budTblTr.gr{
	background-color: #f5f5f5;
}
div.budHist{
	display: none;
}
div.budTblTd{
	float: left;
	width: 33%;
}

div.budTblTr.tblheader div.budTblTd{
	padding-bottom:4px;
	font-weight: 700;
}

div.budTblTd.f{
	width: 120px;
}
div.budTblTd.s{
	width: 220px;
}
div.budTblTd.t{
	width: 130px;
}

span.shHiBid{
	display: inline-block;
    color: #072b5d;
    text-decoration: underline;
    cursor: pointer;
}
span#hideBidHist{
	display: none;
}

div.intrInfo{
	min-height: 27px;
}

div.langTxtC{
	overflow: hidden;
	position: relative;

}
div.langTxtC.short::before{
	content: ' ';
	position: absolute;
	bottom: 0px;
	height: 25px;
	width: 100%;
	background-color: #f5f5f5;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

div.langTxtCLM{
	display: none;
}

iframe.objListIframe{
	width: 100%;
	height: calc(100vh - 94px);
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: auto;
	width: 1px;
    min-width: 100%;
}


label.labelh2{
	display: block;
	margin-bottom: 10px;
}

div.bsokaren-form-cont{
	position: relative;
	overflow: hidden;
}
div.bsokaren-steg-1{
	position: relative;
}
div.bsokaren-steg-2{
	position: relative;
	display: none;
}
div.bsokaren-steg-3{
	position: relative;
	display: none;
}

div.bsokaren-steg-1.done{
	padding-bottom: 25px;
}
div.bsokaren-steg-1.done::after{
	display:block;
	position: absolute;
	content:'';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.70);
}

div.bsokaren-steg-2.done{
	padding-bottom: 25px;
}
div.bsokaren-steg-2.done::after{
	display:block;
	position: absolute;
	content:'';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.70);
}

div.fragelista-form p.addP{
	margin-bottom: 25px;
}