/* Large Devices, Wide Screens */
.a2i_logo_set{
    height: 80px;
    margin-top: -15px;
}
/*.copyright-info-left{
    padding: 30px 0;
}*/
@media only screen and (max-width : 1200px) {

}
@media (min-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    /*.map .banner-title{
        margin-top: 80px;
    }
    .map-indicator{
        margin-top: 345px;
    }
    .custom-ulli-css>li{
        width: calc(25% - 14px);
        margin-bottom: 15px;
    }*/
    .footer-credit-a2i,
    .footer-credit-softbd{
        text-align: left !important;
    }
    .a2i_logo_set{
        height: 60px;
    }
    /*.update-cls{
        height: 40px !important;
    }*/
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

}
/* Landscape Screen Mobile Devices, Tablets */
@media only screen and (max-width : 640px) {
    /*.top-bar .corona-logo{
        width: 120px;
    }
    .top-bar .corona-logo img{
        width: 84px;
    }
    .custom-ulli-css>li{
        line-height: 17px;
    }
    .mediabox span{
        margin-bottom: 15px;
    }
    .map .banner-links {
        margin-top: 70px;
    }*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /*.col-corona-logo{
        width: 100%;
        padding: 0;
    }
    .top-bar .corona-logo{
        width: 100%;
        margin-bottom: 3px;
    }
    .col-corona-hotline{
        width: 100%;
        padding: 0;
        margin-bottom: 3px;
    }
    .col-corona-test{
        width: 100%;
        padding: 0;
        margin-bottom: 3px;
    }
    .col-corona-give-information{
        width: 100%;
        padding: 0;
    }
    .top-bar .corona-hotline span{
        font-size: 17px;
    }
    .top-bar .corona-logo{
        padding: 7px 15px;
    }
    .custom-ulli-css>li {
        width: calc(33.5% - 14px);
    }
    .top-bar{
        position: relative;
}
    section.map{
        margin-top: 124px;
    }
    .page-header{
        margin-top: 124px;
    }
    .page-header h3{
        color: #fff;
        margin-top: -80px;
        font-size: 18px;
    }
    .map .banner-title {
        margin-top: 35px;
    }
    .map .banner-title img{
        width: 230px;
    }*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    /*.page-header h3{
        margin-top: -90px;
    }
    .page-header .tile-img {
        margin: 15px 15px 15px 0;
    }
    .custom-ulli-css > li span{
        font-size: 24px;
    }
    .map .banner-title img{
        width: 200px;
    }
    .map .banner-title {
        margin-top: 21px;
    }
    .map-indicator {
        margin-top: 30px;
        right: 15px;
    }*/
    .copyright-info a img.footer-logos{
        padding: 0 4px;
    }
}
@media only screen and (max-width : 320px) {
    /*.map .banner-title img{
        width: 180px;
    }
*/
    .copyright-info a img.footer-logos{
        padding: 0 1px;
    }
    .a2i_logo_set{
        height: 48px;
    }

}

@media (max-width: 576px){
    /*.lang-btn-container {
        display: flex;
        justify-content: space-around;
        position: relative;
        width: 100%;
        background: #fff;
    }*/
}
