﻿.mobile {
    display: none;
}

.nomobile {
    display: block;
}

#hamburger-menu {
    display: none;
}

.responsive-menu-button {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

/*Gör tabeller responsiva*/
table {
    overflow-x: auto;
    display: block;
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #2f2f2f;
}

.slideshow {
    position: relative;
}

hr {
    height: 1px;
    border: 0;
    background: #d2d2d2;
}

.footer {
    background: url(/Img/footer-background.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.center {
    text-align: center;
}

.puff {
    margin-bottom: 12px;
}









/*FORMULÄR*/
.textbox {
    padding: 4%;
    width: 92%;
    border: 0;
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.bigbox {
    height: 150px;
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.formbutton {
    background: #fec902;
    border: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    cursor: pointer;
    width: 100%;
    padding: 4% 0;
        font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

    .formbutton:hover {
        background: #fee902;
    }









/*MENY*/
.menu {
    list-style: none;
    margin-top: 5px;
}

    .menu li {
        float: left;
        margin-right: 55px;
    }

        .menu li a {
            text-decoration: none;
            color: #2f2f2f;
        }

@media only screen and (max-width: 1200px) {
    .menu li {
        margin-right: 35px;
    }
}


/*HAMBURGERMENY*/
.hamburger {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

    .hamburger div {
        display: none;
    }

    .hamburger span {
        position: absolute;
        top: 15px;
        right: 15px;
        border: 0;
        text-indent: 200%;
        overflow: hidden;
        background: rgba(255,255,255,0.8) url("/img/hamburger-icon.png") center no-repeat;
        border: 1px solid #ddd;
        border-radius: 3px;
        background-size: 80%;
        width: 30px;
        height: 30px;
        outline: none;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        z-index: 9999;
    }

        .hamburger span.expanded {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            background-color: transparent;
            border: 0;
        }

    .hamburger a {
        display: block;
    }

    .hamburger a {
        background: #eee;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
        color: #222;
        font-weight: bold;
    }

        .hamburger a:hover, .hamburger a:active, .hamburger a:focus {
            background: #e7e7e7;
        }

@media only screen and (max-width: 768px) {
    .menu {
        display: none;
    }

    .hamburger {
        display: block;
    }
}




/*TYPOGRAFI*/
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 400;
}

h1 {
    font-size: 181%;
    margin-bottom: 50px;
    text-align: center;
}

h2 {
    font-size: 170%;
    margin-bottom: 40px;
}

h3 {
    font-size: 150%;
    margin-bottom: 30px;
}

h4 {
    font-size: 130%;
    margin-bottom: 30px;
}

h5 {
    font-size: 120%;
    margin-bottom: 30px;
}

h6 {
    font-size: 110%;
    margin-bottom: 30px;
}

p {
    line-height: 30px;
    padding-bottom: 30px;
}






/*TECKENSTORLEK*/
@media only screen and (max-width: 2000px) {
    * {
        font-size: 16px;
    }

    p {
        line-height: 25px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1800px) {
    * {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1600px) {
    * {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1400px) {
    * {
        font-size: 14px;
    }
}

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

    p {
        line-height: 20px;
        padding-bottom: 20px;
    }
}
/*TECKENSTORLEK*/







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

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

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (max-width: 767px) {
    .mobile {
        display: block;
    }

    .nomobile {
        display: none;
    }

    #hamburger-menu {
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

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