<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#counter,.content-next-button,body {
   /* font-family: FestivoLettersNo1,Arial*/
}

#intro,#pano2vr:after,.panorama-intro {
    pointer-events: none
}

#mapView .name-overlay,#mapView .name-overlay button,.body-text.body-date,.content-next-button,.textbutton,.trailmenu li a,h2 {
    text-transform: uppercase
}

#pano2vr,#panoramaView {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

#pano2vr:after {
    box-shadow: inset 0 0 40em rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: ""
}

#pano2vr div {
    z-index: 0!important
}

.hotspot-container {
    position: absolute;
    will-change: left,top;
    cursor: pointer
}

.hotspot-image {
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -50%
}

.panorama-intro {
    display: none;
    width: 200px;
    position: absolute;
    color: #fff;
    padding: 20px;
    background-color: #248328;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.close-panorama {
    width: 2em;
    height: 2em;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background:url("../images/close.png");
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    background-size: 100% 100%;
}

.close-panorama:hover {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}
.pano-intro{
    position: absolute;
    bottom:0;
    right: 0;
    left: 0;
    /*width: 100%;*/
    padding: 10px;
    height: 18%;
    background: rgba(45,38,27,.48);
    text-align: left;
   /* visibility: hidden;*/
    opacity: 1;
    color: #fff;
}
.close-panosound{
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background:url("../images/sound.png");
    background-size: 100% 100%;
    opacity:0;
}
/*.close-panorama:before {
    position: relative;
    left: -8px;
    top: 10px;
    content: ' ';
    display: inline-block;
    background-size: 100%;
    width: 33px;
    height: 33px;
    background-image: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAAGFBMVEVMaXH////////////////////////////eQubUAAAAB3RSTlMA3FMnjbHvVkj8UwAAAYhJREFUeNq1WO0ShCAIjA/p/d/4Ls+GmVDR2Y5flbqwgAodQxHWQmTnaURFWY5NYaXzIaS8vl7u9RFFFgHOiayAOMDlAKmgl1scJPNBo2CFo3us0eHEhNkkpswQoQAwACEZIJiryAw1GSI4fmKryQihHAtS+hhCTiIV7dobEXKM8C1ByOZz8MOSP/hBg9bWxiVuluxBiFPxt3WJenWHhgu5YnHPpBJiIDMjhL8ide4l/qljht1GxIQn8fiF0Nd384cuUxPPIge9xZVrzKqo2kGfk7SN8CCBI5/gUGrxeAAE1aNd9IsJRx5NdZdPpMsVXRdd2c1QbUDbrnTCpQ7KzJUO2t9rFCBctQQ+Awh7BEToK9V4vZ4qn+uhv5NrWoaYbkldjUO8QGTizmPVnXhQ30gtPMHf2Gb4ZsePnBcOvtnx26LN6fGbXwKaXgL4VYRfiPi1jBcHeImCF0p4uYYXjXjpGpJxt4A2wct4vJnoj623NCR4YwW3d3iTCbe6eMMNt/1/+vmA/wL5AIRkHMJpiRluAAAAAElFTkSuQmCC)
}*/

.pano-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 40px;
    background: rgba(11,38,13,.8);
    max-width: 280px;
    text-align: center;
    visibility: hidden;
    opacity: 0
}

.pano-helper h3 {
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    display: block
}

.pano-helper h3.mobile {
    display: none
}

.pano-helper .icon {
    background: url(../images/hjelp_pano_hand.png) no-repeat;
    width: 32px;
    height: 44px;
    margin: 35px auto;
    background-size: 100%
}

.pano-helper .icon:after,.pano-helper .icon:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px)
}

.pano-helper .icon:before {
    background: url(../images/m_pano_pil_left.png) no-repeat;
    background-size: 100%;
    left: 80px
}

.pano-helper .icon:after {
    background: url(../images/m_pano_pil_right.png) no-repeat;
    background-size: 100%;
    right: 80px
}

.pano-helper button {
    background: #4aa84e;
    border: none;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pano-helper button:hover {
    background: #58c45c
}

.ggskin_button {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ggskin_button:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#counter {
    font-size: 34px;
    color: #fff;
    z-index: 100;
    position: fixed;
    bottom: 20px;
    left: 20px
}

.counter-label {
    margin-top: -4px;
    font-size: 20px;
    border-bottom: 1px solid #fff
}

.counter-link {
    display: block;
    font-size: 17px;
    color: #a9c896;
    text-decoration: none
}

#mapView .intro-texts p,#mapView .name-overlay {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center
}

