﻿@font-face {
    font-family: 'poppinsbold';
    src: url('../Fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../Fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('../Fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../Fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../Fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../Fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html, form {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'poppinsregular';
    font-size: 20px;
    color: #000;
    scroll-padding: 100px;
    line-height: 1.2;
}

img
{
 border:none;   
}

A:link{color:Black;text-decoration:none;}
A:visited{color:Black;text-decoration:none;}
A:active{color:Black;text-decoration:none;}
A:hover{color:Black;text-decoration:none;}


/*  DEFAULT   */


#Wrapper
{
    width:100%;
    height:100%;
    position:relative;
}

#Wrapper-Jobb
{
    width:100%;
    height:100%;
    position:relative;
    background-color: #fff;
}

.Clear
{
    clear:both;   
}

*
{
    box-sizing:border-box;
}

#Wrapper .TopOpenHolder {
    background-color: #a6cde2;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 10px 9px 10px;
    box-sizing: border-box;
    color: #fff;
    position: fixed;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 1000;
}

#Wrapper .TopOpenHolder p
{
    margin:0px;
}

#Wrapper .TopOpenHolder a
{
    color:#fff;
}

#Wrapper .MenyHolder
{
    position: fixed;
    width: 100%;
    z-index: 10;
    top:33px;
}

#Wrapper .navbar-toggles 
{
    display:none;
}

#Wrapper .TopBannerHolder {
    display: block;
    background-color: transparent;
    height: 100px;
    z-index: 10;
    width: 100%;
    position: relative;
}

#Wrapper #TopMeny
{
    width:100%;
    text-align:center;
    font-size:16px;
    top:0px;
    left:0px;
    z-index:200000;
    position: absolute;
}

#Wrapper #TopMeny ul
{
    z-index:2005;
    width: 100%;
    margin: 0px auto;
    list-style: none;
    padding-left: 0px;
}

#Wrapper #TopMeny ul li
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 30px;
}

#Wrapper #TopMeny ul a
{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size: 12px;
}

#Wrapper #TopMenyImageHolder {
    position: absolute;
    top: 30px;
    left: 14px;
    z-index: 20000;
    cursor: pointer;
}

#Wrapper #TopMenyImageHolder img 
{
    width: 46px;
}

.Spacer {
    height: 33px;
}

.mceEditor
{
    field-sizing:content;
}


.TextHolder {
    width: 50%;
    margin: 0px auto;
    padding: 70px 0px;
    font-size: 18px;
    text-align: center;
}

    .TextHolder table {
        display: block;
        width:100%!important;
    }

        .TextHolder table tbody {
            display: block;
        }

            .TextHolder table tbody tr {
                display: flex;
                gap: 20px;
                margin-bottom: 20px;
                flex-wrap: wrap;
                width: 100%;
            }

            .TextHolder table tbody td {
                width: auto !important;
                flex: 1;
            }

                .TextHolder table tbody td p {
                    margin: 0px;
                }

.centercontent70
{
    width:70%;
    margin: 0px auto;
    position:relative;
}

.centercontent90
{
    width:90%;
    margin: 0px auto;
    position:relative;
}

#kreera
{
    width:100%;
    background-color: #fff;
}

#kreera img
{
    width:50px;
    padding:10px 0px 10px 0px;
    display:block;
    margin: 0px auto;
}


/*  CUSTOM  */


#Intro 
{
    height: 85vh;
    width: 100%;
    background-color: #000;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#Videoholder 
{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

video#bgvid 
{
    width:100%;
    height:100%;
    object-fit:cover;
}

#IntroOverlay 
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background-repeat: repeat;
    z-index: 2;
    top: 0px;
}

#OverlayHold {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#OverlayHoldImg 
{
    text-align: center;
}

#OverlayHoldImg img 
{
    max-width: 1000px;
    width:100%;
    display:block;
    object-fit:cover;
    padding:50px;
    box-sizing: border-box;
}

#StartText
{
    width:100%;
    padding:50px 0px;
    background-color: #e7f2f8;
}

#InfoHolder
{
    font-size:0px;
    background-color: #e7f2f8;
    padding:50px 0px 30px 0px;
}

.InfoHead h1
{
    color:#000;
}

.InfoItem
{
    width:25%;
    display:inline-block; 
    box-sizing:border-box; 
    vertical-align:top;
    border: 20px solid#e7f2f8;
    background-color: #fff;
    padding: 20px 10px;
}

.InfoItemHead h2
{
    font-size: 22px;
    color:#000;
}

.InfoItemImage
{
    width:100%;
    padding-bottom:20px;
}

.InfoItemImage img
{
    display:block;
    width: 70px;
    margin: 0px auto;
}

.BulbHolder
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 70px 0px;
    width:80%;
    margin:0px auto;
}

