/* Minification failed. Returning unminified contents.
(1932,42): run-time error CSS1019: Unexpected token, found '['
(1932,42): run-time error CSS1042: Expected function, found '['
(1932,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '['
(2402,42): run-time error CSS1034: 
(2402,42): run-time error CSS1042: Expected function, found ','
(2402,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2419,7): run-time error CSS1035: Expected colon, found 'opacity'
(2615,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2616,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2617,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2618,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2695,34): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(2787,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2788,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2789,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2793,17): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-btn'
(2794,18): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-btn'
(2804,22): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-btn-height'
(2810,28): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-half-height'
(2810,58): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-half-height'
(2810,91): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-half-height'
(2810,122): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-half-height'
(2816,43): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-half-height'
(2816,74): run-time error CSS1039: Token not allowed after unary operator: '-pod-play-half-height'
(2941,26): run-time error CSS1039: Token not allowed after unary operator: '-pod-color-slider'
(2952,21): run-time error CSS1039: Token not allowed after unary operator: '-seek-before-width'
(2954,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(2962,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(2966,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(2973,26): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(2980,26): run-time error CSS1039: Token not allowed after unary operator: '-pod-color-slider'
(2987,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(2996,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3000,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3006,26): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3019,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3023,26): run-time error CSS1039: Token not allowed after unary operator: '-pod-color-slider'
(3031,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3035,32): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3041,26): run-time error CSS1039: Token not allowed after unary operator: '-pod-color'
(3097,21): run-time error CSS1039: Token not allowed after unary operator: '-volume-before-width'
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Inter Variable';
    src: url('/fonts/Inter Variable/Inter.ttf');
}

html, body {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Inter', 'Inter Variable', sans-serif;
    /*scroll-behavior: smooth;*/
}

.visuallyhidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    max-width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

body.forside {
    overflow-x: hidden;
}

    body.forside > header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        height: 100vh;
        color: #fff;
    }

        body.forside > header > * {
            margin: 0 auto;
        }

        body.forside > header > span.short {
            margin: -5% auto min(calc(80px + 5vh), 120px) auto;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
            font-size: min(max(14px, 1.8vw), 40px);
        }

    body.forside #Innhold {
        padding: 64px 4vw 64px 4vw;
        margin-bottom: 96px;
        background: #000;
        color: #fff;
    }

        body.forside #Innhold p {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0;
            font-size: 24px;
            font-size: min(calc(16px + 0.5vw), 24px);
            line-height: 1.4;
        }


    body.forside header a[data-scroll] {
        position: absolute;
        top: calc(100vh - 60px - 5vh);
        left: 50%;
        margin-left: -25px;
    }

@media screen and (min-width: 1000px) {
    body.forside #Innhold {
        padding: 80px 4vw 80px 4vw;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #99ced8 #f3f3f3;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f3f3;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #99ced8;
        border-radius: 20px;
        border: 3px solid #f3f3f3;
    }

.elvenett {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: -webkit-fill-available;
    background: #000;
    text-align: center;
}

    .elvenett > div {
        position: relative;
        display: inline-block;
        width: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        overflow: hidden;
    }

    .elvenett video {
        height: 100vh;
        width: auto;
        max-width: 100%;
        object-fit: cover;
        margin: 0 auto;
        border: unset;
        pointer-events: none;
    }

    .elvenett > div::before,
    aside.kart .illustration::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 3%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 96%, rgba(255,255,255,0.3) 97%, rgba(255,255,255,1) 100%);
        pointer-events: none;
    }

    .elvenett > div::before {
        background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 3%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 96%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,1) 100%);
    }

    .elvenett > div::after,
    aside.kart .illustration::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 101%;
        width: 101%;
        background-image: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 3%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 96%, rgba(255,255,255,0.5) 97%, rgba(255,255,255,1) 100%);
        pointer-events: none;
    }

    .elvenett > div::after {
        background-image: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 3%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 96%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,1) 100%);
    }


main {
    min-height: calc(100% - 333px); /* -px for footer height + mainNav + padding  */
    pointer-events: none;
    overflow-x: hidden;
}

    main > * {
        pointer-events: auto;
    }

@media screen and (max-width: 1300px) {
    body > header:not(.heroWrapper):not(.klIntro),
    main > *:not(.podcast) {
        margin-left: 4vw !important;
        margin-right: 4vw !important;
    }
}

.divid {
    margin: 64px 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .divid {
        margin: 128px 0 64px 0;
    }
}

/***** NAVIGATION *****/
.skip-link {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateY(-100%);
    padding: 4px;
    background: #000;
    color: #fff;
    font-weight: 700;
    transition: transform 0.3s;
}

    .skip-link:focus {
        transform: translateY(0%);
    }

.mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: -230px;
    z-index: 1001;
    height: 180px;
    margin: 0 3vw;
    -webkit-transition: height 20ms, margin-bottom 20ms, top 1s ease-in-out, height 1s ease-in-out;
    -o-transition: height 20ms, margin-bottom 20ms, top 1s ease-in-out, height 1s ease-in-out;
    transition: height 20ms, margin-bottom 20ms, top 1s ease-in-out, height 1s ease-in-out;
    pointer-events: none;
}

body.forside:not(.menu) .mainNav {
    margin-bottom: calc(100vh - 181px);
}

.mainNav.stickyShowTop {
    height: 90px;
}

.mainNav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 50px;
    width: 50px;
    margin-top: 8px;
    margin-right: 8px;
    background: #fff;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
    border: 2px solid #000;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    pointer-events: auto;
}

    .mainNav a:not(.logo) svg {
        width: 24px;
        height: 24px;
    }

.mainNav .front,
.mainNav .next,
.mainNav .prev,
.mainNav .pod {
    position: absolute;
    visibility: hidden;
}

.mainNav .close,
.menu .mainNav > *,
.menu > *:not(.mainNav):not(.episodeList) {
    display: none;
}

.menu .mainNav .close {
    display: flex;
}


/* Logo */
a.logo {
    background: none;
    border: none;
}

body.menu .mainNav .logo {
    display: none;
}

body.forside .logo {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 800px;
    max-height: 70vh;
    pointer-events: none;
    opacity: 1;
    transition: opacity 300ms ease;
}

body.forside > div.logo svg {
    max-height: 80vh;
}


body.forside div.logo path {
    fill: none;
}

body.forside div.logo [fill="#fff"] path,
body.forside div.logo [fill="#FFF"] path {
    fill: #fff;
}

body .mainNav .logo {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33vw;
    max-height: 180px;
    width: 33vw;
    max-width: 180px;
    background: #000;
    transition: 1s;
}

.stickyShowTop a.logo {
    max-width: 120px;
    max-height: 120px;
}

body .mainNav .logo svg {
    height: auto;
    width: 100%;
}

@media (orientation: landscape) {
    body.forside > div.logo {
        top: 45vh;
    }
}



body.forside .mainNav .logo {
    opacity: 0;
    transition: opacity 300ms ease;
}

body.forside .mainNav.stickyShowTop .logo {
    opacity: 1;
}

body.forside .stickyShowTop + .logo {
    opacity: 0;
}





/***** Main menu *****/
body:not(.navOpen) .episodeList > .close {
    display: none;
}

body.navOpen {
    overflow: hidden;
}

    body.navOpen .contentNavigation {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: 2fr 10fr 1fr;
        grid-template-rows: 2fr 10fr 1fr;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 100%;
        width: 100%;
        margin: 0;
        background: #fff;
        overflow: auto;
    }

        body.navOpen .contentNavigation > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        body.navOpen .contentNavigation > *:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        body.navOpen .contentNavigation > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        body.navOpen .contentNavigation [role="button"] {
            margin: calc(min(32px,4vw)) 0 0 calc(max(30px,6%) + 3vw);
        }

        body.navOpen .contentNavigation section:last-of-type {
            margin: 0 0 90px calc(max(40px,10%) + 3vw);
            color: black;
        }

            body.navOpen .contentNavigation section:last-of-type a {
                color: black;
            }


/***** GRID *****/
main > .umb-grid {
    margin-bottom: 64px;
}

.umb-grid .grid-section {
    margin: 0 auto;
}

.grid-section > div:last-of-type {
    margin-bottom: 64px;
}

