html{

    min-height:100vh;
}

body{
    min-height:100vh;
}

.page{
    


    height: auto;
    overflow: hidden;
    
    
}

.bigStartLetter{
    
    font-size: 8vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom:0;
    margin-top: 30%;
    color: #00d300;
    
    }
.startButton{
    margin-top:35%;
    transform: scale(1.5);
}
.startText{
    
    width: 100%;
    max-width: 100%;
    margin: 2% auto auto auto;
    text-align: center !important;
    font-size: 5vw !important;   
}

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

.shadow{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    transform: scale(1);
}

/*navigationBar____________________________*/
.navigationBar{
    
    position: fixed;
    z-index: 2;
    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______________________________________*/
.aboutPage{
    
    padding-bottom: 10%;
   
}
.aboutImageContainer{


    
    position: relative;
    
    width: 95%;
    height: 40%;
    max-width: 100%;
    max-height: 100%;
    text-align: right;
    right: auto;
    top: 0%;
    margin: 4% auto 5% auto;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-0%);
    
    
}
.aboutImage{
    
    display: inline-block;
    position: relative;
    
    opacity: 1;
    width: 49%;
    height: 49%;
    
    
     -webkit-transition: all 1s !important; /* Safari */
    transition: all 1s !important;
}
.aboutTexts{
    position: relative;
    left:5%;
    width: 90%;
    max-width: 800px;
    margin-right: 4%;
    height: auto;
    top: 0%;
    transform: translateY(-00%);
}
.aboutText{
    margin: 4%;
    opacity:1;
    position: relative;
    left: -10%;
    opacity: 0;
            animation-duration: 1s;
    -webkit-animation-duration: 1s;
            animation-name: aboutTextIntro;
    -webkit-animation-name: aboutTextIntro;
            animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
            animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    
     -webkit-transition: all 1s !important; /* Safari */
    transition: all 1s !important;
}
@-webkit-keyframes aboutTextIntro {   
    100% {opacity: 1; left: 0;}
}
@keyframes aboutTextIntro {
    100% {opacity: 1; left: 0;} 
}

.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;
    
}


.pageHeadline{
    display: table-header-group;
    padding-left: 0;
    margin-left: 0px;
    
}
.pageContent{
    text-align:center;
    min-height:0%;
    position: relative;
    
    background-size: cover;
    background-position: center;
    padding-bottom: 5%;
    padding-top: 5%;

    overflow: hidden;
}
.page{

    width:100%;
    min-height: 100%;
    margin: 0;
    
    
    
}
.onlyMobile{
        display: block;
    }   
.text{
        
    
    text-align:justify;
	font-size: 101%;
    line-height: 120%;
        
}

/*Moebelpage______________________*/
.moebelContent{
    margin: auto;
    width: 99%;
    
    height: auto;
}

.imageContainer{
    width: 100%;
    text-align: center;
    margin-top: 2%;
}
.moebelImage{
    display: inline-block;
    width:45vw;
    
    height: 45vw;
    max-height: 220px;
    margin: 0.5%;
    
    -webkit-transition: all 1s; /* Safari */
            transition: all 1s;
}
.moebelImage:hover{
    opacity: 1;
}
.moebelImage.selected{
    
    opacity: 1 !important;
    transform: scale(1.1);
    margin: 0 1% 0% 1%;
    border-style: solid;
    border-width: 1.5px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 2px 6px #bbbbbb;
    
}
.moebelText{
    
    width: 90%;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    
    
    
}
.moebelTextContainer{

    background-color: white;
    margin: auto;
    margin-top: 2%;
    width:100%;
    box-sizing: border-box;
    padding: 4% 3% 4% 3%;
    height: auto;
    min-height: 30%;
    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;
}

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

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

.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;
    ;
}
