@import url('//fonts.googleapis.com/css?family=Chelsea+Market|Lato');

/* -------------- STANDARD --------------- */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-family: 'Chelsea Market', cursive;
}

h2 {
	font-family: 'Chelsea Market', cursive;
	font-size: 28px;
	color: #cf1c71;
}

h3 {
	font-family: 'Chelsea Market', cursive;
}

h4 {
	font-family: 'Chelsea Market', cursive;
}

a, a:focus, a:active {
	text-decoration: none;
}

input {
	border-radius: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fullWidth {
	width: 100%;
}

.action {
	cursor: pointer;
}

.content {
	margin: 15px 0px;
	padding: 15px;
	background: #eee;
}

/* -------------- STANDARD END --------------- */

#main {
	height: 100%;
}

/* -------------- SEARCH --------------- */

#searchContainer {
	height: 70px;
	margin-top: -70px;
	background: #eee;
	width: 100%;
	-webkit-transition: margin-top .3s;
    -moz-transition: margin-top .3s;
    -o-transition: margin-top .3s;
    transition: margin-top .3s;
}

#searchContainer.clicked {
	margin-top: 0px;
}

#searchContainer input[type=text] {
	width: calc(100% - 30px);
	display: block;
	float: right;
	border: 1px solid #0084db;
	margin: 20px 0px;
	height: 30px;
	padding-left: 10px;
}

#searchContainer input[type=text]:focus {
	outline: 0px;
}

#searchContainer a {
	width: 30px;
    height: 30px;
    display: block;
    background: #0084db;
    background-image: url(../images/searchButton.png);
    background-position: center;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    margin: 20px 0px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

#searchContainer a:hover {
	text-decoration: none;
	background: #060080;
	background-image: url(../images/searchButton.png);
    background-position: center;
    background-size: 22px 22px;
    background-repeat: no-repeat;
}

/* -------------- SEARCH END --------------- */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px;
	overflow: hidden;
}

/* -------------- HEADER --------------- */

#header {
	width: 100%;
}

#header > .container {
	padding-top: 15px;
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
}

#header::after {
	content: "";
	display: table;
	clear: both;
}

#logo {
	z-index: 2;
	position: relative;
	width: 25% !important;
	min-width: 200px;
}

#logo img {
	width: 100%;
	min-width: 200px;
}

#searchButton, #mail {
	width: 58px;
	height: 56px;
	position: absolute;
	right: 15px;
	top: -15px;
	background: url(../images/search.png);
	color: #fff;
	text-align: center;
	line-height: 40px;
	z-index: 3;
}

#searchButton:hover, #mail:hover {
	top: -10px;
}

#searchButton.clicked {
	background: url(../images/close.png);
}

#mail {
	right: 88px;
	background: url(../images/mail.png);
}

.navbar-toggle {
	width: 50px;
	height: 50px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: #0084db;
	padding: 1px 0px;
	z-index: 999;
	position: fixed;
	margin-top: 15px;
	border-radius: 0px;
}

.navbar-toggle .icon-bar {
	width: 80%;
	height: 4px;
	background: #fff;
	margin: 6px 10% !important;
	float: left;
	-webkit-transition: margin .3s;
	-moz-transition: margin .3s;
	-o-transition: margin .3s;
	transition: margin .3s;
}

.navbar-toggle .icon-bar:first-of-type {
	margin: 10px 10% 2px 10% !important;
}

.navbar-toggle .icon-bar:last-of-type {
	margin: 2px 10% 10px 10% !important;
}

.navbar-toggle.clicked .icon-bar {
	display: none;
}

.navbar-toggle.clicked .icon-bar:first-of-type {
	display: block;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	margin-top: 13px !important;
}

.navbar-toggle.clicked .icon-bar:last-of-type  {
	display: block;
	-ms-transform: rotate(135deg); /* IE 9 */
	-webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
	transform: rotate(135deg);
	margin-top: -5px !important;
}

/* -------------- NAV --------------- */

.noLink > a {
	cursor: default;
}

#nav::after {
	clear: both;
    display: table;
    content: "";
}

#nav.col-md-8 {
	width: 75% !important;
}

