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

    font-family: 'Raleway';
    overflow-y: scroll;
    background-color: #fff;

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

.BlinkText {
    font-size: 36px;
    font-weight: bolder;
}

.DEBUGHIGH {
    display: none;
    color:red;
    font-weight: bold;
}

.DEBUGMED {
    display: none;
    color:red;
    font-weight: bold;
}

.DEBUGSMALL {
    display: none;
    color:red;
    font-weight: bold;
}

section {
    box-sizing: border-box;
}

.NoSelect {
  -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 */
}

.Schatten {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.CompanyColor {
    color: #f18f1b;
}

/*HEADER ANGABEN*/



.ColorWhite {
    color: white;
}

.ColorBlack {
    color: black;
}

.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; }
.ContentButtonLink:active   { text-decoration: none; }
.ContentButtonLink:focus    { text-decoration: none; }

.GalerieElement {
    transition: transform 200ms;
}

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

.GalerieElementClearer {
    clear: both;
}

.MainContentContainer {
    box-sizing: border-box;
    width:100% !important;
    height:auto;

/*    border:1px solid red;*/
}

.MainContentContainer.LogoBackground, .MainContentContainer.ContentZitat {
    background-color: #f18f1b;
    background-color: #ffb622;
}

.MainContentContainer.NavigationBackground {
    background-color: #c9751b;
    background-color: #68de44;
}

.InfoBox {
    background-color: rgba(241, 143, 27, 1);
    background-color: #ffb622;
}

.HeaderContainer {
    position: relative;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;

    text-align: center;
    /*border:1px solid red;*/
}



.HeaderKontaktIcon {
    margin-right: 4px;
}







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





.Button {
    position: relative;
    display: inline-block;

    font-family: "Arial", Arial, sans-serif;
    font-size: 16px;
    color: white;

    vertical-align: top;
    float: left;

    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    background-color: #2e6da4;
}

.Button:hover {
    background-color: #3c92da;
}



.FooterBackground.Dark {
    background-color: #1b1b1b;
}

.FooterLink {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.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%;
    color: #f18f1b;
    font-size: 20px;
    white-space: nowrap;
}

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

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

@media (max-width: 767px) {
    .FormularElementInput {
        display: block;
        width: 90%;
    }

    .FormularElementTitel {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        box-sizing: border-box;
        display: block;
        width: 100%;
        color: #f18f1b;
        font-size: 20px;
        white-space: nowrap;
    }
}

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

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

.CCCC {
    position: relative;
    display: inline-block;
    /*border:1px solid red;*/
    max-width: 80%;
    vertical-align: top;
}

.DDDD {
    position: relative; display:inline-block; border: none; width:40px;margin-right: 15px;
}