@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600|Roboto+Mono:400,500');
/* -------- GENERELLE HEADING SETTINGS -------- */

/*Styling hvis bildet ikke er i full-bredde*/

.info .text-first,
.info .clearfix {
    background-color: #222
}

.info header figure {
    margin: 0;
}

.info .hero-unit.columns .copy {
    width: 100% !important;
}

/* Styling hvis bildet ikke er i full-bredde */


.info header .full-bleed {
    background-color: #222
}


.info header .intro {
    font-family: 'Roboto Mono', monospace !important;
    color: #fff;
    padding: 1.3rem;
    text-transform: uppercase;
    max-width: 63.125rem;
    margin: auto;
}


.info header .headline {
    letter-spacing: 0.08rem;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    max-width: 63.125rem;
    margin: auto;
}


.info .standfirst {
    font-family: 'Roboto Mono', monospace;
    color: #fff;
    padding-bottom: 2rem;
    padding-top: 1rem;
    max-width: 63.125rem;
    margin: 10px auto 10px auto;
}

/* -------- GENERELLE HEADING SETTINGS -------- */




/* -------- HEADING OVER BILDE PADDING JUSTERING -------- */

.info .full-bleed.text-first .row .row {
    max-width: 63.125rem;
    margin: 0 auto;
}

.info .full-bleed.text-first .row .row .columns {
    padding: 0 !important;
}

/* -------- HEADING OVER BILDE PADDING JUSTERING -------- */




/* -------- HERO-UNIT -------- */

.info .hero-unit .copy h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
}

/* Midtstilt gradient Hero-unit */

.info .hero-unit figure .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); /*svart - byttes til #222 ? */
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* Bunnstilt gradient Hero-unit */

.info .hero-unit figure .overlay.gradient {
    opacity: 0.8;
    background: linear-gradient(transparent 40%, rgb(0, 0, 0) 100%); /*svart - byttes til #222 ? */
}

/* Toppstilt gradient Hero-unit */

.info .hero-unit figure .overlay.gradient-top {
    opacity: 0.8;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, transparent 100%); /*svart - byttes til #222 ? */
}

.info .hero-unit .copy .intro {
    padding-top: 0;
    padding-bottom: 5px;
}

/* -------- HERO-UNIT -------- */

/* Bylines luft til toppen */

.info .byline {
    padding-top: 30px;
}

/* -------- SEKSJONSOVERSKRIFT FRA INNHOLDSBOKS -------- */

.info .section-bar {
    background-color: #fff;
}

.info .section-bar .section-icon:not([class*="bg-"]) {
    background-color: #222;
}

.info .section-bar .heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.9rem;
    float: none;
}

.info .section-icon {
    height: 3.5rem;
}

/* -------- SEKSJONSOVERSKRIFT FRA INNHOLDSBOKS -------- */




/* -------- SEKSJONSTITTEL FRA INNHOLDSBOKS -------- */

.info .section-title.heading {
    font-family: 'Roboto Mono', monospace;
    text-transform: inherit;
    font-weight: 400;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.info .section-title.heading::after {
    background-color: rgba(255, 255, 255, 0);
}

/* Dette overstyrer fargevalgene i headeren, for å sikre at den ikke kan bryte med malstilen.
Alle skal være svarte, bortsett fra text-primary */

.info .section-title.primary {
    color: #D60000 !important;
}

.info .section-title.black,
.info .section-title.yellow,
.info .section-title.orange,
.info .section-title.green,
.info .section-title.blue,
.info .section-title.purple,
.info .section-title.pink,
.info .section-title.secondary,
.info .section-title.teal {
    color: #222 !important;
}

/* -------- SEKSJONSTITTEL FRA INNHOLDSBOKS -------- */




/* -------- SEKSJONSTITTEL (ALTERNATIV) FRA INNHOLDSBOKS -------- */

/* Dette styler alternativ seksjonstittel fra innholdsboksene på H1 --> H6 */

.info h1.section-header,
.info h2.section-header,
.info h3.section-header,
.info h4.section-header,
.info h5.section-header,
.info h6.section-header {
    background-color: #222;
    color: #fff;
    border: none !important;
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin-top: -5px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 1.6rem;
}

/* Dette overstyrer fargevalgene i headeren, for å sikre at den ikke kan bryte med malstilen.
Alle skal være svarte, bortsett fra text-primary */

.info .text-primary {
    color: #D60000 !important;
}

.info .text-black,
.info .text-yellow,
.info .text-orange,
.info .text-green,
.info .text-blue,
.info .text-purple,
.info .text-pink,
.info .text-secondary,
.info .text-teal {
    color: #fff !important;
}

/* -------- SEKSJONSTITTEL (ALTERNATIV) FRA INNHOLDSBOKS -------- */




/* -------- MELLOMTITTLER FRA BRØDTEKST MED STYLES: 1: MELLOMTITTEL 2:LISTETITTEL 3: MELLOMTITTEL+NUMRERT LISTE 4: MELLOMTITTEL+PUNKLISTE  -------- */


.info .body-copy h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: inherit;
    margin-bottom: 10px;
}

