body, html {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	padding: 0 10px;
}

@media(min-width:375px) {

	body {
		padding: 0 20px;
		padding: 0 20px;
	}
}

body {
	font-family: "OpenSans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	background-color: #fff;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}



@font-face {
	font-family: 'OpenSans';
	src: url('/Content/font/OpenSans.eot');
	src: url('/Content/font/OpenSans.svg#OpenSans') format('svg'), url('/Content/font/OpenSans.eot?#iefix') format('embedded-opentype'), url('/Content/font/OpenSans.woff') format('woff'), url('/Content/font/OpenSans.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoBlack';
	src: url('/Content/font/Roboto-Black.eot');
	src: url('/Content/font/Roboto-Black.svg#Roboto-Black') format('svg'), url('/Content/font/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('/Content/font/Roboto-Black.woff') format('woff'), url('/Content/font/Roboto-Black.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('/Content/font/Roboto-Medium.eot');
	src: url('/Content/font/Roboto-Medium.svg#Roboto-Medium') format('svg'), url('/Content/font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/Content/font/Roboto-Medium.woff') format('woff'), url('/Content/font/Roboto-Medium.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


.transform {
	-webkit-transition: background-color ease-out 0.2s;
	-moz-transition: background-color ease-out 0.2s;
	-o-transition: background-color ease-out 0.2s;
	transition: background-color ease-out 0.2s;
}

.transformall {
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.transformborder {
	-webkit-transition: border-color ease-out 0.2s;
	-moz-transition: border-color ease-out 0.2s;
	-o-transition: border-color ease-out 0.2s;
	transition: border-color ease-out 0.2s;
}

.transformopacity {
	-webkit-transition: opacity ease-out 0.2s;
	-moz-transition: opacity ease-out 0.2s;
	-o-transition: opacity ease-out 0.2s;
	transition: opacity ease-out 0.2s;
}

a,
a:hover,
body,
textarea,
input {
	color: #000000;
}

p.lead {
	margin: 0;
	font-size: 18px;
	font-family: RobotoMedium;
}

	p.lead.lead-flat {
		margin-bottom: 10px;
	}

a {
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

h1,
h2,
h3,
h4 {
	font-family: 'RobotoBlack', 'Segoe UI', Arial, sans-serif;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a {
		font-size: inherit;
		font-weight: inherit;
	}

h1 {
	font-size: 30px;
	line-height: 38px;
}


h2 {
	font-size: 1.5em;
	font-weight: 600;
}


h3 {
	font-size: 1.286em;
	font-weight: 600;
}

h4 {
	font-size: 1.143em;
}

@media all and (max-width: 767px) {
	.tile h4 {
		text-align: left;
	}
}

@media(min-width:991px) {
	.pageheader {
		margin-bottom: 30px;
	}
}

.pageheader h1 {
	margin: 0;
	padding-bottom: 20px;
	line-height: 30px;
	letter-spacing: -1px;
}

@media(min-width:1025px) {
	.pageheader h1 {
		font-size: 48px;
		line-height: 54px;
		letter-spacing: -2px;
	}
}

.sub {
	color: #999999;
	font-size: 0.875em;
	line-height: 16px;
}

.header-inline {
	display: inline-block;
}

.has-icn {
	position: relative;
}

	.has-icn:before,
	.has-icn:after {
		position: absolute;
		z-index: 1;
		font-family: dac-icon-set;
		top: 50%;
		line-height: 18px;
		transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.has-icn.has-icn-medium:before,
	.has-icn.has-icn-medium:after {
		font-size: 1.286em;
	}

	.has-icn.has-icn-medium.has-icn-after {
		padding-right: 20px;
	}

	.has-icn.has-icn-before {
		padding-left: 15px;
	}

		.has-icn.has-icn-before:before {
			left: 0;
		}

		.has-icn.has-icn-before:after {
			display: none;
		}

		.has-icn.has-icn-before.has-icn-before-wide {
			padding-left: 20px;
		}

	.has-icn.has-icn-after {
		padding-right: 15px;
	}

		.has-icn.has-icn-after:before {
			display: none;
		}

		.has-icn.has-icn-after:after {
			right: 0;
		}

		.has-icn.has-icn-after.has-icn-after-wide {
			padding-right: 20px;
		}

	.has-icn.has-icn-winkelmandje.has-icn-after {
		padding-right: 35px;
	}

		.has-icn.has-icn-winkelmandje.has-icn-after:after {
			content: '\E81E';
		}

	.has-icn.has-icn-pencil.has-icn-after {
		padding-right: 35px;
	}

		.has-icn.has-icn-pencil.has-icn-after:after {
			content: '\E843';
		}

	.has-icn.has-icn-delete:before,
	.has-icn.has-icn-delete:after {
		content: '\e814';
		font-size: 12px;
	}

	.has-icn.has-icn-location:before,
	.has-icn.has-icn-location:after {
		content: '\e837';
	}

	.has-icn.has-icn-arrow-right:before,
	.has-icn.has-icn-arrow-right:after {
		content: '\e800';
	}

	.has-icn.has-icn-arrow-left:before,
	.has-icn.has-icn-arrow-left:after {
		content: '\e803';
	}

	.has-icn.has-icn-arrow-down:before,
	.has-icn.has-icn-arrow-down:after {
		content: '\e802';
	}

	.has-icn.has-icn-check:before,
	.has-icn.has-icn-check:after {
		content: '\e828';
	}

	.has-icn.has-icn-trashbin:before,
	.has-icn.has-icn-trashbin:after {
		content: '\e824';
	}

	.has-icn.has-icn-info:before,
	.has-icn.has-icn-info:after {
		content: '\e812';
	}

	.has-icn.has-icn-warning:before,
	.has-icn.has-icn-warning:after {
		content: '\e844';
	}

	.has-icn.has-icn-telefoon:before,
	.has-icn.has-icn-telefoon:after {
		content: '\e839';
	}

	.has-icn.has-icn-user:before,
	.has-icn.has-icn-user:after {
		content: '\e83f';
	}

	.has-icn.icn-space-medium.has-icn-before {
		padding-left: 35px;
	}

	.has-icn.icn-space-medium.has-icn-after {
		padding-right: 35px;
	}

	.has-icn.icn-medium.has-icn-before:before {
		font-size: 1.429em;
	}

	.has-icn.icn-medium.has-icn-after:after {
		font-size: 1.429em;
	}

.icn-solo {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

	.icn-solo:hover {
		text-decoration: none;
	}

	.icn-solo:before {
		font-family: dac-icon-set;
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-o-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}

	.icn-solo.icn-medium {
		width: 15px;
		height: 15px;
		line-height: 15px;
	}

	.icn-solo.icn-large {
		width: 25px;
		height: 20px;
		line-height: 20px;
		font-size: 18px;
	}

		.icn-solo.icn-large:before {
			position: relative;
			top: 1px;
		}

	.icn-solo.icn-xlarge {
		width: 35px;
		height: 30px;
		line-height: 26px;
		font-size: 26px;
	}

		.icn-solo.icn-xlarge:before {
			position: relative;
			top: 1px;
			line-height: 26px;
			font-size: 38px;
		}

	.icn-solo.icn-user:before,
	.icn-solo.icn-user:after {
		content: '\e83f';
	}

	.icn-solo.icn-trashbin:before {
		content: '\e824';
	}

	.icn-solo.icn-cancel:before {
		content: '\E814';
	}

	.icn-solo.icn-check:before {
		content: '\E828';
	}

	.icn-solo.icn-plus-circled:before {
		content: '\E81B';
	}

	.icn-solo.icn-minus-circled:before {
		content: '\E819';
	}

	.icn-solo.icn-solo-circle {
		width: 30px;
		height: 30px;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		text-align: center;
		line-height: 30px;
	}

		.icn-solo.icn-solo-circle.icn-solo-circle-form {
			margin-top: 5px;
		}

		.icn-solo.icn-solo-circle.icn-solo-circle-alfa {
			background-color: #ba0808;
			color: #ffffff;
			font-size: 1.286em;
		}

.list-icn {
	position: relative;
}

	.list-icn:before {
		margin-right: 10px;
		font-family: dac-icon-set;
	}

	.list-icn.list-icn-user:before {
		content: '\e838';
	}

	.list-icn.list-icn-telefoonnr:before {
		content: '\e839';
	}

	.list-icn.list-icn-location:before {
		content: '\e837';
	}

	.list-icn.list-icn-klantenservice:before {
		content: '\e83d';
	}

	.list-icn.list-icn-info:before {
		content: '\e812';
	}

.icn-color-alfa:before,
.icn-color-alfa:after {
	color: #ba0808;
}

.icn-color-yankee70:before,
.icn-color-yankee70:after {
	color: #b3b3b3;
}

.icn-color-yankee80:before,
.icn-color-yankee80:after {
	color: #cccccc;
}

.icn-color-yankee90:before,
.icn-color-yankee90:after {
	color: #e6e6e6;
}

.icn-color-ok:before,
.icn-color-ok:after {
	color: #08a201;
}

.icn-color-hover-error:hover:before,
.icn-color-error:before,
.icn-color-hover-error:hover:after,
.icn-color-error:after {
	color: #cc0000;
}

hr.hr-double {
	border-width: 2px;
}

hr.hr-flat {
	margin-top: 0;
	margin-bottom: 0;
}

hr.hr-small-flat {
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.hr-medium-flat {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.hr-large {
	margin-top: 30px;
	margin-bottom: 30px;
}

hr.hr-xlarge {
	margin-top: 60px;
	margin-bottom: 60px;
}

hr.hr-yankee90 {
	border-top-color: #e6e6e6;
}

hr.hr-yankee80 {
	border-top-color: #cccccc;
}

hr.hr-yankee70 {
	border-top-color: #f1f1f1;
}

hr.hr-yankee50 {
	border-top-color: #808080;
}

hr.hr-dotted {
	border-style: dotted;
}

@media (max-width: 767px) {
	hr.hr-medium-xs {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	hr.hr-medium-xxs {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	hr.hr-small-xxs {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.slim-left-xs {
		padding-left: 0;
	}
}

.accordion-panel {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 20px;
}

	.accordion-panel.accordion-panel-yankee98 {
		background-color: #fafafa;
	}

	.accordion-panel.accordion-panel-yankee95 {
		background-color: #f2f2f2;
	}

.accordion.accordion-fat-top {
	margin-top: 20px;
}

.accordion .accordion-header {
	text-decoration: none;
	color: #000000;
}

	.accordion .accordion-header:focus,
	.accordion .accordion-header:active {
		color: inherit;
	}

	.accordion .accordion-header.accordion-header-xl {
		padding: 20px 25px 20px 0;
	}

	.accordion .accordion-header.accordion-header-l {
		padding: 15px 0px;
	}

	.accordion .accordion-header.accordion-header-has-icon-left-fat {
		padding-left: 35px;
	}

	.accordion .accordion-header.accordion-header-has-icon-left {
		padding-left: 27px;
	}

.accordion .accordion-body > div {
	padding: 0 0 20px 0;
}

@media (max-width: 767px) {
	.accordion .accordion-header.accordion-header-has-icon-left-xs {
		padding-left: 27px;
	}
}


#searchresults #googlesearch input.gsc-input {
	border: solid 1px #d9d9d9 !important;
	height: 42px !important;
}

#googlesearch {
	height: 60px;
}

	#googlesearch form.gsc-search-box {
		padding: 0;
	}

	#googlesearch td.gsc-input {
		background-color: transparent;
		padding-right: 0;
		text-align: right;
	}

		#googlesearch td.gsc-input .gsc-input-box {
			background-color: transparent;
			border: 0;
			height: auto;
		}

			#googlesearch td.gsc-input .gsc-input-box td.gsib_a {
				padding: 0;
			}

			#googlesearch td.gsc-input .gsc-input-box td.gsib_b {
				display: none !important;
			}

	#googlesearch div.gsc-clear-button {
		display: none !important;
	}

	#googlesearch input.gsc-input {
		height: 40px !important;
		border: 0 !important;
		background-position: 15px 50% !important;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding-left: 10px !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	#googlesearch td.gsc-search-button {
		position: relative;
	}

		#googlesearch td.gsc-search-button .gsc-search-button {
			height: 42px !important;
			width: 90px !important;
			border: 0;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			background-color: #890606;
			margin-left: 0;
			outline: none;
			font-size: 16px;
			-webkit-transition: all ease-out 0.2s;
			-moz-transition: all ease-out 0.2s;
			-o-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
		}

			#googlesearch td.gsc-search-button .gsc-search-button:hover {
				background-color: #710505;
			}

#searchresults .gsc-control-cse {
	padding: 0;
}

#searchresults .gsc-result-info,
#searchresults .gsc-webResult.gsc-result {
	padding-left: 0;
}

#searchresults .gsc-orderby-container {
	display: none;
}

#searchresults .gsc-webResult.gsc-result:hover {
	border-color: transparent;
}

