﻿#topLogo {
    display: none;
}

#divTopLastMinute,
#divMenuLastMinute,
#divStageLastMinute {
    display: none;
}

#divClaim,
#divSubClaim {
    display: none;
}

    #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) {
    }
