/*
rood C01718 wordt oranje d99500
groen 52928C wordt blauw 3A6693
*/
.indexcat a,.indexcat a:hover,.indextotal a:hover {
	background-color: #ffffff;
}
.indexcat .title-bar {
	background-color: #ffffff;
	color: #3A6693;
	font-weight: bold;
	font-size: 16px;
}
.indexcat:hover .title-bar {
	color: #d99500;
	background-color:#ffffff;
}



.indexcat {
	width: 23%;
	margin-bottom: 10px;
	background-color: #ffffff;
	text-align: center;
	padding: 10px; /* Geeft ruimte om de inhoud heen */
	max-width: 350px; /* Maximaliseert de breedte van de container */
	margin: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6); /* Schaduw om de container */
	border-radius: 8px; /* Ronde hoeken voor een zachter effect */
	background-color: #fff; /* Achtergrondkleur, optioneel */
	position: relative; /* Zorgt ervoor dat het pseudo-element binnen de container blijft */
}

.indexcat:hover {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8); /* Schaduw om de container */
}

.indexcat img {
	max-width: 180px; /* Max breedte voor de afbeelding */
	height: auto; /* Zorgt ervoor dat de afbeelding proportioneel blijft */
	display: block; /* Voorkomt ongewenste ruimte onder de afbeelding */
	margin: 0 auto; /* Centreert de afbeelding horizontaal */
	padding-bottom: 10px;
}

.indexcat::before,.subcat::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%; /* Hoogte van de balk onderin */
	background-color: #d99500;
	border-radius: 0px 0px 8px 8px;
}
@media screen and (max-width: 1024px) {
	.indexcat {
		width: 46%;
	}
}
@media screen and (max-width: 480px) {
	.indexcat {
		display: block;
		width: 98%;
		padding: 2px;
		margin: 4px;
	}
}

.bgdark {
	background-color: #3A6693;
}
h3 {
	color: #3A6693;
}
.homeCol1-4 h2 a, .homeCol1-3 h2 a {
	color: #d99500;
}
.homeCol1-4 a, .homeCol1-3 a {
	color: #3A6693;
}
h1,h2 {
	color: #d99500;
}
.ResultaatTitel a {
	color: #d99500;
}
.ResultaatTotal {
	color: #3A6693;
}
.ResultaatOrg a {
	color: #3A6693;
}
.detailbuttons input {
	background-color: #3A6693;
}
.verderknop {
	background-color: #d99500;
}
.ResultaatTekstKop {
	background-color: #d99500;
}
.dbsContactPane {
    background-color: #3A6693;
}
.filteractive {
	font-weight: bold;
	color: #3A6693;
	text-decoration: none;
}

.homeUitleg {
    text-align: left;
    width: 99%;
}
.qrCol {
	width: 20%;
	float: left;
	padding: 10px;
}
@media screen and (max-width: 480px) {
	.qrCol {
		width: 45%;
	}
}
.textCol {
	width: 55%;
	float: left;
}
@media screen and (max-width: 480px) {
	.textCol {
		width: 98%;
	}
}

#readspeaker_button1 {
	float: right;
}

.catbanner {
	display: flex; /* Plaatst de items naast elkaar */
	align-items: center; /* Zorgt ervoor dat de items aan de bovenkant uitgelijnd worden */
	gap: 15px; /* Ruimte tussen de afbeelding en de titel */
}
.banner {
	padding: 3px 0px 3px 0px;
}
.catbanner img {
	max-height: 125px; /* Maximale breedte van de afbeelding, pas aan naar wens */
	height: auto; /* Zorgt ervoor dat de afbeelding proportioneel blijft */
}

.catbanner h2 {
	margin: 0; /* Verwijdert de standaard marge boven de titel */
	font-size: 45px; /* Pas het lettertype aan naar wens */
	line-height: 38px;
}
@media screen and (max-width: 480px) {
	.catbanner img { max-width: 125px; }
	.catbanner h2 { font-size: 30px; }
}
@media screen and (max-width: 340px) {
	.catbanner img { display: none; }
}

.masterBody .top { background-color: #ffffff!important; border-bottom: 1px solid #cccccc; }
.mainBody { background-color: #F6F5F0!important; }
.homeUitleg { color: #000033; }

.bgdark a { color: #076DA3; }

.masterBody { background-color: #F6F5F0; }
.zoektop { background-color: unset; }

#textfield {
	border-style: inset;
}
.subZoekPane h3 {
font-size: 18px;
font-weight: normal;
margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
margin: 7px 0px 5px 0px;
}
@media screen and (min-width: 800px) {
	.footerCol {
		width: 22%;
	}
}
@media screen and (max-width: 800px) {
	.footerCol {
		width: 45%;
		padding: 5px;
	}
}
@media screen and (max-width: 480px) {
	.footerCol {
		width: 90%;
		padding: 10px;
	}
}
.appdownload img {
	max-width: 200px;
}