#menu {
	width:100%;
	margin-top: 40px;
	float: left;
}

.mainMenu {
	margin:0; 
	display:block;
}

.mainMenu .noLink {
	cursor: default;
}

#menu ul.cssMenu {
	list-style:none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul.cssMenu li {
	float: left;
	position: relative;
	margin: 0px 2px;
}

#menu ul.cssMenu li a {
	padding: 10px 15px;
	color: #fff;
	display: block;
	font-family: 'Chelsea Market', cursive;
	font-size: 17px;
}

#menu ul.cssMenu li:nth-child(1) a {
	background: url(../images/home.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(2) a {
	background: url(../images/nieuws.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(3) a {
	background: url(../images/agenda.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(4) a {
	background: url(../images/informatie.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(5) a {
	background: url(../images/team.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(6) a {
	background: url(../images/onderwijs.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(7) a {
	background: url(../images/groepen.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:nth-child(8) a {
	background: url(../images/contact.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu ul.cssMenu li:hover > a, #menu ul.cssMenu li.selected > a, #menu ul.cssMenu li.pressed > a {
	text-decoration: none;
	background: #060080;
}

#menu ul.cssMenu li ul {
	display: none;
	position: absolute;
	top: 40px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
	z-index: 2;
	background: #222;
}

#menu ul.cssMenu li ul li:hover > a, #menu ul.cssMenu li ul li.pressed > a {
	background: #555;
}

#menu ul.cssMenu li ul li {
	width: 100%;
}

#menu ul.cssMenu li ul li ul {
	left: 200px;
	top: 0px;
}

/* -------------- MOBILE --------------- */

#nav-bar {
	position: fixed;
	width: 100%;
	background: #060080;
	top: 0px;
	left: 0px;
	z-index: 999;
	padding: 0px;
	box-shadow: 0px 0px 20px #222;
}

#nav-bar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav-bar ul li {
	float: left;
	width: 100%;
}

#nav-bar ul li.hasKids > a::after {
	content: "\f054";
	font-family: FontAwesome;
	float: right;
	margin-right: 10px;
}

#nav-bar ul li a {
	font-size: 17px;
	line-height: 40px;
	color: #fff;
	display: block;
	padding-left: 10px;
}

#nav-bar ul li:hover a, #nav-bar ul li.pressed a {
	text-decoration: none;
	background: rgba(255, 255, 255, .1);
}

#nav-bar ul li ul li:hover a, #nav-bar ul li ul li.pressed a {
	background: rgba(255, 255, 255, .2);
}

#nav-bar ul li ul li ul li:hover a, #nav-bar ul li ul li ul li.pressed a {
	background: rgba(255, 255, 255, .3);
}

#nav-bar ul li ul {
	display: none;
}

#nav-bar ul li.pressed > ul, #nav-bar ul li:hover > ul {
	display: block;
}

/* -------------- MOBILE END --------------- */

/* -------------- NAV END --------------- */

/* -------------- HEADER END --------------- */

/* -------------- SLIDER --------------- */

#slider {
	position: relative;
	margin-top: -57px;
	width: 100%;
	overflow: hidden;
}

#slider::before {
	width: 100%;
	height: 82px;
	background: url(../images/sliderTop.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	z-index: 1;
}

#slider::after {
	width: 100%;
	height: 12px;
	background: url(../images/sliderBottom.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	bottom: -1px;
	content: "";
	z-index: 1;
}

.slideshowWrapper {
	z-index: 0;
	overflow: inherit;
}

#slideshow {
	overflow: hidden;
	width: 100% !important;
	height: 400px !important;
}

#slideshow img {
	min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* -------------- SLIDER END --------------- */
.quickbuttons {
	margin-top: -96px;
}

.quickbuttons > div {
	text-align: center;
}

.quickbuttons a {
	width: 160px;
	height: 160px;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 2;
	padding-top: 34px;
}

.quickbuttons div:nth-child(odd) a {
	background: url(../images/linkBack.png);
	background-size: 100% 100%;
	color: #2a0a93;
}

.quickbuttons div:nth-child(even) a {
	background: url(../images/linkBack2.png);
	background-size: 100% 100%;
	color: #0084db;
}

