body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a {
    color: inherit;
}


.content {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .content {
        padding-top: 33px;
    }
}

@media (min-width: 1200px) {
    .content {
        max-width: 1030px;
    }
}

/* standard link styles */
ul.cssMenu li a, ul.cssMenu li a:active, ul.cssMenu li a:visited {
	color: inherit;
	text-decoration: none;
	display: block;
}

.noTouch ul.cssMenu .hasKids a:hover, ul.cssMenu .hasKids a.pressed {
	color: #fff;
	text-decoration: none;
}

#mainMenu #home {
	cursor: pointer;
}


/*-------------------------------------------------------------------------------------*/
/*NAVBAR---------------LOGO--------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.logo {
    width: 165px;
    text-align: center;
    display: inline-block;
}

.logo img {
    display: inline-block;
}

.navbar-header {
    padding: 15px 15px 0;
    text-align: center;
}

ul.cssMenu {
    margin: 0;
    padding: 0;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-default {
    border: none;
    position: relative;
    z-index: 999;
    background-color: rgba(253,253,253, 0.85);
    height: 85px;
    border-radius: 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .noTouch .navbar-default .navbar-toggle:hover {
	width: 29px;
	height: 29px;
	padding: 0;
	border: none;
	float: left;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-toggle .icon-bar {
	display: none;
}

.navbar-default .navbar-collapse {
    border-bottom: 2px solid #818285;
}

.navbar-toggle.collapsed .icon-bar{
	width: 29px;
	height: 2px;
	background-color: #818285;
	display: block;
}

.closeMenu {
	line-height: 15px;
	position: relative;
}

.closeMenu:after {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 1.6em;
	color: #818285;
}

.navbar-toggle.collapsed .closeMenu {
	display: none;
}

.navbar-collapse {
	padding: 0;
	width: 100%;
	border: none;
}

.mainMenu {
    background-color: rgba(253, 253, 253, 0.85);
}

@media (min-width: 768px) {
    .mainMenu {
        position: absolute;
        right: 0;
        bottom: 10px;
        background-color: transparent;
    }
    
    .navbar-default {
        height: 115px;
    }
    
    .navbar-default .navbar-collapse {
        border: none;
    }
    
    .logo {
        width: 225px;
    }
}

@media (min-width: 992px) {
    .navbar-default {
        height: 149px;
    }

    .logo {
        width: auto;
        margin-left: 30px;
        margin-top: 13px;
    }
}

/*-------------------------------------------------------------------------------------*/
/*PARENT LIST ITEMS----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

ul.cssMenu li {
    position: relative;
    
    font-family: 'Roboto Slab', serif;
    text-transform: initial;
}

ul.cssMenu > li {
    list-style-type: none;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff;
    z-index: 999;
    color: #483f3f;
    font-weight: bold;
    text-transform: uppercase;
}

ul.cssMenu > li a {
    padding: 6px 8px;
    background: rgba(201, 189, 133, 0.9);
}

ul.cssMenu > li > ul li a {
    padding-left: 16px;
}

ul.cssMenu > li > ul li > ul li a {
    padding-left: 24px;
}

ul.cssMenu > li > ul li > ul li > ul li a {
    padding-left: 32px
}

ul.cssMenu li.hasKids:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.4em;
    right: 15px;
    position: absolute;
    color: #5e5b5b;
    top: 0;
}

.noTouch ul.cssMenu li.hasKids:hover:after, ul.cssMenu li.hasKids.pressed:after {
    content: "\f107";
}

ul.cssMenu ul {
    position: absolute;
    top: 0;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.noTouch ul.cssMenu li:hover > ul, ul.cssMenu li.pressed > ul {
    position: relative;
    display: block;
}

ul.cssMenu > li:first-child a {
    background: rgba(212, 148, 20, 0.85);
    background-size: 27px;
}

ul.cssMenu > li:nth-child(2) a {
    background: rgba(231, 181, 5, 0.85);
    background-size: 27px;
}


ul.cssMenu > li:nth-child(3) a {
    background: rgba(193, 151, 30, 0.85);
    background-size: 27px;
}

.noTouch ul.cssMenu li:hover > ul li,
ul.cssMenu li.pressed ul li {
    background-color: inherit;
}

@media (min-width: 768px) {
    ul.cssMenu > li {
        float: left;
        border: none;
        font-size: 1.1em;
        margin: 0 9px;
        padding-bottom: 10px;
    }
    
    ul.cssMenu > li > a {
        padding: 13px 8px 8px;
    }    
    
    ul.cssMenu > li > ul li a {
    padding-left: 8px;
    }

    ul.cssMenu > li > ul li > ul li a {
        padding-left: 8px;
    }

    ul.cssMenu > li > ul li > ul li > ul li a {
        padding-left: 8px
    }
    
    
    ul.cssMenu > li.hasKids > ul a::before {
        border-top: 1px solid #fff;
        content: '';
        position: absolute;
        width: calc(100% - 16px);
        left: 8px;
        top: 0;
    }
    
    ul.cssMenu > li.hasKids > ul li:first-child > a::before {
        display: none;
    }
    
    ul.cssMenu li.hasKids:after {
        content: '';
        display: none;
    }
    
    .noTouch ul.cssMenu li:hover ul, ul.cssMenu li.pressed ul {
        position: absolute;
        top: 47px;
        left: 0;
        text-align: left;
        width: 190px;
        font-weight: 400;
        border-radius: 0px 10px 10px 10px;
        font-size: 17px;
    }
    
    ul.cssMenu li {
        background-color: inherit;
    }
    
    .noTouch ul.cssMenu li:hover ul li:hover > ul, ul.cssMenu li.pressed ul li.pressed > ul {
        left: 190px;
        top: 0;
    }
}


/*-------------------------------------------------------------------------------------*/
/*Search Wrapper----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
body .header {
    padding-top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 174px;
    position: relative;
}

body.active-search .header {
    padding-top: 33px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 141px;
}
/*
@media (min-width: 768px) {

}

@media (min-width: 992px) {
    body .header {
        margin-bottom: 526px;
    }
}

@media (min-width: 1200px ) {
    body .header {
        margin-bottom: 583px;
    }
}*/

