<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html, body {
	font-family: "calibri", "Gotham", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	height: 100%;
	margin: 0;
	color:#555555;
}


micrio {
  width: 100%;
  height: 100%;
}

button.micrio-icon {
    background-color: rgba(25,25,25,0.85);
}


h1 {
	font-size: 22px;
}

.class-hide_legs {
	opacity: 1;
}

.class-hide_legs .marker {
	border: 0px solid #fff !important;
	background-color: #fff;
	opacity: 1;
	background-image:url('../img/uk_vr_logo.png') !important;
	width: 400px !important;
	height: 400px !important;
	z-index: 100;
}

.class-navi-arrow .marker {
	border: 0px solid #fff !important;
	background-color: #fff;
	opacity: 1;
	background-image:url('../img/ikon_uk_arrow_upp.png') !important;
	width: 60px !important;
	height: 60px !important;
	z-index: 100;
}

.class-navi-arrow-down .marker {
	border: 0px solid #fff !important;
	background-color: #fff;
	opacity: 1;
	background-image:url('../img/ikon_uk_arrow_ner.png') !important;
	width: 60px !important;
	height: 60px !important;
	z-index: 100;
}

.class-icon-comment .marker {
	border: 0px solid #fff !important;
	background-color: #fff;
	opacity: 1;
	background-image:url('../img/ikon_uk_comment.png') !important;
	width: 60px !important;
	height: 60px !important;
	z-index: 100;
}

.class-icon-info .marker {
	border: 0px solid #fff !important;
	background-color: #fff;
	opacity: 1;
	background-image:url('../img/ikon_uk_info.png') !important;
	width: 60px !important;
	height: 60px !important;
	z-index: 100;
}

.class-start-tour .marker {
	border: 0px solid #fff !important;
	background-color: #fff;
	opacity: 1;
	background-image:url('../img/btn_starta_besoket.png') !important;
	width: 200px !important;
	height: 50px !important;
	z-index: 100;
}

.logo {
    position: absolute;
    top: -55px !important;
    left: -55px !important;
    z-index: 8;
    transition: opacity 0.25s;
}

.hideMap {
  	left: -400px;
}

.main {
  	height: 500px;
  	width: 500px;
}

.map_navi {
	text-align: left;
    padding: 30px 0px 30px 30px;
	position: absolute;
	top: 0;
	left: -420px;
	width: 300px;
	max-height: 90%;
	background-color: white;
	z-index: 101;
}

.map_navi hr {
    width: 255px;
    margin-left: 1px;
	margin-bottom: 12px;
}

.map_navi h2 {
	margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.map_navi a {
	color: #666666;
	text-decoration: none;
	font-size: 20px;
}

.map_navi a:hover, .map_navi a:active {
	text-decoration: underline;
}

.marker-popup.deeplinked.class-navi-arrow.shown {
	display: none;
}

.micrio-container .marker-container .marker-title {
    top: 34px;
    font-size: 125%;
    opacity: .95;
	background: rgba(25,25,25,0.95);
	padding: 15px 20px;
	font-weight: bold;
	text-shadow: none;
}

.micrio-container .marker-popup {
    background: rgba(25,25,25,0.95);
    color: #fff;
    cursor: auto;
    font-size: 100%;
    user-select: text;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    will-change: transform;
    transform-origin: left top;
	padding: 25px;
}

.nav-arrow {
	position: relative;
    width: 22px;
    top: 10px;
    right: 0px;
    margin-bottom: 5px;
    padding-right: 10px;
}

.navi-close img {
    position: absolute;
    left: 260px;
    top: 20px;
    width: 30px;
    height: 30px;
}

.nav_float {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
}

.showMap {
  	left: 0px;
}

.right {
	width: 50px;
}

.uk_logo {
	width: 170px;
	padding-bottom: 25px;
}

/* Start */

body.start {
	background: #E8F3D5;
}

h2 {
	color: #006E1E;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}

h3 {
	color: #006E1E;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.button-start {
	position: relative;
    line-height: 22px;
    padding: 11px 21px;
    color: #fff;
    border-radius: 31.5px;
    background-color: #006e1e;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: Calibri,sans-serif;
    border: 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;

}

.button-start:hover {
	background-color: rgba(0,110,30,.8);
	cursor: pointer;
}

.col-md {
  align-self: stretch;
}

.container {
	padding: 20px;
}

.ingress {
	font-size: 20px;
    font-weight: 700;
    margin-top: -10px;
}

.ingress, .row p {
	color:  #555555;
}

.logotyper {
	margin-top: 40px;
}

.marker-popup h3 {
	color: #fff;
}

p {
	font-size: 18px;
    line-height: 1.33;
    margin-bottom: 15px;
}

.row {
	max-width: 1200px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-wrap: wrap;
  	margin: 0px auto;
}

.stretch-row {
	max-width: 1200px;
  	flex-wrap: wrap;
  	margin: 0px auto;
  	justify-content: space-between;
  	margin-top: 2%;
}


.logotyp {
    padding: 20px 10px 20px 0px;
	max-width: 120px;
}

.start-icon {
	max-width: 300px;
	width: 100%;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive */

@media only screen and (max-width: 578px) {

	.col-md-2, .col-md-3 {
    	width: 100%;
    	padding: 20px;
  	}

  	.col-md-5 {
	  	width: 36%;
	  	display: inline-block;
	  	padding: 0px 20px;
	}

	.start-icon {
		padding-top: 30px;
	}

	.stretch-row {
		padding: 0% 5% 5% 5%;
	}

}

@media only screen and (min-width: 578px) {
	.col-md-2, .col-md-3 {
    	width: 100%;
    	padding: 20px;
  	}

  	.col-md-5 {
	  	width: 36%;
	  	display: inline-block;
	  	padding: 0px 20px;
	}

	.stretch-row {
		padding: 0% 5% 5% 5%;
	}
}

@media only screen and (min-width: 768px) {

	.col-md-2, .col-md-3 {
    	width: 100%;
    	padding: 20px;
  	}

	.col-md-5 {
	  	width: 25%;
	  	display: inline-block;
	}

	.stretch-row {
		padding: 0% 3% 3% 3%;
	}

}

@media only screen and (min-width: 992px) {
	.col-md-2 {
	  	width: 50%;
	  	display:inline-block;
	}

	.col-md-3 {
  		width: 33.33%;
  		display: inline-block;
	}

	.col-md-5 {
	  	width: 10%;
	  	display:inline-block;
	}

}

@media only screen and (min-width: 1200px) {

	.col-md-2 {
	  	width: 50%;
	  	display:inline-block;
	}

	.col-md-3 {
  		width: 33.33%;
  		display: inline-block;
	}

	.col-md-5 {
	  	width: 10%;
	  	display:inline-block;
	  	padding-right: 15px;
	}
}</pre></body></html>