/* Main Core */

.container{
    max-width: 1366px;
    margin: auto;
}

input{
    padding: 10px;
    width: 96% !important;
    border: 2px solid #c6c6c6;
    font-family: "Fira sans";
    margin-top: 8px;
    margin-bottom: 8px;
    transition: .5s all;
    transition-timing-function: ease;
}

/* Menu */

.container .menu{
    text-align: right;
}

.menu li{
    display: inline-block;
    padding: 14px;
}

.menu li a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    font-family: "Fira sans";
    transition: .5s all;
    transition-timing-function: ease;
}

.menu li a:hover{
    color: #FF6840;
}

.menu li:nth-child(1):after{
    content: "";
    background-image: url(../img/przerywnik.png);
    width: auto;
    height: auto;
    padding: 5px;
    margin-left: 10px;
    margin-right: -5px;
}

/* Slide */

.slide{
    text-align: center;
}

.slided {
    position: absolute !important;
    right: 3%;
    width: 31%;
    transform: rotate(17deg);
    height: 100%;
    padding: 15% 0 15% 0;
    top: -10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FF6840;
}

.text{
    position: absolute;
    right: 40px;
    transform: rotate(-17deg);
}

.text h2{
    font-family: "Fira sans";
    font-weight: bold;
    color: #fff;
    font-size: 3vw;
    text-align: left;
    line-height: 3vw;
    letter-spacing: 1px;
}

.text p{
    font-family: "Fira sans";
    font-weight: normal;
    color: #fff;
    font-size: 2vw;
    line-height: 2vw;
    text-align: left;
    margin-top: 15px;
}

#logoBSH{
    position: absolute;
    top: 50px;
    right: 60px;
    transform: rotate(-17deg);
    width: 15vw;
}

/* Main Content */

main .container{
    padding: 2rem;
    position: relative;
    text-align: center;
}

main h2{
    font-family: "Fira sans";
    font-size: 1.5rem;
    line-height: 1rem;
    color: #000;
    text-align: left;
}

main .count{
    font-family: "Fira sans";
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c6c6c6;
}

main .inputs{
    max-width: 500px;
    margin: auto;
    text-align: left;
    position: relative;
}

main .inputs .input{
    font-family: "Fira sans";
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c6c6c6;
    position: relative;
}

main .inputs .input:after{
    content: " ";
    background-image: url(../img/shape.png);
    padding: 5px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}

input[name="search"]:after{
    content: " ";
    background-image: url(../img/lupa.png);
    padding: 5px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}

#lupa{
    position: absolute;
    top: 15px;
    right: -10px;
}

/* Table */

table{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #a1b4aa;
    vertical-align: middle;
}

tr{
    position: relative;
    border-bottom: 1px solid #a1b4aa;
}

td{
    color: #000;
    font-family: "Fira sans";
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid #a1b4aa; 
    line-height: 20px;
}

th{
    background-color: #FF6840;
    font-family: "Fira sans";
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border-right: 1px solid #a1b4aa;
}

th:nth-child(5) , td:nth-child(5){
    border-right: none;
}

tr:last-child , tr:first-child{
    border-bottom: none;
}

td:nth-child(2){
    text-align: left;
}

td a {
    color: #005ca2;
    transition: .5s all;
    transition-timing-function: ease;

}

td a:hover{
    color: #FF6840;
}

/* Footer */

footer{
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .container{
    text-align: right;
}

.menuFooter li{
    display: inline-block;
}

.menuFooter li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-family: "Fira sans";
    transition: .5s all;
    transition-timing-function: ease;
}

.menuFooter li a:hover{
    color: #FF6840;
}

.menuFooter li:nth-child(1):after{
    content: "|";
    width: auto;
    height: auto;
    padding: 5px;
}

/* E-RECRUITER */

.skk_container{
    max-width: 100% !important;
    margin: auto;
    text-align: center;
    font-family: "Fira sans" !important;
    font-size: 14px !important;
}

.skk_filters{
    width: 100% !important;
    margin: auto;
    text-align: left;
    position: relative;
    max-width: 500px;
}

.skk_filters p{
    max-width: 500px !important;
}

input {

    padding: 10px;
    width: -moz-available !important;
    border: 2px solid #c6c6c6 !important;
    font-family: "Fira sans" !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    transition: .5s all;
    transition-timing-function: ease;
    transition-timing-function: ease;
    height: auto !Important;

}

.skk_filters .skk_filters_btn_search{
    font-family: "Fira sans" !important;
    border: none !important;
    width: 135px !Important;
    float: right;
    text-align: left;
}

.skk_filters_btn_search:hover{
    background-color: #51a376 !important;
}

label{
    font-family: "Fira sans";
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c6c6c6;
    position: relative;
    padding: 0 !important;
}

