
/*
 * Oranje: #ec7404
 * Feller oranje?: #f56f00
 *
 * Index
 * Utility
 * Buttons
 * Typography
 * Reading progress indicator
 * Fullpage.js
 * Homepage logo
 * Subpage logo
 * Page template
 * Archive templates
 * Plattegrond page template
 * Archive search/filters
 * Page date
 * Page tags
 * Hover block
 * Hoverblock type 1
 * Hoverblock type 2
 * Hoverblock type promo
 * Hoverblock type nieuws
 * Hoofdmenu
 * Sidebar
 * Footer
 * Megamenu
 * Megamenu grid
 * Mobile menu
 * Foto Grid
 * Tijdlijn historie
 * Tijdlijn medailles
 * Contactpersonen
 * Footer menu
 * Pagination
 * Formidable Forms
 * FAQ / kennisbank
 * Reviews
 * Kaart
 * Header contact (buttons)
 * Modal
 * OWBK
 * OWBK - Single object
 * OWBK modal
 * OWBK header
 * OWBK - Cart
 * OWBK - Checkout
 * OWBK - Thank you
 * Content block: call to action
 * Evenement single page
 * Alerts
 * Ajax loading state
 *
 */

/* Utility */

.pdl-opacity-50 {
	opacity: 0.5;
}
.uk-margin-bottom-small {
	margin-bottom: 10px;
}
.uk-text-upper {
	text-transform: uppercase;
}
.uk-text-normal {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Buttons */

.uk-button,
.post-password-form [name="Submit"] {
	border-radius: 2px;
	transition: background-color 0.25s, color 0.25, border-color 0.25s;
	-webkit-font-smoothing: antialiased;
}
.uk-button-outlined {
	border: 2px solid #555;
	color: #555;
	border-radius: 0;
	background: none !important;
	line-height: 34px;
	min-height: 34px;
}
.uk-button-outlined:hover,
.uk-button-outlined:active,
.uk-button-outlined:focus {
	border-color: black;
	color: black;
}
.uk-button-outlined.uk-button-large {
	line-height: 44px;
	min-height: 44px;
}
.uk-button-outlined.uk-button-small {
	line-height: 26px;
	min-height: 26px;
}
.uk-contrast .uk-button-outlined {
	border-color: white !important;
	color: white !important;
	-webkit-font-smoothing: antialiased;
}
.uk-button-large.uk-button-primary {
	font-family: "Exo", "Lato", sans-serif;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
}
.uk-button-dark {
	background: #222;
	color: #eee;
	transition: background-color 0.25s, color 0.25s;
}
.uk-button-dark:hover,
.uk-button-dark:active,
.uk-button-dark:focus {
	background: #222;
	color: white;
}
.uk-contrast .uk-button-dark {
	background: rgba( 255, 255, 255, 0.1 );
	color: #eee;
}
.uk-contrast .uk-button-dark:hover,
.uk-contrast .uk-button-dark:active,
.uk-contrast .uk-button-dark:focus {
	background: rgba( 255, 255, 255, 0.2 );
	color: white;
}
.uk-button i {
	margin-left: 10px;
}
.uk-button i.uk-icon-angle-left {
	margin-right: 5px;
	margin-left: -2px;
}
.uk-button.uk-active {
	background: #ec7404 !important;
	color: white !important;
}
.uk-button.pdl-filter-tax-term {
	padding-top: 7px;
	padding-bottom: 8px;
	line-height: 1.1;
	text-align: left;
}
.uk-button-link {
    color: #f56f00;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* Typography */

@font-face {
    font-family: 'Urdwin';
    /* font-weight: BlackItalic; */
    src: url("/https/papendal.com/wp-content/themes/papendal/fonts/Urdwin.woff") format("woff");
}


h1, h2, h3, h4 {
	-webkit-font-smoothing: antialiased;
}
h1, h2 {
	font-weight: bold;
	font-family: 'Urdwin';
	text-transform: uppercase;
}
h3, h4 {
	text-transform: uppercase;
	font-family: 'Urdwin';
}
em {
	color: #000;
}
a em {
	color: #ec7404;
	text-decoration: underline;
}
a em:hover {
    color: #059;
    text-decoration: underline;
}
p a {
	text-decoration: underline;
}
/* Dit geeft alle buttons oranje tekst. Niet gewenst. -Berend */
/*
.pdl-page-contentColumn a,
.pdl-page-contentColumn a:hover,
.pdl-page-contentColumn a:active,
.pdl-page-contentColumn a:visited{
	color: #F56F00;
}
*/
.pdl-page-contentColumn p{
	margin-top: 0px;
}
.pdl-page-contentColumn h2,
.pdl-page-contentColumn h3,
.pdl-page-contentColumn h5{
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.pdl-page-contentColumn h2{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 0px !important;
}
.pdl-page-contentColumn h3{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}
.pdl-page-contentColumn h5{
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px;
}
.pdl-page-contentColumn > .uk-block:first-child {
	padding-top: 0;
}
.pdl-page-contentColumn > .owcb-block > .uk-container {
	padding: 0;
}
.pdl-page-contentColumn .owcb-tekstblok .owcb-text p{
	margin-top: 0px !important;
}
.pdl-page-contentColumn .owcb-tekstblok .owcb-text p + ul,
.pdl-page-contentColumn .owcb-tekstblok .owcb-text p + ol{
	margin-top: -30px;
}
.pdl-page-contentColumn .owcb-tekstblok .owcb-text h3 + ul,
.pdl-page-contentColumn .owcb-tekstblok .owcb-text h3 + ol{
	margin-top: 0px;
}

.owcb-title span,
.owcb-pre-title span,
.owcb-post-title span,
.owcb-text span {
	color: #ec7404;
}
@media (min-width: 1220px){
	.pdl-page-contentColumn h2{
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.pdl-page-header h1{
		font-size: 35px;
		line-height: 35px;
		max-width: 90%;
	}
}

/* Reading progress indicator */

.pdl-readingProgressIndicator {
	display: none;
	position: fixed;
	z-index: 2; /* Above fullpage.js */
	top: 0;
	left: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: rgba(0, 0, 0, 0.3);
	height: 6px;
	color: #ec7404; /* IE10+ */
}
.pdl-readingProgressIndicator::-webkit-progress-bar {
	background-color: transparent;
}
.pdl-readingProgressIndicator::-webkit-progress-value {
	background-color: #ec7404;
}
.pdl-readingProgressIndicator::-moz-progress-bar {
	background-color: #ec7404;
}

/* Fullpage.js */

/* fullpage.js initial section state before the scripts has loaded */
[data-fullpagejs-section] {
	min-height: 100vh;
}
/*.js .fullpagejs-hide-while-loading { //todo */
.fullpagejs-hide-while-loading {
	opacity: 0;
	transition: opacity 1s;
}
.fp-normal-scroll .fp-tableCell {
	height: auto !important;
	display: block;
}

/* Fullpage.js photo screens */
.pdl-fullpagePhoto {
	text-align: center;
}
.pdl-fullpagePhoto-header {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	color: white;
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.pdl-fullpagePhoto-header strong {
	color: #ec7404;
}
.pdl-fullpagePhoto-arrowDown {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	font-size: 50px;
	text-align: center;
}
.pdl-fullpagePhoto-arrowDown i {
	margin: 25px 0;
	transition: color 0.25s;
}
.pdl-fullpagePhoto-arrowDown:hover i,
.pdl-fullpagePhoto-arrowDown:active i,
.pdl-fullpagePhoto-arrowDown:focus i {
	color: #ec7404 !important;
}
@media (max-width: 479px) {
	.pdl-fullpagePhoto-header p{
		font-size: 28px;
		line-height: 36px;
	}
	.pdl-fullpagePhoto-arrowDown{
		bottom: 50px;
	}
	.pdl-fullpagePhoto-arrowDown i{
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.pdl-homepageLogo{
		left: 0 !important;
		right: 0;
		top: 80px!important;
	}
	.pdl-homepageLogo-img{
		margin: 0 auto;
		display: block;
	}
	.pdl-fullpagePhoto .uk-button-outlined.uk-button-large {
		line-height: 22px;
		padding: 10px;
		max-width: 270px;
	}
}
@media ( min-width: 1220px ) {
	.pdl-fullpagePhoto-arrowDown i {
		margin: 50px 0;
	}
}

/* Homepage logo */

.pdl-homepageLogo {
	display: block;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 40px;
}
.pdl-homepageLogo-img {
	max-width: 50%;
}
@media ( min-width: 768px ) {
	.pdl-homepageLogo-img {
		max-height: 75px;
		max-width: none;
	}
}

/* Homepage buttons */

.home .uk-contrast .uk-button-outlined:hover {
	border-color: #ec7404 !important;
	background-color: #ec7404 !important;
	color: white !important;
	transition: all 0.2s ease;
}
.home .uk-contrast .uk-button-outlined {
	transition: all 0.2s ease;
}

/* Subpage logo */

.pdl-page-staticPhotoHeader .papendal-logo-diapositief{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

/* Breadcrumbs */

.pdl-breadcrumbs {
	margin-top: 10px;
	font-size: 14px;
}

#breadcrumbs {
	margin: 0;
}

#breadcrumbs a {
	color: white;
	text-decoration: underline;
	transition: 0.2s all;
}

#breadcrumbs a:hover {
	color: #c7c7c7;
	transition: 0.2s all;
}

/* Page template */

#page{
	background: black;
}
#page > .pdl-page-contentGrid > .uk-grid > .uk-width-medium-1-3 > .uk-block-secondary {
	transform: skewY( 3deg );
}

#page > .fp-normal-scroll {
	background: white;
}

/*.uk-text-right a {
	margin-right: 30px;
}*/

#page > .pdl-page-contentGrid > .uk-grid > .uk-width-medium-1-3 > .uk-block-secondary {
	transform: skewY( 3deg );
}

#page > .pdl-page-contentGrid > .uk-grid > .uk-width-medium-2-3.uk-width-large-3-4 {
	padding-left: 0px ;
}

