* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body
{
	background-color: #575757;
	/* font-family: Dancing Script, Helvetica, Arial; */
	font-family: Arial, Helvetica, Arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

img{
	vertical-align: top;
}

.p-justify{
	text-align: justify;
}

.pa::first-letter {
  font-size: 200%;
  font-weight: 500;
}

.container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.venster{
	background-color: white;
	display: flex;
	flex-direction: column;
	margin: 40px auto 100px auto;
	width: 960px;
	height: auto;
	box-shadow: 40px 40px 40px 0px black;
}

.pagina{
	position: relative;
}

.kop{
	background-image: url('kop.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 420px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.menu-kop{
	width: 100%;
	display: flex;
	align-items: center;
}

.logo{
	margin: 16px 40px;
}

.logo img{
	width: 71px;
	height: 60px;
}

.divmenu{
	width: 100%;
}
nav{
	padding-right: 30px;
	width: 100%;
}

nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 10pt;
}

nav li{
	height: 50px;
}

nav a{
	height: 100%;
	color: #f4f4f4;
	padding: 0 16px;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: 0.6s;
}

nav a:hover{
	background-color: rgba(201, 179, 140, 0.5);
}

.menuknop{
	display: none;
}

.zijmenu{
	position: absolute;
	right: 0;
	height: 200px;
	width: 250px;
	z-index: 9;
	border: 1px solid #c9b38c;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.zijmenu li{
	width: 100%;
}

.zijmenu a{
	width: 100%;
}

.titel{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 440px;
	margin-left: 120px;
}

.titel h1{
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	font-size: 30pt;
}

.toon700{
	display: none;
}

.vier-knoppen{
	width: 960px;
	height: 80px;
	position: absolute;
	top: 380px;
	z-index: 5;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.vier-knoppen ul{
	width: 640px;
	height: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 1px 1px 4px 0px black;
}

.vier-knoppen li{
	width: 100%;
	height: 100%;
}

.vier-knoppen li:hover{
}

.vier-knoppen a{
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	font-size: 10pt;
	background-color: #f0f0f0;
	transition: 0.6s;
}

.vier-knoppen a:hover{
	color: white;
	background-color: #c9b38c;
}

.inhoud{
	width: 960px;
}

.inhoud-pagina{
	width: 100%;
	margin-top: 40px;
	padding: 40px 80px 80px 80px;
}

.inhoud-pagina p{
	margin: 16px 0;
}

.blok1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blok1 > div{
	width: 240px;
	margin: 10px;
}

.blok1-deel1{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.blok1-deel2{
}

.blok1-deel3{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
@media(max-width: 960px){
.venster{
	margin: 40px auto 100px auto;
	width: 700px;
}

.kop{
	background-size: 700px 306px;
	width: 700px;
	height: 306px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.vier-knoppen{
	width: 700px;
	top: 266px;
}

.titel{
	width: 380px;
	margin-left: 60px;
}

.titel h1{
	font-size: 20pt;
}

.verberg960{
	display: none;
}

.inhoud{
	width: 700px;
}

.inhoud-pagina{
	padding: 40px;
}
}
@media(max-width: 700px){
	.p-justify{
		text-align: left;
	}
	
	.venster{
		margin-top: 0;
		width: 360px;
	}
	
	.kop{
		background-image: url('weegschaal.jpg');
		background-size: 360px 463px;
		width: 360px;
		height: 463px;
	}

.vier-knoppen{
	width: 100%;
	top: 463px;
}

.vier-knoppen ul{
	width: 320px;
	height: 160px;
	flex-wrap: wrap;
}

.vier-knoppen li{
	width: 160px;
	height: 80px;
}

.vier-knoppen a{
	width: 160px;
	height: 80px;
}
	
	.logo img{
		width: 35px;
		height: 30px;
	}
	
	.verbergVoorMobiel{
		display: none;
	}

	.menuknop{
		display: block;
		cursor: pointer;
	}

.titel{
	width: 320px;
	margin-left: 20px;
}

.titel h1{
	margin-top: 60px;
	font-size: 18pt;
}

.toon700{
	display: inline;
}

.inhoud{
	width: 360px;
}

.inhoud-pagina{
	margin-top: 120px;
	padding: 20px;
}
}
@media(max-width: 360px){
	.venster{
		width: 280px;
	}
	
	.kop{
		width: 280px;
		height: 360px;
		background-size: 280px 360px;
	}
	
.vier-knoppen{
	width: 100%;
	top: 440px;
}

.vier-knoppen ul{
	width: 160px;
	height: 320px;
	flex-wrap: wrap;
}

	.logo{
		margin: 16px 20px;
	}
.titel{
	width: 260px;
	margin-left: 10px;
}

.titel h1{
	margin-top: 0;
	font-size: 16pt;
}

.inhoud{
	width: 280px;
}

.inhoud-pagina{
	margin-top: 280px;
	padding: 6px;
}
}
