/* Preserve the existing visual heading style while using semantic H1 markup. */
.blog h1,
.liste h1,
.detay h1 {
    width: 100%;
    margin: 30px 0 20px;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 0 1px #ddd;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    text-shadow: 1px 1px 1px #ccc;
}

footer .linkler.l2 {
    text-align: center;
}

footer .linkler.l2 a {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    #menu {
        box-sizing: border-box;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding-right: 35px;
        padding-left: 35px;
    }

    #menu > li,
    #menu > li:first-child {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    #menu > li > a {
        display: block;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .header .k1 {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .header .k1 img {
        width: 245px;
        margin: 0 0 0 30px;
    }

    .header .k2 {
        left: 275px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .k1 {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .header .k1 img {
        width: 235px;
        margin: 0 0 0 25px;
    }

    .header .k2 {
        left: 265px;
    }
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .header {
        height: 202px;
        min-height: 202px;
        padding: 0;
    }

    .header .container {
        width: 100%;
        height: 200px;
        margin: 0;
        padding: 0 15px;
        background: #fff;
    }

    .header .k1 {
        width: 170px;
        height: 50px;
        top: 37px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header .k1 img {
        display: block;
        width: 158px;
        max-height: 46px;
        margin: 0 auto;
    }

    .header .k2 {
        width: calc(100% - 70px);
        height: 48px;
        top: 91px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .header .k2:before {
        content: "";
    }

    .header .k2 span {
        position: static;
        display: block;
        width: auto;
        padding: 0 5px;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }

    .header .k2 label {
        position: static;
        display: inline;
        width: auto;
        margin-left: 3px;
        font-family: "Trebuchet MS";
        font-size: 12px;
        line-height: 14px;
    }

    .hizlierisim {
        top: 7px;
        right: 0;
        left: 0;
        z-index: 3;
        display: block;
        width: 100%;
        font-size: 9px;
        line-height: 18px;
        text-align: center;
        white-space: nowrap;
        transform: none;
    }

    .hizlierisim a {
        font-size: 9px;
    }

    .hizlierisim span {
        padding-left: 4px;
    }

    .navbar-toggle {
        top: 38px;
        right: 14px;
        z-index: 5;
        display: block;
        width: 44px;
        height: 40px;
        margin: 0;
        padding: 8px;
        border: 2px solid #222;
        border-radius: 4px;
    }

    .navbar-toggle .icon-bar {
        width: 24px;
        border-top: 2px solid #222;
    }

    #navbar {
        display: none !important;
    }

    .arama {
        position: absolute;
        top: 151px;
        right: 15px;
        bottom: auto;
        left: 15px;
        display: flex;
        width: auto;
        gap: 6px;
        align-items: stretch;
        transform: none;
    }

    .arama .form-control {
        flex: 1 1 auto;
        float: none;
        width: auto;
        min-width: 0;
        height: 32px;
    }

    .arama a {
        position: static;
        display: flex;
        min-width: 54px;
        align-items: center;
        justify-content: center;
    }

    .cbp-spmenu-vertical {
        width: 280px;
    }

    .cbp-spmenu {
        background: #fff;
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.22);
    }

    .cbp-spmenu a {
        color: #222 !important;
        text-shadow: none !important;
    }

    .cbp-spmenu a:hover,
    .cbp-spmenu a:focus,
    .cbp-spmenu a:active {
        color: #6f8f00 !important;
        background: #f4f7e9 !important;
        opacity: 1;
    }

    .cbp-spmenu-right {
        right: -280px;
    }

    .cbp-spmenu-open {
        right: 0;
    }

    .hepsi.open {
        right: 280px;
    }

    .cbp-spmenu a.logo {
        display: block;
        width: 215px;
        margin: 28px 48px 18px 17px;
        padding: 0;
        border-bottom: 0;
    }

    .cbp-spmenu a.logo img {
        display: block;
        width: 100%;
        height: auto;
        padding: 6px;
        background: transparent;
        border-radius: 4px;
    }

    .mobil_kapat {
        top: 12px;
        right: 10px;
        margin: 0;
        padding: 6px;
        color: #222;
        font-size: 20px;
    }

    .cbp-spmenu ul {
        margin: 8px 0 0;
        padding: 0;
    }

    .cbp-spmenu ul#menu li,
    .cbp-spmenu ul#menu li:first-child {
        width: calc(100% - 32px);
        margin: 0 16px !important;
    }

    .cbp-spmenu ul#menu li a {
        margin: 0;
        padding: 14px 10px;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }
}

@media (max-width: 360px) {
    .hizlierisim,
    .hizlierisim a {
        font-size: 8px;
    }

    .header .k1,
    .header .k1 img {
        width: 148px;
    }

    .cbp-spmenu-vertical {
        width: 260px;
    }

    .cbp-spmenu-right {
        right: -260px;
    }

    .cbp-spmenu-open {
        right: 0;
    }

    .hepsi.open {
        right: 260px;
    }

    .cbp-spmenu a.logo {
        width: 195px;
        margin-right: 48px;
    }
}
