.maincontent .index {
	width:95%;
}
.maincontent .index_img, 
.maincontent .index_desc, 
.maincontent .index_action { 
	float:left;
	/*border:1px solid red;*/
}

.maincontent .object {
	width:100%;
	padding:5px;
	/*border:10px solid red!important;*/
}

.maincontent .index_action a, 
.maincontent .index_action a:hover {
	padding:5px 10px;
	text-decoration: none;
}

/* Accessibility - Skiplinks: verborgen tot focus via Tab */
.skiplink a {
	position: absolute!important;
	top: -100%;
	left: calc(50vw - 100px);
	color: #000!important;
	font-weight:500;
	padding: 0.5rem 2.5rem;
	border-radius: 0 0 1rem 1rem;
	background: #fe7d01;
	z-index: 2000;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	}
	.skiplink a:focus {
		position: absolute!important;
		z-index: 2000;
		left: calc(50vw - 100px);
		top: 0px;
		clip: auto;
		clip-path: none;
		overflow: visible;
		white-space: normal;
		width: auto;
		height: auto;
		outline-color: transparent;
		color:#000!important;
		text-decoration:none!important;
		}

/* Accessibility - Focus */
.bootstrapfront .form-control:focus {
	border-color:#ccc!important;
	}
.bootstrapfront :focus-visible,
.bootstrapfront a:focus-visible,
.bootstrapfront .btn:focus-visible,
.bootstrapfront .form-control:focus-visible,
.bootstrapfront input[type="checkbox"]:focus-visible, 
.bootstrapfront input[type="radio"]:focus-visible
  {
	outline-color: transparent; /* Change outline color to transparent so it's invisible but still appears in Windows High Contrast Mode */
	outline-style: solid; /* Necessary to hide the default outline style in Edge since it has 2 tones. */
	box-shadow: 0 0 0 3px #F9F9F9,0 0 0 6px #193146;
	}
	.bootstrapfront .bootstrap-tagsinput.focus {
		outline-color: transparent!important;
		outline-style: solid!important;
		box-shadow: 0 0 0 3px #F9F9F9,0 0 0 6px #193146!important;
		}
	.bootstrapfront .bootstrap-tagsinput input:focus-visible {
		outline: none!important;
		box-shadow: none!important;
		}
	.bootstrapfront .customcheck input[type="checkbox"]:focus-visible {
		opacity:0;
		}
		.bootstrapfront .customcheck input[type="checkbox"]:focus-visible + .checkmark {
			outline-color: transparent;
			outline-style: solid;
			box-shadow: 0 0 0 3px #F9F9F9,0 0 0 6px #193146;
			}