.umb-grid .grid-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.umb-grid .row .first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.column {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .umb-grid .grid-section [reverse="1"] .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .column > div:first-of-type .sitat {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1000px) {
    .umb-grid .grid-section .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .column:not(.col-md-12) {
        margin-bottom: 32px;
    }

    main > .umb-grid {
        margin-bottom: 128px;
    }

    .umb-grid .row.flex {
        display: flex;
        flex-direction: row;
        max-width: 1200px;
        margin: 0 auto;
    }

    .row.flex .first {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-md-4 {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
        max-width: 370px;
        margin: 0 30px;
    }

    .col-md-6 {
        /* -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6;*/
        flex: 1 1 auto;
        width: max-content;
        max-width: 60%; /* 570px;*/
        margin: 0 30px;
    }

    .col-md-8 {
        -webkit-box-flex: 8;
        -ms-flex: 8;
        flex: 8;
        max-width: 770px;
        margin: 0 30px;
    }

    .col-md-12 {
        -webkit-box-flex: 12;
        -ms-flex: 12;
        flex: 12;
        max-width: 1200px;
        /* max-width defined in other CSS-styles */
    }

    .column:not(.col-md-12):first-of-type {
        margin-left: auto;
    }

    .column:not(.col-md-12):last-of-type {
        margin-right: auto;
    }

    .column > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1500px) {
    .column:first-of-type:not(.col-md-12) h2,
    .column:first-of-type:not(.col-md-12) h3,
    .column:first-of-type:not(.col-md-12) p {
        padding-right: 17%;
    }

    .column:last-of-type:not(.col-md-12) h2,
    .column:last-of-type:not(.col-md-12) h3,
    .column:last-of-type:not(.col-md-12) p {
        padding-left: 17%;
    }
}


main > .umb-grid .grid-section:not(.intro) .column > div > *:not(.sitat):not(.photo-hero):not(.photo-overlapping):not(.multi) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .column:not(.col-md-12) > div > *:last-child {
        margin-bottom: 0;
    }

    .grid-section > div:last-child .column:last-of-type > div:last-child > *:last-child {
        margin-bottom: 0;
    }

    main > .umb-grid .grid-section:not(.intro) .column > div > *:not(.sitat):not(.photo-hero):not(.photo-banner):not(.photo-overlapping):not(.multi):not(.portrett) {
        max-width: 800px;
    }

    .grid-section > div:not(:first-of-type) {
        margin-top: 32px;
    }
}


@media screen and (min-width: 1300px) {
    body:not(.episode) .mainNav,
    body > header:not(.heroWrapper):not(.klIntro),
    .umb-grid.hasLabel {
        max-width: 1200px;
        margin: 0 auto;
    }
}


main.error {
    margin-top: 50px;
}

    main.error .message {
        max-width: 1200px;
        margin: 0 auto;
    }


/***** CONTENT *****/
b, strong {
    font-weight: 500;
}

header:not(.heroWrapper) h1,
h2,
h3 {
    margin-bottom: 0;
    font-weight: 600;
}

.innhold h2 {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


@media screen and (min-width: 700px) {
    header:not(.heroWrapper) h1,
    h2,
    h3 {
        font-weight: 700;
    }
}

header:not(.heroWrapper) h1,
h2 {
    padding: 0 0 16px 0;
    text-transform: uppercase;
    font-size: 8vw;
}

@media (min-width: 525px) {
    header:not(.heroWrapper) h1,
    h2 {
        font-size: 42px;
    }
}

header:not(.heroWrapper) h1 {
    padding: 0;
}

.episode main .umb-grid h2 {
    position: relative;
    z-index: 1;
    max-width: 90%;
    padding: 3% 4% 5% 4%;
    margin-top: 16px;
    margin-bottom: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 9vw;
}

@media (min-width: 1111px) {
    .episode main .umb-grid h2 {
        font-size: 100px;
    }
}

@media screen and (min-width: 700px) {
    .episode main .umb-grid h2 {
        margin-top: 32px;
    }
}

.episode main .umb-grid .left h2 {
    border-top: calc(4px + 0.2vw) solid #000;
    border-left: calc(4px + 0.2vw) solid #000;
}

.episode main .umb-grid .right h2 {
    padding-left: 0;
    padding-right: 16vw;
    border-top: calc(4px + 0.2vw) solid #000;
    border-right: calc(4px + 0.2vw) solid #000;
}

h3 {
    width: 100%;
    margin: 0;
    font-size: calc(22px + 0.66vw);
}

body:not(.episode) p + h2,
p + h3 {
    margin-top: 32px;
}

body:not(.episode) .col-md-12 > div > h2:first-child
.col-md-12 > div > h3:first-child {
    margin-top: 32px;
}

body:not(.episode) .umb-grid h2,
.umb-grid h3 {
    font-size: calc(18px + 0.11vw);
    text-transform: none;
    width: 100%;
    padding: 0;
}


main p,
main figcaption,
main sitat {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
    box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
    background: rgba(255,255,255,.6);
}

main p,
main li {
    margin-top: 0;
    padding: 10px 0;
    font-size: 18px;
    font-size: calc(18px + 0.12vw);
    line-height: 1.5;
}

main li {
    padding-left: 20px;
    list-style: none;
}

main ul {
    padding: 0;
    list-style: none; /* Remove default bullets */
}

.umb-grid ul {
    width: 100%;
}


main ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d5d5d5; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.ingress, .part_intro {
    font-size: 24px;
    font-size: min(calc(19px + 0.82vw), 26px);
    font-weight: 400;
}

    .ingress label + p {
        margin-top: 16px;
    }

/* 2-column */

.grid-section > div:not(:first-of-type) .column:not(.col-md-12) {
    margin-top: 32px;
}


@media screen and (min-width: 700px) {
    main > .umb-grid .grid-section:not(.intro) div:not(.fact_content) column:not(.col-md-12):first-of-type > div > p, main > .umb-grid .grid-section:not(.intro) div:not(.fact_content) column:not(.col-md-12):first-of-type > div > h3 {
        width: 80%;
        margin-right: auto;
    }

    main > .umb-grid .grid-section:not(.intro) div:not(.fact_content) column:not(.col-md-12):last-of-type > div > p,
    main > .umb-grid .grid-section:not(.intro) div:not(.fact_content) column:not(.col-md-12):last-of-type > div > h3 {
        width: 80%;
        margin-left: auto;
    }
}




/* menu links*/
.menu_links {
    display: none;
    z-index: 10;
}

body.menu .menu_links {
    display: block !important;
    position: absolute;
    bottom: 5vh;
    left: calc(4vw + 4px + 0.2vw);
}

@media screen and (min-width: 1300px) {
    body.menu .menu_links {
        bottom: 8vh;
        z-index: 2;
        left: calc((100% - 1200px)/2 + 40px - (4px + 0.2vw) - 15px)
    }
}

.menu_links a,
body > footer a {
    position: relative;
    display: inline-block;
    margin: 12px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    .menu_links a {
        font-size: calc(15px + 0.5vw);
    }
}

.menu_links a::after,
body > footer .center a::after {
    content: "";
    display: block;
    width: 99%;
    border-bottom: solid 1px #000;
    margin: 0 auto;
}

.menu_links [href^="http"] {
    padding-right: calc(15px + 0.5vw);
}

    .menu_links [href^="http"]::before {
        content: '';
        display: inline-block;
        width: calc(12px + 0.5vw);
        height: calc(12px + 0.5vw);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("/media/icons/external-link-24.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }



body > footer .center a,
body > footer .center a::after {
    color: #fff;
    border-color: #fff;
}





/***** FOOTER *****/
body > footer {
    display: grid;
    position: relative;
    z-index: 2;
    padding-top: 42px;
    background-color: #000;
    overflow: hidden;
    text-align: center;
}

    body > footer a {
        place-self: center;
    }

    body > footer div.left,
    body > footer div.right {
        display: inline-grid;
        grid-template-columns: repeat(3, 60px);
        column-gap: 50px;
        justify-content: center;
        align-items: center;
    }

    body > footer div.center {
        order: 2;
        margin: 16px 4vw 40px 4vw;
    }

    body > footer div.right {
    }


    body > footer svg {
        height: 60px;
        width: 70px;
    }

    body > footer img {
        width: 30px;
    }

    body > footer [src*="facebook"],
    body > footer [src*="instagram"] {
        filter: invert(100%);
    }

    body > footer [src*="nve"] {
        width: 30px !important;
    }

    body > footer [src*="kraftmuseet"] {
        width: 65px !important;
    }

    body > footer [src*="skogmus"] {
        width: 110px !important;
    }

@media screen and (max-width: 900px) {
    body > footer .center a {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 12px auto;
    }

    body > footer a[aria-label*="skogmus"] ~ [aria-label*="skogmus"] {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    body > footer {
        grid-template-columns: 1fr 3fr 1fr;
        padding-top: 8px;
    }

        body > footer div.left,
        body > footer div.right {
            grid-template-columns: repeat(3, auto);
            column-gap: 10px;
        }

        body > footer div.left {
            justify-self: left;
            margin-left: 4vw;
        }

        body > footer div.right {
            justify-self: right;
            margin-right: 4vw;
        }

        body > footer div.center {
            order: unset;
            place-self: center;
            margin: 0;
        }

        body > footer a[aria-label*="skogmus"] {
            display: none;
        }

            body > footer a[aria-label*="skogmus"] ~ [aria-label*="skogmus"] {
                display: unset;
            }
}


body.mapOpen > * {
    display: none;
}

body.mapOpen > #map_elvenett {
    display: block;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.stickyShowTop {
    top: 0 !important;
}

/********** Sticky Scroll **********/
.stickyScroll {
    position: relative;
    z-index: 1;
}

    .stickyScroll::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        left: calc((max(20px, 5vw) * -1) - 3vw);
        right: -20px;
        right: calc((max(20px, 5vw) * -1) - 3vw);
        background: #1c1c1c;
    }


    .stickyScroll .row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 100vh;
        color: #fff;
    }

    .stickyScroll p {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 75vh;
        padding: 0 5%;
        font-weight: 300;
        line-height: 1.7em;
    }

        .stickyScroll p:first-of-type {
            padding-top: 15vh;
        }

        .stickyScroll p:last-of-type {
            padding-bottom: 15vh;
        }

    .stickyScroll strong {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .stickyScroll figure > div {
        position: relative;
        width: 100%;
    }

@media screen and (max-width: 900px) {
    /*.stickyScroll .sticky {
        height: 50vh;
    }*/

    .stickyScroll .sticky > div {
        position: absolute;
        height: 100%;
    }

    .stickyScroll .sticky figure {
        position: -webkit-sticky;
        position: sticky;
        top: 5vh;
        padding-top: 5vh;
        padding-bottom: 15vh;
    }

        .stickyScroll .sticky figure img {
            height: 80vh;
            -o-object-fit: cover;
            object-fit: cover;
            opacity: 0.6;
        }
}

@media screen and (min-width: 900px) {
    .stickyScroll .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .stickyScroll .column:first-of-type > div:not(.sticky) {
        padding-right: 50%;
    }

    .stickyScroll .column:last-of-type > div:not(.sticky) {
        padding-right: 50%;
    }

    .stickyScroll p {
        padding: 0 20%;
    }

    .stickyScroll .sticky {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
    }

        .stickyScroll .sticky > div {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
        }

        .stickyScroll .sticky figure {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100vh;
        }

        .stickyScroll .sticky img {
            max-height: 80vh;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: bottom;
            object-position: bottom;
        }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.lazyload {
    filter: blur(5px);
}

.portrait .lazyload {
    height: 75vh !important;
    width: auto !important;
}

audio,
video,
iframe,
figure,
picture,
img:not(.pswp__img):not([class*="avatar"]) {
    display: block;
    width: 100%;
    height: auto;
}

img.mail {
    display: inline;
    position: absolute;
    left: 0;
    height: 30px;
    width: auto !important;
    vertical-align: middle;
}

iframe,
figure,
picture {
    margin: 0;
}

audio {
    height: 80px;
}

video {
    border: 1px solid rgba(0,0,0,.1);
}

iframe.embed {
    overflow: hidden;
    min-height: 700px;
    width: 100%;
}

.embedplayer {
    width: 100%;
    height: max-content;
    max-height: 70vh;
    min-height: 50vw;
}

figure,
[data-gallery_id]:not(.photo-heroIntro):not(.photo-compare),
.photo-slide {
    margin-bottom: 32px;
}

p + iframe,
p + figure,
p + [data-gallery_id]:not(.photo-heroIntro),
p + .photo-slide {
    margin-top: 32px;
}

figcaption span {
    display: block;
}


[data-gallery_id] a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}


.photo-inline a,
.photo-big a,
.photo-banner a,
.photo-hero a {
    position: absolute;
    right: calc(3vw + 25px) !important;
    z-index: 1;
}

.photo-inline:hover a {
    top: 0;
    right: 0 !important;
    transform: translate(15px, -15px);
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 700px) {
    .embedplayer {
        min-height: 30vw;
    }

    figure,
    [data-gallery_id]:not(.photo-heroIntro):not(.photo-compare),
    .photo-slide {
        margin-bottom: 64px;
    }

    p + iframe,
    p + figure,
    p + [data-gallery_id]:not(.photo-heroIntro),
    p + .photo-slide {
        margin-top: calc(64px - 1em);
    }


    figure:not(.photo-heroIntro):not(.photo-hero):not(.photo-banner):not(.photo-inline) .portrait img {
        /*width: unset;*/
        max-width: 100%;
        max-height: 100%; /*80vh*/
        -o-object-fit: contain;
        object-fit: contain;
    }


    figure.photo-inline {
        position: relative;
        max-width: 800px;
        /*display: grid;
        grid-template: ". image    ." ". . link" ". caption  ." / auto auto auto;*/
    }

        /*figure.photo-inline picture,
        figure.photo-inline video {
            grid-area: image;
        }*/

        figure.photo-inline img {
            border: 1px solid #f7f7f7;
        }

        /*figure.photo-inline a {
            grid-area: link;
        }

        figure.photo-inline figcaption {
            grid-area: caption;
        }*/

        /*figure.photo-inline picture.landscape {
            grid-column-start: 1;
            grid-column-end: 4;
        }

            figure.photo-inline picture.landscape + figcaption {
                grid-column-start: 1;
                grid-column-end: 4;
            }
        */

        figure.photo-inline picture.portrait {
            display: block;
            max-height: 70vh;
        }

            figure.photo-inline picture.portrait img {
                height: 100%;
                width: 400px;
                object-fit: contain;
                object-position: left !important;
                border: none;
            }
}


figcaption,
i.credit {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #757575;
    text-decoration: none;
    line-height: 1.5;
}

    figcaption > div {
        display: flex;
        flex-direction: column;
    }

/********** Hero / Banner **********/
.col-md-12 .photo-big {
    position: relative;
    max-width: 1200% !important;
}

/* Banner */
.photo-banner figcaption {
    width: 80vw;
}

/********** Hero / Banner **********/
.col-md-12 .photo-hero,
.col-md-12 .photo-banner,
.col-md-12 .video.hero {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    max-width: unset !important;
}

    .col-md-12 .photo-hero figcaption,
    .col-md-12 .photo-banner figcaption,
    .col-md-12 .video.hero figcaption {
        margin: 16px 5vw;
    }

@media screen and (min-width: 1300px) {
    .col-md-12 .photo-hero figcaption,
    .col-md-12 .photo-banner figcaption,
    .col-md-12 .video.hero figcaption {
        max-width: 1200px;
        margin: 16px auto;
    }
}

/*
.umb-editor-container.-stop-scrolling .photo-hero {
    -webkit-perspective: 1px;
    perspective: 1px;
}

    .umb-editor-container.-stop-scrolling .photo-hero img {
        -webkit-transform: translateZ(-1px) translateY(50%) scale(2.1);
        transform: translateZ(-1px) translateY(50%) scale3d(2.1,2.1,2.1);
    }
    */


/********** Compare **********/
.photo-compare,
.photo-compare figcaption {
    position: relative;
    overflow: hidden;
}

    .photo-compare picture img {
        pointer-events: none;
    }

    .photo-compare picture:first-of-type,
    .photo-compare figcaption > div:first-of-type {
        position: absolute;
        /*height:100%;*/
        width: 50%;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 2;
    }

        .photo-compare picture:first-of-type::before,
        .photo-compare picture:first-of-type::after {
            content: '';
            position: absolute;
            right: -2px;
            width: 4px;
            height: 100%;
            background: #000;
            z-index: 3;
        }

        .photo-compare picture:first-of-type::before {
            top: 0;
            -webkit-box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
            box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
        }

        .photo-compare picture:first-of-type::after {
            bottom: 0;
            -webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
            box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
        }

    .photo-compare .handle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 2em);
        left: 50%;
        z-index: 5;
        height: 50px;
        width: 50px;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        background-color: #9e9e9e;
    }

        .photo-compare .handle svg {
            width: 48%;
        }


    .photo-compare figcaption > div:first-of-type {
        background: #fff;
    }

        .photo-compare figcaption > div:first-of-type span {
            display: inline-block;
            width: 50vw;
            max-width: 400px;
        }

        .photo-compare figcaption > div:first-of-type::before,
        .photo-compare figcaption > div:first-of-type::after {
            content: '';
            position: absolute;
            right: -2px;
            width: 4px;
            height: 100%;
            z-index: 3;
        }

        .photo-compare figcaption > div:first-of-type::before {
            top: 0;
            -webkit-box-shadow: 0 -3px 8px 1px rgba(255,255,255,.3);
            box-shadow: 0 -3px 8px 1px rgba(255,255,255,.3);
        }

        .photo-compare figcaption > div:first-of-type::after {
            bottom: 0;
            -webkit-box-shadow: 0 3px 8px 1px rgba(255,255,255,.3);
            box-shadow: 0 3px 8px 1px rgba(255,255,255,.3);
        }

    .photo-compare figcaption > div:last-of-type {
        text-align: end;
    }





/********** Overlapping **********/
.photo-overlapping {
    position: relative;
    z-index: 2;
}

figure.photo-overlapping .portrait img {
    width: 100%;
}


.intro [data-gallery_id].photo-overlapping {
    position: relative;
    z-index: 2;
    margin-bottom: 3%;
}

.photo-overlapping a {
    display: inline;
    width: 100%;
    -webkit-transform: translate3d(0vw, 0px, 0px);
    transform: translate3d(0vw, 0px, 0px);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    text-decoration: none;
}

.photo-overlapping > a:first-of-type {
    grid-area: ri;
    justify-self: end;
}

.photo-overlapping > a:last-of-type {
    grid-area: li;
    z-index: 1;
    justify-self: start;
}

.photo-overlapping figcaption {
    grid-area: cap;
}

.photo-overlapping a:last-of-type i.credit {
    margin-left: 10%;
}




.photo-overlapping img {
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3)) drop-shadow(0px 0px 1px rgba(0,0,0,.3));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3)) drop-shadow(0px 0px 1px rgba(0,0,0,.3));
}

