







/*ALLGEMEIN*/
/*##################################################*/

:root {
  /* Base font size */
  font-size: 10px;

  /* Full grid area variable */
  --fullGrid: 1 / 1 / -1 / -1;
}


*
{
  margin: 0;
  padding: 0;
  overflow-x:hidden;
  overflow: hidden;


}


html
{
    background-color: white;


}
p
{
    font-family: 'Roboto', sans-serif;

    
    font-size: 1rem;
}
h2
{
    font-size:1rem;
    color: white;
    text-align: center;
}


#infopage
{
  
  position: relative;
  height: auto;
  width: 100%;
  float: right;
 

  margin-top: 200px;
  margin-bottom: 150px;
}

#textcube{
  position: relative;
  background-color: white;
  opacity: 0.7;
  margin-top: 50px;

  float: right;
  height: 50%;
  

  
  max-width: 700px;
  margin-right: 5%;  
  margin-left: 5%;
 background-color: white;


}
#textcube p
{
  
  opacity: 1;
  
  font-size: 1.8rem;
  margin:40px;
  margin-bottom: 0px;
  z-index: 9;

}


#portrait
{
 
  background-image: url('../IMG/port.jpg');
 
  width: 90%;
  max-width: 410px;
  height: auto;

 float: right;
 margin-right: 5%;
 margin-top: 50px;
 margin-left: 5%;
}

@keyframes sounddesignanimation {
    0%   {transform: scale(1); }
    
    100% {transform: scale(2); }
}

@keyframes liveanimation {
    0%   {transform: scale(1); }
    
    100% {transform: scale(1.4); }
}
@keyframes infoanimation {
    0%   {transform: scale(1); }
    
    100% {transform: scale(1.1); }
}

