﻿#topLogo {
    display: none;
}

#divTopLastMinute,
#divMenuLastMinute,
#divStageLastMinute {
    display: none;
}

#divClaim,
#divSubClaim {
    margin: 0 auto;
    color: #000000;
    margin-bottom: 0.25em;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    display: none;
}

    #divSubClaim span,
    #divClaim span {
        display: none;
        width: auto;
    }

#divClaim {
    width: 450px;
    font-size: 32px;
    font-size: 3.2rem;
}

    #divClaim span {
        font-size: 16px;
        font-size: 1.6rem;
    }

@media (min-width: 760px) {
    #divSubClaim {
        width: auto;
        font-size: 21px;
        font-size: 2.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    #divSubClaim {
        display: none;
    }

        #divSubClaim span {
            display: none;
        }

    #divClaim {
        display: inherit;
    }

        #divClaim span {
            display: inherit;
        }
}

    #divSubLogo {
        display: inherit;
        height: 84px;
        width: 266px;
        margin: 0 10px;
        background-size: contain;
        background-repeat: no-repeat;
    }




    #stage {
        margin-top: 60px;
        max-width: 100%;
        position: relative;
        box-sizing: border-box;
    }

    #stageLogo {
        display: none;
    }

    #stageClaim {
        display: none;
        font-family: Arial, sans-serif;
        font-size: 20px;
        font-size: 2.0rem;
        color: #fff;
        text-align: right;
    }

        #stageClaim span {
            font-size: 75%;
            text-align: right;
        }


    #substage {
        max-width: 100%;
        overflow: hidden;
        height: 300px;
        position: relative;
        background-color: #fff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        /*display: none;*/
    }

    #wrapper {
        width: 100%;
        position: relative;
        margin: 0px auto;
        background-color: transparent;
    }

    .wrapperfollowing,
    .wrapperfollowingfull,
    .wrappercatalog {
        margin-top: 60px !important;
    }


    @media (min-width: 480px) {
    }

    @media (min-width: 760px) {
        #stageClaim {
            font-size: 26px;
            font-size: 2.6rem;
            /*display: inherit;*/
        }

            #stageClaim span {
                /*display: inherit;*/
            }
    }

    @media (min-width: 980px) {
        #stageClaim {
            font-size: 26px;
            font-size: 2.6rem;
        }

        #substage {
            display: inherit;
        }

        .wrapperfollowing,
        .wrapperfollowingfull,
        .wrappercatalog {
            margin-top: 60px !important;
        }
    }

    @media only screen and (min-width: 1200px) {
        #stageClaim {
            font-size: 37px;
            font-size: 3.7rem;
        }

        #stage {
            margin-top: 62px;
        }

        #substage {
            height: 450px;
        }

        .wrapperfollowing,
        .wrapperfollowingfull,
        .wrappercatalog {
            margin-top: 60px !important;
        }
    }

    @media only screen and (min-width: 1600px) {
        #stageClaim {
            font-size: 47px;
            font-size: 4.7rem;
        }
    }

    /* Startslider */
    #stageslider {
        position: relative;
        height: 80vw;
        /*margin-bottom: 25px;*/
    }

        #stageslider div.slideImgDiv {
            height: 80vw;
            width: 100%;
            margin: 0px 0px;
            position: relative;
        }

        #stageslider div.slideImgBild {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            height: 100%;
            width: 100%;
            margin: 0px 0px;
            position: relative;
            overflow: hidden;
        }

    @media (min-width: 480px) {
        #stageslider {
            margin-bottom: 10px;
        }

            #stageslider,
            #stageslider div.slideImgDiv {
                height: 75vh;
            }

                #stageslider div.slideImgBild {
                    height: 100%;
                }
    }

    @media (min-width: 760px) {
        #stageslider,
        #stageslider div.slideImgDiv {
            /*height: 50vh;*/
        }

        #stageslider {
            margin-bottom: 0px;
        }

            #stageslider div.slideImgBild {
                height: 100%;
            }
    }

    @media (min-width: 980px) {
        #stageslider,
        #stageslider div.slideImgDiv {
            height: 50vh;
        }
    }

    @media only screen and (min-width: 1200px) {
    }

    @media only screen and (min-width: 1400px) {
    }
