@import url('https://fonts.googleapis.com/css?family=Comfortaa|Open+Sans:300,400,600,700');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

/* ========== header and navbar styling =========*/

header {
	width: 100%;
	padding: 10px 40px;
	border-bottom: 1px solid #E5E5E5;
	background-color: white;
	position: fixed;
	top: 0;
	transition: all 0.25s ease;
	z-index: 3;
}

.header-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1rem;
}

.logo_head, .vlag_head {
	width: auto;
	height: 80px;
	margin-bottom: 0;
}

.header-text {
	flex: 1 1 auto;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.header-text { font-size: 2rem; }
	.logo_head, .vlag_head { height: 65px; }
}
@media (max-width: 900px) {
	.header-text { font-size: 1.5rem; }
	.logo_head, .vlag_head { height: 50px; }
}
@media (max-width: 600px) {
	.header-text { font-size: 1.1rem; }
	.logo_head, .vlag_head { height: 40px; }
}
@media (max-width: 400px) {
	.header-text { font-size: 0.9rem; }
	.logo_head, .vlag_head { height: 30px; }
}

header h1 { margin: 0; }

.header-text-img { text-align: center; padding-right: 10px; }

@media (max-width: 330px) {
	header img {
		display: none;
	}
}

header h1 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #101920;
	margin-left: 185px;
}

@media (max-width: 600px) {
	h1 {
		display: none;
	}
}

header .user-details span {
	margin-left: 20px;
	font-size: 1.2rem;
	color: #828282;
	padding: 0 15px 10px 15px;
}

header .user-details span:hover {
	color: #101920;
	border-bottom: 2px solid #101920;
	cursor: pointer;
}