.counter-link:hover {
    text-decoration: underline
}

#fallback-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#fallback-map .zoom-container {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

#fallback-map .zoom-container.level-1 {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

#fallback-map .zoom-container.level-2 {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

#fallback-map .zoom-container.level-3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#fallback-map .map-bg {
    background: url(../images/map/fullmap_4096.jpg) no-repeat;
    width: 4096px;
    height: 4096px;
    cursor: -webkit-grab!important
}

#fallback-map .map-bg .pin {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.trailmenu li,.trailmenu li a {
    -webkit-backface-visibility: hidden
}

#fallback-map .map-bg .pin.user {
    width: 82px;
    height: 112px;
    background: url(../images/map/userpin2d.png)
}

#fallback-map .map-bg .pin.guardian {
    width: 85px;
    height: 113px
}

#fallback-map .map-bg .pin.guardian1 {
    background: url(../images/map/guardian2d-1.png)
}

#fallback-map .map-bg .pin.guardian2 {
    background: url(../images/map/guardian2d-2.png)
}

#fallback-map .map-bg .pin.pano {
    width: 150px;
    height: 197px
}

#fallback-map .map-bg .pin.pano1 {
    background: url(../images/map/pano_landsbyen.png)
}

#fallback-map .map-bg .pin.pano2 {
    background: url(../images/map/pano_elven.png)
}

#fallback-map .map-bg .pin.pano3 {
    background: url(../images/map/pano_skogen.png)
}

#fallback-map .map-bg .pin.pano4 {
    background: url(../images/map/pano_menneskene.png)
}

#fallback-map .map-bg .pin.pano5 {
    background: url(../images/map/pano_trestammen.png)
}

#fallback-map .map-bg.dragging {
    cursor: -webkit-grabbing!important
}

#mapView {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#mapView #introOverlay {
    padding: 10px 33px 5px;
    top: -125px;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

#mapView #introOverlay:before {
    content: '';
    position: absolute;
    border: solid;
    border-color: rgba(11,38,13,.8) transparent;
    border-width: 14px 10px 0;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: -14px
}

#mapView .intro-texts p,.content-left .content-video-play {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

#mapView .intro-texts {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

#mapView .intro-texts p {
    font-size: 35px;
    position: absolute;
    width: 515px;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    line-height: 1.1em;
    padding: 10px
}

#mapView canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#mapView .name-overlay {
    -webkit-transition: opacity .25s ease,visibility .25s ease;
    transition: opacity .25s ease,visibility .25s ease;
    position: absolute;
    font-size: 24px;
    padding: 20px 35px 15px;
    background: rgba(11,38,13,.8);
    z-index: 2000
}

#mapView .name-overlay.show {
    opacity: 1;
    visibility: visible
}

.circle-bg,.view {
    visibility: hidden
}

#mapView .name-overlay button {
    font: inherit;
    text-align: center;
    border: none;
    background: 0 0;
    color: #a9c896;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 20px
}

#mapView .name-overlay h2,#mapView .name-overlay h3 {
    font-weight: 400;
    text-align: center
}

#mapView .name-overlay .label {
    font-size: 20px;
    margin-bottom: -2px
}

#mapView .name-overlay .label:after,#mapView .name-overlay .label:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat
}

#mapView .name-overlay .label:before {
    background-image: url(../images/pil_left.png);
    -webkit-transform: translate(-20px,7px);
    -ms-transform: translate(-20px,7px);
    transform: translate(-20px,7px)
}

#mapView .name-overlay .label:after {
    background-image: url(../images/pil_right.png);
    -webkit-transform: translate(5px,7px);
    -ms-transform: translate(5px,7px);
    transform: translate(5px,7px)
}

#mapView .name-overlay .name-box {
    font-size: 24px
}

#mapView .name-overlay .fb-share {
    background: url(../images/FB_ikon.png) bottom center no-repeat;
    background-size: 25%;
    padding-bottom: 45px
}

#mapView #userOverlay {
    padding: 30px 50px;
    max-width: 260px
}

#mapView #userOverlay button {
    font-size: 16px
}

