.MeyBodyClass {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Raleway';
    overflow: hidden;
    overflow-y: scroll;
}

.MainContainer {
    width:100% !important;
    height:auto;
    /*overflow: hidden;*/
}

/*Groesser 1200px*/

/*HEADER ANGABEN*/

.MainHeader {
    position: relative;
    box-sizing: border-box;
}

.HeaderLogo {
    position: absolute;
    top: 0px;
    left:20px;
    width:200px;
}

.HeaderAdresse {
    position: absolute;
    font-size: 10px;
    line-height: 2em;
    color: #cc0000;
    font-weight: 500;
}

.HeaderLink {
    color: #cc0000;
    text-decoration: none;
}





/*SLIDER ANGABEN*/



.SliderContainer {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.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%;
    margin: 0 auto;
    overflow: hidden;
}

.SliderElementTextEins, .SliderElementTextZwei {
    position: absolute;
    font-weight: 800;
    color: white;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0;
}

.SliderElementTextEins {
    top: 40%;
}

.SliderElementTextZwei {
    top: 90%;
}










/*CONTENT ANGABEN*/





.ContentRow {
    /*width: 1200px;*/
    position: relative;
    box-sizing: border-box;

    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    /*border:1px solid red;*/
}

.ContentRow.ContentText {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
    line-height: 1.7em;
}

.ContentText.ContentWeiss {
    color: white;
}



/*FOOTER ANGABEN*/




.FooterBackground {
    background-color: #3b4352;
}

.FooterLink {
    color: white;
    text-decoration: none;
}

/*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-weight: 600;
    text-align: center;
    color: #cc0000;
}

.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;
}

.KontaktBestandenenContainer {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.BestandenenElement {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: auto;
}

.BestandenenElementBild {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.BestandenenElementBild {
    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);
}

.BestandenenElementBild: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);
}

.BestandenenElementBild > img {
    transition: transform 400ms;
}

.BestandenenElementBild > img:hover {
    transform: scale(1.1);
}

.BestandenenElementDaten {
    position: relative;
}

.BestandenenElemenDatenTitel {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: #cc0000;
}

.BestandenenElemenDatenText {
    margin-top: 10px;
    font-size: 12px;
}

.ContentKlassenContainer {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.KlassenContainerRow {
    box-sizing: border-box;
}

.KlassenContainerLink {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: auto;

    color: inherit;
    text-decoration: none;
    /*margin-left:4%;*/
}


.KlassenContainerLinkSpacer {
    position: relative;
    display: inline-block;
    clear: both;
}

/*.KlassenElement {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    max-height: 150px;*/
/*    box-sizing: border-box;*/
/*    !*overflow: hidden;*!*/
/*}*/

.KlassenElementBild {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
}

.KlassenElementTitel {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;
    background-color: rgba(203, 203, 203, 0.45);
    color: #aeaeae;
    font-size: 28px;
    padding: 10px;
    font-weight: 600;
    text-align: right;
    border:1px solid #c5c5c5;
}

.KlassenElementTitel:hover {
    background-color: rgba(255, 255, 255, 0.65);
    color: black;
    border:1px solid #797979;
}

.KlassenElementTitelWegweiser {
    margin-right: 15px;
    color: #cc0000;
    opacity: 0;
    font-size: 26px;
}

.KlassenElementTitel:hover  .KlassenElementTitelWegweiser {
    opacity: 1;
    display: inline-block;
}

.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;
}

.ColorRed {
    color :#cc0000;
}

.DeadLink:link     { text-decoration: none; color: #cc0000; }
.DeadLink:visited  { text-decoration: none; color: #cc0000; }
.DeadLink:hover    { text-decoration: none; color: #000000; }
.DeadLink:active   { text-decoration: none; color: #cc0000; }
.DeadLink:focus    { text-decoration: none; color: #cc0000; }


.FooterDeadLink:link     { text-decoration: none; color: #c4ccb7; }
.FooterDeadLink:visited  { text-decoration: none; color: #c4ccb7; }
.FooterDeadLink:hover    { text-decoration: none; color: #000000; }
.FooterDeadLink:active   { text-decoration: none; color: #c4ccb7; }
.FooterDeadLink:focus    { text-decoration: none; color: #c4ccb7; }

/*.ContentAufzaehlungElement::before {*/
    /*content: "\2022";*/
    /*color: #000;*/
    /*font-weight: 700;*/
    /*font-size: 26px;*/
    /*display: inline-block;*/
    /*margin-right: 20px;*/

    /*width: 20px;*/
    /*margin-left: 15px;*/
/*}*/

.FuehrerScheinKlassenUebersichtContainer {
    box-sizing: border-box;
}

.FuehrerScheinKlassenElement {
    box-sizing: border-box;
    position: relative;
    display: block;

    padding: 1%;
    background-color: rgba(199, 198, 198, 0.49);

    margin-bottom: 30px;
}

.FuehrerScheinKlassenElementSymbol {
    box-sizing: border-box;
    position: relative;

    vertical-align: top;
}



.FuehrerScheinKlassenElementContent {
    box-sizing: border-box;
    position: relative;
    display: inline-block;

    vertical-align: top;
}

.FuehrerScheinKlassenElementContentWrapper {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}

.FuehrerScheinKlassenElementContentWrapper:last-child {
    margin-bottom: 0px;
}

.FuehrerScheinKlassenElementContentTitel {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    color: #cc0000;
    font-size: 13px;
    font-weight: 600;
    text-align: right;

    vertical-align: top;
}

.FuehrerScheinKlassenElementContentText {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #000;

    vertical-align: top;
}

.FuehrerScheinKlassenElementContentText.Titel {
    font-size: 16px;
}

.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;
    color: #cc0000;
    font-size: 20px;
    white-space: nowrap;
}

.FormularElementInput {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}

.FormularFeld {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #cc0000;
    padding: 10px;
    border:1px solid #adadad;
}

.FormularFeld.TextArea {
    resize: none;
    height: 120px;
    padding: 10px;
    border:1px solid #adadad;
}

.FormularFeldSubmit {
    height: 40px;
    padding-right: 25px;
    padding-left: 25px;
}

.GalerieWrapper {
    position: relative;
    box-sizing: border-box;
    display: block;
    /*padding: 15px;*/
    /*border:1px solid #adadad;*/
    margin-bottom: 30px;
    text-align: center;
}

.GalerieElementContainer {
    position: relative;
    box-sizing: padding-box;
    display: block;
    width:100%;
    height: auto;
    text-align: center;
    /*overflow: hidden;*/
    /*padding: 15px;*/
    z-index: 10;
    /*border:1px solid #adadad;*/
}

.GalerieElement {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    /*margin: 15px;*/
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 0px;
    /*margin-bottom: 15px;*/
    border:1px solid #adadad;
    background-size: cover;
}

.GalerieElement {
    transition: transform 400ms;
}

.GalerieElement:hover {
    transform: scale(1.05);
}

.GalerieElementClearer {
    clear: both;
}

.GalerieElementContainerOpener {
    cursor: pointer;
}

