﻿
@font-face {
    font-family: GjensidigeBrownTT;
    src: url('../Fonts/GjensidigeBrownTT-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: GjensidigeBrownTT;
    font-weight: bold;
    src: url('../Fonts/GjensidigeBrownTT-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: GjensidigeBrownTT;
    font-weight: 100;
    src: url('../Fonts/GjensidigeBrownTT-Light.ttf');
    font-display: swap;
}


body {
    background-color:#333333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.storeBak {
    text-align: center;
    max-width: 1440px;
    background-color: #ffffff;
    min-height: 500px;
    margin: auto;
    top: 0px;

}

.bakTopp {
    width: 100%;
    height: 96px;
    position: fixed;
    top: 0px;
    background-color:transparent;
    z-index:50;
}

.gjensidigeTopp {
    text-align: center;
    max-width: 1440px;
    height: 46px;
    background-color: #fffffa;
}

.loginTopp {
    text-align: center;
    max-width: 1440px;
    height: 50px;
    background-color: #3051c2;
}

.nsIloginLeft {
    padding-top: 6px;
    padding-left: 140px;
    text-align: left;
    float: left;
    display: inline-block;
}



.nsIloginRight {
    float: right;
    padding-right: 155px;
    padding-top: 10px;
    padding-left:100px;
}

.bakLoggetInnNavn {
    text-align: center;
    max-width: 1440px;
    height: 50px;
}

.nsLoggetInnNavn {
    float: right;
    text-align: right;
    max-width: 1440px;
    padding-right: 155px;
}

@media (max-width: 600px) {
    .nsLoggetInnNavn {
        padding-right: 10px;
    }
}

@media (max-width: 600px) {
    .nsIloginLeft {
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .nsIloginRight {
        padding-right: 10px;
    }
}

@media (max-width: 1100px) {
    .nsIloginRight {
        padding-left: 10px;
    }
}

.underTopp {

    text-align:left;
    max-width: 1282px;
    min-height: 300px;

    margin: auto;
    margin-top:50px;
    z-index:25;
    padding-bottom:25px;
}


.gjTreKurs {
    padding-top:32px;
    /*display: flex;*/
    text-align:center;
}

.gjKurs {
    position: relative;
    /*width: 370px;
    height: 294px;

    padding-top: 2px;*/
    padding-right: 10px;
    padding-bottom: 10px;
    /*flex: 1;*/ /*grow*/
    text-align: center;
    display:inline-block;
    vertical-align: top;
}

.gjKursBarneforsikringLiten {
    position: relative;
    /*width: 370px;
    height: 294px;

    padding-top: 2px;*/
    padding-right: 10px;
    padding-bottom: 10px;
    /*flex: 1;*/ /*grow*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


.gjKursTekst {
    position: absolute;
    top: 7px;
    left: 20px;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial;
    /*flex: 1;*/
}

.gjKursTekstUnder1 {
    position: absolute;
    top: -28px;
    left: 10px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    vertical-align-top;
}

/*@media (max-width: 768px) {
    .gjTreKurs {
        flex-direction: column;
    }
}*/



.gjtoppAvTekst {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 230px;
    height: 0px;
    border-bottom: 35px solid #f5fdff;
    border-right: 35px solid transparent;
}

.gjBunnAvTekst {
    position: absolute;
    top: 34px;
    left: 0px;
    width: 230px;
    height: 30px;

    border-top: 30px solid #f5fdff;
    border-left: 30px solid transparent;
}


.gjtoppAvMeldPaaTekstVenstre {
    position: absolute;
    top: 64px;
    left: 30px;
    width: 90px;
    height: 15px;
    border-top: 12px solid #00b9e6;
    border-left: 12px solid transparent;
}
.gjtoppAvMeldPaaTekstHoyre {
    position: absolute;
    top: 61px;
    left: 115px;
    width: 50px;
    height: 15px;
    border-bottom: 12px solid #00b9e6;
    border-right: 12px solid transparent;
}

.gjbunnAvMeldPaaTekst {
    position: absolute;
    top: 76px;
    left: 42px;
    width: 120px;
    height: 0px;
    border-top: 12px solid #00b9e6;
    border-left: 12px solid transparent;
}


a.gjMeldPaaTekstLink:link {
    text-decoration: none;
    color: black;
}

a.gjMeldPaaTekstLink:visited {
    text-decoration: none;
    color: black;
}

.gjMeldPaaTekst {
    position: absolute;
    top: -21px;
    left: 4px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color:black;
}


.gjBarneForsikringLitenRundtBilde {
    width: 380px;
    height: 295px;
    vertical-align: middle;
}

.gjBarneForsikringLitenBilde {
    width: 380px;
    height: 198px;
    vertical-align: middle;
}

.gjKursBilde {
    width: 380px;
    height: 295px;
}

@media (max-width: 1200px) {
    .gjKursBilde {
        width: 320px;
        height: 248px;
    }
}

@media (max-width: 680px) {
    .gjKursBilde {
        width: 300px;
        height: 230px;
    }
}

@media (max-width: 1200px) {
    .gjBarneForsikringLitenBilde {
        width: 320px;
        height: 180px;
    }
}

@media (max-width: 680px) {
    .gjBarneForsikringLitenBilde {
        width: 300px;
        height: 180px;
    }
}

@media (max-width: 1200px) {
    .underTopp {
        min-height: 240px;
    }
}

@media (max-width: 480px) {
    .gjKursBilde {
        width: 100%;
        height: 230px;
    }
}

@media (max-width: 480px) {
    .gjBarneForsikringLitenBilde {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 480px) {
    .gjKurs {
        padding-right: 0px;
        display:block;
    }
}

.gjRundtKlubb {
    float:right;
    width:160px;
}

.gjtoppAvKlubb {
    position: absolute;
    top: 257px;
    /*left: 220px;*/
    width: 160px;
    height: 0px;
    border-bottom: 20px solid #f5fdff;
    border-right: 20px solid transparent;
}

.gjBunnAvKlubb {
    position: absolute;
    top: 275px;
    /*left: 220px;*/
    width: 160px;
    height: 20px;
    border-top: 20px solid #f5fdff;
    border-left: 20px solid transparent;
}


.gjKlubbTekst {
    position: absolute;
    top: -36px;
    left: -9px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color: black;
    width:100%;
    text-align:center;
}


.gjKlubbLogo {
    position: absolute;
    top: -36px;
    left: -9px;
    padding-top:-40px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color: black;
    text-align: center;
    margin:auto;
}

.gjKlubbLogoImage {
    max-width: 100px;
    max-height: 40px;
}

@media (max-width: 1200px) {
    .gjtoppAvKlubb {
        top: 210px;
    }
}

@media (max-width: 1200px) {
    .gjBunnAvKlubb {
        top: 230px;
    }
}

@media (max-width: 680px) {
    .gjtoppAvKlubb {
        top: 190px;
    }
}

@media (max-width: 680px) {
    .gjBunnAvKlubb {
        top: 210px;
    }
}

.gjBarneforsikringStor {
    text-align: center;
    max-width: 1182px;
    /*min-height: 1000px;*/
    margin: auto;
    /*margin-top: 15px;*/
    z-index: 25;
    padding-top:50px;
}


/*.gjBarneForsikringLiten {
    width: 380px;
    height: 200px;
}*/


.gjKursBarneforsikringLitenIB {
    width: 380px;
    height: 295px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    background-color: #fffffa;
    display: inline-block;
    vertical-align: middle;
    /*padding-top: 20px;*/
    padding-left: 20px;
    padding-right: 20px;
    margin:auto;
}


@media (max-width: 1200px) {
    .gjKursBarneforsikringLitenIB {
        width: 320px;
        height: 230px;
    }
}

@media (max-width: 680px) {
    .gjKursBarneforsikringLitenIB {
        width: 300px;
        height: 230px;
    }
}

@media (max-width: 480px) {
    .gjKursBarneforsikringLitenIB {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 310px) {
    .gjKursBarneforsikringLitenIB {
        width: 100%;
        height: 200px;
    }
}


.BarneforsikringLiten {
    width: 211px;
    height: 34px;
    font-family: GjensidigeBrownTT;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.BarneforsikringLitenBilde {
    width:39px;
    height:39px;
    }


.Barneforsikring-utfyLiten {
    width: 280px;
    height: 51px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    margin-top: 30px;
}








.gjBarneforsikringStorBilde {
        max-width: 1182px;
    }

@media (max-width: 1200px) {
    .gjBarneforsikringStorBilde {
        width: 100%;
    }
}



.gjBarneforsikringStorIB {
    width: 1190px;
    height: 369px;
    border: solid 1px #d3d3d3;
    background-color: #fffffa;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    /*padding-top: 40px;*/
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1200px) {
    .gjBarneforsikringStorIB {
        width: 100%;
        height: 420px;
    }
}



.rundtNyheter {
    text-align: left;
    max-width: 1282px;
    min-height: 300px;
    margin: auto;
    margin-top: 0px;
    z-index: 25;
}

@media (max-width: 1260px) {
    .rundtNyheter {
        padding-left: 20px;
    }
}

@media (max-width: 545px) {
    .rundtNyheter {
        text-align: left;
        padding-left: 0px;
    }
}

.gjRundtNyhetoverskrift {
    text-align: left;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom:5px;
}


@media (max-width: 1200px) {
    .gjRundtNyhetoverskrift {
        text-align: center;
    }
}




.gjTreNyheter {
    padding-top: 2px;
    /*display: flex;*/
    text-align: center;
    padding-bottom:20px;
}


.gjNyhetInfo {
    padding-top: 0px;
    /*padding-left: 70px;*/
    max-width: 1190px;
    text-align: left;
    margin: auto;

}



.gjNyhet {
    /*position: relative;*/
    /*width: 370px;
    height: 294px;

    padding-top: 2px;*/
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    /*flex: 1;*/ /*grow*/
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


.gjNyhetBilde {
    width: 380px;
    height: 295px;
}

@media (max-width: 1200px) {
    .gjNyhetBilde {
        width: 320px;
        height: 248px;
    }
}

@media (max-width: 680px) {
    .gjNyhetBilde {
        width: 300px;
        height: 230px;
    }
}


@media (max-width: 480px) {
    .gjNyhetBilde {
        padding-right: 0px;
        display: block;
    }
}


@media (max-width: 480px) {
    .gjNyhet {
        padding-right: 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .gjNyhetBilde {
        width: 100%;
    }
}


.gjNyhetOverskrift {
    padding-top:10px;
    width: 320px;
    min-height: 53px;
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    text-align:left;
}


@media (max-width: 480px) {
    .gjNyhetOverskrift {
        padding-left: 20px;
    }
}

.gjNyhetDato {
    width: 320px;
    min-height: 16px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    text-align: left;
}

@media (max-width: 480px) {
    .gjNyhetDato {
        padding-left: 20px;
    }
}


.gjNyhetTekst {
    max-width: 380px;
    /*height: 76px;*/
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    text-align:justify;
    padding-top: 18px;
}



@media (max-width: 1200px) {
    .gjNyhetTekst {
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .gjNyhetTekst {
        padding-left: 20px;
    }
}






.Barneforsikring {

    width: 301px;
    height: 48px;
    font-family: GjensidigeBrownTT;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.Barneforsikring-utfy {
    padding-top:15px;
    text-align:left;
    width: 540px;
    height: 51px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.Fordeler-med-forsikr {
    padding-top: 41px;
    width: 198px;
    height: 19px;
    font-family: GjensidigeBrownTT;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.gjRundtFordeler {
    padding-top:10px;
    text-align:left;
}

.Sikrer-kt-fremtid {
    width: 340px;
    height: 102px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}


.Fri-tilgang-p-den {
    width: 380px;
    height: 68px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
    margin-top: 10px;
}

.KjopBarneforsikring {
    width: 280px;
    height: 50px;
    border: solid 5px #a993bf;
    display: inline-block;
    vertical-align: bottom;
    padding-top:15px;
    padding-left:27px;
    padding-right:31px;
    padding-bottom:15px;
    margin-top:40px;
    cursor:pointer;
}



.Knapp-tekst {
    width: 230px;
    height: 15px;
    font-family: GjensidigeBrownTT;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}




.gjSokKurs {

    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin: auto;
    width:100%;

}

.gjSokEn {
    width: 297px;
    height: 60px;
    border-top: solid;
    border-bottom: solid;
    border-right: solid;
    border-width: 2px;
    border-color: #cbcbcb;
    margin:auto;
    /*display: block;*/
    /*white-space:nowrap;*/
    /*margin-left:-7px;*/
}

.gjSokTo {
    width: 297px;
    height: 60px;
    border-top: solid;
    border-bottom: solid;
    border-right: solid;

    border-width: 2px;
    border-color: #cbcbcb;
    margin: auto;
    text-align: left;
    padding-left: 30px;
    /*display: block;*/
    /*white-space: nowrap;*/
    /*margin-left: -7px;*/
}

.gjSokFire {
    width: 297px;
    height: 60px;
    border-top: solid;
    border-bottom: solid;
    border-width: 2px;
    border-color: #cbcbcb;
    margin: auto;
    text-align: center;
    padding-left: 45px;
    /*display: block;*/
    /*white-space: nowrap;*/
    /*margin-left: -7px;*/
}

.gjSokFem {
    width: 297px;
    height: 60px;
    border-top: solid;
    border-bottom: solid;
    border-width: 2px;
    border-color: #cbcbcb;
    margin: auto;
    text-align: left;
    padding-left: 30px;
}


.gjSok {
    font-weight: bold;
    width: 200px;
    height: 35px;
    vertical-align:middle;
    text-align:center;
    border-radius: 5px;
    background-color: #00b9e6;
    padding-top:7px;
    font-family:Roboto;
}

.gjSokLiten {
    font-weight: bold;
    width: 200px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    background-color: #00b9e6;
    padding-top: 7px;
    font-family: Roboto;
    margin:auto;
}


.gjSokLitenOver {
    padding-top: 20px;
}


.gjKurstypene {
    /*padding-top: 20px;*/
    /*padding-left: 70px;*/
    max-width: 1190px;
    text-align:left;
    margin:auto;
}


@media (max-width: 1260px) {
    .gjKurstypene {
        padding-left: 20px;
    }
}

@media (max-width: 545px) {
    .gjKurstypene {
        text-align: left;
        padding-left: 1px;
    }
}

@media (max-width: 545px) {
    .gjSokTo {
        padding-left: 30px;
    }
}

@media (max-width: 545px) {
    .gjSokFire {
        padding-left: 20px;
    }
}

.gjSokPilNed {
    display: inline-block;
    padding-left: 25px;
}

@media (max-width: 545px) {
    .gjSokPilNed {
        padding-left: 20px;
    }
}

.gjRundtStegene {
    text-align: left;
    vertical-align: top;
    padding-top: 10px;

    max-width: 1190px;
    margin:auto;
}


@media (max-width: 1200px) {
    .gjRundtStegene {
        text-align: center;
    }
}




.gjRundtKursforklaring {
    padding-top:50px;
    padding-left:0px;
}


.gjRundtHverDelKursForklaring {
    display: inline-block;
    width: 49%;
    text-align: left;
    padding-bottom: 40px;
}

@media (max-width: 700px) {
    .gjRundtHverDelKursForklaring {
        width: 100%;
    }
}


.gjRundtSmaabarn {
    padding-bottom:20px;
}

.gjRundtKursForklaringEnKolonne {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 40px;
}

.gjHovedsponsor {
    margin-top:120px;
    max-width: 1440px;
    height: 126px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    background-color: #fffffa;
    text-align:center;
}



.gjHovedsponsorTekst {
    width: 77px;
    height: 16px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #061c26;
    padding-top:14px;
    text-align:center;
    margin:auto;
}


.gjHovedsponsorGjensidige {
    font-family: GjensidigeBrownTT;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #143c6e;
    padding-top: 25px;
    width: 250px;
    text-align: center;
    margin: auto;
}



.gjUnderst {
    max-width: 1440px;
    height: 283px;
    background-color: #333333;
    text-align:center;
}

.gjLogoNederstNorgesSvommeskole {
    text-align:center;
    padding-top: 30px;
    padding-bottom: 10px;
}


.gjTryggivannNo {
    text-align: center;
    padding-top: 12px;
    color: #ffffff;
    line-height: 14px;
    font-family: Roboto;
    font-size: 12px;
}

.gjTryggivannNo2 {
    text-align: center;
    padding-top: 12px;
    color: #ffffff;
    line-height: 14px;
    max-width: 199px;
    text-align: center;
    margin: auto;
}

.gjInniUnderst {
    text-align: center;
    max-width: 550px;
    margin: auto;
}


.gjKursTyperListe {
    width: 100%;
    padding: 0 !important;
}


.gjNavBar {
    color:black;
}

.gjResultatOverOverskrift {
    margin-top: 10px;
    max-width: 1190px;
    text-align: center;
    margin: auto;
    /*padding-bottom:30px;*/
}

.gjResultatOverskrift {
    margin-top: 10px;
    max-width: 1190px;
    text-align: left;
    margin: auto;
}

@media (max-width: 1200px) {
    .gjResultatOverskrift {
        text-align: center;
    }
}

.gjResultat {
    margin-top: 10px;
    max-width: 1220px;
    text-align: center;
    margin: auto;
    padding-bottom:25px;
}


.gjCard {
    min-height: 390px;
    max-width: 380px;
    background-color: white;
}

.gjCardOF .dxcvCSD {
    overflow: hidden;
}

.dxcvFlowCard {
    margin-left: 10px !important;
}

@media (max-width: 1200px) {
    .gjCard {
        max-width: 320px;
        min-height: 420px;
    }
}

@media (max-width: 1060px) {
    .gjCard {
        max-width: 310px;
    }
}

/*@media (max-width: 1020px) {
    .gjCard {
        max-width: 320px;
    }
}*/

.gjUkedag {
    width: 23px;
    height: 23px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
    border-style: solid;
    border-width: 1px;
    border-color: var(--sv-mmeforbundet-bl-tekst);
    border-spacing:0px;
}

.gjVisUkedag {
    background-color: var(--sv-mmeforbundet-bl-tekst);
    color: white;
}

.gjVisKursnavn {
    display: inline-block;
    width: 255px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
    padding-right: 5px;
}

@media (max-width: 1200px) {
    .gjVisKursnavn {
        width: 215px;
    }
}



.Tittel {
    width: 239px;
    height: 56px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.Dato {
    width: 186px;
    height: 25px;
    font-family: Roboto;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}



.Meld-meg-p {
    width: 99px;
    height: 15px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}



.GjensidigeDesktopHeadingH1 {
    font-family: GjensidigeBrownTT;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilHeadingsH1 {
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.DesktopHeadingsH1 {
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.GjensidigeMobilHeadingH1 {
    font-family: GjensidigeBrownTT;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}


.MobilHeadingsH2 {
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilForsidenKurs-tileH1 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilHeadingsH3 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilForsidenKurs-tileH2 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilFormInputText {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilFormInputPlaceholder {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #cacaca;
}


.MobilLinkStor {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.DesktopLinkStor {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.GjensidigeMobilHeadingH2 {
    font-family: GjensidigeBrownTT;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}


.MobilHeadingsH4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilPFeilmelding {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


.MobilPFakturaBold {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilPBold---hvit {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}


.MobilPBold {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.GjensidigeMobilPList {
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}


.MobilPRegular {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilPFakturaRegular {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilForsidenKurs-tileKnappetekst {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


.MobilFormHeading {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.MobilFormHeading2 {
    font-family: Arial;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.GjensidigeMobilKnappetekst {
    font-family: GjensidigeBrownTT;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.MobilFormError {
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}


.MobilPFooter {
    font-family: Roboto;
    font-size: 9px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


.Stegene-i-kursstigen {
    width: 161px;
    height: 92px;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}




.gjMenu {
    /*width: 95px;*/
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    padding-left:10px;
    text-align:left;
}


.gjMenuRow {
    height: 30px;
}


.gjMenuTable tr:hover td {
    background-color: lightgray;
}


.gjMenuLeft {
    padding-left:5px;
}


.gjMinSideOverskrift {
    width: 300px;
    min-height: 46px;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.gjMinSideFeltOverskrifter {
    width: 280px;
    height: 18px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    padding-top:15px;
}



.gjMinSideFeltBrukernavn {
    width: 111px;
    height: 24px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    padding-top:18px;
    padding-bottom:30px;
}

.gjMinSideFelt {
    width: 280px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    
}


.gjMinSideMellomFelt {
    width: 280px;
    padding-top:5px;
}

.gjMinSideLinje {
    width: 280px;
    height: 1px;
    background-color: #6a6a6a;
    margin-top: 25px;
}

.gjMinSideKalenderLinje {
    width: 252px;
    height: 1px;
    background-color: #6a6a6a;
    margin-top: 2px;
}

.gjMinSideRBFelt {
    width: 90px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjPaddingRight {
    padding-right:20px;
}

.gjMinSideLagre {
    width: 190px;
    height: 35px;
    color: rgb(157, 237, 255);
    background-color: rgb(157, 237, 255);
    text-align: center;
    margin:auto;
    border-radius: 5px;
    cursor: pointer;
}


.gjMidSideLagreEndringer {
    width: 190px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #585858;
}


.gjMinSideCHKFelt {
    width: 260px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.dxichCellSys td {
    padding-right: 10px;
    padding-left:0px;
}

.dxichCellSys {
    padding-right: 10px;
    padding-left: 0px !important;
}

.gjMineKursPerson {
    width: 100%;
    height: 60px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    border-style: none;

}


.gjMineKursPersonTabell {
    border-style: none !important;
}


.gjMineKursKurs {
    width: 100%;
    height: 58px;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    border-style: none;
}



.gjKursdataLede {
    width: 160px;
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    padding-top:6px;
    text-align:left;
}



.gjKursdata {
    width: 150px;
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    text-align: left;
}

.gjMittKursDetRow {
    border-style: none !important;
}

.gjRundtMittKursDelOverskrifter {
    padding-top: 20px;
    padding-left: 30px;
    text-align: left;
    width: 320px;

}

@media (max-width: 680px) {
    .gjRundtMittKursDelOverskrifter {
        padding-left: 10px;
    }
}

/*@media (max-width: 680px) {
    .gjRundMittKursDelOverskrifter {
        margin: auto;
    }
}*/

/*.gjOverRundtDatoer {
    
}*/

@media (max-width: 680px) {
    .gjOverRundtDatoer {
        padding-left:5px;
    }
}



¨.gjMittKursDelOverskrifter {
    width: 80px;
    height: 21px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjKursdatoBoksLiten {
    width: 420px;
    height: 70px;
    background-color: var(--kortbakgrunn-m-rk);
}

@media (max-width: 680px) {
    .gjKursdatoBoksLiten {
        width: 250px;
    }
}

.gjKursdatoBoks {
    width: 420px;
    min-height: 211px;
    background-color: var(--kortbakgrunn-m-rk);
}

@media (max-width: 680px) {
    .gjKursdatoBoks {
        width: 280px;
    }
}

/*@media (max-width: 400px) {
    .gjKursdatoBoks {
        width: 100%;
        padding-right: 13px;
    }
}*/



.gjAnbefalingBoks {
    width: 420px;
    min-height: 211px;
    background-color: var(--kortbakgrunn-m-rk);
}

@media (max-width: 680px) {
    .gjAnbefalingBoks {
        width: 305px;
    }
}

@media (max-width: 400px) {
    .gjAnbefalingBoks {
        width: 100%;
        padding-right: 13px;
    }
}





.gjRundDato {
    width: 480px;
}


@media (max-width: 680px) {
    .gjRundDato {
        width: 320px;
    }
}


.gjNavigerKursdatoVenstre {
    width: 20px;
    height: 211px;
    background-color: var(--kortbakgrunn-lys);
    background-image: url('/gjensidige/images/pilvenstremittkurs.png');
}

    .gjNavigerKursdatoVenstre:hover {
        background-image:url('/gjensidige/images/pilvenstremittkurshover.png');
    }

.gjNavigerKursdatoHoyre {
    width: 20px;
    height: 211px;
    background-color: var(--kortbakgrunn-lys);
    background-image: url('/gjensidige/images/pilhoyremittkurs.png');
}

    .gjNavigerKursdatoHoyre:hover {
        background-image: url('/gjensidige/images/pilhoyremittkurshover.png');
    }

.gjNavigerKursdatoBlank {
    width: 20px;
    height: 211px;
    background-color: transparent;
}

.gjDelmaalBoks {
    width: 420px;
    background-color: transparent;
}

@media (max-width: 680px) {
    .gjDelmaalBoks {
        width: 300px;
    }
}


@media (max-width: 400px) {
    .gjDelmaalBoks {
        width: 100%;
        padding-right: 13px;
    }
}


.gjDatoerBoks {
    padding-left: 30px;
    width: 450px;
    background-color: transparent;
}

@media (max-width: 680px) {
    .gjDatoerBoks {
        width: 310px;
        padding-left: 10px;
    }
}


@media (max-width: 400px) {
    .gjDatoerBoks {
        width: 100%;
        padding-right: 13px;
    }
}




.gjMineKursOverskrift {
    padding-left:60px;
    padding-top:20px;
    text-align:left;
}

@media (max-width: 680px) {
    .gjMineKursOverskrift {
        padding-left: 30px;
    }
}

.gjRundtMineKurs {
    padding-left: 60px;
    padding-top: 30px;
}

@media (max-width: 680px) {
    .gjRundtMineKurs {
        padding-left: 10px;
    }
}

.gjMittKursHovedInfo {
    padding-left: 30px;
    padding-top: 30px;
}

@media (max-width: 680px) {
    .gjMittKursHovedInfo {
        padding-left: 15px;

    }
}


.gjKursInfoHovedInfo {
    padding-left: 140px;
    padding-top: 5px;
}

@media (max-width: 1065px) {
    .gjKursInfoHovedInfo {
        padding-left: 30px;
    }
}


.gjOverKursHovedInfo {
    display: inline-block;
    vertical-align: top;
    padding-right: 90px;
}

@media (max-width: 680px) {
    .gjOverKursHovedInfo {
        padding-right: 0px;
        width:100%;
    }
}

.gjToppenavHovedInfo {

    width:320px;
}

/*@media (max-width: 680px) {
    .gjToppenavHovedInfo {
        text-align: center;
        margin: auto;
    }
}*/

.gjMineKurs {
    padding-left: 15px;
}

.gjMineKurs strong {
    font-weight:bold;
}

@media (max-width: 680px) {
    .gjMineKurs {
        padding-left: 5px;
    }
}

.gjMittKursDelmaal {
    padding-left: 30px;
}

@media (max-width: 680px) {
    .gjMittKursDelmaal {
        padding-left: 13px;
    }
}


.gjKursperiodeGrid {
    font-weight:600;
    font-size:16px;
    padding-top:10px;
}

.gjKursperiodeGrid2 {
    font-weight: 300;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}


.gjMineKursKursnavn {
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto;
    padding-top: 10px;
}


.gjIngenKurs {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjFakturaDetaljerAlt1 {
    background-color: var(--sv-mmeforbundet-bl-tekst-10) !important;
    margin-bottom: 2px;


    border-bottom-color: white;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.gjFakturaDetaljerAlt2 {
    background-color: var(--kortbakgrunn-lys) !important;
    margin-bottom: 2px;


    border-bottom-color: white;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.dxgvDetailCell td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.gjOk {
    font-weight: bold;
    width: 100px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    background-color: #00b9e6;
    padding-top: 7px;
    font-family: Roboto;
}


.gjBekreft {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 15px;
}

@media (max-width: 680px) {
    .gjBekreft {
        width: 100%;
        padding-left: 5px;
    }
}


.gjTakkOverskrift {
    /*height: 46px;*/
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--sv-mmeforbundet-bl-tekst);
    padding-top:10px;
}


.gjTrengerdu {
    height: 37px;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.gjGogA {
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 30px;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.gjPakker {
    padding-left: 25px;
    text-align: center;
}

@media (max-width: 680px) {
    .gjPakker {
        padding-left: 30px;
    }
}



.gjNyBruker {
    width: 275px;
    height: 24px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjCenterSmal {
    text-align:left;
}

@media (max-width: 680px) {
    .gjCenterSmal {
        text-align:center;
        margin:auto;
    }
}


.gjFeilBoks {
    width: 250px;
    height: 39px;
    background-color: var(--varselr-d);
    vertical-align: middle;
    margin:auto;
    text-align:center;
}



.gjFeilBoksTekst {
    width: 207px;
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
}


.gjCaptcha {
    width: 190px;
    text-align: center;
    margin: auto;
}


.gjVentelisteVis {
    display: normal;
}

.gjVentelisteGjem {
    display: none;
}


.gjMeldVenteliste {
    /*width: 280px;*/
    /*height: 74px;*/
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjMinVenteliste {
    display: inline-block;
    vertical-align: top;
    padding-right: 425px;
}

@media (max-width: 1260px) {
    .gjMinVenteliste {
        padding-right: 125px;
    }
}

@media (max-width: 680px) {
    .gjMinVenteliste {
        padding-right: 25px;
    }
}

.gjHvemVilDuMelde {
    width: 280px;
    height: 38px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.PersonMeldPaa {
    width: 280px;
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);

}

.PersonMeldPaa td {
    vertical-align: top !important;
    padding-right:10px;
}


.PersonAvslaa {
    width: 280px;
    height: 19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.PersonAvslaa td {
        vertical-align: top !important;
        padding-right: 10px;
    }

.PersonAvslaa:hover {
    color:red;
}


.gjBeskrivelse {
    width: 480px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

@media (max-width: 680px) {
    .gjBeskrivelse {
        width: 320px;
    }
}


.gjKursInfo {
    display: inline-block;
    vertical-align: top;
    padding-top: 80px;
    padding-left: 10px;
}

@media (max-width: 1065px) {
    .gjKursInfo {
        padding-top: 30px;
    }
}

.gjKursInfoKursInfo {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 10px;
}



.gjVentelisteData {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    vertical-align: top;
    padding-left:110px;
}

@media (max-width: 1065px) {
    .gjVentelisteData {
        padding-left: 5px;
    }
}

@media (max-width: 680px) {
    .gjVentelisteData {
        width: 100%;
    }
}


.gjRelasjon {
    width: 90px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjRelasjon td {
    vertical-align: top !important;
    padding-right: 10px;
}

.gjNyPersPopUp {
    width: 100%;
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0.95);
}


.gjKursOverskrift {
    width: 100%;
    min-height: 46px;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--sv-mmeforbundet-bl-tekst);
    padding-left: 140px;
    padding-top: 20px;
}


@media (max-width: 1065px) {
    .gjKursOverskrift {
        padding-left: 35px;
    }
}


@media (max-width: 680px) {
    .gjKursOverskrift {
        width: 280px;
    }
}

.gjKursNavBar {
    width: 380px;
    padding-bottom: 5px;
}


@media (max-width: 680px) {
    .gjKursNavBar {
        width: 280px;
    }
}


.gjNavnNavBar {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.gjPameldStegene {
    width:480px;
}

@media (max-width: 680px) {
    .gjPameldStegene {
        width: 280px;
    }
}



.gjSummering {
    width: 100%;
    height: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
    border-style: none;
}


.gjSummeringTabell {
    border-style: none !important;
}


.gjGjensidigesidenBak {
    background-color: #fffffa;
    min-height: 200px;
}

.gjHovedsponsorGjensidigeOver {
    margin-top: 120px;
    max-width: 1440px;
    height: 126px;
    background-color: #fffffa;
    text-align: center;
}


.gjSikreFremtid {
    width: 280px;
    height: 200px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.gjBarneforsikringUtfyller {
    padding-top: 15px;
    text-align: left;
    width: 320px;
    height: 51px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.gjGensidigeDekker {
    width: 380px;
    height: 876px;
    background-color: #e1e1e1;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    text-align:left;
    padding-bottom: 30px;
}

@media (max-width: 640px) {
    .gjGensidigeDekker {
        width: 280px;
        height: 1050px;
    }
}

.gjGjensidigeDekkerFontBold {

    font-family: GjensidigeBrownTT;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    width: 50%;
    padding-top: 7px;
    padding-bottom: 7px;
}


.gjGjensidigeDekkerFont {

    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 13px;
    vertical-align: top;
}

.gjGjensidigeMellomLinjer {
    width: 360px;
    height: 1px;
    border-bottom: solid 1px #c6c6c6;
}


.gjGjensidigeDekkerOver {
    padding-top: 60px;
    text-align: center;
    margin: auto;
    width: 380px;
    padding-bottom:30px;
}

@media (max-width: 640px) {
    .gjGjensidigeDekkerOver {
        width: 280px;
        padding-top: 30px;
    }
}

.gjGjensidigeOverBarneforsikring {
    width: 320px;
    margin: auto;
    text-align: center;
}

@media (max-width: 640px) {
    .gjGjensidigeOverBarneforsikring {
        width: 280px;
    }
}

.gjGjensidigeSpalter {

    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.gjSirkel {
    border-radius: 50%;
    background-color: #bae3cc;
    height: 380px;
    width: 380px;

}

@media (max-width: 640px) {
    .gjSirkel {
        width: 280px;
        height: 280px;
    }
}

.gjTrenger {
    width: 278px;
    height: 34px;
    font-family: GjensidigeBrownTT;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-top:129px;
    text-align:center;
    margin:auto;
}

@media (max-width: 640px) {
    .gjTrenger {
        padding-top: 70px;
        font-size: 22px;
    }
}


.gjOnlineShop {
    width: 280px;
    height: 34px;
    font-family: GjensidigeBrownTT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
    margin: auto;
    padding-top:40px;
}

@media (max-width: 640px) {
    .gjOnlineShop {
        width: 200px;
    }
}

.gjGjensidigeShop {
    width: 280px;
    height: 45px;
    border: solid 5px #ababab;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    padding-top:12px;

    font-family: GjensidigeBrownTT;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--sv-mmeforbundet-bl-tekst);
}

@media (max-width: 640px) {
    .gjGjensidigeShop {
        width: 200px;
    }
}



.cookiedisc {
    position: fixed;
    bottom: 0px;
    opacity: 0.85;
    margin: 0px 50px 0px 0px;
    background: #c0c5d5;
    color: #000;
    text-align: center;
    padding: 10px 30px;
    max-width:1440px;
    width: 100%;
    z-index: 100;
}


.gjRegistrertGjensidigeLiten {
    padding-left: 60px;
    text-align: left;
}


@media (max-width: 1200px) {
    .gjRegistrertGjensidigeLiten {
        padding-top: 40px;
    }
}

@media (max-width: 680px) {
    .gjRegistrertGjensidigeLiten {
        padding-left: 30px;
        padding-top: 40px;
    }
}


@media (max-width: 480px) {
    .gjRegistrertGjensidigeLiten {
        width: 100%;
        height: 164px;
        padding-left: 0px;
        padding-top: 40px;
    }
}



.gjVarer {
    /*width: 480px;*/
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sv-mmeforbundet-bl-tekst);
}


.gjKlubben {
    width: 395px;
    padding-left: 60px;
}

@media (max-width: 680px) {
    .gjKlubben {
        padding-left: 30px;
    }
} 

@media (max-width: 480px) {
    .gjKlubben {
        width: 100%;
        padding-left: 0px;
    }
}

.gjKursVelger {
    font-weight: bold;
    width: 270px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    background-color: #00b9e6;
    padding-top: 7px;
    font-family: Roboto;
}


.gjNivaavelger {
    display: inline-block;
    width: 280px;
    padding-bottom: 20px;
    text-align: center;
    margin:auto;
    padding-left:5px;
    padding-right: 5px;
    vertical-align: top;
}

@media (max-width: 680px) {
    .gjNivaavelger {
        width: 100%;
    }
} 


.gjTabellPadding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.gjTilbakemeldingerOverskrift {
    padding-left: 60px;
    padding-top: 20px;
    text-align: left;
}

@media (max-width: 680px) {
    .gjTilbakemeldingerOverskrift {
        padding-left: 20px;
    }
}



.gjPiktogram {
    vertical-align: top;
    /*padding-top: 7px;*/
    /*padding-left: 140px;*/
    text-align: center;
    /*float: left;*/
    width: 600px;
    margin: auto;
    display: inline-block;
}

@media (max-width: 1400px) {
    .gjPiktogram {
        width: 300px;
    }
}

@media (max-width: 900px) {
    .gjPiktogram {
        display: none;
    }
}

.gjPiktogramImage {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0px;
    display: inline-block;
}

.gjPiktogramTekst {
    vertical-align: top;
    padding-top: 16px;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
}

.gjPiktogramTekstOver {
    color: white !important;
}

.gjPiktogramTekstOverHover {
    color: #fcfc03 !important;
}

    @media (max-width: 1400px) {
        .gjPiktogramTekst {
            display: none;
        }
    }

/*.gjPiktogramSvomming:hover {
    background: url("/gjensidige/images/piktogram/svommingRed.svg") no-repeat;
}*/

.gjPiktogramSvomming {
    background: url("/gjensidige/images/piktogram/svomming.svg") no-repeat;
    width: 33px;
    height: 33px;
}

.gjPiktogramSvommingHover {
    background: url("/gjensidige/images/piktogram/svommingGul.svg") no-repeat;
    width: 33px;
    height: 33px;
}

.gjPiktogramStup {
    background: url("/gjensidige/images/piktogram/stup.svg") no-repeat;
    width: 28px;
    height: 33px;
}

.gjPiktogramStupHover {
    background: url("/gjensidige/images/piktogram/stupGul.svg") no-repeat;
    width: 28px;
    height: 33px;
}

.gjPiktogramSynkron {
    background: url("/gjensidige/images/piktogram/synkron.svg") no-repeat;
    width: 36px;
    height: 33px;
}

.gjPiktogramSynkronHover {
    background: url("/gjensidige/images/piktogram/synkronGul.svg") no-repeat;
    width: 36px;
    height: 33px;
}

.gjPiktogramVannpolo {
    background: url("/gjensidige/images/piktogram/vannpolo.svg") no-repeat;
    width: 33px;
    height: 33px;
}

.gjPiktogramVannpoloHover {
    background: url("/gjensidige/images/piktogram/vannpoloGul.svg") no-repeat;
    width: 33px;
    height: 33px;
}

.gjPiktogramOpenWater {
    background: url("/gjensidige/images/piktogram/openwater.svg") no-repeat;
    width: 33px;
    height: 33px;
}

.gjPiktogramOpenWaterHover {
    background: url("/gjensidige/images/piktogram/openwaterGul.svg") no-repeat;
    width: 33px;
    height: 33px;
}

.gjInfoMaaTilhore {
    font-size: 13px;
}


.divBubble {
    position: absolute;
    top: 100px;
    height: 125px;
    width: 200px;
    background: yellow;
    position: relative;
    cursor: pointer;
    border: 3px double black;
    border-radius: 10px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    opacity: 0.9;
    z-index: 1000;
    float: right;
    vertical-align:middle;
}

/*.divBubble:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 130px;
    height: 20px;
    width: 20px;
    background: yellow;
    box-sizing: border-box;
    transform: rotate(225deg) translate(-50%);
    border-bottom: inherit;
    border-right: inherit;
    box-shadow: inherit;
}*/



.gjLogginnIDIDOverskrift {
    width: 400px;
    min-height: 46px;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--sv-mmeforbundet-bl-tekst);
}

.gjLogginnIDID {
    width: 250px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #585858;
}

.gjLoggInnIDIDRundtKnapp {
    width: 250px;
    height: 35px;
    color: rgb(157, 237, 255);
    background-color: rgb(157, 237, 255);
    text-align: center;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}