.BulbTextHolder
{
    display: inline-block;
    width:75%;
    padding-left:50px;
    box-sizing: border-box;
}

.BulbText
{
    color:#000;
    text-align: left;
    width: 90%;
    padding-top:20px;
}

.BulbText h2, .BulbText h3
{
    color:#000;
    text-align: left;
}

.BuldItemHolder
{
    display: inline-block;
    width:25%;
}

.BuldItemHolder img
{
    width: 80%;
    max-width: 700px;
    margin: 0px auto;
    display: block;
}

#StartOfferHolder {
    background-color: #6dbe93;
    padding:30px 0px;
    color:#fff;
}

#StartOfferHolder *
{
    color:#fff;
}

#StartStaticInkast {
    display: table;
    width: 100%;
    font-size: 0px;
    height: 80vh;
}

#StartStaticInkastLeftHolder 
{
    display: table-cell;
    vertical-align: top;
    background-color: #1c2e3d;
    padding: 70px 100px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 50%;
}

#StartStaticInkastLeft 
{
    display: table;
    width: 100%;
    height: 100%;
}

#StartStaticInkastLeftText 
{
    vertical-align: middle;
    display: table-cell;
}

#StartStaticInkastRight 
{
    display: table;
    vertical-align: top;
    background-repeat: no-repeat;
    padding: 70px;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    height: 100%;
    background-color: #e7f2f8;
}

#StartStaticInkastRightImg 
{
    display: table-cell;
    background-image: url(../Images/Siteimages/Lightbulb.png);
    background-position: center center;
    background-size: contain;
}

.BG-Grey
{
    background-color: #e7f2f8;
}



    #StartTextField {
        display: table;
        width: 100%;
        font-size: 0px;
        height: 60vh;
    }

#StartTextFieldHolder 
{
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 18px;
    color: #1c2e3d;
    text-align: center;
    padding: 50px 0px;
}

.StartTextField 
{
    display: table;
    width: 50%;
    height: 100%;
    margin: 0px auto;
}

#StartTextFieldText 
{
    vertical-align: middle;
    display: table-cell;
}

#StartTextFieldTextSub
{
    vertical-align: middle;
    display: table-cell;
    padding-top:100px;
}

#Personel
{
    font-size:0px;
    background-color: #6dbe93;
    padding: 10px 0px 50px 0px;
    color:#fff;
}

#Personel a
{
    color:#fff;
}

.PersonelHead h2
{
    color:#fff;
    padding-bottom:30px;
    display: block;
}

.PersonelInkast
{
    width:25%;
    display:inline-block; 
    box-sizing:border-box; 
    vertical-align:top;
    padding: 0px 10px 40px 0px;
}

.PersonelImage
{
    width:100%;
    padding-bottom:20px;
}

.PersonelImage img
{
    display:block;
    width:100%;
}

.PIName 
{
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.PIRank 
{
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding-top:10px;
    letter-spacing: 1px;
}

.PIPhone 
{
    font-size: 12px;
    text-align: center;
    padding: 15px 0px 3px 0px;
}

.PIEmail 
{
    font-size: 12px;
    text-align: center;
}

.PIEmail a
{
    color:#fff;
}

#StartInkastHolder
{
    width:100%;
    padding:50px 0px;
}

#SubInkastHolder {
    width: 100%;
    padding: 50px 0px;
}

#StartInkastHolder .centercontent70 {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap: 30px;
}

