@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);

html, body, nav, li, ul {
    margin: 0;
    padding: 0;
}

/* Fra dynamisk kode */

body, html {
    
    background-color: transparent;    
    background-image: url('../Images/bg.jpg');
    background-repeat: repeat;
    color: black;
    font: 14px;
    font-family: Raleway,Helvetica,Arial,sans-serif, "Open Sans",Helvetica;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    color: black;    
}

a, a:link, a:visited {
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
    color: var(--TextColor);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    a:hover {
        color: var(--HoverColor);
        text-decoration: none;
    }


@font-face {
    font-family: Raleway;
    font-display: swap;
    src: local(Raleway), url("../../Content//Fonter/Raleway-Regular.ttf");
}


@font-face {
    font-family: "Century Gothic";
    src: url('../Content/Fonter/GOTHIC.TTF');
    src: local(Century Gothic), url("Fonter/GOTHIC.TTF");
    font-display: swap;
}


@font-face {
    font-family: MuseoSans;
    src: url('Fonter/MuseoSans_100.ttf');
    src: local(Raleway), url("Fonter/MuseoSans_100.ttf");
    font-display: swap;
}

@font-face {
    font-family: MuseoSansNormal;
    src: url('Fonter/MuseoSans_500.otf');
    src: local(Raleway), url("Fonter/MuseoSans_500.otf");
    font-display: swap;
}



.WebFont, body, .WebBody {
    font-family: Raleway,Helvetica,Arial,sans-serif, "Open Sans",Helvetica;   
}



.LogoTopBar {
    display: inline-block;
    height: 200px;
    top: 0;
    text-align: left;
    margin: 0px auto;
    position: relative;
    padding: 0px;
}

nav {
    display: block;
    text-align: center;
    padding: 0px;
    background: var(--BannerBG);    
    color: white;
}

.MobileMenuToggle {
    margin: 0;
    padding: 0;
}


.slicknav_menu, .slicknav_nav a {
    color: #ffffff;    
}

.slicknav_nav li, .slicknav_nav {
    color: #ffffff;
}

    .slicknav_nav li a:hover, .slicknav_nav ul a:hover, .MobileMenuToggle:hover {
        color: #ffffff;
    }



/*menu Custom  */

.MobileMenuToggle {
    font-size: 16px;
    text-align: left;
    border: none;
    cursor: pointer;
    display: none;
    width: 100%;
    height: 60px;
    padding: 10px;
    color: var(--TextColor) !important;
    background-color: var(--BackgroundColor);
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .MobileMenuToggle:hover {
        text-decoration: none;
        color: var(--TextColor) !important;
        background-color: var(--HoverColor);
    }


nav {
    color: var(--TextColor) !important;   
}


/* mobile menu  */
.slicknav_nav a {
    color: var(--TextColor) !important;
    background-color: var(--BannerBG) !important;
}

    .slicknav_nav a:hover {
        color: var(--TextColor) !important;
        background-color: var(--HoverColor) !important;
    }

.slicknav_nav ul a {
    color: var(--TextColor) !important;
    /*background-color: var(--BackgroundColor) !important;*/
}

.slicknav_nav li {
    border-bottom: 1px solid var(--BackgroundColor) !important;
    color: var(--TextColor) !important;
    /*background-color: var(--BackgroundColor) !important;*/
}

    .slicknav_nav li a:hover, .slicknav_nav a:hover, .slicknav_nav ul a:hover, .MobileMenuToggle:hover, .menu ul li a:hover {
        color: var(--TextColor) !important;
        /*background-color: var(--HoverColor) !important;*/
    }

/*  -->   */


/* Normal menu */



.menu li a {
    color: var(--TextColor) !important;    

}

    .menu li a:hover, .menu li:hover > a {
        color: var(--TextColor);
        background-color: var(--HoverColor);
    }

.menu ul li a {
    border-bottom: 1px solid #262626 !important;
    color: var(--TextColor);
    background-color: var(--BannerBG) !important;
}

    .menu ul li a:hover, .menu ul li:hover > a {
        color: var(--TextColor);
        background-color: var(--HoverColor) !important;
    }


/* --->  */




.CenterBox {
    width: 100%;
    text-align: center;
}

.BigBlueButton {
    background: linear-gradient(to top, #03357c, #0094c7);
    color: white !important;
    font-family: Sans-serif;
    font-size: 26px;
    height: 60px;
    width: 150px;
    line-height: 60px;
    margin: 25px 25px;
    text-align: center;
    border: 2px solid #0094c7;
    border-radius: 5px;
    padding: 12px;
    transition: all 0.3s ease 0s;
}

    .BigBlueButton:hover {
        color: white;
        background: linear-gradient(to top, #0094c7,#03357c);
    }

/*image Hover fx*/
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .3s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.5);
    }
/*   ---------  */

.swiperCellImg {
    top: 0px;
}

section {
    position: relative;
    width: 100%;
    top: 00px;
}

.WebBody {
    position: relative;
    top: 0px;
    padding: 15px;
    text-align: left;
    font-family: Raleway,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    background-color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px auto;
    max-width: 1200px;
    min-height: 1050px;
}

.WebpageHeading {
    margin: 0px;
    z-index: 1;
    color: #000000;
    font-family: Raleway,Helvetica,Arial,sans-serif;
    font-size: 35px;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 5px;
}

.HovedBodyContent {
    position: relative;
    top: -15px;
    padding: 50px;
    z-index: 1;
    text-align: left;
}


.HovedBannerFrontSide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.HovedBildeFrame {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.swiperCellImg {
    width: 100%;
    position: relative;
}

.BodyCenterWrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.SearchFieldMain {
    position: relative;
    top: 5px;
    min-width: 240px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.SearchBtnIcon {
    position: absolute;
    right: 25%;
    top: 12px;
}

.ForceCenterContent {
    text-align: center !important;
}


.BoottomSection {
    margin-top: -20px;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    color: white !important;
    background-color: var(--BackgroundColor);
    text-align: center;
}

.FootContent {
    margin-top: 0px;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    color: white !important;
    background-color: #3b3b3b;
    text-align: center;
    padding-top: 50px;
}

.fa {
    margin-right: 10px !important;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}


/* Menu section */

.menu {
    display: block;
    margin: 0;
    padding: 0;
}

    .menu li {
        display: inline-block;
        position: relative;
        z-index: 100;
    }

a.homer {
    background: #005094;
}

.menu li:first-child {
    margin-left: 0;
}


.menu li a {
    font-weight: normal;
    text-decoration: none;
    padding: 10px 15px;
    height: 20px;
    margin: 0;
    top: -10px;
    position: relative;
    color: var(--TextColor);
    transition: all 0.2s ease-in-out 0s;
}

    .menu li a:hover, .menu li:hover > a {
        color: #ffffff;
        background-color: var(--HoverColor);
    }

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0px;
    width: 200px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 1;
    transform: translate(0,20px);
    text-align: left;
    text-overflow: clip;
    height: 0px;
    top: 28px;
}

    .menu ul li a {
        font-size: 14px;
        font-weight: normal;
        display: block;
        color: white;
        background: #343434;
    }

        .menu ul li a:hover, .menu ul li:hover > a {
            background: #007bfd;
            color: white;
        }

    .menu ul li {
        display: block;
        float: none;
        background: none;
        margin: 0;
        padding: 0;
    }

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

/* Slickmenu mobile mode */


.slicknav_menu {
    *zoom: 1;
    display: none;
    font-size: 20px;
    box-sizing: border-box;
    background: transparent;
    padding: 40px 0px 0px 0px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    margin-top: 0px;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
}

    .slicknav_menu .slicknav_icon:before {
        background: transparent;
        width: 1.125em;
        height: 0.875em;
        display: block;
        content: "";
        position: absolute;
    }

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 50px;
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav li {
        display: block;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
        position: relative;
        left: 10px;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #000000;
    font-weight: bold;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 10px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.slicknav_nav .slicknav_row {
    margin: 0px;
}

.slicknav_nav a {
    padding: 12px;
    margin: 0px;
    text-decoration: none;
    color: #fff;
}

    .slicknav_nav a:hover {
        background: black;
        color: white;
    }

.slicknav_nav .slicknav_txtnode {
    padding: 12px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
/*  -----------   */


/*BoxingBoxses*/
.BoxContainer {
    text-align: center;
    padding: 10px;
    box-sizing: content-box; 
}

.GridBox {
    width: 100%;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
}


.FrontBox {
    position: relative;
    border: 2px solid var(--BackgroundColor);
    height: 420px;
    width: 280px;
    overflow: hidden;
    background-color: white;
}

.FontBoxImage {
    background-color: black !important;
    height: 180px;
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}

.ImageInBox {
    width: 350px;
    height: auto;
    overflow: hidden;
    transform: scale(1.2);
}


.BoxBody {
    font-weight: normal;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 5px;
}

.LesMerBox {
    display: inline-block;
    border-top: solid 1px #e9e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    background: rgb(232,232,232);
    background: linear-gradient(0deg, rgba(232,232,232,1) 29%, rgba(255,255,255,1) 100%);
    white-space: nowrap;
}
/*    */

/*  Responsive logikk   */


/* Desktop og større */

@media (min-width: 1180px) {

    .WebpageHeading {
        font-size: 40px !important;
    }

    .LogoTopBar {
        max-width: 900px;
        padding: 10px;
    }

    nav {
        text-align: center;
        padding-top: 0px;
        height: 100%;
    }

    .menu li a {
        font-size: 16px;
    }

    .HovedBilde {
        top: -100px;
    }

    .HovedBildeFrame {
        max-height: 460px;
    }

    .HovedBannerFrontSide {
        max-height: 700px;
        overflow: hidden;
    }
}


/* Tablet */

@media (min-width: 768px) and (max-width: 1180px) {

    .LogoTopBar {
        max-width: 600px;
    }

    .WebBody {
        width: 100%;
        font-size: 17px !important;
    }

    .menu li a {
        font-size: 11px;
    }

    .HovedBildeFrame {
        max-height: 350px;
    }

    .HovedBannerFrontSide {
        max-height: 500px;
    }
}

/* Mobile */

@media only screen and (max-width: 768px) {

    body, html {
        font-size: 18px;
    }

    .HovedBodyContent {
        padding: 20px;
        font-size: 18px;
    }

    .HovedBodyContent {
        position: relative;
        top: -15px;
        padding: 50px;
        z-index: 1;
        text-align: left;
    }

    user agent stylesheet
    div {
        display: block;
    }

    .IndexHomeFrontBody {
        top: 0px;
        padding: 0px;
        margin: 0px auto;
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: white;
        text-align: left;
        min-height: 1050px;
    }

    .ForceCenterContent {
        text-align: center !important;
    }

    .BodyCenterWrapper {
        width: 100%;
        max-width: 1200px;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    body {
        background: transparent;
        color: #374147;
        font: 14px;
        -webkit-font-smoothing: antialiased;
        width: 100%;
    }

    .WebFont, body, .WebBody {
        font-family: Raleway,Helvetica,Arial,sans-serif !important;
    }

    .HovedBannerFrontSide {
        max-height: 250px;
    }

    .LogoTopBar {
        width: 50%;
        height: 50%;
        padding: 10px;
    }

    .HovedBodyContent {
        padding: 20px;
    }

    .WebpageHeading {
        font-size: 22px !important;
    }

    .WebBody {
        padding: 10px !important;
        width: 100% !important;
        font-size: 15px !important;
    }

    nav {
        padding-top: 20px;
    }

    .menu {
        display: none;
    }

    .MobileMenuToggle {
        display: inline-block !important;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .slicknav_menu {
        display: block !important;
    }


    .HovedBildeFrame {
        max-height: 250px;
    }

    .FrontBox {
        width: 100%;
    }
}


/*--- Webside Standard ----*/


.fb-like {
    padding: 50px;
    position: relative;
}

.HovedBilde {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
    max-width: 1200px;
}

.WebKategori {
    font-family: 'MuseoSans','Neo Sans Std';
    font-weight: bold;
    color: #0f6cde;
    font-size: 22px;
    position: relative;
    top: -3px;
}

.IndexHomeFrontBody {
    top: 0px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--TextColor);
    background-color: #342424;
    text-align: left;
    min-height: 1050px;
}



.webpluggBarItem {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    left: 30px;
}

.FotoAv {
    position: absolute;
    font-weight: bold;
    top: 0px;
    right: 13px;
    font-size: 12px;
    padding: 5px;
    background-image: url("../../Content/Images/trans_link.png");
}

.SirkelTemplate {
    width: 35px !important;
    height: 35px !important;
    padding: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    margin-right: 10px;
    margin-bottom: 10px;
}

.SirkelFor {
    background: #5ed85d;
    border: 4px solid #0d710d;
    width: 35px !important;
    height: 35px !important;
}

.SirkelMot {
    background: #d47e41;
    border: 4px solid #ff6a00;
    color: white;
    width: 35px !important;
    height: 35px !important;
}

.TotalKilder {
    background: #a149ef;
    border: 4px solid #7d2dc3;
    color: white;
    width: 35px !important;
    height: 35px !important;
}

.ScorePoeng {
    background: #4970ef;
    border: 4px solid #2b4dba;
    color: white;
    width: 35px !important;
    height: 35px !important;
}

.CenterContent {
    text-align: center;
    width: 100%;
}

.ButtonLagKonto {
    padding: 12px !important;
    width: 30%;
    font-size: 16px;
}

.Paddding10 {
    padding: 10px;
}

.ClearLinebBoth {
    clear: both;
}

.infobox-info, .infobox-body {
    height: 600px !important;
    padding: 10px;
    color: #b24a00 !important;
    font-weight: bold;
}

.infobox-close-img {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: 30px !important;
    height: 30px !important;
}

.form-control {
    position: relative;
    width: 60%;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1px;
    margin-right: 10px;
    top: 0px;
    left: 0px;
}


    .form-control:focus {
        border-color: white;
        outline: 0;
        -webkit-box-shadow: 0 2px 2px black,0 0 8px black;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.70),0 0 8px rgba(0, 0, 0, 0.70);
    }

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    text-align: left;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    width: 80%;
    overflow: hidden;
    padding: 20px;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    color: black;
    position: relative;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: middle;
    background-position: bottom;
    background-image: url('../Images/topFadeSilver.png');
}

legend {
    color: #9502cd;
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
    color: black;
}


.editor-field {
    margin: 0.5em 0 0 0;
    color: black;
    width: 90%;
}

.text-box {
    position: relative;
    display: block;
    width: 90%;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1px;
    top: 0px;
    left: 0px;
}


    .text-box:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
        border-color: #3399FF;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 153, 255, 1);
    }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(153,0,0,.075),0 0 8px rgba(153,0,0,.6);
    box-shadow: inset 0 2px 2px rgba(153,0,0,.075),0 0 8px rgba(153,0,0,.6);
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}


/* Knapper */

#FileUploader {
    display: none
}

.BtnShopOffSet {
    position: relative;
    padding: 5px !important;
    margin: 10px;
    top: -1px !important;
}

.BtnFloatLeft {
    float: left;
    text-align: left;
    margin-left: 10px;
}

.BtnFloatRight {
    float: right;
    text-align: right;
}

.BtnHovedMenu:link, .BtnHovedMenu:visited, .BtnHovedMenu, a.BtnHovedMenu {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    padding: 10px;
    background-color: transparent;
}

    .BtnHovedMenu:hover {
        color: #FFFFFF;
        padding: 10px;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        border: 1px solid #939393;
        background-color: rgba(255, 255, 255, 0.20);
        cursor: pointer;
    }

.BtnFxLink:link, .BtnFxLink:visited, .BtnFxLink, a.BtnFxLink {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 6px;
    border: 1px solid #333333;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #666666;
    top: 0px;
    left: 0px;
}

    .BtnFxLink:hover {
        color: #333333;
        position: relative;
        border: 1px solid #3399FF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #99CCFF;
        cursor: pointer;
        text-decoration: none !important;
    }

.BtnGlassWhite:link, .BtnGlassWhite:visited, .BtnGlassWhite, a.BtnGlassWhite {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: black;
    position: relative;
    padding: 10px;
    border: 1px solid #666666;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #818181;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/SoftShader.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: white;
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 60;
}

    .BtnGlassWhite:hover {
        color: #ffffff;
        position: relative;
        background-position: center top;
        background-image: url('../Images/BarBG.png');
        background-repeat: repeat-x;
        background-color: black;
        cursor: pointer;
    }

.BtnGlassWhiteSelected:link, .BtnGlassWhiteSelected:visited, .BtnGlassWhiteSelected, a.BtnGlassWhiteSelected {
    top: 0px;
    left: 0px;
    color: #ffffff;
    position: relative;
    background-position: center top;
    background-image: url('../Images/BarBG.png');
    background-repeat: repeat-x;
    background-color: #000000;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 10px;
    border: 1px solid #3c2e49;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



.BtnFxLink:link, .BtnFxLink:visited, .BtnFxLink, a.BtnFxLink {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 8px;
    border: 1px solid #333333;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #666666;
    top: 0px;
    left: 0px;
}

    .BtnFxLink:hover {
        color: #333333;
        position: relative;
        border: 1px solid #3399FF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #99CCFF;
        cursor: pointer;
    }

.BtnFxLinkGreen:link, .BtnFxLinkGreen:visited, .BtnFxLinkGreen, a.BtnFxLinkGreen {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 8px;
    border: 1px solid #16d611;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #178a00;
    top: 0px;
    left: 0px;
}

    .BtnFxLinkGreen:hover {
        color: #333333;
        position: relative;
        border: 1px solid #178a00;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #16d611;
        cursor: pointer;
    }

.BtnFxLinkBlue:link, .BtnFxLinkBlue:visited, .BtnFxLinkBlue, a.BtnFxLinkBlue {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 8px;
    border: 1px solid #3399FF;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #0c61b2;
    top: 0px;
    left: 0px;
}

    .BtnFxLinkBlue:hover {
        color: #333333;
        position: relative;
        border: 1px solid #99CCFF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #3399FF;
        cursor: pointer;
    }

/*Bilde galleri*/

.boxIMG {
    padding: 0px;
    /*position:relative;
    float:left;*/
    height: 120px;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
    display: inline-block;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

/* Custom web */


.InlineFelt {
    position: relative;
    margin-left: 25px;
    border-left: 2px solid #aaaaaa;
    padding: 15px;
}

.KategoriBox {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.KvoteNote {
    padding: 10px;
    padding-left: 25px;
    background-color: #4f4f4f;
    color: #ffffff;
    border-left: 3px solid #00e8ff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ClearLine {
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

img, .Img {
    border: none;
}

.ImgLink:link, .ImgLink:visited, ImgLink:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}



.BGColorGreen {
    background-color: #409d00;
}

.BGColorRed {
    background-color: #f64b00;
}

.BGColorYellow {
    background-color: #f5c300;
}

.CenterText {
    text-align: center;
    width: 100%;
}


.KategoriBannerTop {
    padding: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #282828;
    color: white;
    text-align: left;
    border-bottom: 4px solid #5b5b5b;
}

.BoxerUnderKategorier {
    position: relative;
    margin-top: 80px;
}



.KonklusjonsTekstBox {
    position: absolute;
    bottom: 40px;
    left: -10px;
    width: 100%;
}

.WebBoxTitel {
    font-family: Raleway,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #262626;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}



.ByLineForfatter {
    position: absolute;
    bottom: 50px;
}



/*-------------- Nettbutikk design  -------------*/
/*Frontbox byttet ut   .ShopItemBox {
    position: relative;
    float: left;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    border: 2px solid #c8c8c8 !important;
    -webkit-border-radius: 10px;
    width: 100%;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 300px;
    min-width: 240px;
    height: 440px;
    overflow: hidden;
    background-color: white;
    color: #3399FF;
    text-align: left;
}*/

.KategoriFelt {
    position: relative;
    top: -20px;
    padding: 20px;
    box-sizing:padding-box;
    font-size: 24px;
    background-color: var(--BackgroundColor);
    color: white;
    clear: both;
    margin: 0px;
}

.PriceField {
    position: relative;
    top: 0px;
    margin-right: 10px;
    padding: 5px;
    width: 100%;
    font-size: 18px;
    color: #2e702c;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.ProduktogWebTittel {
    color: var(--HoverColor);
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding:0px;
    margin:0px;   

}

.RabattField {
    position: relative;
    float: right;
    top: -15px;
    color: #ff6600;
    width: 40%;
    font-size: 14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.PrisInklMva {
    color: black !important;
}


.BildeGalleryImg {
    width: 20vw;
}

.ShopBuyField {
    color: white !important;
    position: relative !important;
    top: 120px !important;
}

/*.PriceField, .PrisInklMva, .AntallBestill {
    color: white !important;
}*/


.BoxBodyShopItem {
    clear: both;
    font-family: Century Gothic;
    font-weight: normal;
    margin: 0px;
    font-size: 16px;
    color: black;
    margin-top: 5px;
}

.AntallBestill {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: black;
    max-width: 200px !important;
    height: 50px;
    position: absolute;
    bottom: 45px;
    margin: 0 50px;
}


.BestillBtn {
    font-size: 16px;
    font-weight: bold;
    color: #a8fa99 !important;
    border-top: solid 1px #e9e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0 50px;
    width: 200px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #27651a;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    .BestillBtn:hover {
        color: black !important;
        border: 1px solid #178a00;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #16d611;
        cursor: pointer;
    }


.BestillBtnShopFront {
    display: inline-block;
    border-top: solid 1px rgb(0, 65, 5);
    padding-top: 20px;
    padding-bottom: 20px;    
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: #84f199;
    background: rgb(18,198,32);
    background: linear-gradient(0deg, rgba(18,198,32,1) 0%, rgba(8,103,15,1) 0%, rgba(9,46,11,1) 7%, rgba(11,53,14,1) 20%, rgba(35,128,47,1) 100%, rgba(45,242,74,1) 100%);
    white-space: nowrap;
}
    .BestillBtnShopFront:hover {
        cursor: pointer;
        color: white;
        background: rgb(18,198,32);
        background: linear-gradient(0deg, rgba(18,198,32,1) 0%, rgba(17,70,21,1) 35%, rgba(6,69,13,1) 53%, rgba(35,128,47,1) 74%, rgba(45,242,74,1) 97%);
    }

    .BtnShopOffSet {
        position: relative;
        margin-left: 10px;
        padding: 10px !important;
        top: 0px !important;
    }

/*-------------------------*/





.IconTyper {
    padding: 2px;
    width: 30px;
}



/*jquery UI*/
.ui-datepicker {
    width: 300px !important;
    margin: 5px auto 0;
    font: 14pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    .ui-datepicker table {
        width: 100%;
        font: 14pt Arial, sans-serif;
    }


.ui-state-highlight {
    background: #999 !important;
}

.event a {
    background-color: #d70e83 !important;
    color: white !important;
}




KildeLink:link, .KildeLink:visited, .KildeLink, a.KildeLink {
    position: relative;
    top: -10px;
    left: -10px;
    padding: 20px;
    background-color: #f5f5f5;
    background-image: url('../Images/SoftShader.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    display: block;
    text-decoration: none;
    color: #2f2f2f;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid;
    width: 100%;
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .KildeLink:hover {
        background-color: rgba(51, 153, 255, 0.70);
        background-image: none;
        color: white;
    }


.Doneringsfelt {
    padding: 10px;
    width: 70%;
    background-color: black;
    color: deepskyblue;
}

.H2Donering {
    font-size: 20px !important;
}


.FootBox {
    font-size: 14px;
    text-align: right;
    padding: 20px;
}

.flex-container {
    display: flex;
}

    .flex-container > div {
        margin: 0px;
        padding: 15px;
        width: 100%;
        border-right: 2px solid var(--BackgroundColor);
    }
