@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700');

/*MAIN*/

body {
    font-size: 1.05em;
    line-height: 1.25em;
    font: 100%/1.4 'Open Sans Condensed', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    background: #fff;
    color: #555;
}

a {

    color: #706F6F;
    text-decoration: none;
    /*font-weight: bold;*/

}

a:hover {
    color: #444;
}

img {
    width: 100%;
}

header {
    background: #fff;
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}


#logo {
    margin: 15px 0px;
    float: left;
    width: 185px;
    height: 90px;
    background: url(../gfx/logo_2.png) no-repeat center;
    display: block;
}



ul {
    list-style: none;
}

li {
    display: inline-block;
    font-size: 1.2em;
    float: left;
    padding: 10px
}


.content {
    position: relative;
    background-image: url(../gfx/krosch_BG_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 100px;
}

.row {
    margin: 0 auto;
    width: 90%;
    max-width: 960px;
    padding-top: 2%;
    padding-bottom: 2%;
    min-height: 250px;
}

#infographic {
    margin: 0 auto;
    margin-top: 100px;
    padding: 2%;
}

.wrap {
    /* margin-top: 7%;
    margin-bottom: 5%; */
    margin: 0 auto;
}

#section {

    /*margin: 80px auto 40px;*/
    /*max-width: 980px;*/
    position: relative;
    /*padding: 20px*/
}

#OmOs {
    /* background-color: #f2f2f2; */
    padding: 1em;
}

.omTekst {
    text-align: left;
    column-count: 2;
    column-gap: 40px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
}

.wrapOm {
    margin-top: 7%;
    margin-bottom: 5%;
}


#Kompetencer {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;    
    background-color: #f2f2f2;
}


#Portfolio {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

#Kontakt {
    background-color: #f2f2f2;
}


h1 {
    font-size: 2em;
    font-weight: 300;
    color: #706F6F;
    line-height: 1.15em;
    margin: 20px 0;
}

h2 {
    font-size: 1.3em;
    font-weight: 300;
    color: #706F6F;
    /* line-height: 1.15em; */
}

h3 {
    font-size: 1.3em;
    font-weight: 300;
    color: #706F6F;
    line-height: 1.15em;
    margin: 20px 0;
}

p {
    line-height: 1.45em;
    margin-bottom: 20px;
}

.box {
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 1em;
}

footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    text-align: center;
    background-color: #fcaf17;
    color: #000;
    clear: both;
}

/*MEDIA QUERY*/

@media only screen and (max-width: 240px) {

    header {

        position: absolute;

    }


    #logo {
        
        width: 50%;
        height: auto;
    }
    
    
    #menu-icon {

        display: inline-block;

    }


    /* RESPONSIVE MENU-ICON */
    nav ul,
    nav:active ul {

        display: none;
        position: absolute;
        padding: 20px;
        background: rgba(112, 111, 111, 0.2);
        right: 20px;
        top: 60px;
        width: 100%;
        border-radius: 4px 0 4px 4px;
    }

    nav li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    nav:hover ul {
        display: block;
    }

    img {
        width: 100%;
    }