nav {
	padding: 15px 15px 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

@media (max-width: 600px) {
	nav ul {
		margin: unset;
		display: unset;
		position: relative;
		right: 30px;
	}
}

nav li {
	list-style-type: none;
}

nav li a {
	margin: 0 15px;
	padding: 10px 5px 15px 5px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 0.8rem;
}

nav li a:hover {
	color: #007FFF;
	border-bottom: 2px solid #007FFF;
}




nav button:hover {
	cursor: pointer;
}

@keyframes buttonEffect {
	0% {
		width: 0px;
	}
	100% {
		width: 100%;
	}
}

@keyframes buttonEffectRemoval {
	0% {
		width: 100%;
	}
	100% {
		width: 0px;
	}
}

@media (max-width: 1000px) {
	nav li a {
		padding-bottom: 0px;
	}
}

/* ========== main body styling =========*/

.main {
	text-align: center;
}

.block {
	padding: 50px;
	/*padding top needed for navbar links */
	padding-top: 50px;
}

.slogan{
	padding-top: 100px;
	font-family:'Times New Roman', Times, serif;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 30px;
	background: linear-gradient(to right, green 50% ,red 50%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block1-vid{
	width: 50% !important;
	max-width: 800px;
	margin-bottom: 220px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

@media (max-width: 780px) {
	.block:not(.one):not(.two) {
		text-align: left;
	}
	.d4 {
		text-align: center;
	}
}

.d1:nth-of-type(odd), .d2:nth-of-type(odd) {
	background: linear-gradient(to right, #007FFF, black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d1:nth-of-type(even), .d2:nth-of-type(even) {
	background: linear-gradient(to right, green 50% ,red 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d1 {
	font-family: 'Comfortaa', cursive;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 30px;
}

.d2 {
	font-family: 'Comfortaa', cursive;
	font-size: 3.5rem;
	font-weight: 700;
	padding: 13px 0;
}

.d3 {
	font-size: 1.2rem;
	color: #676767;
}

.d4 {
	margin: 40px auto;
	width: 135px;
	font-size: 1.3rem;
	padding: 0 10px;
	border-bottom: 2px solid #101920;
	transition: 0.2s all ease-in;
	position: relative;
	z-index: 2;
}

.d4:hover {
	width: 150px;
	color: #EB0028;
	padding: 0 10px;
	border-bottom: 2px solid #EB0028;
}

.one .d2:first-child {
	margin-top: 200px;
	padding-bottom: 0;
	font-size: 3.5rem;
  font-weight: 400;
  -webkit-text-fill-color: black;
}

.one .d2:nth-child(2) {
	font-size: 4rem;
  font-weight: 600;
  -webkit-text-fill-color: black;
}

.one .d3 {
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 20vh;
}

.diensten{
	list-style-type: none;
}

.d5{
	font-size: 1.2rem;
	color: #676767;
}
/* ========== images ========= */

main > img {
	display: block;
	margin: 60px auto;
}

img[alt="phone1"] {
	width: 40%;
}

/* */
.two {
	position: relative;
	top: -20vh;
	padding: 0;
	display: flex;
	height: 65vh;
	transform-origin: left;
	transform: skewY(-3.5deg);
	overflow: hidden;
}

.two .fa-play {
	font-size: 2rem;
	color: white;
	margin-top: 30vh;
	transition: all 0.5s ease
}


.two > button > img {
	width: 50vw;
	visibility: hidden;
}

.two button {
	/*remove default styling*/
	/*outline: none;*/
	border: none;
	box-shadow: none;

	transform: skewY(3.5deg);
	transform-origin: right;
	height: 100vh;
	transition: all 0.5s ease;
}

.two > button:first-child {
	background: url('/resources/picture/img1.jpg');
	background-size: 50vw;
	background-position: left 5vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.two > button:last-child {
	background: url('/resources/picture/img2.jpg');
	background-size: 50vw;
	background-position: right 5vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.two button:hover {
	background-blend-mode: hard-light;
	cursor: pointer;
}

.two button:first-child:hover {
	background-color: #C6B27B;
}

.two button:last-child:hover {
	background-color: #59abfc;
}

@media (max-width: 900px) {
	.two > button:first-child,
	.two > button:last-child {
		background-size: 80vw;
	}
}

@media (max-width: 500px) {
	.two > button:first-child,
	.two > button:last-child {
		background-size: 130vw;
	}
}

/* ========== modal styling =========*/

#modal {
	position: fixed;
	background-color: rgba(0,0,0,1);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	transition: all 0.5s ease;
	opacity: 0;
	display: none;
}

#modal span {
	font-size: 40px;
	color: white;
	float: right;
	padding: 10px 20px 0 20px;
	display: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

#modal span:hover {
	color: #EB0028;
}

#modal .video-wrapper {
	clear: right;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio; */
	height: 0;
	display: none;
}

#modal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
	margin-left: 15vw;
}

/* ========== more images =========*/

img[alt="img3"] {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#block4 img[alt="img4"],
#block5 img[alt="img5"]{
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#block6 img[alt="img6"],
#block8 img[alt="img8"],
#block9 img[alt="img9"] {
	width: 50%;
	visibility: hidden;
	height: 120vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#block4 {
	background-size: 80vh;
	background-attachment: scroll;
	background-position: center 25vh;
	z-index: 1;
}

#block5 {
	background-size: 80vh;
	background-attachment: scroll;
	background-position: center 25vh;
	z-index: 1;
}

#block6 {
	background: url('/resources/picture/img6.jpg');
	background-size: 100vw;
	background-attachment: fixed;
	background-position-y: -10vh;
}

#block8 {
	background: url('/resources/picture/img8.jpg');
	background-size: 120vw;
	background-attachment: fixed;
	background-position: center;
}

#block9 {
	background: url('/resources/picture/img9.JPG');
	background-size: 100vw;
	background-attachment: scroll;
	background-position: center;
	margin-bottom: 20vh;
}

#block4, 
#block5,
#block6, 
#block8,
#block9 {
	background-color: #000080;	
	background-repeat: no-repeat;
	position: relative;
}

.grid-container{
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 20px;
	}


.grid-werkenbij{
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 20px;
	row-gap: 10px;
}


@media (max-width: 768px) {
	#block9 {
		background-size: 200vw;
	}
}

@media (max-width: 425px) {
	#block4, #block5 {
		background-size: 50vw;
	}
	#block6 { 
		background-size: 170vw; 
	}
	#block8 {
		background-size: 230vw;
	}
}

@media (max-width: 375px) {
	#block9 img[src="resources\picture\img9.JPG"] {
	height: 100vh
	}
}

/* ========== skewed borders effect =========*/

#block4:before, #block4:after,
#block5:before, #block5:after,
#block6:before, #block6:after,
#block8:before, #block8:after, 
#block9:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 20vh;
	background: white;
	transform: skewY(-3.5deg);
}

