@import url(all.min.css);
@import url(normalize.min.css);
@import url(lightbox.min.css);

/*Allgemeine Formatierungen*/
* {
  box-sizing: border-box;
}
*:active,
*:focus{
 outline:0;
 outline:none;
}

body {
  margin:0;
  color: rgb(250, 249, 244);
  background:#000;
  -webkit-font-smoothing: antialiased;
  font-family: 'Anek Tamil',sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin: 1.25em 0;
  line-height: 1.6em;
}


h1 {
  font-size: 1.8em;
  line-height: 1.8em;
  text-transform: uppercase;

}

ul,ol{
  padding:0;
  margin:0;
  list-style-type:none;
}

figure{
  margin: 0;
}


/*   Innerbox   //////////////////*/

.innerbox{
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 2%;
  position: relative;


}

section .innerbox{
  padding: 0px 2%;
}
#special-effects .innerbox{
  height: 250px;
}
#stunts .innerbox{
  height: 510px;
}
#credits .innerbox{
  height: 310px;
}



footer .innerbox{
  padding:30px 2%;
}

/* CSS Gestaltungsraster*/

.row{
  overflow: hidden;
}
.halbe{
width: 47%;
float: left;
margin-right: 6%;
}
.drittel{
  width: 33.333%;
  float: left;
  margin-right: 0%;
  }

  .zweidrittel{
    width: 64.666%;
    float: left;
    margin-right: 6%;
    }

.halbe:last-child,
.drittel:last-child,
.zweidrittel:last-child{
  margin-right: 0;
}

/*buttons   //////////////*/

.button{
  display:inline-block;
  border-bottom: 2px solid rgb(250, 247, 143);
  line-height: 1em;
  color:rgb(250, 247, 143);
  padding-right: 2em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: lowercase;
  }
  
  .button:hover{
    color:rgb(171, 169, 71)!important;
    border-bottom: 2px solid rgb(171, 169, 71);

  }
  

/*header + nav ////////////////*/

.main_h {
  position: fixed;
  top: 0;
  left:0;
  z-index: 999;
  width: 100%;
  max-height: 70px;
  overflow: hidden;
  padding-top: 17px;
  padding-bottom: 6px;
  background:rgba(0,0,0,0.15);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
 
}

.sticky {
  top: 0px;
  background:rgba(0,0,0,0.55);
}

.open-nav {
  max-height: 400px !important;
 
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.logo {
  font-size: 1.56em;
  color: #fff;
  line-height: 1;
  float: left;
  margin-left: 27px;
  margin-top: -7px;
}


/*navigation ///*/
nav {
  float: right;
  margin-top: 3px;
  margin-bottom: 10pc;
}

nav ul {
  text-align: right;
}

nav ul li {
  display: inline-block;
  margin-right: 35px;
}

nav ul li:nth-child(8){
  margin-right:25px;
}


nav ul li a {
  color: #bbb;
  text-transform: lowercase;
}
nav ul li:hover a {
  color: rgb(250, 249, 244); 
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top:24px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #bbb;
  display: block;
}


/* Hero-Großbild-Bereich //////////*/
.hero {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;

  min-height: 500px;
  letter-spacing: 2px;
  font-family: 'Anek Tamil', sans-serif;
  line-height: 0;
}

.blackbox{
  background:rgba(0,0,0,0.4);
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;

}

.blackbox .headerbox{
  position:absolute;
  left:50%;
  top:45%;
  transform:translate(-50%,-50%);
  background: url(../bilder/logos/logo-hero.png);
  width:445px;
  height:246px;
}

.blackbox .headerbox h1{
  position:absolute;
  left:50%;
  top:110%;
  transform:translate(-50%,-50%);
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
  width: 500px;
}

/*      Farbverlauf ///////////////////////////////////////////*/

.gradient{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 68%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 68%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 68%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/*     Slideshow container   ////////////////////////////////// */
.slideshow-container {
  position: relative;
  margin: auto;
  width: 100vw;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.8s;
}

@keyframes fade {
  from {opacity: .6}
  to {opacity: 1}
}


/*Section - Formatierung*/

/* Überschriften*/
#special-effects h2{
  transform: translate(-10px,-175px);
  font-size: 7.4em;
  text-transform: uppercase;
  font-weight: 400;
}

#stunts h2,
#credits h2{
  transform: translate(-10px,-175px);
  font-size: 7.65em;
  text-transform: uppercase;
  font-weight: 400;
}



