/* allgemeine CSS Einstellungen */

html {
    margin: 0px;
    padding: 0px;
}

body{
  background-color: rgb(0,1,5);
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: rgb(0,160,255);
  font-family: 'Lato', sans-serif;
}

a{
  color: rgb(0,160,255);
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

a:hover{
  color:rgb(128, 128, 128);
}

a.v2{
  color: rgb(0,200,255);
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

a.v2:hover{
  color:rgb(128, 128, 128);
}

h1{
  margin: 0px;
  padding: 0px;
  display: block;
  color: rgb(0,160,255);
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 110px;
  line-height: 130px;
}

h1.film{
  margin: 0px;
  padding: 0px;
  display: block;
  color: rgb(70,200,255);
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 100px;
  line-height: 120px;
  padding-top: 20px;
  padding-bottom: 10px;
}

h2{
  font-weight: 300;
}

iframe{
  margin-top: 70px;
  margin-bottom: 70px;
}

/* Design Einstellungen */

#wrapper{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#wrappercontent{
  position: relative;
  margin-top: 70px;
  left: 0px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

#navigation{
  color: rgb(0,160,255);
  font-weight: 100;
  font-size: 157px;
}

#bgnavigation2{
  width: 100%;
  background-color: rgb(45,75,100);
}

#navigation2{
  float: left;
  color: rgb(0,160,255);
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  padding-left: 50px;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#navigation3{
  float: left;
  color: rgb(0,160,255);
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#sideinfo{
  position:absolute;
  right: 10px;
  color: rgb(180,152,77);
  font-weight: 400;
  font-size: 18px;
  padding-top: 20px;
}

#sidenavi{
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

#hrstyle{
  border-color: rgb(0,84,128);
}

#name{
  color: rgb(0,160,255);
  font-weight: 300;
  font-size:15px;
}

#namesub{
  color: rgb(0,70,100);
  font-weight: 400;
  font-size:15px;
}

#content{
  color: rgb(0,160,255);
  font-weight: 400;
  font-size:15px;
}

#contentv2{
  color: rgb(0,70,100);
  font-weight: 400;
  font-size: 15px;
}

#contentv3{
  width: 600px;
  color: rgb(0,160,255);
  font-weight: 400;
  font-size:15px;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


#web{
  position: relative;
  overflow: scroll;
  width: 960px;
  height: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #navigation2{
      font-size: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  #sideinfo{
      font-size: 24px;
  }
  
  #sidenavi{
      font-size: 24px;
  }
  
  h1.film{
      font-size: 110px;
      line-height: 130px;
  }
} 

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {

} */

/* Medium devices (landscape tablets, 768px and down, changed from up) */
@media only screen and (max-width: 768px) {
  #navigation2{
      font-size: 30px;
      padding-top: 40px;
      padding-bottom: 40px;		
  }
  
  #sideinfo{
      font-size: 24px;
  }
  
  #sidenavi{
      font-size: 24px;
  }
  
  h1{
      font-size: 110px;
      line-height: 130px;
  }
  
  h1.film{
      font-size: 110px;
      line-height: 130px;
  }
  
} 

/* Large devices (laptops/desktops, 992px and down, changed from up) */
@media only screen and (max-width: 992px) {
  #navigation2{
      font-size: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  #sideinfo{
      font-size: 24px;
  }
  
  #sidenavi{
      font-size: 24px;
  }
  
  h1{
      font-size: 110px;
      line-height: 130px;
  }
  
  h1.film{
      font-size: 110px;
      line-height: 130px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and down, changed from up) */
@media only screen and (max-width: 1200px) {
  #navigation2{
      font-size: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  #sideinfo{
      font-size: 24px;
  }
  
  #sidenavi{
      font-size: 24px;
  }
  
  h1{
      font-size: 110px;
      line-height: 130px;
  }
  
  h1.film{
      font-size: 110px;
      line-height: 130px;
  }
}