.quickbuttons a p {
	width: 100%;
	height: 44px;
	font-size: 15px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px 34px;
	overflow: hidden;
	font-family: 'Chelsea Market', cursive;
}

.quickbuttons a img {
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}

.quickbuttons a:hover {
	text-decoration: none;
}

.quickbuttons .row div:nth-child(1) a:hover img {
	width: 66px;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}

.quickbuttons .row div:nth-child(2) a:hover img {
	width: 75px;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}

.quickbuttons .row div:nth-child(3) a:hover img {
	width: 62px;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}

.quickbuttons .row div:nth-child(4) a:hover img {
	width: 28px;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}

/* -------------- CONTENT --------------- */

#content {
	padding-top: 40px;
	padding-bottom: 15px;
}

#content img {
	max-width: 100%;
}

.contentCmsBackground {
	padding: 0px;
}

.contentCmsBackground .contentWrapper {
	margin: 0px;
}

.contentCmsBackground .contentWrapper #contentTextBlock {
	width: 100%;
}

.video {
	background: url(../images/videoBack.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.videoBox {
	display: inline-block;
	text-align: left;
}

.video h2 {
	margin-top: 0px;
	margin-right: 15px;
	display: inline-block;
	margin-top: 40px;
}

.video img {
	display: inline-block;
}
.video::after {
	width: 307px;
	height: 173px;
	background: url(../images/videoBorder.png);
	background-size: 100% 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin-left: -155px;
}

.video iframe {
	width: 300px;
	height: 168px;
	margin: auto;
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

/* -------------- CONTENT END --------------- */

.album {
	background: #f4f7d7;
	position: relative;
	padding-bottom: 40px;
}

.albumTitle {
	width: 100%;
	text-align: center;
}

.albumTitle h2, .albumTitle img {
	display: inline-block;
}

.albumTitle img {
	margin-top: -15px;
}

.albumTitle h2 {
	margin-right: 15px;
	margin-top: 40px;
	color: #047a2c;
}

.album::before {
	content: "";
	width: 100%;
	height: 13px;
	background: url(../images/albumTop.png);
	background-size: 100% 100%;
	position: absolute;
	top: -6px;
	left: 0px;
}

.album::after {
	content: "";
	width: 100%;
	height: 13px;
	background: url(../images/albumBottom.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: -13px;
	left: 0px;
}

.owl-item {
	width: 25%;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.owl-item:nth-child(1) a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/album1.png);
	background-size: 100% 100%;
	content: "";
	z-index: 1;
}

.owl-item:nth-child(2) a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/album2.png);
	background-size: 100% 100%;
	content: "";
	z-index: 1;
}

.owl-item:nth-child(3) a::before, .owl-item:nth-child(4) a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/album3.png);
	background-size: 100% 100%;
	content: "";
	z-index: 1;
}

.owl-item::after {
	content: '';
	display: table;
	clear: both;
}

.albumThumb a {
	width: 100%;
	height: 100%;
	display: block;
}

.albumThumb a img {
	min-height: 100%;
    min-width: 100%;
    width: auto;
    position: absolute;
    height: auto;
    max-width: 120%;
    max-height: none;
    display: block;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.albumThumbInfo, .albumsLink {
	display: none;
}

.showbg {
	background: url(../images/subBack.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 40px;
}

.submenuback {
	padding-bottom: 300px;
}

.cssMenuSubLevel {
	list-style-type: none;
	padding: 0px;
}

.cssMenuSubLevel ul {
	list-style-type: none;
	padding-left: 10px;
}

.cssMenuSubLevel li a {
	padding: 5px 10px;
	background: url(../images/submenuBack.png);
	background-size: 100% 100%;
	width: 100%;
	display: block;
	color: #fff;
	font-family: 'Chelsea Market', cursive;
	margin-bottom: 10px;
}

.cssMenuSubLevel li a:hover {
	background: url(../images/submenuBackHover.png);
	background-size: 100% 100%;
	text-decoration: none;
}

.push {
	height: 165px;
}

/* -------------- FOOTER --------------- */

#footer {
	height: 115px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #060080;
	color: #fff;
}

#footer .topspace {
	padding-top: 27px;
}