.fb-share-reg,button.reenter,input[type=submit] {
    margin: 20px 0;
    padding: 0;
    background-color: #4aa84e;
    text-transform: uppercase;
    border: none;
    height: 50px;
    -webkit-appearance: none;
    width: 100%;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.fb-share-reg:hover,button.reenter:hover {
    background-color: #5BBD5F
}

.fb-share-reg {
    margin-bottom: 0
}

.logo-1881 {
    margin-top: 10px
}

.logo-1881 p {
    font-size: 11px;
    margin-bottom: 5px
}

.fb-share-reg,button.reenter,input {
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    width: 100%
}

.formcontainer.dialog-view {
    background-color: #0d2c0f
}

.formcontainer form #participant {
    margin-top: 20px
}

.formcontainer form #participant .error .errors {
    color: red
}

.formcontainer form .fieldrow {
    margin-top: 10px;
    font-size: 15px;
    color: #859386
}

.formcontainer form .fieldrow input,.formcontainer form .fieldrow label {
    display: block
}

.formcontainer form .fieldrow label.required::after {
    content: ' *'
}

.formcontainer form .fieldrow input[type=text],.formcontainer form .fieldrow input[type=email] {
    background-position: 10px 13px,29px 5px;
    background-color: transparent;
    background-repeat: no-repeat,no-repeat;
    height: 38px;
    padding-left: 40px;
    border: 1px solid #859386
}

.formcontainer form .fieldrow.housenumber,.formcontainer form .fieldrow.state,.formcontainer form .fieldrow.streetname,.formcontainer form .fieldrow.zipcode {
    display: inline-block;
    white-space: nowrap
}

.formcontainer form .fieldrow.streetname {
    width: 217px
}

.formcontainer form .fieldrow.housenumber {
    width: 70px;
    margin-left: 13px
}

.formcontainer form .fieldrow.zipcode {
    width: 98px
}

.formcontainer form .fieldrow.state {
    width: 189px;
    margin-left: 13px
}

.formcontainer form .fieldrow.mobile button {
    width: 36%;
    display: inline-block;
    font-size: 16px;
    padding: 11px 0 8px;
    vertical-align: top;
    margin-left: 4%;
    color: #fff;
    background: #4aa84e;
    -webkit-transition: opacity .3s ease,background .25s ease;
    transition: opacity .3s ease,background .25s ease;
    opacity: .3;
    cursor: auto
}

.formcontainer form .fieldrow.mobile button.loading {
    background: url(../images/spinner.gif) center center no-repeat #4aa84e;
    text-indent: -1000px;
    opacity: .6
}

.formcontainer form .fieldrow #participant_housenumber,.formcontainer form .fieldrow #participant_state {
    padding-left: 10px
}

.formcontainer form .fieldrow #participant_firstname,.formcontainer form .fieldrow #participant_surname {
    background-image: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALAgMAAAA7APSLAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURf////////////////WlDnMAAAAEdFJOU7QJTY34jEoNAAAALElEQVQI12MI5w1gAMEEhglgDGJHMAUwxDAHMDgwCDAcYDBgaGBQYIjmCwAAsHYHx9XlKMwAAAAASUVORK5CYII=),url(data: image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAIAAAD5ZqGGAAAADklEQVR4AWNondxGDwwAizYqDZ0pbLMAAAAASUVORK5CYII=)
}

.formcontainer form .fieldrow #participant_email {
    background-image: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAQAAAAOu8/qAAAAT0lEQVR4AX3QBRmAIRAD0NWkxFJcpeXD3X4d3+MwePO63gbPBxHershUpQ0reKHGjr1VSd51ZMwaZJksJ9YkFOj9Oc9VoVYvK6xw3O5zGgFADugnDrK5sAAAAABJRU5ErkJggg==),url(data: image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAIAAAD5ZqGGAAAADklEQVR4AWNondxGDwwAizYqDZ0pbLMAAAAASUVORK5CYII=)
}

.formcontainer form .fieldrow #participant_streetname,.formcontainer form .fieldrow #participant_zipcode {
    background-image: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAQAAADheaTUAAAAOklEQVR4AWP4zwyHm4AQzoNJ2AIFIdAWWaIAKICABWAJmDC6FAOQwgoZ/tti1WGL0yiERAHEGTSQAADQnLvpvQHt0wAAAABJRU5ErkJggg==),url(data: image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAIAAAD5ZqGGAAAADklEQVR4AWNondxGDwwAizYqDZ0pbLMAAAAASUVORK5CYII=)
}

