/*=================================*/
/*Default*/
/*=================================*/
.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
	font-family: Montserrat;
	font-size: 16px;
	color: #333333;
}

.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.page {
	flex: 1 1 auto;

}

[class*="__container"] {
	max-width: 1170px;
	margin: 0 auto;

}

@media (max-width: 1198.98px) {
	[class*="__container"] {
		max-width: 970px;
	}
}

@media (max-width: 990.98px) {
	[class*="__container"] {
		max-width: 750px;
	}
}

@media (max-width: 767.98px) {
	[class*="__container"] {
		max-width: none;
		padding: 0px 15px;
	}
}

/*=================================*/
/*Preheader*/
/*=================================*/

.preheader {
	background: black;
}

.preheader__container {
	min-height: 46px;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	column-gap: 68px;
	align-items: center;
}

.preheader_menu__list {
	display: flex;
	column-gap: 68px;
	row-gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}


.preheader_menu__item_img_1 {
	height: 25px;
	margin-top: -3px;
}

.preheader_menu__item_img_2 {
	height: 25px;
	margin-top: -3px;
	margin-bottom: 1px;
}

.preheader_menu__link {
	color: white;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
}

@media(max-width: 767.98px) {
	.preheader_menu__list {
		justify-content: center;
		margin-top: 7px;
		margin-bottom: 3px;
	}
		
}


/*=================================*/
/*Header*/
/*=================================*/


.header {
	background: #68686D;
	opacity: 85%;

}

.header__container {
	display: flex;
	justify-content: space-between;
	height: 91px;
	align-items: center;
	padding-top: 10px 0px;
	padding-bottom: 10px;
	row-gap: 15px;
	column-gap: 10px;
}

.header__container_logo {
	width: 300px;
	height: 137px;
	margin-top: 7px;
}

.header__menu {
	position: sticky;
}

.menu__list {
	display: flex;
	column-gap: 25px;
	row-gap: 10px;
	flex-wrap: wrap;

}

.menu__link {
	font-size: 16px;
	font-weight: 500;
	color: white;
}

.menu__link:hover {
	text-decoration: underline;
	color: #FF8000;
}

@media(max-width: 767.98px) {
	.header__container {
		min-height: 0;
		flex-direction: column;
	}
}

@media(max-width: 767.98px) {
	.menu__list {
		justify-content: center;
	}

	.menu__link {
		font-size: 16px;
	}

	.header {
		background: #68686D;
		opacity: 85%;
	}

	.header__container {
		height: 210px;
	}
}

@media(max-width: 317px) {
	.menu__list {
		justify-content: center;
	}

	.menu__link {
		font-size: 16px;
	}

	.header {
		background: #68686D;
		opacity: 85%;
	}

	.header__container {
		height: 230px;
	}
}

@media(max-width: 204px) {
	.menu__list {
		justify-content: center;
	}

	.menu__link {
		font-size: 16px;
	}

	.header {
		background: #68686D;
		opacity: 85%;
	}

	.header__container {
		height: 260px;
	}
}

@media(max-width: 192px) {
	.menu__list {
		justify-content: center;
	}

	.menu__link {
		font-size: 16px;
	}

	.header {
		background: #68686D;
		opacity: 85%;
	}

	.header__container {
		height: 290px;
	}
}

/*=================================*/
/*Prefooter*/
/*=================================*/


.prefooter {
	min-height: 296px;
	left: 0;
	bottom: 56px;
	width: 100%;
	background-color: black;


}

.prefooter_line {
	height: 4px;
	width: 1600px;
	background-color: #FF8000;

}

.prefooter_location {
	width: 100%;
	height: 100%;
	row-gap: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 150px;
	padding-right: 150px;
	margin-top: 94px;
	column-gap: 50px;


}

.prefooter_menu_list_1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color: white;
	font-size: 16px;
}

.prefooter_menu_list_2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color: white;
	font-size: 16px;
}

.prefooter_menu_link_1 {
	font-weight: 550;
	margin-bottom: 5px;
}

.prefooter_menu_link {
	margin-bottom: 5px;
}

.prefooter_menu_list_img {
	margin-top: -4px;
	margin-left: -26px;
	height: 22px;
}

.prefooter_map {
	border: 0;
	border-radius: 25px;
	margin-top: -66px;
	width: 392px;
	height: 231px;
	margin-bottom: 10px;

}