.info h2.list-title {
    margin: 2rem 0 1.4rem;
    border-bottom: 2px solid #222;
    display: inline-block;
    clear: both;
    width: 100%;
}

.info ol {
    margin-left: 1.4rem;
    font-weight: 500;
}

.info ol p {
    margin-left: 0;
    font-weight: 500;
}

.info ul {
    margin-left: 1.4rem;
    font-weight: 500;
}

.info ul p {
    margin-left: 0;
    font-weight: 500;
}

/* -------- MELLOMTITTLER FRA BRÃƒËœDTEKST MED STYLES: 1: MELLOMTITTEL 2:LISTETITTEL 3: MELLOMTITTEL+NUMRERT LISTE 4: MELLOMTITTEL+PUNKLISTE  -------- */




/* -------- BILDETEKST (BOKS) -------- */

.info figcaption.caption {
    border: none;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #222;
    font-style: italic;
}

.info figcaption.caption a.toggle {
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    margin-right: 10px;
}

/* -------- BILDETEKST (BOKS) -------- */




/* -------- FAKTABOKS SETTINGS -------- */
.info aside.panel {
    border: 1px solid #222;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0) 0%;
}

.info aside.panel.has-section-title {
    margin-top: 0.5rem;
}

.info aside.panel .section-title {
    margin-bottom: 0;
}

.info aside.panel .section-title span {
    background-color: #222;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.04em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%
}

.info aside.panel > .section-title:first-child {
    position: static;
    transform: translateY(0);
    width: 100%;
}

/* Dette skjuler streken som gÃ¥r bak tittelen */
.info aside.panel > .section-title:first-child::after {
    display: none;
}

.info aside.panel .copy {
    padding: .9375rem;
    margin-top: 0;
}

/* -------- FAKTABOKS SETTINGS -------- */




/* -------- EKSPANSJONS BOKS -------- */

/* Dette er stylingen for ekpansjonsboksen */

.info .panel .expandable {
    /*max-height: 18.125rem;*/
    /*border: 1px solid #222;*/
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    color: #222;
    margin-top: 25px;
}

/* Dette er gradienten nederst pÃ¥ boksen */

.info .panel .expand-overlay {
    bottom: 0;
    width: 99%;
    height: 10.5rem;
    left: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #fff 50%, #fff 100%);
}

/* Dette skjuler gradient etter ekspandert boks */

.info .panel.active .expand-overlay {
    background: transparent;
}

/* -------- EKSPANSJONS BOKS -------- */




/* -------- TOGGLE KNAPP (VIS MER) -------- */

.info aside.panel .expand-overlay a.toggle {
    position: absolute;
    right: 30%;
    bottom: -10px;
    height: 25%;
    width: 40%;
    text-indent: 0;
    color: #fff;
    background-color: #222;
    padding-top: 10px;
    padding-bottom: 35px;
}

/* -------- TOGGLE KNAPP (VIS MER) -------- */




/* -------- STOR QUOTE -------- */

