@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,600');

/* -------------- STANDARD --------------- */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #ed1928;
	text-align: center;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 21px;
	color: #00807f;
	text-align: center;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: #00807f;
	text-align: center;
}

h4 {

}

a, a:focus, a:active {
	text-decoration: none;
}

input {
	border-radius: 0px;
}

.left {
	float: left;
}

.right {
	position: absolute;
	display: inline-flex;
}

.fullWidth {
	width: 100%;
}

.action {
	cursor: pointer;
}

.content {
	margin: 15px 0px;
	padding: 15px;
	background: #eee;
}

.d-flex {
	display: flex !important;
}

.justify-content-center {
	justify-content: center !important;
}

/* -------------- 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;
	margin: 20px 0px;
	height: 30px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
	padding-left: 10px;
}

#searchContainer input[type=text]:focus {
	outline: 0px;
}

#searchContainer a {
	width: 30px;
    height: 30px;
    display: block;
    background: #00807f;
    margin: 20px 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

#searchContainer a::after {
	content: "\f002";
	font-family: FontAwesome;
}

#searchContainer a:hover {
	text-decoration: none;
	background: #222;
}

/* -------------- SEARCH END --------------- */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

/* -------------- HEADER --------------- */

#header {
	padding-top: 10px;
	padding-bottom: 5px;
}

#logo {
	display: flex;
    align-items: center;
}

.img-proo {
	width: 180px !important;
	margin-left: 30px;
}

#logo img {
    max-width: 100%;
    width: 300px;
}

#header .social, .quicklink {
	width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #222;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 .5rem 0 0;
    float: left;
    font-size: 21px;
}

.quicklink {
	background: #ed1928;
	text-transform: uppercase;
	font-size: 16px;
	width: auto;
	position: relative;
	padding-right: 65px;
	padding-left: 10px;
}

.quicklink:hover {
	background: #00807f;
	color: #fff;
	text-decoration: none;
}

.quicklink::after {
	width: 31px;
	right: 6px;
	top: 6px;
	height: 27px;
	content: "";
	display: block;
	background: url(/images/ouderportaal.png);
	position: absolute;
}

#header .social.twitter {
	background: #1da1f2;
}

#header .social.facebook {
	background: #3b5998;
}

#header .social.linkedin {
	background: #0077B5;
}

#header .social.youtube {
	background: #E52D27;
}

#header .social:hover {
	background: #666;
	color: #fff;
}

#searchButton {
	width: 40px;
	height: 40px;
	float: left;
	background: #00807f;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	font-size: 21px;
	line-height: 40px;
}

#searchButton::after {
	content: "\f002";
	font-family: FontAwesome;
}

#searchButton.clicked::after {
	content: "\f00d";
}

#searchButton:hover, 
#header .social:hover  {
	background: #ed1928;
}

.navbar-toggle {
	width: 50px;
	height: 50px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: #00807f;
	padding: 1px 0px;
	z-index: 999;
	position: fixed;
	margin-top: 15px;
	border-radius: 10px;
}

.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;
	border-radius: 2px;
}

.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;
}

/* -------------- NAV --------------- */

.noLink > a {
	cursor: default;
}

#nav {
	margin-top: -34px;
}

#nav::after {
	clear: both;
    display: table;
    content: "";
}

#menu {
	width:100%;
	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;
	text-align: center;
}

#menu ul.cssMenu li {
	display: inline-block;
	position: relative;
}

#menu ul.cssMenu > li > a {
	padding: 20px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 100 !important;
	display: block;
	font-family: 'Open Sans', sans-serif;
	background: #8ec542;
}

#menu ul.cssMenu > li ul li:first-of-type a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#menu ul.cssMenu > li ul li:last-of-type a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#menu ul.cssMenu > li ul a {
	background: #8ec542;
}

#menu ul.cssMenu li ul::before {
	width: 10px;
	height: 10px;
	background: #8ec542;
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -5px;
	top: 4px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#menu ul.cssMenu li ul li ul::before {
	left: 9px;
	top: 15px;
}

#menu ul.cssMenu > li:first-of-type > a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menu ul.cssMenu > li:nth-child(6n + 2) > a, #menu ul.cssMenu > li:nth-child(6n + 2) ul::before {
	background: #23732d;
}

