@charset "utf-8";
/* CSS Document */
 section {
			  display: flex;
			  flex-direction: column;
			  justify-content: space-between;
			  min-height:100vh;
		  }
		  
		  section > * {
			  border: thin grey solid;
			 		  }
		  
		  header {
			  flex: 0 0 100px;
			 
			  position: fixed;
			  width: 100%;
			  height: 100px;
			  z-index: 999;
		  }
		  footer {flex: 0 0 100px;
			  background-color: darkslategray;
			  color: white;
			  padding: 20px;
			  
		  }

		  article {
			  margin-top: 125px;
			  background-color: white;
			  flex:1;
		  }
slider{
	z-index: -999;
	
	}
content p, h1 {
	margin-top: 20px;
	margin-left: 0px;
			  margin-right: 25px;
			  text-align: justify;
}

.xxx{
	margin-top: 0px;
	
	background-color: black;
}
.container1 {
	margin-left:50px;
}
.red{
	height: 2vw;
	top: -10px;
	position: relative;
	background-color: red;
	padding-left: 0px;
	color: white;
	z-index: 997;
	font-size: 1.6vw;
		
}
.red2{
	height: 5px;
	top: 15px;
	position: relative;
	background-color: red;
	padding-left: 0px;
	color: white;
	z-index: 997;
		
}
.red3{
	height: 2vw;
	top: 0px;
	position: relative;
	background-color: red;
	padding-left: 0px;
	color: white;
	z-index: 997;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.6vw;
	font-weight: normal;
	color: white;
	
		
}
.menu02 {
	font-family: oswald;
	
	font-weight: bold;
	color: white;
}
.menu02 a, a:visited {
	color: white;
	text-decoration:none;
}
.menu02 a:link {
	color: white;
	text-decoration:none;
}
.menu02 a:hover {
	ccolor: white;
	text-decoration:underline;
}
.menu02 a:active {
	color: white;
	text-decoration:none;
}
article-menu {
	  display: flex;
		  background-color: red;
	 justify-content: center;  
		  }
	  
article-menu> div {
			  box-sizing: border-box;
	          background-color: red;
	     	   width: 95%;
			  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			  font-size: 1.7vw;
			  font-weight: 400;
			  text-align: center;
			  padding-left: 50px;
			  padding-right: 50px;
	

			  }

.textfooter {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-align: center;
}
.textfooter a, a:visited {
	color: white;
	text-decoration:none;
}
.textfooter a:link {
	color: white;
	text-decoration:none;
}
.textfooter a:hover {
	ccolor: white;
	text-decoration:underline;
}
.textfooter a:active {
	color: white;
	text-decoration:none;
}
.titel-biljart {
			
	align: left;
			background-color: orangered;
			color: white;
			font-size: 1.7vw;
			text-align: center;
			line-height: 1.2em;
		}