#SubInkastHolder .centercontent70 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 30px;
}

    #SubInkastHolder .centercontent70 .SIItem{
        width: calc(33.3333% - 30px);
    }

#StartInkastHolder .centercontent70 .SIItem {
    width: calc(33.3333% - 30px);
}

.SIItem {
    display: inline-block;
}

.SIImage {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
}

    .SIImage img {
        display: block;
        width: 100%;
        border-radius: 15px;
    }

    .SIImage img {
        display: block; /* removes extra gaps under image */
        width: 100%; /* responsive scaling */
        height: auto;
        transition: transform 0.3s ease; /* smooth zoom effect */
    }

    .SIImage:hover img {
        transform: scale(1.1); /* zoom in slightly */
    }

    .SIHeadline
    {
        font-weight:bold;
        font-size:16px;
        padding-top:10px;
        text-align:center;
    }

    .SIText
    {
        padding-top:20px;
    }

.SIButton
{
    display:inline-block;
    padding-top:30px;
    text-align:center;
    width:100%;
}

.SIButton a
{
    padding:10px 30px;
    background-color:#6dbe93;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    border-radius:15px;
}

    .SIButton a:hover {
        background-color: #3a664d;
    }

#StartVideo {
    width:100%;
    height:70vh;
    position:relative;
    z-index:1;
}

#StartImageOverlay {
    position: absolute;
    z-index: 3;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
}

    #StartImageOverlay * {
        color: #fff;
        
    }

    #StartImageOverlay p, #StartImageOverlay span {
        font-size: clamp(1.2rem, 4vw, 6vw) !important;
    }

.startmoviebutton {
    padding: 10px 30px;
    background-color: #6dbe93;
    color: #fff!important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 15px;
}

    .startmoviebutton:hover {
        background-color: #3a664d;
    }


#StartVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#StartFade
{
    width:100%;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    background-color:rgba(0,0,0,0.2);
}

#StartAbout {
    background-color: #1c2e3d;
    color: #fff;
    text-align: center;
    padding: 80px 0px;
}

#StartMiljo {
    background-color: #a6cde2;
    color: #fff;
    padding: 80px 0px;
}

#StartMiljo .centercontent70 {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10%;
}

#StartMiljo img
{
    max-width:400px;
    width:30%;
}

#Footer
{
    background-color:#000;
    padding:30px 0px;
    color:#fff;
}

#Footer table
{
    text-align:center;
}

#KontaktOm {
    background-color: #1c2e3d;
    padding: 30px 0px;
}

#KontaktOm *
{
    color:#fff;
}

#KontaktMiljo
{
    background-color:#6dbe93;
    padding:30px 0px;
}


/*
Detaljsida
*/
#SubIntro {
    padding: 55px 0px 20px 0px;
}

#StoreHolder {
    width: 100%;
    display: flex;
    margin-top:20px;
    margin-bottom:20px;
    table-layout: fixed;
}

#StoreLeft {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
}

#LeftLogo {
    display: block;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

    #LeftLogo img {
        display: block;
        width: 100%;
    }

#StoreLine {
    display: table-cell;
    position: relative;
    display: none;
}

#StoreLineLine {
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 1px;
    margin: auto;
    background-color: #e9e9e9;
}

#StoreRight {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
    margin: 0px auto;
    padding:0px 20px 0px 20px;
}

#StoreRightNavigation {
    width: 100%;
    font-size: 12px;
    color: #4a2336;
    padding-bottom: 30px;
    letter-spacing: 2px;
}

    #StoreRightNavigation a {
        color: #4a2336;
        text-transform: uppercase;
    }

#StoreRightName {
}

    #StoreRightName p {
        margin: 0px;
    }

#StoreRightText p {
    margin-top: 0px;
}

#StoreImage {
    display: table;
    position: relative;
    height: 70vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top center;
}

#StoreImageFade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 3;
}

#StoreNameOverlay {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    font-family: century-gothic, sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    position: relative;
    font-weight: bold;
}


/*.OtherImages
{
width: 25%;
padding: 0px 5px 10px 5px;
box-sizing: border-box;
}

.OtherImages img
{
width:100%;
}
*/

