.altheadermaindiv{
    width: 100%;
    height: auto;
    background: var(--nav-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.altheaderdiv{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.altheaderdivkisim1{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.altheaderdivkisim1 img{
    width: 100px;
}

.altheaderdivkisim2{
    width: 80%;
    height: 100%;
}

.altheaderdivkisim2aciklama{
    color: var(--koyu-mavi);
    margin: 10px 0px;
}

.altheaderdivkisim2 .altheaderdivkisim2aciklama:nth-child(5){
    font-size: 15px;
    border-top: 1px solid var(--koyu-mavi);
    padding-top: 5px;
}



/* MOBİL RESPONSİVE */


.mobilaltheader{
    display: none;
}


@media only screen and (max-width: 1315px) {
    
    a{
        color: black;
    }

    .altheadermaindiv{
        display: none;
    }

    .mobilnav{
        width: 100%;
        height: auto;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--nav-bg);
    }

    .mobilnavtitleimg img{
        width: 250px;
    }

    
    .mobilnavbtndiv a{
        margin: 0px 10px;
        color: black;
        font-size: 20px;
    }

    .mobilnavalt{
        width: 100%;
        height: auto;
        display: none;
    }
    
    .mobilnavaltsatir1{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        color: black;
        background: var(--nav-bg);
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    
    }

    .mobilnavaltsatir1 a{
        color: black;
    }

    .mobilnavaltkapat {
        display: none;
    }


    .mobilaltheader{
        display: block;
        width: 100%;
        height: auto;
        padding: 25px;
        background: var(--nav-bg);
    }

    .mobilaltheadertitle{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 25px;
    }

    .mobilaltheaderaciklamamain{
        width: 100%;
        height: auto;
    }

    .mobilaltheaderaciklama{
        width: 100%;
        height: 50px;
        margin: 5px 0px;
        display: flex;
        align-items: center;
    }

    .mobilaltheaderaciklama:nth-child(4){
        margin-top: 40px;
    }
}