@media ( max-width: 767px ) {
	#page > .pdl-page-contentGrid > .uk-grid > .uk-width-medium-2-3.uk-width-large-3-4 {
		padding-left: 25px ;
	}

	.uk-text-right a {
		margin-right: 0px;
	}
	#page > .pdl-page-contentGrid > .uk-grid > .uk-width-medium-1-3 > .uk-block-secondary {
		transform: skewY( 0deg );
	}

}
.pdl-page-staticPhotoHeader {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 300px;
	background-position: top left;
	background-color: black;
}
.pdl-page-contentGrid {
	position: relative;
	z-index: 0; /* Above staticPhotoHeader, under sticky footer */
}
.pdl-page-staticPhotoHeader + .pdl-page-contentGrid {
	margin-top: 100px;
}
.pdl-page-contentColumn,
.pdl-page-header {
	background: white;
	padding: 20px 0;
}
.pdl-page-contentColumn{
	padding-right: 20px;
	padding-left: 20px;
	/*margin-bottom: 100px !important;*/
}
.pdl-page-header {
	background: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*
.pdl-page-contentColumn .owcb-fotogrid-item {
    padding-left: 5px;
}
@media ( max-width: 767px ) {
	.pdl-page-contentColumn .owcb-fotogrid-item {
	    padding-left: 0px;
	}
}
*/
@media ( min-width: 480px ) {
	.pdl-page-contentColumn,
	.pdl-page-header {
		padding: 40px;
	}
	.pdl-page-contentColumn section:first-child{
		padding-top: 0px;
	}
	.pdl-page-contentColumn section .uk-container{
		padding: 0px !important;
	}
}
@media ( min-width: 768px ) {
	.pdl-page-staticPhotoHeader {
		height: 350px;
	}
	.pdl-page-staticPhotoHeader + .pdl-page-contentGrid {
		margin-top: 125px;
	}
	.pdl-page-contentColumn,
	.pdl-page-header {
		padding: 60px;
	}
	.pdl-page-contentColumn section.uk-block{
		padding-top: 0px;
	}
}
@media ( min-width: 1220px ) {
	.pdl-page-staticPhotoHeader {
		height: 550px;
	}
	.pdl-page-staticPhotoHeader + .pdl-page-contentGrid {
		margin-top: 250px;
		padding: 0px;
	}
	.pdl-page-contentColumn,
	.pdl-page-header {
		padding: 80px 100px;
	}
}
.pdl-page-contentColumn p:first-child strong {
	font-size: 17px;
}

/* Archive templates */

.pdl-archive-entry {
	overflow: hidden; /* As clear float */
}
h2.pdl-archive-entry-title {
	font-size: 24px;
	line-height: 1.2;
}
.pdl-archive-entry-date {
	opacity: 0.5;
	margin-bottom: 1em;
}
.pdl-archive-entry-image {
	margin-bottom: 5px;
}
@media ( min-width: 520px ) {
	.pdl-archive-entry-image {
		float: left;
		max-width: 150px;
		margin-bottom: 0;
	}
}
@media ( min-width: 768px ) {
	.pdl-archive-entry-image {
		margin-right: 10px;
	}
}
@media ( min-width: 960px ) {
	.pdl-archive-entry-image {
		max-width: 250px;
	}
}
@media ( min-width: 1220px ) {
	.pdl-archive-entry-image {
		margin-right: 0;
	}
}
.pdl-archive-entry-content {
	padding-bottom: 78px; /* Leave space for the pos-a button underneath */
}
.pdl-archive-entry-info {
	margin-top: 15px !important;
	line-height: 1.65em;
}
.pdl-archive-entry-button {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2; /* Above cover link */
}
@media ( min-width: 768px ) {
	.pdl-archive-entry-button {
		width: auto;
	}
}

/* Plattegrond page template */

.page-template-template-plattegrond #page {
	background: white;
	overflow: hidden; /* For neg-margin-right kaart overflow */
}
.pdl-plattegrond-contentgrid {
	position: relative; /* for pos-a footnote */
	max-width: 1800px;
}
.pdl-plattegrond-header {
	margin-top: 10px;
}
.pdl-plattegrond-header h2 {
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
}
@media ( min-width: 960px ) {
	.pdl-plattegrond-header {
		margin-top: 35px;
	}
	.pdl-plattegrond-header h2 {
		font-size: 25px;
	}
}
@media ( min-width: 1220px ) {
	.pdl-plattegrond-header h2 {
		font-size: 30px;
	}
}
@media ( min-width: 768px ) {
	.page-template-template-plattegrond .vastgoed-kaart {
		margin-top: -200px;
		margin-right: -100px;
	}
}
@media ( min-width: 1220px ) {
	.page-template-template-plattegrond .vastgoed-kaart {
		margin-top: -250px;
		margin-right: -125px;
	}
}
@media ( min-width: 960px ) {
	.pdl-plattegrond-footnote {
		position: absolute;
		bottom: 0;
		left: 25px;
	}
}
@media ( min-width: 1220px ) {
	.pdl-plattegrond-footnote {
		left: 35px;
	}
}
/* Force footnote to the bottom at arbitrary sidebar max-height */
/*
@media ( max-height: 900px ) {
	.pdl-plattegrond-footnote {
		position: static;
	}
	.pdl-plattegrond-footnote-grid > div {
		width: auto !important;
	}
}
*/

/* Archive search/filters */

