/* ===fonts===
	font-family: 'Montserrat', sans-serif;

*/

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: inherit;
	text-decoration: inherit;
	margin: 0px;
	padding: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tac {
	text-align: center;
	margin-top: 10%;
}

.page_title {
	margin: 10px 200px;
	font-size: 19px;
}


/*main*/

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

#main {
	width: 100%;
	min-height: 500px;
	background-color: rgb(255, 221, 170);
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#content {
	overflow: hidden;
}

.text_box {
	width: 70%;
	margin: 0 auto;
}

.main_box {
	width: 90%;
	margin: 0 auto;
}

.half_page {
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 100px;
	overflow: hidden;
}

.half_page_default_img {
	width: 80%;
}

@media screen and (max-width: 1024px) {
	.main_box {
		width: 100%;
	}
	.text_box {
		width: 90%;
	}
}


/*header*/

.head {
	text-align: center;
}

.head_logo {
	width: 40%;
	margin: 20px auto 20px auto;
}

@media screen and (max-width: 900px) {
	.head_logo {
		width: 80%;
	}
}


/*nav*/

#nav {
	display: inline-block;
	width: 100%;
	background-color: #EC6B06;
}

#nav button {
	display: none;
	background-color: #EC6B06;
	border: none;
	width: 45px;
	float: right;
	color: #ffffff;
	outline: none;
	margin-top: 5px;
	margin-right: 12px;
}

#nav button:hover {
	cursor: pointer;
}

#nav ul {
	display: inline-block;
	margin: 0 auto 0 auto;
	list-style: none;
}

#nav ul li {
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin-right: -4px;
	position: relative;
	text-align: left;
	padding: 20px 20px;
	background-color: #EC6B06;
	min-width: 50px;
	max-width: 170px;
	z-index: 99911;
	transition: all 0.3s ease-in-out;
}

#nav ul li:hover {
	cursor: pointer;
	color: #333333;
}

#navbar {
	width: 100%;
	height: 10px;
	background-color: #069400;
}

@media screen and (max-width: 1024px) {
	#nav {
		height: 50px;
	}
	#nav button {
		display: block;
	}
	#nav ul {
		display: none;
	}
	#nav ul li {
		display: block;
	}
	#nav div {
		float: left;
		top: -20px;
	}
}


/*footer*/

.footer {
	width: 100%;
	min-height: 60px;
	margin-top: 60px;
	padding-bottom: 30px;
	background-color: #B3B6BF;
	text-align: center;
}

.footer_sub {
	padding: 10px;
}

.footer_sub i {
	margin: 0px 30px;
}

.footer p {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
}


/*home*/