.formcontainer form .fieldrow #participant_mobile {
    background-image: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAARUlEQVR4AY2Mhw3AMAzDDN+n5/SL78veaZsUxKQEilfPiK5IVBbhrq2CX2+s36a1Rh4aSwZNtyGlmA5Nt6HBptuw6EaPBAlWmS+kn2p2AAAAAElFTkSuQmCC),url(data: image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAIAAAD5ZqGGAAAADklEQVR4AWNondxGDwwAizYqDZ0pbLMAAAAASUVORK5CYII=);width: 60%;
    display: inline-block
}

.trailmenu {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-100px,-50%);
    -ms-transform: translate(-100px,-50%);
    transform: translate(-100px,-50%);
    width: 64px;
    height: 547px;
    background: url(../images/trail_menu_bg.png) no-repeat
}

.state-map .trailmenu {
    display: none
}

.trailmenu li {
    list-style: none;
    backface-visibility: hidden
}

.trailmenu li a {
    color: #fff;
    font-size: 18px;
    position: absolute;
    text-decoration: none;
    display: block;
    backface-visibility: hidden
}

.trailmenu li a span,.trailmenu li a:before {
    -webkit-backface-visibility: hidden;
    position: absolute
}

.trailmenu li a span {
    white-space: nowrap;
    display: block;
    padding: 10px;
    backface-visibility: hidden
}

.trailmenu li a span.left {
    -webkit-transform: translate(-99%,-4px);
    -ms-transform: translate(-99%,-4px);
    transform: translate(-99%,-4px)
}

.trailmenu li a span.right {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate(25px,-4px);
    -ms-transform: translate(25px,-4px);
    transform: translate(25px,-4px)
}

.trailmenu li a:before {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 4px solid #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    backface-visibility: hidden
}

.trailmenu li a:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
    top: 9px;
    left: 9px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.trailmenu li a:active {
    border: none
}

.trailmenu li a.active:before,.trailmenu li a:hover:before {
    background: #4aa84e
}

.trailmenu li a.active:after,.trailmenu li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.trailmenu li a.active:before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.trailmenu li a.active:after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.trailmenu li .btn-1 {
    top: 35px;
    left: 39px
}

.trailmenu li .btn-2 {
    top: 148px;
    left: 20px
}

.trailmenu li .btn-3 {
    top: 205px;
    left: 16px
}

.trailmenu li .btn-4 {
    top: 279px;
    left: -7px
}

.trailmenu li .btn-5 {
    top: 369px;
    left: 16px
}
.trailmenu li .btn-6 {
    top: 452px;
    left: 14px
}
.trailmenu li .btn-7 {
    top: 500px;
    left: 14px
}

#cloudView,canvas {
    position: absolute;
    left: 0;
    top: 0
}

#loader {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,.25);
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease
}

#loader .progress {
    width: 0;
    height: 100%;
    background: rgba(74,168,78,.8);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#loader.hide {
    opacity: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

button,input[type=submit] {
    cursor: pointer;
    border: none;
    font-family: FestivoLettersNo1,Arial;
    font-size: 20px
}

input[type=submit] {
    cursor: auto;
    opacity: .3
}

h1,h2,h3,h4 {
    font-weight: 400
}

body {
    background: #000;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 20px;
    color: #859386;
    font-weight: 100;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased
}

.ios .topmenu .social .mute {
    display: none
}

.draggable {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.clickable {
    cursor: pointer
}

.non-clickable {
    cursor: default
}

.ib {
    display: inline-block;
    vertical-align: top
}

video::-webkit-media-controls {
    display: none!important
}

#cloudView {
    z-index: 1000;
    display: none
}

#cloudView canvas {
    position: static
}

#startIntroSound {
    color: #fff;
    display: block;
    position: fixed;
    left: 50%;
    bottom: 25%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.8);
    padding: 5px 10px;
    z-index: 1
}

#logo {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 10%;
    width: 240px;
    height: 143px
}

#contentView {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: none
}

#contentView h2,#contentView.show {
    display: block
}

#contentView p {
    margin-top: 40px;
    line-height: 1.2
}

#contentView p a {
    color: #fff
}

.circle-bg {
    position: fixed;
    width: 2500px;
    height: 2500px;
    background: #051206;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.circle-bg.static {
    position: fixed;
    border-radius: 0
}