#VideoHolder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 10px;
    box-sizing: border-box;
}

.youtubeVideo {
    width: 50%;
    padding: 20px 10px 0px 10px;
    box-sizing: border-box;
    font-size: 0px;
}

.fittobox { /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0; /* get rid of pre-styling */
    margin: 0;
    width: 100%; /* take up full width available */
    padding-top: 56.25%; /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px; /* don't want it to expand beyond padding */
    position: relative; /* allow for absolute positioning of child elements */
}

    .fittobox > iframe {
        position: absolute; /* expand to fill */
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

/*#OtherImagesHolder {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-auto-rows: 500px 500px;
    grid-auto-flow: dense;
    padding:20px 20px 20px 20px;
}*/



#OtherImagesHolder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 5px;
    box-sizing: border-box;
}

.OtherImages {
    max-width: 500px;
    width: 100%;
    display: block;
}

#OtherImagesHolder .OtherImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
Detaljsida slut
*/

/*
ADMINNAVIGATION
*/
/*
ADMINNAVIGATION
*/
#AdminWrapper {
    Margin-left: 0px;
    min-height: 100%;
    display: flex;
}

#AdminLeft {
    display: inline-block;
    width: 200px;
    height: 100vh;
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
}

#AdminContentHolder {
    display: inline-block;
    width: 100%;
    padding-left: 250px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
}

#AdminWrapper #mceu_13 {
    max-width: 696px !important;
    width: 100% !important;
}

#AdminWrapper .dropdown {
    display: inline-block;
    height: 100%;
    width: 100%;
}

#AdminWrapper .dropbtn a {
    color: #fff;
}

#AdminWrapper #AdminLeft .dropbtn {
    font-size: 14px;
    border: none;
    display: block;
    outline: none;
    width: 100%;
    color: #fff !important;
    padding: 13px 20px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    background-color: #000;
    margin: 5px 0px;
}

#AdminWrapper .dropbtn a {
    color: #fff;
}

#AdminWrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    top: 0px;
    left: 100%;
    z-index: 1;
    font-size: 12px;
    color: #fff !important;
    width: 100%;
}

    #AdminWrapper .dropdown-content .header {
        padding: 5px 16px;
        color: white;
    }

#AdminWrapper .dropbtn:hover .dropdown-content {
    display: table;
}

#AdminWrapper .row {
    text-align: left;
    padding: 11px 0px;
    display: block;
}

    #AdminWrapper .row a {
        display: block;
        padding: 3px 15px;
        text-align: left;
        color: #fff;
    }

        #AdminWrapper .row a:hover {
            color: #35cf29;
        }

#AdminWrapper #MenuHolder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 30;
}

#AdminWrapper #MenuHold {
    list-style: none;
}

    #AdminWrapper #MenuHold li {
        display: inline-block;
        padding: 0px 20px;
        text-transform: uppercase;
        font-size: 14px;
    }

        #AdminWrapper #MenuHold li a {
            color: #000;
        }

#AdminWrapper .navbar-toggle {
    display: none;
}

#AdminWrapper #btnLogout, #AdminWrapper #btnLogout2 {
    cursor: pointer;
    border: none;
    text-align: left;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#AdminWrapper #TopMeny {
    width: 100%;
}

#TopMeny #menu {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

#AdminContentHolder select {
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
}

#AdminContentHolder .mce-panel {
    border: 0 solid #000 !important;
    border: 0.5px solid #000 !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #fff;
}

#AdminContentHolder .mce-menubar {
    border: 0.5px solid #000 !important;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#AdminContentHolder input[type=submit] {
    padding: 7px 30px;
    background-color: #000;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: arial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#AdminContentHolder .updown {
    padding: 7px 10px !important;
    background-color: #000 !important;
    border-radius: 0px !important;
    border: 0px !important;
    color: #fff !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    font-family: arial !important;
}

#AdminContentHolder input[type=text], #AdminContentHolder input[type=tel], #AdminContentHolder input[type=email] {
    border: 1px solid #000;
    padding: 5px;
}

.AdminCenterBoxHolder {
    display: block;
}

