
/*Basics_______________________________*/
html{

    min-height:100vh;
}
body{
    min-height:100vh;
}

h3{
    margin:0px;
    margin-bottom: 1%;
    width: 100%;
    padding: 0;
    font-size: 120%;
    font-weight: 400;
    }

.backgroundImage{
    background-image: url('../Images/BackgroundMobile.jpg');
}
.backgroundImagePreLoad{
    background-image: url('../Images/BackgroundMobilePreLoad.jpg');
}

.page{
    position: relative;
    width:100%;
    min-height:0%;
    margin: 0;
    
    
    
}
.onlyMobile{
        display: block;
    }   
.text{
        
    
    text-align:justify;
	font-size: 90%;
    line-height: 120%;
        
}
.shadow{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1);

}


/*Startpage_______________________*/
.startBox{
    margin-top: 20%;
}

/*infoPage______________________________________*/
.infoObject{
    
    width: 28vw;
    height: 28vw;
    max-width: 100%;
    max-height: 100%;
    margin: 1vw;    
    font-size: 3vw;
   
}
.infoObject.selected{
    background-color: white;
    color: black !important;
    font-size: 3.7vw;
}
.infoTexts{
    
    position: relative;
    text-align: center;
    margin: auto;
    width: 80%;
    height: 40%;
    min-height: 30%;
    max-width: 700px;
    
}


/*aboutPage______________________________________*/
.aboutPage{
    
}
.aboutText{
    
    width: 90%;
    max-width: 900px;
    margin: 3% auto auto auto;
    
}




/*Moebelpage______________________*/
.moebelImageContainer{
    position: relative;
    
    width: 100vw;
    height: 30%;
    box-sizing: border-box;
    text-align: center;
    color: white;
    position: relative;
    
}
.moebelImage{
    width: 45vw;
    margin: 1%;

}
.moebeIconContainer{

    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    top: auto;
    bottom: 0%;
    height: 15%;
    
}
.moebelText{
    
    
    width: 95%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin:  auto auto auto;
    text-align: justify !important;
    
    
    
}
.moebelTextContainer{
    
    position: absolute;
    margin-top: 2%;
    width:100%;
    height: 40%;
    bottom: 30%;
    max-height: 200px;
    text-align: center;
    
}
.moebelTextHide{
    
    display: none;
    opacity: 0;
             animation-duration: 2s;
    -webkit-animation-duration: 2s;
            animation-name: moebelTextHideAnim;
    -webkit-animation-name: moebelTextHideAnim;
            animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}


/*ReferenzenPage__________________*/
.logo{
    
    display: inline-block;
    position: relative;
    top:0;
    padding: 1vw;
    margin: 1vw;
    border-radius: 50%;
    width: 20vw;
    height: 20vw;
    max-width: 120px;
    max-height: 120px;
    background-color: white;
    
    
}
.logoImage{
    
    
   
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width:85%;
    height: 85%;
    background-size: contain;
    margin: auto;
    
    
}
.logoContainer{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.logoText{
    
    width: 90%;
    max-width: 900px;
    margin: 0% auto 5% auto;
    ;
}


.footPrint{
    padding: 1%;
    background-color: white;
    box-shadow: 0px 0px 0px #000000;
    width: 95%;
    box-sizing: border-box;
    margin-top:10% !important;
    padding-bottom: 5%;
    text-align: center;
    margin: auto;
}
.footContent{
    background-color: rgba(0,0,0,0.0); !important;
    text-align:center;
    
}
.footText{
    
    text-align:center;
    max-width:100%;
    width:100%;
    margin:auto;
    margin-bottom:5%;
    
}