#sounddesignpic
{
    background-image: url('../IMG/tunnel.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
  

     z-index: 2;
     position: absolute;
     opacity: 1;
     transform: scale(2);

     animation-name: sounddesignanimation;
    animation-duration: 30s;
     animation-iteration-count: 1;

      
}
#videos
{
  
  
  
}
.video
{
  opacity: 0.4;
  float: right;
  height: auto;
  min-height: 300px;
 

  padding-top: 15%;
  padding-bottom: 15%;

  width: 40%;
  max-width: auto;
  min-width: 100%;
  transition: all 0.1s linear 0s;

}
.video:hover
{
  opacity: 1;
}


#musicpic
{
    background-image: url('../IMG/unterwasser.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;

  

     z-index: 2;
     position: absolute;
     opacity: 1;

    

      
}

#musicpic2
{
    background-image: url('../IMG/unterwasser.jpg');
    
    width: 110%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
  

     z-index: 2;
     position: absolute;
     opacity: 0.5;

    

      
}

#musicpic3
{
    background-image: url('../IMG/unterwasser.jpg');
    
    width: 130%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
  

     z-index: 2;
     position: absolute;
     opacity: 0.2;

    

      
}
#livepic
{
    background-image: url('../IMG/dark.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
  

     z-index: 2;
     position: absolute;
     opacity: 1;

     
     

      
}

#infopic
{
    background-image: url('../IMG/feder.jpg');
    
    width: 180%;
    height: auto;
    min-height: 200px;
    height: 150%;
    left: -80%;
    
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    display: block;


  

     z-index: 2;
     position: absolute;
     opacity: 1;

    
     
  
      
}
.scaled
{
  transform: scaleX(-1);
  transform: scaley(-1);
}






/* The animation code */
@keyframes example {
    0%   {transform: skew(-5deg);}
    50%  {transform: skew(5deg);}
    100% {transform: skew(-5deg);}
}
@keyframes example2 {
    0%   {transform: scale(1); }
    50%  {transform: scale(2); }
    100% {transform: scale(1); }
}

@keyframes example3 {
    0%   {transform: scaleX(1); }
    50%  {transform: scaleX(1.5); }
    100% {transform: scaleX(1); }
}
@keyframes slidein 
{
  0%   {
    transform: scale(1); 
    margin-left: 0%;
    opacity: 0.02;
        }
    50%  {
        transform: scale(1.1); 
        margin-left: 1%;
        opacity: 0.2;
        }
    100% {
        transform: scale(1);
        margin-left: 0%;
        opacity: 0.02;
        }
         
}

@keyframes example5 {
    0%   {opacity: 0;}
    25%   {opacity: 0;}
    25.5%   {opacity: 0.1;}
    26%   {opacity: 0;}
    26.5%   {opacity: 0.1;}
    27%   {opacity: 0;}
    50%  {opacity: 0; }
    75%   {opacity: 0;}
    99.5%  {opacity: 0;}
    100% {opacity: 0.1; }
}

/* The element to apply the animation to */

#mainpic
{
    background-image: url('../IMG/background1.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: repeat-x;
    background-position: center;
 
    display: block;
    float: left;


     z-index: 3;
    position: absolute;
    opacity: 0.3;
animation-name: example2;
    animation-duration: 240s;
     animation-iteration-count: infinite;
   


}   


/*#mainpic:hover 
{
   transform: scale(1.1); 
   transform: skew(5deg);
    opacity: 0.4;
}*/
#secondpic
{
    background-image: url('../IMG/background1.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
  

     z-index: 2;
     position: absolute;
     opacity: 0.3;

     animation-name: example2;
    animation-duration: 300s;
     animation-iteration-count: infinite;

      
}



#thirdpic
{
    background-image: url('../IMG/background1.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;


     z-index: 1;
     position: absolute;

      animation-name: example3;
    animation-duration: 220s;
     animation-iteration-count: infinite;

}
#fourthpic
{
    background-image: url('../IMG/background2.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;


     z-index: 1;
     position: absolute;

      animation-name: slidein;
    animation-duration: 15s;
     animation-iteration-count: infinite;

}
#fifthpic
{
    background-image: url('../IMG/background3.jpg');
    
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;

    opacity: 0;
     z-index: 1;
     position: absolute;

      animation-name: example5;
    animation-duration: 10s;
     animation-iteration-count: infinite;
     animation-delay: 3s;


}


#cube
{
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    float: left;
    display: block;

}
#cube:active
{
    background-color: red;
    
}


@supports (transform: scaleX(-1)) {
  .mirror-x-effect {
    position: relative;
  }



  .mirror-x-effect:before, .mirror-x-effect:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: inherit;
  }
  .mirror-x-effect:before {
    left: 0;
    right: 50%;
    transform: scaleX(-1);
  }
  .mirror-x-effect:after {
    left: 50%;
    right: 0;
  }

}






#page
{
    z-index:5;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.3);
    background-position: center;
    vertical-align: center;
   


}
#page2
{
    z-index:5;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.3);
    background-position: center;
    vertical-align: center;
    overflow-y:scroll;


}

@keyframes logoshow
{
  0%   {
        opacity: 0;
     
        } 
          50%   {
        opacity: 0;
     
        } 

    
    100% {
        opacity: 1;
    
        }
         
}

#logo
{
    
    transition: all 0.2s linear 0s;
    margin-left: 20%;
    margin-top: 50px;

 
    width: 150px;
    position: fixed;
    animation-name: logoshow;
    animation-duration: 4s;
    font-size: 1rem;
    z-index: 1;


}
#logo a{
  color: white;
  font-size: 1.8rem;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
#logo:hover
{
  opacity: 0.3;
}

#header
{

 transition: all 0.6s linear 0s;
  width: auto;
  height: 40px;
  z-index: 9;
  position: relative;
  display:block;
  margin: 0 auto;
  top: 35%;
  margin-left: 70%;
  





}
#header p
{
  font-size: 3.4em;
  color: white;
  width: auto;
}
#header p:hover 
{
  cursor: pointer;
 

}
#header:hover 
{
  cursor: pointer;
 
  height: 160px;



}


#header a{
  transition: all 0.2s linear 0s;
  color: black;
  font-size: 2.3rem;
  font-family: 'Roboto', sans-serif;

  text-decoration: none;

  margin-right: 10px;
}
#header a:hover{
  color: white;
}
#header a:active
{
  color: black;
}

.demos
{
  display: block;
  margin:0 auto;
  margin-left: 20%;
  margin-right: 70%;
  margin-top: 20%;
  width: 300px;


}
.demos a
{
  font-size: 2rem;
  color: white;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  margin-right: 150px;
  font-family: 'Roboto', sans-serif;
}
.demos a:hover
{
  opacity: 0.4;
}





/*#################VIDEO###############*/
@keyframes videoin{
    0%   {opacity: 0; }

    100% {opacity: 1; }
  }

header {
  /* Create grid spanning viewport width & height */
  display: grid;
  grid-template-rows: 100vh;
  overflow: hidden;
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.7);
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5rem;
 

  color: #fff;
  animation-name: videoin;
  animation-duration: 3s;
}


main {
  padding: 5em 2em;
  max-width: 94em;
  margin: 0 auto;
}



.video-bg {
  /* Span the full grid */
  grid-area: var(--fullGrid);

  /* Re-size video to cover full screen while maintaining aspect ratio */
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Display video below overlay */
  z-index: -1;

  animation-name: videoin;
  animation-duration: 2s;
}

.video-bg::-webkit-media-controls {
  display: none !important;
}
.video-overlay {
  /* Span the full grid */
  grid-area: var(--fullGrid);

  /* Center Content */
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;


  /* Semi-transparent background */
  background-color: rgba(0, 0, 0, 0.55);
}





/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */


/* Style the button used to pause/play the video */
.btn {
  transition: all 0.2s linear 0s;
    width: 80px;
 height: 70px;
 font-size: 2.4rem;
    font-size: auto;
    margin-left: 10px;
    
   
    border: none;
    background-color: rgba(255,255,255,0.4);
    color: black;
    
    cursor: pointer;
  float: left;
  font-family: 'Roboto', sans-serif;

}

.btn:hover {
   
    color: white;
    background-color: rgba(0,0,0,0.3);
}


.btn:active
{

}




#sounddesign
{

 

animation-name: videoin;
  animation-duration: 3s;

  transition: all 0.2s linear 0s;
  width: 500px;
  height: 30px;
   
    margin-top: 50px;
    margin-right: 20%;
    


    position: relative;
      margin-top: 50px;
  display:block;
  margin: 0 auto;

  

   top: 50px;

    margin-left: 70%;
  




}
#sounddesign p
{
  font-size: 2rem;
  color: white;
  margin-bottom: 10px;
}
#sounddesign p:hover 
{
  cursor: pointer;
 

}
#sounddesign:hover 
{
  cursor: pointer;
 
  height: 160px;
  transition: all 0.2s linear 0s;



}

#sounddesign a{
  transition: all 0.2s linear 0s;
  color: white;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;

  margin-right: 10px;
}
#sounddesign a:hover{
  color: black;
}
#sounddesign a:active
{
  color: white;
}