#footer p {
	margin-bottom: 0px;
}

#footer .tel .phone::before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}

#footer .tel .mail::before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}

#footer .title {
	font-weight: 700;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

#footer a {
	color: #fff;
}

#poweredby a {
	color: #0084db;
}

#footer a:hover, #poweredby a:hover {
	text-decoration: none;
	color: #f71d00;
}

#footer .social {
	width: 40px;
    height: 40px;
    background: #222;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 15px;
    float: left;
}

#footer .social:last-of-type {
	margin-right: 0px;
}

#footer .social.twitter {
	background: #3cf;
}

#footer .social.facebook {
	background: #0084db;
}

#footer .social.linkedin {
	background: #0077B5;
}

#footer .social.youtube {
	background: #E52D27;
}

#footer .social:hover {
	background: #f71d00;
	color: #fff;
}

#footer .van img {
	width: 100%;
	max-width: 150px;
	float: right;
}

#poweredby {
	background: #fff;
	text-align: center;
	padding: 15px 0px;
}

/* -------------- FOOTER END --------------- */

/* -------------- RESPONSIVE --------------- */

@media only screen and (max-width : 1199px) {
	#slideshow {
		height: 350px !important;
	}

	#menu ul.cssMenu li a {
		font-size: 13px;
	}

	.video {
		width: 100%;
	}

	.owl-item {
		height: 200px;
	}
}

@media only screen and (max-width : 991px) {

	#menu ul.cssMenu li a {
		padding: 5px;
	}

	#slideshow {
		height: 300px !important;
	}

	.owl-item {
		height: 150px;
	}

	#footer, .push, .wrapper {
		height: auto;
		margin: 0px;
	}

	#footer .van img {
		float: left;
	}

	#footer #naw {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width : 767px) {
	.wrapper {
		overflow: inherit;
	}

	.searchWrapperOnsite {
		width: 50%;
		min-width: 220px;
		padding-left: 10px;
	}

	.searchWrapperOnsite input[type=text] {
		margin: 20px 0px;
		float: right;
		height: 30px;
		padding-left: 10px;
		border: 1px solid #0084db;
		width: calc(100% - 30px);
	}

	.searchWrapperOnsite a {
		
	}

	.searchOnsiteSubmitWrapper a {
	    background: #0084db;
	    background-image: url(../images/searchButton.png);
	    background-position: center;
	    background-size: 22px 22px;
	    background-repeat: no-repeat;
	    width: 30px;
		height: 30px;
		display: block;
		float: left;
		margin: 20px 0px;
		text-align: center;
		line-height: 30px;
		color: #222;
	}

	.searchOnsiteSubmitWrapper a:hover {
		text-decoration: none;
		background: #060080;
		background-image: url(../images/searchButton.png);
	    background-position: center;
	    background-size: 22px 22px;
	    background-repeat: no-repeat;
	}

	#searchContainer.clicked {
		margin-top: -70px;
	}

	#logo {
		margin-bottom: 0px;
	}

	#slideshow {
		height: 250px !important;
	}

	#slider::before, .album::before {
		background-size: cover;
		background-position: bottom;
	}

	#slider::after, .album::after {
		background-size: cover;
		background-position: top;
	}

	#contentpage {
		background: none;
	}

	.owl-item {
		width: 50%;
		height: 250px;
	}

	#footer {
		text-align: center;
	}

	#footer .topspace {
		padding-top: 0px;
	}
	
	#footer .fti {
		margin-bottom: 15px;
	}

	#footer .social {
		display: inline-block;
		float: none;
	}

	#footer .van img {
		float: none;
	}
}

@media only screen and (max-width : 480px) {
	.quickbuttons .col-md-3 {
		width: 50%;
		margin: 0px;
	}

	.quickbuttons a {
		width: 120px;
		height: 120px;
	}

	.quickbuttons a p {
		font-size: 13px;
		padding: 0px 18px;
	}

	.quickbuttons a img {
		display: none;
	}

	.owl-item {
		width: 100%;
		height: 250px;
	}

	.albumTitle h2 {
		font-size: 22px;
	}
}

@media only screen and (max-width : 320px) {
	.owl-item {
		height: 200px;
	}
}