.wat-is-hypo {
	width: 1200px;
	margin: auto;
	color: #363b3c;
	padding-bottom: 100px;
}

.wat-is-hypo-parent {
	display: flex;
}

.wat-is-hypo-child1 {
	margin-right: 50px;
}

.wat-is-hypo-child2 h2 {
	text-align: center;
	padding-bottom: 20px;
}

.wat-is-hypo-child2 img {
	width: 600px;
	height: auto;
}

.is-sibeer-hypo {
	background-color: #363b3c;
	display: flex;
	justify-content: center;
	align-items: center;
}

.is-sibeer-hypo-parent {
	width: 1200px;
	color: antiquewhite;
	padding: 100px 0;
}

.reden {
	width: 1200px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #363b3c;
}

.reden h2 {
	margin-bottom: 50px;
}

.reden-child1 p {
	padding-bottom: 50px;
}

.reden-child1 ul {
	padding-left: 50px;
	margin-top: -25px;
	font-size: 18px;
}

.natuulijk-samenwonen {
	background-color: #363b3c;
	display: flex;
	justify-content: center;
	align-items: center;
}

.natuulijk-samenwonen-parent {
	width: 1200px;
	color: antiquewhite;
	padding: 100px 0;
}

.natuulijk-samenwonen-parent p {
	padding-bottom: 30px;
}

.toekomst-sibeer {
	width: 1200px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #363b3c;
}

.interesse {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #363b3c;
	margin-bottom: 100px;
}

.interesse-parent {
	width: 600px;
	padding: 100px 50px;
	text-align: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.knop-socio {
	margin: auto;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	background-color: #363b3c;
	border-radius: 25px;
}

.knop-socio :hover {
	color: #363b3c;
	background-color: white;
	border: 1px solid #363b3c;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.interesse-parent h3 {
	font-size: 22px;
}

.bronnen {
	text-align: center;
	padding-bottom: 150px;
}
.bronnen a {
	font-size: 12px !important;
	color: #363b3c;
}

@media only screen and (max-width: 600px) {
	.wat-is-hypo-child1 {
		margin-right: 0px;
	}
	.foto-hero-mob img {
		width: 100%;

		margin-bottom: -100px;
		z-index: 0;
		clip-path: polygon(0 0, 100% 0%, 100% 90%, 51% 100%, 0 90%);
	}

	.wat-is-hypo {
		width: 100%;
		height: 100%;
		color: #363b3c;
		padding-bottom: 100px;
		margin-top: 150px;
	}

	.wat-is-hypo-parent {
		display: flex;
		flex-direction: column;
	}

	.wat-is-hypo-child2 img {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.reden {
		width: 100%;
	}

	.toekomst-sibeer {
		width: 100%;
	}

	.interesse {
		width: 95%;
		margin: auto;
		margin-bottom: 150px;
	}
	.interesse-parent {
		border-radius: 25px;
	}
	.bronnen ul {
		list-style: none;
	}
}