.photo-overlapping > a:first-of-type img {
    object-position: 100%50% !important;
}

.photo-overlapping > a:last-of-type img {
    object-position: 0%50% !important;
}


.photo-overlapping figcaption {
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 16px 10% 0 5%;
    -webkit-transform: translate3d(0vw, 0px, 0px);
    transform: translate3d(0vw, 0px, 0px);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}






@media screen and (max-width: 700px) {
    .photo-overlapping {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "ri" "li" "cap";
        -ms-grid-columns: 90vw;
        grid-template-columns: 90vw;
    }

        .photo-overlapping > a {
            width: 75%;
            -ms-grid-column-align: center;
            justify-self: center;
        }

        .photo-overlapping.up {
            display: -ms-grid;
            display: grid;
            grid-template-areas: "li" "ri" "cap";
        }

            .photo-overlapping.up > a:first-of-type {
                margin-top: -10%;
                padding-right: 20%;
            }

            .photo-overlapping.up > a:last-of-type {
                padding-left: 20%;
            }


        .photo-overlapping.down > a:first-of-type,
        .photo-overlapping.center > a:first-of-type {
            padding-right: 20%;
        }

        .photo-overlapping.down > a:last-of-type,
        .photo-overlapping.center > a:last-of-type {
            margin-top: -10%;
            padding-left: 20%;
        }

        .photo-overlapping figcaption {
            margin-bottom: 32px;
        }

        .photo-overlapping i.credit {
            display: none;
        }

        .photo-overlapping > a:first-of-type {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .photo-overlapping.up > a:first-of-type {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        .photo-overlapping > a:last-of-type {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        .photo-overlapping.up > a:last-of-type {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .photo-overlapping figcaption {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .photo-overlapping.up > figcaption {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }
    /*
            .photo-overlapping.scroll_over > a:first-of-type,
            .photo-overlapping.scroll_over figcaption {
                -webkit-transform: translate3d(-16vw, 2vh, 0px);
                transform: translate3d(-16vw, 20vh, 0px)
            }

            .photo-overlapping.scroll_over > a:last-of-type {
                -webkit-transform: translate3d(16vw, 2vh, 0px);
                transform: translate3d(16vw, 2vh, 0px)
            }

            .photo-overlapping.scroll_under > a:first-of-type,
            .photo-overlapping.scroll_under figcaption {
                -webkit-transform: translate3d(5vw, -1vh, 0px);
                transform: translate3d(5vw, -1vh, 0px)
            }

            .photo-overlapping.scroll_under > a:last-of-type {
                -webkit-transform: translate3d(-5vw, -1vh, 0px);
                transform: translate3d(-5vw, -1vh, 0px)
            }
    */
    /*???*/
    /*
            .photo-overlapping.scroll_over:not(.up) figcaption {
                -webkit-transform: translate3d(50vw, 2vh, 0px);
                transform: translate3d(50vw, 2vh, 0px)
            }

            .photo-overlapping.scroll_under:not(.up) figcaption {
                -webkit-transform: translate3d(-50vw, -2vh, 0px);
                transform: translate3d(-50vw, -2vh, 0px)
            }

                */
}

@media screen and (min-width: 700px) {
    .photo-overlapping {
        display: -ms-grid;
        display: grid;
        grid-template-areas: ". ri li ." ". cap . .";
        -ms-grid-columns: 0 1fr 1fr 0;
        grid-template-columns: 0 1fr 1fr 0;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    }

        .photo-overlapping.landscape-portrait {
            -ms-grid-columns: 0 3fr 2fr 0;
            grid-template-columns: 0 3fr 2fr 0;
        }

        .photo-overlapping.portrait-landscape {
            -ms-grid-columns: 0 2fr 3fr 0;
            grid-template-columns: 0 2fr 3fr 0;
        }

        .photo-overlapping.up {
            display: -ms-grid;
            display: grid;
            grid-template-areas: ". . li ." ". ri li ." ". cap . .";
            grid-auto-rows: auto;
        }

        .photo-overlapping.down {
            display: -ms-grid;
            display: grid;
            grid-template-areas: ". ri li ." ". cap li .";
            -ms-grid-rows: auto 1fr;
            grid-template-rows: auto 1fr;
        }


        .photo-overlapping > a:first-of-type {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            margin-left: 5%;
        }

        .photo-overlapping > a:last-of-type {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            margin-left: -5%;
        }

        .photo-overlapping.up > a:first-of-type {
            -ms-flex-item-align: end;
            -ms-grid-row-align: end;
            align-self: end;
        }

        .photo-overlapping.up > a:last-of-type {
            -ms-flex-item-align: start;
            -ms-grid-row-align: start;
            align-self: start;
            margin-bottom: 10%;
        }

        .photo-overlapping.down > a:first-of-type {
            -ms-flex-item-align: start;
            -ms-grid-row-align: start;
            align-self: start;
        }

        .photo-overlapping.down > a:last-of-type {
            -ms-flex-item-align: end;
            -ms-grid-row-align: end;
            align-self: end;
            margin-top: 10%;
        }

        .photo-overlapping > a:first-of-type {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }


        .photo-overlapping.up > a:first-of-type {
            -ms-grid-row: 2;
            -ms-grid-column: 2;
        }

        .photo-overlapping.down > a:first-of-type {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }

        .photo-overlapping > a:last-of-type {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }


        .photo-overlapping.up > a:last-of-type {
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 3;
        }

        .photo-overlapping.down > a:last-of-type {
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 3;
        }

        .photo-overlapping figcaption {
            -ms-grid-row: 2;
            -ms-grid-column: 2;
        }


        .photo-overlapping.up > figcaption {
            -ms-grid-row: 3;
            -ms-grid-column: 2;
        }

        .photo-overlapping.down > figcaption {
            -ms-grid-row: 2;
            -ms-grid-column: 2;
        }

    /*
        .photo-overlapping.scroll_over > a:first-of-type,
        .photo-overlapping.scroll_over figcaption {
            -webkit-transform: translate3d(-16vw, 20vh, 0px);
            transform: translate3d(-16vw, 20vh, 0px)
        }

        .photo-overlapping.scroll_over > a:last-of-type {
            -webkit-transform: translate3d(16vw, 20vh, 0px);
            transform: translate3d(16vw, 20vh, 0px)
        }

        .photo-overlapping.scroll_under > a:first-of-type,
        .photo-overlapping.scroll_under figcaption {
            -webkit-transform: translate3d(5vw, -10vh, 0px);
            transform: translate3d(5vw, -10vh, 0px)
        }

        .photo-overlapping.scroll_under > a:last-of-type {
            -webkit-transform: translate3d(-5vw, -10vh, 0px);
            transform: translate3d(-5vw, -10vh, 0px)
        }
            */
}


/********** Photo stack **********/
.photo-stack {
    display: grid;
    grid-template-columns: repeat(9, 11% [col-start]);
    grid-template-rows: 0.1fr 0.2fr 1fr;
    margin-bottom: 64px;
}

    .photo-stack a {
        width: 100%;
        grid-column-end: span 5;
        grid-row-end: span 3;
    }

        .photo-stack a:nth-child(1) {
            grid-column-start: 4;
            grid-row-start: 3;
            justify-self: center;
            z-index: 2;
        }

        .photo-stack a:nth-child(2) {
            grid-column-start: 1;
            grid-row-start: 1;
            justify-self: end;
            z-index: 1;
        }

        .photo-stack a:nth-child(3) {
            grid-column-start: 5;
            grid-row-start: 2;
            justify-self: start;
        }

        .photo-stack a picture {
            width: 100%;
            object-position: 0%50% !important;
            filter: drop-shadow(0 1px 2px rgba(0,0,0,.2)) drop-shadow(1px 0 2px rgba(0,0,0,.2));
            transform: translate3d(0, 0, 0);
            transition: transform 1200ms ease;
        }

        .photo-stack a:nth-child(1) picture {
            object-position: 50%50% !important;
        }


    .photo-stack:hover a:nth-child(1) picture {
        transform: translate3d(20px, 20px, 0);
    }

    .photo-stack:hover a:nth-child(2) picture {
        transform: translate3d(-20px, -20px, 0);
    }

    .photo-stack:hover a:nth-child(3) picture {
        transform: translate3d(20px, -20px, 0);
    }




figure.photo-stack .portrait img {
    width: 100%;
}


/*Temp fix image order */
.photo-stack.pl a:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: end;
    z-index: 1;
}

.photo-stack.pl a:nth-child(2) {
    grid-column-start: 4;
    grid-row-start: 3;
    justify-self: center;
    z-index: 2;
}

.photo-stack.pl:hover a:nth-child(1) picture {
    transform: translate3d(-20px, -20px, 0);
}

.photo-stack.pl:hover a:nth-child(2) picture {
    transform: translate3d(20px, 20px, 0);
}




/********** Grid gallery  **********/
.photo-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 5px;
    width: 100%;
    max-width: 1200px !important;
}

    .photo-grid a {
        position: relative;
    }

    .photo-grid .newline {
        flex: 100%;
    }

@media screen and (max-width: 600px) {
    .photo-grid a {
        min-width: 32%;
    }
}

/********** Photo slider **********/
.photo-slide {
    position: relative;
    max-width: 800px;
    display: flex;
    flex-direction: column-reverse;
}

    .photo-slide .invisible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

/* ------------------ example styles ------------------ */
.mod--hidden {
    overflow: hidden;
}

.photo-carrousel__container {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}

    .photo-carrousel__container figure {
        width: 80%;
        margin: 0 auto;
    }

.photo-carrousel__control__list {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: auto;
    margin: 0;
    /*transform: translateY(100%);*/
    list-style-type: none;
}

.photo-carrousel__control__list__item {
    display: inline-block;
    margin: 0 5px;
}

.photo-carrousel__control__list__link {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    /*border: 1px solid #148297;*/
    background: #d8d8d8;
    border-radius: 1em;
    cursor: pointer;
}

.photo-carrousel__button-container {
    position: absolute;
}

.photo-carrousel__button__button {
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 50%;
    background: #9e9e9e;
    cursor: pointer;
}


.photo-carrousel__button__next {
    top: 40%;
    right: -4px;
    z-index: 6;
}

.photo-carrousel__button__previous {
    top: 40%;
    left: -4px;
    z-index: 6;
}

@media screen and (min-width: 500px) {
    .photo-carrousel__button__next {
        right: 25px;
    }

    .photo-carrousel__button__previous {
        left: 25px;
    }
}

.photo-carrousel__button__img {
    height: 40%;
}

/* ------------------ transition slide ------------------ */
.slide .carrousel__content {
    display: inline-block;
    vertical-align: middle;
    visibility: visible;
    width: 100%;
    position: relative;
    -webkit-transition: visibility 0s ease, transform .5s ease-in;
    -webkit-transition: visibility 0s ease, -webkit-transform .5s ease-in;
    transition: visibility 0s ease, -webkit-transform .5s ease-in;
    -o-transition: visibility 0s ease, transform .5s ease-in;
    transition: visibility 0s ease, transform .5s ease-in;
    transition: visibility 0s ease, transform .5s ease-in, -webkit-transform .5s ease-in;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    white-space: normal;
}

[data-carrousel-active-slide="1"].slide > .carrousel__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

[data-carrousel-active-slide="2"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-100% - 1vw));
    -ms-transform: translateX(calc(-100% - 1vw));
    transform: translateX(calc(-100% - 1vw));
}

[data-carrousel-active-slide="3"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-200% - 2vw));
    -ms-transform: translateX(calc(-200% - 2vw));
    transform: translateX(calc(-200% - 2vw));
}

