
#opleidingen {
	display: grid;
	grid-template-columns: 1fr 300px 1fr;
	grid-template-rows: 70px 70px 70px;
	grid-gap: 10px;
	margin: auto 0px;
	margin: 60px 0px;
}

#opleidingen div.start {
	grid-column: 2;
	border: 1px solid black;
	width: 300px;
	text-align: center;
	padding: 0px 0px;
	background-color: #0094ff;
	color: white;
	cursor: pointer;
}

#opleidingen div.start:hover {
	background-color: #3fafff;
}

#opleidingen #vmbo {
	grid-row: 1;
}

#opleidingen #havo {
	grid-row: 2;
}

#opleidingen #vwo {
	grid-row: 3;
}

div.title.spaced {
	margin-top: 100px;
}

#features .feature {
	display: grid;
	grid-template-columns: 1fr 400px 400px 1fr;
	grid-gap: 30px;
	margin: auto;
}

#features .feature > div {
	margin-block: 20px;
	align-self: center;
	text-align: justify;
}

#features .feature .text, #features .feature:nth-child(odd) .image {
	grid-column: 2;
	order: 1;
}

#features .feature .image, #features .feature:nth-child(odd) .text {
	grid-column: 3;
	order: 2;
}

#features .feature img {
	border: 1px solid #c0c0c0;
	padding: 4px;
	width: 100%;
}



#leergangen {
	display: grid;
	grid-template-columns: 1fr 442px 442px 1fr;
	grid-gap: 4px;
	margin: auto;
}

#havo {
	grid-column: 2;
}

#vwo {
	grid-column: 3;
}

#leergangen > div {
	border: 1px solid #f0f0f0;
	padding: 20px;
}

#leergangen > div h1 {
	font-size: 20pt;
	color: #0094ff;
	font-weight: bold;
	margin-block: 0px;
}

#leergangen > div h2 {
	margin-block: 0px;
}

#leergangen > div h2 a {
	font-size: 16pt;
	color: #404040;
}

#leergangen > div a {
	color: #808080;
	font-size: 12pt;
}

#leergangen > div a:hover {
	cursor: pointer;
}

#leergangen > div:hover {
	border: 1px solid #0094ff;
	background-color: #fdfdfd;
}

/* phone */
@media only screen and (max-width:1219px) {
	#features .feature {
		grid-template-columns: 1fr minmax(min-content, 600px) 1fr;
		grid-gap: 10px;
	}

	#features .feature .text, #features .feature:nth-child(odd) .text {
		grid-column: 2;
		order: 1;
	}

	#features .feature .image, #features .feature:nth-child(odd) .image {
		grid-column: 2;
		order: 2;
	}

	#features .feature > div {
		margin-block: 8px;
	}

	.caroussel {
		display: none;
	}

	div.title.spaced {
		margin-top: 0px;
	}

	#leergangen {
		grid-template-columns: 1fr;
	}

	#leergangen > div {
		margin-top: 4px;
		padding: 8px;
	}

	#havo {
		grid-column: 1;
		order: 1;
	}

	#vwo {
		grid-column: 1;
		order: 2;
	}
}

/* tablet */
@media only screen and (min-width:600px) and (max-width:1219px) {
	#features .feature {
		grid-template-columns: 1fr minmax(min-content, 600px) 1fr;
		grid-gap: 10px;
	}

	#features .feature .text, #features .feature:nth-child(odd) .text {
		grid-column: 2;
		order: 1;
	}

	#features .feature .image, #features .feature:nth-child(odd) .image {
		grid-column: 2;
		order: 2;
	}

	#features .feature > div {
		margin-block: 8px;
	}

	.caroussel {
		display: none;
	}

	div.title.spaced {
		margin-top: 0px;
	}
}

/* desktop */
@media only screen and (min-width:1220px) {
}
