body {
    margin: 0;
    background-color: #ffffff;
}

@media screen and (width: 1080px) and (height: 1920px) { /* Kiosk'lara özel blok. Kullanıcıyı kısıtlayıp istenmeyen senaryolar olmaması için. */
    .icerikBaslik a {
        pointer-events: none;
        cursor: default;
        color: gray;
    }
}

.tooltip-text {
    display: none;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/*@media screen and (width: 1080px) and (height: 1920px) {*/
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    pointer-events: none;
    cursor: default;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 25px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    cursor: default;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/*}*/

.floating-button-qr {
    z-index: 1;
    position: fixed;
    top: 250px;
    right: 30px;
    background-color: transparent;
    color: white;
    padding: 5px 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: background-color 0.3s ease;
}

    .floating-button-qr:hover {
        background-color: #4a100a;
        /*text-decoration:none;*/
        color: white;
    }

.floating-button-program-qr {
    width: 140px;
    z-index: 1;
    position: fixed;
    top: 400px;
    right: 30px;
    background-color: transparent;
    color: white;
    padding: 5px 5px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*box-shadow: 0px 4px 6px #4a100a;*/
    transition: background-color 0.3s ease;
    background-color: #0d3b61;
}

    .floating-button-program-qr:hover {
        /*background-color: white;*/
        /*text-decoration:none;*/
        color: white;
    }

.yazarAdS {
    font-weight: 750;
    background: red;
    color: white;
    font-size: 12px;
    height: 35px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yazarImgBig {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .yazarImgBig:hover {
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
    }

.headerBar {
    background-color: #0c2438;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menuBar {
    color: white;
    background-color: #1d1115;
}

.menuSubBar {
    background: #efefef;
}

.socials a:hover {
    text-decoration: none;
}

.ulMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .liMenu {
        width: 10.5% !important;
        padding-right: 0px !important;
    }
}



.liMenu {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    text-align: center;
}

    .liMenu:hover ul {
        display: block;
    }



.submenuMain {
    position: absolute;
    z-index: 20;
    display: none;
    list-style: none;
    background-color: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .submenuMain li {
        border-bottom: 1px solid white;
    }


.submenuMainaHref {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: black;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

    .submenuMainaHref:hover {
        color: white;
        text-decoration: none;
        background-color: white;
        color: #04434e;
    }

.menusol {
    margin-right: 5px;
}

.aMenu {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 13px;
}

.mainIcerik {
    margin-top: 15px;
}

.icerikBaslik {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.haberBaslikSatir {
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 3px;
    padding-bottom: 3px;
}

.mainAdres {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

#menu {
    font-family: 'Open Sans', sans-serif;
}

.yellowBox {
    background-color: #1b4a69;
    color: white;
}

.orangeBox {
    background-color: white;
    border: 1px solid #1b4a69;
    color: #1b4a69;
}

.tarihBox {
    margin-top: 5px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.etkinlikDiv {
    margin-bottom: 10px;
}

.etkinlikListDiv {
    margin-top: 5px;
    background-color: #f7f7f7;
    padding: 10px 10px 10px 10px;
    font-family: 'Open Sans', sans-serif;
}

.yazarPerImage {
    margin-bottom: 5px;
}

.yazarAd {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    color: white;
    background-color: #ed7c21;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}

/*Haber Detay*/
.newsDetayBaslik {
    font-weight: bold;
    font-size: 27px;
    padding: 0px 10px 10px 10px;
    color: #005495;
}

.haberImgDiv {
    margin-top: 50px;
}


@media (max-width: 992px) {

    .haberImgDiv {
        margin-top: 10px;
    }
}



.haberIcerikDiv {
    text-align: left;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

.haberDetayTarih {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 5px;
    color: #ee7d00;
}

.newsDetayKisaBaslik {
    margin-bottom: 10px;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.smalldetayFoto {
    margin-bottom: 5px;
}

/*Haber Detay Bitiş*/

.footer {
    background-color: #1d1115;
    color: white;
}


.footerYazi {
    margin-top: 10px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.footerLogolar {
    margin-top: 10px;
    margin-bottom: 10px;
}


.footerCopyright {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}
