/* Intro Video */

/* .noTouch #introVideo {
	position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
    overflow: hidden;
} */

.dragBox__Home>.dragBox__view>.dragBox__container{
    height: 100%;
    width: 100%;
}


#willkommen {
    display: flex;
    flex-direction: column;
    color: rgb(var(--colUIText03));
    animation: showUp 1s ease-in 1;
    cursor: default;
    padding-bottom: var(--naviSize);
    background: var(--welcomeBG_H) top left no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;


    /* border: 25px solid blue; */
}

    .hasTouch #willkommen{
        animation: none;
    }

#homeFooter{
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: var(--naviSize);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(var(--colUIBack04),0.65);
    /* margin-top: 0.5em; */
    padding: 0px 2em;
    border-color: rgba(var(--colUIText03),0.2);
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    z-index: 1;
}

.homeFooterTALogo {
    width: 8em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.homeFooterImpressum {
    font-size: 0.85em;
    font-weight: 300;
    white-space: nowrap;
    }




.intro{
    width: 100%;
    padding: 5em 5% 0px 5%;
}

    .intro__content{
        display: flex;
        flex-direction: column;
    }


    .intro__logo {
        max-width: 18em;
        margin: 0px -1em;
        }

    .intro__text{
        max-width: 45em;
        font-size: 1.2em;
        line-height: calc(var(--lineHeight) * 1.1);
        margin-top: 0.5em;
        hyphens: none;
        }

    .intro__button{
        width: 10em;
        margin-top: 2em;
    }





    .intro__row{
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-flow: row wrap;
        margin: 0.5em 0px;
    }

    .intro__headline{
        margin: 0px;
        margin-top: 1em;
        font-size: 1.6em;
    }

    .intro__footer{
        display: flex;
        justify-content: space-between;
        font-size: 0.8em;
    }

        .intro__footer>p,
        .intro__footer>div>*{
            color: rgba(var(--colUIText03),0.5)
        }


@media (pointer: coarse){

    #wilkommen h2{
        font-size: 1.3em;
        margin-bottom: 1em;
        font-weight: 400;
    }

    #willkommen {
        flex-direction: column;
    }

    .intro__text{
        font-size: 1em;
        line-height: calc(var(--lineHeight) * 1.2);
    }
}

@media (orientation: portrait){

    .BGhome{
        background-image: var(--welcomeBG_V);
        background-position: center;
    }

    #willkommen {
        height: 100%;
        width: 100vw;
        min-height: 100%;
        min-width: 100%;
        background: var(--welcomeBG_V) bottom left no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #willkommenContent, .intro__text{
        color: rgb(var(--colUIText01));
    }

    .intro{
        width: 100%;
    }


@media (max-device-height: 895px) and (orientation: portrait) and (pointer: coarse){
    .intro__button{
        width: 100%
    }

}

@media (min-width: 80em) and (orientation: landscape) and (pointer: fine){

    #willkommen {
        flex-direction: row;
        padding-bottom: var(--naviSize);
    }

    .intro{
        width: 50%;
    }

}

@media (min-width: 100em) and (orientation: landscape) and (pointer: fine){

    #willkommen{
        width: calc(100vw - var(--naviSizeDesk));
    }

}

@media (orientation: landscape) and (pointer: coarse){

    .intro__logo {
        max-width: 40%;
    }
}


    /*-- Weihnachten


    .intro__headline{
        margin: 0px;
        margin-bottom: 1em;
        max-width: 15em;
        text-align: center;
    }

    .intro__headline_red{
        color:rgb(138, 19, 19);
    }

    .intro__Xmas {
        width: 100%;
        max-width: 30em;
        margin: -5em 0px 0px 0px;
    }

    @media (max-device-width: 895px) and (orientation: landscape) and (pointer: coarse){

        .intro__Xmas{
            max-width: 20em;
        }

        .intro__headline{
            max-width: 20em;
        }

    } -- */