@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');
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;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.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;
}
 #calendar {
  width: 100%;
  max-width:100%;
  margin: 0 auto;
 }
 .col-centered{
		float: none;
		margin: 0 auto;
	}
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: 26px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

h1 {
	font-size: 19px !important;
	font-weight:bold !important;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;

}
a {
	color: #FF0000;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.padding {
	padding-left: 10px;
	padding-right: 10px;
}
.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;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s;
	display: inline-block;
	line-height: 35px;
	margin-bottom: 10px;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.sidenav-icon {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.sidenav-icon img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.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 {
	z-index: 8;
	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;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-left: -35px;
}
.vlakken-1 {
	flex: 1 0 calc(100% - 35px);
	width: 100%;
	min-height: 300px;
	background-color: #FFF;
	margin-left: 35px;
	margin-bottom: 35px;
}
.vlakken-1 {
	max-width: calc(100% - 35px);
}
.vlakken-2 {
	flex: 1 0 calc(50% - 35px);
	width: 50%;
	min-height: 300px;
	background-color: #FFF;
	margin-left: 35px;
	margin-bottom: 35px;
	height: auto;
}

.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 {

	width: 100%;
	margin-top:20px;
}
.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;
	-webkit-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
}
.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;
}

input[type=text], input[type=password] {
	display: block;
	height: 48px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 0px;
	width: 100%;
	color: #BFBFBG;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	padding-right: 15px;
	background-color: transparent;
	box-sizing : border-box;
	box-shadow: #c4c4c4;
	box-shadow: 1px 1px 1px 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;
}
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;
	border: 0px;
	border-radius: 6px;
	box-sizing : border-box;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-appearance: none;
	width: auto;
	float: right;
}
input[type=submit]:hover, input[type=reset]:hover {
	opacity: 0.6;
}

 @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;
}
}
 @media all and (max-width: 520px) {
.container_main_center {
	margin-top: 20px;
		margin-bottom: 20px;
}

 }