
/**
 *
 * @author Jorn
 * @created 2025-11-13 13:39
 */

:root{
    --bg: #f6f8fb;
    --bgb: #a1bbd3;
    --bgb-border: #8bacc8;

    --card:#ffffff;
    --text:#1f2937;
    --muted:#6b7280;
    --brand:#597086;
    --brand-contrast:#ffffff;
    --border:#e5e7eb;
    --maxw:1200px;
    --radius:14px;
    --shadow:0 6px 24px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.06);
}

body {
    margin:0;
    padding: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color:var(--text);
    background:linear-gradient(2rad, White 0%, var(--bg) 100%);
}

img,svg,video{
    display: block;
    width:99%;
    height:auto
}


a {
    color: var(--brand); text-decoration:none
}

a:hover {
    text-decoration:underline
}

ul {
    margin: 0;
    padding: 0;
    list-type: none;
}

ul > li {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #597086;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

div.clear-fix,
div.clearfix {
    display: block;
    content: '';
    clear: both;
}

.hide {
    display:none;
}
/* language: css */
.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}

label.burger {
    display: inline-block;
    padding: 2px;
    background:none;
    border:none;
    padding:8px;
    border-right: solid var(--bgb-border) 1px;
}

.burger:focus-visible{outline:2px solid var(--brand)}
.burger svg{
    color: White;
    width:32px;
    height:32px
}

nav.top-bar {
    background-color: var(--bgb);
    border-bottom: solid var(--bgb-border) 1px;
}

nav.top-bar > section {
    float: left;
}

nav.top-bar > section.right {
    float: right;
}


nav.top-bar ul.flags {
    margin-right: 8px;
    list-style: none;
    display: inline-block;
}

nav.top-bar ul.flags > li {
    float: left;
    margin: 4px 12px 0 0;
}

aside.off-canvas-menu {
    display: none;
    font-size: 18px;
}

aside.off-canvas-menu ul {
    list-style: "»";
    margin-left: 8px;
    padding-left: 12px;
}

aside.off-canvas-menu  ul > li {
    margin: 8px 2px 4px 16px;
    padding: 4px;
}

aside.off-canvas-menu  ul > li a {
    color: #ccc;
}

aside.off-canvas-menu  ul > li a:hover {
    color: #eee;
}

aside.off-canvas-menu  ul > li:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

aside.off-canvas-menu.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 400px;
    height: 100%;
    color: #ccf;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    padding: 16px;
}

aside.off-canvas-menu.is-open a.x {
    display: block;
    color: white;
    font-weight: bold;
    text-align: right;

}

div.main-wrap {
    width: 74%;
    display:flex;
    xflex-direction:column;
    max-width: 1024px;
    float: left;
}

div.main-nav-wrap {
    width: 30%;
    float: left;
}

div.main-nav {
    margin: 8px;
    margin-top: 96px;
    padding: 8px;
}

div.main-content-wrap {
    width: 69%;
    float: left;
}

div.main-content {
    margin: 0;
    margin-left: 8px;
}

div.main-content div.breadcrumbs-wrap {
    margin: 8px 0 4px 0;
    min-height: 30px;
}

div.main-content ul.breadcrumbs {
    list-style: "»";
}

div.main-content  ul.breadcrumbs > li {
    margin: 2px 2px 2px 8px;
    padding: 2px;
    float: left;
}