#searchresults .gsc-table-result {
	margin-bottom: 20px;
	border-bottom: solid 1px #f2f2f2;
}

#searchresults .gs-title,
#searchresults .gs-title b {
	font-size: 18px;
	color: #ba0808;
}

	#searchresults .gs-title:hover,
	#searchresults .gs-title b:hover {
		text-decoration: none;
	}

	#searchresults .gs-title b {
		font-weight: normal;
	}

#searchresults .gs-webResult .gs-snippet {
	color: #808080;
	padding-bottom: 20px;
}

#searchresults .gsc-table-cell-thumbnail.gsc-thumbnail {
	display: none;
}

#searchresults .gs-result img.gs-image {
	padding-right: 15px;
	border: 0;
}

#searchresults .gsc-url-bottom {
	display: none;
}

#searchresults .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 22px;
	height: 22px;
	line-height: 14px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}

	#searchresults .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover,
	#searchresults .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
		background-color: #ba0808;
		color: #ffffff;
		text-decoration: none;
	}

@media (min-width: 768px) {
	#googlesearch {
		padding-top: 10px;
		height: 80px;
	}
}

#photocarousel-xl {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 1200px;
	z-index: 1007;
	display: none;
}

	#photocarousel-xl img {
		max-width: 100%;
	}

body.media-viewer-open {
	height: 100%;
}

	body.media-viewer-open #photocarousel-xl {
		display: block;
	}