#special-effects p{
transform: translate(0px,-250px);
}




/* intro  //////////////////////////////////*/
#intro{
  margin-bottom: 120px;
}

#intro h2{
  font-weight:bold;
  font-size: 1.5em;
  margin-bottom: 50px;
  letter-spacing:0.05em;
}
.underline{
padding-right: 2em;
border-bottom: 2px solid #fff;
display: inline-block;
line-height: 0.9em;
font-weight: bold;
font-size: 1.6em;
text-transform: uppercase;
}
#intro .drittel{
  width:29.33%;
  margin-right: 6%;
}
#intro .drittel:last-child{
  margin-right: 0;
}



/* stunts  //////////////////////////////////*/

#stunts{
  background:rgb(177, 181, 152)
}

#stunts .drittel{
  width: 30%;
  margin-right: 4%;
}


#stunts h3{
  line-height: 2em;
text-transform: uppercase;
letter-spacing:0.2em;
font-weight: 700;
}

#stunts .row{
margin-top: -50px;
transform: translate(0px,-195px);
}

#stunts .videobox{
  border: 5px solid rgb(142, 145, 117 );
  width: 100%;
  margin-top: 30px;
  line-height: 0;
overflow: hidden;
}
#stunts video{
  height: 100%;
  transform:scale(1.4);
}

/* about  //////////////////////////////////*/
#about{
  margin-bottom: 80px;
}
#about img{
  width:100%;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}
.verlaufsbox{
position: relative;
}
.verlauf{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 57%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 57%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 57%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#about ul{
  text-align:center;
  padding:40px 0 70px ;
  overflow: hidden;
}

#about li{
  width: 25%;
  float: left;
font-size: 4em;
font-weight: 300;
}

#about p{
  margin: -10px;
  font-size:0.3em;
  text-transform: uppercase;
}

#about .innerbox{
  text-align: center;
 padding-top:0;
 padding-bottom: 50px;
height: 450px;
}
#about h3{
  font-weight: 400;
  font-size: 5em;
  text-transform: uppercase;
 margin-top:0;
 margin-bottom: 20px;
}
#about hr{
 display: inline-block;
 width: 70px;
 color: #fff;
}

/* special-effects  //////////////////////////////////*/

#special-effects,
#credits{
  background:rgb(177, 181, 152)
}

.black{
  margin: 0;
  background: #000;
  height: 150px;
}
.text{
  background:rgb(177, 181, 152);

}


#galerie{
  background: rgb(142, 145, 117 );
  overflow: hidden;
 padding: 30px 0 40px 0;
}

#galerie li{
  background-color: #000;
  line-height: 0%; 
  width: 15.41%;
  float: left;
  margin-right: 1.5%;
  text-align: center;
  border-radius: 2%;
}
#galerie li:last-child{
  margin-right: 0;
}
#galerie li img{
  width: 100%;
}
#galerie figure{
  overflow: hidden;
  line-height: 0;
  position: relative;
  border-radius: 2%;
}

#galerie figcaption .figcaptionbox{
background: rgba(0,0,0,0.2);
position: absolute;
left: 0;
right:0;
top: 0;
bottom: 0;
padding-top: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
  }
#galerie li figure:hover .figcaptionbox{
  background: rgba(0,0,0,0);
}
#galerie .contentbox{
  position: absolute;
 bottom: 0;
 left: 50%;
 transform:translate(-50%,-50%);

}

#galerie a{
color: rgb(250, 247, 143);
      }
#galerie h3{
  font-weight: 400;

}

