@import url('https://fonts.googleapis.com/css?family=Anton');


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

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

.hard .text-first{
    background-color: #222
    }

.hard header figure {
margin: 0;
}

.hard .hero-unit.columns .copy {
    width: 100% !important;
}
/*Styling hvis bildet ikke er i full-bredde*/



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


.hard  header .intro {
    color: #fff;
    padding-top: 3rem;
    text-transform: uppercase;
    max-width: 63.125rem;
    margin: auto;
}



.hard  header .headline {
    letter-spacing: 0.08rem;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    color: #FFF;
    max-width: 63.125rem;
    margin: auto;
}


.hard  .standfirst {
    color: #fff;
    padding-bottom: 2rem;
    padding-top: 1rem;
    max-width: 63.125rem;
    margin: 20px auto 10px auto;
}
/* -------- GENERELLE HEADING SETTINGS -------- */


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

.hard .full-bleed.text-first .row .row {
    max-width: 63.125rem;
    margin: 0 auto;
}
    
.hard .full-bleed.text-first .row .row .columns {
    padding: 0 !important;
}

.hard .full-bleed.text-first .row .row {
    max-width: 63.125rem;
    margin: 0 auto;
}
        
.hard .full-bleed.text-first .row .row .columns {
    padding: 0 !important;
}

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


/* -------- HERO-UNIT -------- */
.hard .hero-unit .copy h1 {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #FFF;
}

/* Midtstilt gradient Hero-unit */
.hard .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 */
.hard .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 */
.hard .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 ? */
}

.hard .hero-unit .copy .intro {
    padding-top: 0;
    padding-bottom: 5px;
}    
/* -------- HERO-UNIT -------- */









/* Bylines luft til toppen */
.hard .byline {
    padding-top: 30px;
}



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


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

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

.hard .section-bar .heading {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    line-height: 1.9rem;
    float: none;
    letter-spacing: 0.02em;
    padding-top: 10px;
}

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

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





/* -------- SEKSJONSTITTEL FRA INNHOLDSBOKS -------- */
.hard .section-title.heading {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px; 
    letter-spacing: 0.02em;
    /*text-align: center;*/   
}
.hard .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 */
.hard .section-title.primary {
    color: #D60000 !important;
}
.hard .section-title.black, .hard .section-title.yellow, .hard .section-title.orange, .hard .section-title.green, .hard .section-title.blue, .hard .section-title.purple, .hard .section-title.pink, .hard .section-title.secondary, .hard .section-title.teal {
    color: #222 !important;
}
/* -------- SEKSJONSTITTEL FRA INNHOLDSBOKS -------- */





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

/* Dette styler alternativ seksjonstittel fra innholdsboksene på H1 --> H6 */
.hard h1.section-header, .hard h2.section-header, .hard h3.section-header, .hard h4.section-header, .hard h5.section-header, .hard h6.section-header {
    background-color: #222;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.4;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    margin-top: -5px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 2rem;
}
/* Dette overstyrer fargevalgene i headeren, for å sikre at den ikke kan bryte med malstilen.
Alle skal være svarte, bortsett fra text-primary */
.hard .text-primary {
    color: #D60000 !important;
}
.hard .text-black, .hard .text-yellow, .hard .text-orange, .hard .text-green, .hard .text-blue, .hard .text-purple, .hard .text-pink, .hard .text-secondary, .hard .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  -------- */


.hard  .body-copy h2 {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    /*text-align: center;*/   
}


.hard h2.list-title {
    margin: 2rem 0 1.4rem;
    border-bottom: 4px solid #222;
    display: inline-block;
    clear: both;
    width: 100%;
    letter-spacing: 0.02em;
    /*text-align: center;*/ 
}

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

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

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

.hard 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) -------- */
.hard figcaption.caption {
    border: none;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #222;
    font-style: italic;
}

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

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




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

.hard aside.panel .hard .section-title span {
    background-color: #222;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100% 
}

.hard .panel>.hard .section-title:first-child {
    position: static;
}

/*Dette skjuler streken som går bak tittelen */
.hard aside.panel .section-title.black::after {
    background-color: rgba(255,255,255,0);
}

.hard aside.panel.has-section-title {
    margin-top: 2.5rem;
}

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

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

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




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

/*Dette er stylingen for ekpansjonsboksen*/
.hard .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*/
.hard .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%, #ffffff 100%);
}

/*Dette skjuler gradient etter ekspandert boks*/
.hard .panel.active .expand-overlay {
    background: transparent;
}

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


/* -------- TOGGLE KNAPP (VIS MER) -------- */
.hard 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 -------- */
.hard blockquote, blockquote p {
    color: #222;
    font-family: 'Anton', sans-serif !important;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.4;
    max-width: 540px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    padding: 50px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
}

.hard blockquote cite {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #222;
    padding: 20px 0 15px 0;
    font-family: roboto;
}

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


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

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

.hard .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*/
  
    .hard  header figure {
        margin-top: 0rem;
    }
    
   
    .hard header .intro  {
        padding-top: 15px;
    }
    
   
    .hard header .headline {
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
    
   
    .hard  .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 */
    .hard .hero-unit figure .overlay.gradient {
        opacity: 0;
        background: linear-gradient(transparent 0%, rgb(255, 255, 255) 0%);
    }

    .hard .hero-unit .copy {  
        position: relative;     
        z-index: 1;
        background-color: #222;
    }

    
    .hard header .intro {
        padding-top: 1rem;

    }
    .hard .hero-unit .copy h1 {
        letter-spacing: 0.02em;
    }

    /* Mobilstyling på herounit med midtstilt tekst i toppen på desktop. Da må gradient skjules*/
    .hard .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*/
    .hard .hero-unit .copy.vertical-center {
            transform: translateY(-0%);
        }
 /* -------- HERO-UNIT -------- */


    .hard .section-bar.section-title.heading {
        font-size: 1.8rem;
}
    .hard .section-bar {
        background-color: #fff;
        margin-bottom: 30px;
}

    .hard .section-bar .heading {
        padding-top: 0px;
        font-size: 1.8rem;
}

/* Mobilstyling på gradient for ekpanderende faktaboks*/
.hard .panel .expand-overlay a{
        font-size: 16px;
    }


/* -------- STOR QUOTE -------- */
.hard blockquote, blockquote p {
        font-size: 1.6rem;
}

.hard blockquote cite {
        font-size: 1.1rem;
}

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


/* Mobilstyling på gradient for ekpanderende faktaboks*/
.hard .panel .expand-overlay a{
        font-size: 16px;
}

/* -------- JUSTERER "VIS MER" KNAPP PÅ BILDETEKST FOR MOBIL -------- */

.hard 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 -------- */
.hard figure.fixed-scroll img {
        opacity: 1;
    }

.hard figure.fixed-scroll figcaption {
        color: #fff;
        background: linear-gradient(#222 0%, #222 100%);
    }

.hard figure.full-bleed figcaption {
        padding-left: 10px;
        padding-right: 10px !important;
    }

/* -------- OVERSTYRING BILDETEKST FOR LÅST SCROLL EFFEKT PÅ MOBIL -------- */


}


