/* Stylesheet */
body {
    color: #00003c;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
	padding: 0;
}
I {
	color: #4747A7;
}
.skip-to-content {
    position: absolute;
    left: 8px;
    top: -46px;
    opacity: 0;
    transition: all 0.25s;
    color: #2c87f0;
}
.clr::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container {
	margin: 0 auto;
	max-width: 90%;
	width: 980px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#outer-wrap {
    overflow: hidden;
}
#wrap {
    position: relative;
}
#top-bar-wrap {
    border-bottom: 1px solid #eee;
    font-size: 0.923em;
}
#top-bar {
    position: relative;
    padding: 10px 0;
}
#top-bar-content {
}
#top-bar-content a {
    color: #999;
	text-decoration: none;
	transition: 0.15s all ease;
}
#top-bar-content a:hover {
    color: #008fd5;
    text-decoration: none;
}
.top-bar-left {
    float: left;
    margin-right: auto;
}

#site-header {
    background-color: #008fd5;
    display: block;
	height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 99;
}
#site-header-inner {
    height: 100%;
    max-width: 90%;
	position: relative;
}
#site-logo {
	float: left;
}
#main-menu {
	height: 50px;
	margin-top: -25px;
	position: absolute;
	right: 5px;
	top: 50%;
}
#main-menu ul {
	float: left;
	list-style: none;
}
#main-menu li.menu-item {
    position: relative;
    white-space: nowrap;
}
#main-menu ul > li.menu-item {
    float: left;
}
#main-menu ul > li.menu-item > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 4px;
}
#main-menu li.menu-item > a {
    color: #ffffff;
    text-decoration: none;
}
#main-menu li.menu-item > a:hover {
	background-color: #000000;
	border-radius: 3px;
}
#main-menu li.selected > a{
    color: #000000;
}
#main-menu li.selected > a:hover{
	background-color: inherit;
    border: 1px solid #000000;
	border-radius: 3px;
}
#main-menu span.link {
    font-size: 16px;
	padding: 0.5em 11px;
}
.header {
	margin: 0;
}
#main {
    display: block;
}
.page-header {
	background-color: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0 auto 40px;
	padding: 20px 0;
	position: relative;
}
.page-header-inner {
}
.page-header-title {
}
.page-header-subtitle {
	color: #777;
}
h1 {
	color: #000;
	display: block;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0px;
}
h2 {
	font-size: 1.846em;
	font-weight: 400;
	margin: 10px 0;
}
a {
	color: #1a73e8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#route {
    float: right;
	margin-top: -35px;
}
#route a {
	padding: 0 12px;
}
#route a:hover {
	border: thin solid #bbb;
	border-radius: 1em;
	background-color: #f5f7d0;
}
.content-area {
    float: left;
	padding-bottom: 40px;
    position: relative;
    width: 69%;
}
.site-content {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	margin-left: 0;
	padding-bottom: 20px;
	position: relative;
}
.bronvermelding {
	color: #777;
	font-size: 0.9em;
}
.bronvermelding a {
	color: #777;
	text-decoration: none;
}
.bronvermelding a:hover {
	color: #008fd5;
	text-decoration: underline;
}
.aanmeldingen {
	color: #777;
	line-height: 2em;
}
span.daylong {
	display: inline-block;
	width: 3.2em;
}
span.dayshort {
	display: inline-block;
	width: 1.5em;
}
span.time {
	display: inline-block;
	width: 2.7em;
}
#sidebar {
	float: right;
	color: #444;
	max-width: 26%;
	margin-bottom: 10px;
	padding: 0;
}
#sidebar-inner {
}
.sidebar-widget {
	border: 1px solid #a8c9d8;
	border-radius:5px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.sidebar-widget-title {
	color: #008fd5;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}
.sidebar-widget button {
	background-color: #2c87f0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: .538em 1.077em;
	transition: all 0.25s;
}
.sidebar-widget button:hover {
	background-color: #008fd5;
	cursor: pointer;
}
.sidebar-widget a:hover {
	color: #008fd5;
	cursor: pointer;
}
#footer {
    background: #262626;
    color: #777;
}
#footer a {
    color: #999;
	text-decoration: none;
    transition: 0.15s all ease;
}
#footer a:hover {
    color: #008fd5;
    text-decoration: none;
    transition: 0.15s all ease;
}
#footer-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer-bottom {
    background: #008fd5;
    color: #ffffff;
	font-size: 0.923em;
}
#footer-bottom a {
    color: #ffffff;
	text-decoration: none;
    transition: 0.15s all ease;
}
#footer-bottom a:hover {
    color: #000058;
    text-decoration: none;
    transition: 0.15s all ease;
}
#footer-bottom-inner {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mobile-menu input {
	position: absolute;
	display: none;
}
#mobile-menu ul {
	display: none;
}

@media only screen and (max-width: 959px) {
 #mobile-menu {
    display: block;
 }
 #mobile-menu > label::after {
    content: "";
    display: block;
    width: 2px;
    height: 18px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -9px;
	text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
 }
 #mobile-menu > label::before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -9px;
	margin-top: -1px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
 }
 #mobile-menu > label {
	display: block;
	width: 36px;
	height: 36px;
	background: #ddd;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
 }
 #mobile-menu ul {
    background: #ccc;
    display: block;
	list-style: none;
	margin: 0;
    max-height: 0;
	padding: 0;
    position: absolute;
    overflow: hidden;
	right: 9px;
	text-align: left;
	top: 50px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
	white-space: nowrap;
	width: 70%;
 }
 #mobile-menu input:checked ~ ul {
    max-height: 3000px;
 }
 #mobile-menu input:checked ~ label::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
 }
 #mobile-menu ul li {
    display: block;
    float: none;
	list-style: none;
	margin: 0;
	padding: 0;
    position: relative;
 }
 #mobile-menu ul li a {
    border-top: 1px solid #aaa;
    float: none;
 }
 #mobile-menu a {
	color: #111;
	display: block;
	font-size: 16px;
	line-height: 45px;
	padding: 0 20px 0 20px;
	text-decoration: none;
 }
 #mobile-menu a:hover {
	background-color: #008fd5;
	color: #fff;
 }
}

@media only screen and (max-width: 959px) {
 #main-menu {
    display: none;
 }
 .content-area {
    max-width: none;
    width: 100%;
 }
 #sidebar {
    max-width: none;
    width: 100%;
 }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
 .content-area, #sidebar {
  font-size: 1.3em;
 }
}

@media only screen and (max-width: 767px) {
 .hidden-phone {
    display: none !important;
 }
 #top-bar {
    display: block;
 }
 .top-bar-left, .top-bar-right {
    float: none;
    text-align: center;
 }
 .page-header-title {
	max-width: 100%;
	width: 100%;
 }
 .content-area {
    float: none;
    width: 100% !important;
 }
 #sidebar {
    float: none;
    width: 100% !important;
 }
 .sidebar-widget {
	width: 90%;
 }
}