* {
	box-sizing: border-box;
}

div								{display:block;}
img								{border:0px;display:inline;max-width:100%;height:auto;}
td 								{empty-cells:show;}
table 							{border:0px;}
input {	border-radius: 0px;}

body {
	font-family: Arial, Tahome, Verdana, Helvetica;
	color: #000000;
	font-size: 12px;
	text-align: left;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #e7edef;
	line-height: 17px;
}
.topbar {
	width: 98%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	max-width: 1300px;
}

.header {
	width: 98%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	max-width: 1300px;
}
.bgdark{
	background-color: #114f61;
}
.bgdark a{
	color: #ffffff;
}
.top{
	background-color: #e7edef!important;
}
.logo-container {
    display: flex;
    /*justify-content: space-between;*/
	   align-items: flex-end; /* Logo's onderin de div uitlijnen */
    margin: 0 auto;
	width: 100%;
}
.loginboxOUD {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 14px;
}
.leessimpel {
	margin-top: -2px;
	float: right;
	margin-right: 10px;
}

.kwart {
	width: 25%;
}

.logo-container .kwart img {
    width: 85%;
	max-width: 275px;
    height: auto;
	float: left;
}
.searchbox {
	width: 80%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#textfield {
	width: 76%;
	height: 30px; /*was 48*/
	float: right;
	padding-right: 2%;
	padding-left: 2%;
	border-style: none;
}
@media only screen and (max-width: 800px) {
    .logo-container {
		display: block;
	}
	.kwart {
		width: 100%;
	}
	.hidden_sm {
		display: none;
	}
	.searchbox {
		float: left;
	}
	#textfield {
		float: left;
	}
	.hidden-xs {
		display: none;
	}
}

.btn_fp {
	background-color: #f8a11d !important;
	border: 1px solid #396693;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #000000 !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 15px;
}
.btn_fp:hover {
	background-color: #396693 !important;
	border: 1px solid #f8a11d;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
}
.btn_disk {
	background-color: #52928C !important;
	border: 1px solid #114F61;;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 15px;
}
.btn_disk:hover {
	background-color: #52928C !important;
	border: 1px solid #114F61;;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
}

.ulcategorie {
	list-style: none;
	padding: 0px;
	margin-left:15px;
}
.ulcategorie li  {
	margin: 0px;
	font-size: 14px;
}

#navigation {
	float: right;
}

.topbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px;
}
.loginbox {
	display: flex;
	align-items: center;
}
.google-translate-wrapper {
	margin-right: 10px;
}
@media screen and (max-width: 480px) {
	.google-translate-wrapper { margin-right: -10px;}
	.btn_fp { padding: 0px; }
	#google_translate_element { width: 180px!important; }
}





.indexcat {
	display: inline-block;
	position: relative;

}
.indexcat a {
	font-size: 17px;
	text-decoration: none;
}
.indexcat img {
	display: block;
	width: 100%;
	height: auto;
}
.indexcat .title-bar {
	background-color: #52928C;
	color: white;
	width: 100%;
	height: 30px;
	line-height: 19px;

	display: flex;
	align-items: center; /* Vertically center the text */
	justify-content: center; /* Horizontally center the text */
	text-align: center;
	padding: 0 5px; /* Add padding to avoid text touching the edges */
	box-sizing: border-box; /* Include padding in the height */
	transition: background-color 0.3s;
}
.indexcat:hover .title-bar {
	background-color: #C01718;
}

.subcat {
	width: 90%;
	margin-bottom: 10px;
	background-color: #ffffff;
	text-align: center;
	padding: 10px; /* Geeft ruimte om de inhoud heen */
	max-width: 300px; /* Maximaliseert de breedte van de container */
	margin: 3px;
	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 */
}
.subcat .title-bar {
	font-size: 17px;
}

.coalitielist {
	line-height: 22px;
}
.leeftijd-velden {
	display: flex;
	gap: 1rem;
	width: 100%;
}
.leeftijd-velden > div {
	flex: 1;
}
.leeftijd-velden input {
	width: 100%;
}
.subZoekPane .ts-wrapper {
	padding: 0px!important;
}
.ts-control .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f1f1f1;
	border-radius: 4px;
	padding: 4px 8px;
	margin-bottom: 5px;
	width: 100%;
}

.ts-control .item .remove {
	color: #333;
	text-decoration: none;
	margin-left: 8px;
	background: transparent;
	font-weight: bold;
	padding: 0 6px;
	cursor: pointer;
}