.content-register {
    color: #a9c896;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px
}

.content-register:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.content-register:after {
    position: relative;
    top: 8px;
    content: ' ';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    margin-left: 5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background-image: url(/assets/images/pil_circle.png)
}

.content-heading {
    position: relative;
    margin-bottom: 20px
}

.content-heading img {
    width: 80%;
    opacity: .7
}

.content-heading h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-left {
    width: calc(100% - 434px);
    height: 100vh;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #000
}

.content-left .content-video-play {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    height: auto;
    background: 0 0;
    display: none
}

.content-left.playbutton .content-video-play {
    display: block
}

.content-left .content-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.content-left .content-video-container video {
    height: 100vh;
    overflow: hidden
}

.content-picture {
    background-size: cover;
    background-position: 50% 50%
}

#contentView .sidepanel-close-button {
    top: 50px
}

.content-right {
    background-color: #0b260d;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100vh;
    width: 434px;
    padding-top: 50px;
    text-align: center
}

.content-next-button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 160px;
    font-size: 22px;
    color: rgba(255,255,255,.6);
    width: 100%;
    text-align: center;
    background-size: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.content-next-button .btn-txt,.content-next-button:before {
    position: relative;
    z-index: 1
}

.content-next-button:before {
    content: 'next:';
    font-size: 18px;
    color: #a9c896;
    display: block
}

.content-next-button:hover {
    color: #fff
}

.content-next-button:hover .btn-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.content-next-button .btn-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidepanel-close-button {
    padding-top: 8px;
    color: #fff;
    background: #0b260d;
    border: 1px solid rgba(255,255,255,.16);
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.sidepanel-close-button svg {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.sidepanel-close-button:hover svg {
    opacity: .5
}

.dialog-view {
    background-color: #0b260d;
    width: 434px;
    min-height: calc(100vh - 50px);
    display: none
}

.dialog-view.show.ib {
    display: inline-block
}

.dialog-view-container {
    margin: 80px auto 25px;
    width: 300px
}

#contentView .dialog-view-container {
    padding-bottom: 160px
}

#menuView {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.menuButton {
    font-family: "Arial Narrow",Verdana,sans-serif;
    background: #248328;
    width: 50%;
    height: 50px
}

.menuButton.formbutton {
    position: relative;
    min-width: 200px
}

.topmenu {
    width: 434px;
    height: 50px
}

.topmenu .social {
    background-color: #4aa84e
}

.topmenu .social .like,.topmenu .social .mute {
    display: inline-block;
    width: auto;
    background: 0 0
}

.topmenu .social .mute {
    padding: 0 26px;
    border-right: 1px solid #fff
}

.topmenu .social .like {
    color: #fff;
    position: relative;
    padding-left: 43px
}

.topmenu .social .like svg {
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#intro,#intro .anim,#intro .message,#intro .message div,#intro .staticbg,.textbutton {
    position: absolute
}

#intro,#intro .message,#intro .message div,#intro .staticbg,.receipt h2:after {
    width: 100%;
    height: 100%
}

.topmenu .social .like:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.textbutton {
    line-height: 51px;
    color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    font-size: 17px;
    width: 100%
}

.textbutton.first {
    z-index: 1;
    background-color: #248328
}

.textbutton.second {
    z-index: 2;
    background-color: #308f34
}

.formbutton {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.formbutton .textbutton {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: rotateX(0) translateZ(25px) scale(.975);
    transform: rotateX(0) translateZ(25px) scale(.975);
    background: #248328
}

.formbutton .textbutton:after {
    content: 'Become a protector';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #133a15;
    -webkit-transform: translateY(-25px) translateZ(-25px) rotateX(90deg);
    transform: translateY(-25px) translateZ(-25px) rotateX(90deg);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.formbutton .textbutton:hover {
    -webkit-transform: rotateX(-90deg) translateZ(25px) scale(.975);
    transform: rotateX(-90deg) translateZ(25px) scale(.975);
    background: #133a15
}

#intro,#intro .tiles {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0
}

.formbutton .textbutton:hover:after {
    background: #248328
}

.view {
    opacity: 0
}

.view.show {
    visibility: visible
}

#intro {
    transform-origin: 0 0;
    overflow: hidden
}

#intro .tiles {
    transform-origin: 0 0
}

