/* for tablet portrait up */
@media only screen and (min-width : 600px) {

    .main-menu {
        display: none;
    }

    #hotline {
        height: 60px;
    }

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

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

    .thomas-ruedinger {
        background: url(../ruedinger_images/thomas_ruedinger-992x768.png) no-repeat center center;
        margin-top: 1px;
        width: 100%;
        height: 768px;
    }

    .flotte {
        background: url(../ruedinger_images/flotte-992x768.png) no-repeat center center;
        margin-top: 1px;
        width: 100%;
        height: 768px;
    }

    .team {
        background: url(../ruedinger_images/team-992x768.png) no-repeat center center;
        margin-top: 1px;
        width: 100%;
        height: 768px;
    }

    .partner {
        background: url(../ruedinger_images/bruecke-992x768.png) no-repeat center center;
        margin-top: 1px;
        width: 100%;
        height: 768px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


    /* Styles */
    .background-picture {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100%;
    }

    .surround {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
    }

    .five-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
                "a  b "
                "c  d "
                "e  .";
        width: 100%;
        margin: 0 auto;
        grid-gap: 10px;
    }

    .six-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
                "a  b"
                "c  d"
                "e  f";
        width: 100%;
        margin: 0 auto;
        grid-gap: 10px;
    }

    .eight-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(0, auto);
        grid-template-areas:
                "a  b"
                "c  d"
                "e  f"
                "g  h";
        width: 90%;
        margin: 0 auto;
        grid-gap: 10px;
    }

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

    .fifteen-columns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 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;
    }

    .five-columns-best-practice {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-template-areas:
                "a  a  a"
                "b  b  c";
        grid-gap: 20px;
        width: 60%;
        margin: 0 auto;
    }

    .five-columns-presentations {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
                "a  b "
                "c  d "
                "e  .";
        grid-gap: 10px;
        width: 90%;
        margin: 0 auto;
    }

    .five-columns-presentations-businesscard {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
                "a  b "
                "c  d "
                "e  .";
        grid-gap: 10px;
        width: 70%;
        margin: 0 auto;
    }



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


    }

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

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

    .five-columns-color {
        display: flex;
        justify-content: center;
        width: 400px;
        margin: 0 auto;
    }

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

    .column-four {
        width: 40%;
    }

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

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

    .two-column-column {
        width: 100%;
        max-width: 960px;
        padding: 0 40px;
    }

    .two-four-columns {
        display: grid;
        align-content: center;
        justify-content: center;
        grid-auto-flow: row;
    }

    .column-grid {
        width: 380px;
        padding: 20px;
    }

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

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

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

    .h1white {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 520px;
        margin-left: auto;
        padding: 0 50px;
        line-height: 1.2em;
        font-size: 3em;
    }

    .h1white-top {
        margin-top: 100px;
    }

    .h1black {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 350px;
        margin-left: auto;
        padding: 0 50px;
        line-height: 1.2em;
        font-size: 3.7em;
    }

    .h2white {
        display: block;
        width: 80%;
        padding: 0 20px 20px 20px;
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        font-size: 1.4em;
        line-height: 1.4em;
    }

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

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

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

    .column-minus {
        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;
    }

}