/* menu-animation, elements wich have a transition property have 2 states, with and without the open class!   */

/* basic site styling */

@import "https://fonts.googleapis.com/css?family=Orbitron";

* {
  margin: 0;
  padding: 0;
  }

body {
     font-family: sans-serif;
    background: rgb(255, 255, 255);
    }


.about {margin-left: 200px;
      margin-right: 200px;
      margin-bottom: 20px;
      color: rgb(146, 146, 146);   
      text-align: center;
      font-size: 14px;
      }
  
  .links {
    width: 100%;
  
  }

  .links2 {
    max-width: 100%;
    height: auto;
  }

  #main2 {
  /*  text-align: center; */
  margin-top: 15%;
  }

  #main3 {
    /*  text-align: center; */
    margin-top: 15%;
    }

.italic {
  font-style: italic;
  color: rgb(143, 143, 143);
}

.price {
  
}





  #spin {
    display: block;
    margin-top: 20%;
    padding-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 125%;
    
  }

  #cover_content {
    background-color: #ffffff;
   
  }

  .content_container {
    background-color: rgb(0, 0, 0);
  }
.topspace {
  margin-top:20px;
}
  
  .mono {color: #77d7e5;}
  
  .indie {color: #77d7e5;}

  .mail {
    color: #77d7e5;
    text-decoration: underline;    
  
  }

/* al media */

.lang-menu {
  width: 100px;
  float: right;
  text-align: right;
  font-weight: bold;
  margin-top: 25px;
  margin-right: 25px;
  position: relative;
}


.de:before {
  background-image: url(https://www.countryflags.io/de/flat/32.png);
}

.en:before {
  background-image: url(https://www.countryflags.io/us/flat/32.png);
}
.fr:before {
  background-image: url(https://www.countryflags.io/fr/flat/32.png);
}

.ar:before {
  background-image: url(https://www.countryflags.io/ae/flat/32.png);
}


.lang-menu:hover ul {
  display: block;
}


.content2 p, a {
    margin-bottom: 2em;
   
}

ul.text2 li {
  margin-bottom: 10px
}

#div2 {
   width: 100%;
   
}

ul {
  list-style-type: none;
}

#tim {
  display: block;
  text-align: left;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

a {
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
}

.square {
    display: inline-block;
    margin-bottom: 20px;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
}

/* animated text glitch effect */

/* .content, .content.small.open {
  top:0px;
  font-family: 'Orbitron', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #61F5A1;
  position: relative;
  padding-top: 10px;
  transition: 0.7s;
} */

/* .content.small {
  top:0px;
  font-family: 'Orbitron', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #61F5A1;
  position: relative;
  padding-top: 10px;
  transition: 0.7s;
} */




/*.content:before, .content:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  clip: rect(0, 0, 0, 0);
}

.open.content:before, .open.content:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #444;
  clip: rect(0, 0, 0, 0);
}

.content:after {
  left: 2px;
  text-shadow: -1px 0 red;
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}
.content:before {
  left: -2px;
  text-shadow: 2px 0 blue;
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}*/

.rotate {
  animation: rotation 7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 640px) {

* {
margin: 0;
padding: 0;

}


.content_loading_container {
  max-height: 100%;
  z-index: -1;
}



#img1 {
  display:none;
  max-width: 100%;
  height: auto;
}

#img2 {
opacity: 1;
transition: 1s;
}

#img2.open {
opacity: 1;
transition: 1s;

}

#img2 {
  position: absolute;
  max-width: 100%;
  height: auto;
  z-index: -1;
}

.social li {float:left;
  list-style-type: none;
margin:4px;
}

#socialmenu.open  {
position: relative;
opacity: 0.9;
top: 65px;
left:50px;
width: 120px;
float:left;
margin-top:2px;
margin-right: 52px;
transition: 3.7s;
}

#socialmenu  {
  
  position: relative;
  opacity: 0.9;
  top: 65px;
  left:50px;
  width: 120px;
  float:left;
  margin-top:2px;
  margin-right: 52px;
  opacity: 0;
  transition: 0.7s;
  }


p {
    margin: 0px;
    }

    #under_contruction {
        width: 100%;
        height: auto;
    }

#wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  transition: 0.7s;
  }
    
#wrapper.open {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: scrolll;
  transition: 0.7s;
}

/* menu elements */

.button.btn2{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 27px;
    height: 25px;
    z-index: 2;
    opacity: 0;
    transition: 0.7s;
    }

.button.btn2.open{
    position: absolute;
   top: 90%;
    left: 15px;
    width: 27px;
    height: 25px;
    z-index: 2;
    opacity: 1;
    transition: 0.7s;
    }

.button:before, .button:after {
  position: absolute;
  top: 10px;
  left: 15px;
  content: ' ';
  height: 8px;
  width: 1px;
  background-color: #000000;
  transition: 0.7s;
}

