/* Large desktop */
@media (max-width: 1000px) {

    .container,
    .content,
    .top,
    .banner,
    .footer,
    .clear {
        max-width: 100%;
        box-sizing: border-box;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .mode_logo {
        margin-top: 10px;
    }

    .container .top {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-content: start;
        align-items: start;
    }

    .mode_menu,
    .mode_kontakt,
    .mode_logo {
        margin: 0;
        margin-top: 10px;
        float: none;
        max-width: 100%;
    }

    .mode_kontakt ul li,
    .mode_kontakt ul,
    .mode_menu ul,
    .mode_menu ul li {
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .mode_kontakt ul li,
    .mode_menu ul li {
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .mode_box {
        margin-bottom: 20px;
    }

    .footer {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .copy,
    .mode_ftr_menu {
        float: none;
        clear: both;
    }

    .copy {
        margin-top: 30px;
    }

    .mode_logo img {
        max-width: 100%;
        height: auto;
    }

    .banner {
        height: auto;
        min-height: 115px;
        max-width: 100%;
        width: 100%;
    }

    .mode_cytat {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mode_cytat h3 {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mode_cytat em {
        display: none;
    }

}

@media (max-width: 800px) {

    body,
    body#page_101 {
        background: #fff;
    }

    .top {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 10px solid #e6e6e6;
    }

    .banner {
        display: none;
    }

    figure.item-image {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }

    table {
        max-width: 100%;
    }

    table tr {
        display: flex;
        flex-wrap: wrap;
    }

    table td {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

}