
body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6, p, a, button {
	font-family: 'Poppins', sans-serif;
}

.vacature-container {
	max-width: 80%;
	margin: 20px auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 {
	font-size: 28px;
	color: #003368;
	margin-bottom: 10px;
	margin: 20px;
}

.vacature-details {
	display: flex;
	justify-content: space-between;
	background-color: #f0f2f5;
	padding: 20px;
	border-radius: 8px;
	margin: 20px;
}

.details-left {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.detail-item {
	min-width: 120px;
}

.detail-item span {
	display: block;
	color: #999;
	margin-bottom: 5px;
}

.detail-item strong {
	font-size: 16px;
	color: #003368;
}

.interest-button {
	background-color: #EE1938;
	color: white;
	border: none;
	height: auto;
	
	padding: 13px 20px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	align-self: center;
	justify-self: end;
}

.interest-button:hover {
	background-color: #EE1938;
	color: white;
	border: none;
	height: auto;
	
	padding: 13px 20px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	align-self: center;
	justify-self: end;
}

section {
	margin-bottom: 20px;
	margin-left: 20px;
}

h2 {
	font-size: 22px;
	color: #003368;
	margin-bottom: 10px;
	
}

.h2-bottom {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 10px;
}

p {
	font-size: 16px;
	color: #333;
	
}

.p-top {
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}

.p-bottom {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	margin-left: 10px;
	margin-right: 140px;
	margin-bottom: 25px;
}

.solliciteer-container {
	background-color: #EE1938;
	color: white;
	padding: 20px;
	border-radius: 8px;
	margin: 20px;
	margin-top: 50px;
}

.solliciteer-button {
	background-color: #AD7E33;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 10px;
}

.solliciteer-button:hover {
	background-color: #AD7E33;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 10px;
}

.footer-wrapper {
	position: relative;
	width: 100%;
	margin-left: -20px;
}


@media (max-width: 768px) {
	/* Algemeen */
	body {
		font-size: 14px; /* Verklein de basislettergrootte voor mobiel */
	}

	.vacature-container {
		max-width: 100%; /* Gebruik de volledige breedte op mobiel */
		padding: 15px; /* Verminder de padding voor mobiel */
		margin: 10px; /* Verminder de marge voor mobiel */
	}

	/* Koptekst */
	h1 {
		font-size: 22px; /* Verklein de koptekst voor mobiel */
		margin-bottom: 10px;
	}

	.p-top {
		font-size: 14px; /* Verklein de paragraaftekst voor mobiel */
		margin-bottom: 15px;
	}

	/* Details sectie */
	.vacature-details {
		flex-direction: column; /* Stapel de details onder elkaar op mobiel */
		padding: 15px; /* Verminder de padding voor mobiel */
	}

	.details-left {
		display: flex;
		flex-direction: column; /* Plaats de detail items onder elkaar op mobiel */
	}

	.detail-item {
		margin-bottom: 10px; /* Voeg extra ruimte toe tussen items op mobiel */
	}

	.interest-button {
		width: 50%; /* Maak de knop volledig breed op mobiel */
		margin-top: 20px; /* Voeg ruimte boven de knop toe */
		padding: 15px; /* Vergroot de klikbare oppervlakte */
		font-size: 16px; /* Verhoog de tekstgrootte voor betere leesbaarheid */
		text-align: center;
	}

	/* Secties */
	section {
		margin-bottom: 20px; /* Behoud marge tussen secties */
	}

	h2 {
		font-size: 20px; /* Verklein de subkopjes voor mobiel */
		margin-bottom: 10px;
	}

	p {
		font-size: 14px; /* Verklein de paragraaftekst voor mobiel */
	}

	/* Solliciteer sectie */
	.solliciteer-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.h2-bottom {
		font-size: 20px; /* Verklein de koptekst voor mobiel */
		margin-bottom: 10px;
	}

	.p-bottom {
		font-size: 14px;
		max-width: 80%; /* 2/3 van de breedte */
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.solliciteer-button {
		width: 100%; /* Maak de knop volledig breed voor mobiel */
		padding: 15px; /* Vergroot de klikbare oppervlakte */
		font-size: 16px; /* Verhoog de tekstgrootte */
		text-align: center; /* Centreer de tekst */
		margin: 0px;
		
	}
	
	
	
	
}