[data-carrousel-active-slide="4"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-300% - 3vw));
    -ms-transform: translateX(calc(-300% - 3vw));
    transform: translateX(calc(-300% - 3vw));
}

[data-carrousel-active-slide="5"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-400% - 4vw));
    -ms-transform: translateX(calc(-400% - 4vw));
    transform: translateX(calc(-400% - 4vw));
}

[data-carrousel-active-slide="6"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-500% - 5vw));
    -ms-transform: translateX(calc(-500% - 5vw));
    transform: translateX(calc(-500% - 5vw));
}

[data-carrousel-active-slide="7"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-600% - 6vw));
    -ms-transform: translateX(calc(-600% - 6vw));
    transform: translateX(calc(-600% - 6vw));
}

[data-carrousel-active-slide="8"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-700% - 7vw));
    -ms-transform: translateX(calc(-700% - 7vw));
    transform: translateX(calc(-700% - 7vw));
}

[data-carrousel-active-slide="9"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-800% - 8vw));
    -ms-transform: translateX(calc(-800% - 8vw));
    transform: translateX(calc(-800% - 8vw));
}

[data-carrousel-active-slide="10"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-900% - 9vw));
    -ms-transform: translateX(calc(-900% - 9vw));
    transform: translateX(calc(-900% - 9vw));
}

[data-carrousel-active-slide="11"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1000% - 10vw));
    -ms-transform: translateX(calc(-1000% - 10vw));
    transform: translateX(calc(-1000% - 10vw));
}

[data-carrousel-active-slide="12"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1100% - 11vw));
    -ms-transform: translateX(calc(-1100% - 11vw));
    transform: translateX(calc(-1100% - 11vw));
}

[data-carrousel-active-slide="13"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1200% - 12vw));
    -ms-transform: translateX(calc(-1200% - 12vw));
    transform: translateX(calc(-1200% - 12vw));
}

[data-carrousel-active-slide="14"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1300% - 13vw));
    -ms-transform: translateX(calc(-1300% - 13vw));
    transform: translateX(calc(-1300% - 13vw));
}

[data-carrousel-active-slide="15"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1400% - 14vw));
    -ms-transform: translateX(calc(-1400% - 14vw));
    transform: translateX(calc(-1400% - 14vw));
}

[data-carrousel-active-slide="16"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1500% - 15vw));
    -ms-transform: translateX(calc(-1500% - 15vw));
    transform: translateX(calc(-1500% - 15vw));
}

[data-carrousel-active-slide="17"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1600% - 16vw));
    -ms-transform: translateX(calc(-1600% - 16vw));
    transform: translateX(calc(-1600% - 16vw));
}

[data-carrousel-active-slide="18"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1700% - 17vw));
    -ms-transform: translateX(calc(-1700% - 17vw));
    transform: translateX(calc(-1700% - 17vw));
}

