
.FooterText {
    color: white;
    font-family: "Poppins";
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 1.6em;
}

.RoundedContainer {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.IconMargin {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    color: #aa0928;
}

.DeadLink:link     { text-decoration: none; color: white; }
.DeadLink:visited  { text-decoration: none; color: white; }
.DeadLink:hover    { text-decoration: none; color: #01628d; }
.DeadLink:active   { text-decoration: none; color: white; }
.DeadLink:focus    { text-decoration: none; color: white; }

.TelLink:link     { text-decoration: none; color: #01628d; }
.TelLink:visited  { text-decoration: none; color: #01628d; }
.TelLink:hover    { text-decoration: none; color: white; }
.TelLink:active   { text-decoration: none; color: #01628d; }
.TelLink:focus    { text-decoration: none; color: #01628d; }

.ContactLink:link     { text-decoration: none; color: #01628d; }
.ContactLink:visited  { text-decoration: none; color: #01628d; }
.ContactLink:hover    { text-decoration: none; color: white; }
.ContactLink:active   { text-decoration: none; color: #01628d; }
.ContactLink:focus    { text-decoration: none; color: #01628d; }



.MainContentTitel {
    font-family: "Poppins";
    font-weight: 800;
    line-height: 1.6em;
    text-decoration: underline;
}

.ContentText {
    font-family: "Poppins";
    /*font-size: 34px;*/
    color: white;
    line-height: 1.8em;
    text-shadow: 1px 1px 3px #000000;
}

.PflichtFeld {
    color: red;
    font-weight: 800;
    font-size: 24px;
    line-height: 0.6em;
}

.ContentMapsDestination {
    width: 100%;
}

.ContentTextTitel {
    font-family: "Poppins";
    margin-top: 20px;
    font-weight: 700;
    font-size: 36px;
    color: white;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #000000;
}

.ColorGreen {
    color: #94c120;
}

.ColorDarkBLue {
    color: #01628d;
}

.Konfigurationsbutton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px;
    background-color: #01628d;
    color: white;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px;
}

.Konfigurationsbutton:hover {
    background-color: #000000;
    color: white;
}

.GreyField {
    position: fixed;
    display: none;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.88);
}



.ContentBox, .ContentBoxIcon, .ContentBoxContentTitel, .ContentBoxContentText, .ContentBoxImageContainer {
    position: relative;
    display: block;
    box-sizing: border-box;
    font-family: "Poppins";
}

.ContentBoxImageContainer {
    width:100%;
}

.Galerie {
     position: relative;
     display: block;
     box-sizing: border-box;
     width: 100%;
     padding: 15px;
 }

.GalerieImageContainer {
    position: relative;
    display: block;
    height: auto;
    box-sizing: border-box;
    font-family: "Poppins";
    width:100%;
    padding: 4px;
    margin-bottom: 15px;

    transition: transform 250ms;

    /*background-color: white;*/
    /*float: left;*/
}

.GalerieImageContainer:hover {
    transform: scale(1.05) rotate(-2deg)
}

.GalerieBoxImage {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width:auto;
    max-width: 100%;

    /*-webkit-box-shadow: 0px 0px 9px 0px rgba(102,102,102,0.5);*/
    /*-moz-box-shadow: 0px 0px 9px 0px rgba(102,102,102,0.5);*/
    /*box-shadow: 0px 0px 9px 0px rgba(102,102,102,0.5);*/
    border:1px solid #5e5e5e;
}

.ContentBox {
    width: 100%;

    padding-bottom: 20px;
    padding-top: 20px;

    transition: all 250ms;
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ContentBox:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(102,102,102,0.5);
    -moz-box-shadow: 0px 0px 9px 0px rgba(102,102,102,0.5);
    box-shadow: 0px 0px 9px 0px rgba(102,102,102,0.5);
    transform: scale(1.05)
}

.ContentBox.MarginLess {
    margin: 0 auto;
    width:100%;
}





.ContentHalf {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

.ContentBoxImage {
    width:100%;
}

.ContentBoxIcon {
    margin: 15px;
    text-align: center;
    font-size: 60px;
    line-height: 1.5em;
    color: #01628d;
    text-shadow: 0px 0px 25px #ffffff;
}

.ContentBoxContentTitel {
    margin: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
    color: white;
    text-shadow: 1px 1px 3px #000000;
}

.ContentBoxContentTitel.LeftAlign {
    text-align: left;
}

.ContentBoxContentText {
    margin: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    color: white;
    text-shadow: 1px 1px 2px #000000;
}

.ContentBoxContentText.LeftAlign {
    text-align: left;
}

.ContentBoxContentText.MinHeight {
    padding-bottom: 15px;
}

/*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;
    vertical-align: top;
    font-size: 20px;
    white-space: nowrap;
    text-align: left;

    font-weight: 600;
    color: white;
}

.FormularElementInput {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

.FormularElementInput.Checkbox {
    font-size: 12px;
}

.FormularElementErfolg {
    display: none;
    margin-top: 25px;
    color: #94c120;
    font-weight: 600;
}

.FormularFeld {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    font-family: 'Poppins';
    border:1px solid #adadad;
    resize: none;
    box-sizing: border-box;
}

.FormularFeldSubmit {
    height: 40px;
    padding-right: 25px;
    padding-left: 25px;
}

.ContentButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px;
    background-color: #01628d;
    color: white;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px;
}

.ContentButton:hover {
    background-color: #000000;
    color: white;
}

.ProduktTitel {
    color: #01628d!important;
    font-size: 32px;
    /*color: white;*/
}




@media (min-width: 1200px) {
    .FormularElementTitel {
        width: 25%;
        display: inline-block;
    }

    .FormularElementInput {
        width: 49%;
        display: inline-block;
    }

    .ContentHalf {
        width:45%;
    }

    .MainContentTitel {
        font-size: 34px;
    }

    .ContentBoxContentTitel {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .FormularElementTitel {
        width: 40%;
        display: inline-block;
    }

    .FormularElementInput {
        width: 43%;
        display: inline-block;
    }

    .ContentHalf {
        width:45%;
    }

    .MainContentTitel {
        font-size: 32px;
    }

    .ContentBox {
        width: 99%;
    }

    .ContentBoxContentTitel {
        font-size: 18px;
    }

    .ContentTextTitel {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .FormularElementTitel {
        width: auto;
        display: block;
    }

    .FormularElementInput {
        width: 100%;
        display: block;
    }

    .ContentHalf {
        width:96%;
    }

    .MainContentTitel {
        font-size: 26px;
    }

    .ContentBox {
        position: relative;
        text-align: center;
        width: 98%;
        margin: 0 auto;
    }

    .ContentBoxContentTitel {
        font-size: 16px;
    }

    .ContentTextTitel {
        font-size: 26px;
    }
}