
/*Basic--------*/
html{

    min-height:100vh;
}
body{
    min-height:100vh;
}
.backkgroundImage{
    width:100vw;
    height:100vh;
    background-position: center;
    position:fixed; 
    
    
    overflow: hidden;
    transform: scale(1.1);
    transform: scale(1.1);
    
            animation-duration: 100s;
    -webkit-animation-duration: 100s;
            animation-name: backkgroundImageAnim;
    -webkit-animation-name: backkgroundImageAnim;
    -webkit-transition: opacity 2s; /* Safari */
            transition: opacity 2s;
    
}
.page{
    position: relative;
    width:100%;
    min-height:0%;
    margin: 0;
    
    
    
}
.pageContent{
    text-align:center;
    min-height:0%;
    position: relative;
    
    background-size: cover;
    background-position: center;
    padding-bottom: 5%;
    padding-top: 5%;

    overflow: hidden;
}
.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);

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



.startButton{
    margin-top: 20%;

    transform:scale(1.5)translateX(-50%) !important;
}
.startText{
    
    width: 80%;
    max-width: 100%;
    margin: 15% auto auto auto;
    text-align: center !important;
    
}
.startPage{
    height: 100vh!important;
}

.introImage{
    opacity: 0;
    margin: 0%;
    width: 30%;
    
            animation-name: opacityFadeIn;
            animation-duration: 2s;
            animation-fill-mode: forwards;
    
    -webkit-animation-name: opacityFadeIn;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    

}
.introImage1{
    
            animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
}
.introImage2{
    
            animation-delay: 0s;
    -webkit-animation-delay: 0s;
    
}
.introImage3{
    
            animation-delay: 1s;
    -webkit-animation-delay: 1s;
    
}


.introImages{
    width: 170%;
    max-width: 200%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2%;
    
}


/*navigationBar____________________________*/
.navigationBar{
    
    
    display: none;
    width: 100%;
    height: 6%;
    background-color: whitesmoke;
    bottom: 0%;
    text-align: center;
    transform: scale(1);
    -webkit-transition: all 0.5s !important; /* Safari */
    transition: all 0.5s !important;
}
.navigationButton:hover{
    color: darkslategrey !important;
    transform: scale(1.1);
}
.navigationButton{
    
    font-size: 2vh;
    margin-left: 3%;
    margin-right: 1%;
    line-height: 6vh;
    color: gray;
    display: inline-block;
    -webkit-transition: all 0.5s !important; /* Safari */
    transition: all 0.5s !important;
}
.navigationButton.selected{
    
    transform: scale(1.1);
    color: var(--main-color);
    
}

/*aboutPage______________________________________*/
.bigStartLetter{
    
    font-size:9vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom:0;
    margin-top: 25%;
    
    }
.aboutImage{
    display: none;
    width:45%;
    max-width: 400px;
    margin: 0.25%
    
}
.aboutText{
    
    width: 90%;
    max-width: 900px;
    margin: 3% auto auto auto;
    
}
.aboutBlock{
    
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0% 0% 0% 0%;
    
    
}
.aboutContent{
    width: 100%;
    color: black !important;
    background-color: white;
    text-align: justify;
    padding: 2%;
    margin-top: 3%;
}






/*Moebelpage______________________*/
.moebelPage{
   
    min-height: 110% !important;
    height: auto;
    
}


.moebelContainer{
    position: absolute;
    width: 100%;
    height: 95%;
    left: 0;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    
             animation-duration: 2s;
    -webkit-animation-duration: 2s;
            animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.moebelObjects{
    position: relative !important;
    width: 99%;
    max-width: 100%;
    margin: auto;
    left: 0%;
    top: 00%;
    transform: translateY(-00%);
    text-align: center;
}
.moebelObject{
    width: 48%;
    height: 0;
    padding: 0;
    height: 30%;
    padding-bottom: 0%;
    background-color: gray;
    display: inline-block;  
    margin: 0.5%;
    margin-bottom: 1%;
    margin-top: 1%;
    opacity: 0.8;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0.7);
    
               animation-duration: 1s;
    -webkit-animation-duration: 1s;
            animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
            animation-name: moebelObjectIntro;
    -webkit-animation-name: moebelObjectIntro;
            animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    
    -webkit-transition: all 0.5s; /* Safari */
            transition: all 0.5s;
}
@keyframes moebelTextHideAnim{
    
    0% {opacity: 0;}
    99%{display: block;}
}




.moebelPresenter.hide{
            
            animation-name: moebelPresenterHide;
    -webkit-animation-name: moebelPresenterHide;
}
@-webkit-keyframes moebelPresenterHide {
    0% {opacity: 1; transform: scale(1);}
    99% { transform: scale(1.2); opacity: 0;bottom: 0%;}
    100%{visibility: hidden height: 0 !important;}  
}
@keyframes moebelPresenterHide {
     0% {opacity: 1; transform: scale(1);}
    99% { transform: scale(1.2); opacity: 0;bottom: 0%;}
    100%{visibility: hidden; height: 0 !important;}  
}

.moebelPresenter.show{
    
            animation-name: moebelPresenterShow;
    -webkit-animation-name: moebelPresenterShow;
    
    
}
@-webkit-keyframes moebelPresenterShow {
    0%{opacity: 0; height: 100vh; bottom: 0; transform: scale(1.2)}
    100%{opacity: 1;}
    
}
@keyframes moebelPresenterShow {
     0%{opacity: 0; height: 100vh; bottom: 0;  transform: scale(1.2)}
    100%{opacity: 1;}
}

.moebelPresenterText{
    position: relative;
    width: 95%;
    margin: auto;
    column-count: 1;
}
.moebelImageContainer{
    position: relative;

    text-align: center;
    width:auto;
    top: 0%;
    padding:1% 0% 2% 0%;
    box-sizing: border-box;
    height: auto;
    margin: auto;
    margin-bottom: 5%;
    transform: translateY(0);
    
}
.moebelImage{

    margin: 1% 1% 1% 1%;
    opacity:1;
    height: auto;
    width: 46%;
    max-height: 250px;
    box-sizing: border-box;
    
}

@-webkit-keyframes logoOverlayTextFadeIn {
    
    100% {opacity: 1; transform:scale(1);}    
}
@keyframes logoOverlayTextFadeIn {
	100% {opacity: 1; transform:scale(1);}
}

/*ReferenzPage______________________*/
.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;
    ;
}


/*FootPage___________________________*/
.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%;
    
}
