body
{
    padding: 0;
    margin: 0;
    font-family: 'Geogrotesque-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #faf5ec;
    background-color: #faf5ec;



}
@font-face {
  font-family: 'Geogrotesque-Regular';
  src: url('../fonts/Geogrotesque-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Geogrotesque-Regular.otf')  format('opentype'),
	     url('../fonts/Geogrotesque-Regular.woff') format('woff'), url('../fonts/Geogrotesque-Regular.ttf')  format('truetype'), url('../fonts/Geogrotesque-Regular.svg#Geogrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NinkasiRegular';
  src: url('../fonts/NinkasiRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/NinkasiRegular.otf')  format('opentype'),
	     url('../fonts/NinkasiRegular.woff') format('woff'), url('../fonts/NinkasiRegular.ttf')  format('truetype'), url('../fonts/NinkasiRegular.svg#NinkasiRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


h1,
h2,
h3
{
    color: #faf5ec;
    font-family: 'NinkasiRegular', sans-serif;
    font-size: 3.6em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
}
p
{
    margin:1em;
    font-size: 1.2em;
}

h3
{
    margin: 10px 0;
    font-size: 2.8em;
}

a
{
    color: #d26432;
    text-decoration: none;
        font-size: 1.6em;
}

a img
{
    border: none;
}

pre
{
    font-size: 14px;
    color: white;
    padding: 10px;
    background: #646464;
}






  
      



      
.header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 1000;
}

.header .bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5vh;
    max-height: 32px;
    padding-top:8px;
    width: 100%;
    overflow: hidden;
    background: #635b52;
    z-index: 900;
    text-align: right;
    
}

#imprintbox {
width: 100vw;
    height: 100vh;
    position: absolute;
background-color: rgba(0,0,0,.8);
        z-index: 1100;


  top: 0;
  left: 0;
    display: none;
    
}

#imprintbox .box {
        padding: 3vw;
position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #635b52;
       width: 94vw;
    max-width: 500px; 
    
}



#aboutbox {
width: 100vw;
    height: 100vh;
    position: absolute;
background-color: rgba(0,0,0,.8);
        z-index: 1100;


  top: 0;
  left: 0;
    display: none;
    
}

#aboutbox .box {
        padding: 3vw;
position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #635b52;
       width: 94vw;
    max-width: 800px; 
    
}

#aboutbox .box .box
{
   width: 47vw;
    max-width: 360px;
    left: 0;   
padding: 20px;
position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    background: #635b52;
float: left;
    text-align: left;
}




.imprint {
margin-right:20px;
    z-index: 1150;
}
.imprint a {
    color: #d26432;
    text-decoration: none;
        font-size: 1.2em;
    
}



.header .logo {
    width: 20vw;
    max-width: 200px;
    min-width: 80px;
    position: relative;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        z-index: 1100;
}


.header .logo img
{
    width: 20vw;
    max-width: 200px;
    min-width: 80px;

}

.back
{
    line-height: 0;
    z-index: 100;
    width: 350vw;
     height: 100%;
}

.back3
{
    line-height: 0;
    z-index: 150;
    width: 175vw;
     height: 100%;

}

.back5
{
    line-height: 0;
    z-index: 200;
    width: 400vw;
     height: 100%;
}

.middle
{
    z-index: 250;
    line-height: 0;
    width: 425vw;
    height: 100%;
}

.middle3
{
    z-index: 300;
    line-height: 0;
    width: 450vw;
    height: 100%;
}

.middle5
{
    z-index: 450;
    line-height: 0;
    width: 475vw;
    height: 100%;
}

.front
{
    z-index: 500;
    bottom: 0vw;
    width: 550vw;

   
}

/*
.intro
{
    width: 300px;
    position: relative;
    left: calc(50vw - 150px);
    top: 0px;
}
*/

.page
{
    top: 0px;
   
    
    
}

.box
{
        padding: 3vw;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #635b52;
    
}


.box1
{
    width: 100vw; 
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
}
.box1 .box iframe
{
   width: 80vw;
    height: calc((80vw/16)*9);
}
.box2
{
    width: 100vw; 
    height: 100vh;
    left: 150vw;
    top: 0;
    position: absolute;
}
.box2 .box
{
   width: 94vw;
    max-width: 800px; 
    
}
.box2 .box .box
{
   width: 47vw;
    max-width: 360px;
    left: 0;   
padding: 20px;
position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    background: #635b52;
float: left;
    text-align: left;
margin-top: 20px;
}
.box3
{
    width: 100vw; 
    height: 100vh;
    left: 300vw;
    top: 0;
    position: absolute;
}
.box3 .box iframe
{
   width: 80vw;
    
    height: calc((80vw/16)*9);
}
.box4
{
    width: 100vw; 
    height: 100vh;
    left: 450vw;
top: 0vh;
    position: absolute;
}
.box4 .box
{
   width: 94vw;
    max-width: 500px; 
}





@media only screen and (max-width : 768px) { 
    
#aboutbox .box .box
{
padding-left: 0px;
    padding-right: 0px;
}  
.split
{
height: 25%;
}    


.box2 .box .box
    {
    padding: 0px;
    }
    
    
    p{
  font-size: 1em;
        }
    
    
}





/*
.box1
{
    width: 80vw;
    position: relative;
    left: 9vw;
  
   top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);



    
}

.box1 video
{
    width: 80vw;
    background: #635b52;
    padding: .75em;
    opacity: 1;
    max-height: 80vh;
    max-width: 1920px;
}

.box1 center
{
width: 94vw;
    padding-left: 3vw;
}

.box1 center img
{
    width: 15vw;
    padding-top: 2vh;
    padding-bottom: 3vh;
    max-width: 150px;
    min-width: 80px;

}

.box2
{
    width: 94vw;
    max-width: 500px;
    left: calc(91.5vw + (((5000px - 200vw) / 5) * 1));
    top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    
        background: #635b52;
    padding: 1.5em;
    opacity: 1;
    
}

.box3
{
    width: 94vw;
    max-width: 750px;
    left: calc(91.5vw + (((5000px - 200vw) / 5) * 3));
    top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        background: #635b52;
    padding: .75em;
    opacity: 1;
}

.box4
{
 width: 100vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
    opacity: 1;
  
}
.box4 .box
{
   width: 94vw;
    max-width: 500px;
        padding: 1.5em;
    opacity: 1;
        background: #635b52;
left: 50vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: relative;
}*/