.home_box_wrap {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.home_box {
	display: inline-block;
	width: 80%;
	height: 300px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px auto;
	border-radius: 2px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bhv {
	background-image: url(../img/bhv.jpg);
}

.ig {
	background-image: url(../img/verzorgende_ig_home.jpg);
}

.home_box_cover {
	position: relative;
	height: 100%;
	width: 100%;
	transition: 0.30s ease-in-out;
	padding: 50px 0px;
	color: #ffffff;
}

.home_box_cover h3 {
	font-size: 30px;
	color: #ffffff;
	background-color: rgba(50, 50, 50, 0.6);
	transition: 0.30s ease-in-out;
}

.home_box_cover {
	position: relative;
	height: 100%;
	width: 100%;
	transition: 0.30s ease-in-out;
	padding: 50px 0px;
	color: #ffffff;
}

.home_box_cover a {
	opacity: 0.0;
	font-size: 18px;
	margin-top: 10px;
	transition: 0.30s ease-in-out;
}

.home_box_cover p {
	opacity: 0.0;
	font-size: 18px;
	margin-top: 10px;
	transition: 0.30s ease-in-out;
        color: #ffffff;
    padding: 0px 30px;
}

.home_box_cover:hover {
	background-color: rgba(50, 50, 50, 0.6);
}

.home_box_cover:hover a {
	opacity: 1;
	margin-top: 30px;
        color: #ffffff;
}

.home_box_cover:hover p {
	opacity: 1;
	margin-top: 30px;
        color: #ffffff;
}

.home_box_cover:hover h3 {
	background-color: rgba(50, 50, 50, 0.0);
}

@media screen and (max-width: 1024px) {
	.home_box_wrap {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	.home_box {
		width: 100%;
	}
	.home_box_cover h3 {
		background-color: rgba(102, 102, 102, 0.0);
	}
	.home_box_cover {
		background-color: rgba(50, 50, 50, 0.6);
	}
	.home_box_cover  p {
		opacity: 1;
		margin-top: 30px;
	}
	.home_box_cover a  {
		opacity: 1;
		margin-top: 30px;
	}
}


/*cursussen*/

.cursus_bhv {
	background-image: url(../img/bhv.jpg);
}

.reanimatie {
	background-image: url(../img/reanimatie-aed.jpg);
}

.ehbo {
	background-image: url(../img/ehbo.jpg);
}

.kinder_ehbo {
	background-image: url(../img/kinder_ehbo.jpg);
}

.cursus_wrap {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.cursus_box {
	display: inline-block;
	width: 80%;
	height: 300px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px auto;
	border-radius: 2px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cursus_box_cover {
	position: relative;
	height: 100%;
	width: 100%;
	transition: 0.30s ease-in-out;
	padding: 50px 0px;
	color: #ffffff;
}

.cursus_box_cover h3 {
	font-size: 30px;
	color: #ffffff;
	background-color: rgba(50, 50, 50, 0.6);
	transition: 0.30s ease-in-out;
}

.cursus_box_cover a {
	opacity: 0.0;
	font-size: 18px;
	margin-top: 10px;
	transition: 0.30s ease-in-out;
}

.cursus_box_cover p {
	opacity: 0.0;
	font-size: 21px;
	margin: 0px 20px;
	transition: 0.30s ease-in-out;
}

.cursus_box_cover:hover {
	background-color: rgba(50, 50, 50, 0.6);
}

.cursus_box_cover:hover a {
	opacity: 1;
	margin-top: 30px;
}

.cursus_box_cover:hover p {
	opacity: 1;
	margin: 30px 20px 10px 20px;
}

.cursus_box_cover:hover h3 {
	background-color: rgba(50, 50, 50, 0.0);
}

@media screen and (max-width: 1024px) {
	.cursus_wrap {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	.cursus_box {
		width: 100%;
	}
	.cursus_box_cover h3 {
		background-color: rgba(50, 50, 50, 0.0)
	}
	.cursus_box_cover {
		background-color: rgba(50, 50, 50, 0.6);
	}
	.cursus_box_cover a,
	.cursus_box_cover p {
		opacity: 1;
		margin-top: 30px;
	}
}


/*contact*/

.contact_form_table {
	margin: 20px auto;
	width: 50%;
	font-size: 16px;
}

.contact_form_table td {
	padding: 5px;
}

.contact_table_left {
	text-align: right;
}

.contact_table_right_input {
	display: inline-block;
	color: #666;
	background-color: #eee;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	/*CHANGE*/
	padding: 10px 5px;
	width: 301px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.contact_form_text {
	width: 50%;
	margin: 0px auto 0px auto;
}

.contact_form_text {
	display: inline-block;
	color: #666;
	width: 69%;
	background-color: #eee;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	/*CHANGE*/
	padding: 10px 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.send_btn {
	display: inline-block;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	/*CHANGE*/
	padding: 10px 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-width: 3px;
}

#contact_left {
	text-align: center;
}

#contact_left ul {
	margin: 50px auto;
	font-size: 23px;
}

#contact_left ul li {
	list-style-type: none;
}


/*wie-ben-ik*/

.wie_half {
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 100px;
	overflow: hidden;
}

#wie_img {
	width: 60%;
	float: right;
}


/*bhv*/

#bhv_img {
	margin-top: 10px;
}

/*verzorgende ig*/
.verzorgendig_img_div {
	text-align: center;
	margin: 55px 0px 0px 0px
}

.verzorgendig_img_div img{
	image-resolution: from-image;
}