@font-face {
  font-family: "Noto Sans Var";
  src: url("fonts/NotoSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}

/* navbar container */
.navbar {
  padding: 20px;
}

/* navigatieknop */
.nav-link {
  position: relative;
  display: block;

  width: 187px;
  height: 57px;

  background-image: url("../01_navigatie/cv_staaf_assets/cvstaaf_architectuur_maq.jpg");
  background-size: cover;
  background-position: center;

  font-family: "Noto Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.0em;
  font-stretch: 84%;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.nav-link span {
  position: absolute;
  left: 19px;
  bottom: 27px;
}

/* navigatieknop */
.nav-Nr {
  position: relative;
  display: block;

  width: 22px;
  height: 57px;

  background-image: url("../01_navigatie/cv_staaf_assets/cvstaaf_1.jpg");
  background-size: cover;
  background-position: center;

  font-family: "Noto Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.0em;
  font-stretch: 84%;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.nav-Nr > span {
  position: absolute;
  left: 15px;
  bottom: 32px;
}

.nr {
  color: #ff0000;
}
body {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	font-family: 'IBM Plex Sans', sans-serif;
	background-color: #999999;
	align-items: center;
}

.croonenvormbar {
	width: 159px;
	border: none;
	cursor: pointer;
	background-image: url(../cv_contact/contact_assets/croonenvorm.jpg);
	background-size: 159px 57px;
}

.croonenvormbar:hover {
	background-image: url(../cv_contact/contact_assets/croonenvorm_f2.jpg);
	}

a.black{
	color: #000000;
}

a.blue{
	color: rgb(78, 139, 253);
}

.downloadpdftop{
	position: absolute;
	width: 900px;
	margin-top: 131px;
	}
.downloadpdf{
	position: absolute;
	font-weight: 500;
	font-size: 12px;
	padding-left: 17px;
	font-style:normal;
}
.home{
	position: absolute;
	margin-left: 126px;
	margin-top: 36px;
	font-size: 10px;
	color: #ffffff;
}

/* contact */
.contactswap{
	width: 444px;
	background-size: 444px 57px;
	border: none;
	cursor: pointer;
	background-image: url(../cv_contact/contact_assets/contact_information.jpg);
}

.contactswap:hover{
	background-image: url(../cv_contact/contact_assets/contact_information_f2.jpg);
}

button{
	padding: 0px 0px 0px 0px;
	/* text-align: left; */
	height: 48px;
	/* font-size: 11px; */
	/* text-shadow: 0px 0px 2px white; */
}

.btnthmbs {
	border: none;
	cursor: pointer;
	font-weight: 600;
	background-image: url(../cv_contact/contact_assets/thumbs.jpg);
	background-size: 64px 57px;
}

.btnthmbs:hover {
background-image: url(../cv_contact/contact_assets/thumbs_f2.jpg);
}
.btnthmbs:active {
  text-decoration: none;
}

.btnthmbs:visited {
  text-decoration: none;
}

.btnmail {
	border: none;
	cursor: pointer;
	font-weight: 600;
	background-image: url(../cv_contact/contact_assets/mail.jpg);
	background-size: 64px 57px;
}

.btnmail:hover {
background-image: url(../cv_contact/contact_assets/mail_f2.jpg);
}
.btnthmbsr {
	/* margin-top: 9px; */
	display: block;
	line-height: 0;
	border: none;
	padding: none;
	margin: 0;
	background: none;
	cursor: pointer;
	font-weight: 600;
	background-image: url(../cv_contact/cv_route_assets/cv_route_r1_c6.jpg);
	background-size: 64px 48px;
}

.btnthmbsr:hover {
background-image: url(../cv_contact/cv_route_assets/cv_route_r1_c6_f2.jpg)
}

.btnmailr {
	/* margin-top: 9px; */
	border: none;
	cursor: pointer;
	font-weight: 600;
	background-image: url(../cv_contact/cv_route_assets/cv_route_r1_c7.jpg);
	background-size: 81px 48px;
	/* background-repeat: no-repeat; */
}

.btnmailr:hover {
background-image:url(../cv_contact/cv_route_assets/cv_route_r1_c7_f2.jpg)
}

.btnthmbsr, .btnmailr {
  display: block;
  line-height: 0;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}