body {
	color: rgb(40, 40, 40);
	font-family: TTSlabsThin, "sans-serif";
	font-size: 20px;
	background-color: white;
	padding: 0px;
	marging: 0px;
}

h1 {
	font-family: TTSlabsBold, "sans-serif";
	font-size: 1.5em;
	line-height: 2em;
	//color: #1b525d;
	color: #d73444;
	margin: -10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: TTSlabsBold, "sans-serif";
	font-size: 1.4em;
	line-height: 1.5em;
	margin: -6px 0px -8px 0px;
	//color: #1b525d;
}

h3 {
	font-family: TTSlabsRegular, "sans-serif";
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 20px 0px -12px 0px;
}

h4 {
	font-family: TTSlabsBold, "sans-serif";
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 20px 0px -12px 0px;
}

p {
	font-size: 1em;
	margin: 20px 0px -12px 0px;

}

ul {

	line-height: 2em;
}

.p_titel {
	//font-size: 1.5em;
	margin: 0px 0px 15px 0px;
}

address {
	font-style: normal;
}

.strong {
	font-family: TTSlabsBold, "sans-serif";
	color: #d73444;
	//color: #1b525d;
}

a {
	//color: #1b525d;
	opacity: 100%;
}

a:hover {
	//background-color: #1b525d;
	//color: #1b525d;
	opacity: 40%;
}

a:visited {
	//color: #1b525d;
	opacity: 30%;
}




a#goto-rugzak {
	background-image: url("../images/button_textuur.png");
	position: relative;
	display: block;
	left: 480px;
	top: 30px;
	height: 200px;
	width: 200px;
}
a#goto-personalia {
	background-image: url("../images/button_textuur.png");
	position: relative;
	display: block;
	left: 150px;
	top: 120px;
	height: 200px;
	width: 200px;
}
a#goto-werk {
	background-image: url("../images/button_textuur.png");
	position: relative;
	display: block;
	left: 170px;
	top: -60px;
	height: 200px;
	width: 200px;
}
a#goto-cv {
	background-image: url("../images/button_textuur.png");
	position: relative;
	display: block;
	left: 870px;
	top: -290px;
	height: 200px;
	width: 200px;
}





.container {
	width: 1200px;
	margin: 0 auto;
}





.keuzemenu {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #1b525d;
	background-image: url("../images/background-keuzemenu_1200x673px.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 690px;
}

.rugzak {
	width: 100%;
	margin: 50px 0px;
	padding: 20px 0px;
	font-size: 1.5em;
}





.personalia {
	display: block;
	background-color: #1b525d;
	padding: 0px;
	margin: 0px 0px 70px 0px;
	background-image: url("../images/background-01_1200x685px_v2.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 700px;
}

.personalia_naam {
	display: block;
	position: relative;
	width: 390px;
	height: 140px;
	left: 670px;
	top: 190px;
	font-size: 1.3em;
	color: white;
}

.personalia_details {
	display: block;
	position: relative;
	width: 390px;
	height: 390px;
	left: 670px;
	top: 160px;
	font-size: 0.8em;
	line-height: 4em;
	color: #599897;
}

.personalia_details a {
	line-height: 4em;
	color: #599897;
}





.werkervaring {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.werk {
	display: flex;
	direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	padding: 10px 0px 0px 0px;
}

.werk_linkerkolom {
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 49.5%;
}

.werk_rechterkolom {
	padding: 0px;
	margin: 0px;
	width: 49.5%;
}





.curriculumvitae {
	display: block;
	background-color: #1b525d;
	padding: 0px;
	margin: 50px 0px 70px 0px;
	background-image: url("../images/background-02_1200x684px.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 700px;
}

.curriculum_titel {
	display: block;
	position: relative;
	width: 290px;
	height: 140px;
	left: 385px;
	top: 230px;
	font-size: 1.9em;
	color: white;
}

.curriculum_tekst {
	display: block;
	position: relative;
	width: 390px;
	height: 390px;
	left: 328px;
	top: 190px;
	font-size: 0.7em;
	text-align: right;
	line-height: 8em;
	color: #599897;
}

.curriculum_tekst a {
	line-height: 3em;
	font-size: 1.4em;
	//color: #599897;
	color: white;
}





.disclaimer {
	text-align: justify;
	font-size: 0.7em;
}

.footer p { 
	text-align: center;
	font-size: 0.7em;
	padding: 50px 0px 30px 0px;
}











