/*** FONTS ***/
@font-face {
    font-family: 'circleD';
    font-weight: normal;
    font-weight: 400;
    src: url('../fonts/circleD.eot');
    src: local('circledregular'),
        url('../fonts/circleD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/circleD.woff2') format('woff2'),
        url('../fonts/circleD.woff') format('woff'),
        url('../fonts/circleD.ttf') format('truetype'),
        url('../fonts/circleD.svg#circleD') format('svg');
}
@font-face {
    font-family: 'SwissCond400';
    font-weight: normal;
    font-weight: 400;
    src: url('../fonts/SwissCondensedRegular.eot');
    src: local('SwissCond400'),
        url('../fonts/SwissCondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SwissCondensedRegular.woff2') format('woff2'),
        url('../fonts/SwissCondensedRegular.woff') format('woff'),
        url('../fonts/SwissCondensedRegular.ttf') format('truetype'),
        url('../fonts/SwissCondensedRegular.svg#SwissCondensedRegular') format('svg');
}
@font-face {
    font-family: 'SwissCond700';
    font-weight: normal;
    font-weight: 700;
    src: url('../fonts/SwissCondensedBold.eot');
    src: local('SwissCond700'),
        url('../fonts/SwissCondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SwissCondensedBold.woff2') format('woff2'),
        url('../fonts/SwissCondensedBold.woff') format('woff'),
        url('../fonts/SwissCondensedBold.ttf') format('truetype'),
        url('../fonts/SwissCondensedBold.svg#SwissCondensedBold') format('svg');
}
@font-face {
    font-family: 'SwissCond900';
    font-weight: normal;
    font-weight: 900;
    src: url('../fonts/SwissCondensedBlack.eot');
    src: local('SwissCond900'),
        url('../fonts/SwissCondensedBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SwissCondensedBlack.woff2') format('woff2'),
        url('../fonts/SwissCondensedBlack.woff') format('woff'),
        url('../fonts/SwissCondensedBlack.ttf') format('truetype'),
        url('../fonts/SwissCondensedBlack.svg#SwissCondensedBlack') format('svg');
}

/*** ALLGEMEIN ***/
* {
    outline: none;
}

/*** BODY ***/
body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #FFF url("../images/background.jpg") center bottom no-repeat;
    font: 16px/150% 'SwissCond400',sans-serif;
    color: #647984;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
h1 {
    text-align: center;
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}

/*** WRAPPER ***/
#wrapper {
    min-height: 100vh;
    position: relative;
}
#ce_lmf_tile_detail_wrapper {
    padding: 5%;
}
#ce_lmf_references_list_preview img {
    width: 100%;
    height: auto;
    max-width: none;
}
#ce_lmf_references_list_preview {
    margin-bottom: 1rem;
}
.hidden {
	display: none;
}

/*** HEADER ***/
#header {
    width: 94%;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0;
}
#header .inside {
    width: 94%;
    margin: 0 auto;
}

/*** LOGO ***/
#logo {
    width: 330px;
}

/*** HAMBURGER ***/
#navigation_icon {
    right: 0;
    top: 15px;
    position: absolute;
    display: none;
}

/*** CONTAINER ***/
#container {
    width: 94%;
    height: 85%;
    position: relative;
    margin: 0 auto;
    padding: 0 3%;
    height: calc(100% - 130px);
}
#main {
    position: relative;
}
.home .mod_article:first-of-type {
    overflow: visible;
    text-align: center;
    display: grid;
    place-items: center;
}
.circleD h1 {
    text-align: center;
    font: 120px/1 'circleD',sans-serif;
    font-weight: normal;
    color: #00A2E5;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 14px #FFF;
}
.circleD p {
    text-align: center;
    font: 18px 'SwissCond700',sans-serif;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 10px #00A2E5;
}
.circleD td {
    font: 18px 'SwissCond700',sans-serif;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 10px #00A2E5;
}
.ce_hyperlink.circleD {
    display: block;
    text-align: center;  
    position: absolute;
    bottom: 0;
    background: white;
    padding: 0 10px;
    animation: slideInAbsoluteRight ease 1s;
}
.ce_hyperlink.circleD img {
    width: 150px;
}
.mod_article.active .ce_hyperlink.circleD {
    right: -3%;
}
.mod_article:not(.active) .ce_hyperlink.circleD {
    right: 5%;
}
.ce_text a,
.ce_lmf_privacy_policy a,
.ce_form a {
    text-decoration: underline;
    color: inherit;
}  
@keyframes slideInAbsoluteRight {
    0% {
        right: -100%;
    }
    100% {
        right: -3%;
    }
}