.open.button:before, .open.button:after {
  position: absolute;
  top: 0px;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #000000;
  transition: 0.7s;
}

.button:before, .button.open:before {
  transform: rotate(-45deg);
}
.button:after, .button.open:after {
  transform: rotate(45deg);
}

#menu-container {
  text-align: center;
    position: relative;
    width: 10%;
    height: 100%;
    display: inline-block;
    padding-bottom: 0px;
    transition: 1.2s;
    vertical-align: top;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    }

#menu-container.open {
    position: relative;
    display: inline-block;
    width: 35%;
    height: 100%;
    transition: 0.7s;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    
    }



.nav {
   position: relative;
   margin-left: 15px;
   margin-top: 10px;
   transition: 0.7s;
   padding-bottom: 40px;
   }

.nav.open {
   position: relative;
   margin-left: 15px;
   margin-top: 180px;
   transition: 0.7s;
   padding-bottom: 70px;
}

.nav-link.open {
  position: relative;
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 25px;
  float: left;
  clear: both;
  color: #000000;
  font-size: 14px;
  height: 0px;
  line-height: 0px;
  background-color: transparent;
  transform: scaleY(1);
  left: 100px;
  transition: 0.7s;
  }

.nav-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: transparent;
  font-size: 14px;
  height: 14px;
  margin-bottom: -5px;
  line-height: 0px;
  background-color: #000000;
  transform: scaleY(0.2);
  left: 0px;
  transition: 0.7s;
  }

  .nav-link:nth-child(1) {
    letter-spacing: -7.0px;
    transition-delay: 0.1s;
}

.nav-link.open:nth-child(1){
    letter-spacing: 0px;
    transition-delay: 0.05s;
}

.nav-link:nth-child(2) {
    letter-spacing: -5.4px;
    transition-delay: 0.2s;
}

.nav-link.open:nth-child(2) {
    letter-spacing: 0px;
    transition-delay: 0.04s;
}

.nav-link:nth-child(3) {
    letter-spacing: 5.8px;
        transition-delay: 0.3s;
}

.nav-link.open:nth-child(3) {
    letter-spacing: 0px;
    transition-delay: 0.03s;
}

.nav-link:nth-child(4) {
    letter-spacing: -6.8px;
    position: relative;
    margin-top: -10.8px;
    opacity: 0;
    transition-delay: 0.4s;
}

.nav-link.open:nth-child(4) {
    letter-spacing: 0px;
    margin-top: 0px; 
    opacity: 1;
    transition-delay: 0.02s;
}

.nav-link:nth-child(5) {
  letter-spacing: -6.8px;
  position: relative;
 
  opacity: 0;
  transition-delay: 0.4s;
}

.nav-link.open:nth-child(5) {
  letter-spacing: 0px;
  margin-top: 0px; 
  opacity: 1;
  transition-delay: 0.02s;
}

.nav-link:nth-child(6) {
  letter-spacing: -6.8px;
  position: relative;
 
  opacity: 0;
  transition-delay: 0.4s;
}

.nav-link.open:nth-child(6) {
  letter-spacing: 0px;
  margin-top: 0px; 
  opacity: 1;
  transition-delay: 0.02s;
}


.svg, .svg.open, .svg.open.small  {
    width: 20%;
    margin-top: 80px;
    transition: 0.7s;
    margin-bottom: 20px;
}

.entry {
  margin-top: 20px;
}
    
.svg.small {
    width: 10%;
    transition: 0.7s;
}

.text {
 
  font-size: 12px;
  margin-bottom: -12px;

}

.text2 {
 
  font-size: 16px;


}

/* content section */

#profile {
    position: relative;
    display: block;
    background-color: transparent;
    transition: 0.7s;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }



    

}

@media only screen and (max-width: 640px) {
    
* {
margin: 0;
padding: 0;
}    

    
body {
    background: #eee;
    text-align: center;
}

p {
    margin: 0px;
}

.about {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
  color: rgb(146, 146, 146);   
  text-align: center;
  font-size: 14px;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

.content {
   margin-top: 110px;
}

#main2, #main3 {
  margin-top: 135px;
}

#cover_content {
  background-color: #ffffff;
  margin-top: 25% ;
}

#spin2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150%;
  
}

#img2 {
  display: none;
  max-width: 50%;
  height: auto;
}

#img1 {
  
  position: fixed;
  left:40px;
  max-width: 80%;
  height: auto;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  overflow: scroll;
  transition: 0.7s;
}
    
#wrapper.open {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: 0.7s;
}

/* menu elements */

.social li {float:left;
  list-style-type: none;
margin:4px;
}

#socialmenu.open  {
  