.pdl-filter-pre-header, h2.pdl-filter-pre-header {
	font-size: 36px;
	line-height: 42px;
}
.pdl-filter-header {
	/*margin-bottom: 3px;*/
	/*margin-bottom: -2px;*/
	/*margin-bottom: 10px;*/
}
.pdl-filter-header-search-button {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pdl-filter-header-search-button i {
	position: relative;
	top: -1px;
}
h2.pdl-filter-result-count {
	font-size: 0.9em;
	text-transform: uppercase;
}
.pdl-filter-clear-button {
	/*vertical-align: baseline;*/
	margin-left: 3px;
}
.pdl-filter-toggle-button {
	margin-left: 3px;
	color: inherit !important;
	text-decoration: underline;
}
.pdl-filter-toggle-button.-active {
	border: 1px solid #000;
	border-bottom-color: white;
	border-radius: 3px 3px 0 0;
	position: relative;
	bottom: -1px;
	font-size: 1.5em;
	background: none;
	color: #555;
	margin-left: 10px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.pdl-filter-filters {
	border: 1px solid black;
	padding: 30px;
}
.pdl-filter-results {
	margin-top: 30px;
}
h3.pdl-filter-tax-caption {
	font-size: 17px;
	line-height: 1;
	margin-bottom: 0.5em;
}
.pdl-filter-tax-terms {
	margin-top: 0;
}
/*.pdl-filter-search-input,*/
/*.pdl-filter-search-button,*/
.pdl-filter-tax-term {
	margin-top: 3px !important;
}
.pdl-filter-search-input {
	border-color: white !important;
}

/* Page date */

.pdl-page-date {
	float: right;
	margin-bottom: 1em;
}
@media ( min-width: 768px ) {
	.pdl-page-date {
		margin-bottom: -2em;
	}
}

/* Page tags */

.pdl-page-tags{
	color: #fff;
	margin-top: -25px;
}
.pdl-page-tags-skew{
	height: 60px;
	width: 100%;
	transform: skewY( 2.5deg );
	background-color: #ec7404;
}
.pdl-page-tags .uk-block{
	background-color: #ec7404;
	margin-top: -30px;
	padding-top: 10px;
	padding-bottom: 50px;
}
.pdl-page-tags-title{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pdl-page-tags-title:first-child {
	margin-top: 0;
}
.pdl-single-page-tag {
	border: solid 2px #fff;
	color: white;
	display: inline-block;
	border-radius: 19px;
	transition: 0.2s all;
	margin: 0 5px 10px 0;
	padding: 3px 20px 5px;
}
.pdl-single-page-tag:hover {
	background-color: #fff;
	color: #ec7404;
	text-decoration: none;
}
@media (max-width: 479px) {
	.pdl-page-tags .uk-block{
	    padding: 10px 25px 40px;
	}
}
@media (max-width: 767px) {
	.pdl-page-tags {
		margin-bottom: 50px !important;
	}
}
@media (min-width: 768px) {
	.pdl-page-tags {
		margin-bottom: 100px !important;
	}
}

/* Hover block */

.pdl-hoverBlock {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pdl-hoverBlock-subtitle strong {
	text-transform: uppercase;
	color: #ec7404;
}
.pdl-hoverBlock--height-small {
	min-height: 100px;
}
@media ( min-width: 768px ) {
	.pdl-hoverBlock--height-small {
		min-height: 200px;
	}
}
.pdl-hoverBlock--height-medium {
	min-height: 200px;
}
@media ( min-width: 768px ) {
	.pdl-hoverBlock--height-medium {
		min-height: 300px;
	}
}
.pdl-hoverBlock-contentWrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*.pdl-hoverBlock-links,
.uk-touch .pdl-hoverBlock-coverLink,*/
.pdl-hoverBlock .pdl-tag {
	display: none;
}
.pdl-hoverBlock--noImage {
	height: 100%;
}
@media (max-width: 1199px) {
	.pdl-hoverBlock .pdl-hoverBlock-title{
		font-size: 24px;
	}
}

/* Hoverblock type 1 */

.pdl-hoverBlock--type1 .pdl-hoverBlock-title {
	position: absolute;
	top: 50%;
	right: 25px;
	left: 25px;
	text-align: center;
	z-index: 1;
	padding-bottom: 15px;
	transform: translateY( -50% );
}
.pdl-hoverBlock--type1 .pdl-hoverBlock-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 1px;
	background: white;
}
.pdl-hoverBlock--type1 .pdl-hoverBlock-subtitle {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 25px;
	font-size: 16px;
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
}
.pdl-hoverBlock--type1 .pdl-hoverBlock-subtitle p {
	margin: 0;
}
.pdl-hoverBlock--type1 .pdl-hoverBlock-subtitle:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 1000px;
	background: #ec7404;
	opacity: 0.85;
	transform: skewY( -2.5deg );
}
.pdl-hoverBlock--type1 .pdl-hoverBlock-subtitle p:after {
	font-family: "fontawesome";
	content: "\f105";
	position: relative;
	margin-left: 10px;
	bottom: -1px;
	color: #ec7404;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* Hoverblock type 2 */

.pdl-hoverBlock--type2 .pdl-hoverBlock-title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	padding: 25px 30px 15px;
	margin: 0;
	text-align: left;
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 40px;
	height: 1px;
	background: white;
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-title:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	height: 1000px;
	background: #ec7404;
	opacity: 0.85;
	transform: skewY( -2.5deg );
	z-index: -1;
}
@media ( min-width: 960px ) and ( max-width: 1116px ) {
	.pdl-hoverBlock--type2 .pdl-hoverBlock-title:before {
		bottom: -3px;
	}
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-subtitle {
	position: relative;
/*	right: 0;
	bottom: 0;
	left: 0;
	padding: 25px 30px 5px;*/
	-webkit-font-smoothing: antialiased;
	text-align: right;
	height: 100%
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-subtitle p {
	margin: 0;
	position: absolute;
    right: 30px;
    bottom: 5px;
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-subtitle p:after {
	font-family: "fontawesome";
	content: "\f105";
	position: relative;
	bottom: -1px;
	margin-left: 10px;
	color: #ec7404;
	-webkit-font-smoothing: subpixel-antialiased;
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-links {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	position: absolute;
    top: 50%;
    left: 30px;
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-links a {
	color: white !important;
	position: relative;
	z-index: 2; /* Above cover link */
}
.pdl-hoverBlock--type2 .pdl-hoverBlock-links i {
	margin-right: 3px;
}
@media ( min-width: 960px ) {
/*	.pdl-hoverBlock--type2 .pdl-hoverBlock-links {
		margin-bottom: 15px;
	}*/
}
@media ( max-width: 767px ) {
	.pdl-hoverBlock--type2 {
		min-height: 210px;
	}
	.pdl-hoverBlock--type2 img {
		display: none;
	}
}

/* Hoverblock type 3 */

.pdl-hoverBlock--type3 .pdl-hoverBlock-contentWrapper{
	background-color: rgba(236, 116, 4, 0.8);
	top: inherit;
	right: 0;
	bottom: -8px;
	left: 0;
	padding: 10px 20px 20px;
	transform: skewY(3deg);
}
.pdl-hoverBlock--type3 .pdl-hoverBlock-contentWrapper > *{
	transform: skewY(-3deg);
}
.pdl-hoverBlock--type3 .pdl-hoverBlock-contentWrapper h4{
	font-family: "Lato";
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.pdl-hoverBlock--type3 .pdl-hoverBlock-contentWrapper p{
	font-size: 13px;
	margin: 0;
	font-weight: 300;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
.pdl-hoverBlock--type3:hover .pdl-hoverBlock-contentWrapper p{
	max-height: 200px;
}

/* Hoverblock type promo */

.pdl-hoverBlock--promo .pdl-hoverBlock-contentWrapper {
	top: auto;
	text-align: left;
	padding: 15px;
}
.pdl-hoverBlock--promo .pdl-hoverBlock-title {
	display: inline-block;
	position: relative;
	background: #ec7404;
	padding: 3px 6px;
	text-align: left;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.pdl-hoverBlock--promo .pdl-hoverBlock-subtitle {
	display: block !important;
	visibility: visible !important;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 1.3;
	width: 66%;
}
.pdl-hoverBlock--promo .pdl-hoverBlock-subtitle p {
	margin: 0 0 10px;
}
.pdl-hoverBlock--promo .pdl-hoverBlock-linkText {
	margin: 0;
	text-align: right;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
}
.pdl-hoverBlock--promo .pdl-hoverBlock-linkText:after {
	font-family: "fontawesome";
	content: "\f105";
	position: relative;
	margin-left: 5px;
	bottom: -1px;
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}
.pdl-hoverBlock--promo .pdl-tag {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid white;
	padding: 3px 6px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
}
.pdl-hoverBlock--promo .pdl-hoverBlock-coverLink {
	display: block;
}

/* Hoverblock type nieuws */

.pdl-hoverBlock--nieuws .pdl-hoverBlock-contentWrapper {
	top: auto;
	right: 25px;
	bottom: 25px;
	left: 25px;
	text-align: left;
}
.pdl-hoverBlock--nieuws .pdl-hoverBlock-title {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
	max-width: 65%;
	color: #fff;
}
.pdl-hoverBlock--nieuws:hover .pdl-hoverBlock-title,
.pdl-hoverBlock--nieuws .pdl-hoverBlock-title strong {
	color: #fff;
}
.pdl-hoverBlock--nieuws:hover .uk-overlay-background{
	background-color: rgba(0, 0, 0, 0.0);
	transition: all 0.2s;
}
.pdl-hoverBlock--nieuws:hover .pdl-hoverBlock-contentWrapper{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.pdl-hoverBlock--nieuws .pdl-hoverBlock-subtitle {
	display: block !important;
	visibility: visible !important;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	opacity: 0.75;
}
.pdl-hoverBlock--nieuws .pdl-hoverBlock-subtitle p {
	margin-bottom: 0;
	font-style: italic;
}

/* Hoverblock type kalender */

.pdl-hoverBlock--kalender {
	cursor: default;
	text-align: center;
}
.pdl-hoverBlock--kalender .pdl-hoverBlock-title {
	font-size: 50px;
	font-weight: bold;
	/*-webkit-font-smoothing: antialiased;*/
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 0;
}
.pdl-hoverBlock--kalender h5 {
	font-size: 17px;
	line-height: 1;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.pdl-hoverBlock--kalender .pdl-hoverBlock-subtitle {
	display: block !important;
	visibility: visible !important;
	-webkit-font-smoothing: antialiased;
	padding: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba( 245, 111, 0, 0.8 ) !important;
}
.pdl-hoverBlock--kalender .pdl-hoverBlock-subtitle p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.3;
}

/* Sidebar */

#pdl-sidebar{
	font-size: 14px;
	background-color: #222;
}
.pdl-sidebar-menu-wrapper {
	margin-top: 30px;
}
@media ( min-width: 768px ) {
	.pdl-sidebar-menu-wrapper {
		display: block !important;
		visibility: visible !important;
	}
}
.pdl-backButton {
	float: right;
	margin-right: 30px;
	box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
}
.-in-header > .pdl-backButton {
	float: none;
	margin-right: auto;
}
@media ( min-width: 480px ) {
	.-in-header > .pdl-backButton {
		margin-left: 40px;
	}
}
#pdl-sidebar .sidebar-menu-title {
	font-family: "Lato";
	font-size: 20px;
	color: #ec7404;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
}
.pdl-sidebar-menu-toggle-icon:after {
	display: none !important;
}
#pdl-sidebar .sidebar-menu-title:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #ec7404;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.sidebar-menu-title[data-uk-toggle] {
	cursor: pointer;
}
#pdl-sidebar ul{
	list-style: none;
	padding: 0px;
}
#pdl-sidebar ul a{
	color: #fff;
	font-weight: 300;
}
#pdl-sidebar ul li{
	margin-bottom: 20px;
}
#pdl-sidebar .children,
#pdl-sidebar .sub-menu{
	list-style: none;
	margin-top: 20px;
	margin-left: 20px;
}
#pdl-sidebar .current_page_item > a{
	color: #ec7404;
}
@media ( max-width: 767px ) {
	#pdl-sidebar {
		/*transform: skewY( 0deg );*/
		padding: 20px 25px;
	}
}
@media ( min-width: 768px ) {
	#pdl-sidebar {
		transform: skewY( 3deg );
		padding: 50px;
		margin-top: 150px;
	}
	#pdl-sidebar > * {
		transform: skewY( -3deg );
	}
}
@media ( min-width: 1220px ) {
	#pdl-sidebar{
		margin-top: 250px;
	}
}

/* Hoofdmenu */

#pdl-main-menu {
	padding-left: 0px;
	list-style: none;
	color: white;
}
#pdl-main-menu .sub-menu {
	list-style: none;
	color: white;
	padding-left: 20px;
}
#pdl-main-menu .sub-menu > li > a {
	color: #969696;
}
.menu-hoofdmenu-container > ul > li > a {
	color: white;
}
@media ( max-width: 1249px ) {
	#pdl-main-menu .menu-item > a,
	#pdl-main-menu-right .menu-item > a {
	/*#pdl-main-menu-right {*/
		display: none;
	}
}

/* Footer */

.pdl-footer {
	margin-bottom: 50px;
	background: black;
}
.pdl-footer-text {
	color: white;
	padding: 20px;
	font-size: 14px;
	text-align: right;
}
.pdl-footer-text a{
	color: white;
}
.pdl-siteFooter {
	position: fixed;
	z-index: 10; /* Above everything */
	right: 0;
	left: 0;	
	bottom: 0; 
	background: #fff;
	/*top: 0;  Toggle this on when the menu goes top or live 
	background: #ec7404;
	
	 */
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.pdl-siteFooter-logo {
	max-height: 26px; /* Must total 50px */
	margin: 12px 0;   /* Must total 50px */
}
.not-home .pdl-siteFooter .current-menu-item > a {
	background: #fff;
	color: #000;
}
.pdl-siteFooter .menu-item > a,
.pdl-siteFooter-right > a {
	text-transform: uppercase;
}
.pdl-siteFooter-right a {
	font-weight: normal !important;
}
.pdl-siteFooter-right li{
	position: relative;
}
.pdl-siteFooter-right li i{
	margin-left: 5px;
}
.pdl-siteFooter-right .sub-menu{
	position: absolute;
	top: -50px;
	right: 0;
	background-color: #fff;
	padding: 0;
	display: none;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
	z-index: 2;
}
.pdl-siteFooter-right .sub-menu li{
	list-style: none;
}
.pdl-siteFooter-right .sub-menu li a{
	display: block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    color: #000;
    font-size: 15px;
    font-family: "Exo",sans-serif;
    font-weight: bold;
}
.pdl-siteFooter-right .sub-menu li a:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
.pdl-siteFooter-right li:hover > .sub-menu{
	display: block;
}
.pdl-main-menu .pdl-siteFooter-linkAlt > a {
	background: #fff;
	color: #000 !important;
	font-size: 13px !important;
	padding: 0 30px !important;
}
.uk-navbar-nav > li.-open > a {
	background-color: black;
	color: white;
}

.uk-navbar-nav>li>a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
      color: #000;
    /*
    color: #fff; toggle once it goes live*/
    
    font-size: 15px;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
    background-color: #fff;
    color:#ec7404;
    outline: none;
}

