@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

body::-webkit-scrollbar {
	width: 0.25rem;
}

body::-webkit-scrollbar-track {
	background: rgba(23, 23, 23, 1);
}

body::-webkit-scrollbar-thumb {
	background: rgba(248, 32, 157, 1);
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #1b1f22;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 16pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
		text-decoration: none;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

p.copyrightdisclaimer {
		margin: 0 0 0 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.5;
		margin: 0 0 0 0;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			border-bottom: solid 1px #ffffff;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			padding-bottom: 0.5rem;
			margin: 0 0 2rem 0;
		}

	h1 {
		font-size: 2.25rem;
		line-height: 1.3;
		letter-spacing: 0.5rem;
	}

	h2 {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.5rem;
	}

	h3 {
		font-size: 1rem;
	}

	h4 {
		font-size: 0.8rem;
	}

	h5 {
		font-size: 0.7rem;
	}

	h6 {
		font-size: 0.6rem;
	}

h6, h3 {
	display: inline;
}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.75rem;
			line-height: 1.4;
		}

		h2 {
			font-size: 1.25em;
			line-height: 1.5;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px #ffffff;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.75);
		margin: 0.5rem 0 0 0;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.thirty {
					width: calc(30% - 0.45rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}
	
				form > .fields > .field.seventh {
					width: calc(70% - 1.05rem);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}
					
					form > .fields > .field.seventh {
					width: calc(100% - 1.5rem);
					}
				
						
					form > .fields > .field.thirty {
					width: calc(100% - 1.5rem);
					}
					
					form > .fields > .field.half.checkout {
					width: calc(100% - 3rem);
					}
		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.8rem;
		font-weight: 300;
		letter-spacing: 0.2rem;
		line-height: 1.5;
		margin: 0 0 0.5rem 0;
		text-transform: uppercase;
	}
	label.labelspecial {
			color: #ffffff;
			display: block;
			font-size: 0.8rem;
			font-weight: 300;
			letter-spacing: 0.2rem;
			line-height: 1.5;
			margin: 1rem 0 0 0;
			text-transform: uppercase;
		}
.labelspan span {
	letter-spacing: 0.1rem;
	text-transform: none;
}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ffffff;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(248, 32, 157, 1);
			box-shadow: 0 0 0 1px rgba(248, 32, 157, 1);
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1b1f22;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 0.6rem;
			font-weight: 300;
			margin: 0 0 0.6rem 0;
			padding-left: 2.65rem;
			padding-right: 0.75rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				border-radius: 4px;
				border: solid 1px rgba(248, 32, 157, 1);
				content: '';
				display: inline-block;
				height: 1rem;
				left: 1rem;
				line-height: 1rem;
				position: absolute;
				text-align: center;
				top: -0.15rem;
				width: 1rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(248, 32, 157, 1) !important;
			border-color: rgba(248, 32, 157, 1) !important;
			color: rgba(255, 255, 255, 1);
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(248, 32, 157, 1);
			box-shadow: 0 0 0 1px rgba(248, 32, 157, 1);
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.75) !important;
		opacity: 1.0;
		text-transform: uppercase;
		font-size: 0.8rem;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.75) !important;
		opacity: 1.0;
		text-transform: uppercase;
		font-size: 0.8rem;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.75) !important;
		opacity: 1.0;
		text-transform: uppercase;
		font-size: 0.8rem;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.75) !important;
		opacity: 1.0;
		text-transform: uppercase;
		font-size: 0.8rem;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.75) !important;
		opacity: 1.0;
		text-transform: uppercase;
		font-size: 1rem;
	}

/* Change Autocomplete styles in Chrome*/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 1000px rgba(23, 23, 23, 1) inset !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 1);
}

input:-webkit-autofill:focus {
	border: solid 2px rgba(248, 32, 157, 1);
}