#special-effects .green,
#credits .green{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height: 400px;
 
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e9175+0,8e9175+46&1+0,0.9+11,0+80 */
 background: -moz-linear-gradient(top,  rgba(142,145,117,1) 0%, rgba(142,145,117,0.9) 11%, rgba(142,145,117,0.44) 46%, rgba(142,145,117,0) 80%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(142,145,117,1) 0%,rgba(142,145,117,0.9) 11%,rgba(142,145,117,0.44) 46%,rgba(142,145,117,0) 80%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(142,145,117,1) 0%,rgba(142,145,117,0.9) 11%,rgba(142,145,117,0.44) 46%,rgba(142,145,117,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9175', endColorstr='#008e9175',GradientType=0 ); /* IE6-9 */
 
 }
 #special-effects .verlaufsbox{
   height: 300px;
   background:#000;
 }

/* behind the scenes  //////////////////////////////////*/
section#behind-the-scenes{
  padding-bottom: 0;

}

#behind-the-scenes .innerbox{
  margin-bottom: 250px;
}

#behind-the-scenes .row{
  text-align: center;
  margin-top: 30px;
  }
#behind-the-scenes h2{
  font-size: 6.4em;
  text-transform: uppercase;
  font-weight: 400;
  margin:auto;

}
video {
	width: 100%;
    height:214px;
    border:5px solid rgb(142, 145, 117 );
}

.vimeo{
  height: 214px;
  position:relative;
  border:5px solid rgb(142, 145, 117 );
  overflow: hidden;
}
.vimeo iframe{
  position:absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  width:100%;
  height:214px;
}

#behind-the-scenes .fullwidth{
  width: 100%;
}
#behind-the-scenes .drittel{
line-height: 0;
}

#behind-the-scenes h4{
  display: inline-block;
  margin-top: 50px;
font-size:1.2em;
}
#behind-the-scenes p{
padding: 0 20px;
}

#behind-the-scenes .bildbeschreibung{
text-align: center;

}
#behind-the-scenes .bilder{
margin-top: 20px;
  }

/* credits  //////////////////////////////////*/
#credits{
  margin-bottom: 100px;
}
#credits p{
  transform: translate(0px,-250px);
  }

ul#credit,
ul#link{
  overflow: hidden;
}
ul#link{
  margin-top: -200px;
}

ul#credit li{
  width: 10%;
  float: left;
  line-height: 0;
}

ul#credit li img{
width:100%;

}
ul#link li{
  width: 50%;
  float: left;

}


/* contact  //////////////////////////////////*/
#contact .innerbox{
  padding-bottom: 40px;
  overflow: hidden;
  padding-top: 180px;
} 


#contact .logo-klein{
  margin: 0;
}

#contact p{
 width: 400px;
  }

#contact span{
font-weight: 700;
letter-spacing: 0.2em;
}

#LL{
  float: left;
}
#WT{
text-align: right;
padding-top: 27px;

}
.wingthing{
  display: block;
}
#WT a{
  color: #fff;
}


/* footer  //////////////////////////////////*/

footer .innerbox{
  padding-top: 0;
  overflow: hidden;
}   

address{
  float: left;
  font-size: 1.2em;
  font-style: normal;
}
address i{
  font-size: 1.5em;
  margin-bottom: 20px;
}
address a{
  font-size: 1.0em;
color: #fff;
}
address .fa-envelope, .fa-whatsapp, .fa-phone{
  font-size: 1.2em;
  margin: 8px 8px 8px 0;
}
address .fa-whatsapp{
  font-size: 1.5em;

}

address span{
padding-bottom: 30px;
}

.social{
  display: inline-block;
  text-align: right;
}

.social ul{
  margin-top: 20px;
}

.social li{
display: inline-block;
font-size: 2.5em;
}

.social a{
color: #fff;
margin: 15px;
}
.social a:last-child{
margin-right: 0;
  }

address h2{
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1.2em;
}

