﻿.mobile {
    display: none;
}

.nomobile {
    display: block;
}

.copy a{
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #fff;
    font-size: 85%;
    z-index: 999;
}

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

* {
    margin: 0;
    padding: 0;
}

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

html {
    font-size: 62.5%;
}

#page-outer, #page-inner, form, body, html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #000;
    font-family: "aktiv-grotesk";
}

.logotype-start {
    position: absolute;
    top: 3%;
    right: 1.5%;
    z-index: 999;
    width: 20%;
}

@media (max-width: 1000px) {
    .logotype-start {
        width: 40%;
    }
}

.header {
    background: url(/Img/header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0 10px 0;
}

@media only screen and (max-width: 770px) {
    .header {
        padding: 80px 0 10px 0;
    }
}

.quote {
    position: absolute;
    bottom: 3%;
    left: 2%;
    z-index: 990;
    width: 40%;
}

.subpage {
    padding: 65px 0;
}

.footer {
    border-top: 1px solid #dedede;
    background: #fff;
    text-align: center;
    color: #b1b1b1;
    padding: 30px 0;
}


.fade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background: url(../Img/fade.png);
}

.scroll-bottom {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 999;
    bottom: 0;
}

@media (max-width: 1000px) {
    .scroll-bottom {
        position: absolute;
        right: 1%;
        margin-left: -50px;
        z-index: 999;
        bottom: 0;
        width: 25%;
        left: unset;
    }

    .quote {
        width: 60%;
    }
}



#lower h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px,1px,1px,1px);
}



/*MENY*/
nav {
    display: none;
}

.mm-menu {
    display: none;
}

#hamburger-menu-button {
    display: none;
    width: 154px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

@media (max-width: 1000px) {
    #hamburger-menu-button {
        width: 100px;
        height: auto;
    }
}

.startpage #hamburger-menu-button {
    display: block;
}

.sf-menu li a {
    color: #fff;
    font-size: 2.6rem;
    text-transform: uppercase;
    font-family: "alternate-gothic-no-3-d";
}

#navigation {
    margin-top: 15px;
}



#lower {
    margin: 4% auto;
    color: #fff;
    padding-bottom: 40px;
}

    #lower h2 {
        padding-bottom: 6px;
        font-size: 200%;
        margin-bottom: 40px;
        color: #fff;
        text-align: center;
    }

    #lower a {
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid #808080;
        padding-bottom: 3px;
    }


.newsbox {
    color: #000;
    margin-bottom: 30px;
}

.newsbox-text {
    padding: 18px;
    background: #fff;
}

    .newsbox-text h3 {
        font-size: 140%;
        margin: 0;
        padding-bottom: 5px;
    }



/*BILDGALLERI*/
.image-item {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #000000;
    text-align: center;
    position: relative;
}

    .image-item a, .image-item a:hover {
        color: #fefefe;
        display: block;
    }

    .image-item .fa {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 999;
        font-size: 4rem;
        color: #ffed00;
        text-shadow: 0 0 5px #000000;
    }

    .image-item img {
        width: 100%;
        display: block;
    }

    .image-item h5 {
        margin-bottom: 0;
        padding: 10px 0;
    }

@media only screen and (max-width: 1500px) {
    .image-item {
        width: 30%;
    }
}

@media only screen and (max-width: 1000px) {
    .image-item {
        width: 47%;
    }
}

@media only screen and (max-width: 600px) {
    .image-item {
        width: 97%;
    }
}


@media only screen and (min-width: 1501px) {
    .images-container div:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    .images-container div:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 750px) and (max-width: 999px) {
    .images-container div:nth-child(2n+2) {
        margin-right: 0;
    }
}

.knockout {
    position: relative;
    display: block;
    text-align: center;
}

.textbox {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
    padding: 10px;
}

.formbutton {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
    padding: 10px;
}

@media (max-width: 600px) {

    .textbox {
        width: 95%;
        padding: 10px;
    }

    .formbutton {
        width: 95%;
        padding: 10px;
    }
}

/* TYPOGRAFI */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "alternate-gothic-no-3-d";
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
    margin-bottom: 40px;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    h5 {
        font-size: 2.8rem;
    }

    h6 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}






@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;
    }

    .sf-menu {
        display: none;
    }

    #hamburger-menu-button {
        display: block;
    }
}

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

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


.cart img {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 40px;
}