/* Box */

	.box {
		margin-bottom: 2rem;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 2.5rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

.image.main video {
	width: 100%;
}

		@media screen and (max-width: 736px) {

			.image.main {
				margin: 2rem 0;
			}

		}

		@media screen and (max-width: 480px) {

			.image.main {
				margin: 1.5rem 0;
			}

		}

/* hoogte comparison */

.hoogte-container {
    position: relative;
    width: 100%;
    height: 20rem;
    cursor: grab;
    overflow: hidden;
}

.hoogte-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hoogte-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.hoogte-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.hoogte-after img,
.hoogte-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.hoogte-beforePosition {
    background: #121212;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.hoogte-afterPosition {
    background: #121212;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.hoogte-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.hoogte-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.hoogte-handle::after {
    top: 50%;
    margin-top: 20.5px;
    box-shadow: 0 0 5px rgb(12, 12, 12);
}

.hoogte-handle::before,
.hoogte-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}


/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #ffffff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li a {
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #ffffff;
				display: inline-block;
				height: 2.25rem;
				line-height: 2.25rem;
				text-align: center;
				width: 2.25rem;
			}

				ul.icons li a:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				ul.icons li a:active {
					background-color: rgba(255, 255, 255, 0.175);
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #ffffff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #ffffff;
		}

		table tfoot {
			border-top: solid 2px #ffffff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #ffffff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px #ffffff;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: 300;
		height: 2.75rem;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 2.0625rem;
			line-height: 2.0625rem;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			color: #1b1f22 !important;
			font-weight: 600;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}


	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		line-height: calc(2.75rem - 2px);
	}

/* Inplannen */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	inplannen,
	.inplannen {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(248, 32, 157, 1);
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: 300;
		height: 2.75rem;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		inplannen:hover,
		.inplannen:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		inplannen:active,
		.inplannen:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

/* BG */


	.outlinebg {
		-webkit-backface-visibility: hidden;
		position: fixed;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px solid rgba(248, 32, 157, 1);
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;  
		max-height: -webkit-fill-available;
		z-index: 2;
	}

	.bg {
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-backface-visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;  
		max-height: -webkit-fill-available;
		z-index: 1;
	}

		.bg:before, .bg:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.bg:before {
			-moz-transition: background-color 2.5s ease-in-out;
			-webkit-transition: background-color 2.5s ease-in-out;
			-ms-transition: background-color 2.5s ease-in-out;
			transition: background-color 2.5s ease-in-out;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			background-image: linear-gradient(to top, rgba(23, 23, 23, 0.1), rgba(23, 23, 23, 0.1));
			background-size: auto,
 256px 256px;
			background-position: center,
 center;
			background-repeat: no-repeat,
 repeat;
			z-index: 2;
		}

		.bg:after {
			-moz-transform: scale(1.125);
			-webkit-transform: scale(1.125);
			-ms-transform: scale(1.125);
			transform: scale(1.125);
			-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
			-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
			-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
			transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			z-index: 1;
		}

		body.is-article-visible .bg:after {
			-moz-filter: blur(0.2rem);
			-webkit-filter: blur(0.2rem);
			-ms-filter: blur(0.2rem);
			filter: blur(0.2rem);
		}

		body.is-preload .bg:before {
			background-color: rgb(23, 23, 23, 1);
		}

.bg li { 
    color: transparent;
	z-index: 0;
}

.bg li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 64s linear infinite 0s; 
}

.bg li:nth-child(1) span { 
    background-image: url(../../images/bg1.jpg);
}
.bg li:nth-child(2) span { 
    background-image: url(../../images/bg2.jpg);
    animation-delay: 8s; 
}
.bg li:nth-child(3) span { 
    background-image: url(../../images/bg3.jpg);
    animation-delay: 16s; 
}
.bg li:nth-child(4) span { 
    background-image: url(../../images/bg4.jpg);
    animation-delay: 24s; 
}
.bg li:nth-child(5) span { 
    background-image: url(../../images/bg5.jpg);
    animation-delay: 32s; 
}
.bg li:nth-child(6) span { 
    background-image: url(../../images/bg6.jpg);
    animation-delay: 40s; 
}
.bg li:nth-child(7) span { 
    background-image: url(../../images/bg7.jpg);
    animation-delay: 48s; 
}
.bg li:nth-child(8) span { 
    background-image: url(../../images/bg8.jpg);
    animation-delay: 56s; 
}