.skk_offers table{
    margin-top: 2rem !important;
    max-width: 100% !important;
}

tr td:nth-child(2) , tr td:nth-child(3) , tr td:nth-child(4){
    text-align: center;
}

tr td:nth-child(1){
    color: black !important;
    text-transform: none !important;
}

.skk_filters p select{
    width: 100% !Important;
    height: auto !Important;
    margin-top: 10px !Important;
}

.skk_filters p select option{
    font-family: "Fira sans" !important;
}

input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px #FF6840 !Important;
    border: 1px solid #FF6840 !Important;
}

input, textarea, select{
    outline: none !Important;
}

/*
tr td:nth-child(5), tr th:nth-child(5){
display: none;
}
*/

/* Kształcenie zawodowe */

.col-6{
    width: 60%;
    display: inline-block;
}

.col-2{
    width: 30%;
    display: inline-block;
    float: right;
}

.ksztalcenie p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Fira sans";
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.ksztalcenie ul{
    text-align: left;
    padding-left: 2em;
    list-style: initial;
}

.ksztalcenie ul li{
    padding-bottom: 10px;
    font-family: "Fira sans";
    font-weight: normal;
}

.ksztalcenie ul li:last-child{
    padding-bottom: 0;
}

.ksztalcenie p:last-child{
    padding-top: 0;
}

.zalaczniki a{
    text-decoration: none;
    font-family: "Fira sans";
    color: black;
    text-align: left;
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    transition: .2s all;
    transition-timing-function: ease;
}

.zalaczniki a:hover{
    color: #FF6840;
}

.zalaczniki a:before{
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";  
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}

.zalaczniki h2 , .ksztalcenie h2{
    margin-bottom: 20px;
    line-height: 40px;
}

.zalaczniki a:last-child{
    padding-bottom: 0;
}

.zalaczniki a span{
    padding-left: 25px;
}

.ksztalcenie h3{
    text-align: center;
    font-family: "Fira sans";
    font-size: 20px;
    line-height: 46px;
    color: #FF6840;
}

.ksztalcenie b{
    font-weight: 600;
}

.ksztalcenie i{
    font-style: italic;
}

.ksztalcenie a{
    color: #FF6840;
    transition: .2s all;
    transition-timing-function: ease;
    text-decoration: none;
}

.ksztalcenie a:hover{
    color: black;
}

.ksztalcenie ul{
    padding-bottom: 10px;
}

.ksztalcenie .kontakt{
    display: block;
    text-align: left;
    padding-bottom: 10px;
}

.menu li .active{
    border-bottom: 1px solid #FF6840;
    padding: 5px;
}

/* Responsive */

@media only screen and (max-width: 1151px) {
    .col-6 {
        width: 100%;
        display: inline-block;
    }
    .col-2 {
        width: 100%;
        display: inline-block;
        float: right;
    }

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

}

@media only screen and (max-width: 701px){
    .slide{
        overflow: initial;
    }

    .slided{
        width: 100%;

        height: auto;

        padding: 15px;

        transform: none;

        bottom: -26%;

        left: 0;

        right: 0;

        top: auto;

        flex-direction: row;

        justify-content: baseline;
    }

    #logoBSH{
        transform: none;

        top: 10px;

        left: 0;

        right: -1px;

        position: relative;

        height: 5vw;

        width: auto;

        bottom: auto;

        display: inline-block;
    }

    .text{
        position: relative;

        transform: none;

        display: inline-block;

        left: 40px;
    }

    .text h2{
        display: inline-block;

        padding-top: 0px;
        font-size: 4vw;
        line-height: 4vw;
    }

    .text p{
        display: inline-block;

        padding-left: 50px;

        margin-top: 0; 
        font-size: 3vw;
        line-height: 3vw;
    }

    main .container {
        padding: 1rem;
        position: relative;
        text-align: center;
    }
    main h2{
        padding-bottom: 20px;
    }
    .skk_filters p input{
        width: 100%;
        max-width: 280px;
    }

}

@media only screen and (max-width: 531px){
    .menu li{
        display: inline-block;
        padding: 5px;
    }
    .menu li:nth-child(1):after{
        background-image: none;
    }

    #logoBSH{
        display: none;
    }

    .text{
        left: 2vw; 
    }

    .text h2{
        line-height: 4.6vw;
    }

    .text p{
        padding-left: 10vw;
        font-size: 4vw;
        line-height: 4.2vw;
    }
    .container .menu {
        text-align: center;
    }

    ul.menuFooter{
        text-align: center;
    }
    .ksztalcenie h3{
        line-height: 30px;
    }

}

@media only screen and (max-width: 355px){
    .menu li a{
        line-height: 30px;
    }
}
