html{

    min-height:100vh;
}

body{
    min-height:100vh;
}



h1{

    font-size: 220%;
    color: var(--main-color);
    position: relative;
    
}
h2{
    
    font-size:140%;
    font-weight:bold;
    letter-spacing: 10;
    font-variant:inherit;
    margin:0px;
    margin-bottom: 2%;
    width: 100%;
    padding: 0;
    color: var(--main-color);
}
h3{
    margin:0px;
    margin-bottom: 2%;
    width: 100%;
    padding: 0;
    font-size: 105%;
    font-weight: 400;
    }

.startDiv{
    
    
    width: 45vw;
    height:45vw;
    
    
    
}
.bigStartLetter{
   
   
    line-height: 1.3;
    letter-spacing: 2;
    font-size: 8vw;

    
   
}
.startDivBackSite{
   
    text-align: center;
    line-height: 40vw;
    font-size: 5vw;
    
}

.aboutText{
    
    width: 96%;
    max-width: 100%;
    margin: auto;
    text-align: center !important;
}


@keyframes aboutContentIntro{
    
    20%{opacity: 0}
    100% {opacity: 1}
    
}
@-webkit-keyframes aboutContentIntro{
    
   100% {transform: translateY(0%);opacity: 1;}
    
}

/*Moebelpage______________________*/

.moebelContent{

    width: 100%;
    max-width: 100%;
    
}
.moebelObject{
    height: auto;
}
@-webkit-keyframes moebelObjectIntro {
    100%{margin-top: 5%; opacity: 1}
}
@keyframes moebelObjectIntro {
    100%{margin-top: 5%; opacity: 1}
}
.moebelContainer{
    background-color: rgba(0,0,0,0.8);
    position: relative;
    float: left;
    height: 100%;
    width: 32%;

    text-align: center;
    
}
.moebelImage{
    position: relative;
    top: 0;
    width: 100%;
    height: 60%;
    
    margin: 0%;
    margin: 0;
    opacity:1;
    
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    float: left !important;
    
}
.moebelText{
   
    position: relative;
    padding: 2% 0% 2% 0%;
    
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    width: 96%;
    
    float: left !important;
}


.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%;
    height: auto;
    margin: 0;
    
    
    
}
.onlyMobile{
        display: block;
    }   
.text{
        
    
    text-align:justify;
	font-size: 3vw;
    line-height: 120%;
        
}


.footerPage{
    
    height: 200% !important
    
}
.footPrint{
    padding: 1%;
    background-color: white;
    box-shadow: 0px 0px 0px #000000;
    width: 100%;
    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;
    ;
}
