/**/
#DTMainTribar {
    background-color: black;
    background-image: url("../images/opsti/tribar-beli.svg");
    background-size: 100% 100%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

#DTMenuBar {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
}

#DTMenuBar > div:first-of-type {
    width: 38.46%;
    background-color: var(--sivaSvetla);
    display: flex;
    align-items: center;
    cursor: pointer;
}

#DTMenuBar > div:first-of-type span {
    font-size: 14px;
    padding-left: 15px;
}

#DTMenuBar > div:last-of-type {
    width: 61.54%;
    background-color: var(--zutaSvetla);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
}

#DTMenuBar > div:last-of-type a {
    height: 30px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 14px;
}

#DTMenuBar > div:last-of-type img {
    width: 30px;
    height: 30px;
    transition: all .3s;
    cursor: pointer;
}

#DTMenuBar > div:last-of-type img:hover {
    transform: scale(1.05,1.05);
}

#ZaglavljeMain {
    display: flex;
    width: 100%;
}

#ZaglavljeMainLevo {
    width: 38.46%;
    display: flex;
    flex-direction: column;
}

#ZaglavljeLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 38.46%;
}

#ZaglavljeLogo img {
    width: 220px;
    height: 159px;
}


#ZaglavljeOpis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 61.54%;
    background-color: var(--zuta);
    text-align: center;
    font-style: italic;
}

#ZaglavljeOpis h1 {
    margin: 0 !important;
    font-size: 45px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

#ZaglavljeOpis > div:first-of-type {
    display: flex;
    flex-direction: column;
}

#ZaglavljeOpis > div:first-of-type span:first-of-type {
    font-size: 26px;
}

#ZaglavljeOpis > div:first-of-type span:last-of-type {
    font-size: 18px;
    margin-top: 10px;
}

#ZaglavljeMainDesno {
    width: 61.54%;
}



.Telefon {
    border: 1px solid black;
    border-radius: 7px;
    background-image: url("../images/telefon-zuti.svg");
    background-size: 35px 35px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: white;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-style: italic;
    padding: 15px 12px 15px 38px;
    cursor: pointer;
    transition: all .3s;
}

.Telefon:hover {
    background-color: var(--zutaSvetla);
}

.RadnoVreme {
    background-image: url("../images/radno-vreme-malo.svg");
    background-size: 30px 30px;
    background-position: center left;
    background-repeat: no-repeat;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-style: italic;
    padding: 0 0 0 34px;
    transition: all .3s;
}

.RadnoVreme span:last-of-type {
    color: gray;
    margin-left: 5px;
}

@media screen and (max-width: 1600px) {
    #ZaglavljeLogo img {
        width: 166px;
        height: 120px;
    }

    #DTMenuBar > div:last-of-type img {
        width: 27px;
        height: 27px;     
    }
}

@media screen and (max-width: 1300px) {

    #ZaglavljeLogo img {
        width: 145px;
        height: 105px;
    }

    #ZaglavljeOpis h1 {
        font-size: 35px;
    }

    #ZaglavljeOpis > div:first-of-type span:first-of-type {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    #ZaglavljeLogo img {
        width: 132px;
        height: 95px;
    }

    #ZaglavljeOpis h1 {
        font-size: 30px;
    }

    #ZaglavljeOpis > div:first-of-type span:first-of-type {
        font-size: 20px;
    }

    #ZaglavljeOpis > div:first-of-type span:last-of-type {
        font-size: 15px;
        margin-top: 2px;
    }

    .Telefon {
        background-size: 30px 30px;
        height: 35px;
        font-size: 18px;
    }

    .RadnoVreme {
        background-size: 25px 25px;
        height: 30px;
        font-size: 16px;
    }

    .RadnoVreme span:last-of-type {
        color: gray;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1023px) {
    #DTMenuBar, #ZaglavljeLogo {
        display: none;
    }

    #ZaglavljeMain {
        margin-top: 45px;
        flex-direction: column;
    }

    #ZaglavljeMainDesno {
        order: 1;
        width: 100%;
    }

    #ZaglavljeMainLevo {
        order: 2;
        width: 100%;
        height: unset;
    }

    #ZaglavljeOpis {
        height: unset;
        padding: 30px 10px;
        justify-content: unset;
    }

    #ZaglavljeOpis h1 {
        font-size: 38px;
        margin-bottom: 18px !important;
    }

    #ZaglavljeOpis > div:first-of-type span:last-of-type {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .Telefon {
        background-size: 35px 35px;
        height: 40px;
        font-size: 22px;
        padding: 15px 12px 15px 38px;
        margin-bottom: 15px;
    }

    .RadnoVreme {
        background-size: 30px 30px;
        height: 35px;
        font-size: 20px;
    }

}
