@media only screen and (max-width: 1200px) and (min-width: 600px) {
    div#Content img {
        max-width: 100%;
        height: auto;
    }


div#Content .noresize img { max-width: none; height: 100%;}


    .business_detail .page-wrapper {
        max-width: 100% !important;
    }
    div#popUp {
        background-color: rgba(0, 0, 0, 0.45);
        width: 100%;
        position: fixed;
        z-index: 9;
        height: 100% !important;
        bottom: 0;
        top: 0;
    }
    div#Wrapper {
        width: 100%;
        height: 100%;
        overflow-y: visible;
        background-image: none;
    }
    div#MainWindow {
        width: 100%;
    }
    div#Header {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    div#MenuButtonContainer {
        display: block;
        position: absolute;
        top: 0;
        margin: 20px 5px;
        cursor: pointer;
    }
    div#MenuButtonContainer img {
        width: 35px;
        height: 35px;
    }
    nav#HeaderNavigation li div {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        height: 100%;
        float: left;
    }
    div#BannerContainer {
        height: 73px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    }
    div#Navigation {
        display: none;
        margin-top: 0px;
        width: 300px;
        box-shadow: 15px 0px 20px -14px rgba(0, 0, 0, 0.7);
        z-index: 999;
        background: linear-gradient(to right, rgb(245, 150, 70), rgba(247, 150, 70, 0.85));
        position: fixed;
        bottom: 0;
        top: 84px;
    }
    nav#HeaderNavigation li {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0;
        position: relative;
        height: 35px;
        border-radius: 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.6);
        box-shadow: none;
        background-color: transparent;
    }
    nav#HeaderNavigation li a {
        text-align: left;
        position: relative;
        display: inline-block;
        height: 100%;
        float: left;
        line-height: 35px;
        width: auto;
    }
    div#Navigation img {
        width: 35px;
        height: 35px;
    }
    div#ScrollContent {
        width: 100%;
        height: 100%;
    }
    div#Content {
        height: auto;
        min-height: 100%;
        padding: 5px;
        margin-top: 84px;
        display: block;
        margin-bottom: 0;
    }
    div#LeftColumn {
        width: 100%;
        display: block;
  float: none;
    }
    div#RightColumn {
        width: 100%;
        display: block;
        position: relative;
        float: none;
    }
    div#StartLeftColumn {
        width: 100%;
        display: block;
  min-height: auto;
    }
    div#StartRightColumn {
        width: 100%;
        display: block;
        position: relative;
    }
    table#aboutUsTop {
        width: 100% !Important;
    }
    table#aboutUsTop td {
        text-align: justify;
    }
    table#aboutUsTop td.table_left {
        display: block;
        width: 100% !Important;
    }
    table#aboutUsTop td.table_center {
        display: block;
        width: 350px;
        margin: 0 auto;
    }
    table#aboutUsTop td.table_right {
        display: block;
        width: 100% !Important;
    }
    table#aboutUsBottom {
        width: 100% !Important;
    }
    table#aboutUsBottom td {
        text-align: justify;
        width: auto !important;
    }
    table#aboutUsBottom td.table_left {
        display: block;
        width: 100% !Important;
    }
    table#aboutUsBottom tr {
        display: block;
    }
    table#aboutUsBottom td.textinhalt {
        display: block;
        width: 100%;
    }
    table#aboutUsBottom td.table_center {
        display: block;
        width: 350px;
        margin: 0 auto;
    }
    table#aboutUsBottom td.table_right {
        display: block;
        width: 100% !Important;
    }
    div#GenossenschaftLinks {
        display: block;
        margin: 0 auto;
        width: 400px;
    }

    div#GenossenschaftRechts{
      width: 100%;
    }
    div#GenossenschaftRechts div#text {
        width: auto;
    }
    div#Footer {
        width: 100%;
        z-index: 999;
    }
}