@media only screen and (min-width: 1400px) {
    section.main .hero_headline p {
        letter-spacing: 1.3rem;
        font-size: 4.8rem;
    }
}


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


    .container {
        width: 94%;
        margin: 0 3%;
    }

    section.contact input[type="submit"] {
        width: 100%;
    }

    section.contact .submitarea .box {
        width: 100%;
    }

    section.contact .submitarea label.reallabel {
        margin-top: 6px;
    }



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


    span {
        line-height: 1.4;
    }
    a.button {
        font-size: 18px;
    }

    .cd-modal .container {
        width: 80%;
        text-align: center;
        overflow:auto;
        height:85%;
        margin: 5% 10% 0 10%;
    }


    .cd-modal .container {
        width: 60%;
        text-align: center;
        overflow:auto;
        height:85%;
        margin: 5% 20% 0 20%;
    }

    input[type="text"], input[type="email"], textarea {
        font-size: 18px;
        margin-bottom: 15px;
    }

    textarea {
        height:100px;
    }

    .scribble-transition h1, .scribble-transition h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    section.main .hero_headline p {
        letter-spacing: 0.6vw;
        font-size: 3.6rem;
    }

}

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

    .row {
        height: auto;
        margin: 38px 0;
        float: left;
        width: 100%;
    }

    .container {
        width: 50%;
        margin: auto;
        overflow:visible;
    }

    .vertical-align {
        position: static;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }

    .cd-modal .vertical-align {
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    section.main img.bottle {
        width: 34%;
        max-width: 40%;
        margin-top: 0;
    }

    section.main {
        overflow: hidden;
        height: auto;
    }

    section.main img.icon {
        width: 150px;
        margin: 0;
        position: absolute;
        right: 50px;
        top: 0;
    }

    .column-33 {
        width: 100%;
    }

    .column-33.first {
        position: absolute;
        right: 0;
        height: 240px;
        width: 240px;
    }

    img.vertical-align.bottle {
        width: 80%;
        margin-top: 50px;
    }

    a.button {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 16px;
        box-sizing: border-box;
    }

    .cd-modal img {
        width: 65%;
    }

    section.main .row.vertical-align {
        margin-bottom: 100px;
    }

    section.main .hero_headline p {
        font-size: 5.4vw;
        line-height: 110%;
    }

    .column-33.last {
        margin-top: 40px;
    }

    .hero_headline {
        text-align: center;
    }

    section.main .hero_headline p {
        letter-spacing: 0.6vw;
        font-size: 3.6rem;
    }

    .variant-group {
        overflow: hidden;
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

}




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

    section.main img.bottle {
        width: 27%;
        max-width: 40%;
        margin-top: 0;
    }

    .arrow {
        display: none;
    }

    section.main .bottle-group .bottle {
        max-width: 180px;
    }

    section.main .bottle-group .bottle {
        width:100%;
    }

    section.main .hero_headline p {
        letter-spacing: 1.8vw;
        font-size: 7vw;
    }

    .column-33.center {
        margin-top: 150px;
    }

    section.main img.icon {
        width: 110px;
    }

    img.vertical-align.bottle {
        width: 50%;
        margin-top: 50px;
    }

    .container {
        width: 75%;
    }

    nav {
        display: none;
    }

    .column-33.first {
        position: static;
        width: 100%;
        height: 100%;
    }

    .column-33.last {
        margin-top: 500px;
    }

    section.main img.icon {
        position: fixed;
        width: 50%;
        right: 25%;
        left: 25%;
        top: 50px;
    }

    .column-33.center {
        position: relative;
        margin-top: 360px;
    }

    section.main {
        background-image: url('/img/tua_mobil_back.jpg?v=123');
        background-size: cover;
        background-position: top center;
    }

    button.hamburger {
        display: block;
    }

    .cd-modal p {
        line-height: 1.2;
    }

    .cd-modal .container {
        width: 90%;
        text-align: center;
        overflow:auto;
        height:85%;
        margin: 15% 5% 0 5%;
    }

    section.contact .submitarea label.reallabel {
        font-size: 10px;
        width: 60%;
    }

    input[type="text"], input[type="email"], textarea {
        padding: 6px 20px;
    }

    section.contact .vertical-align {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        margin-top: 50px;
    }

    .cd-modal .modal-close {
        top: 30px;
        right: 30px;
    }

    span.teaser {
        text-align: center;
    }

    footer {
        padding: 16px;
    }

    footer a {
        font-size: 12px;
    }

    footer ul li.first {
        padding-top: 0;
    }

    .arrow-left {
        top: 70vh;
        position: absolute;
        display: block;
    }

    .arrow-right {
        top: 70vh;
        position: absolute;
        display: block;
    }

}

@media only screen and (max-width: 420px) {
    section.main img.vertical-align.bottle {
        margin-top: 0;
    }

    .column-33.center {
        margin-top: 280px;
    }


}

@media only screen and (max-width: 350px) {
    footer {
        padding: 10px;
    }

    footer a {
        font-size: 12px;
    }

    footer ul li.first {
        padding-top: 0;
    }
}