.pdl-footer form label{
	display: inline-block;
	margin-bottom: 5px;
}
.pdl-footer form input[type="text"]{
	width: 100%;
	border-radius: 2px;
	margin-bottom: 10px;
}
.pdl-footer form input[type="submit"]{
	background-color: #ec7404;
	color: #fff;
	border:none;
	padding: 6px 15px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	transition: all 0.25s;
}
.pdl-footer form input[type="submit"]:hover{
	background-color: #ff9028;
	transition: all 0.25s;
}
.uk-navbar-brand{
	padding: 0;
	margin-left: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 1249px) {
	.uk-navbar-brand{
		width: 150px;
		height: 50px;
		background-image: url('../img/papendal-logo.png');
		background-size: 149px 30px;
	}
}
@media only screen and (max-width: 1249px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 1249px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 1249px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 1249px) and (min-device-pixel-ratio: 2){
	.uk-navbar-brand{
		background-image: url('../img/papendal-logo-retina.png');
		background-size: 149px 30px;
	}
}
@media (min-width: 1250px) {
	.uk-navbar-brand{
		width: 50px;
		height: 50px;
		background-image: url('../img/papendal-logo-letter.png');
		background-size: 19px 26px;
	}
}
@media ( min-width: 960px ) and ( max-width: 1045px ) {
	.pdl-main-menu li a {
		padding: 0 13px;
	}
}
@media (max-width: 1249px) {
	.pdl-siteFooter-logo{
		display: none;
	}
}
@media (min-width: 1250px) {
	.pdl-siteFooter-logo-full,
	.pdl-menu-item-has-mobilemenu{
		display: none;
	}
}

/* Megamenu */

.pdl-megamenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 50px;
	left: 0;
	background: rgba( 0, 0, 0, 0.9 );
	overflow: auto;
	z-index: 1; /* Above mobile menu */
}
.pdl-megamenu-width {
	margin: -10px 10px 10px;
}
@media ( min-width: 960px ) {
	.pdl-megamenu-width {
		min-width: 960px;
		max-width: none;
		margin: 50px auto;
		padding: 0 35px;
	}
}
@media ( min-width: 1620px ) {
	.pdl-megamenu-width {
		max-width: 75%;
	}
}
.uk-touch .pdl-menu-item-has-megamenu:hover > a,
.uk-touch .pdl-menu-item-has-megamenu:active > a,
.uk-touch .pdl-menu-item-has-megamenu:focus > a {
	background: white !important;
	color: black !important;
}
.uk-touch .pdl-menu-item-has-megamenu.-open > a {
	background: black !important;
	color: white !important;
}
/*
.pdl-menu-item-has-megamenu:hover .pdl-megamenu,
.pdl-menu-item-has-megamenu:active .pdl-megamenu,
.pdl-menu-item-has-megamenu:focus .pdl-megamenu {
	display: block;
}
.uk-touch .pdl-menu-item-has-megamenu:hover .pdl-megamenu,
.uk-touch .pdl-menu-item-has-megamenu:active .pdl-megamenu,
.uk-touch .pdl-menu-item-has-megamenu:focus .pdl-megamenu {
	display: none;
}
*/
/*.uk-touch .pdl-menu-item-has-megamenu.-open .pdl-megamenu {*/
.pdl-menu-item-has-megamenu.-open .pdl-megamenu {
	display: block;
}

/* Megamenu grid */

.pdl-megamenu2 {
	position: relative;
}
.pdl-megamenu2 * {
	box-sizing: border-box;
}
.pdl-megamenu2-half {}
.pdl-megamenu2-inner {
	padding: 10px;
}
.pdl-megamenu2-item,
.pdl-megamenu2-item > * {
	height: 100%;
}
.pdl-megamenu2-close {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	padding: 20px;
	color: rgba( 255, 255, 255, 0.8 ) !important;
	text-decoration: none !important;
	transition: color 0.25s;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.pdl-megamenu2-close:hover,
.pdl-megamenu2-close:active,
.pdl-megamenu2-close:focus {
	color: white !important;
}
@media ( min-width: 960px ) {
	.pdl-megamenu2-close {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		padding: 45px;
	}
}
@media ( min-width: 480px ) {
	.pdl-megamenu2-right .pdl-megamenu2-inner {
		display: inline-block;
		width: 50%;
	}
}
@media ( min-width: 960px ) {
	.pdl-megamenu2 {
		padding-bottom: 49.5%;
	}
	.pdl-megamenu2-half {
		position: absolute;
		width: 50%;
		top: 0;
		bottom: 0;
	}
	.pdl-megamenu2--with-bottom .pdl-megamenu2-half {
		bottom: 20%;
	}
	.pdl-megamenu2-left {
		left: 0;
	}
	.pdl-megamenu2-right {
		right: 0;
	}
	.pdl-megamenu2-bottom {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 20%;
	}
	.pdl-megamenu2-left .pdl-megamenu2-inner {
		height: 33.3%;
	}
	.pdl-megamenu2-right .pdl-megamenu2-inner {
		height: 50%;
	}
	.pdl-megamenu2-bottom .pdl-megamenu2-inner {
		height: 100%;
	}
	.pdl-megamenu2 figure > img {
		display: none;
	}
}

/* Mobile menu */

.uk-touch .pdl-menu-item-has-mobilemenu:hover > a,
.uk-touch .pdl-menu-item-has-mobilemenu:active > a,
.uk-touch .pdl-menu-item-has-mobilemenu:focus > a {
	background: white !important;
	color: black !important;
}
.uk-touch .pdl-menu-item-has-mobilemenu.-open > a {
	background: #ec7404 !important;
	color: white !important;
}
.pdl-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 50px;
	left: 0;
	background: #ec7404;
	overflow: auto;
}
.pdl-menu-item-has-mobilemenu:hover .pdl-mobilemenu,
.pdl-menu-item-has-mobilemenu:active .pdl-mobilemenu,
.pdl-menu-item-has-mobilemenu:focus .pdl-mobilemenu {
	display: block;
}
.uk-touch .pdl-menu-item-has-mobilemenu:hover .pdl-mobilemenu,
.uk-touch .pdl-menu-item-has-mobilemenu:active .pdl-mobilemenu,
.uk-touch .pdl-menu-item-has-mobilemenu:focus .pdl-mobilemenu {
	display: none;
}
.uk-touch .pdl-menu-item-has-mobilemenu.-open .pdl-mobilemenu {
	display: block;
}
@media (max-width: 345px) {
	.pdl-menu-item-has-mobilemenu a span{
		display: none;
	}
}

/* Mobile menu items */

.pdl-mobilemenu-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	margin: 5px 0;
}
.pdl-mobilemenu-item {
	display: block;
}
.pdl-mobilemenu-item > a,
.pdl-mobilemenu-item > a:hover,
.pdl-mobilemenu-item > a:active,
.pdl-mobilemenu-item > a:focus {
	background: none !important;
	text-decoration: none;
	display: block;
	font-family: "Exo", sans-serif;
	font-weight: 600 !important;
	font-size: 20px;
	color: white !important;
	padding: 15px 30px !important;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
}
@media (max-width: 767px) {
	.pdl-mobilemenu-item > a{
		padding: 15px 30px !important;
	}
}

/* Foto Grid */

/*
.owcb-fotogrid .uk-grid{
	margin-left: 0px;
}
@media ( min-width: 768px ) {
	.owcb-fotogrid-item:first-child{
		padding-left: 5px;
		margin-left: -5px;
	}
}
*/
.owcb-fotogrid-overlay{
	background-color: rgba( 245, 111, 0, 0.8 ) !important;
}
.owcb-fotogrid-overlay h3{
	font-size: 14px;
	line-height: 20px;
}
.owcb-fotogrid-overlay--initial{
	top: auto !important;
	bottom: -25px;
	-ms-transform: skewY(4deg); /* IE 9 */
	-webkit-transform: skewY(4deg); /* Safari */
	transform: skewY(4deg);
	padding: 15px 20px 40px 20px;
}
.owcb-fotogrid-overlay--initial > * {
	-ms-transform: skewY(-4deg); /* IE 9 */
	-webkit-transform: skewY(-4deg); /* Safari */
	transform: skewY(-4deg);
}
.owcb-fotogrid-overlay--hover{
	padding: 20px;
}
.owcb-fotogrid-overlay--hover .uk-vertical-align-bottom{
	vertical-align: middle !important;
	text-align: center;
}
.owcb-fotogrid-overlay--hover h3{
	font-size: 20px;
	line-height: 26px;
	position: relative;
}
.owcb-fotogrid-overlay--hover h3:after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
/* Temp. 3-col width fix */
/*
@media (min-width: 768px) {
    .owcb-fotogrid-item.uk-width-medium-1-3{
        max-width: 30%;
        padding: 0px;
        margin-right: 4.9%;
    }
    .owcb-fotogrid-item.uk-width-medium-1-3:first-child{
        margin-left: 0px;
    }
    .owcb-fotogrid-item.uk-width-medium-1-3:last-child{
        margin: 0px;
    }
}
*/

/* Tijdlijn */

.tijdlijn-img{
	width: 224px;
	height: 224px;
	border-radius: 50%;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
}
.tijdlijn-startdatum,
.tijdlijn-einddatum{
	display: inline-block;
}
.tijdlijn-einddatum{
	margin-left: 30px;
}
.tijdlijn-jaartal{
	font-size: 26px;
	color: #ec7404;
	margin: 0px;
}
.tijdlijn-datum{
	color: #ec7404;
	font-size: 18px;
	font-style: italic;
	margin: 0px 0px 20px;
}
.tijdlijn-content p{
	margin: 0px 0px 50px;
}
.tijdlijn-gebeurtenis{
	margin-top: 0px !important;
	position: relative;
}
@media (max-width: 479px) {
	.tijdlijn{
		padding-left: 35px;
		padding-right: 10px;
	}
}
@media (max-width: 959px){
	.tijdlijn-img{
		margin-bottom: 30px !important;
	}
	.tijdlijn-gebeurtenis [class*='uk-width']{
		border-left: solid 1px #9B9B9B;
	}
	.tijdlijn-gebeurtenis [class*='uk-width']:last-child:before{
		content: "";
		display: block;
		width: 5px;
		height: 35px;
		background-color: #ec7404;
		z-index: 1;
		position: absolute;
		left: -2px;
	}
}
@media (min-width: 960px){
	.tijdlijn{
		margin-top: 40px;
	}
	.tijdlijn-img{
		margin-top: -40px;
		text-align: right;
	}
	.tijdlijn-gebeurtenis [class*='uk-width']{
		position: relative;
		padding: 0px 30px 70px;
	}
	.tijdlijn-gebeurtenis:nth-child(odd) [class*='uk-width']:first-child,
	.tijdlijn-gebeurtenis:nth-child(even) [class*='uk-width']:last-child{
		border-right: solid 1px #9B9B9B;
		text-align: right;
	}
	.tijdlijn-gebeurtenis:nth-child(odd) [class*='uk-width']:first-child:before,
	.tijdlijn-gebeurtenis:nth-child(even) [class*='uk-width']:last-child:before{
		content: "";
		display: block;
		width: 5px;
		height: 35px;
		background-color: #ec7404;
		z-index: 1;
		position: absolute;
		right: -3px;
	}
	.tijdlijn-gebeurtenis:nth-child(even) [class*='uk-width']:first-child {
	    left: 50%;
	}
	.tijdlijn-gebeurtenis:nth-child(even) [class*='uk-width']:last-child {
	    left: -50%;
		text-align: right;
	}
}

