﻿@media screen and (min-width:560px) and (max-width:1199px) {
    header > div{
        width:100%;
    }
    header figure{
        width:100%;
    }
    .slider-text{
        height:375px;
        padding:30px;
    }
    .slider-text h1{
        font-size: 30px;
    }
    .slider-text p{
        font-size: 14px;
    }
    .anasayfaNeyapiyoruz{
        padding:20px;
    }
    .anasayfaNeyapiyoruz div{
        width: 100%;
    }
    .anasayfaNeyapiyoruz ul li{
        margin-right: 10px;
    }
    .anasayfaNedenbiz{
        padding:20px;
    }
    .anasayfaNedenbiz > div{
        width:100%;
    }
    .anasayfaNedenbiz > div > div{
        width:100%;
        padding:0;
        margin-bottom: 20px;
    }
    .anasayfaNedenbiz > div > figure{
        width:100%;
    }
    .anasayfaHaberler{
        padding:20px;
    }
    .anasayfaHaberler ul{
        width:100%;
    }
    .anasayfaHaberler ul li {
        width: 100%;
        margin-right: 10px;
    }
    .anasayafaGorusler{
        padding:20px;
    }
    .anasayafaGorusler ul{
        width:100%;
    }
    .anasayafaGorusler ul li{
        width:100%;
        margin-right:10px;
    }
    .footer_ust{
        display:Block;
        height:auto;
    }
    .footer_ust ul li {
        width: 50%;
        margin-right: 0;
        padding: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .footer_ust address{
        width:150px;
        font-size: 13px;
        line-height: 16px;
    }
    .breadcrumb > ul{
        width:100%;
        height:auto;
        flex-direction: column-reverse;
    }
    .breadcrumb > ul > li > div{
        width:100%;
        height:auto;
        padding:20px;
    }
    .breadcrumb > ul > li {
        min-height: 200px;
    }
    .breadcrumb h1{
        font-size:30px;
    }   
    .sayfa h2{
        font-size: 30px;
    }
    .sayfa h3{
        font-size: 24px;
    }
    .sayfa{
        width:100%;
        padding:20px;
    }
    .sayfa strong{
        font-size: 20px;
    }
    .sayfa-galeri{
        margin-top: 20px;
    }
    .sayfa-galeri > figure{
        width:32%;
        margin-right: 2%!important;
        margin-bottom: 2%!important;
    }
    .sayfa-galeri > figure:nth-child(3n){
        margin-right: 0!important;
    }
    .listeleme{
        width:100%;
        padding:20px;
    }
    .listeleme li{
        width:32%;
        margin-right:2%!important;
        margin-bottom:2%!important;
    }
    .listeleme li:nth-child(3n){
        margin-right:0!important;
    }
    .listeleme li h2 a{
        font-size: 16px;
        height:50px;
    }
    .iletisim{
        width:100%;
        padding:20px;
    }
    .iletisim-alt>li{
        margin-right: 20px;
    }







    .footer_alt,
    header > div > a,
    header nav{
        display:none;
    }






}



