@media only screen and (max-width : 1340px) {
    div.block {
        width: 98%;
    }
    div#top {
        height: auto;
        padding-bottom: 0;
    }
    div#navigation {
        position: inherit;
        margin-bottom: 10px;
    }
    ul li.logo {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    div#navigation {
        line-height: inherit;
        text-align: center;
    }
    div#navigation ul li {
        float: none;
        display: inline;
    }
}
@media only screen and (max-width : 1130px) {
    .mhide,
    .flex-direction-nav {
        visibility: hidden;
        display: none;
    }
    .mvisible {
        display: block;
        visibility: visible;
    }
    body.footer div#content {
        padding-bottom: 50px;
    }
    div#logo {
        position: inherit;
        width: 100%;
        margin-bottom: 10px;
    }
    div#logo .ce-gallery {
        float: none;
    }
    div#logo .ce-column {
        width: 100%;
    }
    div#logo img {
        margin: 0 auto;
    }
    /* Mobile Navigation */
    a.nav-toggle {
        margin-top: 10px;
        display: block;
        clear: both;
        width: 100%;
        text-align: left;
        visibility: visible;
        line-height: 35px;
        background: url(../images/background-navigation-responsive.png) no-repeat center right;
    }
    ul li.logo,
    div#navigation,
    div#subnavigation {
        visibility: hidden;
        display: none;
    }
    div#mobilnavigation {
        display: block;
        visibility: visible;
        border: none;
        padding: 0;
        width: 100%;
    }
    div#mobilnavigation.closed {
        display: none;
        visibility: hidden;
        border-top: 0;
    }
    div#mobilnavigation.opened {
        display: block;
        visibility: visible;
        position: absolute !important;
    }
    div#mobilnavigation ul {
        position: relative !important;
        z-index: 1001;
        height: auto;
        width: 100%;
        margin-right: 1px;
        background-color: #fff;
        opacity: 0.98;
        top: 0px;
        border: none;
        overflow: hidden;
    }
    div#mobilnavigation ul li {
        float: none;
        list-style: none;
        text-align: left;
        display: block;
    }
    div#mobilnavigation ul li.first a,
    div#mobilnavigation ul li.last a,
    div#mobilnavigation ul li a {
        display: block;
        width: 95%;
        padding: 5px 0 5px 5%;
    }
    div#mobilnavigation ul.level-1 {
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
    }
    div#mobilnavigation ul li.lang {
        clear: both;
        float: none;
    }
    div#mobilnavigation ul li.lang a {
        display: inline;
        float: left;
        width: auto;
    }
    div#mobilnavigation ul li.lang a:last-child {
        padding-left: 10px;
    }
    body.p10 div#wrapper::after,
    div#wrapper::after {
        background-size: cover;
    }
}
@media only screen and (max-width : 780px) {
    .one-column, .two-columns, .three-columns, .four-columns {
        float: none;
        width: 100% !important;
    }
    .one-column > .left,
    .one-column > .right,
    .two-columns > .left,
    .two-columns > .right,
    .three-columns > .left,
    .three-columns > .right,
    .four-columns > .left,
    .four-columns > .right {
        width: 100% !important;
        clear: both;
        float: none;
        margin: 0 0 0 0;
        padding: 0 !important;
    }
    .tx-ws-flexslider .caption-wrapper {
        position: absolute !important;
    }
    .tx-ws-flexslider .caption-text {
        width: 70% !important;
    }
}
@media only screen and (max-width : 390px) {
    img {
        width: 100%;
        height: auto;
    }
    .ce-row {
        text-align: center;
        width: 100%;
    }
    .ce-left .ce-gallery, .ce-right .ce-gallery, .ce-column {
        float: none;
    }
    .tx-ws-flexslider .caption-text .box {
        padding: 5px 10px !important;
        width: calc(100% - 20px) !important;
    }
}