/*################MENU*/

#info
{

 

animation-name: videoin;
  animation-duration: 3s;

  transition: all 0.2s linear 0s;
  width: auto;
  height: 30px;
  margin-bottom: 20px;
   
    margin-top: 50px;
    margin-right: 20%;
    


 position: fixed;
      margin-top: 50px;
  display:block;
  margin: 0 auto;

  

   top: 50px;

    margin-left: 70%;
    z-index: 1;
  




}
#info p
{
  font-size: 2rem;
  color: white;
  margin-bottom: 10px;
}
#info p:hover 
{
  cursor: pointer;
 

}
#info:hover 
{
  cursor: pointer;
 
  height: 160px;
  transition: all 0.2s linear 0s;



}

#info a{
  transition: all 0.2s linear 0s;
  color: white;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;

  margin-right: 10px;
}
#info a:hover{
  color: grey;
}
#info a:active
{
  color: black;
}




@media only screen and (max-width : 1000px) {

#header p
  {
     
    font-size: 1.8rem;
    margin-bottom: 5px;

  }
  #header
  {
    height: 25px;
    margin-left: 65%;
  }
  #header a
  {

    font-size: 1.5rem;
    margin-right: 100%;
  }
}
@media only screen and (max-width : 600px) {
  #info a
  {
    margin-right: 100%;
  }

    .demos
  {
   
    margin-top: 40%;
    
  }
  .demos a
  {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
  }
  #logo a
  {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
  }
  
}
@media only screen and (max-width : 400px) {


  #header
  {
    margin-left: 50%;
  }




}