/* titillium-web-regular - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v6-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin_latin-ext-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v6-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('../fonts/titillium-web-v6-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin_latin-ext-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v6-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin_latin-ext-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}


.BodyClass {
    margin:0;
    padding:0;
    background-color: #e0d9de;
    height:100%;
    font-family:  'Titillium Web';
    overflow-y: scroll;
}



.BackgroundDiv {
    position: absolute;
    box-sizing: border-box;
    display: block;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
}

.BackgroundDiv.BackgroundDiv1 {
    width: 100%;
    height: 100%;
    background: url('../img/image002.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.BackgroundDiv.BackgroundDiv2 {
    background: url('../img/image003.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.BackgroundDiv.BackgroundDiv3 {
    background: url('../img/image001.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.BackgroundDiv.BackgroundDiv4 {
    background: url('../img/IMG_0016.JPG');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.LogoDiv {

}


.MenuElement:link      { text-decoration: none; color: #003e7d; }
.MenuElement:visited   { text-decoration: none; color: #003e7d; }
.MenuElement:hover     { text-decoration: none; background-color: #003e7d; color: white; }
.MenuElement:active    { text-decoration: none; color: #003e7d; }
.MenuElement:focus     { text-decoration: none; color: #003e7d; }

.MenuElement.MenuSelect {
    background-color: #003e7d; color: white;
}

.ContentTitel {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

.ContentText {
    color: #00224a;
    font-size: 13px;
    color: white;
}

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

.LeistungElementContainer {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: auto;
}

.FormularElement {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.FormularElementTitel {
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    width: 20%;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 5px;
}

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

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

.FormularElementErfolg {
    display: none;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 45px;
}

.FormularFeld {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border:1px solid #adadad;
    resize: none;
    box-sizing: border-box;
}

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

.FormularFeld.TextArea {
    resize: none;
    height: 150px;
    width: 100%;
}

.ContentButtonLink {
    display: inline-block;
    position: relative;
    padding: 10px;
    border:1px solid white;
    cursor: pointer;
}

.ContentButtonLink:hover {
    background-color: white;
    color: #003e7d;
}

.DeadLink {
    position: relative;
    display: inline-block;
    padding: 1px;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;

    border:1px solid white;
}

.DeadLink:link      { text-decoration: none; color: white; }
.DeadLink:visited   { text-decoration: none; color: white; }
.DeadLink:hover     { text-decoration: none; background-color: white; color: #003e7d;}
.DeadLink:active    { text-decoration: none; color: white; }
.DeadLink:focus     { text-decoration: none; color: white; }

.IndexTextBox {
    background-color: rgba(0, 62, 125, 0.76);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    background-color: rgba(0, 62, 125, 0.76);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    background-color: rgba(0, 62, 125, 0.76);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    border: none;
    color: white;
    font-size: 13px;

    border: none;
    color: white;
    font-size: 13px;

    border: none;
    color: white;
    font-size: 13px;

    text-align: left;
    overflow: hidden;

    text-align: left;
    overflow: hidden;

    text-align: left;
    overflow: hidden;


    box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.IndexTextAnimSubTitel {
    width: auto;
    line-height: 2em;
    box-sizing: border-box;
    font-size: 15px;
}

.IndexTextAnimMainTitelZwei {
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    width: auto;
}

.IndexTextAnimText {
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    line-height: 1.5em;
}

.IndexTextAnimButton {
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
    border:1px solid #0063ff;
    background-color: #0063ff;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.LogoDiv {
    height:60px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
    border-left: none;
    background-color: #ffffff;
    text-align: left;
    display: block;
    box-sizing: border-box;
    top:0px;
    left: 0px;
}

.MainDiv {
    position: relative;
    box-sizing: border-box;
    width:100%;
    background-color: white;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.50);

    height: 100%;
    overflow: hidden;
    left: 0%;
    top: 0%;
}

@media (min-width: 1200px) {

    .BackgroundDiv.BackgroundDiv1 {
        opacity: 0;
    }

    .IndexTextBox {
        position: absolute;
        top:440px;
        right: 220px;
        width:600px;
        height:195px;
        opacity: 0;
    }

    .IndexTextAnimSubTitel,.IndexTextAnimMainTitelZwei,.IndexTextAnimText, .IndexTextAnimButton {
        right: 20px;
        opacity: 0;
    }

    .IndexTextAnimSubTitel {
        position: absolute;
        top: 5px;
        height: 24px;
        text-align: right;
    }

    .IndexTextAnimMainTitelZwei {
        position: absolute;
        box-sizing: border-box;
        top: 35px;
        right: -400px;
        height: 33px;
        text-align: right;
    }

    .IndexTextAnimText {
        position: absolute;
        top: 230px;
        width: 550px;
        text-align: right;
    }

    .IndexTextAnimButton {
        position: absolute;
        top: 230px;
        text-align: right;
    }

    .IndexTextAnimButton:hover {
        background-color: #00468c;
        border:1px solid #000;
    }

    .MenuOpener {
        display: none;
    }

    .LogoDiv {
        position: absolute;
        width: auto;
        border-bottom-right-radius: 14px;
        -webkit-border-bottom-right-radius: 14px;
        -moz-border-radius-bottomright: 14px;
    }

    .MainDiv {
        height: 100%;
        overflow: hidden;
        left: 0%;
        top: 0%;
        max-width: 1920px;
    }

    .MenuDiv {
        display: block!important;
        position: absolute;
        box-sizing: border-box;
        top:0px;
        right: 0px;

        width:auto;
        height:60px;

        border: 1px solid #f0f0f0;
        border-top: none;
        border-right: none;

        background-color: #ffffff;
        overflow: hidden;
        opacity: 1;
        border-bottom-left-radius: 14px;
        -webkit-border-bottom-left-radius: 14px;
        -moz-border-radius-bottomleft: 14px;
    }

    .MenuElement {
        position: relative;
        float: left;
        height:100%;

        color: #003e7d;
        cursor: pointer;

        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        line-height: 4.3em;
    }

    .ContentUnternehmen {
        width: 1040px;
        height: 380px;
        top: 250px;
        left: 50%;
        margin-left: -520px;
    }

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

        bottom:0px;
        right: 0px;

        text-align: left;

        width:100%;
        height:110px;

        border: none;
        background-color: #ffffff;

        color: #003e7d;
        font-size: 13px;
    }

    .ContentDiv {
        position: absolute;
        box-sizing: border-box;
        display: block;


        padding: 15px;

        height: auto;
        text-align: left;

        overflow: hidden;

        border: none;

        color: white;
        font-size: 13px;

        background-color: rgba(0, 62, 125, 0.76);

        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
    }

    .ContentDiv.Scroll {
        overflow-y: scroll;
    }

    .ContentDiv.AutoScroll {
        overflow-y: auto;
    }

    .FooterElementDiv {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        float: left;

        padding: 20px;
        padding-bottom: 0px;
        width:24.9%;

        vertical-align: top;
        color: #003e7d;
        font-size: 13px;
    }

    .FooterElementDiv.PaddingLess {
        padding: 0;
    }

    .Element {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        /*border:1px solid red;*/
        margin-right: 20px;
    }

    .Innung {
        max-width: 220px;
    }

    .Qualitaet {
        max-width: 110px;
    }

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

        border:1px solid #adadad;
        padding: 10px;

        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;

        width: 305px;
        height: 226px;
    }

    .LeistungElementClearer {
        clear: both;
    }

    .LeistungTitel {
        font-size: 16px;
        font-weight: bolder;
        margin-bottom: 10px;
    }

    .ContentLeistungen {
        width: 1040px;
        height: 600px;
        top: 135px;
        left: 50%;
        margin-left: -520px;
    }

    .ContentJobs {
        width: 700px;
        height: 460px;
        top: 150px;
        left: 50%;
        margin-left: -350px;
    }

    .ContentImpressum {
        width: 1040px;
        height: 585px;
        top: 150px;
        left: 50%;
        margin-left: -520px;
    }

    .ContentDatenschutz {
        width: 1040px;
        height: 585px;
        top: 150px;
        left: 50%;
        margin-left: -520px;
    }

    .ContentKontakt {
        width: 1040px;
        height: 585px;
        top: 150px;
        left: 50%;
        margin-left: -520px;
    }

    .FormularElement.Haelfte {
        width: 49.5%;
    }

    .FormularFeld {
        width: 90%;
    }

    @media (max-height: 800px) {
        .ContentJobs, .ContentImpressum, .ContentDatenschutz {
            top: 65px;
        }
    }
}

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

    .BackgroundDiv.BackgroundDiv1 {
        opacity: 0;
    }

    .IndexTextBox {
        position: absolute;
        top:440px;
        right: 220px;
        width:600px;
        height:195px;
        opacity: 0;
    }

    .IndexTextAnimSubTitel,.IndexTextAnimMainTitelZwei,.IndexTextAnimText, .IndexTextAnimButton {
        right: 20px;
        opacity: 0;
    }

    .IndexTextAnimSubTitel {
        position: absolute;
        top: 5px;
        height: 24px;
        text-align: right;
    }

    .IndexTextAnimMainTitelZwei {
        position: absolute;
        box-sizing: border-box;
        top: 35px;
        right: -400px;
        height: 33px;
        text-align: right;
    }

    .IndexTextAnimText {
        position: absolute;
        top: 230px;
        width: 550px;
        text-align: right;
    }

    .IndexTextAnimButton {
        position: absolute;
        top: 230px;
        text-align: right;
    }

    .IndexTextAnimButton:hover {
        background-color: #00468c;
        border:1px solid #000;
    }

    .MenuOpener {
        display: none;
    }

    .LogoDiv {
        position: absolute;
        width: auto;
        border-bottom-right-radius: 14px;
        -webkit-border-bottom-right-radius: 14px;
        -moz-border-radius-bottomright: 14px;
    }

    .MainDiv {

        max-width: 1199px;
    }

    .MenuDiv {
        display: block!important;
        position: absolute;
        box-sizing: border-box;
        top:0px;
        right: 0px;

        width:auto;
        height:60px;

        border: 1px solid #f0f0f0;
        border-top: none;
        border-right: none;

        background-color: #ffffff;
        overflow: hidden;
        opacity: 1;
        border-bottom-left-radius: 14px;
        -webkit-border-bottom-left-radius: 14px;
        -moz-border-radius-bottomleft: 14px;
    }

    .MenuElement {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 4.3em;

        position: relative;
        float: left;
        height:100%;

        color: #003e7d;
        cursor: pointer;
    }

    .ContentUnternehmen {
        width: 760px;
        height: 380px;
        top: 100px;
        left: 50%;
        margin-left: -380px;
    }

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

        bottom:0px;
        right: 0px;

        text-align: left;

        width:100%;
        height:110px;

        border: none;
        background-color: #ffffff;

        color: #003e7d;
        font-size: 13px;
    }

    .ContentDiv {
        position: absolute;
        box-sizing: border-box;
        display: block;


        padding: 15px;

        height: auto;
        text-align: left;

        overflow: hidden;

        border: none;

        color: white;
        font-size: 13px;

        background-color: rgba(0, 62, 125, 0.76);

        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
    }

    .ContentDiv.Scroll {
        overflow-y: scroll;
    }

    .ContentDiv.AutoScroll {
        overflow-y: auto;
    }

    .FooterElementDiv {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        float: left;

        padding: 20px;
        padding-bottom: 0px;
        width:24.9%;

        vertical-align: top;
        color: #003e7d;
        font-size: 13px;
    }

    .FooterElementDiv.PaddingLess {
        padding: 0;
    }

    .Element {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .Innung {
        max-width: 220px;
    }

    .Qualitaet {
        max-width: 100px;
    }

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

        border:1px solid #adadad;
        padding: 10px;

        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;

        width: 345px;
        height: 226px;
    }

    .LeistungElementClearer {
        clear: both;
    }

    .LeistungTitel {
        font-size: 16px;
        font-weight: bolder;
        margin-bottom: 10px;
    }

    .ContentLeistungen {
        display: block;
        height: 500px;
        margin: 20px;

        left: 50%;
        width: 760px;
        top: 100px;
        margin-left: -380px;
    }

    .ContentJobs, .ContentImpressum, .ContentDatenschutz {

        display: block;
        height: 450px;
        margin: 20px;

        left: 50%;
        width: 760px;
        top: 100px;
        margin-left: -380px;
    }

    .ContentKontakt {
        width: 700px;
        height: 440px;
        top: 150px;
        left: 50%;
        margin-left: -350px;
    }

    .FormularElement.Haelfte {
        width: 49.5%;
    }

    .FormularFeld {
        width: 90%;
    }
}

