body {
	padding: 0;
	color: #4a4a4a;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}
.landingpage {
	padding: 20px;
	min-width: 100vw;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.logo {
	width: 300px;
	max-width: 100%;
	height: auto;
}
.logoholder, .titleholder {
	margin-bottom: 30px;
}

.logoholder, .titleholder-adress {
	margin-bottom: 15px;
}

.footersvg {
	max-width: 120px;
	max-height: 60px;
	object-fit: contain;
}

.footersvg.laying {
	max-height: 35px;
}
.footersvg.standing {
	max-width: 50px;
}

address {
	display: inline-block;
	padding:  0px 20px;
	font-style: normal;
	border-right: 1px solid #c32625;
	margin-top: 20px;
	margin-bottom: 20px;
}

address:last-child{
	border-right: 0px solid #c32625;
}

.photoholder .werknemer .contactgegevens i{
	color: #c32625;
	width: 20px;
}

.photoholder .werknemer .contactgegevens .phonenumber-m i{
	color: #fff;
}

h1 {
	text-align: center;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}

h2 {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 496px) {
	h1 {
		text-align: center;
	}

	address {
		text-align: center;
		width: 100%;
		border-right: 0px solid #c32625;
	}
}

.photoholder{
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 40px 20px 70px;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	justify-content: center;
}

.photoholder img{
	max-width: 280px;	
	max-height: 280px;
}

.photoholder .werknemer{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 280px;
	justify-content: space-between;
}

.photoholder .werknemer .contactgegevens{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.photoholder .werknemer .contactgegevens .title{
	height: 36px;
}

.photoholder .werknemer .contactgegevens a{
	font-weight: 400;
}

.adressholder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

a {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

.signoffholder {
	width: 320px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}