
html{
	-webkit-text-size-adjust: none;
}



/* Mid-version */
@media only screen and (max-width: 1000px){






}


/* Mid-version step 2 */
@media only screen and (max-width: 800px){



}




/* Small version */
@media only screen and (max-width: 600px){


    .sokPart {
        width: 50%;
        margin:0em 0 0em 50%;
    }
    .sokRuta {          /* Boxed or not */
        padding:0% 2% 0% 4%;
       margin-bottom:-2em;
    }



    .wideContent{
        position:relative;
        height:auto;
        width: 100%; /*Remove to fill screen width */
        margin: 0px auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }


    #container{

        margin: 0px auto;
    }







    #bigimage {
        display:none;
    }



    #footer {
        margin-top:2%;
        margin-left:2%;
        margin-right:2%;
        width:96%;

    }

    .foot1 {
        float:left;
        width:100%;
        text-align:center;
    }

    .foot2 {
        float:left;
        width:100%;
        text-align:center;
    }


    .logoImage {
        padding:0%;
    }

    .content {
        width:100%;
        margin:3% 0% 3% 0%;
        padding: 0% 2% 0% 2%;
    }

    .containSidebar {
        width:100%;
        margin:0%;
    }
    .sidebar {
        width:100%;
        margin:0%;
        padding: 2% 2% 2% 2%;
    }

    .menubar  {
        width: 100%;
        padding: 0% 0% 0% 0%;
        margin-top:0%;
        display:none;
    }



    .subMenuHeadClosed, .subMenuItem {
        padding: 4% 2% 4% 2%;
    }





    .hideInMob {
        display:none;
    }

    .hideInComp {
        display:block;
    }



    .flag1 {
        position: absolute;
        top:0.5em;
        right:1%;
        height:5em;
        width:10%;
        background-image: url('./inc/images/sve.gif');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .flag2 {
        position: absolute;
        top:0.5em;
        right:12%;
        height:5em;
        width:10%;
        background-image: url('./inc/images/eng.gif');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
    }


    #showMenuMob {
        background-image: url('design/menu.png');
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        position:fixed;
        bottom:0px;
        width:100%;

        box-sizing: border-box;

    }
    #showMenuMobClose {
        background-image: url('design/menu.png');
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        position:fixed;
        bottom:0px;
        width:100%;
        box-sizing: border-box;
    }
    #menuBarId {
        position:fixed;
        bottom:0;
        width:100%;
        box-sizing: border-box;
        max-height: 100%;
        overflow: scroll;

    }


    .boxpad_full {
        padding:0% 0% 0% 0%;
    }

    .overContent {          /* Boxed or not - NOT in mobile */
        background-color:#FFF;
        padding:0% 0% 0% 0%;
        border: none;
    }



    #website {

        padding:0.3% 3% 20% 3%;

    }



}



