html{

    min-height:100vh;
}

body{
    min-height:100vh;
}

.startPage{
    height: 100%;
}

.bigStartLetter{
    position: relative;
    font-family: 'Jura', sans-serif;
    letter-spacing: 4;
    margin-top: 30%;
    width: 100%;
    text-align: center;
    color:green;
    color: yellowgreen;
    font-size: 10vw;
    font-weight: normal;
    line-height: 1;
    margin-bottom:0%;

    
}


.startDiv{
    
    width:  220vw;
    height: 220vw;
    max-width: 500%;
    max-height: 500%;
    
}

.startButton{
    margin-top:30%;
}
.startText{
    
    width: 80%;
    max-width: 100%;
    margin: 15% auto auto auto;
    text-align: center !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);
}

/*aboutPage______________________________________*/
.imageContainer{
    width:100%;
    text-align:center;
    margin-top: 5%;
}
.aboutImage{
    
    
    width:43vw;
    height: 43vw;
    margin: 0.25%;
}
.aboutImageText{ 
    
    opacity: 1;
    background-color: rgba(154,205,50,0.9); 
    font-size: 110%;
    
    
}

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

.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: 95%;
    line-height: 110%;
        
}

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

}
.moebeIconContainer{

    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    top: auto;
    bottom: 0%;
    height: auto;
    
}
.moebelText{
    
    
    
    color: white;
    width: 95%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin:  auto auto auto;
    text-align: justify !important;
    
    
    
}
.moebelTextContainer{
    
    position: absolute;
    margin-top: 0%;
    width:100%;
    height: 45%;
    top: 37%;
    max-height: 100%;
    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;
}
.moreMoebelContainer{
    


    margin: auto;
    width: 100%;
    max-width: 100%;
    
}
.moreMoebelIcon{
    
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 22vw;
    height: 22vw;
    margin: 0.5%;
    opacity: 1;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s; /* Safari */
            transition: all 1s;

}
.moreMoebelIconText{
            
    bottom: 0%;
    font-size: 85%;
    width: 100%;
    height: 25%;
    padding-top: 0%
}
@-webkit-keyframes logoOverlayTextFadeIn {
    
    100% {opacity: 1; transform:scale(1);}    
}
@keyframes logoOverlayTextFadeIn {
	100% {opacity: 1; transform:scale(1);}
}


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

.pageBlock{
    
    margin-top: 0;
    transform: translateY(0%);
    padding-top: 0%;
} 

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