[data-carrousel-active-slide="19"].slide > .carrousel__content {
    -webkit-transform: translateX(calc(-1800% - 18vw));
    -ms-transform: translateX(calc(-1800% - 18vw));
    transform: translateX(calc(-1800% - 18vw));
}


/* ------------------ transition fade ------------------ */
.fade .carrousel__content {
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    white-space: normal;
}

    .fade .carrousel__content[aria-hidden=true] {
        -webkit-animation: fadeout 1s;
        animation: fadeout 1s;
    }

    .fade .carrousel__content[aria-hidden=true] {
        display: none;
    }

@-webkit-keyframes fadeout {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}



/* ------------------ transition none ------------------ */
.none .carrousel__content {
    white-space: normal;
}

    .none .carrousel__content[aria-hidden=true] {
        display: none;
    }


/* ------------------ State rules ------------------ */
.photo-carrousel__control__list__link:focus,
.photo-carrousel__control__list__link:hover,
.photo-carrousel__control__list__link:active,
.photo-carrousel__control__list__link[aria-selected=true] {
    background: #9e9e9e;
}


.hasLabel figure:first-of-type:not(.photo-grid) picture img {
    min-height: min(60vh, 70vw);
    object-fit: cover;
}


/* ------------------ HOVER EFFECTS ------------------ */
figure.photo-inline:hover img,
figure.photo-overlapping a:hover img,
figure.photo-stack a:hover img,
figure.photo-grid a:hover img {
    filter: brightness(70%);
}

figure.photo-inline:hover a::after,
figure.photo-big a i::after,
figure.photo-banner a i::after,
figure.photo-hero a i::after,
figure.photo-overlapping a:hover::after,
figure.photo-stack picture:hover::after,
figure.photo-grid a:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #f8f8f8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cg transform='translate(-4 -560)' fill='%232b0000'%3E%3Cpath d='M233 615A154 154 0 0 0 79 769a154 154 0 0 0 154 154 154 154 0 0 0 154-154 154 154 0 0 0-154-154Zm0 27a130 127 0 0 1 130 127 130 127 0 0 1-130 127 130 127 0 0 1-130-127 130 127 0 0 1 130-127Z'/%3E%3Crect ry='18.1' rx='33.2' transform='matrix(.65317 .75721 -.6069 .79479 0 0)' y='319.6' x='794.9' height='36.2' width='173'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 50% 50%,100% 100%,100% 100%;
    background-position: center;
    box-shadow: 1px 1px 2px 0 rgb(0, 0, 0, 0.5);
    border-radius: 50%;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 61px;
    z-index: 2;
    bottom: 16px;
    b opacity: 0.3;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -50px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 5px;
}

@media screen and (min-width: 800px) {
    .icon-scroll {
        border-radius: 25px;
    }
}

.icon-scroll:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    margin-left: -50px;
    top: 8px;
    border-radius: 27px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    animation-delay: 2s;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}



.authorsLabel,
.quoterLabel {
    font-weight: bold;
    font-size: 14px;
    color: #757575;
}

.quoterLabel {
    margin-right: 16px;
}

.authors,
.quoter {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}

    .authors span {
        margin-bottom: 5px;
    }

        .authors span:not(:last-of-type)::after {
            content: "; ";
            margin-right: 6px;
        }

a {
    color: #757575;
    word-break: break-word;
}

    a[href*="decryptEmail"] {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 40px;
        color: #000;
        text-decoration: none;
    }



/***** BUTTONS *****/
.btn,
[role="button"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; /* if inside flex container */
    height: 50px;
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
    /*
.btn {
    height: 60px;
    width: 60px;
}
*/
    .btn.square,
    [role="button"].square {
        border-radius: 0;
    }

    .btn.large,
    [role="button"].large {
        height: 120px;
        width: 120px;
    }

    .btn.blank,
    [role="button"].blank {
        border: solid 2px #000;
        background: #fff;
    }

    .btn.black,
    [role="button"].black {
        border: solid 2px #000;
        background: #000;
    }

        .btn.black svg path,
        [role="button"].black svg path {
            fill: #fff;
        }


    .btn svg,
    [role="button"] svg {
        height: 24px;
        width: 24px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

    .btn.deg90 svg,
    [role="button"].deg90 svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .btn.deg-90 svg,
    [role="button"].deg-90 svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }


.close svg {
    height: 36px;
}

    .close svg path {
        fill: #000;
    }


/* Podcast */
.podcast {
    --pod-color: #f3eeee;
    --pod-color-slider: #f3eeee50;
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    /*--buffered-width: 0%;*/
    display: grid;
    grid-template-areas: "play title title ." "volume ct seek dt" "mute rwd seek fwd";
    grid-template-columns: 80px 70px auto 70px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    bottom: -274px;
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 10px;
    margin-top: 0vh;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    background: #000;
    -webkit-transition: bottom 1s, margin-top 0.7s;
    -o-transition: bottom 1s, margin-top 0.7s;
    transition: bottom 1s, margin-top 0.7s;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .podcast .poster,
    .podcast .links {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .podcast {
        grid-template-areas: "poster play title title title title link link" "poster volume mute rwd ct seek dt fwd";
        grid-template-columns: 150px 80px 50px 50px 70px auto 70px 50px;
        max-width: 1200px;
        padding: 20px 40px;
        margin: 0 auto;
        box-sizing: border-box
    }

        .podcast .poster {
            grid-area: poster;
            position: relative;
        }

            .podcast .poster:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.35;
            }

            .podcast .poster img {
                width: 150px;
            }

            .podcast .poster .p-title {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate3d(-50%, -50%, 0);
                text-transform: uppercase;
            }

            .podcast .poster .p-label {
                position: absolute;
                right: calc(-50% + 0.5em + 10px); /* half + font-size + padding*2 */
                bottom: 0;
                padding: 5px 9px;
                transform: rotate( -90deg );
                transform-origin: left bottom;
                background: var(--pod-color);
                font-size: 0.5em;
                font-weight: bold;
                color: #000;
                text-transform: uppercase;
            }

        .podcast .links {
            grid-area: link;
            justify-self: end;
            display: flex;
        }

            .podcast .links a {
                margin-left: 20px;
            }

                .podcast .links a svg {
                    height: 20px;
                    fill: #fff;
                    cursor: pointer;
                }
}

.podcast.sticky {
    bottom: -5px !important;
    max-width: unset;
    padding: 20px 3vw;
}

@media screen and (min-width: 700px) {
    .podcast.sticky {
        padding: 20px calc(max(40px, 10%) + 3vw) 20px calc(max(34px, 8%) + 3vw);
    }
}

.podcast audio {
    height: 0;
}


.podcast .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
}

.podcast.sticky .close {
    display: block;
    border: none;
    background: none;
    font-size: 32px;
    color: white;
    cursor: pointer;
}

.podcast button.close svg,
.podcast button.close svg path {
    fill: #fff;
}

.scrollContent * {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.podcast * {
    align-self: center;
}

.podcast header {
    grid-area: title;
    width: 100%;
}

    .podcast header h1 {
        font-size: 24px;
        margin-top: 0;
    }

/* CONTROLLER */
.podcast button {
    justify-self: center;
    align-self: center;
}

/* play/pause */
.podcast .play {
    --pod-play-btn: 50px;
    --pod-play-btn-height: 30px;
    --pod-play-half-height: calc(var(--pod-play-btn-height)/2);
    grid-area: play;
    display: flex;
    justify-content: center;
    width: var(--pod-play-btn);
    height: var(--pod-play-btn);
    border-radius: 50%;
}

    .podcast .play span {
        display: block;
        border: 0;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: var(--pod-play-btn-height);
        margin-left: 5px;
        border-color: transparent transparent transparent #202020;
        transition: 100ms all ease;
        cursor: pointer;
        border-style: solid;
        border-width: var(--pod-play-half-height) 0 var(--pod-play-half-height) calc(var(--pod-play-half-height) + (var(--pod-play-half-height)/2));
    }

    .podcast .play.playing span {
        margin-left: 0;
        border-style: double;
        border-width: 0px 0 0px calc(var(--pod-play-half-height) + (var(--pod-play-half-height)/2));
    }

    .podcast .play:hover {
        border-color: transparent transparent transparent #404040;
    }

/* mute */
.podcast .speaker {
    grid-area: mute;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 0px;
    background: none;
    border: none;
}

    .podcast .speaker span {
        display: block;
        width: 8px;
        height: 8px;
        background: #fff;
        margin: 0 0 0 2px;
    }

        .podcast .speaker span:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent #fff transparent transparent;
            border-width: 10px 14px 10px 15px;
            left: -13px;
            top: 5px;
        }

        .podcast .speaker span:before {
            transform: rotate(45deg);
            border-radius: 0 50px 0 0;
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-style: double;
            border-color: #fff;
            border-width: 7px 7px 0 0;
            left: 18px;
            top: 9px;
            transition: all 0.2s ease-out;
        }

    .podcast .speaker:hover span:before {
        transform: scale(0.8) translate(-3px, 0) rotate(42deg);
    }

    .podcast .speaker.mute span:before {
        transform: scale(0.5) translate(-15px, 0) rotate(36deg);
        opacity: 0;
    }


.podcast .rwd,
.podcast .fwd {
    justify-self: center;
    background: none;
    border: none;
    padding: none;
    cursor: pointer;
}

.podcast .rwd {
    grid-area: rwd;
}

.podcast .fwd {
    grid-area: fwd;
}

    .podcast .rwd svg,
    .podcast .fwd svg {
        height: 30px;
        stroke: #fff;
    }


/* timestamps */
.podcast .current-time {
    grid-area: ct;
    justify-self: center;
}

.podcast .duration-time {
    grid-area: dt;
    justify-self: center;
}

.podcast .time {
    display: inline-block;
    text-align: center;
    font-size: 20px;
}