@keyframes imageAnimation { 
	0% { opacity: 0; animation-timing-function: ease-in; }
	6% { opacity: 1; animation-timing-function: ease-out; }
	19% {opacity: 1 }
    20% { opacity: 0 ; transform: scale(1.25); }
    100% { opacity: 0 }
}

.no-cssanimations .bg li span{
	opacity: 1;
}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		height: 100vh;  
		max-height: -webkit-fill-available;
		width: 100%;
		padding: 0 2rem;
		z-index: 3;
	}

		#wrapper:before {
			content: '';
			display: block;
		}

		/* Testing
         @media screen and (max-width: 1680px) {

			#wrapper {
				padding: 3rem 2rem;
			}

		} 

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 2rem 1rem;
			}

		}

		@media screen and (max-width: 480px) {

			#wrapper {
				padding: 1rem;
			}

		} */

/* Header */

	#header {
		position: absolute;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		max-width: 100%;
		height: fit-content;
		bottom: 1rem;
		text-align: center;
	}




		#header > :first-child {
			margin-top: 0;
		}

			#header > :first-child:before {
				display: none;
			}

		#header .logo {
			width: 22rem;
			height: 11rem;
			line-height: 1rem;
		}

			#header .logo .icon:before {
				font-size: 2rem;
			}

		   
            img.logotext {
			max-width: 150px;
			position: absolute;
			top: 25px;
            -moz-transition: -moz-transform 0.75s ease-in-out, -moz-filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
		-webkit-transition: -webkit-transform 0.75s ease-in-out, -webkit-filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
		-ms-transition: -ms-transform 0.75s ease-in-out, -ms-filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
		transition: transform 0.75s ease-in-out, filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			
		}
		p.logotext {
			text-transform: uppercase;
				letter-spacing: 0.2rem;
				font-size: 0.8rem;
				line-height: 2;
				position: absolute;
				top: 125px;
                -moz-transition: -moz-transform 0.75s ease-in-out, -moz-filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
		-webkit-transition: -webkit-transform 0.75s ease-in-out, -webkit-filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
		-ms-transition: -ms-transform 0.75s ease-in-out, -ms-filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
		transition: transform 0.75s ease-in-out, filter 0.75s ease-in-out, opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
		}

		#header .content {
			
			max-width: 100%;
			text-align: center;
		}

			#header .content .inner {
				-moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				width: 645px;
				height: auto;
			}

				#header .content .inner > :last-child {
					margin-bottom: 0;
				}

		#header nav ul {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			width: 100%;
			margin-bottom: 0;
			list-style: none;
			padding-left: 0;
			border: solid 1px #f4219c;
			border-radius: 4px;
		}

			#header nav ul li {
				padding-left: 0;
				border-left: solid 1px #f4219c;
				width: 50%;
			}

				#header nav ul li:first-child {
					border-left: 0;
				}

				#header nav ul li a {
					display: block;
					min-width: 7.5rem;
					height: 2.75rem;
					line-height: 2.75rem;
					padding: 0 1.25rem 0 1.45rem;
					text-transform: uppercase;
					letter-spacing: 0.1rem;
					font-size: 0.7rem;
					border-bottom: 0;
					background-color: rgba(23, 23, 23, 0.55);
				}

					#header nav ul li a:hover {
						background-color: rgba(248, 32, 157, 0.45);
					}

					#header nav ul li a:active {
						background-color: rgba(248, 32, 157, 0.55);
					}





		body.is-article-visible #header {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #header {
			-moz-filter: blur(0.125rem);
			-webkit-filter: blur(0.125rem);
			-ms-filter: blur(0.125rem);
			filter: blur(0.125rem);
		}

			body.is-preload #header > * {
				opacity: 0;
			}

			body.is-preload #header .content .inner {
				max-height: 0;
				padding-top: 0;
				padding-bottom: 0;
				opacity: 0;
			}

            body.is-preload p.logotext {
                -moz-filter: blur(0.125rem);
                -webkit-filter: blur(0.125rem);
                -ms-filter: blur(0.125rem);
                filter: blur(0.125rem);
            }
    
                body.is-preload p.logotext > * {
                    opacity: 0;
                }
    
                body.is-preload p.logotext {
                    max-height: 0;
                    padding-top: 0;
                    padding-bottom: 0;
                    opacity: 0;
                }

                body.is-preload img.logotext {
                    -moz-filter: blur(0.125rem);
                    -webkit-filter: blur(0.125rem);
                    -ms-filter: blur(0.125rem);
                    filter: blur(0.125rem);
                }
        
                    body.is-preload img.logotext > * {
                        opacity: 0;
                    }
        
                    body.is-preload img.logotext {
                        max-height: 0;
                        padding-top: 0;
                        padding-bottom: 0;
                        opacity: 0;
                    }
    

		@media screen and (max-width: 980px) {

			#header .content p br {
				display: none;
			}

		}

		@media screen and (max-width: 736px) {

			#header > * {
				margin-top: 2rem;
			}

				#header > *:before {
					top: calc(-2rem - 1px);
					height: calc(2rem + 1px);
				}

			#header .logo {
				width: 10rem;
				height: 5rem;
				line-height: 4.75rem;
			}

				#header .logo .icon:before {
					font-size: 1.75rem;
				}

			#header .content .inner {
				padding: 2.5rem 1rem;
			}

			#header .content p {
				line-height: 1.875;
			}

		}

		@media screen and (max-width: 480px) {

			#header {
				padding: 1.5rem 0;
			}

				#header .content .inner {
					padding: 2.5rem 0;
				}

				#header nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 10rem;
					max-width: 100%;
				}

					#header nav ul li {
						border-left: 0;
						border-top: solid 1px rgba(248, 32, 157, 1);
					}

						#header nav ul li:first-child {
							border-top: 0;
						}

						#header nav ul li a {
							height: 3rem;
							line-height: 3rem;
							min-width: 0;
							width: 100%;
						}

				#header nav.use-middle:after {
					display: none;
				}

		}

