/* extra Large Devices, Wide Screens */
@media only screen and (min-width : 1921px) {

    .main-menu {
        display: inline-block;
    }

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

    .thomas-ruedinger {
        background: url(../ruedinger_images/thomas_ruedinger-2560x1920.png) no-repeat center center;
        margin-top: 2px;
        width: 100%;
        height: 1080px;
    }

    .flotte {
        background: url(../ruedinger_images/flotte-2560x1920.png) no-repeat center center;
        margin-top: 2px;
        width: 100%;
        height: 1080px;
    }

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

    .team {
        background: url(../ruedinger_images/team-2560x1920.png) no-repeat center center;
        margin-top: 2px;
        width: 100%;
        height: 1080px;
    }

    .partner {
        background: url(../ruedinger_images/bruecke-2560x1920.png) no-repeat center center;
        margin-top: 2px;
        width: 100%;
        height: 1080px;
    }

    .service {
        background: url(../ruedinger_images/online-2560x1920.png) no-repeat center center;
        margin-top: 2px;
        width: 100%;
        height: 1080px;
    }

    .career {
        background: url(../ruedinger_images/career-2560x1920.png) no-repeat center center;
        margin-top: 2px;
        width: 100%;
        height: 1080px;
    }

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

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

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

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

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

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

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

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

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

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

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



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

    .big-picture {
        width: 100%;
        margin: 0 auto;
    }

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

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

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

    .eight-columns {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 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(5, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
                "a  b  c  d  e"
                "f  g  h  i  j"
                "k  l  .  .  .";
        width: 70%;
        margin: 0 auto;
        grid-gap: 10px;
    }

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

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

    }

    .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;
        align-content: center;
        width: 50%;
        margin: 0 auto;
    }

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

    .three-columns {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        width: 60%;
        margin: 0 auto;
    }

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

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

    .two-columns-layout {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
    }

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

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

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

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

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


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

    .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: 5.5em;
    }

    .h2white-lightblue {
        color: #ffffff;
        background-color: rgba(55, 166, 222, 0.85);
    }

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

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

    .headline-solo {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        font-family: "Frutiger NextW04 Light", sans-serif;
    }

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

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