@media(max-width: 1060px) {
	.prefooter_location {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media(max-width: 949px) {
	.prefooter_location {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media(max-width: 849px) {
	.prefooter_location {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media(max-width: 799px) {
	.prefooter_location {
		padding-left: 40px;
		padding-right: 40px;
		justify-content: center;
	}

}

@media(max-width: 387px) {
	.prefooter_location {
		row-gap: 50px;
	}

	.prefooter_map {
		margin-top: 0px;
	}

	.prefooter_menu_list_2 {
		padding-left: 25px;
	}


}


/*=================================*/
/*Footer*/
/*=================================*/

.footer {
	height: 56px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #696767;
	text-align: center;
	padding-top: 18px;
	font-size: 16px;
	color: white;
}


/*=================================*/
/*Content for HOME*/
/*=================================*/
.page_home {
	display: flex;
	background: url("man3.jpg"), no-repeat center;
	background-size: cover;
	justify-content: center;
}


.block_home {
	background-color: white;
	width: 1170px;
	height: 100%;
	margin-top: 100px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.block_content_home {
	width: 1170px;
	height: 100%;
		line-height: 1.3;

}

/*.block_photo_home {
	margin-top: 20px;
	background-color: white;
	width: 433px;
	height: 650px;
	float: left;
	padding-top: 220px;
}

.block_img_home {
	margin-top: -100px;
	width: 400px;
	height: 500px;
	border-radius: 25px;
}*/

.content__head_home {
	font-size: 64px;
	font-weight: 500;
	padding-top: 50px;
	margin-left: 95px;
	font-family: Montserrat;
}

.block_line_home {
	margin-left: 100px;
	height: 4px;
	width: 600px;
	background-color: #FF8000;
	margin-top: 5px;
}

.content_paragraph_home_1 {
	margin-left: 100px;
	width: 970px;
	margin-top: 43px;
	font-size: 20px;
	font-weight: 300;
}

.content_paragraph_home_2 {
	margin-left: 100px;
	width: 970px;
	margin-top: 45px;
	font-size: 20px;
	font-weight: 300;
}

.content_paragraph_home_3 {
	margin-left: 100px;
	width: 970px;
	margin-top: 45px;
	font-size: 20px;
	margin-bottom: 45px;
	padding-bottom: 45px;
	color: #FF8000;
	font-weight: 500;
}

@media(max-width: 1200px) {
	.block_home {
		width: 1000px;
		height: 100%;
	}

	.block_content_home {
		width: 1000px;
		height: 100%;
	}

	/*.block_photo_home {
		float: left;
		width: 370px;
		height: 550px;
	}

	.block_img_home {
		width: 300px;
		height: 400px;
	}*/

	.content__head_home {
		font-size: 60px;
	}

	.block_line_home {
		width: 500px;
	}

	.content_paragraph_home_1 {
		font-size: 18px;
		width: 800px;
	}

	.content_paragraph_home_2 {
		font-size: 18px;
		width: 800px;
	}

	.content_paragraph_home_3 {
		font-size: 18px;
		width: 800px;
	}
}

@media(max-width: 1000px) {
	.block_home {
		width: 760px;
		height: 100%;
	}

	.block_content_home {
		width: 760px;
		height: 100%;
	}

	/*.block_photo_home {
		float: left;
		width: 282px;
		height: 500px;
	}*/

	/*.block_img_home {
		width: 250px;
		height: 350px;
	}*/

	.content__head_home {
		font-size: 56px;
		margin-left: 65px;
	}

	.block_line_home {
		width: 400px;
		margin-left: 70px;

	}

	.content_paragraph_home_1 {
		font-size: 16px;
		width: 610px;
		margin-left: 70px;
		margin-top: 25px;
	}

	.content_paragraph_home_2 {
		font-size: 16px;
		width: 610px;
		margin-left: 70px;
		margin-top: 25px;
	}

	.content_paragraph_home_3 {
		font-size: 16px;
		width: 610px;
		margin-top: 25px;
		margin-left: 70px;
	}
}

@media(max-width: 767.98px) {
	.block_home {
		height: 100%;
		width: 680px;
	}

	.block_content_home {
		width: 680px;
		height: 100%;
	}

	/*.block_photo_home {
		float: left;
		width: 222px;
		height: 500px;
		margin-left: 10px;
	}

	.block_img_home {
		width: 220px;
		height: 320px;
	}*/

	.content__head_home {
		font-size: 50px;
		margin-left: 50px;
	}

	.block_line_home {
		width: 400px;
		margin-left: 55px;

	}

	.content_paragraph_home_1 {
		font-size: 16px;
		width: 580px;
		margin-left: 55px;
		margin-top: 25px;
	}

	.content_paragraph_home_2 {
		font-size: 16px;
		width: 580px;
		margin-left: 55px;
		margin-top: 25px;
	}

	.content_paragraph_home_3 {
		font-size: 16px;
		width: 580px;
		margin-top: 25px;
		margin-left: 55px;
	}
}

@media(max-width: 680px) {
	.block_home {
		width: 500px;
	}
	.content_paragraph_home_1 {
		width: 420px;
	}

	.content_paragraph_home_2 {
		width: 420px;
	}

	.content_paragraph_home_3 {
		width: 420px;
	}

	/*.block_photo_home {
		width: 500px;
		border-radius: 0px 0px 25px 25px;
		margin-left: 0px;
		margin-top: 5px;
	}

	.block_img_home {
		margin-top: -200px;
		width: 500px;
		height: 480px;
		margin-left: 0;

	}*/
}

@media(max-width: 500px) {
	.block_home {
		width: 400px;
	}

	.block_content_home {
		width: 400px;
		height: 100%;
	}

	/*.block_photo_home {
		width: 400px;
		height: 500px;
		margin-left: 0px;
	}

	.block_img_home {
		width: 400px;
		height: 480px;
	}*/

	.content__head_home {

		margin-left: 5px;
	}

	.block_line_home {
		width: 300px;
		margin-left: 10px;

	}

	.content_paragraph_home_1 {
		width: 380px;
		margin-left: 10px;

	}

	.content_paragraph_home_2 {
		width: 380px;
		margin-left: 10px;

	}

	.content_paragraph_home_3 {
		width: 380px;
		margin-left: 10px;
	}
}

@media(max-width: 400px) {
	.block_home {
		width: 300px;
	}

	.block_content_home {
		width: 300px;
		height: 110%;
	}

	/*.block_photo_home {
		width: 300px;
		height: 400px;
		margin-left: 0px;
		margin-top: -10px;
	}

	.block_img_home {
		width: 300px;
		height: 380px;
	}*/

	.content__head_home {
		font-size: 45px;
		margin-left: 5px;
	}

	.block_line_home {
		width: 200px;
		margin-left: 10px;

	}

	.content_paragraph_home_1 {
		width: 280px;
		margin-left: 10px;

	}

	.content_paragraph_home_2 {
		width: 280px;

		margin-left: 10px;

	}

	.content_paragraph_home_3 {
		width: 280px;

		margin-left: 10px;
	}
}

@media(max-width: 300px) {
	.block_home {
		width: 200px;
		height: 100%;
	}

	.block_content_home {
		width: 200px;
		border-radius: 25px;
	}

	/*.block_photo_home {
		width: 200px;
		height: 300px;
		margin-left: 0px;
		margin-top: -80px;
	}

	.block_img_home {
		width: 200px;
		height: 280px;
	}*/

	.content__head_home {
		font-size: 45px;
		margin-left: 5px;
	}

	.block_line_home {
		width: 150px;
		margin-left: 10px;

	}

	.content_paragraph_home_1 {
		width: 150px;
		margin-left: 10px;
		font-size: 15px;
	}

	.content_paragraph_home_2 {
		width: 150px;
		font-size: 15px;
		margin-left: 10px;

	}

	.content_paragraph_home_3 {
		width: 150px;
		font-size: 15px;
		margin-left: 10px;
	}
}

/*=================================*/
/*Content for PRIJZEN*/
/*=================================*/
.page_prijzen {
	background: url(man3.jpg) no-repeat center;
	justify-content: center;
	background-size: 2200px;
}

.block_prijzen {
	background-color: white;
	width: 1170px;
	height: 100%;
	margin-top: 120px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.content__head_prijzen {
	font-size: 64px;
	font-weight: 500;
	padding-top: 50px;
	margin-left: 95px;
	font-family: Montserrat;

}

.block_line_prijzen {
	margin-left: 100px;
	height: 4px;
	width: 600px;
	background-color: #FF8000;
	margin-top: 5px;
}

.content_paragraph_prijzen_1 {
	margin-left: 100px;
	width: 972px;
	margin-top: 43px;
	font-size: 20px;
	font-weight: 300;
		line-height: 1.3;

}

.content_paragraph_prijzen_2 {
	margin-top: 28px;
	margin-left: 100px;
	width: 972px;
	margin-top: 43px;
	font-size: 20px;
	font-weight: 300;
		line-height: 1.3;

}

.content_paragraph_prijzen_3 {
	margin-left: 100px;
	width: 972px;
	margin-top: 43px;
	font-size: 20px;
	font-weight: 300;
		line-height: 1.3;

}

.content_paragraph_prijzen_4 {
	padding-bottom: 15px;
	margin-left: 100px;
	width: 972px;
	margin-top: 43px;
	font-size: 20px;
	font-weight: 300;
		line-height: 1.3;

}

.content_paragraph_prijzen_header {
	color: #FF8000;
	font-weight: 500;
	font-size: 24px;
}

@media(max-width: 1200px) {
	.block_prijzen {
		justify-content: center;
		margin-left: -15px;
		width: 1000px;
		;
	}

	.content__head_prijzen {
		font-size: 60px;
	}

	.content_paragraph_prijzen_1 {
		width: 850px;
		font-size: 18px;
		margin-top: 35px;
	}

	.content_paragraph_prijzen_2 {
		width: 850px;
		font-size: 18px;
		margin-top: 35px;

	}

	.content_paragraph_prijzen_3 {
		width: 850px;
		font-size: 18px;
		margin-top: 35px;

	}

	.content_paragraph_prijzen_4 {
		width: 850px;
		font-size: 18px;
		margin-top: 35px;

	}
}

@media(max-width: 992px) {
	.page_prijzen {
	background-size: 2500px;
	}
	.block_prijzen {
		width: 760px;
		justify-content: center;
	}

	.content__head_prijzen {
		font-size: 56px;
		margin-left: 65px;
	}

	.block_line_prijzen {
		width: 400px;
		margin-left: 70px;

	}

	.content_paragraph_prijzen_1 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;
	}

	.content_paragraph_prijzen_2 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;

	}

	.content_paragraph_prijzen_3 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;

	}

	.content_paragraph_prijzen_4 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;

	}
}

@media(max-width: 992px) {
	.block_prijzen {
		width: 760px;
		justify-content: center;
		margin-left: -8px;
	}

	.content__head_prijzen {
		font-size: 56px;
		margin-left: 65px;
	}

	.block_line_prijzen {
		width: 400px;
		margin-left: 70px;

	}

	.content_paragraph_prijzen_1 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;
	}

	.content_paragraph_prijzen_2 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;

	}

	.content_paragraph_prijzen_3 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;

	}

	.content_paragraph_prijzen_4 {
		margin-left: 70px;
		width: 620px;
		margin-top: 30px;

	}
}

@media(max-width: 767.98px) {
	
	.block_prijzen {
		width: 680px;
		margin-left: auto;
		margin-right: auto;
	}

	.content__head_prijzen {
		font-size: 50px;
		margin-left: 50px;
	}

	.block_line_prijzen {
		width: 400px;
		margin-left: 55px;

	}

	.content_paragraph_prijzen_header {
		font-size: 20px;
	}

	.content_paragraph_prijzen_1 {
		font-size: 16px;
		width: 570px;
		margin-left: 55px;
		margin-top: 25px;
	}

	.content_paragraph_prijzen_2 {
		font-size: 16px;
		width: 570px;
		margin-left: 55px;
		margin-top: 25px;

	}

	.content_paragraph_prijzen_3 {
		font-size: 16px;
		width: 570px;
		margin-left: 55px;
		margin-top: 25px;

	}

	.content_paragraph_prijzen_4 {
		font-size: 16px;
		width: 570px;
		margin-left: 55px;
		margin-top: 25px;
	}
}

@media(max-width: 706px) {

	.page_prijzen {
		background-size: 2700px;
	}

	.block_prijzen {

		width: 500px;
		justify-content: center;
	}

	.content__head_prijzen {
		font-size: 50px;
		margin-left: 40px;
	}

	.block_line_prijzen {
		width: 300px;
		margin-left: 45px;

	}

	.content_paragraph_prijzen_header {
		font-size: 20px;
	}

	.content_paragraph_prijzen_1 {
		font-size: 16px;
		width: 410px;
		margin-left: 45px;
		margin-top: 20px;
	}

	.content_paragraph_prijzen_2 {
		font-size: 16px;
		width: 410px;
		margin-left: 45px;
		margin-top: 20px;

	}

	.content_paragraph_prijzen_3 {
		font-size: 16px;
		width: 410px;
		margin-left: 45px;
		margin-top: 20px;

	}

	.content_paragraph_prijzen_4 {
		font-size: 16px;
		width: 410px;
		margin-left: 45px;
		margin-top: 20px;
	}
}

@media(max-width: 526px) {
	.page_prijzen {
	background-size: 2900px;
	}
	.block_prijzen {
		width: 400px;
		justify-content: center;
	}

	.content__head_prijzen {
		font-size: 50px;
		margin-left: 5px;
	}

	.block_line_prijzen {
		width: 300px;
		margin-left: 10px;

	}

	.content_paragraph_prijzen_header {
		font-size: 20px;
	}

	.content_paragraph_prijzen_1 {
		font-size: 16px;
		width: 380px;
		margin-left: 10px;
		margin-top: 20px;
	}

	.content_paragraph_prijzen_2 {
		font-size: 16px;
		width: 380px;
		margin-left: 10px;
		margin-top: 20px;

	}

	.content_paragraph_prijzen_3 {
		font-size: 16px;
		width: 380px;
		margin-left: 10px;
		margin-top: 20px;

	}

	.content_paragraph_prijzen_4 {
		font-size: 16px;
		width: 380px;
		margin-left: 10px;
		margin-top: 20px;
	}
}

@media(max-width: 426px) {
	.page_prijzen {
		background-size: 3600px;
	}

	.block_prijzen {
		width: 300px;
		justify-content: center;
	}

	.content__head_prijzen {
		font-size: 46px;
		margin-left: 5px;
	}

	.block_line_prijzen {
		width: 280px;
		margin-left: 10px;

	}

	.content_paragraph_prijzen_header {
		font-size: 20px;
	}

	.content_paragraph_prijzen_1 {
		font-size: 16px;
		width: 280px;
		margin-left: 10px;
		margin-top: 20px;
	}

	.content_paragraph_prijzen_2 {
		font-size: 16px;
		width: 280px;
		margin-left: 10px;
		margin-top: 20px;

	}

	.content_paragraph_prijzen_3 {
		font-size: 16px;
		width: 280px;
		margin-left: 10px;
		margin-top: 20px;

	}

	.content_paragraph_prijzen_4 {
		font-size: 16px;
		width: 280px;
		margin-left: 10px;
		margin-top: 20px;
	}
}

@media(max-width: 326px) {
	.page_prijzen {
		background-size: 5000px;
	}

	.block_prijzen {
		width: 200px;
		justify-content: center;
	}

	.content__head_prijzen {
		font-size: 46px;
		margin-left: 5px;
	}

	.block_line_prijzen {
		width: 170px;
		margin-left: 10px;

	}

	.content_paragraph_prijzen_header {
		font-size: 18px;
	}

	.content_paragraph_prijzen_1 {
		font-size: 15px;
		width: 180px;
		margin-left: 10px;
		margin-top: 15px;
	}

	.content_paragraph_prijzen_2 {
		font-size: 15px;
		width: 180px;
		margin-left: 10px;
		margin-top: 15px;

	}

	.content_paragraph_prijzen_3 {
		font-size: 15px;
		width: 180px;
		margin-left: 10px;
		margin-top: 15px;
	}

	.content_paragraph_prijzen_4 {
		font-size: 15px;
		width: 180px;
		margin-left: 10px;
		margin-top: 15px;
	}
}


/*=================================*/
/*Content for CONTACT*/
/*=================================*/
.page_contact {
	flex-wrap: wrap;
	display: flex;
	background: url("man3.jpg"), no-repeat center;
	background-size: cover;
	justify-content: center;
}

.block_contact {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 100px;
	height: 650px;
	width: 1170px;
	background-color: white;
	border-radius: 20px;
}

.content {
	height: 740px;
	width: 585px;
	background-color: white;
	border-radius: 20px;
}

.content_head_contact {
	font-size: 64px;
	font-weight: 500;
	margin-left: 100px;
	padding-top: 70px;
}

.block_line_contact {
	margin-left: 100px;
	height: 4px;
	width: 490px;
	background-color: #FF8000;
	margin-top: 5px;
}

.content_paragraph_contact {
	width: 493px;
	font-size: 20px;
	font-weight: 300;
	margin-left: 100px;
	margin-top: 20px;
	line-height: 1.3;
}

.content_paragraph_header_contact {
	font-size: 24px;
	color: #FF8000;
	font-weight: 400;
}

.form {
	margin-top: 140px;
	margin-left: 40px;
	display: flex;
	justify-content: center;
	width: 479px;
	height: 489px;
	background-color: #434343;
	opacity: 0.8;
	border-radius: 20px;

}

::placeholder {
	color: #FF8000;
}

.form__item {
	margin-top: 20px;
	margin-bottom: 18px;
}

.form__input {
	font-weight: 600;
	color: black;
	background-color: #D9D9D9;
	padding: 0 12px;
	height: 54px;
	border-radius: 10px;
	width: 409px;
}

textarea.form__input {
	padding: 0 12px;
	resize: vertical;
	height: 146px;
}

.form__button {
	margin-right: 35px;
	float: right;
	text-transform: uppercase;
	width: 172px;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF8000;
	border-radius: 20px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.5s ease 0s;
	position: relative;
	top: 0;
}

.form__button:hover {
	background-color: #D3560E;
}

.form__button:active {
	top: 3px;
}

.form * {
	outline: none;
}

.form__input._error {
	box-shadow: 0 0 8px red;
}

.form__body {
	position: relative;
}

.form__body::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.9) url("load.gif") center / 50px no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
}