.social h4{
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  font-size: 1.5em;
  text-align: right;
  margin: 10px 0 0 0;
  padding: 0;
}
#rechtliches a{
  color: #fff;
}
ul#rechtliches{
display: inline-block;
margin-top:45px;
}
#rechtliches li{
  font-size: 1.2em;
  display: block;
  border-bottom: 1px solid rgb(177, 181, 152);
  padding: 15px 0 15px 0;
  
}
#rechtliches li:last-child{
  border-bottom: 1px solid rgba(0,0,0,0);
  padding-bottom: 0;
}
#designed{
  text-align: center;
  border-top: 1px solid rgb(177, 181, 152);
}

#designed a{
color: #fff;
}

/*scroll to top ////////////////////*/

    #scroll-to-top{
    position:fixed;
    bottom:120px;
    right:-40px;
    display:inline-block;
    font-size:1.2em;
    color:#fff;
    transform: rotate(270deg);
    margin: 0;
    }

    #scroll-to-top hr{
    display: inline-block;
    width: 80px;
    transform: rotate(45);
    border: 1px solid #fff; 
    margin-left: 30px;
    padding: 0;
    margin-bottom:5px;
    margin-left: 2px;
    }

/* IMPRESSUM    DATENSCHUTZ     ////////////////////*/
    #impressum, #datenschutz{
    margin-top: 200px;
    background: #222;
    }
    #impressum a, #datenschutz a{
    color: #fff;
    }


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

        /*Apple-Problematik für touschreen-Geräte abfangen*/
        .blackbox .headerbox{
        top:50%;
        background: url(../bilder/logos/logo-hero-2.png) no-repeat center center scroll;
        }

        .blackbox .headerbox h1{
        top:100%;
        font-size: 0.9em;
        font-weight: 300;
        line-height: 1.3;
        width: 450px;
        }

        /*credit - liste*/

        ul#credit li{
        width: 20%;
        }


        .black{
        height: 120px;
        }
        #behind-the-scenes .innerbox{
        margin-bottom:100px;
        }

}/*ende Breakpoint bis 1400px*/


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


        .blackbox .headerbox{
        background: url(../bilder/logos/logo-hero-3.png) no-repeat center center scroll;
        }


        .blackbox .headerbox h1{
        top:95%;
        }

        footer .innerbox{
        padding: 0 50px 0 50px;
        }
        #contact .innerbox{
        padding-left: 50px;
        padding-right: 50px;
        }


        #stunts h2,
        #credits h2,
        #special-effects h2{
          font-size: 7.2em;
          transform: translate(0px,-164px);
        }
 
        #special-effects .innerbox{
          height: 218px;
        }

        #intro h2{
        font-size: 1.3em;

        }
        .underline{
        font-size: 1.4em;
        }

}/*ende Breakpoint bis 1024px*/


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

      /* Nav wird zum toggle*/
      .logo {
      float: none;
      font-size: 1.3em;
      }
      .logo img{
      width: 30px;
      }

      nav {
      margin-top:55px ;
      width: 15%;
      padding-bottom: 50px;
      }

      nav ul {
      padding-right: 30px;
      margin-bottom: 22px;
      float: left;
      text-align:right;
      width: 100%;
      }

      nav ul li {
      width: 100%;
      padding: 5% 0;
      margin: 0;
      }

      nav ul li:nth-child(8){
      margin-right:-8px;
      } 

      nav ul li a {
      color:  rgb(250, 249, 244);
      text-transform: lowercase;
      }
      nav ul li:hover a {
      color: #bbb; 
      }

      .mobile-toggle {
      display:inherit;
      }

      .blackbox .headerbox{
      top:50%;
      background: url(../bilder/logos/logo-hero-4.png) no-repeat center center scroll;
      }

      .blackbox .headerbox h1{
      top:100%;
      }
      #intro h2{
      font-size: 1.2em;

      }
      .underline{
      font-size: 1.3em;
      }

      #stunts h2,
      #credits h2,
      #special-effects h2{
        font-size: 6.5em;
        transform: translate(0px,-147px);
      }

      #behind-the-scenes h2{
      font-size: 6em;
      }

      #galerie li{
      width: 32.33%;
      margin-bottom: 1.5%;
      }
      #galerie li:nth-child(3){
      margin-right: 0;
      }

      #special-effects .innerbox{
      height: 210px;
      }
    
      video, .vimeo, .vimeo iframe {
      height:200px;
      }

      #scroll-to-top{
      right:-60px;
      font-size:1em;
      }
      #scroll-to-top hr{
      margin-bottom:2px;
      }

      .black{
      height: 90px;
      }

}/*ende Breakpoint bis 920px*/


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


  #special-effects h2{
    font-size: 6em;
    transform: translate(0px,-135px);
  }
  #credits p,
  #special-effects p{
    transform: translate(0px,-210px);
    }
    #credits p{
      transform: translate(0px,-220px);
      }

}/*ende Breakpoint bis 772px*/


