@media (max-width:1200px) {
    .tabs {
        width: 90%;
        z-index: 100;
    }

    .tab-container-header {
        /*padding:7px;*/
    }

    .chart-label-icon {
        display: none;
    }

    .tab-container-header-left,
    .tab-container-header-right {
        flex: 6;
    }

    .tab-container-header > span:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    .makine-layer-switcher {
        top: 85%;
        left: 50%;
        width: 80%
    }
}

@media (max-width:1500px) {

    #bitki-deseni-header {
        font-size: .80em;
    }
}

@media (max-width: 1024px) {
    .search-bar-container {
        width: 30%;
        justify-content: space-around;
    }

    .searchbox {
        width: 100%;
    }

    .logo {
        display: none;
    }

    .navigation {
        width: 50px;
    }

    .navigate-box {
        margin-right: 10px;
    }

    .navigation ul li a {
        min-width: 40px;
        height: 40px;
        font-size: 1em;
    }
}

@media (max-width:886px) {
    .tabs {
        flex-direction: column;
    }

    .tab-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tab-header div {
            flex: 4;
        }

    .tab-container, .tab-header {
        width: 100%;
    }

        .tab-container section {
            height: 90%;
            padding: 0;
            margin: 0;
        }

    #proje-tab-section {
        flex-direction: column;
    }
}

@media (max-width:1526px) {
    .chart-label-icon {
        display: none;
    }
}

@media (max-width:1269px) {
    .chart-label {
        font-size: .6em;
    }
}