/* Tijdlijn medailles */

.tijdlijn-medailles img[class*='medaille-']{
	max-width: 58px;
	display: inline-block;
}
.tijdlijn-medailles .medaille{
	margin-top: 0px;
}
.tijdlijn-medailles .medaille p{
	margin: 0px;
}
.tijdlijn-medailles .medaille-sporter{
	font-weight: bold;
}
.tijdlijn-medailles .medaille-toernooi,
.tijdlijn-medailles .medaille-onderdeel{
	font-style: italic;
}
.tijdlijn-medailles .medaille [class*='uk-width']{
	position: relative;
}
.tijdlijn-medailles .medaille [class*='uk-width']:first-child{
	padding-bottom: 10px;
}
.tijdlijn-medailles .medaille [class*='uk-width']:last-child{
	padding-bottom: 40px;
}
@media (max-width: 479px) {
	.tijdlijn-medailles{
		padding-left: 35px;
		padding-right: 10px;
	}
}
@media (max-width: 959px){
	.tijdlijn-medailles [class*='uk-width']{
		border-left: solid 1px #9B9B9B;
	}
	.tijdlijn-medailles [class*='uk-width']:last-child:before{
		content: "";
		display: block;
		width: 5px;
		height: 35px;
		background-color: #4A4A4A;
		z-index: 1;
		position: absolute;
		left: -3px;
	}
}
@media (min-width: 960px){
	.tijdlijn-medailles .medaille:nth-child(odd) [class*='uk-width']:first-child,
	.tijdlijn-medailles .medaille:nth-child(even) [class*='uk-width']:last-child{
		border-right: solid 1px #9B9B9B;
		text-align: right;
		padding-right: 25px;
	}
	.tijdlijn-medailles .medaille:nth-child(odd) [class*='uk-width']:first-child{

	}
	.tijdlijn-medailles .medaille:nth-child(odd) [class*='uk-width']:first-child:before,
	.tijdlijn-medailles .medaille:nth-child(even) [class*='uk-width']:last-child:before{
		content: "";
		display: block;
		width: 5px;
		height: 35px;
		background-color: #4A4A4A;
		z-index: 1;
		position: absolute;
		right: -3px;
	}
	.tijdlijn-medailles .medaille:nth-child(even) [class*='uk-width']:first-child {
	    left: 50%;
	}
	.tijdlijn-medailles .medaille:nth-child(even) [class*='uk-width']:last-child {
	    left: -50%;
		text-align: right;
	}
}

/* Contactpersonen */

/* //todo testing - Berend */

/*
@media ( min-width: 1730px ) {
	.owcb-contactpersonen {
		position: absolute;
		width: 256px;
		top: 180px;
		right: -226px;
		border: solid white;
		border-width: 30px 30px 0 0;
	}
}
*/

/*
@media ( min-width: 1730px ) {
	.pdl-page-contentColumn {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	}
	.owcb-block {
		order: 1;
	}
	.owcb-contactpersonen {
		order: 0;
		float: right; width: 226px; margin-left: auto;
	}
}
*/

.owcb-contactpersoon {
	width: 226px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
}
.owcb-contactpersoon-foto{
	height: 280px;
	width: 100%;
	background: no-repeat center top 30%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #DDD;
}
.owcb-contactpersoon-info{
	height: 90px;
	background-color: rgba(236, 116, 4, 0.8);
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	-ms-transform: skewY(5deg); /* IE 9 */
	-webkit-transform: skewY(5deg); /* Safari */
	transform: skewY(5deg);
	position: absolute;
	bottom: 22px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
}
.owcb-contactpersoon-info p{
	margin: 0px;
	-ms-transform: skewY(-5deg); /* IE 9 */
	-webkit-transform: skewY(-5deg); /* Safari */
	transform: skewY(-5deg);
}
.owcb-contactpersoon-functie{
	font-weight: 100;
	/* font-style: italic; */
}
.owcb-contactpersoon-contact{
	font-size: 12px;
	color: #fff;
	background-color: #ec7404;
	position: relative;
}
[class*='owcb-contactpersoon-contact-'] a{
	text-align: center;
	padding: 0 !important;
	line-height: 34px;
}
.owcb-contactpersoon-contact-tel{
	border-right: 1px solid #ec7404;
}
.owcb-contactpersoon-contact a,
.owcb-contactpersoon-contact a:visited,
.owcb-contactpersoon-contact a:active{
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 0;
}
.owcb-contactpersoon-contact a:hover{
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767px){
	.owcb-contactpersoon{
		float: none;
		margin: 0 auto 20px auto !important;
	}
}

/* Footer menu */

.pdl-footer-menu-top{
	background-color: #ec7404;
	color: #fff;
	padding: 20px 0;
}
.pdl-footer-menu-top--callout{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	margin: 10px 20px;
}
.pdl-footer-menu{
	margin-top: 0px !important;
	background-color: #1C1C1C;
}
.pdl-footer-menu-col > h3{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	/*cursor: pointer;*/
	display: inline-block;
}
.pdl-footer-menu-col > h3 > i{
	color: #ec7404;
	margin-left: 20px;
}
.pdl-footer-menu-widget{
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
}
.pdl-footer-menu-widget .widgettitle{
	display: none;
}
.pdl-footer-menu-top--social{
	display: inline-block;
	margin: 10px 20px;
}
.pdl-footer-menu-top--social i{
	color: #fff;
	font-size: 22px;
	margin-right: 15px;
	transition: 0.2s all;
}
.pdl-footer-menu-top--social i:hover{
	color: #000;
	transition: 0.2s all;
}
.pdl-footer-menu ul li a{
	text-decoration: underline;
}
/*.pdl-footer-menu ul li a{
	color: #fff;
}
.pdl-footer-menu ul li a:hover{
	color: #ec7404;
}*/
@media (max-width: 767px){
	.pdl-footer-menu-top--callout{
		font-size: 22px;
		margin: 0 0 10px;
	}
	.pdl-footer-menu-col > h3{
		font-size: 18px;
	}
	.pdl-footer-text{
		text-align: center;
		font-size: 12px;
		font-weight: 300;
	}
	.pdl-footer-menu-col > h3 > i{
		margin-left: 10px;
	}
}

/* Pagination */

.page-numbers {
	margin-right: 3px;
	margin-bottom: 3px !important;
}
.page-numbers.dots {
	cursor: default;
}

/* Formidable Forms */

.frm_submit input[type=submit]:focus{
	outline: 0;
}

/* FAQ / kennisbank */

#faq-tab-contents .uk-accordion-title{
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 10px 15px;
	font-size: 16px;
}
#faq-filters .uk-dropdown{
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 5px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#faq-filters .uk-dropdown li a:hover{
	background-color: #ec7404;
}
@media (max-width: 479px) {
	#faq-filters,
	#faq-tab-contents{
		padding: 0 25px;
	}
}

/* Reviews */

.owcb-reviews .review h3{
	font-style: italic;
}
.owcb-reviews .review p,
.owcb-reviews .review .review-stars{
	margin: 0 0 10px;
}
.owcb-reviews .review .review-stars i{
	color: #ffc000;
	margin: 0 2px;
	font-size: 18px;
}
.owcb-reviews .review .reviewer{
	font-weight: bold;
}
.owcb-reviews .review-wrapper{
	max-width: 70%;
	margin: 0 auto;
}
.owcb-reviews .uk-slidenav-position .uk-slidenav-previous{
	left: -10px;
}
.owcb-reviews .uk-slidenav-position .uk-slidenav-next{
    right: -10px;
}

/* Kaart */

.pdl-kaart-grid {}
@media ( min-width: 768px ) {
	.pdl-page-contentColumn > .pdl-kaart-grid {
		margin-top: -20px;
		margin-right: -30px;
		margin-left: -50px;
	}
}
@media ( min-width: 1220px ) {
	.pdl-page-contentColumn > .pdl-kaart-grid {
		margin-top: -40px;
		margin-right: -75px;
		margin-left: -95px;
	}
}
.pdl-kaart-filter {}
.pdl-kaart-filter-item {
	display: block;
	background: #eee;
	margin-bottom: 3px !important;
	color: inherit !important;
	text-decoration: none !important;
	cursor: default;
	line-height: 1.2;
	/*font-size: 17px;*/
	transition: background-color 0.25s;
}
.pdl-kaart-filter-item:hover {
	background: #e5e5e5;
}
.pdl-kaart-filter-item-counter {
	box-sizing: border-box;
	float: right;
	margin-left: 1em;
	padding: 8px 5px;
	color: white;
	-webkit-font-smoothing: antialiased;
	min-width: 36px;
	text-align: center;
}
.pdl-kaart-filter-item-caption {
	display: block;
	padding: 8px 12px;
	word-wrap: break-word;
	/*overflow: hidden;*/
}
body .qtip {
	background-color: white;
	border: 1px solid #e5e5e5;
	line-height: 1.25;
}
body .qtip-title {
	background-color: white;
	padding: 11px 17px 0;
	border-bottom: none;
}
.qtip-pos-rc:before {
	border-left-color: #e5e5e5;
}
.qtip-pos-rc:after {
	border-left-color: white;
}
.vastgoed-popover-button {
	margin-top: 1em;
}
.vastgoed-popover-button + .vastgoed-popover-button {
	margin-top: 3px;
	margin-bottom: 6px;
}

/* Header contact (buttons) */

#header-contact{
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 6px;
	right: 0;
	z-index: 1;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
