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;
	/* width: 300px; */
	border: aquamarine 5px;
	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: 2px;
	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: 68px 57px;
}

.btnmail:hover {
background-image: url(../cv_contact/contact_assets/mail_f2.jpg);
}
.btnthmbsr {
	/* margin-top: 9px; */
	border: 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)
}