.AdminCenterBox {
    display: inline-block;
}

.AdminCenterBoxHeadline {
    font-size: 18px;
}

.AdminCenterBoxFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.AdminCenterBoxControls {
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.AdminCenterBoxControls {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px
}

#AdminWrapper .mce-tinymce {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.AdminNavigation {
    width: 150px;
    height: 80px;
    margin-right: 20px;
    float: left;
}

.AdminBlackbox {
    display: block;
    font-family: arial;
    width: 150px;
    background-color: Black;
    color: White;
}

.AdminLinks {
    color: Black;
    text-decoration: none;
}


#AdminFooter {
    margin-top: -39px;
    width: 100%;
    background-color: #000;
}

#AFText {
    color: white;
    padding-top: 2px;
    text-align: center;
}

.LeftLogoHolder {
    display: block;
    padding: 10px 0px 5px 20px
}

#AdminWrapper .LeftLogoHolder img {
    width: 90px;
}

#AdminWrapper .LogoHolder {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}

    #AdminWrapper .LogoHolder img {
        width: 70px;
    }

.MediaBg {
    background-color: #c2c2c2;
    width: 100%;
    padding: 15px 0px 15px 50px;
    margin-bottom: 20px;
}

    .MediaBg h3 {
        margin-top: 0px;
    }

#pnlImages {
    display: flex;
    padding: 25px;
    width: 50vw !important;
    height: 50vh !important;
    overflow: scroll;
    background-color: #fff;
    gap: 10px;
    flex-wrap: wrap;
}

.IPImage {
    display: inline-block;
    max-width: 200px;
}

.IPImageHolder {
    display: flex;
    flex-direction: column;
}

.IPText {
    padding-top: 5px;
    padding-bottom: 10px;
}

.IPTextSize {
    display: block;
    font-size: 14px;
}

.jsMpeBackground {
    background-color: #000;
    opacity: 0.7;
}


@media (max-width: 920px), only screen and (max-device-width: 920px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #AdminWrapper .LogoHolder {
        display: block;
    }

    #AdminWrapper #TopMeny {
        display: none;
    }

    #AdminWrapper .navbar-toggle {
        display: block;
    }

    #AdminLeft {
        display: inline-block;
        width: 80px;
        height: 50px;
        z-index: 10;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    #Admin {
        width: auto;
    }

    #AdminContentHolder {
        display: block;
        padding: 70px 50px;
        box-sizing: border-box;
    }

    #btnLogout2 {
        background-color: transparent;
        color: #fff;
        font-size: 24px !important;
        font-family: 'poppinslight' !important;
        padding: 0px !important;
        font-weight: normal;
    }
}

@media (max-width: 550px), only screen and (max-device-width: 550px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #AdminContentHolder {
        display: block;
        padding: 70px 20px;
        box-sizing: border-box;
    }
}

/*
/ADMINNAVIGATION
*/



@media (max-width: 1450px), only screen and (max-device-width: 1450px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
    
    .TextHolder
    {
        width: 60%;
    }

    #StartInkastHolder .centercontent70 .SIItem, #SubInkastHolder .centercontent70 .SIItem {
        width: calc(33.3333% - 30px);
    }

    #StartStaticInkastLeftHolder
    {
        padding:70px 50px;
    }

    .StartTextField 
    {
        width: 60%;
    }

}

@media (max-width: 1250px), only screen and (max-device-width: 1250px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
    
    .BulbText {
        width: 100%;
      }

    .BulbHolder {
        padding: 70px 0px;
        width: 90%;
      }

    .BuldItemHolder img {
        width: 100%;
      }

    .TextHolder
    {
        width: 70%;
    }

    .centercontent70
    {
        width:80%;
    }

    #StartStaticInkastLeftHolder
    {
        width:100%;
        padding:0px 0px;
    }

    #StartStaticInkastLeft
    {
        width:70%;
        margin:0px auto;
    }

    #StartStaticInkastRight
    {
        display:none;
    }
    
    .StartTextField 
    {
        width: 70%;
    }

    .PersonelInkast
    {
        width:33.333%;
    }

}