#photocarousel .owl-item a {
	display: block;
	cursor: zoom-in;
}

#owlthumbs {
	margin-top: 30px;
}

	#owlthumbs .owl-item img {
		padding: 0 5px;
		max-width: 100%;
		max-height: 100%;
	}

.owl-carousel.owl-theme .owl-item {
	text-align: center;
}

	.owl-carousel.owl-theme .owl-item img {
		max-width: 100%;
		max-height: 100%;
	}

.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page span.owl-numbers {
	display: none;
	color: #000000;
	font-size: 1.429em;
	background-color: transparent;
	padding: 0;
	margin: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page:last-child span.owl-numbers,
.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span.owl-numbers {
	display: inline-block !important;
}

	.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page:last-child span.owl-numbers:before {
		content: '/';
	}

.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
	width: 20px;
	height: 20px;
}

	.owl-carousel.owl-theme .owl-controls .owl-buttons div:before {
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		content: '';
		display: inline-block;
		font-family: dac-icon-set;
		color: #ba0808;
		width: 14px;
		height: 14px;
		font-size: 20px;
		line-height: 14px;
	}

	.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 20px;
	}

		.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
			content: '\e803';
			left: 44%;
		}

	.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 20px;
	}

		.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before {
			content: '\e800';
			left: 52%;
		}

@media (min-width: 666px) {
	.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		width: 34px;
		height: 34px;
	}

		.owl-carousel.owl-theme .owl-controls .owl-buttons div:before {
			width: 28px;
			height: 28px;
			font-size: 28px;
			line-height: 28px;
		}
}

@media (min-width: 768px) {
	.owl-carousel.owl-theme .owl-controls .owl-buttons div {
		width: 50px;
		height: 50px;
	}

		.owl-carousel.owl-theme .owl-controls .owl-buttons div:before {
			width: 34px;
			height: 34px;
			font-size: 34px;
			line-height: 34px;
		}
}

@media (min-width: 1420px) {
	.media-viewer .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -100px;
	}

	.media-viewer .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -100px;
	}
}

#owlStatusXL {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}

	#owlStatusXL ul {
		display: inline-block;
	}

		#owlStatusXL ul li span {
			font-size: 1.429em;
		}

		#owlStatusXL ul li.owlItemsXL:before {
			content: '/ ';
			font-size: 1.429em;
		}