#menu ul.cssMenu > li:nth-child(6n + 2) ul a {
	background: #23732d;
}

#menu ul.cssMenu > li:nth-child(6n + 3) > a, #menu ul.cssMenu > li:nth-child(6n + 3) ul::before {
	background: #00807f;
}

#menu ul.cssMenu > li:nth-child(6n + 3) ul a {
	background: #00807f;
}

#menu ul.cssMenu > li:nth-child(6n + 4) > a, #menu ul.cssMenu > li:nth-child(6n + 4) ul::before {
	background: #01b5db;
}

#menu ul.cssMenu > li:nth-child(6n + 4) ul a {
	background: #01b5db;
}

#menu ul.cssMenu > li:nth-child(6n + 5) > a, #menu ul.cssMenu > li:nth-child(6n + 5) ul::before {
	background: #ed1928;
}

#menu ul.cssMenu > li:nth-child(6n + 5) ul a {
	background: #ed1928;
}

#menu ul.cssMenu > li:nth-child(6n + 6) > a, #menu ul.cssMenu > li:nth-child(6n + 6) ul::before {
	background: #f1c600;
}

#menu ul.cssMenu > li:nth-child(6n + 6) ul a {
	background: #f1c600;
}

#menu ul.cssMenu > li:last-of-type > a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#menu ul.cssMenu li:hover > a, #menu ul.cssMenu li.pressed > a {
	text-decoration: none;
	background: #474747;
}

#menu ul.cssMenu li ul {
	display: none;
	position: absolute;
	top: 68px;
	margin-left: -100px;
	list-style-type: none;
	padding: 0px;
	padding-top: 9px;
	margin: 0px;
	width: 200px;
	z-index: 1;
	margin-left:-100px;
    left: 50%;
}

#menu ul.cssMenu li ul li ul {
	left: 100%;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 9px;
}

#menu ul.cssMenu li ul a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 100 !important;
}

#menu ul.cssMenu li ul li:hover > a, #menu ul.cssMenu li ul li.pressed > a {
	background: #474747;
}

#menu ul.cssMenu li ul li {
	width: 100%;
}

#menu ul.cssMenu li:hover > ul, #menu ul.cssMenu li.pressed > ul {
	display: block;
}

#menu ul.cssMenu li ul li ul {
	left: 200px;
	top: 0px;
}

/* -------------- MOBILE --------------- */

#nav-bar {
	position: fixed;
	width: 100%;
	background: #8ec542;
	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.hasKids:hover > a::after {
	content: "\f078";
}

#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;
}

#slider::before {
	clear: both;
    display: table;
    content: "";
}

.slideshowWrapper {
	z-index: 0;
}

#slideshow {
	overflow: hidden;
	width: 100% !important;
	height: 350px !important;
	border-radius: 10px;
	position: relative;
}

.slide, .slideShowItemImage {
	width: 100%;
	height: 100%;
}

#slideshow img {
	min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    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 .textBox {
	width: 100%;
	height: 100px;
	margin-top: -100px;
	position: relative;
	background: url(/images/sliderCorner.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom-right-radius: 10px;
}

.slideshowItemText {
	position: absolute;
	right: 45px;
	bottom: 75px;
	width: 257px;
    height: 232px;
    text-align: center;
    padding: 0px 30px;
    background: url(/images/sliderBack.png);
    background-size: 100% 100%;
    padding-top: 83px;
    z-index: 502;
    top: auto !important;
    left: auto !important;
}

.slideshowItemText {
	display: table-cell;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	vertical-align: middle;
}

/* -------------- SLIDER END --------------- */

/* -------------- CONTENT --------------- */

#content {
	padding-top: 15px;
	padding-bottom: 15px;
}

#content img {
	max-width: 100%;
}

.contentCmsBackground {
	padding: 0px;
}

.contentCmsBackground .contentWrapper {
	margin: 0px;
}

.contentCmsBackground .contentWrapper #contentTextBlock {
	width: 100%;
}

/* -------------- CALENDER ---------------- */

.miniMonthWrapper {
	margin-top:-70px;
	float: left;
	width: 100%;
	min-height: auto;
	height:auto;
	margin:0;
	background:#00807f;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.miniMonthWrapper .miniMonthHeader{
	width:100%;
	height:45px;
	display: none;
}