#block4:before, 
#block5:before,
#block6:before,
#block8:before,
#block9:before {
 	top: 0;
	transform-origin: bottom left;
 }

#block4:after, 
#block5:after,
#block6:after,
#block8:after {
	bottom: 0;
	transform-origin: top right;
}


#block7 {
	margin: 15vh auto;
	width: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-direction: wrap;
}

#block7 img[alt="img7a"]{
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#block7 img[alt="img7b"]{
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#block7 img[alt="img7c"]{
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#block7 img {
	position: relative;
}

#block7 img:nth-of-type(1) {
	margin-top: 260px;
}

#block7 img:nth-of-type(2) {
	margin-top: 160px;
}

#block7 img:nth-of-type(3) {
	margin-top: 60px;
}

/* ========== fading in animtions =========*/
/*animation names are set using JS */

.block:not(.two) {
	position: relative;
	top: -45px;
	z-index: 2;
	
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	visibility: hidden;
}

#block7 img {
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	visibility: hidden;
}

#block7 img:nth-child(1) {
	animation-delay: 200ms;
	animation-duration: 800ms;
}

#block7 img:nth-child(2) {
	animation-delay: 100ms;
	animation-duration: 900ms;
}

#block7 img:nth-child(3) {
	animation-delay: 0;
	animation-duration: 1000ms;
}

@keyframes fade-in-a {
	0% {
		top: 35px;
		opacity: 0.1;
	}
		100% {
		visibility: unset;
		top: 0px;
		opacity: 1;
	}
}

#block4, #block5 {
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	visibility: hidden;
}

@keyframes fade-in-b {
	0% {
		background-position: center 35vh;
		opacity: 0.1;
	}
		100% {
		visibility: unset;
		background-position: center 25vh;
		opacity: 1;
	}
}

/* ========== footer =========*/

footer {
	border-top: 2px solid #E5E5E5;
	display: flex;
	flex-wrap: wrap;
	color: #828282;
	justify-content: space-between;
	margin: 5vh 0;
}

.contact, .bottom {
	width: 100%;
	padding: 40px 20px 0 20px;
}