/*** KONTAKTFORMULAR ***/
#kontaktformular {
    width: 80vh;
    margin: 0 auto;
    padding: 50px 0;
    background: rgba(100,121,132,.9) url("../images/kontaktformular.jpg") center center no-repeat;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    color: #FFF;
    background-size: cover;
}
#kontaktformular form {
    width: 80%;
    margin: 0 auto;
}
#kontaktformular .section,
#kontaktformular label,
#kontaktformular .text,
#kontaktformular .textarea {
    width: 100%;
    display: block;
    padding: 0;
}
#kontaktformular label {
    margin: 10px 0 0;
}
#kontaktformular .text,
#kontaktformular .textarea {
    padding: 10px;
    background-color: rgba(255,255,255,.8);
    border: 0;
    font: 16px 'SwissCond400',sans-serif;
    color: #647984;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#kontaktformular .textarea {
    resize: vertical;
}
#kontaktformular .submit {
    width: 100%;
    margin: 20px 0 50px;
    padding: 12px 10px 10px;
    background-color: #F1840F;
    border: 0;
    font: 18px 'SwissCond700',sans-serif;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#prevPage {
    left: 0;
    top: 46%;
    position: absolute;
    z-index: 2;
}
#nextPage {
    right: 0;
    top: 46%;
    position: absolute;
    z-index: 2;
}
#prevPage i,
#nextPage i {
    font-size: 60px;
    line-height: 100%;
    color: #FFF;
    cursor: pointer;
}

/*** KONTAKTFORMULAR ABGESCHICKT ***/
#kontaktformular_abgeschickt {
    width: 80vh;
    height: auto;
    margin: 0 auto;
    padding: 3px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
#kontaktformular_abgeschickt .ce_text {
    padding: 15px;
}

/*** IMPRESSUM ***/
#impressum {
    width: 80vh;
    height: auto;
    margin: 0 auto;
    padding: 3px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
#impressum .ce_text {
    padding: 15px;
}

/*** DATENSCHUTZERKLÄRUNG ***/
#datenschutzerklaerung {
    width: 80vh;
    height: auto;
    margin: 0 auto;
    padding: 3px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
#datenschutzerklaerung .ce_lmf_privacy_policy {
    padding: 15px;
}

/*** FOOTER ***/
#footer {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 0;
}
#footer .inside {
    width: 94%;
    margin: 0 auto;
}

/*** COPYRIGHT ***/
#copyright {
    width: 47%;
    display: inline-block;
    margin-left: 3%;
    vertical-align: top;
    font-size: 14px;
    color: #FFF;
}

/*** IMPRESSUM ***/
#terms_conditions {
    width: 47%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
    text-align: right;
    font-size: 14px;
}
#terms_conditions,
#terms_conditions a {
    text-decoration: none;
    color: #FFF;
}

/*** DESKTOP ***/
@media screen and (max-width: 1280px) {}

/*** TABLET ***/
@media screen and (max-width: 1024px) {
    #ce_lmf_eyecatcher {
        display: none;
    }

    /*** HAMBURGER ***/
    #navigation_icon {
        display: block;
    }

    #prevPage,
    #nextPage {
        display: none;
    }

    .circleD h1 {
        font-size: 100px;
    }
    .ce_hyperlink.circleD {
        position: unset;
        right: unset;
        bottom: unset;
        display: inline-block;
        margin-bottom: 10px;
    }

    /*** KONTAKTFORMULAR ***/
    #kontaktformular {
        width: auto;
    }
}

/*** SMARTPHONE ***/
@media screen and (max-width: 768px) {

    /*** LOGO ***/
    #logo {
        width: 250px;
    }

    .float_left,
    .float_right {
        float: none;
    }

    .circleD h1 {
        font-size: 70px;
        line-height: 1;
    }
}