/* Lay-out Contact*/
/* Algemene instellingen */
body {
	color: grey;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	/* 12 px nodig voor menu-font */
	font-size: 12px;
	margin: 10px;
	border-width: 0px;
}

main {
	background: #ffffff;
	color: #111;
	font-size: 15px;
	line-height: 1.3;
}

/* Einde algemene instellingen */
.cnt-oude-telefoon {
	width: 30px;
	height: auto;
}

.cnt-reserveer {
	color: grey;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 15px;
	height: 250px;
}

.zwart{
	color: black;
}

#cnt-main-3-kol {
	display: flex;
	padding: 10px;
	color: grey;
}

.cnt-Images {
	width: 30px;
	height: auto;
}

.cnt-Container {
	margin: 20px auto;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.cnt-legeruimte {
	height: 70px;
}

/* @media (max-width: 760px) {} */

/* Desktop Instellingenx */
/* @media (min-width: 760px) { */

/* Mobile instellingen */
@media (min-width: 700px) {
	body {
		/* max-width: 1280px; */
		margin: 0 auto;
		border-width: 0 1px;
	}

	#cnt-main-3-kol {
		flex-direction: row;
	}
}