@media (max-width: 767px) {
    .DEBUGHIGH {
        display: none;
    }

    .DEBUGMED {
        display: none;
    }

    .DEBUGSMALL {
        display: block;
        color:red;
        font-weight: bold;
    }

    h1 {
        font-size: 34px;
        white-space: normal;
        color: #454545
    }

    h2 {
        white-space: normal;
        color: #8f8f8f;
        line-height: 1.4em;
    }

    .TableText {
        font-size: 15px;
        line-height: 1.7em;
    }

    .RowElement {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        vertical-align: top;
    }

    .RowElement:last-child {
        padding-right: 0px;
    }

    .RowElement.Paddingless {
        padding-right: 0px;
    }

    .RowElement.Center {
        text-align: center;
    }

    .RowElement.Doppel {
        width: 66.6%;
    }

    .RowElement.Viertel {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    .RowElement.ZweiDrittel {
        width: 100%;
        padding-right: 30px;
    }

    .RowElement.Drittel {
        width: 33.3%;

        width: 100%;
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .RowElement.Haelfte {
        width: 100%;
        /*padding-left: 30px;*/
    }

    .Haelfte:first-child {
        /*padding-right: 40px;*/
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .ContentRow {
        position: relative;
        width: 100%;
        box-sizing: border-box;

        color: #f18f1b;
        margin-bottom: 40px;
        margin-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .ContentRow.ContentText {
        font-size: 15px;
        font-weight: 500;
        color: #868686;
        color: #f18f1b;
        line-height: 1.7em;
    }

    .ContentContainer {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-width: 767px;
        height: auto;
        margin: 0 auto;
    }

    .ContentContainer.NavigationContainerResponsive {
        height:0px;
    }

    .ContentContainer.Absolute {
        position: relative;
    }

    .ContentContainer.HeadLineTrenner {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        color: white;
    }

    .ContentContainerFluid {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 767px;
        margin: 0 auto;
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
        border:1px solid transparent;
    }

    .ContentContainerFluid.Paddingless {
        padding: 0;
    }

    .ContentContainerFluid.SliderSanitize {
        background: none!important;
    }

    .ContentContainerFluid.Trenner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .FooterBackground {
        width: 100%;
        max-width: 767px;
        background-color: #3b4352;
    }

    .LogoContainer {
        position: relative;
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        /*border:1px solid red;*/
    }

    .LogoImage {
        width: 90%;
        /*border:1px solid red;*/
    }

    .HeaderKontaktElemente {
        display: block;
        position: relative;
        margin-bottom: 10px;

        /*border:1px solid red;*/
    }

    .HeaderKontaktElemente:last-child {
        margin-bottom: 5px;

        /*border:1px solid red;*/
    }

    .NavigationContainerOpener {
        padding: 10px;
        box-sizing: border-box;
        display: block;
        font-size: 40px!important;
        color: #f18f1b;
        text-align: right;
        cursor:pointer;
    }

    .NavigationWrapper {
        overflow: hidden;
    }

    .NavigationContainer {
        position: relative;
        display: block;
        box-sizing: border-box;
    }

    .NavigationElement {
        position: relative;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #68de44;
        white-space: nowrap;
        color: white;
        font-weight: 500;
        text-align: right;
        text-decoration: none;
    }

    /*.DeadNavigationElement {*/
    /*    position: relative;*/
    /*    display: inline-block;*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px;*/
    /*    background-color: #68de44;*/
    /*    color: white;*/
    /*    font-weight: 500;*/
    /*    float: left;*/
    /*}*/

    .NavigationElement:hover.HoverEffekt {
        color: #68de44;
        background-color: white;
        cursor: pointer;
    }

    .NavigationElement:hover {
        color: #68de44;
        background-color: white;
    }

    .NavigationElementClearer, .RowClearer {
        content: ' ';
        clear: both;
    }

    .DeadLink:link     { text-decoration: none; color: white; }
    .DeadLink:visited  { text-decoration: none; color: white; }
    .DeadLink:hover    { text-decoration: none; color: white}
    .DeadLink:active   { text-decoration: none; color: white; }
    .DeadLink:focus    { text-decoration: none; color: white; }

    .DeadLink.Content:link     { text-decoration: none; color: #333; }
    .DeadLink.Content:visited  { text-decoration: none; color: #333;; }
    .DeadLink.Content:hover    { text-decoration: none; color: red}
    .DeadLink.Content:active   { text-decoration: none; color: #333;; }
    .DeadLink.Content:focus    { text-decoration: none; color: #333;; }

    .HeaderNavigationElementeLink:link     { text-decoration: none; }
    .HeaderNavigationElementeLink:visited  { text-decoration: none; }
    .HeaderNavigationElementeLink:hover    { text-decoration: none; }
    .HeaderNavigationElementeLink:active   { text-decoration: none; }
    .HeaderNavigationElementeLink:focus    { text-decoration: none; }

    .InfoBox {
        position: relative;
        width: 100% !important;
        box-sizing: border-box;
        height: auto;
        padding: 20px;
        color: white;

        /*font-size: 13px;*/
        line-height: 1.6em;
        hyphens: none;
    }
}