/* Main */

	#main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		z-index: 3;
	}

		#main article {
			-moz-transform: translateY(0.25rem);
			-webkit-transform: translateY(0.25rem);
			-ms-transform: translateY(0.25rem);
			transform: translateY(0.25rem);
			-moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
			padding: 4.5rem 2.5rem 1.5rem 2.5rem ;
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
			position: relative;
			width: 40rem;
			max-width: 100%;
			background-color: rgba(23, 23, 23, 0.85);
			border-top: solid 3px rgba(248, 32, 157, 1);
			border-bottom: solid 3px rgba(248, 32, 157, 1);
			border-radius: 4px;
			opacity: 0;
		}

			#main article.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
			}

			#main article .close {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 4rem;
				height: 4rem;
				cursor: pointer;
				text-indent: 4rem;
				overflow: hidden;
				white-space: nowrap;
			}

				#main article .close:before {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					content: '';
					display: block;
					position: absolute;
					top: 0.75rem;
					left: 0.75rem;
					width: 2.5rem;
					height: 2.5rem;
					border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
				}

				#main article .close:hover:before {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#main article .close:active:before {
					background-color: rgba(255, 255, 255, 0.175);
				}

		@media screen and (max-width: 736px) {

			#main article {
				padding: 3.5rem 2rem 0.5rem 2rem ;
			}

				#main article .close:before {
					top: 0.875rem;
					left: 0.875rem;
					width: 2.25rem;
					height: 2.25rem;
					background-size: 14px 14px;
				}
		}

		@media screen and (max-width: 480px) {

			#main article {
				padding: 3rem 1.5rem 0.5rem 1.5rem ;
			}

		}

.pano-image {
	width: 100%;
	height: 100vh;  
	max-height: -webkit-fill-available;
	overflow: hidden;
}