.miniMonthWrapper .miniMonthHeader .calendarTitle{
	color: #ffffff;
	font-size:20px;
	font-weight: 600;
	line-height:45px;
	padding:0;
	text-align:center;
	margin-bottom:10px;
}

.miniMonthWrapper .topCalendar {
	width: 100%;
    margin: 10px auto;
    padding: 0 20px;
	display:table;
}

.miniMonthWrapper .topCalendar .monthName {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.miniMonthWrapper .topCalendar .nextMonth, .miniMonthWrapper .topCalendar .prevMonth {
	cursor: pointer;
    font-size: 20px;
}

.miniMonthWrapper .topCalendar .floatDivider {
	display:table;
	clear:both;
}

.miniMonthWrapper .topCalendar .monthName, .miniMonthWrapper .topCalendar .prevMonth, .miniMonthWrapper .topCalendar .nextMonth {
	color:#ffffff;
	display:table-cell;
	float:none;
	width:auto;
}

.miniMonthWrapper .topCalendar .nextMonth, .miniMonthWrapper .topCalendar .prevMonth {
	width:20px;
	min-width:20px;
	max-width:20px;
}

.miniMonthWrapper .miniCalendar{
	width:100%;
	margin: 0 auto;
	margin-top:0;
	padding:0 20px;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent::after {
	display:table;
	content:"";
	clear:both;
}

.miniMonthWrapper .miniCalendar .headerRowMiniCalendar {
	height:25px;
	color: #ffffff;
	font-size:15px;
}

.miniMonthWrapper .miniCalendar .headerRowMiniCalendar .miniHeaderItem {
	width:14.28%;
	float: left;
	display: inline;
	font-weight: 100;
	text-align:center;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent  {
	padding-bottom:20px;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .dayHeaderItemMini{
	color: #ffffff;
    display: table-cell;
    float: left;
	font-size:13px;
    padding: 2px 0px;
	max-width: 96%;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .dayBusy {
	color: #ffffff;
	border: 1px solid #fff;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .dayWrapper {
    width: 14.28%;
    height: 27px;
    float: left;
    text-align: center;
    display: inline;
    color: #FFFFFF;
    font-size: 13px;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .dayWrapper:hover .dayHeaderItemMini {
	background: #8ec542;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .dayWrapper a {
	text-decoration: none;
	display: inline-block;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .currentDay .dayHeaderItemMini {
	background:#fff;
	color: #3ec0e7;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .currentDay .dayBusy {
	border:none;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .weekendDay{
	color: #ffffff;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .otherMonth .dayHeaderItemMini {
	color:#8ec542;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .currentDay .dayHeaderItemMini {
	color: #3ec0e7;
}

.miniMonthWrapper .miniCalendar .miniCalendarContent .dayWrapper:hover a div {
	color: #fff;
}

.calendarOS {
	background:#00807f;
	float: left;
	width: 100%;
	padding:14px 20px 5px 20px;
	border-top:1px solid #ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 1rem;
}

.calendarOS .calendarOSHeader {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px 0;
	text-align:center;
}

.calendarOS .calendarItem {
	display:table;
	margin-bottom:11px;
	font-size: 14px;
}

.calendarOS .calendarItem:last-child {
	margin-bottom:16px;
}

.calendarOS .calendarItemDate {
	width:50px;
	min-width:50px;
	height:20px;
	float:left;
	margin-right:10px;
	line-height:20px;
	color:#ffffff;
	display: table-cell;
	vertical-align: top;
	font-size:15px;
}

.calendarOS .calendarItemDate .dateDay {
	display:inline;
	padding-right:4px;
	font-weight: 100;
	font-size: 14px;
}

.calendarOS .calendarItemDate .dateMonth {
	display:inline;
	font-size: 14px;
}

.calendarOS .calendarItemTitle {
	overflow:hidden;
	text-overflow:ellipsis;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin-top:8px;
	color:#ffffff;
	text-decoration:none;
	display: table-cell;
    vertical-align: top;	
}

.calendarOS .calendarItemTitle:hover {
	color:#ffffff;
	text-decoration:underline;
}

.calendarOS .calendarItemDivider {
	width:100%;
	clear:both;
}

.calendarOS .calendarOverview {
	height:40px;
	border-top:1px solid #ffffff;
	line-height:40px;
	margin-left: -20px;
    margin-right: -20px;
    display: none;
}

.calendarOS .calendarOverview a {
	color:#ffffff;
	position:relative;
	display:block;
	padding-left:20px;
	padding-right:20px;
}

.calendarOS .calendarOverview a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 20px;
}

/* OVERRIDES */
.calendarWrapper .itemData, .calendarWrapper .buttonWrapper, .newsItem .startDate, .newsItem .backButton {
	text-align:center;
}

.calendarWrapper .itemDataTitle, .calendarWrapper .itemDataContent {
	display:inline;
}

.calendarWrapper .buttonWrapper .button {
	float:none;
}

/* -------------- CALENDER END ------------- */

/* -------------- CONTENT END --------------- */

#news {
	width: 100%;
	background: url(/images/background.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}

#news h2 {
	color: #fff;
	font-size: 28px;
	margin: 20px 0px;
	line-height: 46px;
}

/* #news h2::before {
	content: "";
	margin-bottom: -13px;
	width: 58px;
	display: inline-block;
	height: 46px;
	margin-right: 10px;
	background: url(/images/newsBig.png);
}

#news .maps h2::before {
	background: url(/images/mapBig.png);
} */

.newsOS {
	text-align: center;
}

.newsOS .newsContentItem {
	width: 50%;
	padding: 0px 15px;
	float: left;
	position: relative;
}

.newsOS .newsItemImage {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:url(/images/placeholder.png) center center no-repeat;
}

.newsOS .newsItemImage img {
	min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    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%);
}

.newsOS .date {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 15px;
	top: 0px;
	background: #ed1928;
	color: #fff;
	border-top-left-radius: 10px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.newsOS .date .dateDay {
	font-size: 24px;
	line-height: 24px;
	padding-top: 5px;
	display: block;
}

.newsOS .newsTitle {
	background: #fff;
	text-align: center;
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.newsOS .newsTitle a {
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #ed1928;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.newsOS .readMore, .newsOS .newsBlokTitle {
	display: none;
}

.newsOS .allNews {
	display: inline-block;
	margin: 30px auto;
}

.newsOS .allNews a {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
}

.newsOS .allNews::after {
	content: "";
	width: 17px;
	height: 17px;
	float: right;
	background: url(/images/news.png);
	margin-left: 10px;
}

.maps {
	text-align: center;
}

.maps iframe {
	height: 288px;
	width: 100%;
	border-radius: 10px;
}

.maps > a {
	display: inline-block;
	margin: 30px auto;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
}

.maps > a::after {
	content: "";
	width: 17px;
	height: 17px;
	float: right;
	background: url(/images/maps.png);
	margin-left: 10px;
}

#album h2 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 46px;
	margin: 30px 0px;
	color: #ed1928;
	text-align: center;
}

#album h2::before {
	content: "";
	margin-bottom: -13px;
	width: 58px;
	display: inline-block;
	height: 46px;
	margin-right: 10px;
	background: url(/images/albumBig.png);
}

.albumOs {
	text-align: center;
}

.albumOSContent {
	width: 100%;
	float: left;
}

.owl-item {
	width: 25%;
	padding: 0px 15px;
	float: left;
}

.albumThumb a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 200px;
	cursor: pointer;
}

.albumThumb a img {
	min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    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%);
}

.albumThumbAlbumName {
	display: none;
}

.albumsLink {
	color: #ed1928;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	margin: 30px 0px;
	display: inline-block;
	line-height: 17px;
	font-weight: 600;
}

.albumsLink::after {
	content: "";
	width: 17px;
	height: 17px;
	float: right;
	background: url(/images/album.png);
	margin-left: 10px;
}

.push {
	height: 150px;
}

/* -------------- FOOTER --------------- */

#footer {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #00807f;
	color: #fff;
	position: relative;
}

#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 15px 0px;
}

#footer a {
	color: #fff;
}