/* sliders-input */
.podcast input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    height: 19px;
    margin: 30px 2.5% 20px 2.5%;
    float: left;
    outline: none;
    background: #000;
}

    .podcast input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: var(--pod-color-slider);
        /*
            linear-gradient(to right, var(--pod-color-slider-buffer) var(--buffered-width), var(--pod-color-slider) var(--buffered-width));
        */
    }

    .podcast input[type="range"]::before {
        position: absolute;
        content: "";
        top: 5px;
        left: 0;
        width: var(--seek-before-width);
        height: 10px;
        background-color: var(--pod-color);
        cursor: pointer;
    }

    .podcast input[type="range"]::-webkit-slider-thumb {
        position: relative;
        -webkit-appearance: none;
        box-sizing: content-box;
        border: 1px solid var(--pod-color);
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: var(--pod-color);
        cursor: pointer;
        margin: -7px 0 0 0;
    }

    .podcast input[type="range"]:active::-webkit-slider-thumb {
        transform: scale(1.2);
        background: var(--pod-color);
    }

    .podcast input[type="range"]::-moz-range-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: var(--pod-color-slider);
        /*
            linear-gradient(to right, var(--pod-color-slider-buffer) var(--buffered-width), var(--pod-color-slider) var(--buffered-width));
        */
    }

    .podcast input[type="range"]::-moz-range-progress {
        background-color: var(--pod-color);
    }

    .podcast input[type="range"]::-moz-focus-outer {
        border: 0;
    }

    .podcast input[type="range"]::-moz-range-thumb {
        box-sizing: content-box;
        border: 1px solid var(--pod-color);
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: var(--pod-color);
        cursor: pointer;
    }

    .podcast input[type="range"]:active::-moz-range-thumb {
        transform: scale(1.2);
        background: var(--pod-color);
    }

    .podcast input[type="range"]::-ms-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: transparent;
        border: solid transparent;
        color: transparent;
    }

    .podcast input[type="range"]::-ms-fill-lower {
        background-color: var(--pod-color);
    }

    .podcast input[type="range"]::-ms-fill-upper {
        background: var(--pod-color-slider);
        /*
            linear-gradient(to right, var(--pod-color-slider-buffer) var(--buffered-width), var(--pod-color-slider) var(--buffered-width));
        */
    }

    .podcast input[type="range"]::-ms-thumb {
        box-sizing: content-box;
        border: 1px solid var(--pod-color);
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: var(--pod-color);
        cursor: pointer;
    }

    .podcast input[type="range"]:active::-ms-thumb {
        transform: scale(1.2);
        background: var(--pod-color);
    }


/* time */
.podcast .seek-slider {
    grid-area: seek;
    width: 92%;
}


/* input volume */
.podcast input[type="range"].volume-slider {
    grid-area: volume;
    justify-self: right;
    width: 80%;
    margin: 10px 2.5%;
}

    .podcast input[type="range"].volume-slider::-webkit-slider-runnable-track {
        height: 3px !important;
    }

    .podcast input[type="range"].volume-slider::-moz-range-track {
        height: 3px !important;
    }

    .podcast input[type="range"].volume-slider::-ms-track {
        height: 3px !important;
    }

    .podcast input[type="range"].volume-slider::-webkit-slider-thumb {
        height: 10px;
        width: 10px;
        margin: -5px 0 0 0;
        background-color: #fff;
        border-color: #fff
    }

    .podcast input[type="range"].volume-slider::-moz-range-thumb {
        height: 10px;
        width: 10px;
        background-color: #fff;
        border-color: #fff
    }

    .podcast input[type="range"].volume-slider::-ms-thumb {
        height: 10px;
        width: 10px;
        background-color: #fff;
        border-color: #fff
    }

    .podcast input[type="range"].volume-slider::before {
        top: 8px;
        height: 3px;
        width: var(--volume-before-width);
        background-color: #fff;
    }


/* SITAT */
blockquote {
    margin: 0;
}

    blockquote cite {
        display: block;
    }

/* Sitat i ingress */
.ingress blockquote,
main .part header > blockquote {
    font-size: 22px;
    font-size: min(calc(22px + 0.57vw), 30px);
    font-weight: 400;
    margin: 16px 0;
}

    .ingress blockquote cite,
    main .part header > blockquote cite {
        margin: 35px 0 0 0;
        text-align: right;
        line-height: 1.43;
        font-size: 14px;
        font-style: normal;
        color: #757575;
    }

    main .part header > blockquote cite {
        margin-top: 4px;
    }


/* Sitat i tekst */
.sitat {
    position: relative;
    width: 100%;
    margin-bottom: 42px;
    padding: 32px 10px 16px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    font-size: calc(22px + 0.57vw);
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
    opacity: 1;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

p + .sitat {
    margin-top: calc(42px - 1em);
}

@media screen and (min-width: 700px) {
    .sitat {
        margin-bottom: 74px;
    }

    p + .sitat {
        margin-top: calc(74px - 1em);
    }
}


@media screen and (min-width: 1000px) {

    .sitat {
        margin-left: 6%;
        margin-right: 6%;
        padding: 50px 10px 26px 50px;
        max-width: 1000px;
    }
}

.sitat::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: calc(4px + 0.2vw) solid #000;
    border-left: calc(4px + 0.2vw) solid #000;
    top: 0;
    left: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    pointer-events: none;
}

.sitat.lazyload {
    opacity: 0;
}

    .sitat.lazyload::before {
        height: 0;
        width: 0;
    }

.sitat cite {
    margin: 35px 0 0 0;
    line-height: 1.43;
    text-align: end;
    font-size: min(18px, 1.5vw);
    font-style: normal;
    color: #757575;
}


/* Faktaboks */
.fact {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 64px 0;
    padding: 40px 20px 20px 40px;
}

    .fact::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        border-top: calc(4px + 0.2vw) solid #000;
        border-left: calc(4px + 0.2vw) solid #000;
        pointer-events: none;
    }

    .fact .fact_content {
        width: 100%;
    }

    .fact .umb-grid {
        width: 100%;
        margin: 0;
    }

    .fact .grid-section > div:last-of-type {
        margin-bottom: 0;
    }

    .fact .column > div {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

    .fact h2,
    .fact h3 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
    }

    .fact .fact_content {
        margin-bottom: 20px;
    }

main .fact .grid-section:not(.part) .row .column.col-md-12 > div > *:not(.photo-overlapping):not(.photo-hero):not(.photo-banner) {
    margin: 0;
    max-width: initial;
}

.fact.expandable .fact_content .umb-grid {
    position: relative;
    overflow: hidden;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;
}

.fact.expandable:not(.expanded) .fact_content .umb-grid {
    height: 100px !important; /* So we do not have to remove the inline height */
}

.fact.expandable .umb-grid::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
}

.fact.expandable:not(.expanded) .umb-grid::after {
    opacity: 1;
}

.fact.expanded .fact_action svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 1000px) {
    .fact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .fact .fact_content {
            margin-right: 20px;
        }
}



/* Full width scroll */
div[scroll="1"] {
    max-width: 100%;
    background: #1c1c1c;
    color: #fff;
}

    div[scroll="1"] > .row {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    div[scroll="1"] .col-md-6.column > div {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    div[scroll="1"] .scrollContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100vh;
    }

        div[scroll="1"] .scrollContent strong {
            font-size: 30px;
        }

        div[scroll="1"] .scrollContent p {
            margin: 0;
        }

    div[scroll="1"] figure img {
        max-height: 80vh;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 0 50% !important;
        object-position: 0 50% !important;
    }





/* Portrett */
.portrett {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 24px 0;
    padding-bottom: 64px;
}

    .portrett figure.photo-inline picture.portrait {
        max-height: 100%;
    }

    .portrett figure.photo-inline picture img,
    .portrett figure.photo-inline video {
        height: auto;
        width: 100vw;
        max-width: 100%;
        border: 1px solid #f3f3f3;
    }

@media screen and (min-width: 900px) {
    .portrett {
        flex-direction: row;
        margin: 0 auto;
    }

        .portrett.alt {
            flex-direction: row-reverse;
        }

        .portrett figure[data-gallery_id].photo-inline {
            margin-bottom: 0;
        }

        .portrett figure.photo-inline picture img,
        .portrett figure.photo-inline video {
            height: auto;
            width: 50vw;
        }
}

.portrett > * {
    flex: 0 0 calc((100% - 132px)/2);
}


.portrett blockquote {
    margin: 42px 0 42px 0;
    padding: 32px 5px 16px 32px;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    font-size: calc(16px + 0.2vw);
    font-style: italic;
    font-weight: normal;
}

    .portrett blockquote cite {
        margin: 10px 0 0 0;
        line-height: 1.43;
        text-align: end;
        font-size: 14px;
        font-style: normal;
        color: #757575;
    }


main .umb-grid .portrett h2 {
    margin: 0;
    padding: 0;
    font-size: calc(16px + 0.4vw);
    font-weight: bold;
    text-transform: none;
}

.portrett .portrett_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10vw;
    grid-row-gap: 16px;
}

    .portrett .portrett_grid b {
        font-size: 14px;
        line-height: 1.43;
        font-weight: normal;
        color: #757575;
    }

    .portrett .portrett_grid p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.5;
    }

@media screen and (min-width: 900px) {
    .portrett .portrett_grid {
        grid-template-columns: auto 1fr;
        grid-column-gap: 100px;
        grid-row-gap: 24px;
    }

    .portrettstory .hasLabel > div .portrett + .label {
        right: unset;
        left: calc((100% - 1200px)/2);
        transform: rotate( -90deg ) translateY(-350%);
    }

    .portrettstory .hasLabel > div .portrett.alt + .label {
        right: calc((100% - 1200px)/2);
        left: unset;
        transform: rotate( -90deg ) translateY(-35%);
    }
}




/* Relaterte historier */
.sidestories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(260px, 1fr);
    grid-template-columns: minmax(260px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 30px;
    width: 100%;
    padding-top: 32px;
}

article.sidestories + h2,
article.sidestories + blockquote {
    margin-top: 64px;
}

@media screen and (min-width: 700px) {
    .sidestories {
        padding-top: 64px;
    }

    article.sidestories + h2,
    article.sidestories + blockquote {
        margin-top: 128px;
    }
}

.sidestories > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

@media screen and (min-width: 800px) {
    .sidestories {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); /* repeat(3, minmax(0, 1fr));*/
        /*max-width: 70% !important;*/
    }
}

.sidestory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 4px solid #000;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

    .sidestory.multi {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }


    .sidestory .media {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        margin: 8px;
    }

    /*.sidestory.multi .media {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }*/

    .sidestory > .media:hover {
        background-color: #f3f3f5;
    }


    .sidestory picture {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    .sidestory img {
        position: absolute;
        top: 0;
        object-fit: contain;
        height: 100% !important;
        width: 100%;
        background-color: #fff !important;
    }

    .sidestory .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 8px;
    }

    .sidestory.multi .title {
        padding: 0 16px;
        margin-bottom: 0;
    }