.info blockquote,
blockquote p {
    color: #222;
    font-family: 'Poppins', sans-serif !important;
    font-size: 2rem;
    line-height: 1.4;
    max-width: 540px;
    margin-bottom: 20px;
    letter-spacing: 0;
    padding: 50px 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.info blockquote cite {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #222;
    padding: 20px 0 15px 0;
    font-family: 'Roboto', sans-serif;
}

/* -------- STOR QUOTE -------- */

/* -------- FULL-BLEED QUOTE GIR BAKGRUNNSFARGE -------- */

.info .quotebox.full-bleed {
    background-color: #222 !important;
    margin-bottom: 25px;
}

.info .quotebox.full-bleed * {
    color: #fff;
}

/* -------- FULL-BLEED QUOTE GIR BAKGRUNNSFARGE -------- */

@media only screen and (max-width: 768px) {
    /* -------- GENERELLE HEADING SETTINGS -------- */
    /*Margin-top på toppbildet for å ikke ligge over menyen*/
    
    .info header figure {
        margin-top: 0rem;
    }
  
    .info header .intro {
        padding-top: 15px;
    }
    
    .info header .headline {
        line-height: 1.3;
        letter-spacing: 1.1px;
    }
 
    .info .standfirst {
        margin: 10px auto 10px auto;
    }
    /* -------- GENERELLE HEADING SETTINGS -------- */
    
    
    
    /* -------- HERO-UNIT -------- */
    /*  Gradienten mÃƒÂ¥ skjules pÃ¥ mobil siden tittel uansett ikke ligger pÃ¥ bildet pÃ¥ disse formatene */
    .info .hero-unit figure .overlay.gradient {
        opacity: 0;
        background: linear-gradient(transparent 0%, rgb(255, 255, 255) 0%);
    }
    .info .hero-unit .copy {
        position: relative;
        z-index: 1;
        background-color: #222;
    }
    
    .info header .intro {
        font-size: 1rem;
        padding-top: 1rem;
    }
    .info .hero-unit .copy h1 {
        letter-spacing: 1.1px;
    }
    /* Mobilstyling pÃ¥ herounit med midtstilt tekst i toppen pÃ¥ desktop. Da mÃƒÂ¥ gradient skjules */
    .info .hero-unit figure .overlay.gradient-top {
        opacity: 0.9;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, transparent 100%);
    }
    /* Mobilstyling for herounit pÃ¥ midstilt tekst bÃƒÂ¥de vertikalt og horisontalt for ÃƒÂ¥ skyve tittel under bildet */
    .info .hero-unit .copy.vertical-center {
        transform: translateY(-0%);
    }
    /* -------- HERO-UNIT -------- */
    .info .section-title.heading {
        font-size: 1.8rem;
    }
    .info .section-bar {
        background-color: #fff;
        margin-bottom: 30px;
    }
    .info .section-bar .heading {
        padding-top: 0px;
        font-size: 1.8rem;
    }
    /* Mobilstyling pÃ¥ gradient for ekpanderende faktaboks */
    .info .panel .expand-overlay a {
        font-size: 16px;
    }
    /* -------- STOR QUOTE -------- */
    .info blockquote,
    blockquote p {
        font-size: 1.6rem;
    }
    .info blockquote cite {
        font-size: 1.1rem;
    }
    /* -------- STOR QUOTE -------- */
    
    
    
    /* Mobilstyling pÃ¥ gradient for ekpanderende faktaboks */
    .info .panel .expand-overlay a {
        font-size: 16px;
    }
    /* -------- JUSTERER "VIS MER" KNAPP PÃ¥ BILDETEKST FOR MOBIL -------- */
    .info figcaption[data-expand] .toggle {
        position: absolute;
        right: 0;
        width: 15%;
    }
    /* -------- JUSTERER "VIS MER" KNAPP PÃ¥ BILDETEKST FOR MOBIL -------- */
    
    
    
    /* -------- OVERSTYRING BILDETEKST FOR LÃ¥ST SCROLL EFFEKT PÃ¥ MOBIL -------- */
    .info figure.fixed-scroll img {
        opacity: 1;
    }
    .info figure.fixed-scroll figcaption {
        color: #fff;
        background: linear-gradient(#222 0%, #222 100%);
    }
    .info figure.full-bleed figcaption {
        padding-left: 10px;
        padding-right: 10px !important;
    }
    /* -------- OVERSTYRING BILDETEKST FOR LÃ¥ST SCROLL EFFEKT PÃ¥ MOBIL -------- */
}