position: absolute;
opacity: 0.9;
margin-top:70px;
float:left;
margin-right: 52px;
margin-bottom:20px;
transition: 0.7s;
}

#socialmenu  {
  
  position: absolute;

  left:105px;

  float:left;
  margin-top:10px;
  margin-right: 52px;
  margin-bottom:20px;
  opacity: 0;
  transition: 0.7s;
  }

.button.btn2{
    position: fixed;
    top: 15px;
    left: 15px;
    width: 27px;
    height: 25px;
    color:black;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}

.button.btn2.open{
    position: fixed;
    top: 375px;
    left: 85%;
    width: 27px;
    height: 25px;
    color:black;
    z-index: 2;
    opacity: 1;
    transition: 0.3s;
}

.button:before, .button:after {
  position: absolute;
  top: 10px;
  left: 15px;
  content: ' ';
  height: 8px;
  width: 1px;
  background-color: #000000;
  transition: 0.7s;
}

.open.button:before, .open.button:after {
  position: absolute;
  top: 0px;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #000000;
  transition: 0.7s;
}

.button:before, .button.open:before {
  transform: rotate(45deg);
}
.button:after, .button.open:after {
  transform: rotate(-45deg);
}

#menu-container {
    position: fixed;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    transition: 0.7s;
    background-color: #ffffff;
    z-index: 1;
}

#menu-container.open {
    position: fixed;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    transition: 0.7s;
    background-color: #ffffff;
    z-index: 1;
    
}

.nav {
   position: relative;
   margin-left: 15px;
   margin-top: 15px;
   margin-bottom: 50px;
   transition: 0.7s;
   padding-bottom: 40px;
}

.nav.open {
   position: relative;
   margin-left: 15px;
   margin-top: 180px;
   transition: 0.7s;
   padding-bottom: 70px;
}

.nav-link.open {
  position: relative;
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 25px;
  float: left;
  clear: both;
  color: #000000;
  font-size: 14px;
  height: 0px;
  line-height: 0px;
  background-color: transparent;
  transform: scaleY(1);
  left: 100px;
  transition: 0.7s;
  }

.nav-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: transparent;
  font-size: 14px;
  height: 14px;
  margin-bottom: -5px;
  line-height: 0px;
  background-color: #000000;
  transform: scaleY(0.2);
  left: 0px;
  transition: 0.7s;
  }

.nav-link:nth-child(1) {
    letter-spacing: -7.0px;
    transition-delay: 0.1s;
}

.nav-link.open:nth-child(1){
    letter-spacing: 0px;
    transition-delay: 0.05s;
}

.nav-link:nth-child(2) {
    letter-spacing: -5.4px;
    transition-delay: 0.2s;
}

.nav-link.open:nth-child(2) {
    letter-spacing: 0px;
    transition-delay: 0.04s;
}

.nav-link:nth-child(3) {
    letter-spacing: -1.8px;
        transition-delay: 0.3s;
}

.nav-link.open:nth-child(3) {
    letter-spacing: 0px;
    transition-delay: 0.03s;
}

.nav-link:nth-child(4) {
    letter-spacing: -6.8px;
    position: relative;
    margin-top: -10.8px;
    opacity: 0;
    transition-delay: 0.4s;
}

.nav-link.open:nth-child(4) {
    letter-spacing: 0px;
    margin-top: 0px; 
    opacity: 1;
    transition-delay: 0.02s;
}

.nav-link:nth-child(5) {
  letter-spacing: -6.8px;
  position: relative;
 
  opacity: 0;
  transition-delay: 0.4s;
}

.nav-link.open:nth-child(5) {
  letter-spacing: 0px;
  margin-top: 0px; 
  opacity: 1;
  transition-delay: 0.02s;
}

.nav-link:nth-child(6) {
  letter-spacing: -6.8px;
  position: relative;
 
  opacity: 0;
  transition-delay: 0.4s;
}

.nav-link.open:nth-child(6) {
  letter-spacing: 0px;
  margin-top: 0px; 
  opacity: 1;
  transition-delay: 0.02s;
}


.svg {
    width: 40%;
    margin-top: 80px;
    transition: 0.7s;
    margin-bottom: 20px;
}

.svg.open, .svg.small.open {
    width: 40%;
    margin-top: 30px;
    transition: 0.7s;
}
    
.svg.small {
    width: 20%;
    margin-top: 0px;
    }

.text {
  font-family: Orbitron;
  font-size: 12px;
  margin-bottom: -15px;

}

/* content section */

#profile {
    position: relative;
    display: block;
    background-color: transparent;
    clear: left;
    transition: 0.7s;
    
}

#profile.open {
    position: relative;
    display: block;
    background-color: transparent;
    clear: left;
    transition: 0.7s;
    opacity: 1; 
}

#tim {
  text-align: left;
  width: 75%;
  height: auto;
}

    
}

