@charset "UTF-8";
/* CSS Document */

/* -----------------------ALGEMEEN----------------------- */

	/* tekst */
		body {
			font-family: "Montserrat", serif;
			width: 99.99%;
			margin: auto;
		}

		body a {
			color: black;
		}

	/* header navigation */
		#navigation {
			padding-right: 3%;
			padding-top: 1%;
		}

		li {
			display: inline;
			padding: 0.5em;
		}

	/* footer */
		#footer {
			background-color: #9E9E9E;
			height: 100px;
			display: grid; 
			justify-items: flex-start;
			align-items: flex-end;
			grid-template-rows: 1;
			grid-template-columns: 2;
			align-content: center;	
			justify-content: center;
		}

		#footericon {
			display: grid;
			justify-self: center;
			grid-row: 1;
			grid-column: 1;
			padding-bottom: 30%;
			padding-right: 30px;
		}

		#footericon img{
			height: 20px;
		}

		#footertekst {
			display: grid;
			text-align: center;
			grid-row: 1;
			grid-column: 2;
		}

	/* skip navigation link */
		.skipnavlink{
			position: absolute;
			left: -1000px;
			top: -1000px;
			overflow: hidden;
			font-size: 0;
		}

	/* extra */
		html {
			scroll-behavior: smooth;
		}



/* -----------------------HOMEPAGE----------------------- */

	/* naam & foto */
		.hpcontainertitel {
		display: grid;
		height: 500px;
		grid-template-rows: 1;
		grid-template-columns: 1;
		justify-items: flex-start;
		align-items: flex-end;
		}


		#hpnaam {
			display: grid;
			justify-self: center;
			align-self: center;
		}



		#hpprofilepicture{
			display: grid;
			justify-self: center; 
			align-self: center;
		}


	/* contact button */
		.hpcontactbutton {
			text-align: center;
			display:inline-block;
			transition-duration: 0.5s;
			cursor: pointer;
			background-color: white;
			border-radius: 100px;
			color: black; 
			border: 2px solid grey;
		}

		.hpcontactbutton a {
			text-decoration: none;
		}

		.hpcontactbutton:hover {
			background-color: grey;
			color: white;
		}
		

	/* contact button */
		.icon1 {
			text-align: center;
			display:inline-block;
			transition-duration: 0.5s;
			cursor: pointer;
			background-color: white;
			border-radius: 100px;
			color: black; 
			border: 2px solid grey;
		}

		.icon1:hover {
			background-color: grey;
			color: white;
		}


	/* waar ben je naar opzoek */
		.opzoeknaar {
			background-color: #efefef;
			height: 100px;
			position: relative;
			text-align: center;
			padding-top: 20px
			}


		.containeropzoekicons {
			background-color: #efefef;
			display: grid;
			grid-template-rows: 1;
			grid-template-columns: 2;
			}


		#icon1{
			display: grid;
			justify-self: center; 
			align-self: center;
			text-align: center;
		}

		#icon2{
			display: grid;
			justify-self: center; 
			align-self: center;
			text-align: center;
		}

		#icon1:hover img{
			transform: scale(1.1);
		}


		#icon2:hover img{
			transform: scale(1.1);
		}


	/* recente projecten */

		#hprecenteprojecten {
			text-align: center;
			margin-top: 30px;
		}

		.hpproject1:hover {
			transform: scale(1.1)
		}

		.hpproject2:hover {
			transform: scale(1.1)
		}

		.hpproject3:hover {
			transform: scale(1.1)
		}


		.hpcontainerrecent {
			display: grid;
			grid-template-rows: 3;
			grid-template-columns: 1;
			justify-items: flex-start;
			align-items: flex-end;
			width: 100%;
			justify-content: center;
			margin: 1%;
			}

		.hpcontainerrecent img {
			height: 300px;
		}

		.hpimgrecent1{
			display: grid;
			justify-self: center; 
			align-self: center;
			text-align: center;
			background-color: #efefef;
			padding: 20px 20px;
			margin: 10px;

		}
	
		.hpimgrecent2{
			display: grid;
			justify-self: center; 
			align-self: center;
			text-align: center;
			background-color: #efefef;
			padding: 20px 20px;
			margin: 10px;
		}

		.hpimgrecent3{
			display: grid;
			justify-self: center; 
			align-self: center;
			text-align: center;
			background-color: #efefef;
			padding: 20px 20px;
			margin: 10px;
		}










/* -----------------------CV----------------------- */

	/* naam en profiel */
		.cvlinks {
			text-align: center;
			background-color:#efefef;
			float:right;
			height:100%;
			position:fixed;
			width:33.33%;
		}

		.cvnaam {
			height:330px;
			margin: auto;
			padding-top:50%;
			width:100%;
		}

	/* tekst */
		.cvrechts {
		display: grid;
		float:right;
		height:100%;
		position:relative;
		width:66.66%;
		}

		.cvtekstrechts {
			margin:0 auto;
			max-width:600px;
			padding:80px;
		}

		.cvwerkervaring {
			padding-bottom: 50px;
		}

		.cvopleidingdiploma {
			padding-bottom: 50px;
		}

		.cvvrijetijd {
			padding-top: 50px;
		}


		.cvinteresses li {
			background-color: lightgray; 
			border-radius:5px;
			color: black;
			display:inline-block;
			margin:15px;
			padding:10px;
		}

		ul {
			margin-left: -55px
		}

