.BodyClass {
    margin: 0px;
    padding: 0px;

    font-family: 'Raleway';
    overflow-y: scroll;
    background-color: #1f2d3a;

    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}



.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 */
}

.DEBUGHIGH {
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}

.DEBUGMED {
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}

.ViewportCheck {
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}

/*Groesser 1200px*/

/*HEADER ANGABEN*/

h1 {
    font-size: 34px;
    white-space: normal;
}


/*DIVERSES */

.KontaktElementTitel {
    color: #cc0000;
    margin-top: 0px;
}

.KontaktElement {
    padding-left: 15px;
}

.Zitat {
    position: relative;
    box-sizing: border-box;
    background-color: rgba(199, 198, 198, 0.18);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #FFCC33;
}

.Zitat.Font30 {
    font-size: 30px;
}

/*.KontaktSocialMediaContainer {*/
    /*position: relative;*/
    /*display: block;*/
    /*margin-top: 40px;*/
    /*margin-bottom: 30px;*/
/*}*/

/*.SocialMediaElement {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*opacity: 0.5;*/

    /*width:40px;*/
    /*margin-right: 10px;*/
/*}*/

/*.SocialMediaElement:hover {*/
    /*opacity: 1;*/
/*}*/

/*.SocialMediaElement:last-child {*/
    /*margin-right: 0px;*/
/*}*/

.KontaktAktuellesContainer {
   position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.AktuellesElement {
    position: relative;
    display: block;

    /*width:40px;*/
    margin-right: 10px;
    margin-bottom: 15px;

    /*border:1px solid red;*/

}

/*.AktuellesElementBild {*/
    /*vertical-align: top;*/
    /*position: relative;*/
    /*box-sizing: border-box;*/
    /*display: inline-block;*/
    /*width:61px;*/
    /*height: 61px;*/
    /*border-radius: 30px;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
/*}*/

/*.AktuellesElementBild {*/
    /*transition: box-shadow 400ms;*/
    /*-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);*/
/*}*/

/*.AktuellesElementBild:hover {*/
    /*-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);*/
/*}*/

/*.AktuellesElementBild > img {*/
    /*transition: transform 400ms;*/
/*}*/

/*.AktuellesElementBild > img:hover {*/
    /*transform: scale(1.1);*/
/*}*/

.AktuellesElementDaten {
    position: relative;
    display: inline-block;
    width: 250px;
    /*border:1px solid red;*/
}

.AktuellesElemenDatenTitel {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: #FFCC33;
}

.AktuellesElemenDatenText {
    margin-top: 10px;
    font-size: 12px;
}






.ContentAufzaehlung {
    margin: 20px;
    list-style: none;
    list-style-image: url('../img/OKPfeil.png');
}

.ContentAufzaehlungElement {
    /*margin: 15px;*/
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-left: 40px;
    margin-bottom: 25px;
    padding-left: 15px;
}


.MarginDown {
    margin-bottom: 50px;
}

.ColorYellow {
    color: #FFCC33;
}

.ColorWhite {
    color: white;
}

.DeadLink:link     { text-decoration: none; color: #FFCC33; }
.DeadLink:visited  { text-decoration: none; color: #FFCC33; }
.DeadLink:hover    { text-decoration: none; color: #ffffff; }
.DeadLink:active   { text-decoration: none; color: #FFCC33; }
.DeadLink:focus    { text-decoration: none; color: #FFCC33; }

.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;
}

.ContentButtonLink:link     { text-decoration: none; }
.ContentButtonLink:visited  { text-decoration: none; }
.ContentButtonLink:hover    { text-decoration: none; color: #fff; border:3px solid #3d7698;}
.ContentButtonLink:active   { text-decoration: none; }
.ContentButtonLink:focus    { text-decoration: none; }

.GalerieWrapper {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 15px;
    border:1px solid #adadad;
    margin-bottom: 30px;
}

.GalerieElementContainer {
    position: relative;
    box-sizing: padding-box;
    display: block;
    width:90%;
    height: 0px;
    overflow: hidden;
    /*padding: 15px;*/
    z-index: 10;
    /*border:1px solid #adadad;*/
}

.GalerieElement {
    transition: transform 400ms;
}

.GalerieElement:hover {
    transform: scale(1.05);
}

.GalerieElementClearer {
    clear: both;
}

.GalerieElementContainerOpener {
    cursor: pointer;
}