.contact {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.contact p, 
.contact button {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.contact p {
	margin-bottom: 20px;
}

.contact form, 
.contact .social-media {
	flex: 1 400px;
	margin-bottom: 40px;
}

.contact input[type="email"] {
	width: 250px;
	height: 40px;
	font-size: 1rem;
	text-indent: 5px;
	box-shadow: none;
  
  -webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.contact button {
	width: 110px;
	height: 40px;
	font-size: 0.9rem;
	background-color: #00C4ED;
	color: white;
	transition: all 0.3s ease;
	border: 0;
	outline: none;
	box-shadow: none;
	border-radius: 2px;
	position: relative;
	z-index: 1;
}

.contact button span {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #00A7CA;
	height: 100%;
	z-index: -1;

	/*animation-name: buttonEffect or buttonEffectRemoval // set using javascript;*/
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.contact button:hover {
	/*background-color: #00A7CA;*/
	cursor: pointer;
}

@media (max-width: 425px) {
	.contact button {
		margin-top: 10px;
	}
}

.contact .social-media i {
	font-size: 2rem;
	padding: 0px 20px;
	color: #828282;
	transition: all 0.3s ease;
}

.contact .social-media i:hover {
	color: #EB0028;
	cursor: pointer;
}

.bottom {
	background-color: #F9F9F9;
}

.bottom .phone-number {
	color: #49B5D9
}

.bottom p {
	padding: 10px 0;
}

.bottom p:first-of-type {
	float: left;
}

.bottom p:last-of-type {
	float: right;
}

.bottom hr {
	clear: both;
	margin: 20px 0;
	border-top: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
	.bottom p:first-of-type,
	.bottom p:last-of-type {
		float: initial;
	}
}

.bottom > span, 
.bottom > a {
	font-size: 0.8rem;
	margin-right: 20px;
}

/********************Over Ons*************************/
.over{
	height: 100%;
	background-color: #0056b3;
	background-image: linear-gradient(to bottom right, #0056b3, white);
}

.vissie{
	margin-top: 150px;
	padding-bottom: 20px;
}

.overhd{
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
}

.kernwaarden{
	border: 1px solid black;
	text-align: center;
	margin-left: 250px;
	margin-right: 250px;
}

.ontstaan{
	margin-top: 20px;
	text-align: center;
}

.doelstelling{
	padding-left: 10px;
	border: 1px solid black;
	width: 500px;
}

.werkgebied{
	margin-left: 60%;
	width: 500px;
	border: 1px solid black;
}

.coordinatie{
	text-align: center;
	margin-top: 20px;
}

.kust{
	margin-left: 20px;
}

ol{
	list-style-type: none;
}

ul{list-style-type: none;}
 /*******************Contact**************************/
 .anoniem{
	float: left;
	position: relative;
	width: 200px;
 	 height: 70px;
 	 background-color: rgb(255, 0, 0);
 	 border: 2px solid #000;
  	border-radius: 40px;
 	 margin-top: 30px;
	 font-family: 'Times New Roman', Times, serif;
 }

.anoniem:hover{
	color: rgb(255, 255, 255);
	background-color: #000000;
	border: 1px solid red;
}

 #fcf-form {
	display:block;
  }
  
  .fcf-body {
	margin: 0;
	font-family: -apple-system, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	max-width: 100%;
  }
  
  .fcf-form-group {
	margin-bottom: 1rem;
  }
  
  .fcf-input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
  }
  
  .fcf-form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	outline: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .fcf-form-control:focus {
	border: 1px solid #313131;
  }
  
  select.fcf-form-control[size], select.fcf-form-control[multiple] {
	height: auto;
  }
  
  textarea.fcf-form-control {
	font-family: -apple-system, Arial, sans-serif;
	height: auto;
  }
  
  label.fcf-label {
	display: inline-block;
	margin-bottom: 0.5rem;
  }
  
  .fcf-credit {
	padding-top: 10px;
	font-size: 0.9rem;
	color: #545b62;
  }
  
  .fcf-credit a {
	color: #545b62;
	text-decoration: underline;
  }
  
  .fcf-credit a:hover {
	color: #0056b3;
	text-decoration: underline;
  }
  
  .fcf-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.fcf-btn {
		transition: none;
	}
  }
  
  .fcf-btn:hover {
	color: #212529;
	text-decoration: none;
  }
  
  .fcf-btn:focus, .fcf-btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .fcf-btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
  }
  
  .fcf-btn-primary:hover {
	color: #fff;
	background-color: #9bca43;
	border-color: #0062cc;
  }
  
  .fcf-btn-primary:focus, .fcf-btn-primary.focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
  }
  
  .fcf-btn-block {
	display: block;
	width: 75%;
  }
  
  .fcf-btn-block+.fcf-btn-block {
	margin-top: 0.5rem;
  }
  
  input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
	width: 100%;
  }
  
  .contact-icons{
	margin-bottom: 10px;
	font-family: -apple-system, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	max-width: 100%;
  }
  
  .contact-icons img{
	width: 30px;
	margin: 0 12px;
	box-shadow: 0 0 20px 0 #7f7f7f3d;
	cursor: pointer;
	
	
  }

 /*******************Vacature**************************/
 .vacature{
	margin-top: 130px;
	box-sizing:border-box;
 }

 .vac:hover{
	color: #0062cc;
	text-decoration: underline;
	
 }

 .button_vacature{
	background-color: white ;
	color: #0056b3;
	margin-top: 2000px;
	font-size: 20px;
	font-weight: bolder;
	font-family: 'Times New Roman', Times, serif;
	padding-right: 2px;

 }

 .button_vacature:hover{
	background-color: #0056b3;
	color: white;
 }
/* Slideshow container */
.slideshow-container {
	max-width: 500px;
	width: 500px;
	height: 500px;
	position: relative;
	margin: auto;
	text-align: center;
	border: 1px solid black;
	background-color: red;
	background-image: linear-gradient(to bottom right, red, green);
  }
  
/* Hide the images by default*/ 
.mySlides {
	display: none;
  }
  
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: 10px;
	margin-right: -50px;
	margin-left: -300px;
	padding: 16px;
	color: #0056b3;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }

  /* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }

  /* Caption text */
.text {
	color: #020508;
	font-size: 15px;
	font-weight: bolder;
	font-family: 'Times New Roman', Times, serif;
	padding-top: 25%;
	width: 100%;
	text-align: center;
  }

  /* Number text (1/3 etc) */
