@media (min-width: 1220px) and (max-width: 1520px) {

}

@media (min-width: 1025px) and (max-width: 1450px) {

}
/*@media (max-width: 1170px) and (min-width: 1024px) {
	#ke_search_sword {
		width: 60%!important;
		margin-left: 20%!important;
	}
}*/


@media (min-width: 768px) and (max-width: 1604px) {
    #nav-main li a {
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1404px) {
    #footer {
        position: fixed;
        bottom: 0;
    }

    #search-form {
        margin-right: 5%;
    }

    #search-form-mobile {
        display: block !important;
        position: relative !important;
        top: 0 !important;
        margin: 10px 0 !important;
        width: 100% !important;
        height: 34px;
    }

    #ke_search_sword {
        width: 94% !important;
    }

    #search-form-mobile #kesearch_submit {
        left: inherit;
        right: 15px;

    }

    #logo img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    #main-container {
        padding: 5px;
    }

    .headline-spacer {
        display: none;
    }

    #sidebar {
        margin-bottom: 10px;
    }

    #footer {
        margin-top: 5px;
    }

    #nav-footer{
        display: flex;
        flex-direction: column;
    }

    #nav-footer li{
        line-height: 50px;
    }

    #mobile-navigation {
        background-color: #1e496c !important;
        color: #fff;
    }

    #mobile-navigation .mm-title {
        color: #fff;
    }

    #mobile-menu-navigation {
		display: block !important;
        position: fixed;
        padding: 5px;
        z-index: 500;
        background-color: #fff;
    }

    .mm-listview li a {
        color: #fff !important;
    }

    #search-form-mobile {
        display: block !important;
        position: relative !important;
        top: 0 !important;
        margin: 10px 0 !important;
        width: 100% !important;
        height: 34px;
    }

    #search-form-mobile #kesearch_submit {
        left: inherit;
        right: 15px;
    }

    #search-form-mobile #ke_search_sword {
        width: calc(100% - 49px); !important;
    }

    #logo {
        margin-top: 38px;
        height: 92px;
        margin-left: 7px;
    }

    #logo-img {
        width: 100%;
        height: auto;
    }

    #logo img {
        width: 50%;
        height: auto;
    }
}