/* -----------------------OVERZICHT MIJN WERK----------------------- */

		.mijnwerk {
			margin-left: 100px
		}

		.overzichttekst {
			display: grid; 
			justify-items: flex-start;
			align-items: flex-end;
			grid-template-rows: 10;
			grid-template-columns: 1;
			margin-left: 150px;
			color: black;
			padding-bottom: 30px;
		}


		.overzichttekst a {
			text-decoration: none;
		}

			.project10 :hover {
			color: #7BB5E9;
		}	

			.project09 :hover {
			color: #A70000;
		}	

			.project08 :hover {
			color: #24812A;
		}	

			.project07 :hover {
			color: #FF00C3;
		}	

			.project06 :hover {
			color: #B32EFF;
		}	

			.project05 :hover {
			color: #3B86F8;
		}	

			.project04 :hover {
			color: #62D441;
		}	

			.project03 :hover {
			color: #E7F005;
		}	

			.project02 :hover {
			color: #FF7600;
		}	

			.project01 :hover {
			color: #FF0000;
		}	

	/* -----------------------CONTACTFORMULLIER BEGIN ----------------------- */

		form {
			max-width:420px; margin:50px auto;
		}

		legend {
			border: thick
		}

		.naam, .telefoon, .postcode, .plaats, .tijd, .pdf, .opmerking, .email, .versturen, .reden {
			font-family: Montserrat;
			font-weight:500;
			font-size: 18px;
			border-radius: 5px;
			line-height: 22px;
			background-color: transparent;
			border:2px solid #C71B6C;
			transition: all 0.3s;
			padding: 13px;
			margin-bottom: 15px;
			width:100%;
			box-sizing: border-box;
			outline:0;
			color: grey;
		}

		.versturen{
		  font-family: Montserrat;
		  width: 100%;
		  background:#C71B6C;
		  border-radius:5px;
		  border:0;
		  cursor:pointer;
		  color:white;
		  font-size:24px;
		  padding-top:10px;
		  padding-bottom:10px;
		  transition: all 0.3s;
		  font-weight:700;
		}

		.containerstraat {
			display: grid;
			grid-template-columns: 70% 46.5%;
			grid-template-rows: 1;
			width: 100%;
			grid-gap: 2%

		}

		.straat {
			font-family: Montserrat;
			font-weight:500;
			font-size: 18px;
			border-radius: 5px;
			line-height: 22px;
			background-color: transparent;
			border:2px solid #C71B6C;
			transition: all 0.3s;
			padding: 13px;
			margin-bottom: 15px;
			width:100%;
			box-sizing: border-box;
			outline:0;
			color: grey;
			grid-column: 1;
	}
		.nummer {
			font-family: Montserrat;
			font-weight:500;
			font-size: 18px;
			border-radius: 5px;
			line-height: 22px;
			background-color: transparent;
			border:2px solid #C71B6C;
			transition: all 0.3s;
			padding: 13px;
			margin-bottom: 15px;
			width:60%;
			box-sizing: border-box;
			outline:0;
			color: grey;
			grid-column: 2;
	}

		.versturen:hover { background:#E54691; }


	/* -----------------------CONTACTFORMULLIER EIND ----------------------- */


		.containercontactformeind {
			font-family: Montserrat;
			width: 99.99%;
			margin: auto;
			max-width:420px; 
			text-align: center;
			margin-top: 100px
	}
		.terugnaarhome {
			font-family: Montserrat;
			padding: 5px 15px;
			text-align: center;
			display:inline-block;
			transition-duration: 0.5s;
			cursor: pointer;
			background-color: white;
			border-radius: 100px;
			color: black; 
			border: 2px solid grey;
	}

			.terugnaarhome a {
				text-decoration: none;
				color: black;
			}

		.terugnaarhome:hover {
			background-color: grey;
			color: white;
	}

/* ------------------------------------MEDIA------------------------------------ */
	/* -----------------------HOMEPAGE----------------------- */


@media screen and (min-width: 1000px) {
			.hpcontainerrecent {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
		}
			.hpcontainerrecent {
			justify-items: flex-start;
			align-items: flex-end;
			grid-template-rows: 1;
			grid-template-columns: 3;
			align-content: center;	
			justify-content: center;
		}
	
		.hpimgrecent1, .hpimgrecent2, .hpimgrecent3 {
			display: grid;
			justify-self: center;
			align-self: center;
		}
	
}



@media screen and (min-width: 600px) {
		body { 
			font-size:16px;
		}
		
		.hpcontainertitel {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
		}
		.containeropzoekicons {
			display: grid;
			grid-template-columns: repeat(2, 1fr);

		}

		
			

	/* naam & foto */

		.hpcontainertitel {
			display: grid;
			height: 500px;
			grid-template-rows: 1;
			grid-template-columns: 2;
			justify-items: flex-start;
			align-items: flex-end;
		}


		#hpnaam {
			display: grid;
			justify-self: center;
			align-self: center;
		}



		#hpprofilepicture{
			display: grid;
			justify-self: center; 
			align-self: center;
		}

	/* waar ben je naar opzoek */
		.opzoeknaar {
			padding-top: 20px
			}


		.containeropzoekicons {
			grid-template-rows: 1;
			grid-template-columns: 2;
			}

		#icon1{
			padding-left: 50%;
		}

		#icon2{
			padding-right: 50%;
		}
		
		#hpnaam {
			padding-left: 50%;
		}
		
		#hpprofilepicture {
			padding-right: 50%; 
		}
		

		
/* -----------------------OVERZICHT MIJN WERK----------------------- */
		.overzichttekst {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
		}
}


/* -----------------------CV----------------------- */

	@media screen and (max-width: 600px) {
			.cvrechts,.cvlinks {
				position:relative;
				width:100%;
			}
			.cvprofielfotolinks {
				transform: scale(1.3);
			}

			.cvnaam {
				padding-bottom: 50%;
			}
		}
