/*** GENERAL ***/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


body{
   font-family: 'Roboto Slab', serif;
   color: #333333;
   background: #000;

}
html.home body{
   padding-top: 700px;  /*  Höhe 4. Kante  */
}

html body{
  padding-top:270px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    top:150px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

a.rollover {
	display: block;
	width: 180px;
	height: 25px;
	text-decoration: none;
	background: url("../images/menu_petrabeck.jpg");
	}

a.rollover:hover {
	background-position: -180px 0;
	}

a.rolloverkontakt {
	display: block;
	width: 180px;
	height: 25px;
	text-decoration: none;
	background: url("../images/menu_kontakt.jpg");
	}

a.rolloverkontakt:hover {
	background-position: -180px 0;
	}


a.rolloverfilm {
	display: block;
	width: 202px;
	height: 90px;
	text-decoration: none;
	background: url("../images/menu_filmograf.jpg");
	}

a.rolloverfilm:hover {
	background-position: -202px 0;
	}
		
.displace {
	position: absolute;
	left: -5000px;
	}


.scroll {
	position:fixed;
right:0px;
top:160px;
z-index:4998;
width:110px;
height:150px;	
	clear:both;
}



a {
    color: #333333;
   font-size: 16px;
   font-family: 'Oswald', sans-serif;
   font-weight:400;
   text-transform: uppercase;
   text-decoration: none;
}

:focus {
outline: 0;
}

.filmo {
	position: relative;
width:180px;
margin: auto;
   }

.in{
   width: 940px;
   margin: 0 auto;
   overflow: hidden;
}

/*** HEADER ***/

header{
	position: fixed;
	left: 0;
	margin-top: 0px;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 200px;
	
}

#slider_wrapper{
   position: fixed;
   left: 0;
   top: 200px;  /* Beginn 1. Kante  */
   width: 100%;
   z-index: 100;
   height: 500px;
}

nav{
   float: left;
   width: 200px;
}
navkontakt{
	text-align: right;
   float: right;
   width: 180px;
}


#nav-mobile {
 float: right; 
    display: none;
}

/*nav ul{
   padding: 0;
   line-height: 70px;
   margin: 0;
}

nav ul li{
   display: inline-block;
   margin-left: 45px;
} */

nav a{
   color: #333333;
   font-size: 16px;
   font-family: 'Oswald', sans-serif;
   font-weight:400;
   text-transform: uppercase;
   text-decoration: none;
}

#header-content{

    background-image: url('../images/bg.jpg');
   width: 1400px;
   margin: 0 auto;
   max-width: 100%;
   height: 100%;
}

#slide{
   height: 500px;
   max-width: 1400px;
   position: relative;
   margin:0 auto;
   overflow: hidden;
}

#slide .display{
   height: 100%;
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background-size: cover;
   background-position: center center;
   box-shadow: 0 5px 0 0 rgba(0,0,0,0.3) inset, 0 -5px 0 0 rgba(0,0,0,0.3) inset;
}

#slide .content{
   text-align: center;
}

header #logo{
	text-align: center;
	height: 170px;
	
}

header #logo img{
   width: 261px;
   height: 120px;
}

/*** CONTENT ***/

.sub-heading{
   font-size: 30px;
   text-align: center;
}

#content-wrapper{
 background:  #000; /* Hintergrundfarbe */
   position: relative;
   z-index: 500;
   width: 100%;
   margin-top:-3px;
   text-align: center;
}

#content-wrapper.nofold{
  margin-top:0;
}

#content-wrapper #content{
	background-image: url('../images/bg.jpg');
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
}

#slide.nofold, #slide-small.nofold{
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
}

#slide.nofold:after, #slide-small.nofold:after{
  position: absolute;
  left:0 ;
  top:0;
  content: '';
  width:100%;
  height:5px;
  background: rgba(0,0,0,0.2);
}

.nofold #content{
  box-shadow: 0 -5px 0 0 rgba(0,0,0,0.2);
}




/*** FOOTER ***/

#footer-wrapper{
  position: relative;
  z-index: 500;
  background: #ecf0f4;
}

footer{
   z-index:10;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   background: #FFFFFF;
   width:1400px;
   max-width:100%;
   margin: 0 auto;
}


/*** SLIDER ***/

.view .s1 > .overlay {
   background: -moz-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
   background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
   background: -o-linear-gradient(bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
   background: -ms-linear-gradient(bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
   background: linear-gradient(bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
}

.view .s2 > .overlay,  .view .s4 > .overlay {
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.9) 100%);
   background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.9) 100%);
   background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.9) 100%);
   background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.9) 100%);
   background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.view .s3 > .overlay, .view .s1 > .overlay {
   background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
   background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
   background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
   background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
   background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
}


.view {
   position:absolute;
   left:0;
   top:0;
   height: 500px;
   width:100%;
   -webkit-perspective: 1000px;
   -moz-perspective: 1000px;
   -o-perspective: 1000px;
   -ms-perspective:1000px;
   perspective: 1000px;
}

.view .slice{
   width: 100%;
   height: 125px;
   z-index: 100;
   
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   transform-style: preserve-3d;
   
   -webkit-transform-origin: top;
   -moz-transform-origin: top;
   -o-transform-origin: top;
   -ms-transform-origin: top;
   transform-origin: top;
   
      
}

.view .s2, 
.view .s3, 
.view .s4, 
.view .s5 {
   -webkit-transform: translate3d(0,125px,0);
   -moz-transform: translate3d(0,125px,0);
   -o-transform: translate3d(0,125px,0);
   -ms-transform: translate3d(0,125px,0);
   transform: translate3d(0,125px,0);
}
.view .s1 {
   background-position: center 0px;
}
.view .s2 {
   background-position: center -125px;
}
.view .s3 {
   background-position: center -250px;
}
.view .s4 {
   background-position: center -375px;
}

.view .overlay {
   width: 100%;
   height: 125px;
   opacity: 0;
   position: absolute;
}

.view img {
   position: absolute;
   z-index: 0;
}

.slice > h3, .slice > h2 {
    color: #333333;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slice > h2{
   font-family: 'Roboto Slab', serif;
   font-weight: 300;
   font-size: 15px;
   line-height: 17px;
}

.slice > h3{
   margin-top:-25px;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   font-size: 67.5px;
   letter-spacing: 3.5px;
   text-transform: uppercase;
}

#grabber{
  height: 53px;
  /*  left: 50%;
  position: relative;  */
  text-align: center;
  top: 28px;
  width: 202px;
  -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
 
}

#grabber:hover{
  cursor: all-scroll;
  cursor: -webkit-grab; cursor: -moz-grab;
  cursor: grab;
}

#grabber:active{
  cursor: -webkit-grabbing; cursor: -moz-grabbing;
  cursor: grabbing;
}

.slide-wrapper-small{
  height: 200px;
  left: 0;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 100;
}

#slide-small{
  height: 200px;
  max-width: 1400px;
  position: relative;
  margin:0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