@media (max-width: 767px) {

    .BackgroundDiv.BackgroundDiv1 {
        opacity: 1;
    }

    .IndexTextBox {
        position: relative;
        display: block;
        padding: 15px;
        height: auto;
        margin: 20px;
        margin-bottom: 30px;
    }

    .IndexTextAnimSubTitel {
        position: relative;
        display: block;
    }

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

    .IndexTextAnimText {
        position: relative;
        display: block;
    }

    .IndexTextAnimButton {
        position: relative;
        display: block;
        width: auto;
        max-width: 120px;
        margin-top: 10px;
        text-align: center;
    }

    .IndexTextAnimButton:hover {
        background-color: #00468c;
        border:1px solid #000;
    }

    .MenuOpener {
        position: absolute;
        top: 15px;
        right: 20px;
        box-sizing: border-box;
        color: #003e7d;
        /*padding-top: 10px;*/
        font-size: 26px;
        cursor: pointer;
    }

    .MenuOpener:hover {
        color: #e52323;
    }

    .LogoDiv {
        position: relative;
        width: 100%;
    }

    .MainDiv {
        min-height: 100%;
        height: auto;
    }

    .MenuDiv {
        display: none;
        position: absolute;
        box-sizing: border-box;

        background-color: #ffffff;

        position: absolute;
        right: 2px;
        top:63px;

        width:auto;
        height:auto;

        border: 1px solid #f0f0f0;

        z-index: 150;
    }

    .MenuElement {
        display: block;
        float: none;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px;
        line-height: 3em;
    }

    .ContentUnternehmen {
        display: block;
        height: auto;
        margin: 20px;
    }





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


        padding: 15px;

        height: auto;
        text-align: left;

        overflow: hidden;

        border: none;

        color: white;
        font-size: 13px;

        background-color: rgba(0, 62, 125, 0.76);

        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
    }

    .ContentDiv.Scroll {
        overflow-y: initial;
    }

    .ContentDiv.AutoScroll {
        overflow-y: auto;
    }

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

        text-align: left;

        width:100%;
        height:auto;

        border: none;
        background-color: #ffffff;

        color: #003e7d;
        font-size: 13px;
    }

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

        padding: 20px;
        padding-bottom: 0px;
        width:auto;
        height: auto;

        vertical-align: top;
        color: #003e7d;
        font-size: 13px;
    }

    .FooterElementDiv.PaddingLess {

    }

    .Element {
        position: relative;
        box-sizing: border-box;
        display: block;
        vertical-align: middle;
        /*border:1px solid red;*/
        padding-bottom: 15px;
    }

    .Innung {
        max-width: 220px;
    }

    .Qualitaet {
        max-width: 100px;
    }


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

        border:1px solid #adadad;
        padding: 10px;

        /*float: left;*/
        margin-bottom: 20px;

        width: 100%;
        height: auto;
    }

    .LeistungElementClearer {
        clear: both;
    }

    .LeistungTitel {
        font-size: 16px;
        font-weight: bolder;
        margin-bottom: 10px;
    }

    .ContentLeistungen {
        display: block;
        height: auto;
        margin: 20px;
    }

    .ContentJobs {
        display: block;
        height: auto;
        margin: 20px;
    }

    .ContentImpressum {
        display: block;
        height: auto;
        margin: 20px;
    }

    .ContentDatenschutz {
        display: block;
        height: auto;
        margin: 20px;
    }

    .ContentKontakt {
        display: block;
        height: auto;
        margin: 20px;
    }

    .FormularElement.Haelfte {
        display: block!important;
        margin-bottom: 3px!important;
    }

    .FormularFeld {
        width: 100%;
    }
}