.BodyClass {
    margin: 0px;
    padding: 0px;

    overflow-y: scroll;

    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    width: 100%;
    height: auto;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.MainContainer {
    position: relative;
    display: block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    margin: 0 auto;

    overflow: hidden;

    width: auto;
    height: auto;
}

.ContentSection {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 25px;
    height: auto;
    width:100%;
    font-family: 'Poppins';
}

.ContentSection.SliderContent {
    height: 940px;
}

.ContentSection.WeissContent {
    background-color: #ffffff;
}

.ContentSection.BeigeContent {
    background-color: #f7f6f2;
}

.ContentSection.FooterContent {
    background-color: #44433f;
}

.ContentBlockCenter {
    position: relative;
    display: block;
    box-sizing: border-box;

    margin: 0 auto;
    text-align: center;
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
    color: black;

    padding-top: 20px;
    padding-bottom: 40px;

    padding-left: 10px;
    padding-right: 10px;
}

.ContentBlockCenter.Frage {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #85c006;
    font-style: italic;
}

.ContentBlockCenter.Antwort {
    padding-top: 5px;
    padding-bottom: 40px;
    font-weight: 600;
}

.ContentBlock {
    position: relative;
    display: block;
    box-sizing: border-box;

    margin: 0 auto;
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
    color: #85c006;

    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.ContentNavigation {
    position: absolute;
    box-sizing: border-box;

    width: 100%;
    height:100px;
    z-index: 100;
    background-color: transparent;
    transition: background-color 300ms;
}

.ContentNavigationNonFixed {
    background-color: transparent;
}

.ContentNavigationFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;

    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

/*NAVIGATION*/

.NavigationLogo {
    position: absolute;
    box-sizing: border-box;
    top: 15px;
    left: 25px;
    width: 190px;
}

.NavigationElementOeffnungszeiten {
    position: absolute;
    box-sizing: border-box;
    width: auto;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
}

.NavigationElementContainer {
    position: absolute;
    box-sizing: border-box;
    top: 28px;
    right: 25px;
    width: 900px;
    text-align: right;
    vertical-align: top;
}

.NavigationElement {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Poppins';
    vertical-align: top;
}

.NavigationElementOeffnungszeitenElement {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Poppins';
    vertical-align: top;

}

.NavigationOpenerContainer {
    display: none;
}

.ContentNavigationFixed > .NavigationElementContainer > .NavigationElement {
    color: #02cbff;
}

.ContentNavigationFixed > .NavigationElementContainer > .NavigationElement:hover {
    color: #85c006;
}

.NavigationElement:hover {
    color: #85c006;;
}

.NavigationElementClearer, .RowClearer {
    content: ' ';
    clear: both;
}

/*SLIDER*/

.SliderBackground {
    position: relative;
    box-sizing: border-box;
    width:100%;
    height: 100%;
    background: url("../img/Hintergrund.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.SliderValley {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0px;
    bottom: 0px;
    margin: 0 auto;
}

.SliderValley.Top {
    top: 0px;
}

.SliderValleyImage {
    position: relative;
    display: block;
    box-sizing: border-box;

    margin: 0 auto;
    padding: 0px;
    width:250px;
}

/*SLIDER ANGABEN*/

.SliderImageElement {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -200px;
    box-sizing: border-box;
    text-align: center;
    /*display: none;*/
    left: 101%;
}

.SliderElementText {
    font-size: 60px;
    font-weight: 700;
    color: white;
    text-shadow:  2px 2px 8px #000000;
    word-spacing: 15px;
}

.SliderElementText.NoneImage {
    padding-top: 90px;
}

/*CONTENTBACKGROUND*/

.ContentLogoHeader {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ContentLogoHeaderImage {
    position: relative;
    display: inline-block;
    width: 120px;
}

/*HEADER*/

.ContentHeaderTextThin {
    color: #aaaaaa;
    font-size: 44px;
    font-weight: 200;
    cursor: pointer;
    font-family: 'Poppins';
    color: black;
}

.ContentHeaderTextBold {

    font-size: 44px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins';

    color: #02cbff;
}

.ContentRow {
    position: relative;
    box-sizing: border-box;
    height: auto;

    width: 100%;
    /*color: #f18f1b;*/
}

.ContentColorWeiss {
    color: #fff;
}

.RowElement {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    vertical-align: top;
    /*padding-right: 100px;*/
    /*bordeR:1px solid red;*/
}

.RowElement:last-child {
    padding-right: 0px;
}

.RowElement.Paddingless {
    padding-right: 0px;
}

.RowElement.Center {
    text-align: center;
}

.RowElement.Doppel {
    width: 66.6%;
}

.RowElement.Viertel {
    width: 25%;
    padding: 10px;
}

.RowElement.ZweiDrittel {
    width: 66.6%;
    padding-right: 30px;
}

.RowElement.Drittel {
    width: 33.3%;
    padding-right: 30px;
}

.RowElement.Haelfte {
    width: 50%;
    padding-left: 30px;
}

.Haelfte:first-child {
    padding-right: 40px;
    padding-left: 0px;
}

.RowElement.FooterText {
    font-size: 14px;
}

/*GALERIE*/

.GalerieElement {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 212px;
    height: 200px;
    /*margin: 15px;*/
    margin-left: 25px;
    margin-top: 25px;
    margin-right: 0px;
    /*margin-bottom: 15px;*/
    float: left;
    border:1px solid #adadad;
    background-size: cover;
}

.GalerieElement {
    transition: transform 250ms;
}

.GalerieElement:hover {
    transform: scale(1.15);
}

.GalerieElementClearer {
    clear: both;
    margin-bottom: 25px;
}
/*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: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 20px;
    white-space: nowrap;
    text-align: left;
}

.FormularElementInput {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 49%;
}

.FormularElementInput.Checkbox {
    font-size: 12px;
}

.FormularElementErfolg {
    display: none;
    margin-top: 25px;
}

.FormularFeld {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    font-family: 'Raleway';
    border:1px solid #adadad;
    resize: none;
    box-sizing: border-box;
}

.FormularFeldSubmit {
    height: 40px;
    padding-right: 25px;
    padding-left: 25px;
}

.ContentButtonLink {
    position: relative;
    display: inline-block;
    border:3px solid #28475c;
    padding: 6px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #888888;
    cursor: pointer;
}

.ContentButtonLink:link     { text-decoration: none; }
.ContentButtonLink:visited  { text-decoration: none; }
.ContentButtonLink:hover    { text-decoration: none; color: #85c006; border:3px solid #3d7698;}
.ContentButtonLink:active   { text-decoration: none; }
.ContentButtonLink:focus    { text-decoration: none; }

.FooterLink {
    font-size: 14px;
}

.FooterLink:link     { text-decoration: none; color: #85c006; }
.FooterLink:visited  { text-decoration: none; color: #85c006; }
.FooterLink:hover    { text-decoration: none; color: #fff; }
.FooterLink:active   { text-decoration: none; color: #85c006; }
.FooterLink:focus    { text-decoration: none; color: #85c006; }

.DeadLink:link     { text-decoration: none; color: #3d7698; }
.DeadLink:visited  { text-decoration: none; color: #3d7698; }
.DeadLink:hover    { text-decoration: none; color: #ff0000; }
.DeadLink:active   { text-decoration: none; color: #3d7698; }
.DeadLink:focus    { text-decoration: none; color: #3d7698; }

.ContentTextDanger {
    color: #d2031c!important
}

@media (min-width: 1200px) {

    .ContentButtonLink.Big {
        transform: scale(1.4);
    }

    .LanguageChangerImage {
        position: relative;
        display: inline-block;
        margin-top: 3px;
        width: 35px;
    }

    .LanguageChanger {
        position: relative;
        display: none;
        font-weight: 600;
        color: black;
    }

    .LanguageChanger.Active {
        display: block;
    }

    .MainContainer {
        max-width: 1920px;
        min-width: 1200px;
    }

    .ContentNavigation {
        max-width: 1920px;
    }

    .ContentSection {
        max-width: 1920px;
        min-width: 1200px;
    }

    .ContentBlockCenter, .ContentBlock {
        width: 980px;
    }

    .NavigationElementContainer {
        position: absolute;
        box-sizing: border-box;
        top: 35px;
        right: 25px!important;
        width: 900px;
        text-align: right;
    }

    .NavigationElementOeffnungszeiten {
        position: absolute;
        box-sizing: border-box;
        top: 35px!important;
        left: 235px;
        white-space: nowrap;
        color: #000;
        font-weight: 400;
        font-family: 'Poppins';
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .ContentButtonLink.Big {
        transform: scale(1.4);
    }

    .LanguageChangerImage {
        position: relative;
        display: block;
        margin-top: 3px;
        width: 30px;
    }

    .LanguageChanger {
        position: relative;
        display: none;
        font-weight: 600;
        color: black;
    }

    .LanguageChanger.Active {
        display: block;
    }

    .MainContainer {
        max-width: 1199px;
        min-width: 768px;
    }

    .ContentNavigation {
        max-width: 1199px;
        min-width: 768px;
    }

    .ContentSection {
        max-width: 1199px;
        min-width: 768px;
    }

    .ContentBlockCenter, .ContentBlock {
        max-width: 980px;
        min-width: 768px;
    }

    .ContentHeaderTextThin {
        display: block;
    }

    .ContentHeaderTextBold {
        display: block;
    }

    .NavigationElementContainer {
        position: absolute;
        box-sizing: border-box;
        top: 40px;
        right: 25px!important;
        width: 900px;
        text-align: right;
    }

    .NavigationElementOeffnungszeiten {
        position: absolute;
        box-sizing: border-box;
        top: 18px;
        right: 25px!important;
        width: 900px;
        text-align: right;
    }

    .NavigationElementOeffnungszeitenElement {
        position: relative;
        display: inline-block;
        margin: 0px;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
        vertical-align: top;

    }

    .NavigationElement {
        font-size: 14px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media (max-width: 767px) {

    .LanguageChangerImage {
        position: relative;
        display: inline-block;
        margin-top: 3px;
        text-align: right;
        width: 50px;
    }

    .LanguageChanger {
        position: relative;
        display: none;
        font-weight: 600;
        color: black;
    }

    .LanguageChanger.Active {
        display: block;
    }

    .MainContainer {
        max-width: 767px;
    }

    .ContentNavigation {
        height:120px;
        max-width: 767px;
    }

    .ContentSection {
        max-width: 767px;
    }

    .ContentBlockCenter, .ContentBlock {
        max-width: 767px;
    }

    .RowElement.Drittel {
        display: block;
        float: none;
        width: 100%;
    }

    .FormularElementTitel {
        display: block;
        width: auto;
    }

    .FormularElementInput {
        display: block;
        width: auto;
    }

    .GalerieElement {
        display: inline-block;
        width: 300px;
        height: 300px;

        margin-left: 0px;
        float: none;
    }

    .ContentHeaderTextThin {
        display: block;
    }

    .ContentHeaderTextBold {
        display: block;
    }

    .NavigationOpenerContainer {
        position: absolute;
        right: 30px;
        top: 40px;
        display: block;
        cursor: pointer;
    }

    .NavigationOpenerElement {
        font-size: 36px;
    }

    .NavigationElementOeffnungszeiten {
        width: 100%;
        height: 30px;
        padding: 0px;
        text-align: center;
        bottom: 0px;
    }

    .NavigationElementOeffnungszeitenElement {
        position: relative;
        display: inline-block;
        margin: 0px;
        padding-top: 3px!important;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
        vertical-align: top;
    }

    .NavigationElementContainer {
        position: absolute;
        box-sizing: border-box;
        top: 130px;
        right: -275px;
        width: 250px;
        text-align: right;
        background-color: white;
        border: 1px solid black;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    }

    .NavigationElement {
        position: relative;
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #8f8f8f;
        font-weight: 400;
        cursor: pointer;
        font-family: 'Poppins';
    }

    .ContentSection.SliderContent {
        height: 740px;
    }

    .SliderBackground {
        height: 740px;
    }

    .SliderImage {
        width: 250px;
    }

    .SliderElementTextBreaker {
        display: block;
    }

    .SliderElementText {
        font-size: 30px;
        line-height: 1em;
    }

    .SliderElementText.NoneImage {
        padding-top: 90px;
    }

    .ContentButtonLink.Big {
        transform: scale(1.5);
    }
}