/* from reningsborg.css */

.ck-toolbar {
	z-index: 2000;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

#popup {
	position: absolute;
	width: 450px;
	height: 200px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 2px;
	border-radius: 8px;
	border-style: solid;
	border-color: rgb(122, 184, 0);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#popup_contents {
	margin: auto;
	padding: 0px;
}

#popup_icon {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#popup_text {
	display: inline-block;
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 40px;
	font-size: 1.5em;
}

#warningmsg {
	font-size: 1.5em;
	color: #ea4335;
}

@media only screen and (min-width: 1025px) {
	.lr_only { display: none; }
	.lr_clear { }
	.hr_col {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 1024px) {
	.lr_only { }
	.lr_clear { clear: both; }
	.hr_col {
		width: 100%;
	}
}

.hr_col {
	display: inline-block;
	padding: 20px;
	height: 100%;
}


.bg-red { background-color: #ea4335 !important; }
.bg-green { background-color: #34a853 !important; }
.bg-blue { background-color: #4285f4 !important; }
.bg-yellow { background-color: #fbbc05 !important; }

input.rbform, button.rbform, textarea.rbform {
	background-color: #ffffff;
	color: #000000;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px;
	border-radius: 8px;
	border-style: solid;
	border-color: rgb(122, 184, 0);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

input[type=submit].rbform, button.rbform {
	font-weight: bold;
	padding: 8px 16px;
	background-color: rgb(122, 184, 0);
	color: #ffffff;
}

input[type=submit]:hover.rbform, button:hover.rbform {
	font-weight: bold;
	background-color: #7aa75c;
	cursor: pointer;
}

a.buttonlink {
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 16px;
	background-color: rgb(122, 184, 0);
	color: #ffffff;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border: 2px;
	border-radius: 8px;
	border-style: solid;
	border-color: rgb(122, 184, 0);
	margin: 2px;
	line-height: 1em;
}

a:hover.buttonlink {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #7aa75c;
	cursor: pointer;
}

figure {
	margin: 0px;
	padding: 0px;
}

.col_5em { display: inline-block; float: left; width: 5em; }
.col_10em { display: inline-block; float: left; width: 10em; }
.col_15em { display: inline-block; float: left; width: 15em; }
.col_20em { display: inline-block; float: left; width: 20em; }

.width_2em { display: inline-block; width: 2em; }
.width_4em { display: inline-block; width: 4em; }
.width_6em { display: inline-block; width: 6em; }

/* from stil.css */

html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#333;
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	line-height:1.22em;
	height:100%;
}

h1 {
	font-family: 'CenturyGothic', sans-serif;
	color:rgb(122, 184, 0);
	font-size:2.07em;
	line-height:1.22em;
	font-weight:normal;
	margin:0em 0em 0.6em 0em;
}
h2 {
	font-family: 'MinionPro', serif;
	font-size:1.2em;
	line-height:1.22em;
	font-weight:normal;
	margin:0em 0em 1.01em 0em;
}
h3 {
	font-family: 'CenturyGothic', sans-serif;
	color:rgb(122, 184, 0);
	font-size:1em;
	line-height:1.22em;
	font-weight:bold;
	margin:0em 0em 0.6em 0em;
}
h4 {
	font-family: 'CenturyGothic', sans-serif;
	color:rgb(122, 184, 0);
	font-size:1em;
	line-height:1.22em;
	font-weight:bold;
	margin:0em 0em 0.6em 0em;
}

p {
	font-family: 'MinionPro', serif;
	font-size:1.15em;
	line-height:1.22em;
	margin:0em 0em 1.2em 0em;
}

p.galrub{
	font-family: 'MinionPro', serif;
	font-size:1.2em;
	line-height:1.22em;
	font-weight:normal;
	text-transform: uppercase;
	margin:1.2em 0em -3% 0em;
}

ul, ol {
	margin: 0.3em 0em 0.7em 0em;
	padding: 0em 0em 0em 1.4em;
}
li {
	margin: 0em 0em 0.7em 0em;
}
form {
	margin: 0em 0em 0em 0em;
}

a {
	font-family: 'CenturyGothic', sans-serif;
	color:rgb(122, 184, 0);
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:rgb(122, 184, 0);
	text-decoration:underline;
}

.doljmobil{
	display:block;
}
.visabaramobil{
	display:none;
}
div.mobile-head, div.mobile-flag-cont{
	display:none;
}
	
.fl{
	float:left;
}
.fr{
	float:right;
}

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


table{
	border:none;
	font-family: 'MinionPro', serif;
	font-size:1.15em;
	line-height:1.22em;
	padding:0em;
	margin:0em 0em 1.2em 0em;
}
table td{
	vertical-align: top;
	padding-right:1em;
	word-wrap: break-word;
	white-space: normal;
}
table span.gron, table span.gronfet{
	line-height:1em;
}

table.hitta-till-tbl{
	table-layout:fixed;
	width:100%;
}
table.hitta-till-tbl td.ett{
	width:28%;
	padding-right:1%;
}
table.hitta-till-tbl td.tva{
	width:71%;
	padding-right:0%;
}
table.hitta-till-tbl td p{
    font-size: 1em;
    line-height: 1.22em;
	margin:0px;
}

table.hitta-till-tbl td h4{
	font-family: 'MinionPro', serif;
	font-size: 1em;
    line-height: 1.22em;
    color: rgb(122, 184, 0);
    font-weight: bold;
    margin:0px 0px 0px 0px;
}


img{
	border:none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
div{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input.tfield{
	width:100%;
	padding:0.4em;
	font-size: 1.1em;
}

div.container{
	padding:0px 0px 0px 0px;
	width: 100%;
	max-width:1200px;
	margin:0 auto;
	background-color:#fff;
}
div.container.wide{
	max-width:100%;
}
div.container.slide{
	margin-bottom:0px;
	border-top:2px solid rgb(122, 184, 0);
	border-bottom:2px solid rgb(122, 184, 0);
	position: relative;
}
div.container.slide img{
	width: 100%;
	display: block;
}

div.container.green{
	background-color:rgb(122, 184, 0);
}

div.head{
	width:100%;
	height:auto;
	font-size: 17px;
	font-family: 'CenturyGothic', sans-serif;
}

div.head a{
	color:rgb(122, 184, 0);
	text-decoration: none;
	font-weight: bold;
}
div.head a:hover{
	text-decoration: underline;
}
div.head a.mainlink:hover, div.head a.ejund:hover{
	text-decoration: none;
}


div.topmenu-left{
	float:left;
	width:35%;
	padding:1% 0% 1% 2%;
}
div.topmenu-left div.toplink-cont{
	float:left;
	padding-left:1em;
}
div.topmenu-left a.toplink{
	display:block;
	margin-bottom:1%;
}

div.topmenu-right{
	float:right;
	width:100%;
    padding: 12px 24px 12px 0px;
    height:139px;
}
div.topmenu-right div.toplink-cont{
	float:right;
	padding-left:60px;
	text-align:right;
}

div.topmenu-right div.toplink-cont.fif{
	padding-left:0px;
}

div.topmenu-right a.toplink{
	display:block;
	margin-bottom:4px;
}

div.top_sub_menu{
	display:none;
	position:absolute;
	z-index: 160;
	margin-left:1.5em;
	padding-left:0.8em;
	padding-top:0em;
	padding-bottom:0em;
	border: 3px solid transparent;
    border-left: 3px dotted rgb(122, 184, 0);
    border-top:0px;
    border-bottom:0px;
    border-image-source: url(/bilder/dotted-left-border-green.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 1px;
	font-size: 0.85em;
	background-color: #fff;
}
div.top_sub_menu a{
	display: block;
	float:left;
	margin-top:0.3em;
	color:rgb(122, 184, 0);
}

div.top_sub_menu a.first{
	margin-top:0em;
}



div.logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width:650px;
	padding-top:27px;
	padding-left:39px;
}

div.fl-se-cont{
	float:right;
	width:260px;
	margin-top:0px;
	padding-top:38px;
	z-index: 9999;
}
div.fl-se-inner{
    margin-top: 0px;
}

div.mainmenu{
	padding:48px 0px 0px 0px;
	position:relative;
	z-index:150;
	float:left;
	width: calc(100% - 260px);
	top:12px;
}

div.mainmenu div.mainlink-cont{
	float:left;
	margin-left:10px;
}
div.mainmenu div.mainlink-cont.f{
	margin-left:33px;
}

div.mainmenu div.mainlink-cont a.mainlink{
	display: block;
	float:left;
	background-color: rgb(122, 184, 0);
	color:#fff;
	font-size: 15px;
	padding:5px 14px 5px 14px;
	border: 1px solid white;
    /*border: 3px solid transparent;
    border: 3px dotted #fff;
    border-image-source: url(/bilder/dotted-border-2.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 1px;*/
    white-space: nowrap;
}

div.main_sub_menu{
	display:none;
	position:absolute;
	z-index: 160;
	margin-left:1.5em;
	padding-left:0.8em;
	padding-top:0em;
	padding-bottom:0.8em;
	padding-right:0.8em;
	border: 1px solid white;
	/*border: 3px solid transparent;
    border-left: 3px dotted #fff;
    border-image-source: url(/bilder/dotted-left-border.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 1px;*/
	font-size: 0.85em;
	/*background-image: url(/bilder/sub-bg.png?r=1);*/
	background-color: rgba(116, 192, 67, 0.7);
}
div.main_sub_menu a{
	display: block;
	float:left;
	margin-top:0.5em;
	color:#fff;
}



div.flag-cont{
	float:right;
	width:35px;
	margin-right:5px;
	margin-top: 2px;
}

div.search-cont{
	float:right;
	width:180px;
	margin-right:10px;
}

div.search-box{
	float:right;
	padding:0em 0.4em 0em 0em;
    border: 3px solid transparent;
    border: 3px dotted rgb(122, 184, 0);
    border-image-source: url(/bilder/dotted-border-green.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 1px;
    white-space: nowrap;
}
div.search-box input.tfield{
	font-family: 'CenturyGothic', sans-serif;
	font-weight: bold;
	color:rgb(122, 184, 0);
	border:none;
	margin:0em;
	width:140px;
	padding: 0px 0px 0px 7px;
	height:30px;
	box-sizing:border-box;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: -0.04em;
}
div.search-box input.sicon{
	margin:2px 0px 0px 0px;
}


div.slideshow-cont{
	position:relative;
	z-index:50;
	width:auto;
	height:auto;
	top:0px;
}

div.slideshow-cont .theme-default .nivoSlider{
	webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom:0em;
}
div.slideshow-cont .theme-default .nivo-directionNav a{
  opacity: 1;
  width: 33px;
  height: 33px;
  background-image:url(/bilder/arrow-l.png);
}
div.slideshow-cont .theme-default .nivo-directionNav a.nivo-nextNav{
  background-image:url(/bilder/arrow-r.png);
  background-position:0% 0%;
}



div.main-left{
	float:left;
	width:25%;
	overflow: hidden;
	padding:3% 3% 3% 3%;
}
div.main-left.undermen{
	padding-top:0%;
}


div.main-mid{
	float:left;
	width:50%;
	padding-top:3%;
}
div.main-mid.full{
	width:100%;
	padding-left:11%;
	padding-right:11%;
}
div.main-mid#maintext, div.main-mid.forsta{
	margin-top: 1.28em;
}
div.main-mid.alone{
	float:none;
	width:100%;
	padding-left:25%;
	padding-right:25%;
}
div.main-mid h1{
	text-align: center;
	margin-top:0.2em;
}
div.main-mid h2{
	text-align: center;
	margin-left:0%;
	text-transform: uppercase;
}

div.main-right{
	float:left;
	width:25%;
	padding:3% 8% 3% 3%;
	overflow: hidden;
}
div.main-right.undermen{
	padding-top:0%;
}

div.faktaruta-cont{
	padding:2px;
}
div.main-right div.faktaruta-cont{
	padding:0px;
}
div.faktaruta{
	margin-top:0.95em;
	padding:0.5em 0.5em 0.5em 0.5em;
    border: 3px solid transparent;
    border: 3px dotted rgb(122, 184, 0);
    border-image-source: url(/bilder/dotted-border-green.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 1px;
    word-wrap: break-word;
}
div.faktaruta h4{
	margin:0.1em 0em 0em 0em;
	color:rgb(122, 184, 0);
}
div.faktaruta p{
	margin:0.4em 0em 0em 0em;
}


div.karta-land-cont{
	margin-top:2em;
	padding:0% 0% 0% 0%;
	text-align: center;
}

div.line-sub-main{
	width:100%;
	height: auto;
	padding-top:4%;
	padding-bottom:1%;
}

div.hitta-till-second-hand-cont{
	padding-top:3%;
	padding-bottom:0%;
	padding-left:20%;
	padding-right:20%;
}
div.hitta-till-second-hand-cont img{
	margin:0em 0em 1.01em 0em;
}
div.hitta-till-second-hand-cont h2{
	text-align: center;
}
div.hitta-till-second-hand-cont div.inner-1{
	float:left;
	width:49%;
}
div.hitta-till-second-hand-cont div.inner-2{
	float:left;
	margin-left:1%;
	width:49%;
}

div.hitta-till-second-hand-cont div.googlekarta{
    position: relative;
    width:99%;
    padding-bottom: 69%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    border:2px solid rgb(122, 184, 0);
    margin: 0em 0em 1.2em 0em
}
div.hitta-till-second-hand-cont div.googlekarta iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

div.vmeny-cont{
	position: absolute;
    font-family: 'CenturyGothic', sans-serif;
	color:rgb(122, 184, 0);
	background-color: #fff;
	font-weight: bold;
	font-size: 1.15em;
	margin-top: 3em;
	max-width: 20ch;
}
div.vmeny-cont.stuck{
    position: fixed;
    top: 0em;
}

a.till-toppen{
	display: block;
	position: absolute;
    font-family: 'CenturyGothic', sans-serif;
	color:rgb(122, 184, 0);
	background-color: #fff;
	font-weight: bold;
	font-size: 1.15em;
	padding:1em;
	padding-top: 3em;
	border-left:3px solid #fff;
	margin-left:-2px;
	padding-right: 3em;
}
a.till-toppen.stuck{
    position: fixed;
    top: 0em;
}


div.vmeny-inner{
	margin-left:1.5em;
	margin-top:0.54em;
	padding-left:0.8em;
	padding-top:0em;
	padding-bottom:0em;

	border: 3px solid transparent;
    border-left: 3px dotted rgb(122, 184, 0);
    border-top:0px;
    border-bottom:0px;
    border-image-source: url(/bilder/dotted-left-border-green.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 0px;
	font-size: 0.85em;
	background-color: #fff;

}
div.vmeny-inner a{
	display: block;
	float:left;
	margin-top:0.3em;
	margin-bottom:0.3em;
	color:rgb(122, 184, 0);
	max-width:100%;
	word-wrap: break-word;	
}

div.vmeny-inner a.first{
	margin-top:0em;
}
div.vmeny-inner a.mark{
	text-decoration:underline;
}

div.karta-cont-outer{
	width:100%;
}

div.kartlank{
	position:absolute;
	height:auto;
	font-size:10px;
	line-height: 10px;
}
div.kartlank a{
	display:block;
	border:1px solid #f00;
	width:100%;
	font-size:1em;
	line-height:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

div.kartlank.polen{
	width:15%;
	margin-top:40%;
	margin-left:60%;
	padding-top:0.6em;
}


div.bildgalleri-cont{
	margin-top:3%;
	margin-bottom:3%;
}
div.bildgalleri-cont div.bild{
	float:left;
	width:22%;
	margin-left:4%;
}
div.bildgalleri-cont.rows{
	margin-top:0%;
	margin-bottom:3%;
}
div.bildgalleri-cont.rows div.bild{
	float:left;
	width:22%;
	margin-top:4%;
	margin-left:4%;
}
div.bildgalleri-cont.rows div.bild img{
	vertical-align: bottom;
}
div.bildgalleri-cont div.bild.forst{
	margin-left:0%;
}
div.bildgalleri-cont div.bild.en.forst{
	margin-left:39%;
}
div.bildgalleri-cont div.bild.tva.forst{
	width:22%;
	margin-left:26%;
}
div.bildgalleri-cont div.bild.tre.forst{
	width:22%;
	margin-left:13%;
}

div.startboxar{
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 11%;
    padding-right: 11%;
}
div.startbox{
	float: left;
	width: 46%;
	margin-left:4%;
	text-align: center;
	margin-top: 38px;
}
div.startbox.f{
	margin-left:0%;
}
div.startbox.centered{
	margin-left:27%;
}
div.startbox img{
	border: 2px solid rgb(122, 184, 0);
	display: block;
}


a.dotted-but{
	display: inline-block;
	margin-top: 16px;
	background-color: rgb(122, 184, 0);
	color:#fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding:5px 0px 5px 0px;
    border: 3px solid transparent;
    border: 3px dotted #fff;
    border-image-source: url(/bilder/dotted-border-2.png?r=a114);
    border-image-repeat: round;
    border-image-slice: 4;
    border-image-width: 4px; 
    border-image-outset: 1px;
    white-space: nowrap;
    text-decoration: none;
    width: 120px;
}

a.dotted-but.info{
	margin-top: -10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
a.dotted-but.info.au{
	margin-top: -10px;
	margin-right:0px;
	width: auto;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
}

a.dotted-but.ml{
	margin-left:20px;
}


div.info-l{
	float:left;
	width:250px;
}
div.info-l img{
	border: 1px solid rgb(122, 184, 0);
}

div.info-r{
	float:left;
	margin-left:25px;
	width: calc(100% - 275px);
}

/* from stil_resp.css */

html{
	-webkit-text-size-adjust: none;
}

div.supportbox {
	position: absolute;
	right: 250px;
	top: 75px;
	padding: 10px;
	border: 3px dotted #000000;
}

a.supportlink {
	display: flex;
	color: #000000;
}

div.supportl {
	float: left;
	font-size: 1.5em;
	line-height: 1.05em;
	margin-right: 20px;
}

div.supportr {
	float: left; margin-top: auto; margin-bottom: auto;
}

img.supportimg {
	height: 60px;
	width: auto;
}

@media only screen and (max-width: 1500px){
	div.logo {
	    width: 550px;
	    padding-top:35px;
	}
	div.logo img{
		max-width: 100%;
	}
}

@media only screen and (max-width: 1400px){
	div.logo {
	    width: 450px;
	    padding-top:42px;
	}
	div.tab-box{
		top:40px;
		transform-origin:top right;
		transform: scale(0.8, 0.8);
	}
}

@media only screen and (max-width: 1300px){
	div.logo {
	    width: 350px;
	    padding-top:49px;
	}
	div.top_sub_menu a {
	    margin-top: 0px;
	    font-size: 12px;
	}
	div.main_sub_menu{
		background-image: url(/bilder/sub-bg.png?r=1);
	}
}

@media only screen and (max-width: 1200px){
	/* Allmänt */
	img{
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}

	div.container{
		padding:0px 0px 0px 0px;
		width:100%;
		margin:0 auto;
		background-color:#fff;
	}

	div.topmenu-right div.toplink-cont{
		padding-left:30px;
	}

	div.supportbox {
		top: 112px;
		padding: 7px;
		border: 2px dotted #000000;
	}

	div.supportl {
		float: left;
		font-size: 1.0em;
		margin-right: 13px;
	}

	img.supportimg {
		height: 40px;
	}
}

@media only screen and (max-width: 1100px){
	div.logo {
	    width: 300px;
	    padding-top:53px;
	}
	div.mainmenu div.mainlink-cont a.mainlink{
		padding: 5px 10px 5px 10px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1050px){
	div.topmenu-right div.toplink-cont{
		padding-left:20px;
	}
	div.fl-se-cont {
	    width: 230px;
	}
	div.mainmenu {
	    width: calc(100% - 230px);
	}
}

@media only screen and (max-width: 1000px){
	div.logo {
	    top: 53px;
	    padding-top: 0px;
	}
	div.mainmenu div.mainlink-cont a.mainlink{
		padding: 5px 5px 5px 5px;
		font-size: 13px;
	}
	div.main_sub_menu a{
		font-size: 13px;
	}

	div.hitta-till-second-hand-cont{
		padding-left:22%;
		padding-right:22%;
	}
}

@media only screen and (max-width: 900px){
	body{
		font-size:16px;
	}

	div.fl-se-cont {
	    position: absolute;
	    margin-top:-50px;
	    right: 10px;
	    float: none;
	}
	div.mainmenu {
	    width: 100%;
	}

	a.till-toppen{
		font-size: 1em;
		padding-right:0.5em;
	}

	div.hitta-till-second-hand-cont{
		padding-left:24%;
		padding-right:24%;
	}

	div.supportbox {
		top: 125px;
		padding: 3px;
		border: 1px dotted #000000;
	}

	div.supportl {
		float: left;
		font-size: 0.5em;
		margin-right: 7px;
	}

	img.supportimg {
		height: 20px;
	}
}

@media only screen and (max-width: 800px){
	div.main_sub_menu{
		margin-left:5px;
	}
	div.hitta-till-second-hand-cont{
		padding-left:25%;
		padding-right:25%;
	}
}

@media only screen and (max-width: 780px){
	div.topmenu-left, div.topmenu-right{
		font-size:0.9em;
	}
	div.vmeny-cont{
		font-size: 1em;
	}
}

/* Minsta versionen */
@media only screen and (max-width: 700px){
	body{
		font-size:16px;
	}

	/* Allmänt */
	.doljmobil, div.head, a.till-toppen{
		display:none;
	}
	.visabaramobil, div.mobile-head, div.mobile-flag-cont{
		display:block;
	}

	div.slideshow-cont{
		top:0em;
		margin-top:1em;
	}
	div.mobile-head{
		padding-bottom:4%;
	}
	div.logo{
		position: static;
		width:100%;
		margin:0 auto;
		padding-top:3%;
		padding-left: 0px;
	}

	div.mobile-menu-cont{
		background-color: rgb(122, 184, 0);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-left:6%;
		margin-top:3%;
		padding:1%;
		width:75%;
		float:left;
	}
	div.mobile-menu-head{
		cursor:pointer;
	}
	div.mobile-menu-head img{
		display: block;
		width:63%;
	}
	div.mobile-menu-body{
		display:none;
		font-size: 1.1em;
		padding-left:2%;
	}
	div.mobile-menu-body a.main, div.mobile-menu-body a.sub{
		display:block;
		color:#fff;
		text-decoration: none;
		border-top:1px solid #acd690;
		padding-top:3%;
		padding-bottom:3%;
	}
	div.mobile-menu-body a.sub{
		margin-left:6%;
	}
	div.mobile-menu-body a.main.first{
		border-top:none;
	}
	div.mobile-menu-body a.sub.first{
		border-top:none;
		padding-top:0%;
	}
	div.mobile-menu-body a.sub.last{
		padding-bottom:7%;
	}

	div.mobile-sub-menu{
		display:none;
	}

	div.mobile-flag-cont{
		float:left;
		margin-top:3%;
		width:19%;
		padding:0.25em 5% 0% 5%;
	}
	div.mobile-flag-cont img{
		width:100%;
	}

	div.container.slide {
	    border-bottom: none;
	}
	div.container.slide img.himg{
	    border-bottom: 2px solid rgb(122, 184, 0);
	}

	div.main-left{
		float:none;
		width:100%;
		height: auto;
	}

	div.main-mid{
		float:none;
		width:100%;
		padding-top:7%;
		padding-left:5%;
		padding-right:5%;
		overflow: auto;
	}
	div.main-mid h1{
	}
	
	div.main-mid.alone{
		float:none;
		width:100%;
		padding-top:3%;
		padding-left:5%;
		padding-right:5%;
	}
	div.main-mid h1{
		text-align: center;
		margin-left:-1%;
		margin-top:0.2em;
	}
	div.main-mid h2{
		text-align: center;
		margin-left:-1%;
	}
	div.main-right{
		float:none;
		width:100%;
		padding-top:3%;
		padding-left:5%;
		padding-right:5%;
		height: auto;
	}
	div.main-right div.faktaruta-cont{
		padding:2px;
	}

	div.hitta-till-second-hand-cont{
		padding-top:3%;
		padding-bottom:0%;
		padding-left:5%;
		padding-right:5%;
	}
	div.hitta-till-second-hand-cont img{
		margin:0em 0em 1.01em 0em;
	}
	div.hitta-till-second-hand-cont h2{
		text-align: center;
	}
	div.hitta-till-second-hand-cont div.inner-1{
		float:none;
		width:100%;
		padding-bottom:5%;
	}
	div.hitta-till-second-hand-cont div.inner-2{
		float:none;
		width:100%;
		margin-left:0%;
	}

	div.bildgalleri-cont, div.bildgalleri-cont.rows{
		margin-top:0%;
		margin-bottom:8%;
		width:100%;
	}
	div.bildgalleri-cont div.bild, div.bildgalleri-cont.rows div.bild{
		float:none;
		width:100%;
		margin-left:0%;
		margin:0 auto;
		margin-top:8%;
		text-align: center;
		vertical-align: bottom;
	}
	div.bildgalleri-cont div.bild.forst{
		margin-left:0%;
	}
	div.bildgalleri-cont div.bild.en.forst{
		margin-left:0%;
	}
	div.bildgalleri-cont div.bild.tva.forst{
		width:100%;
		margin-left:0%;
	}
	div.bildgalleri-cont div.bild.tre.forst{
		width:100%;
		margin-left:0%;
	}
	div.bildgalleri-cont div.bild img{
		width:100%;
	}

	div.startboxar {
	    padding-top: 0%;
	    padding-bottom: 0%;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	div.startbox, div.startbox.f, div.startbox.centered{
	    float: none;
	    width: 100%;
	    margin-left: 0%;
	}
	div.startbox img{
	    width: 100%;
	}

	div.info-l{
		float:none;
		width:100%;
	}
	div.info-l img{
		border: 1px solid rgb(122, 184, 0);
		width: 100%;
	}

	div.info-r{
		float:none;
		margin-left:0px;
		width: 100%;
	}
}

/* from slides.css */

* {box-sizing:border-box}

/* Hide the images by default */
.mySlides {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	transition: opacity 1500ms ease-in-out;
}

.mySlides.firstSlide {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
 * CKEditor 5 (v31.0.0) content styles.
 * Generated on Tue, 09 Nov 2021 10:58:58 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

:root {
    --ck-color-image-caption-background: hsl(0, 0%, 97%);
    --ck-color-image-caption-text: hsl(0, 0%, 20%);
    --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
    --ck-color-mention-text: hsl(341, 100%, 30%);
    --ck-color-table-caption-background: hsl(0, 0%, 97%);
    --ck-color-table-caption-text: hsl(0, 0%, 20%);
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing));
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
    clear: none;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
    margin-top: 0;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
    font-size: 1.8em;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline {
    /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
    display: flex;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    margin: 15px 0;
    height: 4px;
    background: hsl(0, 0%, 87%);
    border: 0;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-table/theme/tablecaption.css */
.ck-content .table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 0.9em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0, 0%, 75%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 0.9em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-language/theme/language.css */
.ck-content span[lang] {
    font-style: italic;
}
/* ckeditor5-mention/theme/mention.css */
.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text);
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}