div.main-content  ul.breadcrumbs > li > a {
    margin-left: 4px;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

div.right-content-wrap {
    width: 25%;
    float: left;
}

div.right-content {
    margin: 8px;
    padding-left: 8px;
    border-left: solid var(--bgb-border) 1px;
    min-height: 90dvh;
}

div.prevnext  {
    margin: 24px 0;
    width: 99%;
}

div.prevnext > div {
    width: 30%;
    float: left;
}

div.prevnext > div.next {
    float: right;
}

div.prevnext  a.labutton {
    padding: 4px;
    margin: 0;
    text-align: center;
    background-color: #ccc;
    border: solid #8bacc8 1px;
}

div.prevnext  a.labutton:hover {
    background-color: #8bacc8;
    text-decoration: none;
}

div.prevnext:after {
    content: "";
    display: block;
    clear: both;
}

footer {
    padding: 0 16px;
    border-top:3px solid #a1bbd3;
    height:2.8125rem;
}

footer img {
    margin-top:1em;
    width:100px;
    float:right;
}


.button {
    background-color:#c4d5e3;
}

.labutton {
    border-style:solid;
    border-width:0px;
    cursor:pointer;
    font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight:normal;
    line-height:normal;
    margin:0 0 1.25rem;
    position:relative;
    text-decoration:none;
    text-align:left;
    display:inline-block;
    padding-top:1rem;
    padding-right:2rem;
    padding-bottom:1.0625rem;
    padding-left:2rem;
    font-size:1rem;
    padding-top:1rem;
    padding-bottom:1.0625rem;
    padding-right:0;
    padding-left:0;
    width:100%;
    background-color:#c4d5e3;
    border-color:#8bacc8;
    color:#333333;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-weight:bold;
}

.labutton:hover ,.labutton:focus {
    background-color:#8bacc8;
}

.labutton:hover ,.labutton:focus {
    color:#333333;
}

.labutton span {
    display:inline-block;
}
.icon-background ,a.labutton.extra ,a.labutton.facts ,a.labutton.history ,a.labutton.sound ,a.labutton.info ,a.labutton.vag ,a.labutton.ask2 ,a.labutton.askblad ,a.labutton.fagel ,a.labutton.fyr ,a.labutton.lov ,a.labutton.padda ,a.labutton.sal ,a.labutton.hjort ,a.labutton.blaai ,a.labutton.attaraksjoner ,a.labutton.info2 ,a.labutton.matogdrikke ,a.labutton.naturopplevelser ,a.labutton.overnatting ,a.labutton.attraksjon2 ,a.labutton.plus ,a.labutton.les2 ,a.labutton.sound2 ,a.labutton.blad2 ,a.labutton.infony ,.menuicon ,.menuiconwhite {
    line-height:inherit;
    background-size:32px 32px;
    background-repeat:no-repeat;
    background-position:5px center;
}

a.labutton span {
    padding-left:45px;
    font-size:1rem;
}

a.labutton.no-icon span {
    padding-left:10px;
}

a.labutton.extra {
    background-image:url('../images/icon32_extra.png');
}

a.labutton.facts {
    background-image:url('../images/icon32_facts.png');
}

a.labutton.history {
    background-image:url('../images/icon32_history.png');
}

a.labutton.sound {
    background-image:url('../images/lyd.png');
}

a.labutton.info {
    background-image:url('../images/icon32_info2.png');
}

a.labutton.vag {
    background-image:url('../images/icon32_vag.png');
}

a.labutton.ask2 {
    background-image:url('../images/icon32_ask2.png');
}

a.labutton.askblad {
    background-image:url('../images/icon32_askblad.png');
}

a.labutton.fagel {
    background-image:url('../images/icon32_fagel.png');
}

a.labutton.fyr {
    background-image:url('../images/icon32_fyr.png');
}

a.labutton.lov {
    background-image:url('../images/icon32_lov.png');
}

a.labutton.padda {
    background-image:url('../images/icon32_padda.png');
}

a.labutton.sal {
    background-image:url('../images/icon32_sal.png');
}

a.labutton.hjort {
    background-image:url('../images/icon32_hjort.png');
}

a.labutton.blaai {
    background-image:url('../images/icon32_blaai.png');
}

a.labutton.attaraksjoner {
    background-image:url('../images/icon32_attaraksjoner.png');
}

a.labutton.info2 {
    background-image:url('../images/icon32_info2.png');
}

a.labutton.matogdrikke {
    background-image:url('../images/icon32_matogdrikke.png');
}

a.labutton.naturopplevelser {
    background-image:url('../images/icon32_naturopplevelser.png');
}

a.labutton.overnatting {
    background-image:url('../images/icon32_overnatting.png');
}

a.labutton.attraksjon2 {
    background-image:url('../images/icon32_attraksjon2.png');
}

a.labutton.plus {
    background-image:url('../images/icon32_plus.png');
}

a.labutton.les2 {
    background-image:url('../images/icon32_les2.png');
}

a.labutton.sound2 {
    background-image:url('../images/icon32_sound2.png');
}

a.labutton.blad2 {
    background-image:url('../images/icon32_blad.png');
}

a.labutton.infony {
    background-image:url('../images/icon32_infony.png');
}

.menuicon {
    background-image:url('../images/icon32_menu.png');
}

.menuiconwhite {
    background-image:url('../images/icon32_menuwhite.png');
}

.flag {
    width:50px;
    height:30px;
    margin-top:5px;
}

@media screen and (max-width: 1024px) {
    div.main-wrap,
    div.right-content-wrap {
        float: none;
        width: 100%;
    }

    div.main-nav-wrap {
        xwidth: 35%;
    }

    div.main-content-wrap {
        xwidth: 64%;
    }


    div.right-content {
        border-left: none;
        border-top: solid var(--bgb-border) 1px;
        min-height: 128px;
    }
}

@media screen and (max-width: 640px) {
    div.main-wrap {
        flex-direction: column-reverse;
    }

   div.main-nav-wrap,
    div.main-content-wrap {
        width: 100%;
        float: right;
    }

}

