/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
 

/*
 * Base structure
 */

html,
body {
	height: 100vh;
	min-height: 100vh;
  
}
body {
  
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url("../img/bg-lg.jpg");
  background-size: contain;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: right top; 
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


.bg {
	background-color: yellow;
}



/* video embed */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-bottom: 20px; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


.site-wrapper-inner {
    vertical-align: middle;
  }
  

  .tekst h1 {
  	color: #fff;
  	line-height: 130%;
}

  
  .tekst {
  

  	/*display: none;*/
  	font-size: 18px;
  	line-height: 26px;
  	/*font-weight: bold;*/
  	letter-spacing: 0px;
  	/*background-color: #a79473;*/
  	/*background-color: #721520;*/
  	
  	background-color: rgba(0, 0, 0, 0.75);
  	/*background-color: #000;*/
  	
  	 -webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	
	margin-top: 0px;
	
	text-align: left;
	
	padding: 30px;

/*border: 4px solid #a79473*/
}


 .tekst p {
 		margin-top: 0;
  }
  
  
  .tekst span {
	display: block;
	margin-bottom: 12px;
}

a.bestel {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}


#site {
	position: absolute;
	left: 10px;
	top:  10px;
	z-index: 101;
/*	background-color: yellow;*/
	padding: 3px 6px;
	 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border-color: yellow;*/
}


#site2 {
	padding: 4px 10px;
	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	border-radius: 5px;
/*	display: block;*/
	margin-top: 120px;
}


#vid {
	display:none;
}


#koop {
	text-align: center;
	width: 240px;
	display: block;
	margin-top: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	
	 	
	 	
	padding: 6px 10px;
	font-size: 22px;
 	font-weight: bold;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	border-radius: 5px;

}









@media (max-width: 767px) {
    .tekst {
		font-size: 16px;
		line-height: 22px;
	  	padding: 20px !important;
	  	padding-top: 0px;
	  	margin-top: 300px;
  	}
  	
  	body { 		
  		background-size: 190%;
  		background-position-y: -9px;
  		background-repeat: repeat-y;
	  }
	  
	#koop {
		display: block;
		width: 100%;
		font-size: 20px;
	}
}



@media (max-width: 992px) {
    .tekst {
		font-size: 16px;
		line-height: 22px;
	  	padding: 20px !important;
	  	padding-top: 0px;
	  	
  	}
}





@media (min-width: 992px) {
	
	.embed-container {
/*		margin-left: 80px;
		margin-right: 80px;*/
	}
	
	.cover .btn-lg {
		font-size: 24px;
	}
	
	body {
  
	  color: #fff;
	  text-align: center;
	  
	  background-image: url("../img/bg-lg.jpg");
	  background-size: cover;
	  background-repeat: repeat-y;
	  background-attachment: fixed;
	  background-position: right top; 
	}
}


@media (min-width: 1200px) {
	
	.embed-container {
/*		margin-left: 140px;
		margin-right: 140px;*/
	}
}





