header {
          align-items: center;
  background: #000 url("../../img/sfeerbeelden/buitenkeuken_ZA_1500.jpg") center no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 100vh;
          justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100vw;

  -webkit-box-align: center;
  -webkit-box-pack: center;
	z-index: 10;
}

header:after {
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 90%, rgba(0,0,0,1));
    bottom: 0;
  content: "";
    left: 0;
  position: absolute;
    right: 0;
    top: 0;
		z-index: 10;

}

@media (max-width: 990px) {
.Kamado_buitenkeuken_desktop {
    visibility: hidden;
    display: none;
}
}
@media (min-width: 990.1px) {
.Kamado_buitenkeuken_mobile {
    visibility: hidden;
    display: none;
}
 
}

@media (max-width: 990px) {
  .booster {


	background:  linear-gradient( rgba(0,0,0,0) 90%, rgba(22,22,22,1)), url("../../img/sfeerbeelden/buitenkeuken_1500_rechts_mobile.jpg")  top no-repeat;
	background-size: 100% auto;
	height: calc(100vw / 1.6741);
	max-width: 100vw;
	border:none;
	 margin: 0 !important;
	padding: 0 !important;
 
}  
    
}

@media (min-width: 990.1px){
.booster  {


	background:  linear-gradient( rgba(0,0,0,0) 90%, rgba(22,22,22,1)), url("../../img/sfeerbeelden/buitenkeuken_1500_rechts.jpg")  top no-repeat;
	background-size: 100% auto;
	height: calc(100vw / 1.6741);
	max-width: 100vw;
	border:none;
	 margin: 0 !important;
	padding: 0 !important;
 }   
}
.example-logo {
  z-index: 100;
  max-width: 100vw;
  height: calc(100vw / 1.6741);
}

.heading {
    bottom: 10vh;
  color: white;
  font-size: 10em;
    left: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
    right: 0;
  text-align: center;
}

.content {
  position: relative;
	
}

.content p {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10;
}

.floating-rocks {
  position: absolute;
}

.front-one {
  right: -10em;
}

.front-two {
  left: -12em;
}

.back-one {
  left: -4em;
  opacity: .2;
  z-index: 0;
}

.back-two {
  opacity: .5;
  right: -20em;
  z-index: 0;
	top: 20vh;
}

.planet-earth {
  border-radius: 50%;
  left: -5em;
  opacity: .8;
  z-index: 0;
}



.parallax {
  /* The image used */
  /*background-image: url("../img/selector/buitenkeuken_keuze/011011.png");*/
	background-image: url("../../img/sfeerbeelden/buitenkeuken_ZA_1500.jpg");
  /* Set a specific height */
  min-height: 1000vh; 
	background-color: black;
padding: 0;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
 background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.absolutement {
	height: 100vh;
	width: 100vw;
	position: relative;
	top: 0px;
	left:0px;
	

}
.buitenkeuken_uitleg{
	position: absolute;
	 width: 33vw;
  	height: calc(100vw / 1.6741) ;
	right: 10 !important;
  background: -webkit-linear-gradient(right, rgba(22,22,22,0) 0%, rgba(22,22,22,0.4) 20%);
  background: -o-linear-gradient(right, rgba(22,22,22,0) 0%, rgba(22,22,22,0.4) 20%);
  background: linear-gradient(to left, rgba(22,22,22,0) 0%, rgba(22,22,22,0.4) 20%);
	transition: 2s;
	opacity: 0;
	padding: 13vw 40px 10px 40px;
	margin: 0;
	/*border: solid;
	border-color: #8D8D8D;
	border-width: 1px;*/
	border-radius: 4px;
	z-index: 5;
	align-content: flex-end;
	
}

.buitenkeuken_uitleg_Zien{
	position: absolute;
	
	 width: 35vw;
  	height: calc(100vw / 1.6741) ;
	right: 10 !important;
  background: -webkit-linear-gradient(right, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6) 20%);
  background: -o-linear-gradient(right, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6) 20%);
  background: linear-gradient(to left, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6) 20%);
	transition: all .5s;
	opacity: 1;
	padding: 13vw 40px 10px 40px;
	margin: 0;
	/*border: solid;
	border-color: #8D8D8D;
	border-width: 1px;*/
	border-radius: 4px;
	z-index: 5;
	align-content: flex-end;
	
}

.buitenkeuken_uitleg.change {
	position: absolute;
	 width: 35vw;
	right: 10 !important;
  opacity: 0;

  	height: calc(100vw / 1.6741);
	transition: all .5s;
}
.buitenkeuken_uitleg.hidden {
  	 width: 35vw;
	right: 10 !important;
  opacity: 1;
visibility: hidden;
  	height: calc(100vw / 1.6741);
	transition: all .5s;
}



@keyframes moveall {
  0%   {left: 0px; top: 0px;}
  25%  {left: 200px; top: 0px;}
  50%  {left: 200px; top: 200px;}
  75%  {left: 0px; top: 200px;}
  100% {left: 0px; top: 0px;}
}