#footer select {
	max-width: 250px;   
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color:#555555;
	font-weight:600;
    -webkit-appearance: none;
    padding: 0 0 0 10px;
    background: #fff url(/images/selectDropdown.png) right 10px center no-repeat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-moz-appearance: none;
}

#footer select::-ms-expand {
    display: none;
}

#poweredby a {
	color: #e98635;
}

#footer a:hover, #poweredby a:hover {
	text-decoration: none;
	color: #ed1928;
}

#footer .van img {
	width: 100%;
	max-width: 150px;
	float: right;
}

#footer .prooleiden {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#footer .prooleiden img {
    max-height: 112px;
}

#poweredby {
	background: #fff;
	text-align: center;
	padding: 15px 0px;
}

/* -------------- FOOTER END --------------- */

/* -------------- RESPONSIVE --------------- */

@media only screen and (max-width : 1199px) {
	#slideshow {
		height: 350px !important;
	}

	.contentvlak {
		width: 70%;
	}

	.kalendervlak {
		width: 30%;
	}

	#footer .prooleiden {
		width: 200px;
	}
}

@media only screen and (max-width : 991px) {
	#logo {
		width: 300px;
	}

	#slideshow {
		height: 300px !important;
	}

	.slideshowItemText {
		width: 180px;
		height: 162px;
		padding-top: 50px;
	}

	.slideshowItemText {
		font-size: 18px;
	}

	#nav {
		margin-top: -24px;
	}

	#menu ul.cssMenu li ul {
		top: 41px;
	}

	#menu ul.cssMenu > li > a {
		padding: 10px 10px;
		font-size: 15px;
	}

	.contentvlak {
		width: 50%;
	}

	.kalendervlak {
		width: 50%;
	}

	.albumOs .owl-item {
		width: 33.33%;
	}

	.albumOs .owl-item:nth-child(4) {
		display: none;
	}

	#footer, .push, .wrapper {
		height: auto;
		margin: 0px;
	}

	#footer .van img {
		float: left;
	}

	#footer #naw {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width : 767px) {
	#header .right {
		position: relative;
	}

	.quicklink {
		width: 100%;
		margin: .5rem 0 0 0;
	}

	.searchWrapperOnsite {
		width: 50%;
		min-width: 220px;
		padding-left: 10px;
	}

	.searchWrapperOnsite input[type=text] {
		margin: 20px 0px;
		float: right;
		height: 30px;
		padding-left: 10px;
		width: calc(100% - 40px);
		border:none;
		border-radius: 10px;
	}

	.searchWrapperOnsite a {
		width: 30px;
		height: 30px;
		background: #00807f;
		display: block;
		float: left;
		border-radius: 10px;
		margin: 20px 0px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}

	.searchWrapperOnsite a::after {
		content: "\f002";
		font-family: FontAwesome;
	}

	.searchWrapperOnsite a:hover {
		text-decoration: none;
		background: #444;
	}

	#searchContainer.clicked {
		margin-top: -70px;
	}

	.wrapper #nav {
		display: none;
	}

	#logo {
		margin-bottom: 0px;
	}

	#slideshow {
		height: 250px !important;
	}

	.albumOs .owl-item {
		width: 50%;
		margin-bottom: 15px;
	}

	.contentvlak {
		width: 100%;
	}

	.kalendervlak {
		width: 100%;
		max-width: 300px;
		margin: auto;
		float: none;
	}

	.albumOs .owl-item:nth-child(4) {
		display: block;
	}

	#footer {
		text-align: center;
		padding-bottom: 120px;
	}

	#footer .topspace {
		padding-top: 0px;
	}
	
	#footer .fti {
		margin-bottom: 15px;
	}

	#footer .social {
		display: inline-block;
		float: none;
	}

	#footer .van img {
		float: none;
	}

	#footer select {
		max-width: 320px;
		margin: 0 auto;
	}
}

@media only screen and (max-width : 480px) {
	.slideshowItemText {
		background: rgba(237, 025, 040, .8);
		width: 100%;
		height: auto;
		left: 0px !important;
		bottom: 0px;
		padding: 15px;
	}

	#logo {
		width: calc(100% - 80px);
	}

	/* .quicklink {
		width: calc(100% - 110px);
		font-size: 13px;
	} */

	#header .social.facebook {
		margin-right: 0px
	}
	
	.newsOS .newsContentItem {
		width: 100%;
		margin-bottom: 15px;
	}

	.albumOs .owl-item {
		width: 100%;
	}
}

@media only screen and (max-width : 320px) {

}