/* Style */

@media screen and (orientation: portrait) {
    
    .menu_and_logo {
    
        height: 50vh;
    
    }
    
    .menu {
    
        grid-template-columns: 100%;
        display: grid;
        padding-top: 5%;
        padding-left: 5%;

    }
    
    .menu_button {
        
        display: none;
        
    }
    
    .logo_txt_1 {
    
        float: left;
        height: auto;
        margin-top: 15%;
        padding-left: 5%;
        width: 90%;
        border-left: solid 5px #ffa952;

    }
    
    .jezyk {
    
        top: 20px;
        right: 20px;
        border-radius: 50%;
        border: 1px solid #ffa952;
        padding: 12px;
        font-size: 4vw;

    }
    
    #o_nas_wrapper {

        width: 95%;
        margin-left: 5%;

    }
    
    #o_nas_txt {
    
        height: auto;
        width: 80%;
        padding-right: 5%;
        padding-top: 7%;
        padding-bottom: 7%;

    }

    #o_nas_logo {

        width: 15%;

    }
    
    .square_o_uslugi {
    
        width: 3vw;
        height: 15vw;
        position: absolute;
        bottom: 50%;
        right: 0;
        background-color: lightgray;
        z-index: 2;
    
    }

    .uslugi_triangle {
        
        
        position: absolute;
        top: 5%;
        right: 3%;

    }

    .uslugi_triangle1 {

        width: 0; 
        height: 0; 
        border-bottom: 0.7vw solid lightgray;
        border-right: 0.7vw solid transparent;
        border-left: 0.7vw solid transparent;
        padding-top: 2vw;

    }
    
    .square_o_uslugiTL {
    
        display: none;

    }
    
    .uslugi_potrzebyT {
    
        display: table-row;
        float: left;
        width: 100%;
        margin-bottom: 7%;

    } 

    .uslugi_potrzebyTL {

        width: 15%;
        display: table-cell;
        background-image: url(../grf/forklift.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;


    } 

    .uslugi_potrzebyTR { 

        width: 75%;
        display: table-cell;
        padding-top: 7%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10%;

    } 

    .uslugi_potrzebyB {

        display: table-row;
        float: left;
        width: 100%;
        padding-bottom: 7%;

    } 

    .uslugi_potrzebyBL {
        
        width: 75%;
        display: table-cell;
        padding-top: 7%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 12%;

    } 

    .uslugi_potrzebyBR { 
        
        width: 15%;
        display: table-cell;
        background-image: url(../grf/womanworker.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    } 
    
    .uslugi_potrzebyC {

        float: left;
        width: 100%;

    } 
    
    .uslugi_potrzebyCtxt {

        width: 90%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10%;

    } 
    
    .uslugi_potrzebyCgal {
        
        width: 100%;
        float: left;
        
    } 
    
    .middle_gallery_wrapper {
            width: 100%;
            height: auto;
            float: left;
            position: relative;
    }
    
    .middle_gallery {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            height: 20em;
            float: left;
        }
    
    .dla_klienta {
    
        display: table;
        width: 100%;
        float: left;
        position: relative;

    }

    .square_dla_klienta1 {

        width: 5vw;
        height: 8vw;
        position: absolute;
        top: 25%;
        left: 0;
        background-color: #ffa952;

    }

    .square_dla_klienta2 {

        width: 35vw;
        height: 2vw;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: lightgrey;

    }

    .dla_klienta_triangle {

        position: absolute;
        left: 27%;
        bottom: 5vw;
        float: left;
        z-index: 1;

    }

    .dla_klienta_triangle1 {

        float: left;
        width: 0; 
        height: 0; 
        border-top: 0.7vw solid transparent;
        border-right: 0.7vw solid lightgray;
        border-bottom: 0.7vw solid transparent;
        padding-right: 2vw;
        z-index: 1;

    }

    .dla_klientaL {
        
        display: table-cell;
        width: 15%;
        background-image: url(../grf/intersection.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;


    }

    .dla_klientaR {
        
        display: table-cell;
        width: 75%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 7%;
        padding-bottom: 10%;

    }
    
    .dla_klienta_form_L {
        
        display: table-cell;
        width: 80%;
        padding-right: 5%;
        padding-left: 15%;
        padding-top: 5vw;
        padding-bottom: 10%;
        
    }
    
    .dla_klienta_form_R {
        
        display: none;
        
    }
    
    .zespol {
    
        display: table;
        width: 100%;
        background-image: url(../grf/section3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;

    }
    
    .zespolT {
    
        float: left;
        display: table-row;
        margin-bottom: 10%;

    }
    
    .zespolT1 {
    
        display: none;

    }

    .zespolT2 {

        display: table-cell;
        width: 75%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 7%;
        padding-bottom: 10%;

    }

    .zespolT3 {

        display: table-cell;
        background-image: url(../grf/karyna.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 15%;

    }
    
    .zespolprac {
    
        float: left;
        width: 100%;

    }
    
    .zespol_pracownik {
        
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        float: left;
        padding-bottom: 15%;
        
    }
    
    .stopka {

        width: 90%;
        height: auto;
        padding-top: 8vw;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        padding-bottom: 15%;

    }
    
    .stopkaL {
    
        display: none;
    
    }
    
    .stopkaK {
    
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        height: auto;
        float: left;
        padding-bottom: 5%;
    
    }
    
}

@media screen and (orientation: landscape) {
    
    .menu_and_logo {
    
        height: 100vh;
    
    }
    
    .menu {
    
        grid-template-columns: 28% 12% 12% 14% 12% 12%;
        grid-template-rows: 90px;
        display: grid; 
        margin-left: 13%;
        padding-top: 2vw;
        
    }
    
    .menu_logo {
        
        
        
    }
    
    .menu_button {
        
        
        
    }
    
    .logo_txt_1 {
    
        float: left;
        height: auto;
        margin-left: 15%;
        margin-top: 23%;
        padding-left: 5%;
        width: 70%;
        border-left: solid 5px #ffa952;

    }
    
    .jezyk {
    
        top: 1.6vh;
        right: 1.6vh;
        border-radius: 50%;
        border: 1px solid #ffa952;
        padding: 9px;
        font-size: 18px;

    }
    
    #o_nas_wrapper {

        width: 80%;
        margin-left: 10%;
        margin-right: 10%;

    }
    
    #o_nas_txt {
    
        height: auto;
        width: 50%;
        padding-right: 10%;
        padding-top: 6vw;
        padding-bottom: 8vw;

    }

    #o_nas_logo {

        width: 25%;

    }
    
    .square_o_uslugi {
    
        width: 3vw;
        height: 25vw;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: lightgray;
        z-index: 2;
    
    }

    .uslugi_triangle {

        position: absolute;
        top: 5%;
        left: 53%;

    }

    .uslugi_triangle1 {

        width: 0; 
        height: 0; 
        border-bottom: 0.7vw solid lightgray;
        border-right: 0.7vw solid transparent;
        border-left: 0.7vw solid transparent;
        padding-top: 2vw;

    }
    
    .square_o_uslugiTL {
    
        width: 15vw;
        height: 2vw;
        position: absolute;
        bottom: -1vw;
        right: -25%;
        background-color: #ffa952;
        z-index: 0;

    }
    
    .uslugi_potrzebyT {
    
        display: table-row;
        float: left;
        margin-top: 6vw;
        margin-bottom: 6vw;
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;

    } 

    .uslugi_potrzebyTL {

        width: 40%;
        display: table-cell;
        background-image: url(../grf/womanworker.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 2;

    } 

    .uslugi_potrzebyTR { 

        width: 45%;
        display: table-cell;
        padding-top: 6vw;
        padding-left: 15%;
        padding-bottom: 4vw;

    } 

    .uslugi_potrzebyB {

        display: table-row;
        float: left;
        margin-bottom: 6vw;
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;

    } 

    .uslugi_potrzebyBL {

        width: 45%;
        display: table-cell;
        padding-top: 7vw;
        padding-bottom: 10vw;
        padding-left: 0;
        padding-right: 5%;

    } 

    .uslugi_potrzebyBR { 

        width: 40%;
        padding-left: 5%;
        display: table-cell;
        background-image: url(../grf/forklift.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    } 
    
    .uslugi_potrzebyC {

        float: left;
        width: 100%;

    } 
    
    .uslugi_potrzebyCtxt {

        width: 40%;
        float: left;
        padding-bottom: 5vw;
        padding-left: 30%;
        padding-right: 20%;

    } 
    
    .uslugi_potrzebyCgal {

        width: 100%;
        float: left;
        
    } 
    
    .middle_gallery_wrapper {
            width: 100%;
            height: auto;
            float: left;
            position: relative;
    }
    
    .middle_gallery {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            height: 35em;
            float: left;
        }
    
    .dla_klienta {
    
        display: table;
        width: 80%;
        padding-top: 6vw;
        padding-bottom: 10vw;
        padding-left: 5%;
        float: left;
        position: relative;

    }

    .square_dla_klienta1 {

        width: 3vw;
        height: 8vw;
        position: absolute;
        top: 25%;
        left: 0;
        background-color: #ffa952;

    }

    .square_dla_klienta2 {

        width: 35vw;
        height: 2vw;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: lightgrey;

    }

    .dla_klienta_triangle {

        position: absolute;
        left: 27%;
        bottom: 5vw;
        float: left;
        z-index: 1;

    }

    .dla_klienta_triangle1 {

        float: left;
        width: 0; 
        height: 0; 
        border-top: 0.7vw solid transparent;
        border-right: 0.7vw solid lightgray;
        border-bottom: 0.7vw solid transparent;
        padding-right: 2vw;
        z-index: 1;

    }

    .dla_klientaL {

        display: table-cell;
        width: 40%;
        background-image: url(../grf/intersection.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 

    }

    .dla_klientaR {

        display: table-cell;
        width: 40%;
        padding-left: 10%;
        padding-top: 5%;

    }
    
    .dla_klienta_form_L {
        
        display: table-cell;
        width: 35%;
        padding-left: 10%;
        padding-right: 5%;
        padding-top: 5vw;
        
    }
    
    .dla_klienta_form_R {
        
        display: table-cell;
        width: 30%;
        background-image: url(../grf/contact.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        
    }
    
    .zespol {
    
        display: block;
        width: 80%;
        background-image: url(../grf/section3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 12vw;
        padding-bottom: 12vw;
        padding-left: 10%;
        padding-right: 10%;
        float: left;

    }
    
    .zespolT {
    
        display: table-row;

    }
    
    .zespolT1 {
    
        display: table-cell;
        background-image: url(../grf/ahmed.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 20%;
        margin-bottom: 50px;

    }

    .zespolT2 {

        display: table-cell;
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;


    }

    .zespolT3 {

        display: table-cell;
        background-image: url(../grf/karyna.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 20%;

    }
    
    .zespolprac {
    
        display: block;
        padding-top: 100px;

    }
    
    .zespol_pracownik {
        
        display: table-cell;
        width: 25%;
        padding-left: 7%;
        
    }
    
    .stopka {

        width: 90%;
        height: auto;
        padding-top: 8vw;
        margin-left: 10%;
        margin-right: 10%;
        float: left;

    }
    
    .stopkaL {
    
    width: 17.5%;
    margin-left: 1.5%;
    margin-right: 2.5%;
    height: auto;
    float: left;
    
    }
    
    .stopkaK {
    
    width: 15%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    height: auto;
    float: left;
    
    }
    
}

body {
            
    align-self: center;
    margin: 0;
    padding: 0;
            
}    

.menu_and_logo {
    
    width: 100%;
    background-image: url(../grf/section1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    
}

.menu_button {
    
    padding-top: 1vw;
    text-align: center;
    
}

.jezyk {
    
    position: fixed;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid #ffa952;
    
}

.logo {
    
    
    
}

.logo_txt {
    
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    
    
}

.logo_txt_3 {
    
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    
}

.logo_txt_3_triangle {
    
    width: 0; 
    height: 0; 
    border-left: 0.7vw solid transparent;
    border-right: 0.7vw solid transparent;
    border-bottom: 0.7vw solid lightgrey;
    padding-bottom: 2vw;
    
}

.square_logo {
    
    width: 15vw;
    height: 2vw;
    position: absolute;
    bottom: -1vw;
    right: 15vw;
    background-color: #ffa952;
    z-index: 1;
    
}

.o_nas {
    
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    
}

.square_o_nas {
    
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: lightgrey;
    
}

.square_o_nas2 {
    
    width: 10vw;
    height: 3vw;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    background-color: #ffa952;
    
}

.o_nas_triangle {
    
    position: absolute;
    right: 40%;
    top: 2vw;
    float: left;
    
}

.o_nas_triangle1 {
    
    float: left;
    width: 0; 
    height: 0; 
    border-top: 0.7vw solid transparent;
    border-right: 0.7vw solid lightgray;
    border-bottom: 0.7vw solid transparent;
    padding-right: 2vw;
    
}

#o_nas_wrapper {

    display: table;
    float: left;
    
}

.divs {
    
    display: table-cell;
    
}

#o_nas_logo {
    
    background-image: url(../grf/truck.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.uslugi_potrzeby {
    
    display: table;
    width: 100%;
    float: left;
    background-image: url(../grf/section3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 5vw;
    
}

.dla_klienta_wrapper {
        
    display: table-row;
    width: 100%;
    float: left;
        
    }

.zespol_triangle {
    
    position: absolute;
    left: 60%;
    top: 7vw;
    float: left;
    z-index: 1;
    
}

.zespol_triangle1 {
    
    float: left;
    width: 0; 
    height: 0; 
    border-top: 0.7vw solid transparent;
    border-left: 0.7vw solid lightgray;
    border-bottom: 0.7vw solid transparent;
    padding-right: 2vw;
    z-index: 1;
    
}

.square_zespol1 {
    
    width: 1.5vw;
    height: 12vw;
    position: absolute;
    top: 35%;
    left: 0;
    background-color: #ffa952;
    
}

.square_zespol2 {
    
    width: 1.5vw;
    height: 12vw;
    position: absolute;
    top: 35%;
    right: 0;
    background-color: #ffa952;
    
}

.square_zespol3 {
    
    width: 40vw;
    height: 1.5vw;
    position: absolute;
    bottom: -0.75vw;
    right: 30%;
    background-color: lightgray;
    
}

.stopka_sysadm {
    
    padding-top: 6vw;
    padding-bottom: 1vw;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 1vw;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    
}

a {
    
    text-decoration: none;
    color: #01172d;
    
}

.astopka:hover {
    
    color: #ffa952;   
    
}

.amenu {
    
    text-decoration: none;
    color: white;
    
}
    
.amenu:hover {
        
    border-bottom: 3px solid #ffa952;
            
}

.ajezyk {
    
    color: #ffa952;
    
}

.jezyk:hover {
        
    color: white;
    background: rgba(255, 169, 82, .7);
    border: none;
    padding: 10px;
              
}

.ajezyk:hover {
    
    color: #ffa952;
    border: none;
    
}


    
        