.searchWrapperOnsite {
    position: absolute;
    top: -33px;
    left: 0;
    height: 33px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(253, 253, 253, 0.85);
    padding: 0 15px;
}

#searchOnsite {
    position: relative;
    margin: 0 auto;
}

.searchTextOnsite {
    width: 100%;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    height: 33px;
    font-style: italic;
    color: #74726f;
    border-bottom: 1px solid #878786;
    font-size: 16px;
}

.search {
    float: right;
}

.search-text {
    color: rgba(255, 255, 255, 0);
    display: block;
    width: 29px;
    height: 29px;
    background-color: #f0bd0c;
    position: relative;
    cursor: pointer;
    margin-top: 9px;
    overflow: hidden;
}

.active-search .search-text::after {
    content: '\f00d';
}


.search-text::after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.2em;
    position: absolute;
    color: #ffffff;
    left: 0;
    top: 0;
    height: 29px;
    width: 29px;
    line-height: 27px;
}

.searchOnsiteSubmitWrapper {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}

.searchOnsiteSubmitWrapper a {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/search.png') no-repeat;
}


@media (min-width: 768px) {
    body .header {
        margin-bottom: 358px;
    }
    
    .searchWrapperOnsite {
        background-color: transparent;
        width: 242px;
        right: 0;
        top: 10px;
        left: inherit;
    }
}

@media (min-width: 992px ) {
    body .header {
        margin-bottom: 462px;
    }
    
    body .content-page .header {
        margin-bottom: 286px;
    }
}

@media (min-width: 1200px) {
    body .header {
        margin-bottom: 519px;
    }
}

