@charset "utf-8";
 body {
     font-family: 'Lato', sans-serif !important;
     color: #3e3e3e;
     background-color: white;
     font-size: 17px;
     line-height: 28px;
     font-weight: 400;
     overflow-x: hidden;
}
 h1, h2, h3 {
     font-size: 36px;
     color: #003466;
     margin: 0;
     font-family: 'Titillium Web', sans-serif;
     font-weight: 700;
     word-wrap: break-word;
     text-align: center;
}
 .home h1, .vervolg h1 {
     font-size: 26px !important;
     line-height: 28px !important;
     font-weight: 400!important;
    /*padding:32px 0 0 0 !important;
     */
     text-align:center !important;
}
 .vervolg h1 {
     font-weight: 700 !important;
     font-size: 36px !important;
}
 h2 {
     font-size: 28px;
     margin:0;
     font-weight:400 !important;
     color:#003466;
     margin-top:0px !important;
     margin-bottom:33px !important;
}
 .vervolg h2 {
     font-weight: 400;
}
 h3 {
     font-size: 28px;
     color:#003466;
     margin: 38px 0 22px 0;
}
 .title {
     color:#003466;
     width: 100%;
     font-size:28px;
     font-family: 'Titillium Web', sans-serif;
     line-height:24px;
     text-align: center;
     margin:38px 0 36px 0;
}
 #contentTextBlock div, #contentTextBlock p, #contentCmsBody td, #contentCmsBody div #contentTextBlock, .allNewsWrapper .newsItem, #contentCmsBody div, .allNewsWrapper .newsItem .newsItemWrapper .newsTeaser {
     font-size: 16px;
     line-height: 26px;
     font-family: 'Lato', sans-serif !important;
     font-weight: 400;
     color: #3e3e3e;
     margin: 22px 0 0 0;
}
 #contentTextBlock {
     width: 100%;
}
 #contentTextBlock h2, #contentTextBlock h3, .contentWrapper h2, .contentWrapper h3 {
     text-align: center;
     font-family: 'Titillium Web', sans-serif;
     word-wrap: break-word;
     font-weight: 700;
}
 #contentCmsBody a:link, #contentCmsBody a:visited {
     color: #003466 !important;
     text-decoration: none;
}
 #contentCmsBody a:hover {
     color:#fffa00 !important;
}
 .breadcrumbsBlock {
     color:#003466 !important;
}
 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -130px;
     -webkit-transition: padding-top 0.5s;
     -moz-transition: padding-top 0.5s;
     -ms-transition: padding-top 0.5s;
     -o-transition: padding-top 0.5s;
     transition: padding-top 0.5s;
}
 .push {
     height: 130px;
}
 .wrapper.clicked {
     padding-top: 40px;
     -webkit-transition: padding-top 0.5s;
     -moz-transition: padding-top 0.5s;
     -ms-transition: padding-top 0.5s;
     -o-transition: padding-top 0.5s;
     transition: padding-top 0.5s;
}
/* head + divers ---------------------------------------------------------------------*/
 .navbar {
     position: relative;
     min-height: 110px;
     margin-bottom: 0px;
     clear: left;
}
 .logo {
     height: auto;
     margin-top: 0;
     margin-bottom: 0px;
}
/* dc > logo with a ahref tag always needs a display: block;
 */
 a.logoImg, a.logo, a.logoLink, a.footerLogo {
     display: block;
}
 .button:hover {
     background-color:#fffa00;
     color:#003466;
     text-decoration: none;
}
 .button::after {
     font-family: FontAwesome;
     position: absolute;
     pointer-events: none;
     top: 0;
     right: 12px;
     font-size: 19px;
}
 .logIn::after {
     content: "\f023";
}
 .user::after {
     content: "\f234";
}
/*CONTENT -----------------------------------------------------------------------------*/
 .content .contentColumn {
     margin-top: 0px;
     margin-bottom: 0px;
}
 .content .dc-contentContainer .contentWrapper {
     margin: 0;
     padding: 0;
}
 .dc-contentContainer {
     margin: 0px 0 10px 0px;
     text-align:center;
}
 .vervolg .dc-contentContainer {
     text-align:left;
}
 img {
     max-width: 100%;
}
/* -------------- SEARCH -------------------------------------------------------- */
 input.searchTextOnsite::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
     color: #fff;
}
 input.searchTextOnsite:-moz-placeholder {
    /* Firefox 18- */
     color: #fff;
     opacity: 1;
}
 input.searchTextOnsite::-moz-placeholder {
    /* Firefox 19+ */
     color: #fff;
     opacity: 1;
}
 input.searchTextOnsite:-ms-input-placeholder {
    /* IE 10+ */
     color: #fff;
}
 input.searchTextOnsite::-ms-input-placeholder {
    /* Edge */
     color: #fff;
}
 #searchContainer {
     height: 40px;
     margin-top: -40px;
     background: #003466;
     color: white;
     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;
     background-color: #003466;
     margin: 5px 0px;
     border: none;
     height: 30px;
     color: #fff !important;
     text-transform: uppercase;
     border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
     padding-left: 10px;
}
 #searchTextOnsite input {
     color: #fff !important;
}
 #searchContainer input[type=text]:focus {
     outline: 0px;
}
 #searchContainer a {
     width: 30px;
     height: 30px;
     display: block;
     background: #003466;
     margin: 5px 0px;
     border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
     right: 15px;
     position: absolute;
     line-height: 30px;
     text-align: center;
     color: #fff;
     text-decoration: none !important;
}
 #searchContainer a::after {
     content: "\f002";
     font-family: FontAwesome;
}
 #searchContainer a:hover {
     text-decoration: none !important;
}
 .search-toggle::after {
     content: "\f002";
     font-family: FontAwesome;
     position: absolute;
     width: 100%;
     height: 100%;
     pointer-events: none;
     font-size: 16px;
     color: #fff;
     left: 10px;
     top: 5px;
}
 .search-toggle.clicked::after {
     content: "\f00d";
}
 .searchText {
     color: #fff;
}
 .search {
     z-index: 3;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     margin-top: -35px;
     -webkit-transition: margin-top 0.5s;
     -moz-transition: margin-top 0.5s;
     -ms-transition: margin-top 0.5s;
     -o-transition: margin-top 0.5s;
     transition: margin-top 0.5s;
}
 .search.clicked {
     margin: 0;
}
/* -------------- SLIDER -------------------------------------------------------- */
 #slider {
     position: relative;
}
 .slideshowWrapper {
     z-index: 0;
}
 #slideshow, #slideshow .slide, #slideshow .slide .slideShowItemImage, .home-slideshow-container {
     overflow: hidden;
     width: 100% !important;
     height: 180px !important;
     z-index:0;
}
 .slideshow {
     width: 100%;
     height: 180px;
     position: relative;
}
 .slideshow .owl-item .slideshow-image {
     width: 100%;
     height: 180px;
     background-position: center center;
     background-size: cover;
}
 #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%);
}
.slideshow-intro {
    display: table-cell;
    font-size: 12px;
    line-height:14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #003466;
    vertical-align: middle;
    z-index:9 !important;
}
.slideshow-intro {
    position: absolute;
    top: 60px !important;
    margin-left: 0px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding:24px 12px;
    background: url(/images/trans-circel.png);
    background-repeat: no-repeat;
    background-size: contain;
}
 
 .slideshow-effects::after {
     display: block;
     position: relative;
     background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 60%, #000 100%);
     margin-top: -180px;
     height:180px;
     width: 100%;
     content: '';
     z-index:9;
}
 .slideshow-effects::after {
     clear: both;
     display: table;
     content: "";
}
 .home-slideshow-container::after {
     display: block;
     position: relative;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 100%);
     margin-top: -100px;
     height:100px;
     width: 100%;
     content: '';
     z-index:9;
}
 .home-slideshow-container::after {
     clear: both;
     display: table;
     content: "";
}
 .vervolg-slideshow-container {
     max-height: 180px;
     height: 180px;
     overflow:hidden;
     z-index:0;
}
/*DC BODY ELEMENTS---------------------------------------------------------------*/
 a.quick-item {
     color: #fff;
     text-transform: uppercase;
}
 a.quick-item:hover {
     color: #fffa00;
     text-decoration: underline;
}
 .actionLink {
     text-align: center;
     display: inline-block;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     border-top-right-radius: 10px;
     border-top-left-radius: 10px;
     border:solid 1px #003466;
}
 .actionLink a {
     color: #003466;
     font-size: 18px;
     white-space: nowrap;
     font-weight: 400;     display: block;
     font-family: 'Titillium Web', sans-serif;
     line-height: 34px;
     text-transform: uppercase;
}
 ul.action-link-list li {
     width: 100%;
     height: 34px;
     vertical-align:center;
     background-color:#fff;
     margin: 12px 0 26px 0;
}
 ul.action-link-list {
     list-style: none;
     padding:0;
     width: 100%;
     background-color:#fff;
     margin: 0px 0 38px 0;
}
 ul.action-link-list li:last-child {
     margin-right:0px;
}
 ul.action-link-list li:first-child {
     margin-left:0px;
}
 ul.action-link-list li:hover {
     background-color:#fffa00;
     color:#003466;
     text-decoration: none;
}
 .action-link-list a:hover {
     text-decoration: none;
}
/*NEWS ----------------------------------------------------------------------------------------*/
 .bgContainer-news {
     position: relative;
     text-align: center;
     padding: 0px !important;
     background-color: #e7f1ff;
     z-index: 1;
     margin-bottom:0px;
}
 #news {
     width: 100%;
     text-align: center;
}
 .newsOS {
     text-align: center;
}
 .newsOS .newsOSContent {
     width: 100%;
}
 .newsOS .newsOSContent::after {
     clear: both;
     display: table;
     content: '';
}
 .newsOS .newsContentItem {
     padding: 0px 15px;
     float: left;
     position: relative;
}
 .newsOS .newsItemImage, .newsOS .newsItemImage {
     width: 100%;
     height: 190px;
     max-width: 100% !important;
     max-height: 100% !important;
     position: relative;
     overflow: hidden;
     background: url(/images/newsDummy.png);
     background-size: cover;
     background-position: center;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
 .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: #fffa00;
     color:#003466;
     border-top-left-radius: 10px;
     font-size: 13px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
     text-align: center;
     text-transform: uppercase;
}
 .newsOS .date .dateDay {
     font-size: 24px;
     line-height: 12px;
     padding-top: 12px;
     display: block;
     font-weight:700;
}
 .newsOS .dateTitle {
     float: left;
     width: 100%;
     background: #fff;
     padding: 11px 15px 11px 15px;
     height: 65px;
     overflow: hidden;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
 .newsOS .newsTitle {
     background: #fff;
     text-align: center;
     vertical-align: middle;
     width: 100%;
     overflow: hidden !important;
     height:44px;
     line-height: 21px;
}
 .newsOS .newsTitle a {
     display: inline-block;
     text-align: center;
     font-size: 20px;
     line-height: 21px;
     font-weight: 400;
     font-family: 'Titillium Web', sans-serif;
     color:#003466;
     width: 100%;
     display: block;
     word-break: break-word;
}
 .newsOS .newsBlokTitle {
     display: none;
}

 .newsOS .allNews a {
     display: inline-block;
     color: #c41e08;
     text-decoration: none;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     font-size: 17px;
     padding: 0;
     margin: 0;
}
 .newsOS .newsContentItem div.readMore {
     width: 100%;
     background: #fff;
     text-align: center;
     padding: 12px 0px;
     margin-bottom: 20px;
}
 .newsOS .readMore a {
     display: inline-block;
     display:none;
}
 .newsOS .allNews a {
     display: inline-block;
     color: #003466;
     text-decoration: none;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     font-size: 17px;
     line-height:28px;
     padding: 0;
     margin: 0;
     margin-bottom:36px;
}
 .newsOS .allNews a:hover {
     text-decoration: underline;
}
 .newsContentItem {
     margin-bottom:30px;
}
 .newsTeaser {
     display:none;
}
/* FOTOALBUM-------------------------------------------------------------------------------------*/
 .albumOs {
     text-align: center;
}
 .albumOSContent {
     width: 100%;
     float: left;
    /* padding-bottom:30px;
     */
}
/*.owl-item {
     width: 25%;
     padding: 0px 15px;
     float: left;
}
 */
 .albumOs .owl-item {
     width: 100%;
     padding: 0 0 30px 0;
     float: left;
}
 .albumThumb a {
     display: block;
     width: 100%;
     overflow: hidden;
     border-radius: 10px;
     position: relative;
     height: 255px;
     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: #003466;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     font-size: 17px;
     line-height:28px;
     margin: 0px;
     display: inline-block;
}
 .albumsLink:hover {
     color: #003466;
     text-decoration: underline;
}
 .maps iframe {
     height: 390px;
     width: 100%;
     display: block;
}
/*FOOTER ----------------------------------------------------------------------------*/
 .sectionColor {
     background-color: #003466;
     position: relative;
     margin:0;
     padding:0;
     height: auto;
}
 .footer{
     color: #ffffff;
     font-weight: 400;
     padding: 48px 0 30px 0px;
     margin: 0;
     line-height:22px;
}
 .footerBox {
     font-size: 14px;
     color: #ffffff;
     margin-top: 0px;
     font-weight: normal;
     display: block;
     vertical-align: top;
     padding-left: 0px;
     margin-left: 0px;
     margin-bottom: 14px;
}
 .footerSecondBox {
     padding-left: 0px;
}
 .footerInfo {
     display: block;
     white-space: nowrap;
}
 .footer a{
     color: #ffffff;
     white-space: nowrap;
     text-decoration: none;
}
 .footer a:hover {
     color: #e7f1ff;
}
 .footer .phone, .footer .mail {
     position: relative;
     padding-left: 22px;
}
 .footer .phone::before, .footer .mail::before {
     font-family: FontAwesome;
     position: absolute;
     top: 0;
     left: 0;
     font-size: 15px;
}
 .footer .phone::before {
     content: "\f095";
}
 .footer .mail::before {
     content: "\f0e0";
     font-size: 13px;
}
 p.poweredBy{
     padding: 8px 0 12px 0;
     margin: 0px 0 0px 0;
}
 .poweredBy a{
     color: #3467ad;
     font-size: 15px;
     line-height: 15px;
     white-space: nowrap;
}
 .poweredBy a:hover {
     color:#3467ad;
     text-decoration: underline;
}
 .FooterLogoImg {
     max-width:210px;
     position:relative;
     height:auto;
     text-align: center;
}
/* override bootstrap nav . BS gets loaded after menu.css, so this styles couldn't be overwritten and need to be included here----------------------------------------------------------------*/
 .navbar-default {
     background-color: transparent;
     border: none !important;
     width: 100%;
     z-index:1;
}
 .navbar-collapse {
     max-height: 100% !important;
     border: none;
}
 .navbar-default .navbar-collapse {
     text-align: left;
     background: transparent;
     width: 100%;
}
/* RESPONSIVE ----------------------------------------------------------------------------*/
 @media (min-width: 19px) and (max-width: 767px) {
     .navbar-collapse {
         margin-bottom: 0px;
    }
     .logo {
         max-width: 180px;
         height: auto;
         margin-top: 30px;
         margin-bottom: 0px;
    }
     .logo {
         margin-left: -50px;
    }
     .button::after {
         top: 10px;
    }
     #contentTextBlock div, #contentTextBlock p, #contentCmsBody td, #contentCmsBody div #contentTextBlock, .allNewsWrapper .newsItem, #contentCmsBody div, .allNewsWrapper .newsItem .newsItemWrapper .newsTeaser {
         padding:0;
         margin:0;
    }
     #contentTextBlock {
         padding: 0;
    }
     #contentTextBlock img {
         display:block;
         width:100%;
         text-align:center;
    }
     h1 {
         padding-top:28px;
    }
     .newsOS .newsContentItem {
         width: 100%;
    }
     .full-width-container {
         text-align: center;
         width: 100%;
    }
    /* -------------- SEARCH --------------- */
     .search-toggle {
         width: 40px;
         height: 40px;
         display: block;
         cursor: pointer;
         position: absolute;
         right: 0px;
         top: 40px;
         border-radius: 6px;
         text-align: center;
         line-height: 36px;
         background-color: #003466;
    }
     .search-toggle::after {
         content: "\f002";
         font-family: FontAwesome;
         position: absolute;
         width: 100%;
         height: 100%;
         pointer-events: none;
         font-size: 16px;
         color: #fff;
         left: 0;
         top: 2px;
    }
     .search-toggle.clicked::after {
         content: "\f00d";
    }
     ul.action-link-list li {
     height:auto;
     padding:14px 0;
     vertical-align:center;
     margin: 12px 0 12px 0;
	 }
	 .newsOS {
         margin-left:-15px;
         margin-right:-15px;
    }
     .newsOS .allNews a {
    	 margin-bottom:6px;
	}
	 .albumsLink {
     margin-bottom: 15px;
	 }
     .footer{
         text-align: center;
    }
     .FooterLogoImg {
         padding:32px 0;
         text-align: center;
    }
}
/* 768px--------------------------------------------------------------------------------------*/
 @media (min-width: 768px) {
     .mainMenu {
         margin: 0;
         position:absolute;
         right: 0px;
         top:58px;
         display: block;
    }
     #nav::after {
         clear: both;
         display: table;
         content: "";
    }
     .navbar-default .navbar-collapse {
         width: auto !important;
         margin: 0;
         padding: 0;
    }
     .logo {
         position: absolute;
         margin-top:25px;
         left: 0px;
         width: 250px;
    }
     a.logoImg {
         margin: 0;
    }
     .navbar-default .navbar-collapse {
         margin-bottom: 0px;
    }
    /* dc main top container */
     .main-nav-container {
         margin: 0;
         position:relative;
         height: 140px;
         display: block;
         clear: both;
    }
     .header-right {
         float: right;
         margin: 0;
         margin-right:-15px;
         margin-top:12px;
    }
     .header-right .button:hover {
         background-color:#fffa00;
         color:#003466;
         text-decoration: none;
    }
     .header-right .button {
         float: left;
         margin: 0 8px 0 0;
         position: relative;
         padding-right: 40px;
         display: block;
         font-size:16px;
         height: 33px;
         padding: 0 40px 0 10px;
         color: #003466;
         line-height: 33px;
         text-decoration: none;
         font-family: 'Titillium Web', sans-serif;
         border: solid 1px #003466;
         border-radius: 10px;
         -moz-border-radius: 10px;
         -webkit-border-radius: 10px;
    }
     .header-right .logIn {
         background-color: #fff;
    }
     .header-right .user {
         background-color: #fff;
    }
     .search-toggle {
         background: #fff;
         width: 33px;
         height: 33px;
         display: block;
         cursor: pointer;
         position: relative;
         float: right;
         z-index: 0;
         border:solid 1px #003466;
         border-radius: 10px;
         -moz-border-radius: 10px;
         -webkit-border-radius: 10px;
    }
     .search-toggle::after {
         width: 100%;
         height: 100%;
         pointer-events: none;
         font-size: 16px;
         color: #003466;
         left: 9px;
         top: 1px;
    }
     .search-toggle:hover {
         background-color: #fffa00;
    }
     .slideshow {
         width: 100%;
         height: 240px !important;
         position: relative;
    }
     .slideshow .owl-item .slideshow-image {
         width: 100%;
         height: 240px !important;
         background-position: center center;
         background-size: cover;
    }
     .slideshow-effects::after {
         margin-top: -240px;
         height:240px;
        z-index:0;
    }
     .vervolg-slideshow-container {
         max-height: 200px;
         height: 200px;
         overflow:hidden;
    }
     .vervolg .slideshow-effects::after {
         margin-top: -200px;
         height:200px;
    }
     .vervolg-slideshow-container::after {
         margin-top: 0px;
         height:200px;
    }
     .vervolg .slideshowWrapper::after {
         margin-top: -200px;
         height:200px;
         width: 100%;
    }
     .slideshow-intro {
         font-size: 16px;
         line-height:20px;
         z-index:9 !important;
    }
     .slideshow-intro {
         top: 80px !important;
         margin-left: 40px;
         width: 120px;
         height: 120px;
         padding:32px 20px;
    }
     .action-link-container {
         max-width: 700px;
    }
     ul.action-link-list li {
         margin: 0px 8px 0px 8px;
    }
     ul.action-link-list li {
         min-width: 140px;
         max-width: 160px;
    }
     .newsOS .date {
         left: 10px;
    }
     .newsOS .newsContentItem {
         width:100%;
         padding: 0px 10px;
         float: left;
         position: relative;
    }
     .FooterLogoImg {
         position:absolute;
         height:auto;
         right:0px;
         bottom:-60px;
         max-width: 210px;
    }
}
/* min-width: 992px- ------------------------------------------------------------------------- */
 @media (min-width: 992px) {
     #slideshow, #slideshow .slide, #slideshow .slide .slideShowItemImage,.home-slideshow-container {
         height: 325px !important;
    }
     .slideshow {
         width: 100%;
         height: 325px !important;
         position: relative;
    }
     .slideshow .owl-item .slideshow-image {
         width: 100%;
         height: 325px !important;
         background-position: center center;
         background-size: cover;
    }
     home .slideshow-effects::after {
         margin-top: -325px;
         height:325px;
    }
    .home .slideshow-effects::after {
         margin-top: -325px;
         height:325px !important;
    }
     .home-slideshow-container::after {
         background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 100%);
         margin-top: -250px;
         height:250px;
        z-index: 1;
    }
     .vervolg-slideshow-container {
         max-height: 255px;
         height: 255px;
         overflow:hidden;
    }
     .vervolg .slideshow-effects::after {
         margin-top: -255px;
         height:255px;
    }
     .vervolg-slideshow-container::after {
         margin-top:0px;
         height:255px;
    }
     .vervolg .slideshowWrapper::after {
         margin-top: -255px;
         height:255px;
    }
     .slideshow-intro {
         font-size: 28px;
         line-height:36px;
    }
     .slideshow-intro {
         top: 80px !important;
         margin-left: 40px;
         width: 190px;
         height: 190px;
         padding:38px 20px;
    }
     .logo {
         width: 300px;
         margin-top:21px;
    }
     .home h1 {
         padding:0 100px 0 100px !important;
    }
     .newsOS .newsContentItem {
         width: 50%;
         padding: 0px 10px;
         float: left;
         position: relative;
    }
     .newsOS {
         margin-left:-15px;
         margin-right:-15px;
    }
     .newsOS .date {
         left: 10px;
    }
     .albumOs .owl-item {
         width: 50%;
         padding: 0 10px;
         float: left;
    }
     .albumsLink {
         margin: 30px 0px;
    }
}
/* min-width: 1200px- -------------------------------------------------------------------------*/
 @media (min-width: 1200px) {
     .logo {
         width: 344px;
         margin-top: 17px;
    }
     #slideshow, #slideshow .slide, #slideshow .slide .slideShowItemImage, .home-slideshow-container {
         height: 530px !important;
    }
     .slideshow {
         width: 100%;
         height: 530px !important;
         position: relative;
    }
     .slideshow .owl-item .slideshow-image {
         width: 100%;
         height: 530px !important;
         background-position: center center;
         background-size: cover;
    }
     .home .slideshow-effects::after {
         margin-top: -530px;
         height:530px !important;
    }
     .vervolg-slideshow-container {
         max-height: 444px;
         height: 444px;
         overflow:hidden;
    }
     .vervolg-slideshow-container::after {
         margin-top: -444px;
         height:444px;
    }
     .vervolg .slideshow-effects::after {
         margin-top: -444px;
         height:444px;
    }
     .vervolg-slideshow-container::after {
         margin-top: 0px;
         height:444px;
         width: 100%;
    }
     .vervolg .slideshowWrapper::after {
         margin-top: -444px;
         height:444px;
    }
     .home h1 {
         padding:0px 90px 0 90px !important;
    }
     .slideshow-intro {
         font-size: 28px;
         line-height:36px;
    }
     .slideshow-intro {
         top: 180px !important;
         margin-left: 140px;
         width: 225px;
         height: 225px;
         padding:58px 40px;
    }
}
 