@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loading.gif) center no-repeat #fff;
}
a.back-to-top {
	position: fixed;
	bottom: 0.3em;
	right: 0px;
	padding: 0.4em;
	display: none;
	background: url(images2016/arrow.png) no-repeat;
	width: 50px;
	height: 50px;
	z-index: 8;
	opacity: 0.9;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
		margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5 !important;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 28px;
	color: #000;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
h1 {
	font-size: 23px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	text-align:center;

}
a {
	color: #FF0000;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.form-style {
	max-width: 100%;
	margin-bottom: 25px;
	padding: 0;
}
.form-style label {
	display: block;
	font-size: 18px;
	font-family: 'Amaranth', sans-serif;
}
.form-style label > span {
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style span.required {
	color: red;
}
.form-style input[type=text], input[type=email] {
	width: 100%;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
.form-style input[type=text], .form-style input[type=email], .form-style input[type=number], .form-style input[type=file], .form-style textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
	font-size: 17px;
	border: 1px #e0e0e0 solid;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
}
.form-style select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
	font-size: 17px;
	border: 1px #e0e0e0 solid;
	width: fit-content;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
}
.input-datum {
	margin-top: 45px !important;
	display: block !important;
	;
	max-width: 220px;
}
.input-klein {
	display: block;
	max-width: 108px;
}
.left {
	margin-right: 10px;
	float: left;
}
.input-groter {
	display: block;
	max-width: 182px;
}

/*.form-style .form-style input[type=text]:focus, input[type=email]:focus, .form-style input[type=file]:focus, .form-style textarea:focus, .form-style select:focus{
    border: 1.5px solid #0C0;
}*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.form-style textarea {
	font-family: 'Open Sans', sans-serif;
	height: 180px;
	width: 100%;
}
.container-checkb {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 12px;
	cursor: pointer;
	float: left !important;
	width: auto;
	max-width: 400px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container-checkb:last-child {
	margin-right:0px;
}
/* Hide the browser's default checkbox */
.container-checkb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.clear-left {
	clear: both !important;
}
/* Create a custom checkbox */

/* On mouse-over, add a grey background color */
.container-checkb:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkb input:checked ~ .checkmark {
	background-color: #E0175E;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.container-checkb input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.container-checkb .checkmark:after {
	left: 7.3px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.radioinput {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 17px;
	background-color: #e5e5e5;
	border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.form-style button[type="submit"] {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	position: relative;
	-webkit-appearance: none;
	width: 170px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Consolas Bold';
	/* IE10+ */ 
	background-color: #999933;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	height: 55px;
	/* IE10+ */ 

	border: none;
	color: #FFF;
	border-radius: 8px;
	outline: 0;
	box-shadow: #888888;
	box-shadow: 3px 3px 5px rgba(58, 58, 58, 0.8);
	cursor: pointer;
	box-sizing : border-box;
}
.submit-icon {
	position: absolute;
	left: 14px;
	top: 20px;
	display: block;
	width: 21px;
	height: 20px;
	background: url(../images-2023/icons/verstuur-icon.png) no-repeat;
}
.form-style button[type="submit"]:hover {
	transform: scale(1.1);
	background-color: #333;
	text-decoration: none;
	opacity: 0.9;
}
.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-2 {
	padding: 20px;
}
#menu
{
	margin-left:20px;
}
.menu-icon {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 120px;
	cursor: pointer;
	position: absolute;
	transition: all .2s ease-in-out;
}
.menu-icon-2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 70px;
	cursor: pointer;
	position: absolute;
	transition: all .2s ease-in-out;
}
#uitloggen
{
	margin-right:20px;
	right:0;
	text-decoration:none !important;
}
#uitloggen:hover
{
	color:#FFF;
	text-decoration:none !important;
}
.uitloggen-icon {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 120px;
	cursor: pointer;
	position: absolute;
	transition: all .2s ease-in-out;
	color:#FFF;
}
.uitloggen-icon-2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 70px;
	cursor: pointer;
	position: absolute;
	transition: all .2s ease-in-out;
}
#main {
	transition: 0.9s;
}
.sidenav {
	height: 100%;
	width: 220px;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	margin-left:-220px;
	background-color: #333;
	overflow: hidden;
	display:inline-block;
	transition: 0.9s;
	padding-top: 120px;
}
.sidenav a {
	text-decoration: none;
	font-size: 18px;
	color: #ccc;
	position: relative;
	transition: 0.s;
	display:table;
	width:fit-content;
	line-height: 35px;
	margin-bottom: 10px;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.nav-ding
{
	display:inline-block;
}
.sidenav .closebtn {
	position: absolute;
	top: 45px;
	left: -35px;
	font-size: 40px;
	margin-left: 50px;
}
.sidenav-icon {

	float: left;
	width: 35px;
	height: 35px;
display: inline-block !important;
	margin-right: 15px;
	margin-left: 15px;
}
.sidenav-icon img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block !important;
}