.form__body._sending::after {
	opacity: 1;
	visibility: visible;
}

.location_contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;

	background: black;
	height: 575px;
	border-radius: 20px;

}

.location_header_contact {
	font-size: 64px;
	color: #FF8000;
	font-weight: 500;
	padding-bottom: 16px;
	padding-top: 10px;
}

.location_map_contact {
	width: 1100px;
	height: 429px;
	border-radius: 20px;

}

@media(max-width: 1200px) {
	.block_contact {
		margin-right: auto;
		margin-left: auto;
		width: 800px;
		height: 100%;

	}

	.content {
		margin-left: 0px;
	}

	.content_head_contact {
		margin-left: 0px;
	}

	.block_line_contact {
		margin-left: 0px;
	}

	.content_paragraph_contact {
		margin-left: 0px;
	}

	.form {
		margin-top: 50px;
		margin-bottom: 20px;
	}
}

@media(max-width: 991px) {
	.block_contact {
		margin-left: -30px;
	}
}

@media(max-width: 767.98px) {
	.block_contact {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}

	.location_contact {
		width: 600px;
	}

	.location_map_contact {
		padding: 0 10px 0 10px;
	}

	.form {
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width: 600px) {
	.location_contact {
		width: 500px;
	}

	.block_contact {
		width: 500px;
	}
}

@media(max-width: 500px) {
	.location_contact {
		width: 400px;
		height: 450px;
	}

	.content_head_contact {
		font-size: 48px;
	}

	.block_line_contact {
		width: 370px;
	}

	.block_contact {
		width: 400px;
	}

	.content_paragraph_contact {
		font-size: 15px;
		width: 400px;
	}

	.location_header_contact {
		font-size: 50px;
	}

	.location_map_contact {
		height: 350px;

	}
	.form__input{
		margin-left: 10px;
		margin-right: 10px;
		width: 390px;
	}
}

@media(max-width: 400px) {
	.block_contact {
		width: 350px;
	}

	.block_line_contact {
		width: 270px;
	}

	.content_paragraph_contact {
		font-size: 15px;
		width: 350px;
	}

	.form {
		width: 350px;
	}

	.form__input {
		width: 330px;
	}

	.location_contact {
		width: 350px;
	}

	.location_header_contact {
		font-size: 45px;
	}
}

/*=================================*/
/*Content for PROJECTEN*/
/*=================================*/

.page {
	background: url("man3.jpg") no-repeat,
		black no-repeat;
	background-size: 1600px;
}

.block_projecten {
	margin-top: 100px;
	background-color: white;
	border-radius: 20px;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;


}

.block_header_projecten {
	font-size: 64px;
	font-weight: 500;
	padding-left: 28px;
	padding-top: 100px;
}

.block_line_projecten {
	margin-left: 35px;
	height: 4px;
	width: 400px;
	background-color: #FF8000;
	margin-top: 5px;
}

.block_paragraph_projecten {
	margin-left: 33px;
	padding-top: 20px;
	font-weight: 300;
	font-size: 20px;
}

.photo_projecten {
	margin-top: 40px;
	justify-content: center;
	column-gap: 40px;
	row-gap: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;

}

.img_projecten {
	width: 400px;
	height: 533px;
	border-radius: 20px;
}

@media(max-width: 910px) {
	.block_projecten {
		width: 800px;
	}

	.photo_projecten {
		column-gap: 20px;
		row-gap: 20px;
	}

	.img_projecten {
		width: 350px;
		height: 466px;
	}
}

@media(max-width: 810px) {
	.block_projecten {
		width: 700px;
	}

	.block_header_projecten {
		padding-left: 20px;
	}

	.block_line_projecten {
		margin-left: 27px;
	}

	.block_paragraph_projecten {
		margin-left: 27px;
	}

	.img_projecten {
		width: 300px;
		height: 400px;
	}
}

@media(max-width: 700px) {
	.block_projecten {
		width: 610px;
	}

	.photo_projecten {
		column-gap: 5px;
		row-gap: 5px;
	}

	.block_paragraph_projecten {
		font-size: 18px;
	}
}

@media(max-width: 610px) {
	.block_projecten {
		width: 500px;
	}

	.block_header_projecten {
		font-size: 56px;
	}

	.block_line_projecten {
		width: 300px;
	}

	.img_projecten {
		width: 240px;
		height: 320px;
	}
}

@media(max-width: 510px) {
	.block_projecten {
		width: 400px;
	}

	.block_header_projecten {
		font-size: 48px;
	}

	.block_line_projecten {
		width: 250px;
	}

	.block_paragraph_projecten {
		font-size: 16px;
	}

	.photo_projecten {
		padding-bottom: 0px;
	}

	.img_projecten {
		width: 300px;
		height: 400px;
	}
}

@media(max-width: 400px) {
	.block_projecten {
		width: 310px;
	}
}

@media(max-width: 320px) {
	.block_projecten {
		width: 250px;
	}

	.block_header_projecten {
		padding-left: 0;
		font-size: 45px;
	}

	.block_line_projecten {
		width: 220px;
		margin-left: 3px;
	}

	.block_paragraph_projecten {
		font-size: 15px;
		margin-left: 4px;
	}

	.img_projecten {
		width: 250px;
		height: 333px;
	}
}

/*=================================*/
/*Content for DIENSTEN*/
/*=================================*/
.page_diensten {
	height: 100%;
}

.block_diensten {
	height: 300px;
	background: url(background1.png) no-repeat center;
	background-size: 1600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.block_header_diensten {
	font-size: 96px;
	color: white;
	font-weight: 500;
}

.block_line_diensten {
	height: 4px;
	width: 500px;
	background-color: #FF8000;
}

.subblock_line_diensten {
	height: 4px;
	width: 1600px;
	background-color: #FF8000;
}

.traditioneel_block_diensten {
	height: 150%;
	background: url(backgroundc.jpg) no-repeat center;
	background-size: 1600px;
	display: flex;

}

.text_block_trad {
	margin-left: 147px;

}

.img_block_trad {
	margin: 35px 0 40px 125px;
	width: 400px;
	height: 533px;
	border-radius: 20px;

}

.block_header_l {
	font-size: 40px;
	color: white;
	font-weight: 500;
	padding: 36px 0 0 0px;
}

.traditioneel_line_diensten {
	height: 2px;
	width: 440px;
	background-color: #FF8000;
}

.span_diensten_l {
	font-size: 24px;
	font-weight: 450;
	color: white;
}

.paragraph_diensten_l {
	font-size: 20px;
	font-weight: 300;
	color: white;
	width: 541px;
	line-height: 25px;
}

.list_diensten_l {
	line-height: 25px;
	font-size: 20px;
	font-weight: 300;
	color: white;
	width: 541px;
}

.fijn_block_diensten {
	height: 100%;
	background-color: white;
	display: flex;

}

.photo_fijn {
	margin-top: 80px;
	margin-left: 150px;
}

.img_fijn {
	width: 400px;
	border-radius: 20px;
	height: 533.3px;
}

.text_block_fijn {
	margin-left: 270px;
}

.block_header_r {
	font-size: 40px;
	color: black;
	font-weight: 500;
	padding: 36px 0 0 0px;
}

.fijn_block_line_diensten {
	height: 2px;
	width: 330px;
	background-color: #FF8000;
}

.span_diensten_r {
	font-size: 24px;
	font-weight: 450;
	color: black;
}

.paragraph_diensten_r {
	font-size: 20px;
	font-weight: 300;
	color: black;
	width: 585px;
	line-height: 25px;
}

.list_diensten_r {
	font-size: 20px;
	font-weight: 300;
	color: black;
	width: 585px;
	line-height: 25px;
}

.spack_block_diensten {
	height: 1430px;
	background: url("back.jpg") center no-repeat;
	background-size: 1600px;
	display: flex;
}

.text_block_spack {
	width: 586px;
	margin-left: 147px;
}

.spack_block_line_diensten {
	height: 2px;
	width: 330px;
	background-color: #FF8000;
}

.photo_spack {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 90px;
	row-gap: 100px;
}

.img_spack {
	height: 533.3px;
	width: 400px;
	border-radius: 20px;
}

.raap_block_diensten {
	height: 800px;
	background: white;
	display: flex;
}

.photo_raap {
	margin-top: 130px;
	margin-left: 150px;
}

.img_raap {
	width: 400px;
	border-radius: 20px;
}

.text_block_raap {
	margin-left: 270px;
	width: 583px;
}

.raap_block_line_diensten {
	height: 2px;
	width: 210px;
	background-color: #FF8000;
}

.guarentee_diensten {
	height: 380px;
	background: url("bac.png");
}

.guarentee_diensten {
	display: flex;
	justify-content: center;
}

.guarentee_block {
	width: 1170px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 56px;
}

.guarentee {
	height: 200px;
	width: 210px;
	background: #FF8000;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
}

.check {
	height: 27px;
	width: 27px;
	margin: 16px 0 0 14px;
}

.guarentee_header {
	margin: 22px 0 0 10px;
	font-size: 15px;
	font-weight: 500;
}

._first {
	margin: 22px 0 0 2px;
}

.guarentee_paragrapg {
	margin-top: -70px;
	padding-left: 9px;
	font-weight: 300;
	font-size: 17px;
}

@media(max-width: 1405px) {
	.text_block_fijn {
		margin-left: 100px;
	}

	.text_block_raap {
		margin-left: 100px;
	}
}

@media(max-width: 1235px) {
	.text_block_trad {
		margin-left: 50px;
	}

	.photo_fijn {
		margin-left: 50px;
	}

	.text_block_spack {
		margin-left: 50px;

	}

	.photo_raap {
		margin-left: 50px;
	}
}

@media(max-width: 1140px) {
	.text_block_trad {
		margin-left: 70px;
	}

	.text_block_fijn {
		margin-left: 60px;
	}

	.photo_spack {
		margin-left: 20px;
	}

	.text_block_raap {
		margin-left: 60px;
	}

	.paragraph_diensten_r {
		width: 450px;
	}

	.list_diensten_r {
		width: 450px;
	}

	.raap_block_diensten {
		height: 100%;
	}

	.photo_block_trad {
		margin-left: -80px;
	}
}

@media(max-width: 1056px) {
	.traditioneel_block_diensten {
		flex-wrap: wrap;
		background-size: 1800px;
		justify-content: center;

	}

	.fijn_block_diensten {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
	}

	.text_block_fijn {
		width: 600px;
	}

	.spack_block_diensten {
		flex-wrap: wrap;
		background-size: 2700px;
		height: 100%;
		justify-content: center;

	}

	.raap_block_diensten {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;

	}

	.text_block_trad {
		width: 100%;

	}

	.paragraph_diensten_l {
		width: 100%;
		margin-left: -50px;
	}

	.block_header_l {
		width: 100%;
		margin-left: -50px;
	}

	.traditioneel_line_diensten {
		margin-left: -50px;
	}

	.span_diensten_l {
		margin-left: -50px;
	}

	.list_diensten_l {
		margin-left: -50px;
	}

	.spack_block_line_diensten {
		margin-left: -50px;
	}

	.text_block_spack {
		width: 100%;
		margin-left: 70px;
	}

	.photo_block_trad {
		margin-right: 30px;

	}

	.photo_spack {
		margin-top: 40px;
		margin-bottom: 40px;
		row-gap: 30px;
	}

	.text_block_fijn {
		width: 100%;
	}

	.paragraph_diensten_r {
		width: 100%;
		margin-left: -40px;
		padding-right: 30px;

	}

	.block_header_r {
		width: 100%;
		margin-left: -40px;
		padding-right: 40px;
	}

	.fijn_block_line_diensten {
		margin-left: -40px;


	}

	.span_diensten_r {
		width: 100%;
		margin-left: -40px;
		padding-right: 60px;

	}

	.list_diensten_r {
		width: 100%;
		margin-left: -40px;
		padding-right: 30px;
	}

	.photo_fijn {
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
	}

	.img_fijn {
		margin-left: -60px;
	}

	.raap_block_line_diensten {
		margin-left: -40px;
	}

	.text_block_raap {
		width: 100%;
	}

	.photo_raap {
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
	}

	.img_raap {
		margin-left: -60px;
	}

	.guarentee {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.guarentee_diensten {
		height: 100%;
	}
}

@media(max-width: 530px) {
	.block_header_diensten {
		font-size: 80px;
	}

	.block_line_diensten {
		width: 400px;
	}

	.text_block_trad {
		padding-left: 30px;
		padding-right: 30px;
	}

	.block_header_l {
		font-size: 35px;
	}

	.span_diensten_l {
		font-size: 20px;
	}

	.paragraph_diensten_l {
		font-size: 18px;
	}

	.list_diensten_l {
		font-size: 18px;

	}

	.traditioneel_line_diensten {
		width: 390px;
	}


	.text_block_spack {
		padding-left: 30px;
		padding-right: 30px;
	}

	.block_header_l {
		font-size: 35px;
	}

	.span_diensten_l {
		font-size: 20px;
	}

	.paragraph_diensten_l {
		font-size: 18px;
	}

	.list_diensten_l {
		font-size: 18px;

	}

	.spack_block_line_diensten {
		width: 290px;
	}

	.block_header_r {
		font-size: 35px;
	}

	.span_diensten_r {
		font-size: 20px;
	}

	.paragraph_diensten_r {
		font-size: 18px;
	}

	.list_diensten_r {
		font-size: 18px;

	}
}

@media(max-width: 477px) {
	.block_header_r {
		font-size: 33px;
	}

	.span_diensten_r {
		font-size: 19px;
	}

	.paragraph_diensten_r {
		font-size: 16px;
	}

	.list_diensten_r {
		font-size: 16px;
	}

	.block_header_l {
		font-size: 33px;
	}

	.span_diensten_l {
		font-size: 19px;
	}

	.paragraph_diensten_l {
		font-size: 16px;
	}

	.list_diensten_l {
		font-size: 16px;
		padding-right: 150px;
	}

	.spack_block_diensten {
		background-size: 3000px;
	}

	.img_block_trad {
		margin-right: 16px;
	}

	.img_spack {
		margin-right: 20px;

	}

	.traditioneel_line_diensten {
		width: 365px;
	}

	.fijn_block_line_diensten {
		width: 275px;
	}

	.spack_block_line_diensten {
		width: 270px;

	}

	.raap_block_line_diensten {
		width: 170px;
	}
}

@media(max-width: 421px) {
	.block_header_diensten {
		font-size: 70px;
	}

	.block_line_diensten {
		width: 330px;
	}

	.traditioneel_line_diensten {
		width: 330px;
	}

	.block_header_l {
		font-size: 30px;
	}

	.block_header_r {
		font-size: 30px;
	}

	.fijn_block_line_diensten {
		width: 250px;
	}

	.spack_block_line_diensten {
		width: 247px;
	}

	.raap_block_line_diensten {
		width: 155px;
	}

	.img_block_trad {
		width: 300px;
	}

	.img_fijn {
		width: 300px;
	}

	.img_spack {
		width: 300px;

	}

	.img_raap {
		width: 300px;
	}

	.list_diensten_l {
		padding-right: 200px;
	}
	.span_diensten_l {
  		font-size: 19px;
  		width: 370px;
  		display: inline-block;
	}
	.span_diensten_r {
  		font-size: 19px;
  		width: 370px;
  		display: inline-block;
	}

}