#intro .anim {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform
}

#intro .staticbg {
    background: url(../../images/intro/still_bg2.png);
    background-size:100% 100%;
}
#intro .staticbg.mobile {
    background: url(../../images/intro/still_bg.jpg);
    background-size:100% 100%;
}
#intro .message {
    text-align: center;
    color: #fff;
    color: rgba(255,255,255,.8)
}

#intro .message div {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

#intro .message .m1 {
    /*background-image:url(../../images/intro/1.png)*/
}

#intro .message .m2 {
    /*background-image:url(../../images/intro/2.png)*/
}

form h2 {
    text-align: left
}

.receipt h2 {
    position: relative;
    padding: 120px 0 100px
}

.receipt h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/registrering_bosse.png) no-repeat;
    background-size: 100%;
    opacity: .5
}

@media screen and (min-height:850px) {
    .dialog-view-container {
        margin-top: 120px
    }

    p.body-text {
        font-size: 18px
    }

    .content-register {
        margin-top: 30px
    }
}

a:focus,button:focus,input:focus {
    outline: 0;
    border: none
}

h2 {
    font-size: 58px;
    font-family: FestivoLettersNo1,Arial;
    color: #fff;
    line-height: 1;
    letter-spacing: -1.8px;
    text-align: center;
    margin-bottom: 5px
}

.body-text {
    font-size: 16px;
    font-family: "Myriad Pro",Verdana,Arial;
    color: #c2c9c2;
    font-weight: 400;
    line-height: 1.2
}

.body-text.body-date {
    font-size: 21px;
    margin-bottom: 14px
}

@media screen and (max-width:800px) {
    #logo {
        display: none
    }

    #mapView #introOverlay {
        top: -100px
    }

    #mapView #introOverlay h3.label {
        font-size: 16px
    }

    #mapView #introOverlay h3.label:before {
        -webkit-transform: translate(-20px,4px);
        -ms-transform: translate(-20px,4px);
        transform: translate(-20px,4px)
    }

    #mapView #introOverlay h3.label:after {
        -webkit-transform: translate(5px,3px);
        -ms-transform: translate(5px,3px);
        transform: translate(5px,3px)
    }

    #mapView #introOverlay h2.name-box {
        font-size: 20px
    }

    #fallback-map .map-bg {
        background: url(../images/map/fullmap_1024.jpg) no-repeat;
        width: 1024px;
        height: 1024px
    }

    #fallback-map .map-bg .pin {
        font-size: 15px;
        padding: 5px
    }

    #fallback-map .map-bg .pin.guardian {
        width: 42px;
        height: 56px;
        background-size: 100% 100%
    }

    #fallback-map .map-bg .pin.pano {
        width: 75px;
        height: 96px;
        background-size: 100% 100%
    }

    #intro .message div {
        background-size: contain;
        width: 90%
    }
}

@media screen and (max-height:800px) {
    #intro .message div {
        max-width: 810px;
        max-height: 218px;
        height: 90%;
        width: 90%;
        background-size: contain
    }
}

@media screen and (max-width:600px),screen and (max-height:600px) {
    #pano2vr .hotspot-image {
        width: 150px
    }
}

