@charset "utf-8";

/* Generally Smaller Screens ----------- */

@media (max-width: 970px) {
    body {
        width: 100% !important;
    }
    div#all {
        width: 100%;
    }
    #container2 {
        background: none !important;
    }
    #content_main {
        width: 72% !important;
    }
    #leftpart {
        width: 28% !important;
    }
    #hmenu {
        margin: 0 2px;
    }
    #container_b {
        display: none;
    }
    table#top_list1 td.no {
        width: auto;
    }
    table#top_list1 td.nm {
        display: none;
    }
    table#top_list1 td {
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: center !important;
    }
    table#top_list1 td.img img {
        width: 120px;
        height: 48px;
    }
    table#top_list1 td.v a {
        font-size: 14px;
        width: 170px;
    }
    table#top_list1 td.v {
        width: 190px;
    }
    div#header {
        justify-content: center;
    }
    div#tp {
        text-align: center;
    }
    div#tp h1 {
        text-align: center;
    }
    img#rvimg {
        margin: 15px 0 0;
    }
    div#rv {
        width: auto;
    }
    body.menu-active .themenumobile {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        display: block;
    }
    .themenumobile {
        display: block;
        z-index: 3;
        background: #232323;
        width: 50%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        box-shadow: inset -60px 0px 60px -70px rgba(0, 0, 0, 0.3);
        overflow-x: hidden;
        overflow-y: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        display: none;
    }
}

@media (max-width: 780px) {
    #leftpart {
        display: none !important;
    }
    #content_main {
        width: 100% !important;
        float: none !important;
        min-height: 0 !important;
    }
    div#header>div {
        font-size: 18px;
        margin: 0;
        text-align: center;
    }
    nav select {
        display: block;
        margin: 0 auto;
        width: 99%;
        height: 40px;
        font-size: 18px;
        color: #3568aa;
    }
    nav select option:first-child {
        text-align: center;
    }
    table#top_list1 td.img img {
        width: 100px;
        height: auto;
    }
    table#top_list1 td.v a {
        font-size: 13px;
        width: 150px;
        line-height: 15px;
        padding: 10px 5px;
    }
    table#top_list1 td.v {
        width: 150px;
    }
    table#top_list1 td.r {
        display: none;
    }
}

@media (max-width: 500px) {
    table#top_list1 td.img img {
        width: 150px;
        height: auto;
    }
    table#top_list1 {
        border: 1px red solid;
        border: 4px #555 solid;
    }
    table#top_list1 tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 2px #555 solid;
        align-items: center;
        justify-content: center;
    }
    table#top_list1 td {
        border: none !important;
        padding: 10px 5px 0 !important;
    }
    table#top_list1 td.v a {
        width: 90%;
        padding: 12px 0;
        margin-bottom: 15px;
    }
    table#top_list1 td.v {
        width: 100%;
    }
    table#top_list1 caption span {
        width: 100%;
        padding: 0;
        text-align: center;
        line-height: 30px;
    }
}

@media (max-width: 374px) {
    table#top_list1 td.no {
        display: none;
    }
}