@media (max-width: 767px) {
    .DEBUGHIGH {
        display: none;
    }

    .DEBUGMED {
        display: none;
    }

    .ViewportCheck {
        display: block;
    }

    .MainContainer {
        position: relative;
        display: block;
        box-sizing: border-box;
        width:100%;
        max-width: 767px;
        height:auto;

        /*border:1px solid red;*/
    }

    /*HEADER HEAD ANGABEN*/

    .MainHeadHeader {
        position: relative;
        display: block;
        box-sizing: border-box;

        width:100%;
        max-width: 767px;
        height: auto;
        background-color: #FFCC33;
    }

    .HeaderContent {}

    .HeaderContentEins {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        height: auto;
        margin:0px;
    }

    .HeaderContentZwei {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        height: auto;
        min-height: 90px;
    }

    .HeaderAdresse {
        position: relative;
        display: inline-block;
        width:100%;
        max-width:300px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: left;
        font-size: 12px;
        line-height: 2em;
        color: #1f2d3a;
        font-weight: 500;
    }

    .HeaderAdresseEins {
        display: block;
    }

    .HeaderAdresseZwei {
        display: block;
    }

    .HeaderNavigationOpener {
        position: absolute;
        display: block;
        right: 20px;
        top: 20px;
        color: white;
        font-size: 40px;
        z-index: 150;
        cursor: pointer;
    }

    .MainHeader {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        height: auto;

        background-color: #1f2d3a;
    }

    .HeaderLogo {
        position: absolute;
        display: block;
        top: 22px;
        left:20px;
        width:125px;
    }

    .HeaderLink {
        color: #1f2d3a;
        text-decoration: none;
    }

    .HeaderNavigation {
        position: relative;
        box-sizing: border-box;
        width:100%;
        max-width: 767px;
        height: auto;
        text-align: right;
        margin:0px;
        padding-top: 100px;
        display: none;
        overflow: hidden;
    }


    .HeaderNavigationElemente {
        position: relative;
        display: block;
        box-sizing: border-box;
        padding: 5px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        font-weight: 400;
    }

    .HeaderNavigationElemente:last-child {
        margin-bottom: 15px;
    }

    .SubNavigationElemente {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 400;
        padding: 5px;
        padding-right: 0px;

        list-style: none;
        text-align: right;
    }

    .SubNavigationElemente:first-child {
        padding-top: 0px;
    }

    .SubNavigationElemente:last-child {
        padding-bottom: 0px;
    }

    .SubNavigationElemente.Selected {
        color: #FFCC33;
    }

    .HeaderNavigationElementeLink {
        white-space: nowrap;
        font-weight: bold;
        color: #a98722;
        width:100%;
    }

    .HeaderNavigationElementeLinkDummy {
        display: none;
    }

    .HeaderNavigationElementeLink:link     { text-decoration: none; color: #a98722; }
    .HeaderNavigationElementeLink:visited  { text-decoration: none; color: #a98722; }
    .HeaderNavigationElementeLink:hover    { text-decoration: none; color: #FFCC33; }
    .HeaderNavigationElementeLink:active   { text-decoration: none; color: #a98722; }
    .HeaderNavigationElementeLink:focus    { text-decoration: none; color: #a98722; }

    .HeaderNavigationElementeLink.Selected {
        color: #FFCC33;
        font-weight: bold;
    }

    /*CONTENT ANGABEN*/

    .MainContent {
        width:100%;
        max-width: 767px;
    }

    .MainContentFluid {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        margin: 0 auto;
    }

    .ContentRow {
        position: relative;
        box-sizing: border-box;

        padding-left: 20px;
        padding-right: 20px;
        width: 100%;

        color: white;
    }

    .ContentRow.ContentText {
        font-size: 14px;
        font-weight: 500;
        color: #cecece;
        line-height: 1.7em;
    }

    .ContentText.ContentWeiss {
        color: white;
    }

    .RowElement {
        position: relative;
        vertical-align: top;
        display: inline-block;
        box-sizing: border-box;
        padding-right: 0px;
    }

    .RowElement:last-child {
        padding-right: 0px;
    }

    .RowElement.Paddingless {
        padding-right: 0px;
    }

    .RowElement.Doppel {
        width: 100%;
    }

    .RowElement.Einzel {
        width: 100%;
    }

    .RowElement.Viertel {
        width: 100%;
    }

    .RowElement.Haelfte {
        width: 100%;
    }

    .RowElement.Haelfte:last-child {
        padding-right: 0px;
        padding-left: 0px;
    }

    /*SLIDER ANGABEN*/

    .MainSlider {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        height: auto;
        box-sizing: border-box;
    }

    .SliderContainer {
        position: relative;
        display: block;
        box-sizing: border-box;
    }

    .SliderElement {
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        height:auto;
        box-sizing: border-box;

        opacity: 0.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
        zoom: 1;
        filter:alpha(opacity=00, finishopacity=0, style=2);
    }


    .SliderElementImageContainer {
        position: absolute;
        height: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .SliderElementImage {
        width: 100%;
        box-sizing: border-box;
    }

    .SliderElementTextContainer {
        position: relative;
        box-sizing: border-box;
        width:100%;
        max-width: 767px;
        margin: 0 auto;
        overflow: hidden;
    }

    .SliderElementTextEins, .SliderElementTextZwei {
        position: absolute;
        left: 5%;
        padding: 0.5%;
        padding-left: 2%;
        padding-right: 2%;
        font-weight: 800;
        color: white;
        background-color: rgba(0, 0, 0, 0.53);
        opacity: 0;
    }

    .SliderElementTextEins {
        top: 40%;
    }

    .SliderElementTextZwei {
        top: 90%;
    }

    .ContentTrenner {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        height: 7px;
        background-color: #FFCC33;
    }

    /*FOOTER ANGABEN*/

    .MainFooter {
        position: relative;
        display: block;
        width:100%;
        max-width: 767px;
        margin: 0 auto;
    }

    .FooterBackground {
        width:100%;
        max-width: 767px;
        background-color: #3b4352;
    }

    .FooterLink {
        color: white;
        text-decoration: none;
    }

    /*FORMULAR ANGABE*/

    .FormularElement {
        position: relative;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .FormularElementTitel {
        padding-top: 10px;
        position: relative;
        box-sizing: border-box;
        display: block;
        vertical-align: top;
        /*width: 20%;*/
        color: #FFCC33;
        font-size: 20px;
        white-space: nowrap;
    }

    .FormularElementInput {
        vertical-align: top;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
    }

    .FormularFeld {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        padding: 10px;
        font-family: 'Raleway';
        border:1px solid #adadad;
    }

    .FormularFeldSubmit {
        height: 40px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .GalerieElement {
        position: relative;
        display: block;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 200px;
        /*margin: 15px;*/
        margin-left: 15px;
        margin-top: 15px;
        margin-right: 15px;
        /*margin-bottom: 15px;*/
        /*float: left;*/
        border:1px solid #adadad;
        background-size: cover;
    }

}