@media screen and (max-width:600px) {
    .topmenu .social .like {
        padding-left: 0;
        width: 100%
    }

    .topmenu .social .like span {
        display: inline
    }

    #mapView #introTexts p {
        width: 300px;
        font-size: 30px
    }

    #counter {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(.7,.7);
        -ms-transform: scale(.7,.7);
        transform: scale(.7,.7);
        left: 10px;
        bottom: 10px
    }

    .textbutton {
        font-size: 17px
    }

    #menuView {
        width: 100%
    }

    #menuView .formbutton.menuButton.ib {
        width: 60%
    }

    #menuView .social.menuButton.ib {
        width: 40%
    }

    .dialog-view-container {
        width: auto
    }

    #contentView {
        line-height: 0;
        width: 100%;
        min-height: auto;
        min-width: auto;
        overflow: hidden
    }

    #contentView .content-heading h2 {
        padding: 0 30px;
        font-size: 40px
    }

    #contentView .dialog-view-container {
        padding-bottom: 170px;
        padding-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px
    }

    #contentView .sidepanel-close-button {
        background-color: rgba(11,38,13,.3);
        border: none;
        top: 0;
        right: -7px
    }

    .close-panorama {
        right: 20px;
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        -webkit-transition: none;
        transition: none
    }

    .close-panorama:hover {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    .content-next-button {
        background-color: #000;
        height: 110px
    }

    .dialog-view,.topmenu {
        width: 100%
    }

    .dialog-view {
        padding: 3% 10%
    }

    .dialog-view h2 {
        font-size: 50px
    }

    .topmenu .menuButton {
        min-width: inherit
    }

    .content-left {
        margin-top: 50px;
        display: inline-block;
        position: static;
        width: 100%;
        height: 200px
    }

    .content-left.has-video {
        height: auto
    }

    .content-left .content-video-container {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        top: 0;
        left: 0
    }

    .content-left .content-video-container video {
        width: 100%;
        height: auto
    }

    .content-right {
        position: static;
        padding-top: 0;
        display: inline-block;
        width: auto;
        right: inherit;
        top: inherit;
        min-height: auto
    }

    #logo {
        display: none
    }

    .panel {
        width: 100%;
        min-width: auto
    }

    .panel .social {
        width: 30%
    }

    .formcontainer form .fieldrow.streetname,.panel .formbutton {
        width: 70%
    }

    .formcontainer form .fieldrow.housenumber {
        width: 25%;
        margin-left: 5%
    }

    .formcontainer form .fieldrow.zipcode {
        width: 35%
    }

    .formcontainer form .fieldrow.state {
        width: 60%;
        margin-left: 5%
    }

    .pano-helper {
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: 100%
    }

    .pano-helper h3 {
        display: none;
        font-size: 1em;
        -webkit-transform: translate(-50%,-100px);
        -ms-transform: translate(-50%,-100px);
        transform: translate(-50%,-100px);
        min-width: 190px;
        padding: 0
    }

    .pano-helper h3.mobile {
        display: block
    }

    .pano-helper .icon,.pano-helper button,.pano-helper h3 {
        position: absolute;
        top: 50%;
        left: 50%
    }

    .pano-helper .icon {
        -webkit-transform: translate(-50%,-60px);
        -ms-transform: translate(-50%,-60px);
        transform: translate(-50%,-60px);
        background: url(../images/m_pano_mobil.png) no-repeat;
        width: 42px;
        height: 75px;
        background-size: 100%
    }

    .pano-helper .icon:after,.pano-helper .icon:before {
        top: 14px
    }

    .pano-helper .icon:before {
        left: -50px
    }

    .pano-helper .icon:after {
        right: -50px
    }

    .pano-helper button {
        -webkit-transform: translate(-50%,80px);
        -ms-transform: translate(-50%,80px);
        transform: translate(-50%,80px);
        max-width: 270px
    }

    #pano2vr:after {
        box-shadow: none;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        content: ""
    }
}

@media screen and (max-height:600px) and (min-width:600px) {
    .trailmenu {
        -webkit-transform: scale(.5) translate(-100px,-100%);
        -ms-transform: scale(.5) translate(-100px,-100%);
        transform: scale(.5) translate(-100px,-100%)
    }
}