@media only screen and (max-width: 766px) {
        .main_h {
        max-height: 50px;
        padding-top: 8px;
        }

        .mobile-toggle {
        top:15px;
        }

        .innerbox{
        padding-left: 10%;
        padding-right: 10%;
        }

        .blackbox .headerbox{
        background: none;
        }

        .blackbox .headerbox h1{
        top:85%;
        width: 500px;
        }

        .hero{
        min-height: 300px;
        }
        .halbe,.drittel,.zweidrittel, #intro .drittel, #stunts .drittel{
        width:100%;
        float:none;
        margin-right:0%;
        }
        #WT{
        text-align: left;
        }

        section .innerbox{
        padding:50px 50px;
        }

/*   ///////   intro  /////////*/

        #intro{
          margin-bottom:40px;
        }


        #intro h2{
          font-size: 1.1em;
          font-weight: 400
        }
        .underline{
        font-size: 1.3em;
        font-weight: 300
        }

        #intro .drittel{
          border-bottom: 1px solid rgb(177, 181, 152);padding-bottom: 30px;
        }

     

/*       Stunts   ////////////*/

        #stunts h2,
        #credits h2,
        #special-effects h2{
        font-size: 5.8em;
        transform: translate(0px,-180px);
        }
        #stunts h3{
          font-weight: 400;
        }
        #stunts p{
          transform: translate(0px,-20px);
          }

        

        #stunts .innerbox{
          height: 840px;
        }
  


/*      about   ////////////*/

#about li{
  width: 50%;
margin-bottom: 50px;
font-size: 3em;
}
#about .innerbox{
  height: 417px;
}
#about h3{
  font-size: 4em;
}




/*       SFX   ////////////*/

#special-effects .innerbox{
  height: 400px;
  }

#special-effects h2{
  font-size: 5.8em;
  transform: translate(0px,-160px);
  line-height: 0.9em;
}
#special-effects p{
  transform: translate(0px,-210px);
  }





/*       BTS   ////////////*/
        .bilder{
          display: none;
        }

        video, .vimeo, .vimeo iframe {
          height:250px;
        
        }

/*       credits   ////////////*/

        #credits .innerbox{
          height: 425px;
        }

        #credits p{
          transform: translate(0px,-235px);
          }


/*       contact   ////////////*/

        #LL img{
        display: none;
        }
        #WT img{
          width: 100px;
        }

/*       Footer   ////////////*/

        address.halbe,
        .social.halbe{
        width: 47%;
        float: left;
        margin-right: 0%;
        }
        .social.halbe{
        width: 47%;
        float: right;
        margin-right: 0%;
        }

        address{

          font-size: 1em;

        }
        address i{
          font-size: 1.5em;
          margin-bottom: 20px;
        }

        .social li{
        font-size: 2.0em;
        }


        .social h4{
          font-size: 1.2em;
        }
        #special-effects .green,
        #credits .green{
          height: 300px;
        }
        .black{
          height: 100px;
        }
        #about{
          margin-bottom: 20px;
        }


}/*ende Breakpoint bis 766px*/