body:not(.episode) .umb-grid .sidestory .title h2,
body:not(.episode) .umb-grid .sidestory .title h3 {
    margin: 0;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.sidestory:not(.multi) .title h2::after,
.sidestory:not(.multi) .title h3::after {
    content: "";
    display: inline-block;
    width: calc(12px + 0.5vw);
    height: calc(12px + 0.5vw);
    margin: 0 0 -0.1em 2px;
    background-image: url("/media/icons/external-link-24.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.sidestory.multi .title span {
    margin: 0 0 4px 0;
}

.sidestory .title span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #757575;
}

.sidestory.multi .title span {
    margin-bottom: 48px;
}

.sidestory .label {
    display: none;
}

@media screen and (min-width: 800px) {
    .sidestory.multi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sidestory .media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px;
        margin: 16px;
    }

    .sidestory .title {
        padding: 0 32px;
    }

        .sidestory .title h3 {
            margin-bottom: 8px;
        }

    .sidestory:not(.multi) .label {
        display: block;
        max-width: 95%;
    }
}



/* Relaterte historier */
.relaterte {
    position: relative;
    z-index: 1;
    margin: 64px 0;
}

    .relaterte h2 {
        width: unset;
        padding: 0 4vw;
        text-transform: uppercase;
        font-size: calc(22px + 0.66vw);
        font-weight: bold;
    }

    .relaterte .container {
        position: relative;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: max-content;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding: 20px 4vw 0 4vw;
        transition: height 2s;
        overflow: hidden;
    }

        .relaterte .container::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            box-shadow: 0 0 10px 10px #fff;
            pointer-events: none;
        }


    .relaterte picture {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    .relaterte img {
        position: absolute;
        top: 0;
        object-fit: contain;
        height: 100% !important;
        width: 100%;
        background-color: #fff !important;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.38);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,.38);
    }

    .relaterte .fade img {
        opacity: 0.5;
    }

.relatedstory {
    display: block;
    text-decoration: none;
}

    .relatedstory .media {
        width: 320px;
        height: 320px;
    }

    .relatedstory img {
        min-width: 70px;
    }


    .relatedstory .title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
        /*padding-bottom: 16px;*/
    }

        .relatedstory .title h3 {
            flex: 0 0 100%;
            margin: 8px 0 10px 0;
            padding: 0;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            color: #000;
        }

        .relatedstory .title span {
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.43;
            color: #757575;
        }

.relaterte button {
    display: block;
    border: 2px solid #000;
    margin: 10px auto 32px auto;
    padding: 22px 16px;
    background: none;
    font-size: min(16px, 4vw);
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .relatedstory {
        display: flex;
        flex-direction: row;
        padding-bottom: 16px;
        max-height: 70px;
    }

    .relaterte picture,
    .relaterte img {
        width: 70px;
        max-height: 70px;
    }

    .relatedstory .title {
        padding-left: 16px;
    }
}


@media screen and (min-width: 700px) {
    .relaterte .container {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        padding: 50px 4vw 0 4vw;
    }

    .relatedstory {
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        margin-bottom: 32px;
        max-width: 400px;
    }
}


@media screen and (min-width: 1300px) {
    .relaterte h2,
    .relaterte .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}



/***** EPISODE LIST *****/
.episodeList {
    position: relative;
    /*margin-top: 32px;*/
    padding-bottom: 64px;
    text-transform: uppercase;
    font-weight: bold;
}

body.menu section.episodeList {
    padding-bottom: calc(15vh + 4em);
}

.episodeList::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 94%;
    max-width: 1200px;
    height: 300px;
    margin-left: 4vw;
    border-top: 4px solid #000;
    border-top: calc(4px + 0.2vw) solid #000;
    border-left: 4px solid #000;
    border-left: calc(4px + 0.2vw) solid #000;
    pointer-events: none;
}

.episodeList header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 4vw;
    padding: 20px 16px 16px 20px;
}

    .episodeList header h2 {
        margin: 0;
        padding: 0;
        font-size: 22px;
        line-height: 1.3;
    }

    .episodeList header nav {
        display: none;
        position: absolute;
        right: 5vw;
    }

.episodeList > nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -40px 0 -60px 0;
    padding: 40px 0 60px 0;
    padding-left: calc(4vw + 20px);
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /*FireFox*/
    -ms-overflow-style: -ms-autohiding-scrollbar; /*IE10+*/
}

.episodeList.needScroll > nav::after {
    content: "";
    display: block;
    height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(max(40px,10%) + 3vw);
    flex: 0 0 calc(max(40px,10%) + 3vw);
}

.episodeList > nav::-webkit-scrollbar { /*Chrome, Safari, Edge*/
    display: none;
}


.episodeList .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    -ms-flex: 0 0 min(max(200px, 60vw), 360px);
    flex: 0 0 min(max(200px, 60vw), 360px);
    height: 360px;
    height: min(max(200px, 60vw), 360px);
    margin-right: 16px;
    overflow: hidden;
    text-decoration: none;
}

    .episodeList .wrapper::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.56);
    }

/*div.wrapper:first-of-type {
    margin-left: 45px;
}*/

div.wrapper div.scheduled {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: 2;
    width: calc(100% - 90px);
    height: auto;
    min-height: 40px;
    padding: 5px 20px 0 70px;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 485.2 485.2' fill='%23fff'%3E%3Cpath d='M61 76V15a15 15 0 1 1 30 0v61a15 15 0 1 1-30 0zm257 15c9 0 16-7 16-15V15a15 15 0 1 0-31 0v61c0 8 7 15 15 15zm167 273a121 121 0 1 1-242 0 121 121 0 0 1 242 0zm-30 0a91 91 0 1 0-182 0 91 91 0 0 0 182 0zM121 182H61v61h60v-61zM61 334h60v-61H61v61zm91-91h60v-61h-60v61zm0 91h60v-61h-60v61zM30 361V152h334v60h30V94c0-18-14-33-33-33h-12v15a30 30 0 0 1-61 0V61H106v15a30 30 0 0 1-61 0V61H33C15 61 0 76 0 94v267c0 18 15 33 33 33h179v-30H33c-2 0-3-2-3-3zm273-118v-61h-60v61h60zm106 121h-45v-46a15 15 0 1 0-30 0v61c0 8 6 15 15 15h60a15 15 0 1 0 0-30z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 20px 5px;
    background-size: 40px;
}


.episodeList h3 {
    z-index: 1;
    padding: 5%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
}

.episodeList .label {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 0.8em;
    font-size: 8.8px;
    font-size: calc(8.8px + 0.3vw);
    letter-spacing: 0.68px;
    color: #000;
    pointer-events: none;
}

.episodeList .colorOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .10;
}

.episodeList picture {
    position: absolute;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 700px) {

    .menu .episodeList {
        margin-top: 64px;
    }

    .episodeList {
        padding-bottom: 170px;
    }

        .episodeList.needScroll header nav {
            display: block;
        }

        .episodeList header {
            padding: 40px 32px 32px 40px;
        }

            .episodeList header h2 {
                font-size: calc(22px + 0.65vw);
            }

        .episodeList h3 {
            font-size: min(calc(25px + 0.9vw), 38px);
        }

        .episodeList > nav {
            padding-left: calc(4vw + 40px);
        }

        .episodeList a {
            margin-right: 32px;
        }
}

@media screen and (min-width: 1300px) {
    .episodeList::before {
        margin-left: calc((100% - 1200px)/2 - 40px);
    }

    .episodeList header {
        margin-left: calc((100% - 1200px)/2);
        padding: 40px 32px 32px 0;
    }

    .episodeList > nav {
        padding-left: calc((100% - 1200px)/2);
    }
}

@media screen and (min-width: 1300px) {
    .menu .episodeList::before {
        margin-left: calc((100% - 1200px)/2);
    }

    .menu .episodeList header {
        padding: 40px 32px 32px 40px;
    }

    .menu .episodeList > nav {
        padding-left: calc((100% - 1200px)/2 + 40px);
    }
}


.episodeList .wrapper.fade {
    pointer-events: none;
    user-select: none;
}

    .episodeList .wrapper.fade::before {
        background-color: rgba(0,0,0,0.60);
        z-index: 2;
    }

    .episodeList .wrapper.fade h3 {
        z-index: 2;
        color: #b5b3b3; /* #dfdfdf; */
    }

    .episodeList .wrapper.fade picture {
        opacity: 0.5;
    }


body.forside .episodeList {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}



/***** BANNER & KART *****/
.episodeList + .banner {
    margin-top: 36px;
}

aside.banner figure {
    display: none !important;
}

aside.banner header {
    padding: min(50px, 15vw);
    text-align: center;
}

@media screen and (min-width: 500px) {
    aside.banner article {
        display: grid;
        grid-template-columns: 1fr 0.8fr 1fr;
    }

    aside.banner header {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        min-width: 250px;
        padding: min(50px, 5vw);
    }

    aside.banner figure {
        display: block !important;
        position: relative;
        margin: 0;
    }

        aside.banner figure figcaption {
            position: absolute;
            background: black;
            background: rgba(0,0,0,0.75);
            color: white;
            padding: 10px 20px;
            opacity: 0;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            bottom: 0;
        }

        aside.banner figure:hover figcaption {
            opacity: 1;
            bottom: 17px;
        }

        aside.banner figure:before {
            content: "i";
            position: absolute;
            left: 17px;
            bottom: 17px;
            font-weight: 800;
            background: black;
            background: rgba(0,0,0,0.75);
            text-shadow: 0 0 5px #000;
            color: #fff;
            width: 24px;
            height: 24px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 20px;
            text-align: center;
            font-size: 14px;
            line-height: 24px;
            -moz-transition: all 0.6s ease;
            opacity: 0.75;
            border: solid 1px #fff;
        }

        aside.banner figure:hover:before {
            opacity: 0;
        }

    aside.banner img {
        height: 100% !important;
        object-fit: cover;
        object-position: bottom;
    }
}

aside.banner h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

    aside.banner h1 b {
        display: block;
        font-size: 3em;
        font-weight: 800;
    }

@media screen and (min-width: 700px) {
    aside.banner h1 {
        font-size: calc(22px + 0.65vw);
    }
}


aside.kart {
    position: relative;
    border-top: 4px solid #000;
    text-align: right;
    overflow: hidden;
}

.forside aside.kart {
    padding-bottom: 0;
    border-top: unset;
}

aside.kart .illustration {
    display: inline-block;
    position: relative;
    pointer-events: none;
}

    aside.kart .illustration video {
        height: 50vh;
        width: 100vw;
        object-fit: cover;
        border: none;
    }



aside.kart h2 {
    font-size: 22px;
    font-size: calc(22px + 0.63vw);
    text-transform: uppercase;
}