.profile {
	display: flex;
	text-align: left;
	padding-bottom: 3rem;
}

.profilebox1 {
	width: 100%;
	height: 25rem;
	border: solid 3px rgba(248, 32, 157, 0.8);
	background: url(../../images/profile_jeroen.jpg);
	background-position: center center;
	background-size: cover;
	border-radius: 2%;
	margin: 0 1rem 2rem 0;
}

.profilebox1 ul {
	display: inline-block;
	text-align: left;
	list-style: none;
	padding: 0 0 0 0.2rem;
	margin: 0;
}

.profilebox1 li {
	padding: 0;
	margin: 0;
}

.profilebox1 p {
	font-size: 18px;
	margin-top: 25.2rem;
	line-height: 1;
}

.profilebox2 {
	width: 100%;
	height: 25rem;
	border: solid 3px rgba(248, 32, 157, 0.8);
	background: url(../../images/profile_marcel.jpg);
	background-position: center center;
	background-size: cover;
	border-radius: 2%;
	margin: 0 1rem 2rem 0;
}

.profilebox2 ul {
	display: inline-block;
	text-align: left;
	list-style: none;
	padding: 0 0 0 0.2rem;
	margin: 0;
}

.profilebox2 li {
	padding: 0;
	margin: 0;
}

.profilebox2 p {
	font-size: 18px;
	margin-top: 25.2rem;
	line-height: 1;
}

.profilebox3 {
	width: 100%;
	height: 25rem;
	border: solid 3px rgba(248, 32, 157, 0.8);
	background: url(../../images/profile_leroy.jpg);
	background-position: center center;
	background-size: cover;
	border-radius: 2%;
	margin: 0 1rem 2rem 0;
}

.profilebox3 ul {
	display: inline-block;
	text-align: left;
	list-style: none;
	padding: 0 0 0 0.2rem;
	margin: 0;
}

.profilebox3 li {
	padding: 0;
	margin: 0;
}
.profilebox3 p {
	font-size: 18px;
	margin-top: 25.2rem;
	line-height: 1;
}


/* Pakketten */

.pakket {
	display: flex;
	text-align: center;
	align-content: center;
	width: 100%;
	margin-bottom: 2rem;
}

.pakketspacer {
	width: 5%;
}