#header-contact a{
	color: #000;
	font-size: 20px;
	transition: all 0.25s;
	text-transform: uppercase;
	font-family: "Exo";
	float: left;
	line-height: 55px;
}
#header-contact a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #ec7404;
	transition: all 0.25s;
}
#header-contact .bel,
#header-contact .cart {
	width: 55px;
	height: 55px;
	border-right: solid 1px #cdcdcd;
}
#header-contact .boek{
	overflow: hidden;
	float: right;
	width: 55px;
	height: 55px;
}
#header-contact .cart {
	float: right;
	border-right: 0;
	border-left: solid 1px #cdcdcd;
}
#header-contact i{
	width: 55px;
	height: 55px;
	float: left;
	line-height: 55px;
	text-align: center;
}
#krabbel{
	position: fixed;
    top: 60px;
    right: 40px;
	z-index: 1;
}
#krabbel img{
	float: right;
	height: 40px;
}
#krabbel p{
	font-family: 'Indie Flower', cursive;
	font-size: 14px;
	float: left;
	color: #fff;
	max-width: 170px;
	margin: 10px 0 0;
}
@media (max-width: 767px) {
	.home #header-contact{
	   /*display: none;*/
	   z-index: 3;
	}
	#header-contact .boek{
		width: 135px;
		font-size: 15px;
		height: 50px;
	}
	#header-contact a{
		line-height: 50px;
	}
	#header-contact i{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}
@media (min-width: 768px) {
	#header-contact .boek:hover{
		width: 155px;
	}
}

/* Modal */