aside.kart .cta {
    z-index: 1;
    text-align: left;
    margin: 32px 4vw 64px 4vw;
}

    aside.kart .cta > div {
        margin-bottom: 32px;
    }

aside.kart p {
    font-size: 18px;
    font-size: calc(18px + 0.12vw);
    line-height: 1.5;
}

aside.banner a,
aside.kart a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #9e9e9e;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
    box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
}

aside.banner a {
    width: fit-content;
    margin-top: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    aside.banner a svg,
    aside.kart a svg {
        width: 24px;
        width: min(max(24px, 5vw), 36px);
        height: 24px;
        height: min(max(24px, 5vw), 36px);
        padding: 14px;
        background: #000;
    }

    aside.banner a svg {
        transform: rotate(-90deg);
    }

        aside.banner a svg path:last-of-type,
        aside.kart a svg path {
            fill: #fff;
            stroke: none;
        }

    aside.banner a span,
    aside.kart a span {
        margin: 12px 16px 12px 16px;
        margin: min(max(12px, 5vw), 16px) min(5vw,22px) min(max(12px, 5vw), 16px) min(5vw,24px);
        font-size: calc(12px + 0.25vw);
        font-weight: bold;
        line-height: 1.25;
    }

aside.banner a,
.forside aside.kart a,
.innhold aside.kart a {
    background: #fff;
    color: #000;
    border: 2px solid #000
}



#map_elvenett {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}

    #map_elvenett iframe {
        height: 100%;
        width: 100%;
        border: none;
    }





@media screen and (min-width: 700px) {
    aside .kart {
        height: 60vh;
        margin: 0;
    }

        aside.kart .cta {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
        }

            aside.kart .cta > div {
                max-width: 60%;
            }

        aside.kart .illustration {
            margin-right: 18vw;
        }

            aside.kart .illustration video {
                height: 60vh;
                width: auto;
            }
}

@media screen and (min-width: 1300px) {
    aside.kart .cta {
        margin-left: 0;
        left: calc((100% - 1200px)/2);
    }
}
/* Timeleine */
.time_line {
    padding-bottom: 64px;
}

.time_item {
    width: 100%;
}

    .time_item:not(:first-of-type) {
        margin-top: 64px;
    }

    .time_item:first-of-type {
        margin-top: 50px;
        padding-top: 78px;
    }

.time_line .time_item > figure {
    display: block;
    margin-bottom: 20px;
    padding: 0;
}

    .time_line .time_item > figure > picture {
        max-height: unset;
    }

        .time_line .time_item > figure > picture > img {
            width: 100%;
        }

.tidslinje h2 {
    padding: 0;
    margin: 0;
}

    .tidslinje h2 span {
        text-transform: initial;
    }



@media screen and (min-width: 800px) {
    .time_line {
        max-width: 1200px;
        margin: 0 auto;
    }

    .time_item {
        width: 45%;
        margin-top: 0;
    }

        .time_item:not(:first-of-type) {
            margin-top: -10%;
        }

        .time_item:nth-child(even) {
            margin-left: auto;
        }

        .time_item:nth-child(odd) {
            margin-right: auto;
        }

    .time_line .full {
        margin-top: 128px;
        width: 100%;
    }

        .time_line .full + .time_item {
            margin-top: 128px;
        }

    .time_item:first-of-type {
        margin-top: 32px !important;
    }
}



body.tidslinje .photo-inline,
body.tidslinje .nve_medialibrary_element {
    margin-bottom: 16px;
}


body.tidslinje .photo-inline {
    margin-top: 16px;
}

body.tidslinje .nve_medialibrary_element:not(:first-of-type) {
    margin-top: 64px;
}


/***** KILDER *****/
.kilder {
    margin: 64px 0 128px 0;
    padding: 0 4vw;
}

    .kilder h2 {
        font-size: calc(22px + 0.66vw);
        text-transform: none;
    }


    .kilder ol {
        padding-left: 20px;
    }

        .kilder ol li {
            width: 90%;
            margin: 0 0 24px 5px;
            font-size: 14px;
            line-height: 1.46;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }



    .kilder.expandable {
        position: relative;
    }

    .kilder:not(.expandable) .kilder_action {
        display: none;
    }

    .kilder.expandable .kilder_action {
        position: absolute;
        bottom: -80px;
        right: calc(50% - 31px);
    }

    .kilder.expandable.expanded .kilder_action {
        transform: rotate(-180deg);
    }



    .kilder.expandable .expand_wrapper {
        position: relative;
        max-width: calc(100vw - 450px - ((100% - 1200px)/2));
        overflow: hidden;
        -webkit-transition: height 2s;
        -o-transition: height 1.5s;
        transition: height 1.5s;
    }

        .kilder.expandable .expand_wrapper::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
            background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
            background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
            height: 0;
            -webkit-transition: height 2s ease;
            -o-transition: height 2s ease;
            transition: height 2s ease;
            pointer-events: none;
        }


    .kilder.expandable:not(.expanded) .expand_wrapper {
        height: 8em !important; /* So we do not have to remove the inline height */
    }


        .kilder.expandable:not(.expanded) .expand_wrapper::after {
            height: 4em;
        }



@media screen and (min-width: 700px) {
    .kilder {
        margin: 64px 0;
    }

        .kilder ol {
            columns: 2;
            break-inside: avoid-column;
            page-break-inside: avoid;
        }

        .kilder.expandable .kilder_action {
            position: absolute;
            right: 5%;
            bottom: unset;
        }

        .kilder.expandable .expand_wrapper {
            margin-right: 100px;
        }

        .kilder.expandable:not(.expanded) .expand_wrapper {
            height: 5em !important; /* So we do not have to remove the inline height */
        }
}


@media screen and (min-width: 1300px) {
    .kilder {
        max-width: 1200px;
        margin: 64px auto;
    }

        .kilder ol {
            columns: 2;
        }
}

.episodeList .label,
a.label {
    word-break: keep-all !important;
    -webkit-hyphens: none !important;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/***** COMMON HOVER EFFECTS *****/
nav a,
[role="button"],
.photo-carrousel__button__button,
.heroSide [data-scroll],
.heroSide nav a,
.heroSide .epsNav a,
.episodeList a,
.sidestory img,
.relatedstory img {
    -webkit-transition: opacity .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: opacity .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: filter .3s ease, transform .3s ease, opacity .3s ease, box-shadow .3s ease;
    transition: filter .3s ease, transform .3s ease, opacity .3s ease, box-shadow .3s ease;
    transition: filter .3s ease, transform .3s ease, opacity .3s ease, box-shadow .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
}



    /* MAIN NAV */
    nav:not(.white) a:not(.logo):hover, 
    .photo-carrousel__button__button:hover {
        -webkit-filter: brightness(1.1) !important;
        filter: brightness(1.1) !important;
    }

nav.white a:hover {
    background: #000;
    color: #fff;
}

    nav.white a:hover svg {
        -webkit-filter: invert(1);
        filter: invert(1);
    }

/* HERO */
.heroSide [data-scroll]:hover {
    -webkit-filter: brightness(1.1) !important;
    filter: brightness(1.1) !important;
    transform: scale3d(1.1,1.1,1.1);
    background: rgba(0,0,0,0.08);
}

.heroSide nav a:not([data-scroll]):hover {
    opacity: 0.60;
}

.heroSide .epsNav a:hover {
    -webkit-filter: brightness(1.1) !important;
    filter: brightness(1.1) !important;
    transform: scale3d(1.15,1.15,1.15);
}

/* EPISODE LIST */
/*.episodeList a:focus {
    outline: -webkit-focus-ring-color auto 33px;
}*/
.episodeList a:hover, .episodeList a:focus {
    transform: scale3d(1.04,1.04,1.04);
    box-shadow: 0 20px 40px 0 rgba(107, 106, 106, 0.5);
}

    .episodeList a:hover::before, .episodeList a:focus::before {
        background-color: rgba(0,0,0,.46);
    }

    /* LABELS */
    .episodeList a:hover .label, .episodeList a:focus .label, a.label:hover {
        -webkit-filter: brightness(1.1) !important;
        filter: brightness(1.1) !important;
    }


/* BUTTONS */
.btn:not(.blank):hover,
.btn:not(.blank):focus,
[role="button"]:not(.blank):hover,
[role="button"]:not(.blank):focus,
.photo-carrousel__button__button:hover
.photo-carrousel__button__button:focus {
    transform: scale3d(1.04,1.04,1.04);
    -webkit-filter: brightness(1.1) !important;
    filter: brightness(1.1) !important;
}

.btn.blank:hover,
.btn.blank:focus,
[role="button"].blank:hover,
[role="button"].blank:focus {
    transform: scale3d(1.04,1.04,1.04);
    background-color: #000;
    color: #fff;
    fill: #fff;
    outline: none;
}
    .btn.blank:hover svg,
    .btn.blank:focus svg,
    [role="button"].blank:hover svg,
    [role="button"].blank:focus svg {
        -webkit-filter: invert(1);
        filter: invert(1);
        outline: none;
    }


.relaterte button:hover,
.relaterte button:focus {
    background: #000;
    color: #fff;
}




/* SIDESTORY */
/* Sidestory/related Hover */
.sidestory:hover img, .relatedstory:hover img {
    transform: scale3d(1.04,1.04,1.04);
    /*box-shadow: 2px 3px 5px 1px rgba(0,0,0,.38);*/
    Box-shadow: 0 20px 40px 0 rgba(107,106,106,0.50);
    background: #000;
}




/* Links */
p a:not(.logo):hover,
p a:hover::after,
.kilder a:not(.logo):hover,
.kilder a:hover::after {
    color: #000;
    border-color: #000 !important;
}

/* Links */
a.logo:focus {
    outline-color: #000;
}



/* Utforsk kart */
aside.banner a.exhibition,
.cta a {
    transform: scale3d(1,1,1);
    transition: transform 0.3s ease;
}
    aside.banner a.exhibition:hover,
    aside.banner a.exhibition:focus,
    .cta a:hover,
    .cta a:focus {
        transform: scale3d(1.04,1.04,1.04);
        -webkit-filter: brightness(1.1) !important;
        filter: brightness(1.1) !important;
    }

aside.banner a.exhibition:hover,
.forside aside.kart a:hover,
.innhold aside.kart a:hover,
.forside aside.kart a:focus,
.innhold aside.kart a:focus,
.cta a:hover,
.cta a:focus {
    background: #000;
    color: #fff;
}