.pakket1 {
	width: 50%;
	border: solid 3px rgba(248, 32, 157, 0.8);
	border-radius: 2%;
	margin: calc(1.5rem - 2px) 0 2rem 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.pakket1 p {
	font-size: 18px;
	margin: 0.2rem 0 0 0;
}

.pakket1:hover {
  transform: scale(1.01, 1.01);
}

.pakket2 {
	width: 55%;
	border: solid 3px rgba(248, 32, 157, 1);
	background-color: rgba(248, 32, 157, 0.05);
	border-radius: 10px 10px 2% 2%;
	margin: 0 0 1rem 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.pakket2:hover {
  transform: scale(1.01, 1.01);
}

.pakket2 p {
	font-size: 18px;
	margin: 0.2rem 0 0 0;
}

.boeken {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(248, 32, 157, 1);
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: 300;
		height: 2.75rem;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		margin-bottom: 1.5rem;
		width: 70%;
	}

		.boeken:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.boeken:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

		.boeken.icon:before {
			margin-right: 0.5em;
		}

		.boeken.fit {
			width: 100%;
		}

		.boeken.small {
			font-size: 0.6rem;
			height: 2.0625rem;
			line-height: 2.0625rem;
		}

		.boeken.primary {
			background-color: #ffffff;
			color: #1b1f22 !important;
			font-weight: 600;
		}

		.boeken.disabled,
		.boeken:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}

.disabledlabel {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.nolink {
	text-decoration: none;
}

.bestellen {
	box-shadow: inset 0 0 0 1px rgba(248, 32, 157, 1);
}

.bestellen:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.bestellen:active {
			background-color: rgba(255, 255, 255, 0.175);
		}


/* Pennant */

	.pennant1 {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		background-color: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

		.pennant1 span {
			height: 5em;
			vertical-align: middle;
		}

			.pennant1 span:before {
				color: #fff;
				font-size: 108px;
			}

.pennant2 {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		background-color: none;
		text-align: center;
	}

		.pennant2 span {
			height: 5em;
			vertical-align: middle;
		}

			.pennant2 span:before {
				color: #fff;
				font-size: 108px;
			}

.pakket1-top,
.pakket1-header,
.pakket1-middle {
	text-align: center;
}

.pakket1-top {
	margin-top: 0.5rem;
	padding-top: 2rem;
}

.pakket1-header {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.pakket1-middle {
	margin-bottom: 2rem;
}

.pakket2-top,
.pakket2-header,
.pakket2-middle {
	text-align: center;
}

.pakket2-top {
	margin-top: -1rem;
	padding-top: 2rem;
}

.pakket2-header {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.pakket2-middle {
	margin-bottom: 2rem;
}

.cheaper {
	position: relative;
	width: calc(100% + 6px);
	height: 3rem;
	margin-top: -3px;
	margin-left: -3px;
	border: solid 3px rgba(248, 32, 157, 1);
	background-color: rgba(248, 32, 157, 1);
	border-radius: 10px 10px 0 0;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.5s;
}

.cheaper:after {
	position: absolute;
	left: 0.8rem;
	top: 0;
	content: '72% meer effectief op Funda';
	letter-spacing: 0.1rem; 
	font-size: 1rem; 
	padding-top: 0.6rem;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.5s;
}

.cheaper:before {
	position: absolute;
	left: 3.9rem;
	top: 0;
	content: '10% voordeliger';
	letter-spacing: 0.1rem; 
	font-size: 1rem;
	text-shadow: 1 1 1px rgba(23, 23, 23, 1);
	padding-top: 0.6rem;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.5s;
}

.cheaper:hover:before {
	opacity: 1;
}
.cheaper:hover:after {
	opacity: 0;
}

.cheaper p {
	letter-spacing: 0.1rem; 
	font-size: 1rem; 
	padding-top: 0.6rem;
	text-align: center;
}


.iconpackage {
		text-decoration: none;
	}

		.iconpackage:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.iconpackage.solid:before {
			font-weight: 900;
		}

		.iconpackage.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

.autoHidebasic {
	display: none;
}

.autoHidepremium {
	display: none;
}

.Eenmalig {
	display: none;
}

.Meerdere {
	display: none;
}

.premiumad {
	font-size: 0.8rem;
	padding: 1em;
	margin-bottom: 0.75rem;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(248, 32, 157, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.premiumad-container {
	display: none;
}

#form-messageinfo-basic {
	display: none;
}

#form-messageinfo-premium {
	display: none;
}
#form-messageinfo-contact {
	display: none;
}
#form-messageinfo-makelaar {
	display: none;
}

.disclaimerspoed {
	font-size: 0.8rem;
	padding: 1em;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(248, 32, 157, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.disclaimerspoed-container-basic {
	display: none;
}

.disclaimerspoed-container-premium {
	display: none;
}

.disclaimeroppervlak {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.6);
}

.disclaimeroppervlak strong {
	color: rgba(255, 255, 255, 0.6);
}

.checkout {
	color: rgba(255, 255, 255, 0.75);
	padding-top: 0;
	margin-top: 0;
}

input.PriceInputbasic, input[type="text"].PriceInputbasic {
    color: rgba(255, 255, 255, 0.75);
}

input:focus.PriceInputbasic, input[type="text"]:focus.PriceInputbasic {
	background: rgba(255, 255, 255, 0);
	border-color: rgba(248, 32, 157, 0);
	box-shadow: 0 0 0 0px rgba(248, 32, 157, 0);
}

input.CheckoutInputbasic, input[type="text"].CheckoutInputbasic {
    color: rgba(255, 255, 255, 0.75);
}

input:focus.CheckoutInputbasic, input[type="text"]:focus.CheckoutInputbasic {
	background: rgba(255, 255, 255, 0);
	border-color: rgba(248, 32, 157, 0);
	box-shadow: 0 0 0 0px rgba(248, 32, 157, 0);
}

input.PriceInputpremium, input[type="text"].PriceInputpremium {
    color: rgba(255, 255, 255, 0.75);
}

input:focus.PriceInputpremium, input[type="text"]:focus.PriceInputpremium {
	background: rgba(255, 255, 255, 0);
	border-color: rgba(248, 32, 157, 0);
	box-shadow: 0 0 0 0px rgba(248, 32, 157, 0);
}

input.CheckoutInputpremium, input[type="text"].CheckoutInputpremium {
    color: rgba(255, 255, 255, 0.75);
}

input:focus.CheckoutInputpremium, input[type="text"]:focus.CheckoutInputpremium {
	background: rgba(255, 255, 255, 0);
	border-color: rgba(248, 32, 157, 0);
	box-shadow: 0 0 0 0px rgba(248, 32, 157, 0);
}

.field.half.checkout {
	margin-top: 0.5rem;
	padding-top: 0.3rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	margin-left: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.checkout ul {
	list-style: none;
	margin-bottom: 0;
}

.checkout li {
	font-size: 0.8rem;
}

.checkout p {
	padding: 0;
	margin: 0;
}

.checkout h6 {
	color: rgba(255, 255, 255, 0.75)
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(248, 32, 157, 1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(199, 46, 46, 1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.explain{
	display: inline-block;
    text-align: center;
    background-color: rgba(248, 32, 157, 0.5);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
}

.explain:before{
    content:'?';
	padding-left: 0.2rem;
    font-weight: bold;
    color:#fff;
}

.explain:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.explain p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 17rem;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
	text-transform: none;
	letter-spacing: normal;
    font-size: 0.7rem;
    line-height: 1.4;
}

.explain p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:4.3rem;
    top:-12px;
}

.explain p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

/* Wide */

	@media screen and (max-width: 1680px) {


		/* Pennant */

			.pennant span:before {
				font-size: 96px;
			}
	}

/* Normal */

	@media screen and (max-width: 1280px) {


		/* Pennant */

			.pennant span:before {
				font-size: 84px;
			}

		/* Pennants */

			ul.pennants li {
				width: 48%;
				max-width: 100%;
				padding: 1em 2em;
			}

	}


/* Mobile */

	@media screen and (max-width: 736px) {


		/* Pennants */

			ul.pennants li {
				width: 100%;
				padding: 0.5em 0;
			}
		
					/* Bestellen */
		
		.pakket1 {
			width: 100%;
		}
		.pakket2 {
			width: 100%;
			margin: 0 0 2rem 0;			
		}
		
		.pakket {
			display: flex;
  			flex-direction: column-reverse;
		}
		
		.profile {
			display: inline-block;
			text-align: left;
			width: 80%;
		}

		.profilebox1 {
			height: 40rem;
			margin-bottom: 4rem;
		}
		
		.profilebox1 p {
			margin-top: 40rem;
		}


		.profilebox2 {
			height: 40rem;
			margin-bottom: 4rem;
		}
		
		.profilebox2 p {
			margin-top: 40rem;
		}

		.profilebox3 {
			height: 40rem;
			margin-bottom: 4rem;
		}
		
		.profilebox3 p {
			margin-top: 40rem;
		}
		
		.cheaper:after {
		right: 3%;
		}

.cheaper:before {
	right: 10%;
}
		
		nav.use-middle {
			width: auto;
		}
		
		#header nav ul li {
				width: auto;
			}
		
}


@keyframes morph {
  0% {border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;} 
  100% {border-radius: 40% 60%;} 
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

/* Footer */

	#footer {
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		width: 100%;
		max-width: 100%;
		text-align: center;
		align-content: center;
		position: absolute;
		bottom: 2px;
	}

		#footer .copyright {
			letter-spacing: 0.2rem;
			font-size: 0.6rem;
			opacity: 0.75;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		body.is-article-visible #footer {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #footer {
			opacity: 0;
		}


/* Loading */

@keyframes ldio-60lfxzcgxgx-r {
  0%, 25%, 50%, 75%, 100% { animation-timing-function: cubic-bezier(0,1,0,1) }
  0% { transform: scale(0.6900000000000001) rotate(180deg) }
  25% { transform: scale(0.6900000000000001) rotate(270deg) }
  50% { transform: scale(0.6900000000000001) rotate(360deg) }
  75% { transform: scale(0.6900000000000001) rotate(450deg) }
  100% { transform: scale(0.6900000000000001) rotate(540deg) }
}
@keyframes ldio-60lfxzcgxgx-z {
  0%, 50%, 100% { animation-timing-function: cubic-bezier(1,0,0,1) }
  0% { transform: scale(1) }
  50% { transform: scale(1) }
  100% { transform: scale(.5) }
}
@keyframes ldio-60lfxzcgxgx-p {
  0%, 50%, 100% { animation-timing-function: cubic-bezier(1,0,0,1) }
  0% { transform: scale(0) }
  50% { transform: scale(1) }
  100% { transform: scale(1) }
}
@keyframes ldio-60lfxzcgxgx-c {
  0%, 25%, 50%, 75%, 100% { animation-timing-function: cubic-bezier(0,1,0,1) }
  0% { background: #f8209d }
  25% { background: #f8209d }
  50% { background: #f8209d }
  75% { background: #f8209d }
  100% { background: #f8209d }
}
.ldio-60lfxzcgxgx > div {
  animation: ldio-60lfxzcgxgx-r 5.88235294117647s linear infinite;
  transform-origin: 50px 50px;
}
.ldio-60lfxzcgxgx > div > div {
  width: 100px;
  height: 100px;
  position: absolute;
  animation: ldio-60lfxzcgxgx-z 1.4705882352941175s linear infinite;
  transform-origin: 100px 100px;
}
.ldio-60lfxzcgxgx > div > div div {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f8209d;
  transform-origin: 25px 25px
}
.ldio-60lfxzcgxgx > div > div div:nth-child(1) {
  left: 0px;
  top: 0px;
  animation: ldio-60lfxzcgxgx-p 1.4705882352941175s linear infinite, ldio-60lfxzcgxgx-c 5.88235294117647s linear infinite;
}
.ldio-60lfxzcgxgx > div > div div:nth-child(2) {
  left: 50px;
  top: 0px;
  animation: ldio-60lfxzcgxgx-p 1.4705882352941175s linear infinite, ldio-60lfxzcgxgx-c 5.88235294117647s linear infinite;
}
.ldio-60lfxzcgxgx > div > div div:nth-child(3) {
  left: 0px;
  top: 50px;
  animation: ldio-60lfxzcgxgx-p 1.4705882352941175s linear infinite, ldio-60lfxzcgxgx-c 5.88235294117647s linear infinite;
}
.ldio-60lfxzcgxgx > div > div div:nth-child(4) {
  left: 50px;
  top: 50px;
  transform: scale(1);
  animation: ldio-60lfxzcgxgx-c 5.88235294117647s linear infinite
}
.loadingio-spinner-chunk-1pqj5sa6ejbh {
	width: 81px;
 	height: 81px;
  	display: inline-block;
  	overflow: hidden;
  background: none;
}
.ldio-60lfxzcgxgx {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.81);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-60lfxzcgxgx div { box-sizing: content-box; }

#loading-container-basic {
	width: 100%;
	text-align: center;
	display: none;
}

#loading-container-premium {
	width: 100%;
	text-align: center;
	display: none;
}

#loading-container-contact {
	width: 100%;
	text-align: center;
	display: none;
}

#loading-container-makelaar {
	width: 100%;
	text-align: center;
	display: none;
}

/* generated by https://loading.io/ */


#alert{
    display: none;
    margin: 15px 0 0;
    color: #808080;
}

.google-message{
    margin: 0 0 1rem 0;
    color: #808080;
    font-size: 0.8em;
}
.google-message a{
    color: #808080;
}
.grecaptcha-badge {
    visibility: hidden;
}