.header {
	width: 100%;
	height: 120px;
	background: #002154;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	transition: height .2s, background .2s;
	z-index: 2;
	margin: 0;
	-webkit-box-shadow: 0px 0px 3px 1px #B3B3B3;
	-moz-box-shadow: 0px 0px 3px 1px #B3B3B3;
	box-shadow: 0px 0px 3px 1px #B3B3B3;
}
.header.tiny {
	height: 70px;
	background: #002154;
		-webkit-box-shadow: 0px 0px 3px 1px #B3B3B3;
	-moz-box-shadow: 0px 0px 3px 1px #B3B3B3;
	box-shadow: 0px 0px 3px 1px #B3B3B3;
}
.logo-top-groot {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 280px;
	height: auto;
	display: block;
	transition: all .2s ease-in-out;
}
.logo-top-klein {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 145px;
	height: auto;
	display: block;
	transition: all .2s ease-in-out;
}
.container_header_center {
	margin-top: 8px;
	width: 100%;
	position: relative;
	height: auto;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.container_main_center {
	margin-top: 160px;
	width: 100%;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.flex-vlakken {
	display: flex;
	flex-wrap: wrap;
	margin-left: -35px;
}
.vlakken-2 {
	flex: 1 0 calc(50% - 35px);
	width: 50%;
	min-height: 300px;
	background-color: #FFF;
	margin-left: 35px;
	margin-bottom: 35px;
}
.vlakken-2 {
	max-width: calc(50% - 35px);
}
.vlakken-3 {
	flex: 1 0 calc(33.333% - 35px);
	width: 33.333%;
	min-height: 300px;
	background-color: #FFF;
	margin-left: 35px;
	margin-bottom: 35px;
}
.vlakken-3 {
	max-width: calc(33.333% - 35px);
}
.flex-cms-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}
a.cms-items-4 {
	flex: 1 0 calc(25% - 30px);
	width: 25%;
	background-color: #FFF;
	margin-left: 28px;
	margin-bottom: 30px;
	height: 150px;
	border: 1px #CCCCCC;
	position: relative;
	transition: all .2s ease-in-out;
	position: relative;
}
a.cms-items-4 {
	max-width: calc(25% - 30px);
	margin-left: 28px;
}
a.cms-items-4:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
a.cms-items-4:hover, .schaduw {
	-moz-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
}
a.cms-items-4:last-child {
	margin-bottom: 0px;
}
.item-midddle-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
.item-icon {
	width: 100%;
	max-width: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
}
.border-radius {
	border-radius: 5px;
}
.cms-item-footer {
	position: absolute;
	bottom: 0;
	background-color: #002154;
	height: 35px;
	width: 100%;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.4px;
	font-size: 15px;
	color: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.3s;
}
a.cms-items-4:hover .cms-item-footer {
	background-color: #1853BA;
}
.overlay-items {
	font-family: 'Paper Johnny Eineinhalb';
	outline: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-shadow: 2px 2px #333333;
}
.container_inloggen {
	margin-top: 80px;
	margin-bottom: 80px;
	width: 100%;
}
.container_center {
	width: 100%;
	max-width: 1640px;
	margin: auto;
}
.logo {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin-bottom: 30px;
}
.container_center {
	width: 100%;
	max-width: 1640px;
	margin: auto;
}
.logo {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin-bottom: 30px;
}
.container-inlog {
	width: 100%;
	max-width: 500px;
	margin: auto;
	background-color: #FFF;
}
.schaduw {
	-moz-box-shadow: 0 0 8px #ccc !important;
	-webkit-box-shadow: 0 0 8px #ccc !important;
	box-shadow: 0 0 8px #ccc !important;
}
.schaduw-middel {
	-moz-box-shadow: 0 0 18px #ccc;
	-webkit-box-shadow: 0 0 18px #ccc;
	box-shadow: 0 0 18px #ccc;
}
.container-inlog-grijs {
	width: 100%;
	text-align: center;
	background-color: #464646;
	color: #FFF;
	margin-bottom: 20px;
}
.container-inlog-button {
	width: 100%;
	position: relative;
	color: #FFF;
	display: block;
	overflow: hidden;
}
#gebruikersnaam {
	background-image: url(images/icons/gebruiker.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
#wachtwoord {
	background-image: url(images/icons/slotje.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
::-webkit-input-placeholder {
color:#ccc;
}
::-moz-placeholder {
color:#CCC;
} /* firefox 19+ */
:-ms-input-placeholder {
color:#CCC;
} /* ie */
input:-moz-placeholder {
color:#CCC;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
.containercheckbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.containercheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmark {
	background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.containercheckbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input.input-cms-form[type=text] {
	color: #000;
	font-size: 17px;
	border: 1.5px #e0e0e0 solid;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 12px;
	background-color: #FFF;
	box-sizing : border-box;
	font-family: 'Roboto', sans-serif;
}
input {
	font-family: verdana, arial;
	font-size: 11px;
	width: 100%;
	max-width: 85%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
select {
	font-family: verdana, arial;
	font-size: 11px;
	width: 100%;
	max-width: 85%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.select-css {
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: auto;
	min-width: 90px;
	box-sizing: border-box;
	margin: 0;
	margin-right: 10px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23002154%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),  linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
 display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #002154;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight: normal;
}
input.txt_inlog {
	font-family: verdana, arial;
	font-size: 11px;
	padding: 8px;
	width: 210px;
	margin-bottom: 8px;
}
textarea {
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
	width: 100%;
}
.txt, textarea {
	text-align: left;
	border-left: 1px solid #336699;
	border-top: 1px solid #336699;
	border-right: 1px solid #98B1CB;
	border-bottom: 1px solid #98B1CB;
	padding-left: 2px;
}
input.inlog[type=text], input[type=password] {
	display: block;
	height: 48px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 0px;
	width: 100%;
	max-width: 100%;
	color: #BFBFBG;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom:0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	padding-right: 15px;
	background-color: transparent;
	box-sizing : border-box;
	box-shadow: #c4c4c4;
	box-shadow: 1.8px 1.8px 1.8px rgba(204, 204, 204, 0.8);
 &:focus {
 outline: none;
 }
}

[class$="inlog"] {
 padding-left: 50px;
}
.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	max-width: 380px;
}
.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	color: #000;
	border: 1.2px solid #c4c4c4;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	box-sizing : border-box;
	box-shadow: #c4c4c4;
	box-shadow: 2px 2px 4px rgba(196, 196, 196, 0.8);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}
 .select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus {
	color: #000000;
	background: #F4F4F4;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select_arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 20px 14px 0px 14px;
	border-color: #FF0000 transparent transparent transparent;
}
.select select:hover ~ .select_arrow, .select select:focus ~ .select_arrow {
	border-top-color: #333333;
}
.select select:disabled ~ .select_arrow {
	border-top-color: #CCCCCC;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
button.cms
{
	display: block;
	background-color: #002154;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	text-align: center !important;
	border: 0px;
	border-radius: 6px;
	box-sizing : border-box;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-appearance: none;
	width: auto;
	margin:auto;
	cursor:pointer !important;
	transition: all .2s ease-in-out;

}
button.cms:hover {
		-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	background-color: #333;
}
.textcenter
{
	text-align:center !important;
	margin:auto;
}
input[type=submit], input[type=reset] {
	display: block;
	background-color: #002154;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	text-align: center !important;
	border: 0px;
	border-radius: 6px;
	box-sizing : border-box;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-appearance: none;
	width: auto;
	float: right;
}
input.small[type=submit] {
	display: block;
	background-color: #002154;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0px;
	border-radius: 6px;
	box-sizing : border-box;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-appearance: none;
	width: auto;
}
input.cmsform[type=submit], input.cmsform[type=reset] {
	display: block;
	background-color: #002154;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0px;
	border-radius: 6px;
	box-sizing : border-box;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	-webkit-appearance: none;
	width: 120px;
	overflow:hidden;
}
input[type=submit]:hover, input.small[type=submit]:hover, input[type=reset]:hover {
	background-color: #1853BA;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	font-size: 1em;
	font-weight: 700;
	color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #002154;
	border: 0px;
	border-radius: 6px;
	box-sizing : border-box;
	display: inline-block;
	transition: ease-in-out;
}
.inputfile:focus + label, .inputfile + label:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	background-color: #1853BA;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.cms-grid {
 display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  margin-bottom:40px;
}
.cms-grid-resultaten {
 display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;

}
.ck-editor__editable_inline:not(.ck-comment__input *) {
    height: 300px;
    overflow-y: auto;
}
.cms-grid-container {
	/* important so a single div never gets distributed between columns */


	text-align: left;
	outline: 0;
	border-radius:8px;
	color: #000;

	background-color:#FFFFFF;
	padding:10px 20px;
	border:1px solid #FFF;

}
.cms-grid-container-resultaten {
	/* important so a single div never gets distributed between columns */

outline: 0;
	border-radius:8px;
	color: #000;
	font-size:14px !important;
	background-color:#FFFFFF;
	padding:10px 20px;


}
.cms-grid-container-resultaten h1 {
	color: #000;
	font-size:13.6px !important;
	line-height:20px !important;
	font-weight:bold;

	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:8px !important;
}

.home-grid {
   /* min width of a single column */
   column-width: 140px;
   /* maximum amount of columns */
   column-count: 2;
   /* gap between the columns */
   column-gap: 16px;
   margin-bottom:30px;
}

.home-grid-cell {
  /* important so a single div never gets distributed between columns */
  break-inside: avoid-column;

  background-color: rgba(91,91,91,0.55);
  margin-bottom: 20px;
	text-align: left;
	outline: 0;
display: block;
width:100%;

	box-sizing : border-box;
	background-color:#FFF;
	box-shadow: #c4c4c4;
	border:1px #e5e5e5 solid;
	border-radius:8px;

}
.table-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 60px 0 30px 0;
	padding: 0;

	justify-content: center;
}
.table-vol 
{
		flex: 0 auto;
	width: 100% !important;
}

.table-links {
	flex: 0 auto;
		width: 67% !important;
	
}
.table-tussen {
	width: 3% !important;
	flex: 0 auto;
}
.table-rechts {
width: 30% !important;
	flex: 0 auto;
}

.ctr
{
	max-width:100%;
	padding:20px;
	background-color:#FFF;
}

 @media all and (max-width: 800px) {
.navigation {
	justify-content: space-around;
}
}
 @media all and (max-width: 600px) {
.navigation {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 0;
}
.navigation a {
	text-align: center;
	padding: 10px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navigation li:last-of-type a {
	border-bottom: none;
}
}
