
/*#hero {
  height: 800px;
  overflow: hidden;
  position: relative;
}*/




#content-paralax {
  background-color: #130d0a;
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: 10;
}


#headerbild-mobile {
  display: none;
  background: url("/images/headerbild1.jpg") no-repeat center center/cover;
  height: 320px;
}

.bg-co {
  display: none;
  background: url("/images/headerbild1.jpg") no-repeat center bottom/cover;
  height: 320px;
}

.first-section {
  padding: 50px 0 20px 0;
}

.text-header {
  font-size: 50px;
  text-align: center;
}

/*h1 {
  line-height: 120%;
  margin-bottom: 30px;
}

p {
  color: #ede0d5;
  font-size: 18px;
  line-height: 150%;
}
*/
/*#hero,
.layer, video {
  min-height: 100vh;
}*/
.layer {min-height: 100vh;}
.layer-bg {
 /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_bg.jpg");*/
	  background-image: url( "/images/layer-background.png" );
	background-size: cover;
	background-position: center top;
}

.layer-1 {
	background-image: url("/images/rider.png");

/*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_03.png\a");*/
   background-position: center center;
	
}

.layer-2 {
background-image: url( "/images/ilu_02.png" );
  /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_02.png");*/
	 background-position: left bottom;
	background-size: contain;
}

.layer-3 {
	/*background-image: url("../images/layer-ski.png");*/
  /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_man.png\a 		");*/
  background-position: right bottom;
	
}

.layer-4 {
  background-image: url("/images/ilu_01_white.png");
	bottom:0px;
	z-index: 12;
}

.layer-overlay {
	 /*background-image: url("../images/laye-snowflakes.png");
	background-size: cover;
	opacity: 0.2;*/
 background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_overlay.png");
}




@media only screen and (max-width: 768px) {
#headerbild {
    display: none;
  }

  #headerbild-mobile {
    display: block;
	   height: 150px;
  }
	body {
		padding-top: 135px !important;
	}
}
@media only screen and (max-width: 575.98px) {
	  #headerbild {
    display: none;
  }

  #headerbild-mobile {
    display: block;
	   height: 120px;
  }
	body {
		padding-top: 135px !important;
	}
}

.tutorial-link {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.tutorial-link:hover {
  color: #ede0d5;
}