@media only screen and (max-width: 600px) {
        .hero{
        min-height: 250px;
        }

        .blackbox .headerbox h1{
          top:60%;
          width: 250px;
          font-size: 0.9em;
        }
        #intro h2{
          font-size: 1em;

        }
        .underline{
        font-size: 1.2em;
        }

        #stunts h2,
        #credits h2{
        font-size: 5em;
        transform: translate(0px,-165px);
        }
        #special-effects h2{
          font-size: 5em;
          transform: translate(0px,-145px);
          line-height: 1em;
          }
     
        #stunts p{
          transform: translate(0px,10px);
          margin-bottom: 70px;
          }

        #stunts .innerbox{
          height: 790px;
        }
        #about .innerbox{
          height: 470px;
        }

        #about h3{
        font-size: 4.4em;

        }
        #special-effects .innerbox{
          height: 460px;
          }
          #special-effects p{
            transform: translate(0px,-190px);
            }
        #behind-the-scenes h2{
        line-height: 1em;
        font-size: 4em;
        margin-top: 0;
        }
        video, .vimeo, .vimeo iframe {
        height:300px;
        }
        #credits .innerbox{
          height: 465px;
        }

        #credits p{
          transform: translate(0px,-215px);
          }
          #contact .innerbox{
            padding-top: 250px;
          } 
    
}/*ende Breakpoint bis 600px*/


@media only screen and (max-width: 500px) {
  #intro h2{
    font-size: 0.9em;
    font-weight: 300;
  }
  #special-effects .innerbox{
    height: 620px;
    }
    #credits .innerbox{
      height: 550px;
    }
    ul#link {
      text-align: left;
    
    }
    ul#link li{
      width: 100%;
      padding-bottom: 20px;
      float: none;
    
    }
  

      video, .vimeo, .vimeo iframe {
      height:250px;
      }
      #galerie li{
      width: 49.25%;
      margin-bottom: 1.5%;
      }
      #galerie li:nth-child(3){
      margin-right: 1.5%;
      }
      #galerie li:nth-child(2n){
      margin-right: 0;
      }
      ul#credit li{
      width: 33.33%;
      }
      ul#credit li:last-child{
      display: none;
      }
      #about h3{
      margin-top:30px;
      }
      #about li{
      margin-top:20px;
      }
      #about .innerbox{
      padding-bottom: 0;
      }

}/*ende Breakpoint bis 00px*/


@media only screen and (max-width: 350px) {
        #intro{
          margin-bottom:20px;
        }
     
        #stunts h2,
        #credits h2{
        font-size: 4em;
        transform: translate(0px,-141px);
        }

        #credits p{
          transform: translate(0px,-160px);
          margin-bottom: 70px;
        }
        #credits .innerbox{
          height: 660px;
        }

        #stunts p{
          transform: translate(0px,40px);
          margin-bottom: 70px;
          }
          #stunts .innerbox{
            height: 650px;
          }
          #special-effects h2{
            font-size: 4em;
            transform: translate(0px,-130px);
            line-height: 1em;
            }
            #special-effects p{
              transform: translate(0px,-160px);
              }
              #special-effects .innerbox{
                height: 635px;
                }
      
        #about h3{
        font-size: 4em;
      
      }
 
      #stunts h3{
        font-size: 0.8em;
      }

      video, .vimeo, .vimeo iframe {
        height:160px;
      }
      #behind-the-scenes .innerbox{
        margin-bottom:50px;
      }



}/*ende Breakpoint bis 00px*/



/* anek-tamil-300 - latin */
@font-face {
  font-family: 'Anek Tamil';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/anek-tamil-v2-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/anek-tamil-v2-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anek-tamil-v2-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anek-tamil-v2-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anek-tamil-v2-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anek-tamil-v2-latin-300.svg#AnekTamil') format('svg'); /* Legacy iOS */
}

/* anek-tamil-regular - latin */
@font-face {
  font-family: 'Anek Tamil';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anek-tamil-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/anek-tamil-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anek-tamil-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anek-tamil-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anek-tamil-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anek-tamil-v2-latin-regular.svg#AnekTamil') format('svg'); /* Legacy iOS */
}

/* anek-tamil-700 - latin */
@font-face {
  font-family: 'Anek Tamil';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/anek-tamil-v2-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/anek-tamil-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anek-tamil-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anek-tamil-v2-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anek-tamil-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anek-tamil-v2-latin-700.svg#AnekTamil') format('svg'); /* Legacy iOS */
}