@media (max-width: 1000px), only screen and (max-device-width: 1000px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

        
    .TextHolder
    {
        width: 80%;
    }


    #IntroOverlay 
    {
        position: absolute;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .InfoItem
    {
        width:50%;
    }

    .StartTextField 
    {
        width: 80%;
    }

    #StartStaticInkastLeft
    {
        width:80%;
    }

    .centercontent70
    {
        width:85%;
    }

    .PersonelInkast
    {
        width:50%;
    }

    #StartInkastHolder .centercontent70 .SIItem, #SubInkastHolder .centercontent70 .SIItem {
        width: calc(50% - 30px);
    }

}

@media (max-width:700px), only screen and (max-device-width: 700px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #Footer table
    {
        width:100%;
        display:block;
    }

    #Footer table tbody
    {
        width:100%!important;
        display:block;
    }

    #Footer table tbody tr
    {
        display:flex;
        width:100%;
        flex-direction:column;
    }

    #Footer table tbody tr td
    {
        width:100%!important;
    }

    .BuldItemHolder {
        display: block;
        width: 100%;
    }

    .BuldItemHolder img {
        max-width: 150px;
      }

     .BulbTextHolder {
        display: block;
        width: 100%;
        padding-left: 0px;
      }

    .BulbText {
        text-align: center;
        width: 90%;
        padding-top: 50px;
        margin:0px auto;
      }

    .BulbText h2, .BulbText h3
    {
        text-align: center;
      }

    .TextHolder
    {
        width: 90%;
    }


    h1
    {
        font-size:28px;
    }

    h2
    {
        font-size:24px;
    }

    h3
    {
        font-size:24px;
    }


    #MobileMenu
    {
        width:100%;
        display:block;
        position:fixed;
    }
    
    #menuwrapper
    {
        padding-top:0px;
    }

    #nav,#MenuwrapperLine
    {
        display:none;
    }

    #TopMenyImageHolder {
        top: 15px!important;
    }
    
    #Menuholder {
        background-color: transparent;
    }

    .InfoItem
    {
        width:100%;
    }

    .StartTextField 
    {
        width: 90%;
    }

    #StartStaticInkastLeft
    {
        width:90%;
    }

     .centercontent70
    {
        width:90%;
    }

    .PersonelInkast
    {
        width:100%;
        padding-bottom:40px;
    }

}

@media (max-width: 550px), only screen and (max-device-width: 550px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #StoreHolder
    {
        flex-wrap:wrap;
    }

    #StoreLeft,#StoreRight
    {
        width:100%;
    }

    .TextHolder > p:first-of-type span {
        font-size: 24px !important;
        font-weight: bold;
    }


    #StoreRight {
        padding-top: 20px;
    }

    #StoreRightText p:first-of-type span
    {
        font-size:24px!important;
        font-weight:bold;
    }

    #body, html, form {
        font-size: 16px;
    }

    #StartImageOverlay {
        width: 100%;
        align-items: center;
        text-align: center;
    }

        #StartImageOverlay p
        {
            text-align:center!important;
        }

        #KontaktOm .centercontent70 p:first-of-type span {
            font-size: 28px !important;
            font-weight: bold;
        }

    .centercontent70 {
        width: 95%;
    }

    #StartMiljo .centercontent70
    {
        flex-direction:column;
    }

    #StartMiljo img
    {
        max-width:250px;
        margin-bottom:30px;
    }

    #StartMiljo .centercontent70 > * {
        width: 100%;
    }

    #StartAbout .centercontent70 p:first-of-type span {
        font-size: 28px !important;
        font-weight: bold;
    }

    #StartMiljo .centercontent70 p:first-of-type span {
        font-size: 28px !important;
        font-weight: bold;
    }

    #KontaktMiljo .centercontent70 p:first-of-type span {
        font-size: 28px !important;
        font-weight: bold;
    }

    #OverlayHoldImg img {
        padding: 50px;
    }

    .TextHolder table
    {
        font-size:0.7em;
    }

        .TextHolder table tbody tr td p:first-of-type span, .TextHolder table tbody tr td strong:first-of-type span {
            font-size: 22px !important;
        }

}