.owl-nav div {
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

	.owl-nav div:before {
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		content: '';
		display: inline-block;
		font-family: dac-icon-set;
		color: #ba0808;
		width: 14px;
		height: 14px;
		font-size: 16px;
		line-height: 14px;
		text-align: center;
	}

	.owl-nav div.owl-prev {
		left: 20px;
	}

		.owl-nav div.owl-prev:before {
			content: '\e803';
			left: 44%;
		}

	.owl-nav div.owl-next {
		right: 20px;
	}

		.owl-nav div.owl-next:before {
			content: '\e800';
			left: 52%;
		}

@media (min-width: 666px) {
	.owl-nav div {
		width: 34px;
		height: 34px;
	}

		.owl-nav div:before {
			width: 28px;
			height: 28px;
			font-size: 28px;
			line-height: 28px;
		}
}

@media (min-width: 768px) {
	.owl-nav div {
		width: 50px;
		height: 50px;
	}

		.owl-nav div:before {
			width: 34px;
			height: 34px;
			font-size: 34px;
			line-height: 34px;
		}
}

@media (min-width: 1420px) {
	.owl-nav div.owl-prev {
		left: -100px;
	}

	.owl-nav div.owl-next {
		right: -100px;
	}
}

.fill-alfa {
	background-color: #ba0808;
}

.fill-yankee70 {
	background-color: #b3b3b3;
}

.fill-yankee80 {
	background-color: #cccccc;
}

.fill-yankee90 {
	background-color: #e6e6e6;
}

.fill-yankee95 {
	background-color: #f2f2f2;
}

.fill-yankee98 {
	background-color: #fafafa;
}

.sticky-header .sticky-header-action-container {
	margin-top: 30px;
}

.sticky-header .bttn {
	margin-top: 5px;
}

.sticky-header.sticky-header-nontransparent {
	opacity: 1;
}

body.show-sticky-header .sticky-header {
	transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

@media (max-width: 1024px) {
	.sticky-header-hide-from-1024 {
		display: none;
	}
}

.slice {
	padding: 0 10px;
}

	.slice.main {
		min-height: 500px;
	}

	.slice.slice-default {
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		width: 100%;
	}

	.slice.slice-large {
		margin-left: auto;
		margin-right: auto;
		max-width: 1600px;
		width: 100%;
	}

	.slice.slice-xlarge {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

@media(min-width:1024px) {
	.slice.slice-xlarge {
		max-width: 1024px;
	}
}

@media(min-width:1200px) {
	.slice.slice-default {
		max-width: 900px;
	}
}

@media(min-width:1650px) {
	.slice.slice-default {
		max-width: 1100px;
	}

	.slice.slice-xlarge {
		max-width: 1500px;
	}
}

.slice.slice-bg-yankee90 {
	background-color: #fafafa;
}

.homepage-visual {
	background-image: url(/Content/img/homepage/visual.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.img-hompage {
	position: relative;
	z-index: 1;
}

.homepage-content {
	position: absolute;
	width: 90%;
	left: 50%;
	top: 150px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 2;
}

	.homepage-content h1,
	.homepage-content h2 {
		color: #ffffff;
		text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.6);
	}

	.homepage-content h1 {
		font-size: 1.857em;
	}

	.homepage-content h2 {
		font-size: 1.429em;
	}

	.homepage-content ul.list-textshadow li {
		display: block;
	}

		.homepage-content ul.list-textshadow li:before {
			display: none;
		}

		.homepage-content ul.list-textshadow li a {
			padding: 6px 0;
			font-size: 1.429em;
			display: inline-block;
		}

@media (min-width: 666px) {
	.homepage-content {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		z-index: 2;
		width: 60%;
	}

		.homepage-content h1 {
			font-size: 2.857em;
		}

		.homepage-content h2 {
			font-size: 1.429em;
		}

		.homepage-content ul.list-textshadow li {
			display: inline-block;
		}

			.homepage-content ul.list-textshadow li a {
				padding: 0;
				font-size: 1em;
			}

			.homepage-content ul.list-textshadow li:before {
				display: inline-block;
			}

			.homepage-content ul.list-textshadow li:first-child:before {
				display: none;
			}
}

@media (min-width: 992px) {
	.homepage-content {
		width: 70%;
		top: 60%;
	}

		.homepage-content h1 {
			font-size: 4.286em;
		}

		.homepage-content h2 {
			font-size: 1.857em;
		}
}

@media (min-width: 1200px) {
	.homepage-content {
		width: 80%;
		top: 50%;
	}

		.homepage-content h1 {
			font-size: 5.714em;
		}

		.homepage-content h2 {
			font-size: 2.143em;
		}
}

header {
	background-color: #ba0808;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	z-index: 98;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	max-width: 1600px;
	position: sticky;
	top: 10px;
}

	header .header-top {
		background-color: #000000;
		padding: 4px 0;
		text-align: center;
		display: none;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}


@media(min-width:991px) {
	header {
		top: auto;
		position: relative;
	}

		header .header-top {
			display: block;
		}

		header .slice.slice-xlarge {
			padding: 0 20px;
		}
}

header .header-top p {
	color: #b3b3b3;
	margin: 3px 0;
	font-size: 10px;
	line-height: 12px;
	font-family: 'RobotoBlack';
}

@media(min-width:1025px) {

	header .header-top p {
		font-size: 11px;
	}
}

header .logo-wrapper {
	position: relative;
	padding-left: 50px;
}

@media(min-width:991px) {
	header .logo-wrapper {
		padding-left: 0;
	}
}

header a.logo {
	display: inline-block;
	max-width: 240px;
}

@media(min-width:768px) {
	header a.logo {
		max-width: 340px;
	}
}

header > div {
	position: relative;
}

	header > div .header-visual {
		display: none;
	}


@media (min-width: 1025px) {
	header {
		margin-bottom: 30px;
	}


		header a.logo {
			margin: 0;
		}

		header > div {
			position: relative;
		}

			header > div .header-visual {
				position: absolute;
				top: -30px;
				right: 0;
				z-index: 3;
				width: 450px;
			}
}


@media (min-width: 1400px) {

	header {
		margin-bottom: 40px;
	}
}

@media (min-width: 1650px) {
	header > div .header-visual {
		display: block;
	}

	.logo-wrapper {
		padding: 10px 0;
	}

	header {
		margin-bottom: 120px;
	}

		header a.logo {
			margin: 0;
			max-width: 340px;
		}

		header > div {
			position: relative;
		}

			header > div .header-visual {
				width: 500px;
				top: -80px;
				right: 0;
			}
}

nav.navigatie-main {
	position: fixed;
	transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	width: 80%;
	background-color: #191919;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	opacity: 0;
	padding-top: 20px;
	margin-left: -10px;
}

	nav.navigatie-main ul {
		margin: 0;
		padding: 0;
	}

		nav.navigatie-main ul > li {
			padding-left: 20px;
			display: block;
			margin: 0 !important;
		}

			nav.navigatie-main ul > li > a {
				font-size: 1.286em;
				color: #ffffff;
				display: block;
				text-decoration: none;
				font-family: Robotoblack;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				padding-right: 5px;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
			}

@media(min-width:991px) {
	nav.navigatie-main {
		width: 100%;
		left: 5px;
	}

		nav.navigatie-main ul > li {
			padding-left: 0;
		}

			nav .navigatie-main ul > li > a {
				text-shadow: 3px 1px #ba0808;
			}
}

@media(min-width:991px) {
	nav.navigatie-main ul > li > a.active {
		background-color: #fff;
		color: #000;
		text-shadow: 3px 1px #fff;
		padding-left: 10px;
		padding-right: 10px;
	}
}

nav.navigatie-main ul > li > a:hover {
	text-decoration: underline;
}

header a.logo {
	margin-left: 20px;
}

body.js-showMobileNav {
	overflow-y: hidden;
}

	body.js-showMobileNav nav.navigatie-main {
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}

@media (min-width: 992px) {
	nav.navigatie-main ul > li {
		display: inline-block;
	}

		nav.navigatie-main ul > li > a {
			display: inline-block;
			font-size: 16px;
		}
}

@media (min-width: 992px) {

	header a.logo {
		margin-left: 0;
	}

	nav.navigatie-main {
		position: relative;
		left: 5px;
		margin-top: 10px;
		background-color: transparent;
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
		padding-top: 0;
	}

		nav.navigatie-main ul > li {
			text-align: left;
		}
}

.lister-filter-heading {
	font-family: RobotoBlack;
	font-size: 18px;
	margin-bottom: 20px;
}

.lister-card {
	display: block;
	color: #000000;
	text-decoration: none;
	position: relative;
	-webkit-transition: background ease-out 0.2s;
	-moz-transition: background ease-out 0.2s;
	-o-transition: background ease-out 0.2s;
	transition: background ease-out 0.2s;
	border: solid 1px transparent;
	margin-bottom: 0;
	background-color: #f8f8f8;
}


	.lister-card:hover {
		text-decoration: none;
	}

		.lister-card:hover h2,
		.lister-card:hover h3,
		.lister-card:hover li {
			color: #000000;
		}

	.lister-card > div img {
		max-width: 100%;
		width: 100%;
	}

	.lister-card > div h2,
	.lister-card > div h3 {
		text-align: left;
		color: inherit;
	}

	.lister-card > div h2 {
		font-size: 18px;
	}

	.lister-card > div h2 {
		padding: 0 10px;
		padding-bottom: 0;
		text-align: center;
		line-height: 20px;
	}

		.lister-card > div h2 a {
			font-size: inherit;
			font-family: 'RobotoBlack', 'Segoe UI', Arial, sans-serif;
			color: inherit;
			margin-bottom: 5px;
			margin-top: 10px;
			margin: 0 auto;
			text-decoration: none;
		}

			.lister-card > div h2 a:hover {
				text-decoration: underline;
			}

	.lister-card.lister-card-bordered {
		border: solid 1px #e6e6e6;
	}

@media (min-width: 480px) {
	.lister-card {
		margin-bottom: 30px;
		padding-top: 5px;
		padding-bottom: 10px;
	}

		.lister-card:hover {
			border: solid 1px rgba(0, 0, 0, 0);
		}


		.lister-card > div h2 a {
			display: -webkit-box;
			margin: 0 auto;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			-ms-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
		}
}





.dacletter {
	margin-top: 50px;
	font-size: 2.857em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-family: RobotoBlack;
}

.row.row-dacheader {
	background-color: #f2f2f2;
}

	.row.row-dacheader div {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.429em;
		font-weight: bold;
	}

.row.row-dacheader {
	display: none;
}

.daclist h2 {
	font-size: 1.429em;
}

.daclist > .row {
	display: flex;
	flex-direction: column;
	padding: 10px 0 10px 10px;
}

	.daclist > .row:nth-child(odd) {
		background-color: #dddddd;
	}


	.daclist > .row h2 {
		margin-top: 5px;
		margin-bottom: 0;
	}


@media(min-width:768px) {

	.row.row-dacheader {
		display: flex;
		border-bottom: 1px solid #d9d9d9;
	}

		.row.row-dacheader > div {
			width: 33.33333%;
			font-family: 'RobotoBlack', 'Segoe UI', Arial, sans-serif;
		}

	.daclist > .row {
		flex-direction: row;
		padding-left: 0;
	}

		.daclist > .row h2 {
			margin-top: 0;
			font-size: 16px;
			padding-left: 10px;
		}

		.daclist > .row > div {
			width: 33.3333%;
		}

			.daclist > .row > div.col-xs-12 {
				width: 100%;
			}
}

@media (min-width: 768px) {
	.dacletter {
		margin-top: 130px;
	}
}

#scrollToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #ba0808;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	z-index: 1000;
	display: none;
}

	#scrollToTop:before {
		font-family: dac-icon-set;
		content: '\e801';
		color: #fff;
		position: absolute;
		top: 8px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		font-size: 2.929em;
	}
/* buttons */
.bttn {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0;
	padding: 8px 20px;
	min-height: 40px;
	font-size: 1.143em;
	line-height: 24px;
	border: 0;
	position: relative;
	font-family: 'RobotoBlack', 'Segoe UI', Arial, sans-serif;
	display: block;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background ease-out 0.2s;
	-moz-transition: background ease-out 0.2s;
	-o-transition: background ease-out 0.2s;
	transition: background ease-out 0.2s;
}

	.bttn:hover {
		text-decoration: none;
	}

	.bttn.bttn-wide {
		padding-left: 40px;
		padding-right: 40px;
	}

	.bttn.bttn-small {
		padding: 5px 18px;
		font-size: 0.938em;
		min-height: 20px;
		line-height: 20px;
	}

		.bttn.bttn-small.bttn-wide {
			padding-left: 30px;
			padding-right: 30px;
		}

	.bttn.bttn-fat-top {
		margin-top: 10px;
	}

	.bttn.bttn-fat-bottom {
		margin-bottom: 10px;
	}

	.bttn.bttn-user-ingelogd span {
		width: 93px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		position: Relative;
		top: 7px;
	}

	.bttn .has-icn {
		display: block;
	}

	.bttn.has-icn-before {
		padding-left: 34px;
		padding-right: 10px;
		display: block;
	}

		.bttn.has-icn-before:before {
			left: 10px;
		}

	.bttn.has-icn-after {
		padding-right: 34px;
		padding-left: 10px;
	}

		.bttn.has-icn-after:after {
			right: 10px;
		}

	.bttn.bttn-nowrap {
		white-space: nowrap;
	}

	.bttn.bttn-square-medium {
		width: 20px;
		height: 20px;
		padding: 0;
		min-height: 20px;
		text-align: center;
	}

	.bttn.bttn-no-h-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.bttn.bttn-no-v-padding {
		padding-top: 0;
		padding-bottom: 0;
	}

	.bttn.bttn-inline {
		display: inline;
	}

	.bttn.bttn-inlineblock {
		display: inline-block;
	}

	.bttn.bttn-center {
		text-align: center;
	}

	.bttn.bttn-alfa {
		background-color: #ba0808;
		color: #ffffff;
	}

		.bttn.bttn-alfa:hover {
			background-color: #d20909;
		}

	.bttn.bttn-yankee70 {
		background-color: #b3b3b3;
		color: #000000;
	}

		.bttn.bttn-yankee70:hover {
			background-color: #e0e0e0;
		}

	.bttn.bttn-yankee80 {
		background-color: #cccccc;
		color: #000000;
	}

		.bttn.bttn-yankee80:hover {
			background-color: #e0e0e0;
		}

	.bttn.bttn-yankee90 {
		background-color: #e6e6e6;
		color: #000000;
	}

		.bttn.bttn-yankee90:hover {
			background-color: #e0e0e0;
		}

	.bttn.bttn-yankee95 {
		background-color: #f2f2f2;
		color: #000000;
	}

		.bttn.bttn-yankee95:hover {
			background-color: #ededed;
		}

	.bttn.bttn-yankee98 {
		background-color: #fafafa;
		color: #000000;
	}

		.bttn.bttn-yankee98:hover {
			background-color: #ededed;
		}

	.bttn.bttn-border-yankee90 {
		border: solid 1px #e6e6e6;
		color: #000000;
	}

@media all and (max-width: 767px) {
	.bttn,
	button.bttn,
	button.bttn.bttn-inline,
	a.bttn.bttn-inline {
		display: block;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.bttn.pull-right {
		float: none !important;
	}
}
/* /buttons */
@media (max-width: 480px) {
	.icn-button-link-xxs:before {
		width: 20px;
		height: 20px;
		background: #ba0808;
		display: block;
		line-height: 20px;
		text-align: center;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #ffffff;
	}
}

.bttn.bttn-always-inline-block {
	display: inline-block !important;
	width: auto !important;
}

@media (min-width: 768px) {
	.bttn .has-icn {
		display: inline-block;
	}
}


ul.ordertraject-stappen {
	position: relative;
	margin-top: 15px;
}

	ul.ordertraject-stappen li {
		position: relative;
	}

		ul.ordertraject-stappen li > strong {
			font-size: 1.143em;
			color: #b3b3b3;
			display: none;
		}

		ul.ordertraject-stappen li > span {
			border-radius: 100%;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			width: 30px;
			height: 30px;
			background-color: #d9d9d9;
			display: inline-block;
			line-height: 25px;
			color: #ffffff;
			font-size: 1.286em;
			font-weight: bold;
			position: relative;
			z-index: 3;
			margin-bottom: 5px;
			border: solid 3px #d9d9d9;
		}

		ul.ordertraject-stappen li:after,
		ul.ordertraject-stappen li:before {
			position: absolute;
			top: 13px;
			height: 4px;
			background-color: #d9d9d9;
			width: 100%;
			left: 0;
			content: '';
			z-index: 1;
		}

		ul.ordertraject-stappen li.ordertraject-stap-current strong,
		ul.ordertraject-stappen li.ordertraject-stap-done strong {
			color: #ba0808;
		}

		ul.ordertraject-stappen li.ordertraject-stap-current > span,
		ul.ordertraject-stappen li.ordertraject-stap-done > span {
			background-color: #ba0808;
			border: solid 3px #ba0808;
		}

		ul.ordertraject-stappen li.ordertraject-stap-current:before,
		ul.ordertraject-stappen li.ordertraject-stap-done:before {
			background-color: #ba0808;
		}

		ul.ordertraject-stappen li.ordertraject-stap-done:after {
			background-color: #ba0808;
		}

		ul.ordertraject-stappen li.ordertraject-stap-current > span {
			background-color: #ba0808;
			border: solid 3px #ba0808;
		}

		ul.ordertraject-stappen li.ordertraject-stap-current:after {
			left: 50%;
			width: 50%;
		}

		ul.ordertraject-stappen li.ordertraject-stap-current:before {
			width: 50%;
		}

@media (min-width: 480px) {
	ul.ordertraject-stappen {
		margin-top: 15px;
	}

		ul.ordertraject-stappen li > strong {
			display: inline-block;
		}
}

#js-loadercontent {
	opacity: 1;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.loader {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 200px;
	height: 24px;
	background-color: #efe280;
	line-height: 24px;
	text-align: center;
	top: 0;
	z-index: 9999;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index: 10000;
}

	.loader:before {
		content: 'Loading...';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		right: 0;
		height: 24px;
		text-align: center;
		line-height: 24px;
		color: #000000;
		font-size: 16px;
		z-index: 10001;
	}

#js-loader {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10000;
	opacity: 1;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

	#js-loader:before {
		position: absolute;
		width: 40px;
		height: 40px;
		display: inline-block;
		line-height: 40px;
		font-size: 30px;
		text-align: center;
		font-family: dac-icon-set;
		content: '\e824';
		-webkit-animation: spin 1.5s linear infinite;
		-moz-animation: spin 1.5s linear infinite;
		animation: spin 1.5s linear infinite;
		color: #cccccc;
	}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.dacheader-sticky {
	position: sticky;
	top: 70px;
	background: #f1f1f1;
	z-index: 8;
}

@media(min-width:991px) {
	.dacheader-sticky {
		top: 0;
	}
}

.dacheader-sticky hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.foto__thumbs + .content,
.foto__display + .content,
.youtube__wrap + .content,
.foto__display + .sidenote {
	margin-top: 40px;
}

.foto__thumbs,
.foto__display,
.youtube__wrap {
	padding: 40px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.foto__display img {
		margin-bottom: 30px;
		border-radius: 8px;
	}

		.foto__display img + img {
			margin-top: 30px;
		}

	.foto__display small + img {
		margin-top: 60px;
	}

.list-reset {
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}

img.lazy {
	background-color: #d7d7d7;
}

img.lazy {
	width: 100%;
	min-height: 0;
	display: block;
}

.list-letternav {
	margin: 0;
	padding: 0;
}

	.list-letternav li {
		display: inline-block;
	}

ul.list-letternav li a {
	font-size: 16px;
	padding: 10px;
	font-family: RobotoMedium;
}

.Tablekop td {
	font-family: "RobotoBlack";
}

ul, ul li {
	list-style-position: initial;
}

small {
	line-height: 20px;
	display: inline-block;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	width: 100%;
	font-family: 'RobotoBlack', 'Segoe UI', Arial, sans-serif;
	margin-top: -10px;
	padding: 20px 20px 17px 20px;
	background-color: #f3f3f3;
	border-radius: 10px;
}

.content p + p {
	margin-top: 20px;
}

.content img + img,
.content img + p,
.content ul + img,
.content p + img,
.content img + h2,
.content img + .title,
.content img + h3,
.content img + .title,
.content p + h2,
.content p + h3,
.content p + .title,
.content ol + h2,
.content ol + h3,
.content ol + .title,
.content ul + h3,
.content ul + h2,
.content ul + .title,
.content small + h2,
.content small + h3,
.content small + p,
.content small + .title,
.content p + .sidenote {
	margin-top: 60px;
}

.content img + small {
	margin-top: 5px;
}

.content img + h4,
.content p + h4,
.content ol + h4,
.content ul + h4 {
	margin-top: 30px;
}

.contentwrapper {
	display: flex;
	flex-direction: row;
}

.listerbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

	.listerbody .lister-card {
		width: 50%;
		padding: 10px;
		background-color: transparent;
		border-radius: 4px;
		display: flex;
		flex-direction: column;
	}

	.listerbody.is-4 .lister-card {
		width: 25%;
	}

	.listerbody .lister-card > div {
		background-color: #f1f1f1;
		border-radius: 4px;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		/*box-shadow: 0px 0px 38px -1px rgba(0,0,0,0.10);*/
	}

	.listerbody .lister-heading {
		flex: 100%;
		padding: 40px 0 20px 0;
	}


.lister-card > div img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: block;
}


@media(min-width:1025px) {
	.listerbody {
		margin-left: -20px;
		margin-right: -20px;
	}

	.lister-card {
		margin-bottom: 50px;
	}

	.listerbody .lister-card {
		width: 33.33333%;
		padding: 20px;
	}
}



.lister-filter-wrapper .lister-filter-list ul li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
	display: flex;
}

	.lister-filter-wrapper .lister-filter-list ul li:before {
		position: absolute;
		top: 9px;
		left: 0;
		z-index: 1;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		content: '';
		display: block;
		background-color: #333;
	}


	.lister-filter-wrapper .lister-filter-list ul li a {
		font-size: 14px;
		padding: 0 0 16px 0;
		display: inline-block;
		text-decoration: none;
		line-height: 22px;
	}

		.lister-filter-wrapper .lister-filter-list ul li a:hover {
			color: #ba0808;
			text-decoration: underline;
		}

.c-contentpanel__wrapper {
	display: flex;
	flex-direction: column-reverse;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 38px -1px rgba(0,0,0,0.10);
}




.c-contentpanel__left {
	display: flex;
}


.c-contentpanel__body {
	padding: 20px;
}


.c-contentpanel__head {
	margin-bottom: 5px;
}

	.c-contentpanel__head a,
	.c-contentpanel__head a:hover {
		text-decoration: none;
	}

	.c-contentpanel__head h1 {
		margin: 0;
	}

	.c-contentpanel__head h2 {
		margin: 0;
	}

	.pageheader .subtitle,
	.c-contentpanel__head .subtitle {
		font-size: 12px;
		line-height: 14px;
		font-family: 'RobotoBlack';
		margin-bottom: 5px;
		color: #000;
		background-color: #ffe316;
		padding: 3px 6px 2px 6px;
		display: inline-block;
		border-radius: 3px;
	}

.pageheader .subtitle {
	font-size: 14px;
	line-height: 14px;
	padding: 5px 10px 3px 10px;
}

.c-contentpanel__content {
	margin-bottom: 20px;
}

	.c-contentpanel__content p {
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 0;
	}

.c-contentpanel__visual,
.c-contentpanel__visual img {
}

	.c-contentpanel__visual img {
		width: 100%;
		display: block;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

.c-contentpanel__visual {
	position: relative;
	display: block;
}


	.c-contentpanel__visual:before {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 3;
		background-color: rgba(0,0,0,.03);
		content: "";
		display: block;
		border-radius: 10px;
	}

	.c-contentpanel__visual a {
		display: block;
		position: relative;
		z-index: 4;
	}

.c-contentpanel__foot {
	display: flex;
}

.c-contentpanel__wrapper.is-reversed .c-contentpanel__foot {
	justify-content: flex-start;
}

@media(min-width:1025px) {
	.c-contentpanel__wrapper {
		flex-direction: row;
	}

	.c-contentpanel__left {
		padding-left: 30px;
		align-items: center;
	}

	.c-contentpanel__wrapper.is-reversed {
		flex-direction: row-reverse;
	}

	.c-contentpanel__left {
		width: 45%;
		margin-right: 5%;
	}

	.c-contentpanel__right {
		width: 50%;
	}

	.c-contentpanel__visual img,
	.c-contentpanel__visual {
		border-radius: 0;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

		.c-contentpanel__visual img {
			border-top-left-radius: 0;
		}

	.c-contentpanel__wrapper.is-reversed .c-contentpanel__visual img,
	.c-contentpanel__wrapper.is-reversed .c-contentpanel__visual {
		border-radius: 0;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.c-contentpanel__wrapper.is-reversed .c-contentpanel__left {
		margin-right: 0;
		margin-left: 5%;
		padding-left: 0;
		padding-right: 30px;
	}
}

.e-button, .e-button:hover {
	border-radius: 6px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'RobotoBlack';
	color: #fff;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	background-color: #ba0808;
	display: inline-block;
	text-decoration: none;
}

.twitter--wrapper + .c-contentpanel__wrapper,
.c-contentpanel__wrapper + .twitter--wrapper,
.c-contentpanel__wrapper + .c-contentpanel__wrapper {
	margin-top: 40px;
}

@media(min-width:1200px) {
	.twitter--wrapper + .c-contentpanel__wrapper,
	.c-contentpanel__wrapper + .twitter--wrapper,
	.c-contentpanel__wrapper + .c-contentpanel__wrapper {
		margin-top: 60px;
	}
}

@media(min-width:1650px) {
	.twitter--wrapper + .c-contentpanel__wrapper,
	.c-contentpanel__wrapper + .twitter--wrapper,
	.c-contentpanel__wrapper + .c-contentpanel__wrapper {
		margin-top: 80px;
	}
}

.c-head {
	margin-bottom: 60px;
	text-align: center;
}

.title {
	font-family: 'RobotoBlack';
}

	.title.is-1 {
		font-size: 30px;
		line-height: 36px;
	}

	.title.is-2 {
		font-size: 28px;
		line-height: 34px;
	}

	.title.is-3 {
		font-size: 24px;
		line-height: 26px;
	}

	.title.is-4 {
		font-size: 20px;
		line-height: 22px;
	}

	.title.is-5 {
		font-size: 18px;
		line-height: 20px;
	}

	.title.is-6 {
		font-size: 16px;
		line-height: 20px;
	}

@media(min-width:768px) {

	.title.is-1 {
		font-size: 38px;
		line-height: 40px;
	}

	.title.is-2 {
		font-size: 32px;
		line-height: 34px;
	}

	.title.is-3 {
		font-size: 28px;
		line-height: 30px;
	}

	.title.is-4 {
		font-size: 24px;
		line-height: 26px;
	}

	.title.is-5 {
		font-size: 20px;
		line-height: 22px;
	}

	.title.is-6 {
		font-size: 18px;
		line-height: 20px;
	}
}

.contentwrapper > aside {
	display: none;
}

.contentbody {
	width: 100%
}

.contentwrapper > aside > div {
	background-color: #fafafa;
	padding: 20px;
	border-radius: 10px;
}

@media(min-width:1240px) {
	.contentwrapper > aside {
		display: block;
		padding-right: 40px;
		width: 40%;
	}

	.sidenav {
		width: 25%;
		margin-right: 3%;
	}

	.contentbody {
		width: 72%;
		padding-bottom: 60px;
	}


	.contentwrapper.has-wide-nav .sidenav {
		width: 40%;
	}

	.contentwrapper.has-wide-nav .contentbody {
		width: 57%;
		padding-bottom: 60px;
	}
}


.back.is-mobile {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

@media(min-width:1025px) {
	.back.is-mobile {
		display: none;
	}
}

.box {
	background-color: #fafafa;
	border-radius: 8px;
	margin-bottom: 60px;
	padding: 30px;
	border-left: solid 4px #000;
}

	.box ul {
		padding-left: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

		.box ul li a {
			text-decoration: none;
		}

			.box ul li a:hover {
				text-decoration: underline;
			}

.c-whopper__wrapping {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.c-whopper__wrapping .c-whopper {
		width: 30px;
		height: 16px;
		position: relative;
	}

		.c-whopper__wrapping .c-whopper .c-whopper__line {
			width: 20px;
			height: 2px;
			border-radius: 3px;
			background-color: #fff;
			display: block;
			position: absolute;
			left: 0;
			z-index: 1;
			transition: all 150ms ease-in-out;
		}

			.c-whopper__wrapping .c-whopper .c-whopper__line.is-top {
				top: 0;
			}

			.c-whopper__wrapping .c-whopper .c-whopper__line.is-middle {
				top: 50%;
				transform: translateY(-50%);
			}

			.c-whopper__wrapping .c-whopper .c-whopper__line.is-bottom {
				bottom: 0;
			}

@media(min-width:768px) {
	.c-whopper__wrapping {
		top: 12px;
	}
}

@media(min-width:991px) {

	.c-whopper__wrapping {
		display: none;
	}
}


.c-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	background-color: rgba(0,0,0,0.6);
	display: none;
}


body.js-showMobileNav .c-whopper__wrapping .c-whopper .c-whopper__line.is-top {
	transform: rotate(45deg);
	top: 5px;
}

body.js-showMobileNav .c-whopper__wrapping .c-whopper .c-whopper__line.is-middle {
	opacity: 0;
}

body.js-showMobileNav .c-whopper__wrapping .c-whopper .c-whopper__line.is-bottom {
	transform: rotate(-45deg);
	top: 5px;
}

body.js-showMobileNav .c-backdrop {
	display: block;
}



footer {
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 80px;
	margin-bottom: 20px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

.footer__right {
	display: none;
}

.footer__wrapper {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}

.footer__logo {
	color: #fff;
	font-family: 'RobotoBlack';
	font-size: 30px;
	letter-spacing: -2px;
	margin-bottom: 20px;
	text-align: center;
}

.footer__nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media(min-width:768px) {
	.footer__nav {
		flex-direction: row;
	}

	.footer__logo {
		text-align: left;
	}

	.footer__nav {
		align-items: flex-start;
	}
}

.footer__nav--item,
.footer__nav--item:hover {
	text-decoration: none;
	color: #fff;
	font-family: 'RobotoBlack';
	font-size: 14px;
	padding-right: 10px;
}

	.footer__nav--item:hover {
		text-decoration: underline;
	}

@media(min-width:768px) {

	footer {
		background-color: #000;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.footer__logo {
		font-size: 40px;
	}
}

.sidenote {
	background-color: #fafafa;
	border-radius: 10px;
	margin-bottom: 60px;
	padding: 10px;
	border-left: solid 4px #ba0808;
	background-image: url(/content/img/quote.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding: 20px 20px 20px 70px;
}

	.sidenote p {
		margin: 0;
		padding: 0;
	}

@media(min-width:768px) {
	.sidenote {
		padding: 20px 20px 20px 70px;
	}
}

@media(min-width:1024px) {
	.sidenote {
		padding: 30px 30px 30px 70px;
	}
}

.overview .row {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
}

	.overview .row > div.heading {
		font-family: 'RobotoBlack';
		font-size: 18px;
	}

	.overview .row > div:nth-child(3):before {
		content: 'CD mechanism: ';
	}



@media (prefers-color-scheme: dark) {
	body, html {
		background-color: #202020;
	}

	a, a:hover, body, textarea, input {
		color: #fff;
	}

	.sidenote,
	.box,
	.listerbody .lister-card > div,
	.c-contentpanel__wrapper,
	.row.row-dacheader,
	.daclist > .row:nth-child(odd),
	.dacheader-sticky {
		background-color: #2b2b2b;
	}

	.overview .row,
	.dacletter,
	.row.row-dacheader {
		border-color: #808080;
	}

	.lister-card > div h2 {
		color: #fff;
	}

	small {
		background-color: #3f3f3f;
		border-bottom: solid 1px #838383;
	}

	.box {
		border-left: solid 4px #838383;
	}

	.contentwrapper > aside > div {
		background-color: #3f3f3f;
	}

	.lister-filter-wrapper .lister-filter-list ul li:before {
		background-color: #858585;
	}

	@media(min-width:991px) {
		nav .navigatie-main ul > li > a.active {
			background-color: #202020;
			color: #fff;
			text-shadow: 3px 1px #202020;
		}
	}
	nav.navigatie-main ul>li>a.active{
		background-color: #202020;
		color: #fff;
		text-shadow: none;
	}
}

body.is-dark {
	background-color: #202020;
}

	body.is-dark a,
	body.is-dark a:hover,
	body.is-dark,
	body.is-dark textarea,
	body.is-dark input {
		color: #fff;
	}

		body.is-dark .sidenote,
		body.is-dark .box,
		body.is-dark .listerbody .lister-card > div,
		body.is-dark .c-contentpanel__wrapper,
		body.is-dark .row.row-dacheader,
		body.is-dark .daclist > .row:nth-child(odd),
		body.is-dark .dacheader-sticky {
			background-color: #2b2b2b;
		}

		body.is-dark .dacletter,
		body.is-dark .row.row-dacheader {
			border-color: #808080;
		}

		body.is-dark .lister-card > div h2 {
			color: #fff;
		}

		body.is-dark small {
			background-color: #3f3f3f;
			border-bottom: solid 1px #838383;
		}

		body.is-dark .box {
			border-left: solid 4px #838383;
		}

		body.is-dark .contentwrapper > aside > div {
			background-color: #3f3f3f;
		}

		body.is-dark .lister-filter-wrapper .lister-filter-list ul li:before {
			background-color: #858585;
		}

@media(min-width:991px) {
	body.is-dark nav.navigatie-main ul > li > a.active {
		background-color: #202020;
		color: #fff;
		text-shadow: 3px 1px #202020;
	}
}

.twitter--wrapper {
	display: flex;
	justify-content: center;
}

.twitter--banner {
	display: none;
	background-color: #5098b1;
	padding: 15px 10px;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	width: 100%;
}

	.twitter--banner > a {
		display: inline-block;
		font-family: 'RobotoBlack';
		color: #fff;
		font-size: 18px;
		position: relative;
		padding-left: 45px;
		text-decoration: none;
		line-height: 24px;
	}

		.twitter--banner > a:hover {
			text-decoration: underline;
		}

		.twitter--banner > a > img {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			display: block;
			width: 25px;
			height: 20px;
			left: 0;
		}

@media(min-width:1200px) {
	.twitter--wrapper > .twitter--banner {
		max-width: 75%;
	}
}

.twitter--banner.is-small > a {
	font-size: 14px;
}

.twitter--banner > a {
	padding-left: 35px;
}


.foto__thumbs {
	display: flex;
	flex-direction: row;
}

.foto__thumbs--item:not(:first-child) {
	margin-left: 10px;
}

.foto__thumbs--item img {
	width: 100%;
	max-width: 200px;
}


.youtube__wrap {
}

.youtube__content {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 20px;
}

	.youtube__content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		border-radius: 8px;
	}