@media screen and (max-height:1000px) and (max-width:599px) {
    .trailmenu {
        -webkit-transform: scale(.6) rotate(-90deg) translate(-575%,0);
        -ms-transform: scale(.6) rotate(-90deg) translate(-575%,0);
        transform: scale(.6) rotate(-90deg) translate(-575%,0);
        top: auto;
        left: 42%;
        bottom: 0;
        right: auto;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    .state-panorama .trailmenu {
        display: none
    }

    .trailmenu li a:before {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

    .trailmenu li a.btn-1 span {
        -webkit-transform: rotate(90deg) translate(-5px,-9px) scale(1.3);
        -ms-transform: rotate(90deg) translate(-5px,-9px) scale(1.3);
        transform: rotate(90deg) translate(-5px,-9px) scale(1.3)
    }

    .trailmenu li a.btn-2 span {
        -webkit-transform: rotate(90deg) translate(-5px,71px) scale(1.3);
        -ms-transform: rotate(90deg) translate(-5px,71px) scale(1.3);
        transform: rotate(90deg) translate(-5px,71px) scale(1.3)
    }

    .trailmenu li a.btn-3 span {
        -webkit-transform: rotate(90deg) translate(-80px,-50px) scale(1.3);
        -ms-transform: rotate(90deg) translate(-80px,-50px) scale(1.3);
        transform: rotate(90deg) translate(-80px,-50px) scale(1.3)
    }

    .trailmenu li a.btn-4 span {
        -webkit-transform: rotate(90deg) translate(-2px,-10px) scale(1.3);
        -ms-transform: rotate(90deg) translate(-2px,-10px) scale(1.3);
        transform: rotate(90deg) translate(-2px,-10px) scale(1.3)
    }

    .trailmenu li a.btn-5 span {

        -webkit-transform: rotate(90deg) translate(-70px,19px) scale(1.3);
        -ms-transform: rotate(90deg) translate(-70px,19px) scale(1.3);
        transform: rotate(90deg) translate(-70px,19px) scale(1.3)
    }
}

.trailmenu li a.btn-6 span {

    -webkit-transform: rotate(0deg) translate(-108px,-8px) scale(1.2);
    -ms-transform: rotate(0deg) translate(-108px,-8px) scale(1.2);
    transform: rotate(0deg) translate(-108px,-8px) scale(1.2)
}}

.trailmenu li a.btn-7 span {
    -webkit-transform: rotate(90deg) translate(-75px,10px) scale(1.3);
    -ms-transform: rotate(90deg) translate(-75px,10px) scale(1.3);
    transform: rotate(90deg) translate(-75px,10px) scale(1.3)
}}
/*2018.3.1*/
.loadView{
    background: url(../assets/images/map/loadview.png) no-repeat;
    width: 100%;
    height:  100%;
   /* background-size: 100%;*/
    position: absolute;
}
.pano3D{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
    opacity:0;
    display: none;
    bottom: 0;
}
.objshow{
    width: 100%;
    bottom: 185px;
    top: 0;
    border: 0;
    position: absolute;
}
.obj-intro{
    width: 100%;
    bottom: 50px;
    height: 135px;
    background: #2d261b;
    position: fixed;
    color: #ffffff;
    padding: 15px;
}
.objshop{
    width: 100%;
    height: 50px;
    bottom: 0;
    background: #4bb550;
    color: #fff;
    position: absolute;
}
.close-pano3D{
    width: 2em;
    height: 2em;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background:url("../images/close.png");
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    background-size: 100% 100%;
}
.objprice{
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    color:#f3a61f;
   right:0;
    margin-right: 40px;

}
/*ï¿½ï¿½ï¿½*/
#yanqiandata{
    color: #fff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
#jianjie{
    color: #fff;
}
.jianjiecon{
    width:90%;
    max-width:700px;
    height: 80%;
    font-size:1rem;
    transform: translate(-50%,-50%);
    top:50%;
    display:none;
    padding:15px;
    color: #fff;
    position: absolute;
    z-index: 100;
    left:50%;
    background:rgba(0,0,0,0.78);
    line-height: 1.7rem;
}
.datarow{
    width: 100%;
    margin-bottom: 1.5rem;
    background: #093046;
}
.yanqiandatacon{
    width:90%;
    height: 80%;
    /* overflow-y: scroll;*/
    max-width:700px;
    font-size:1rem;
    transform: translate(-50%,-50%);
    top:50%;
    display:none;
    padding: 10px 0 10px 0;
    color: #fff;
    position: absolute;
    z-index: 100;
    left:50%;
    background:#052739;
    line-height: 1.7rem;
}
.datacon{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    clear: both;
    margin: 0 20px 0 20px;
    text-indent: 20px;
}
.closejianjiecon{
    background-size: 100% 100%;
    background-color:rgba(0,0,0,0);
    width:20px;
    height:20px;
    margin: 0 10px 10px 0;
    float: right;
    color:#fff;
    background-image: url('../images/close2.png');

}
.datatitle{
    width: 100%;
    height: 35px;
    background-color: #2DA7E1;
    line-height: 35px;
    font-size: 1.2rem;
    font-weight: 550;
    text-indent: 20px;
}
/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê½*/
.datacon::-webkit-scrollbar {/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê½*/
    width:6px;     /*ï¿½ß¿ï¿½Ö±ï¿½ï¿½Ó¦ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ä³ß´ï¿½*/
    height:4px;
}
.datacon::-webkit-scrollbar-thumb {/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ð¡ï¿½ï¿½ï¿½ï¿½*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(85,83,83,0.8);
}
.datacon::-webkit-scrollbar-track {/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


</pre></body></html>