/*-------------------------------------------------------------------------------------*/
/*SLIDESHOW----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.slideshow {
    position: absolute;
    top: 0;
    max-width: 100%;
    overflow: hidden;
}

.slideshowWrapper .slide .slideShowItemImage {
    display: block;
    max-width: 100%;
    height: auto;
}

.slideshowWrapper .slide img {
    display: block;
    height: auto;
    width: 767px;
}

@media(min-width: 320px) and (max-width: 511px) {
    .slideshowWrapper .slide img {
        margin-left: -50%;
    }
}

.slideshowWrapper .slide {
    left: 0;
    position: absolute;
    top: 0;
    max-width: 100%;
    height: 259px;
    overflow: hidden;
    width: 100%;
}

.slideshowWrapper .slide .slideshowItemText {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    top: auto;
    color: #fff;
    font-size: 35px;
    width: 100%;
    line-height: 65px;
    left: 0;
    padding: 0 15px;
    bottom: 0;
    text-shadow: -3px 3px 1.8px rgba(0, 0, 0, 0.25);
}

.content-page .slideshowItemText {
    display: none;
}

@media(min-width: 768px) {
    .slideshowWrapper .slide {
        height: 473px;
    }
    
    .slideshowWrapper .slide .slideshowItemText {
        font-size: 52px;
        line-height: 65px;
        left: 410px;
        padding: 0;
        width: 330px;
        bottom: 20px;
    }
}

@media (min-width: 992px ) {
    .slideshowWrapper .slide {
        height: 611px;
    }
    
    .slideshowWrapper .slide img {
        width: auto;
    }
    
    .content-page .slideshowWrapper .slide {
        max-height: 435px;
    }
    
    .slideshowWrapper .slide .slideshowItemText {
        left: 610px;
    }
}

@media (min-width: 1200px) {
    .slideshowWrapper .slide {
        height: 668px;
    }
    
    .slideshowWrapper .slide .slideshowItemText {
        left: 570px;
        font-size: 72px;
        line-height: 85px;
        width: 450px;
    }
}



/*-------------------------------------------------------------------------------------*/
/*Content----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.text-container {
    background-color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 0;
}

@media(min-width: 1200px ){
    .text-container {
        padding: 60px 0;
    }
}

.text-container::after {
    content: '';
    display: block;
    clear: both;
}

/*-------------------------------------------------------------------------------------*/
/*Nieuws----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.newsOS {margin: 1rem;}

.newsOS::after {
    content: '';
    display: block;
    clear: both;
}

.newsContentItem {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    color: #020202;
}

.newsContentItem .newsTitle {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.newsContentItem .newsTeaser {
    font-size: 12px;
}

.newsContentItem .newsTeaser .date {
    display: inline-block;
}

.newsContentItem .newsTeaser .date::after {
    content: '\00a0-\00a0';
}

.newsContentItem a.readMore {
    color: #cf9c2c;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.newsContentItem a.readMore::after {
    content: ' >>';
}

@media (min-width: 992px    ) {
    .newsContentItem {
        width: 45%;
        margin-right: 25px;
    }
}

/*-------------------------------------------------------------------------------------*/
/*Kalender----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.calendarOS {
    position: relative;
    z-index: 0;
    color: #ffffff;
    font-family: 'Homemade Apple', cursive;
    margin: 1rem;
    font-size: 24px;
}

.calendarOS::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url('/images/calendar-bg.png') top left/cover no-repeat;
    width: 100%;
    height: 100%;
}

.calendarOS .calendarItem::before {
    content: "*";
    margin-right: 6px;
}

.calendarOS .calendarItemTitle {
    display: block;
}

.calendarOS .calendarItem .calendarItemDateStart,
.calendarOS .calendarItem .calenderFromTillSign,
.calendarOS .calendarItem .calendarItemDateEnd
{
    display: inline;
}

.calendarOS .calendarItem span {
    margin: 0 3px;
}

.calendarOS .calendarItem .calendarItemDate {
    margin-bottom: 8px;
    display: inline-block;
}

.calendarOS .calendarItem .calendarItemTitle:hover {
    color: inherit;
    text-decoration: underline;
}

.calendarOS .calendarItem:first-child {
    color: #8fe641;
    margin-bottom: 15px;
}

.calendarOS .calendarItem:nth-child(2) {
    color: #41c5e6;
}

@media (min-width: 1200px ) {
    .calendarOS {
        font-size: 36px;
    }
}

/*-------------------------------------------------------------------------------------*/
/*Footer----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.footer {
    background: url('/images/footer-bg.jpg');
}

.footer-title {
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin: 8px 0;
    display: inline-block;
}

.footer-body a {
    display: block;
}

.naw-data {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom {
    background-color: rgba(123, 103, 20, 0.45);
    padding: 6px 0;
}

.footer-top {
    padding: 15px 0 55px;
}

.footer-bottom .fbtm-text {
    display: block;
    text-decoration: none;
}

.footer-text {
    text-transform: uppercase;
}

.footer-text::before {
    content: '- ';
}

.footer-body a img {
    margin-top: 20px;
    width: 200px;
}

@media (min-width: 768px) {
    .footer-bottom .fbtm-text {
        display: inline-block;
        margin-right: 10px;
    }
    
    .footer-bottom .fbtm-text::after {
        content: '|';
        margin-left: 10px;
        color: #333!important;
    }
}

@media (min-width: 1200px) {
    .footer-bottom .container {
        max-width: 1090px;
    }
}