.uk-modal-dialog,
.pdl-kaart-modal-grid {
	min-height: 250px;
}
.uk-modal-close {
	margin: 0 !important;
	opacity: 1;
	color: #555;
	transition: color 0.25s;
	background: white;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.uk-modal-close:hover,
.uk-modal-close:focus {
	opacity: 1;
	color: black;
}

/* Modal sidebar */

.pdl-kaart-modal-sidebar-item {
	display: block;
	padding: 10px 13px;
	line-height: 1.2;
	color: inherit;
	border: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
	cursor: pointer;
	background: none;
	word-break: break-all;
	transition: background-color 0.25s, color 0.25s;
}
.pdl-kaart-modal-sidebar-item:hover,
.pdl-kaart-modal-sidebar-item:focus,
.pdl-kaart-modal-sidebar-item.-active {
	background: #ec7404;
	color: white !important;
}
.pdl-kaart-modal-sidebar-item--main {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

/* Modal main content */

.pdl-kaart-modal-content {
	border-left: 1px solid #e5e5e5;
}
.pdl-kaart-modal-header {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: inherit;
}
.pdl-kaart-modal-header br {
	display: none;
}
.pdl-kaart-modal-header + p {
	margin-top: 0;
}
.pdl-kaart-modal-contact {
	padding: 15px 17px;
	font-size: 14px;
	line-height: 1.4;
}
.pdl-kaart-modal-contact p {
	margin: 1em 0;
	word-break: break-all;
}
.pdl-kaart-modal-contact p:first-child {
	margin-top: 0;
}
.pdl-kaart-modal-contact p:last-child {
	margin-bottom: 0;
}
.pdl-modal-video,
.pdl-modal-streetview {
	min-height: 300px;
	background: #eee;
}

/* OWBK */

.owbk #page,
.page-template-template-page-white #page,
.pdl-page-staticPhotoHeader {
	background-color: white;
}
.owbk-object-thumb {
	background: #eee;
}
.owbk-object-thumb-content {
	padding: 1em 1.25em;
}
.owbk-object-thumb-details {
	line-height: 1.15;
	min-height: 40px;
}
.owbk-object-thumb-rate {
	font-weight: bold;
}
.owbk-bordered {
	border: solid 1px #222;
}
.owbk-object-thumb--arrangement {
	background: #ec7404;
}

/* OWBK - Single object */

.single-owbk-object #page{
	background-color: #000;
}
.single-owbk-object .pdl-page-contentColumn:first-child{
	position: relative;
	padding-bottom: 0;
}
.single-owbk-object .pdl-owbk-reserve-button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	font-size: 18px;
}
.single-owbk-object .owcb-reviews{
	margin-top: -1px !important;
}
.single-owbk-object .owcb-reviews li{
	text-align: left !important;
}
.single-owbk-object .owcb-tekstblok.uk-block-muted .uk-container,
.single-owbk-object .owcb-reviews .uk-container{
	max-width: 726px;
}
.single-owbk-object .owcb-tekstblok.uk-block-muted{
	padding-top: 30px !important;
}
@media (max-width: 479px) {
	.single-owbk-object .owcb-tekstblok.uk-block-muted,
	.single-owbk-object .owcb-reviews{
		margin: 0 -20px;
	}
	.single-owbk-object .owcb-tekstblok.uk-block-muted .uk-container{
		padding: 0 20px !important;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.single-owbk-object .owcb-tekstblok.uk-block-muted,
	.single-owbk-object .owcb-reviews{
		margin: 0 -40px;
	}
	.single-owbk-object .owcb-tekstblok.uk-block-muted .uk-container{
		padding: 0 40px !important;
	}
}
@media (max-width: 480px) {
	.single-owbk-object .owcb-reviews .uk-slidenav-previous{
		left: 0px;
	}
	.single-owbk-object .owcb-reviews .uk-slidenav-next{
		right: 0px;
	}
}
@media (min-width: 480px) {
	.single-owbk-object .owcb-reviews .uk-slidenav-previous{
		left: 20px;
	}
	.single-owbk-object .owcb-reviews .uk-slidenav-next{
		right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	.single-owbk-object .owcb-tekstblok.uk-block-muted,
	.single-owbk-object .owcb-reviews{
		margin: 0 -60px;
	}
	.single-owbk-object .owcb-tekstblok.uk-block-muted .uk-container{
		padding: 0 60px !important;
	}
}
@media (min-width: 960px) and (max-width: 1219px) {
	.single-owbk-object .owcb-tekstblok.uk-block-muted,
	.single-owbk-object .owcb-reviews{
		margin: 0 -60px;
	}
	.single-owbk-object .owcb-tekstblok.uk-block-muted .uk-container{
		padding: 0 60px !important;
	}
}
@media (min-width: 1220px) {
	.single-owbk-object .owcb-tekstblok.uk-block-muted,
	.single-owbk-object .owcb-reviews{
		margin: 0 -100px;
	}
}

/* Search filter */

.owbk-filter-bar-wrap{
	color: white;
}

.owbk-filter-bar-wrap h2{
	color: white;
	text-shadow: -1px 2px 6px rgba( 0, 0, 0, 0.4 );
    margin-bottom: 0;
    padding-bottom: 0;
}

.owbk-filter-bar-field-icon {
	width: 60px !important;
	color: black !important;
	font-size: 18px !important;
}

/*
.owbk-filter-bar > .uk-form > .uk-grid > div{
	padding-left: 5px !important;
}
*/
.owbk-filter-bar .uk-grid > * {
	padding: 2px;
}

.owbk-filter-bar-button{
	height: 60px !important;
    max-width: 100% !important;
    padding: 15px 25px !important;
	border-radius: 0 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

/*
.owbk-filter-bar .owbk-availability-date,
.owbk-filter-bar .owbk-availability-persons,
.owbk-filter-bar .owbk-availability-rooms,
.owbk-filter-bar .owbk-availability-code {
	padding-left: 45px !important;
}
*/

.uk-form-icon:not(.uk-form-icon-flip) > input.owbk-filter-bar-field {
	padding-left: 45px !important;
}

.owbk-filter-bar-field::-webkit-input-placeholder{
   color: #bbb;
}
.owbk-filter-bar-field:-moz-placeholder{
   color: #bbb;
}
.owbk-filter-bar-field::-moz-placeholder{
   color: #bbb;
}
.owbk-filter-bar-field:-ms-input-placeholder{
   color: #bbb;
}

.owbk-filter-bar-field {
	font-size: 18px !important;
	height: 60px !important;
    padding: 15px 25px 15px 45px !important;
    color: black !important;
	-webkit-font-smoothing: antialiased;
}
.owbk-filter-bar .owbk-filter-bar-field {
	border-color: white !important;
}
select.owbk-filter-bar-field {
    cursor: pointer;
}
select.owbk-filter-bar-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: clip;
}
select.owbk-filter-bar-field::-ms-expand {
    display: none;
}
.owbk-angle-down {
    position: absolute;
    right: 10px;
	color: #e26f04 !important;
}
.uk-icon-angle-down:before {
	font-size: 18px;
}

/* OWBK - Archive */

.owbk-backButton{
	position: absolute;
    left: 0;
    top: 0;
}

.owbk-object-wrap{
	position: relative;
    margin-bottom: 50px;
}

.owbk-object-thumb{
	overflow: hidden;
    height: 100%;
}

.owbk-object-thumb-image{
	transform: skewY(6deg);
    margin-top: -30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.owbk-object-thumb-image img{
    transform: skewY(-6deg);
    margin-top: 30px;
    margin-bottom: -30px;
}

@media (min-width: 600px) and (max-width: 767px) {
	.owbk-object-thumb-image img{
	    margin-bottom: -40px;
	}
	.owbk-object-thumb-image{
		margin-top: -40px;
	}
}

.owbk-large-button {
	font-size: 17px !important;
	line-height: 25px;
	padding: 18px 21px;
	border-radius: 0;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.owbk-object-button {
	font-family: inherit !important;
    position: absolute;
    right: 15px;
    bottom: -15px;
    display: block !important;
}

@media (max-width: 767px) {
	.owbk-object-wrap{
	    margin-bottom: 65px;
	}
	.owbk-object-button{
	    right: 0px;
	    bottom: inherit;
	    top: 100%;
	    display: block !important;
		left: 20px;
	}
}

.owbk-object-thumb-content h4{
	margin-bottom: 5px;
}

.owbk-object-top-bar-left{
	float: left;
	margin-bottom: 10px !important;
}

.owbk-object-top-bar-right{
	font-weight: normal;
    font-size: 17px;
    margin-bottom: 40px !important;
}

@media (min-width: 768px){
	.owbk-object-top-bar-right{
	    float: right;
	}
}

@media (max-width: 767px){
	.owbk-object-top-bar-right{
	    width: 100%;
	    float: left;
	}
}

.owbk-object-top-bar-right a{
    text-decoration: underline;
    color: black;
}

.owbk-object-top-bar-right a:hover{
    color: #f56f00;
}

.owbk-object-thumb-content .owbk-object-thumb-details,
.owbk-object-top-bar-left{
	font-weight: bold;
    font-size: 17px;
}

.owbk-object-thumb-content p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.owbk-object-thumb-content p a{
	/*margin-left: 10px;*/
	color: black;
}
.owbk-object-thumb-content p a:hover{
	color: #f56f00;
}

.owbk-object-thumb-content .owbk-object-thumb-rate{
	font-size: 18px;
}
.owbk-object-thumb-content .owbk-object-thumb-rate .owbk-price-after{
	font-size: 12px;
	font-weight: bold;
}

/* OWBK modal */

.pdl-owbk-modal .uk-modal-dialog {
	max-width: 750px;
}
.pdl-owbk-modal-ajaxTarget {
	padding: 2em 2.25em;
}

/* OWBK header */

.owbk-header{
	position: relative;
}
.owbk-header h1,
.owbk-header h2{
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.owbk-header h2{
	font-weight: 300;
}
.owbk-header-overlay{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.owbk-steps{
	display: inline-block;
}
.owbk-steps .step{
	display: inline-block;
	width: 200px;
	position: relative;
	float: left;
}
.owbk-steps .step:after{
	content: "";
	display: block;
	border: solid 2px #8e8e8e;
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
}
.owbk-steps .step:first-child:after{
	left: 50%;
}
.owbk-steps .step:last-child:after{
	right: 50%;
}
.owbk-steps .step .bullet{
	background-color: #8e8e8e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;
	color: #222;
	position: relative;
	z-index: 1;
	margin: 0 20px;
	border: solid 4px #222;
	transition: background-color 0.25s;
}
.owbk-steps p{
	margin: 0;
	font-size: 14px;
	color: #8e8e8e;
	transition: color 0.25s;
}
.owbk-steps a {
	text-decoration: none !important;
}
.owbk-steps a.step:hover .bullet,
.owbk-steps .step.active .bullet {
	background-color: #fff;
}
.owbk-steps a.step:hover p,
.owbk-steps .step.active p {
	color: #fff;
}
@media (max-width: 479px){
	.owbk-header h2{
		display: none;
	}
	.owbk-steps,
	.owbk-steps .step{
		display: block;
		width: 100%;
	}
	.owbk-steps .step:after{
		display: none;
	}
	.owbk-steps .step .bullet{
		margin-left: 0;
		margin-right: 10px;
		float: left;
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.owbk-steps .step p{
		line-height: 33px;
		text-align: left;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.owbk-steps .step{
		width: 138px;
	}
}
@media (max-width: 767px) {
	.owbk-header h1,
	.owbk-header h2{
		font-size: 28px;
		line-height: 34px;
	}
}

/* OWBK - Cart */

.owbk-order-extras input[type="number"]{
	width: 100%;
	padding-right: 0 !important;
}
dl.uk-description-list.owbk-arrangement-details * {
    font-size: 12px;
}
.owbk-order-extras i{
	margin-left: 5px;
}
.owbk-order-extras .uk-margin-small-top{
	margin-top: 15px !important;
}
.owbk-order-extras .uk-text-small{
	font-size: 14px;
}
.owbk-item-quantity-control-wrapper p {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}
.owbk-item-quantity-control {
	min-width: 64px;
	padding-right: 5px;
}
.owbk-item-quantity{
    width: 20px;
    height: 18px;
	line-height: 18px;
	font-size: 11px;
    text-align: center;
	-webkit-appearance: none;
	border: none;
	background-color: #222;
	color: #fff;
	float: left;
	margin: 0 1px;
}
input.owbk-item-quantity-plus,
input.owbk-item-quantity-minus{
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	background-color: #222;
	color: #fff;
	border: none;
	text-align: center;
	float: left;
}
input.owbk-item-quantity-plus:focus,
input.owbk-item-quantity-minus:focus,
input.owbk-item-quantity:focus{
	outline: none;
}
input.owbk-item-quantity-minus{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
input.owbk-item-quantity-plus{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.owbk-cart-item{
	line-height: 24px;
	padding: 15px 0;
	border-bottom: solid 2px #fff;
}
.owbk-cart-item p{
	margin: 0;
}
.owbk-cart-item h5 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: "Lato";
}
.owbk-cart-item .remove-btn {
	-webkit-appearance: none;
	border: none;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-left: 3px;
	padding: 0;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
}
.owbk-cart-item .remove-btn:hover i{
	color: #f00;
}
.owbk-cart-item-remove {
	display: inline-block;
}
.owbk-cart-item-data,
.owbk-cart-item-data .uk-grid {
	margin-top: 0 !important;
}
.owbk-order-summary-title{
	border-bottom: solid 2px #fff;
	padding: 15px 0;
}
.owbk-order-summary h4{
	font-weight: bold;
	font-size: 22px;
}
.owbk-cart-prices {
	padding: 15px 0;
}
.owbk-cart-prices .uk-grid{
	margin-top: 0px;
}
.owbk-cart-modify,
.owbk-cart-product-title,
.owbk-cart-product-value {
	font-size: 14px;
	line-height:24px;
	color: #252525;
}
.owbk-cart-price {
	font-size: 14px;
	/*line-height: 30px;*/
	line-height: inherit;
}
@media (max-width: 959px) {
	.owbk-order-summary .owbk-cart-modify,
	.owbk-order-summary .owbk-cart-product-title,
	.owbk-order-summary .owbk-cart-product-value {
		font-size: 12px !important;
	}
	.owbk-order-summary .owbk-cart-item .uk-grid .owbk-cart-room-information > div {
		float: none;
	}
	/*.owbk-cart-item {
		padding: 10px 0;
	}
	.owbk-cart-item > .uk-container,
	.owbk-cart-prices .uk-grid > div,
	.owbk-order-summary-title .uk-grid > div {
		padding: 0 15px;
	}*/
}
@media (max-width: 880px) {
	/*.owbk-order-summary .owbk-cart-modify,
	.owbk-order-summary .owbk-cart-product-title,
	.owbk-order-summary .owbk-cart-product-value {
		border-bottom: 1px solid #DDD;
		float: none;
	}*/
}
@media (max-width: 479px) {
	.owbk-order-extras{
		font-size: 14px;
	}
	.owbk-order-extras .uk-text-small{
		font-size: 12px;
	}
	.owbk-order-extras .uk-container{
		padding: 0 15px;
	}
	.owbk-order-extras input[type="number"]{
		width: 40px;
		padding: 4px 6px;
		margin-right: 5px;
	}
	.owbk-cart-buttons .uk-button{
		width: 100%;
	}
}
.pdl-owbk-remove-from-cart-button {
	vertical-align: baseline;
	line-height: inherit;
	min-height: 0;
	color: black;
}
.pdl-cart-arr-list {
	padding-left: 1.2em;
	margin: 0.75em 0 1em !important;
}
.pdl-cart-arr-list li {
	line-height: 1.2;
}

/* OWBK - Checkout */

.owbk-checkout-form{
	border: 1px solid #1E1E1E;
	padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 520px) {
	.owbk-checkout-form .frm_section_heading{
		padding-left: 40px;
	    padding-right: 40px;
	}
	.owbk-checkout-form .frm_section_heading h3{
		margin-left: -40px !important;
	    margin-right: -40px !important;
	}
}

@media (min-width: 350px) and (max-width: 519px) {
	.owbk-checkout-form .frm_section_heading{
		padding-left: 20px;
	    padding-right: 20px;
	}
	.owbk-checkout-form .frm_section_heading h3{
		margin-left: -20px !important;
	    margin-right: -20px !important;
	}
}

@media (max-width: 349px) {
	.owbk-checkout-form .frm_section_heading{
		padding-left: 5px;
	    padding-right: 5px;
	}
	.owbk-checkout-form .frm_section_heading h3{
		margin-left: -5px !important;
	    margin-right: -5px !important;
	}
}

.owbk-checkout-form .radio-buttons label{
	margin-top: 6px !important;
    margin-bottom: 5px;
	float: left !important;
}

.owbk-checkout-form .radio-buttons .frm_opt_container div:first-child label {
	margin-left: 10px;
}
/* .owbk-checkout-form .radio-buttons .frm_opt_container div:last-child label {
	margin-bottom: 15px !important;
} */

.owbk-checkout-form .radio-buttons .frm_opt_container .frm_radio {
	margin-right: 0;
}

.owbk-checkout-form .radio-buttons .frm_radio input[type="radio"]{
	display: none;
}

/*
.owbk-checkout-form textarea,
.owbk-checkout-form input:not([type]),
.owbk-checkout-form input[type="text"],
.owbk-checkout-form input[type="password"],
.owbk-checkout-form input[type="datetime"],
.owbk-checkout-form input[type="datetime-local"],
.owbk-checkout-form input[type="date"],
.owbk-checkout-form input[type="month"],
.owbk-checkout-form input[type="time"],
.owbk-checkout-form input[type="week"],
.owbk-checkout-form input[type="number"],
.owbk-checkout-form input[type="email"],
.owbk-checkout-form input[type="url"],
.owbk-checkout-form input[type="search"],
.owbk-checkout-form input[type="tel"],
.owbk-checkout-form input[type="color"]{
	font-style: italic;
}
*/

.owbk-checkout-form .radio-buttons .frm_radio label{
	margin-left: 3px;
    background: #F5B981;
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
}

.owbk-checkout-form .radio-buttons .frm_radio input[type="radio"]:checked ~ label{
    background: #EC7404 !important;
}

.owbk-checkout-form .frm_submit{
	display: none;
}

.owbk-checkout-order-summary h4{
	font-size: 20px;
	font-weight: 900;
}

.owbk-checkout-edit{
	text-decoration: underline;
}

.owbk-checkout-edit i:before{
	text-decoration: underline;
}

.owbk-checkout-before-button{
	font-size: 12px;
}

.owbk-checkout-before-button p{
	margin-bottom: 10px;
}

/* OWBK - Thank you */

.owbk-thank-you h3{
	font-size: 26px;
	font-weight: bold;
}
.owbk-thank-you h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.owbk-thank-you ol,
.owbk-thank-you p{
	margin-top: 20px;
}
.owbk-thank-you ol li{
	margin-bottom: 20px;
}
.owbk-thank-you .uk-button{
	margin-right: 0;
}

/* Content block: call to action */

.owcb-calltoaction .uk-button-large{
	font-size: 16px;
}
.owcb-calltoaction .uk-block .uk-container{
	padding: 0 35px !important;
}
.owcb-calltoaction .uk-button{
	margin-top: 3px;
}
@media (max-width: 767px) {
	.owcb-calltoaction-text{
		margin-bottom: 10px !important;
	}
}
@media (max-width: 479px) {
	.owcb-calltoaction{
		margin: 0 -20px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.owcb-calltoaction{
		margin: 0 -40px;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	.owcb-calltoaction{
		margin: 0 -60px;
	}
}
@media (min-width: 960px) and (max-width: 1219px) {
	.owcb-calltoaction{
		margin: 0 -60px;
	}
}
@media (min-width: 1220px) {
	.owcb-calltoaction .uk-button{
		margin-top: 3px;
	}
	.owcb-calltoaction{
		margin: 0 -100px;
	}
}

/* Content block: availability */

.owcb-availability .uk-block{
	padding: 20px 0 30px;
}
.owcb-availability .uk-block .uk-container{
	padding: 0 35px !important;
}
.owcb-availability .uk-form select,
.owcb-availability .uk-form input{
	-webkit-appearance: none;
	font-size: 12px;
	height: 40px !important;
	border: none;
}
.owcb-availability .uk-form .uk-button{
	height: 40px !important;
}
.owcb-availability .uk-form .uk-grid-small{
	margin-left: -4px !important;
}
.owcb-availability .uk-form .uk-grid-small > *{
	padding-left: 4px !important;
}
.owcb-availability h2{
	font-size: 18px;
	margin-bottom: 10px !important;
}
.owcb-availability-date,
.owcb-availability-persons,
.owcb-availability-rooms,
.owcb-availability-code{
	padding-left: 28px !important;
}
.owcb-availability .uk-form-icon>[class*='uk-icon-']{
	color: #000;
}
.owcb-availability .uk-form-icon .uk-icon-angle-down{
	position: absolute;
	right: 0;
	color: #ec7404;
}
.owcb-availability .uk-form-icon .uk-icon-angle-down:before{
	font-size: 14px;
}
@media ( max-width: 959px ) {
	.owcb-availability .uk-form select,
	.owcb-availability .uk-form input {
		margin-bottom: 5px;
	}
}

/* Evenement single page */

.pdl-evenement-info {
	padding-bottom: 0;
}
.pdl-evenement-info-inner {
	/*display: block;*/
	border: 1px solid #ec7404;
	padding: 15px;
	line-height: 20px;
	float: right;
}

/* Alerts */

.uk-alert {
	line-height: 1.25;
}
.uk-alert-danger {
	-webkit-font-smoothing: antialiased;
}
.uk-alert i {
	margin-right: 0.25em;
	opacity: 0.5;
}

/* Ajax loading state */

.owbk-ajax-target:before {
	content: "";
	transition: opacity 0.5s;
	opacity: 0;
}
.-loading {
	position: relative;
}
.-loading:before {
	background: white;
	opacity: 0.75;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* cookie popup styles */

/* #CybotCookiebotDialog {
	border: none!important;
	border-radius: 0!important;
	box-shadow: 0 5px 15px rgba(0,0,0,.3)!important;
	box-sizing: border-box!important;
	padding: 5px 5px 15px!important;
	max-width: 500px!important;
	top: initial!important;
	bottom: 20px!important;
	right: 20px!important;
	left: initial!important;
	margin-top: 20px!important;
	margin-left: 20px!important;
	transform: none!important;
	font-size: 12px!important
}

@media (max-width: 767px) {
	#CybotCookiebotDialog {
		width:90%!important
	}
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle,#CybotCookiebotDialog a,#CybotCookiebotDialog div {
	font-family: Roboto,sans-serif!important;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important
}

#CybotCookiebotDialog br,#CybotCookiebotDialog div,#CybotCookiebotDialog td {
	line-height: 1.5!important
}

#CybotCookiebotDialogBodyContent {
	font-size: 12px!important
}

#CybotCookiebotDialogDetailFooter {
	display: none!important
}

#CybotCookiebotDialogBodyContentTitle {
	font-size: 18px!important
}

.CybotCookiebotDialogBodyButton {
	background-color: #ec7403!important;
	font-weight: 700!important;
	min-width: 0!important;
	padding: 5px 20px!important;
	border-radius: 3px!important;
	border: none!important
}

.CybotCookiebotDialogBodyButton:hover {
	background-color: #f0ad31!important
}

#CybotCookiebotDialogDetailBodyContentTabs a {
	font-size: 1.1em!important
}

#CybotCookiebotDialogDetailBodyContent {
	height: 150px!important;
	overflow: hidden!important
}

#CybotCookiebotDialogDetailBodyContent a {
	font-size: .9em!important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
	padding-top: 0!important
}

.CybotCookiebotDialogDetailBodyContentTabsItemSelected {
	padding: 8px 10px!important
}

.CybotCookiebotDialogDetailBodyContentTabsItem {
	padding: 6px 10px!important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails {
	font-size: .9em!important;
	height: 126px!important;
	max-height: 126px!important
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable {
	font-size: 1em!important
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
	font-size: 1em!important
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer {
	float: left!important;
	width: 295px;
	padding-right: 10px!important
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable {
	table-layout: fixed
}

#CybotCookiebotDialogDetailBodyContentTextOverview {
	width: 100% !important;
}

#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
	float: left !important;
}

#CybotCookiebotDialogBodyLevelButtons {
	float: right !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	display: none !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
	border: none !important;;
	background: none !important;;
}

#CybotCookiebotDialogBodyLevelWrapper {
	padding-left: 16px !important;
}

#CybotCookiebotDialogDetail {
	padding: 0 16px !important;
}
#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #ec7404 !important;
	border-color: #ec7404 !important;
}
#CybotCookiebotDialogBodyLevelButtonsTable {
	width: auto !important;
} */

/* Topsporters pagina */

@media ( max-width: 767px ) {
	#header-contact {
		position: absolute;
	}
	.pdl-hoverBlock img {
		height: 185px;
		object-fit: cover;
	}
}
@media ( max-width: 580px ) {
	.pdl-hoverBlock img {
		height: 150px;
	}
}

body.page-id-20442 #header-contact,
body.page-id-20442 #krabbel,
body.parent-pageid-20442 #header-contact,
body.parent-pageid-20442 #krabbel {
	display: none !important;
}






/* WIJ ZIJN MERLIN */
.relative {
    position: relative;
    overflow: hidden;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease-in-out;
}

.banner-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.banner-image.active {
    opacity: 1;
}

.banner_title_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero-title-container {
    position: relative;
    text-align: center;
    width: clamp(22rem, 50vw, 45rem);
    z-index: 3; /* Ensure the hero title is on top */
}

.banner-hero-title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    height: 6rem;
    transition: opacity 0.3s ease-in-out;
}

.columns-row {
    display: flex;
    width: 100%;
    height: 100%;
}

.column {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
}

.column-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease-in-out;
}

.column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(236,116,4,1) 0%, rgba(255,255,255,0) 100%);
    transition: opacity 0.3s ease-in-out;
    z-index: 2; /* Ensure overlay is above the background */
    border-right: 1px solid hsla(0, 0%, 100%, .2);
}

.column:hover .column-overlay {
    opacity: 0.8; /* Slightly more transparent on hover */
}


.column-content {
    position: relative;
    z-index: 3; /* Ensure content is above overlay */
    text-align: center;
    color: #fff;
    padding-bottom: 4rem;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.column-content h2,
.column-content .btn {
    color: #fff;
}

.column-content .btn {
    display: inline-block;
    padding: 20px 30px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.column:hover .column-content .btn {
    opacity: 1; /* Show column content on hover */
}

.column-content .btn:hover {
    background: #fff;
    color: #000;
}

.dropdown-hero {
    display: none;
}

.dropdown-toggle {
    display: none;
    background: #ec7404;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    font-size: 1.2em;
    margin-top: 10px;
    z-index: 3;
    position: relative;
    align-items: center;
}

.dropdown-toggle i {
    margin-left: 10px;
}

.dropdown-content {
    display: none;
    background: #ec7404;
    color: #fff;
    padding: 20px;
}

.dropdown-content a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}
@media (min-width:1025px){
	.banner .column-content h2{
		font-size: 1.2vw;
	}
}
@media (max-width: 1024px) {
    .columns-row {
        display: none !important;
    }
    
    .banner {
      height: 1271px;
      display: flex;
      justify-content: center;
    }
    
    .banner-hero-title {
        margin-bottom: 54vh;
    }
    
    .banner_title_overlay {
        background: linear-gradient(0deg, rgba(252,145,44,1) 0%, rgba(255,255,255,0) 100%);
    }
    
    .dropdown-hero { 
        display: flex;
        flex-direction: column;
        margin-top: 46vh;
    }

    .dropdown-toggle {
        display: flex;
    }

    .dropdown-toggle span {
        margin-left: 10px;
    }

    .dropdown-content {
        display: none;
        background: #ec7404;
        color: #fff;
        padding: 0 20px;
        align-self: center;
        min-height: 44px;
        max-width: 20rem;
        text-align: center;
    }

    .dropdown-content a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px 0;
    }

    .dropdown-content.show {
        display: block;
    }
}
.pdl-megamenu-link{
	letter-spacing: initial!important;
}

@media (max-width: 767px){
	.grecaptcha-badge{
		z-index: 99999;
		bottom: 50px!important;
	}	
}
.pdl-mobilemenu{
	top: 96px;
	bottom: 0px;
}
.pdl-siteFooter-right .sub-menu {
    top: 50px;
}

.home .pdl-page-staticPhotoHeader {
   display: none;
}

.banner-hero-title {
   margin-bottom: 0;
}

.banner-hero-text {
    font-size: 1rem;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.2s ease-in-out;
    margin:0;
}

.banner-hero-title {
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: 'Urdwin';
}

.penta-column-hero {
   padding-bottom: 0 !important;
   min-height: 100vh;
   height: 100%;
}

.column-content h2{
opacity: 1 !important;
 font-family: 'Urdwin';
  font-size: 25px;
 }
 
 .uk-navbar-nav>li>a {
  font-family: 'Urdwin';
  font-weight: BlackItalic;
 } 

.pdl-megamenu-link {
  font-family: 'Urdwin' !important;
  font-weight: BlackItalic !important;
}