.numbertext {
	color: #ff0630;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	text-align: center;

	top: 0;
  }

  /* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #0062cc;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
	background-color: #717171;
  }

  /* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }

  /*******************opleiding**************************/
 .opleiding{
	margin-top: 130px;
 }

 .opleiding-head{
	font-family:'Times New Roman', Times, serif;
	font-size: 1.5rem;
	font-weight: 700;
	background: linear-gradient(to right, green 10% ,red );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

 .opleiding-body{
	font-family: 'Times New Roman', Times, serif;
	font-size: 1rem;
	background: linear-gradient(to right, #0056b3 100%,#89cff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

 .grid-opleiding{
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 20px;
	row-gap: 10px;
 }

 .grid-opleiding2{
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 20px;
	row-gap: 10px;
 }

 .opleiding-center{
	text-align: center;
 }

 .opleiding-pic{
	width: 250px;
	border: 2px solid red;
	border-radius: 25px;
}

.opleiding-pic2{
	margin-left: 10px;
	margin-top: 30px;
	width: 400px;
	border-radius: 40%;
}


 /********************************************************Solicitatie page style*******************************************/

label {
      font-family: Arial, sans-serif;
      font-size: 14px;
	  margin-left: 20px;;
    }
   

.sol-frm-complete {
    /* Add your styles here */
}

.sol-head {
    text-align: center;
}

.sol-area {
    border: 1px solid green;
    margin: 20px auto;
    width: 100%;
    max-width: 1000px;
    box-shadow: 5px 10px #888888;
}

.input-head {
    text-align: center;
    padding-left: 5px;
    font-weight: bold;
}

.input-field {
	padding: 0.375rem 0.75rem;
	font-family: -apple-system, Arial, sans-serif;
	display: block;
    width: 75%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    border: 1px solid #888888;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 10%;
	
}

.input-field:hover{
    border: 1px solid #0056b3;
}

.upload-text{
    color: #888888;
}

/* ================== Responsive Design ================== */

/* Mobile (portrait smartphones, ≤480px) */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .sol-area {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .input-field {
    width: 95%;
    margin-left: auto;
  }

  header h1 {
    font-size: 1rem;
    margin-left: 0;
  }

  nav ul {
    flex-direction: column;
    text-align: center;
  }

  .block1-vid {
    width: 100%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  img[alt="img3"],
  #block4 img[alt="img4"],
  #block5 img[alt="img5"],
  #block6 img[alt="img6"],
  #block8 img[alt="img8"],
  #block9 img[alt="img9"] {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #block7 img[alt="img7a"],
  #block7 img[alt="img7b"],
  #block7 img[alt="img7c"] {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Tablet (landscape phones/tablets, 481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .sol-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .input-field {
    width: 90%;
    margin-left: auto;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block1-vid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  img[alt="img3"],
  #block4 img[alt="img4"],
  #block5 img[alt="img5"],
  #block6 img[alt="img6"],
  #block8 img[alt="img8"],
  #block9 img[alt="img9"] {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #block7 img[alt="img7a"],
  #block7 img[alt="img7b"],
  #block7 img[alt="img7c"] {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small Laptops (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  .sol-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .input-field {
    width: 85%;
    margin-left: auto;
  }

  .block1-vid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  img[alt="img3"],
  #block4 img[alt="img4"],
  #block5 img[alt="img5"],
  #block6 img[alt="img6"],
  #block8 img[alt="img8"],
  #block9 img[alt="img9"] {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #block7 img[alt="img7a"],
  #block7 img[alt="img7b"],
  #block7 img[alt="img7c"] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Desktop (1025px–1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
  body {
    font-size: 17px;
  }

  .sol-area {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .block1-vid {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  img[alt="img3"],
  #block4 img[alt="img4"],
  #block5 img[alt="img5"],
  #block6 img[alt="img6"],
  #block8 img[alt="img8"],
  #block9 img[alt="img9"] {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #block7 img[alt="img7a"],
  #block7 img[alt="img7b"],
  #block7 img[alt="img7c"] {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Large Desktops / TV screens (≥1441px) */
@media (min-width: 1441px) {
  body {
    font-size: 18px;
  }

  .sol-area {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .block1-vid {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  img[alt="img3"],
  #block4 img[alt="img4"],
  #block5 img[alt="img5"],
  #block6 img[alt="img6"],
  #block8 img[alt="img8"],
  #block9 img[alt="img9"] {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #block7 img[alt="img7a"],
  #block7 img[alt="img7b"],
  #block7 img[alt="img7c"] {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Remove old header h1 margin rules */
header h1 {
	margin: 0;
}

/* Responsive images and video for all main content */
.main img,
.main video,
#block1 video,
#block3 img,
#block4 img,
#block5 img,
#block6 img,
#block7 img,
#block8 img,
#block9 img,
.grid-container img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

/* For grid images, ensure aspect ratio is preserved and images fill their grid cell */
.grid-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* For video responsiveness */
.block1-vid {
	width: 100%;
	max-width: 800px; /* was 1000px, now a bit smaller */
	margin-bottom: 220px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

/* Remove fixed widths from previous rules for images in blocks */
img[alt="img3"],
#block4 img[alt="img4"],
#block5 img[alt="img5"],
#block6 img[alt="img6"],
#block8 img[alt="img8"],
#block9 img[alt="img9"] {
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

/* Responsive adjustments for all breakpoints */
@media (max-width: 768px) {
	.main img,
	.main video,
	#block1 video,
	#block3 img,
	#block4 img,
	#block5 img,
	#block6 img,
	#block7 img,
	#block8 img,
	#block9 img,
	.grid-container img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.block1-vid {
		width: 100%;
		max-width: 100%;
	}
}

/* Documentation:
   - All inline width attributes for images in index.html are removed.
   - All main content images and grid images are now styled responsively via CSS.
   - object-fit: contain/cover is used to preserve aspect ratio and fill containers.
   - .block1-vid video is also made responsive.
*/

/* Over ons section image (img3) */
#block3 img[alt="img3"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
}

/* Nieuws section images (img16, img17) - slightly larger, still responsive and centered */
.block.seven img[alt="Training"],
.block.seven img[alt="Smokel goederen"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Vacature folder pages styling */
.vacature-body {
    color: #fff !important;
    font-family: 'Times New Roman', Times, serif !important;
    padding-top: 150px; /* Adjusted for smaller header */
}

/* Smaller header images for Vacature pages and keep header text centered in one line */
.vacature-body .header-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
}

.vacature-body .logo_head,
.vacature-body .vlag_head {
    height: 35px !important;
    width: auto !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
}

.vacature-body .header-text {
    font-size: 1.3rem !important;
    padding: 0 5px !important;
    white-space: nowrap !important;
    flex: 1 1 auto !important;
    text-align: center !important;
    margin: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Only apply color/font to text elements in vacature-body */
.vacature-body, 
.vacature-body h1, 
.vacature-body h2, 
.vacature-body h3, 
.vacature-body h4, 
.vacature-body h5, 
.vacature-body h6, 
.vacature-body p, 
.vacature-body a, 
.vacature-body li, 
.vacature-body label, 
.vacature-body th, 
.vacature-body td, 
.vacature-body span, 
.vacature-body div {
	
	background-color: #218EE3 !important;
    color: #ffffff !important;
    font-family: 'Times New Roman', Times, serif !important;
}

/* Remove/neutralize conflicting styles for vacature elements */
.vac-head,
.vac1,
.vac-content,
.vac-content2,
.vac-content3,
.vacatureitem {
    color: inherit !important;
    background: none !important;
    font-family: inherit !important;
    /* Remove gradients and custom backgrounds */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

/* Vacature grid setup */
.vacature-body .vacature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 32px 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.vacature-body .vac-content,
.vacature-body .vac-content2,
.vacature-body .vac-content3 {
    background: #218EE3;
    border: 2px solid #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px 0 rgba(0,0,0,0.10);
    padding: 24px 18px;
    margin: 0;
    min-width: 0;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Responsive: stack on small screens */
@media (max-width: 900px) {
    .vacature-body .vacature-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Nieuws section grid images: force square aspect ratio and uniform size */
.nieuws-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.nieuws-grid .grid-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nieuws-grid .grid-item img {
	width: 100%;
	max-width: 220px;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Responsive: stack on small screens */
@media (max-width: 900px) {
	.nieuws-grid {
		grid-template-columns: 1fr;
	}
	.nieuws-grid .grid-item img {
		max-width: 100%;
	}
}
    color: #fff;
}
