/* for phone only */
@media only screen and (max-width : 599px) {

    .main-menu {
        display: none;
    }

    .help {
        display: none;
    }

    #hotline {
        height: 40px;
    }

    #hotline p {
        line-height: 40px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .schon-unterwegs {
        background: url(../ruedinger_images/lkw_regen-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }
    .thomas-ruedinger {
        background: url(../ruedinger_images/thomas_ruedinger-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }

    .flotte {
        background: url(../ruedinger_images/flotte-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }

    .team {
        background: url(../ruedinger_images/team-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }

    .partner {
        background: url(../ruedinger_images/bruecke-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }

    .service{
        background: url(../ruedinger_images/online-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }

    .career {
        background: url(../ruedinger_images/career-480x768.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 768px;
    }

    .leistungsversprechen {
        background: url(../ruedinger_images/leistungsversprechen.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .kurierdienste {
        background: url(../ruedinger_images/kurierdienste.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 480px;
    }

    .luftfracht {
        background: url(../ruedinger_images/luftfracht.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .branchenloesungen {
        background: url(../ruedinger_images/branchenloesungen.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 480px;
    }

    .unserteam {
        background: url(../ruedinger_images/raeuberleiter_480x480.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 480px;
    }

    .netzwerk {
        background: url(../ruedinger_images/tracking.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .ruedinger-app {
        background: url(../ruedinger_images/app.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .karriere {
        background: url(../ruedinger_images/azubi.png) no-repeat center center;
        background-size: cover;
        background-position: bottom 50%;
        width: 100%;
        height: 480px;
    }

    .flotte2 {
        background: url(../ruedinger_images/flotte2.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 480px;
    }

    .gps {
        background: url(../ruedinger_images/gps.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .temperatur_transporte {
        background: url(../ruedinger_images/temperatur.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 280px;
    }

    .sondertransporte {
        background: url(../ruedinger_images/sorgfalt.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .loesungen {
        background: url(../ruedinger_images/lkw_rast_in_kurve.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 280px;
    }

    .team_unternehmen {
        background: url(../ruedinger_images/team_unternehmen.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 320px;
    }

    .mevlan {
        background: url(../ruedinger_images/team_mevlan.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 480px;
    }

    .grosse_schuhe {
        background: url(../ruedinger_images/grosse_schuhe.png) no-repeat center center;
        background-size: cover;
        background-position: left 65%;
        width: 100%;
        height: 280px;
    }

    .tradition {
        background: url(../ruedinger_images/tradition.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .umweltschutz {
        background: url(../ruedinger_images/umweltschutz.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }

    .engagement {
        background: url(../ruedinger_images/starcare.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 240px;
    }


    /* Styles */
    .surround {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .surround-basic {
        position: relative;
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .surround-table {
        width: 50%;
        margin: 0 auto;
    }

    .four-columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .four-columns-people {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
    }

    .four-column-color {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 90%;
    }

    .five-columns-applications {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .five-columns-applications div {
        padding: 0;
    }

    .five-columns-presentations {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        border: none;
        width: 80%;
        margin: 0 auto;
    }

    .five-columns-presentations-businesscard {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        border: none;
        width: 80%;
        margin: 0 auto;
    }

    .fifteen-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, auto);
        grid-template-areas:
                "a  b"
                "c  d"
                "e  f"
                "g  h"
                "i  j"
                "k  l"
                "m  n"
                "o  .";
        width: 70%;
        margin: 0 auto;
        grid-gap: 10px;
    }


    .column-four {
        width: 40%;
    }

    .three-columns {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .two-columns {
        width: 80%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
    .two-columns-table {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        width: 90%;
        margin: 0 auto;

    }

    .column {
        width: 80%;
        margin: 0 auto;
    }

    .column-long {
        width: 90%;
        margin: 0 auto;
    }

    .column-one {
        width: 70%;
        margin: 0 auto;
    }

    .column-two {
        width: 80%;
        margin: 0 auto;
    }

    .column-minus {
        margin-top: -80px;
    }

    hr {
        margin-top: 20px;
        width: 80%;
    }

    .one {grid-area: a;}
    .two {grid-area: b;}
    .three {grid-area: c;}
    .four {grid-area: d;}
    .five {grid-area: e;}
    .six {grid-area: f;}
    .seven {grid-area: g;}
    .eight {grid-area: h;}
    .nine {grid-area: i;}
    .ten {grid-area: j;}
    .eleven {grid-area: k;}
    .twelve {grid-area: l;}
    .thirteen {grid-area: m;}
    .fourteen {grid-area: n;}
    .fifteen {grid-area: o;}



    /* ---------------------Typography----------------------------------
     ------------------------------------------------------------------*/


    .h1white {
        display: block;
        position: relative;
        width: 80%;
        text-align: center;
        margin-top: 120px;
        margin-left: 10%;
        padding: 0;
        line-height: 1.0em;
        font-size: 2.5em;
    }

    .h1black {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 250px;
        margin-left: auto;
        padding: 0 50px;
        line-height: 1.2em;
        font-size: 3em;
    }
    .h2white {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 400px;
        margin-left: auto;
        font-size: 1.1em;
        line-height: 1.6em;
        padding: 20px 20px 20px 20px;
        background-color: #131F33;
    }

    .h2white-top {
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 20px 20px 20px 20px;
        background-color: #131F33;
    }

    .h2white-center {
        display: block;
        width: 100%;
        margin-top: 180px;
        padding: 20px 20px 20px 20px;
        background-color: #131F33;
    }

    .h2white-bottom {
        display: block;
        width: 100%;
        margin-top: 350px;
        padding: 20px 20px 20px 20px;
        background-color: #131F33;
    }

    .h2white-lightblue {
        display: block;
        width: 80%;
        padding: 0 20px;
        text-align: center;
        margin-top: 400px;
        margin-left: 10%;
        font-size: 1.1em;
        line-height: 1.6em;
        color: #ffffff;
    }

    .h1white-divider {
        margin-top: 500px;
    }



    span.darkblue {
        color: #131F33;
    }

    .h2black {
        display: block;
        width: 100%;
        padding: 0 20px 40px 20px;
        text-align: center;
        margin-top: 400px;
        margin-left: auto;
        font-size: 1.1em;
        line-height: 1.6em;
    }

    .h2black-divider {
        margin-top: 0;
    }


    .h2white-divider {
        margin-top: 0;
    }

    a.read-more {
        color: #131F33;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    a.read-more-white {
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    a.read-more:hover {
        color: #37A6DE;
    }

    a.read-more-white:hover {
        color: #131F33;
    }

    .headline-solo {
        width: 80%;
        margin: 0 auto;
        font-family: "Frutiger Next W04 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .headline-solo h1 {
        font-size: 2em;
        line-height: 1.25em;
        text-align: center;
    }

    .headline-solo-h1 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 2.7em;
        line-height: 1.15em;
        padding-bottom: 40px;
        font-family: "Frutiger Next W04 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    h1.headline-color-system {
        margin-top: 300px;
    }

    .frutiger_light {
        font-size: 1.7em
    }

    .frutiger_regular {
        font-size: 1.7em;
    }

    .frutiger_bold {
        font-size: 1.7em
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 768px;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #131F33;
    }

    .surround-basic:hover .overlay {
        opacity: .9;
    }

    .surround-basic:focus .overlay {
        opacity: .9;
    }

    .surround-basic:active .overlay {
        opacity: .9;
    }
}