/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

button {
	background-color: transparent;
	background-image: none;
}

fieldset {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
	line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
	font-family: inherit;
	line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	border-width: 0; /* 2 */
	border-style: solid; /* 2 */
	border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
	border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
	border-style: solid;
}

textarea {
	resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
	color: inherit;
	text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block; /* 1 */
	vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
	max-width: 100%;
	height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
	display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html, body {
	font-size: 1rem;
	line-height: 1.5rem;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Staatliches, cursive;
	line-height: 1.375;
	letter-spacing: 1.5px;
}

p, a, span, b, strong, i, ul, li, ol, div, section {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	line-height: 2;
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
}

p {
	font-weight: 300;
	line-height: 1.625;
}

p strong {
	font-weight: 700;
	line-height: 1.625;
}

p a {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	line-height: 1.625;
	text-decoration: underline;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}

h1, h1 p, h1 strong {
	font-family: Staatliches, cursive;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 1.5px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 640px) {

	h1, h1 p, h1 strong {
		line-height: 1.25;
	}
}

@media (min-width: 1280px) {

	h1, h1 p, h1 strong {
		font-size: 4.5rem;
		line-height: 1;
	}
}
h1 strong, h1 p strong, h1 strong strong {
	font-weight: 700;
}

h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

@media (min-width: 640px) {

	h2 {
		font-size: 3rem;
		line-height: 1;
	}
}
h2 p, h2 strong {
	font-family: Staatliches, cursive;
	letter-spacing: 1.5px;
}

h3 {
	font-size: 1.5rem;
	line-height: 2rem;
}
h3 p, h3 strong {
	font-family: Staatliches, cursive;
	letter-spacing: 1.5px;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
h4 p, h4 strong {
	font-family: Staatliches, cursive;
	letter-spacing: 1.5px;
}

.text-img-block h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 1.5;
}

@media (min-width: 640px) {

	.text-img-block h2 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.text-img-block h2:first-child {
	margin-top: 0px;
}
.text-img-block h3 {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
}
@media (min-width: 1280px) {

	.text-img-block h3 {
		margin-top: 0px;
	}
}
.text-img-block h3:first-child {
	margin-top: 0px;
}
.text-img-block p {
	margin-bottom: 1.5rem;
}

.fui-page-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {

	.fui-page-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

input, input.fui-input, textarea, .fui-input-container textarea, select, .fui-input-container select {
	border-width: 0px;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.fui-checkbox label {
	padding-top: 0.25rem;
}

select option, .fui-input-container select option {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

textarea, .fui-input-container textarea {
	height: 12rem;
}

.textonly h1, .textonly h2, .textonly h3, .textonly h4, .textonly h5 {
	margin-bottom: 1.5rem;
}
.textonly h1:last-child, .textonly h2:last-child, .textonly h3:last-child, .textonly h4:last-child, .textonly h5:last-child {
	margin-bottom: 0px;
}
.textonly p, .textonly ul, .textonly ol {
	margin-bottom: 1.5rem;
}
.textonly p:last-child, .textonly ul:last-child, .textonly ol:last-child {
	margin-bottom: 0px;
}
.textonly ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}
.textonly ol {
	margin-left: 1.25rem;
	list-style-type: decimal;
}
.textonly ul li, .textonly ol li {
	font-weight: 300;
}

.videoBlock iframe {
	height: 650px;
	width: 100%;
}

.menuClosed {
	opacity: 0;
}

.menuOpen.navigationMenu {
	z-index: 40;
	opacity: 1;
}
.menuOpen.navigationMenu a.active {
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
}

.menubox.menuOpen span {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 38, 64, var(--tw-bg-opacity));
}

.maillink.menuOpen span {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 38, 64, var(--tw-bg-opacity));
}

.menuoverlay {
	z-index: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.menuoverlay.active {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 30;
	height: 100vh;
	width: 100vw;
	opacity: 0.7;
}

.afbeeldingslider .slick-list {
	padding-left: 25vw;
	padding-right: 25vw;
}

@media only screen and (max-width: 1024px) {
	.afbeeldingslider .slick-list {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.slider .slick-list {
	overflow: visible;
}
.slider .slick-list .slick-slide {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 0.4;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.slider .slick-list .slick-slide.slick-current {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 1;
}

.slider .slick-list .slider .slick-list {
	overflow: hidden;
}

.nieuwsSlide.smoothslider .container > div {
	padding: 0px;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 639px) {
	.container {
		max-width: 100% !important;
	}
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
/*! purgecss start ignore */
.btn {
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(227, 181, 0, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Staatliches, cursive;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
	text-decoration: none;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 93, 20, var(--tw-bg-opacity));
}
.btn.orange {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 93, 20, var(--tw-bg-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn.orange:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 181, 0, var(--tw-bg-opacity));
}

section.intro.main-intro p {
	font-size: 1.25rem;
	line-height: 1.5;
}

.uspName {
	margin-right: 1.25rem;
	cursor: pointer;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}

@media (min-width: 1280px) {

	.uspName {
		font-size: 4.5rem;
		line-height: 1;
	}
}
.uspName.active, .uspName:hover {
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}

.list-reset li.text-blue svg path {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
}
.list-reset li svg path {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}

.dienstBlok h3 p, .dienstBlok h3 {
	margin-top: 0px;
	margin-bottom: 1.25rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}

form label.fui-label, form legend.fui-legend{
	font-family: Staatliches, cursive;
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
	height: 48px;
}
form label a {
	text-decoration: underline;
}
form button.fui-submit {
	border-radius: 1.5rem;
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(244, 93, 20, var(--tw-bg-opacity));
	padding: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
form button.fui-submit:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 181, 0, var(--tw-bg-opacity));
}
form button.fui-submit:focus {
	border-width: 0px;
	--tw-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
form input[type=file] {
	padding-top: 0px;
	padding-bottom: 0px;
}
form input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 176, 234, var(--tw-bg-opacity));
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
form input[type=file]::-webkit-file-upload-button, form input[type=file]::file-selector-button {
	cursor: pointer;
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 176, 234, var(--tw-bg-opacity));
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
form input[type=file]::-webkit-file-upload-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 38, 64, var(--tw-bg-opacity));
}
form input[type=file]::-webkit-file-upload-button:hover, form input[type=file]::file-selector-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 38, 64, var(--tw-bg-opacity));
}
form input[type=file]::-webkit-file-upload-button {
	-webkit-margin-start: -1rem;
	margin-inline-start: -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
form input[type=file]::-webkit-file-upload-button,
form input[type=file]::file-selector-button {
	-webkit-margin-start: -1rem;
	margin-inline-start: -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
form input.fui-input, form textarea.fui-input {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(247, 243, 237, var(--tw-bg-opacity));
}
form input.fui-input:focus, form textarea.fui-input:focus {
	border-width: 0px;
	--tw-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
form .fui-field-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
form select.fui-select {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 243, 237, var(--tw-bg-opacity));
}
form option {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.flatpickr-am-pm {
	display: none;
}

.contactgegevens p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
}

@media only screen and (min-width: 1024px) {
	form .fui-btn-container.fui-btn-right button {
		z-index: 10;
	}
}
.type-werkenBij .intro .h4 {
	--tw-text-opacity: 1;
	color: rgba(244, 93, 20, var(--tw-text-opacity));
}

.blockLayOut .subkop {
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
}
.blockLayOut .dark {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 38, 64, var(--tw-bg-opacity));
}
.blockLayOut .dark h1, .blockLayOut .dark h2, .blockLayOut .dark h3, .blockLayOut .dark h4, .blockLayOut .dark h5, .blockLayOut .dark p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.blockLayOut .light {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 249, var(--tw-bg-opacity));
}
.blockLayOut .light h1, .blockLayOut .light h2, .blockLayOut .light h3, .blockLayOut .light h4, .blockLayOut .light h5, .blockLayOut .light p {
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}
.blockLayOut .light .btn {
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}
.blockLayOut + .blockLayOut {
	padding-top: 0px;
}

.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fulltext h1, .fulltext h2, .fulltext h3, .fulltext h4, .fulltext h5, .fulltext a, .fulltext p, .fulltext b, .fulltext strong, .fulltext i, .fulltext ul, .fulltext li, .fulltext ol, .fulltext label {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.homeHeader video {
	position: relative;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

.homeHeader .iframe-holder{
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	scale: 1.5;
}

.homeHeader iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 177.78vh;
	height: 100vh;
	min-width: 100%;
	min-height: 56.25vw;
	transform: translate(-50%, -50%);
	border: 0;
}



.homeHeader h1 {
	margin-bottom: 0;
}

@media (max-width: 780px) {
	.homeHeader h1 {
		word-break: break-word;
	}
}

#triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid #30483B;
	border-left: 100vw solid transparent;
}

.arrangementContent p {
	--tw-text-opacity: 1;
	color: rgba(244, 93, 20, var(--tw-text-opacity));
	display: none;
}
.arrangementContent p:first-of-type {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.arrangementContent.text-white p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.arrangementContent.text-white .btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(244, 93, 20, var(--tw-text-opacity));
}

@-webkit-keyframes zoom-in {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(2, 2);
		transform: scale(2, 2);
	}
}


#CookiebotWidget {
	display: none !important;
}

/*! purgecss end ignore */
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.bottom-24 {
	bottom: 6rem;
}
.top-1 {
	top: 0.25rem;
}
.right-14 {
	right: 3.5rem;
}
.bottom-55 {
	bottom: 55%;
}
.bottom-0 {
	bottom: 0px;
}
.top-24 {
	top: 6rem;
}
.left-14 {
	left: 3.5rem;
}
.-right-28 {
	right: -7rem;
}
.top-2\/4 {
	top: 50%;
}
.left-1\/2 {
	left: 50%;
}
.-top-20 {
	top: -5rem;
}
.left-4 {
	left: 1rem;
}
.bottom-4 {
	bottom: 1rem;
}
.-top-56 {
	top: -14rem;
}
.-top-44 {
	top: -11rem;
}
.right-1\/4 {
	right: 25%;
}
.bottom-5 {
	bottom: 1.25rem;
}
.right-2 {
	right: 0.5rem;
}
.top-2 {
	top: 0.5rem;
}
.-left-20 {
	left: -5rem;
}
.left-2 {
	left: 0.5rem;
}
.left-auto {
	left: auto;
}
.right-auto {
	right: auto;
}
.top-auto {
	top: auto;
}
.bottom-auto {
	bottom: auto;
}
.top-4 {
	top: 1rem;
}
.right-10 {
	right: 2.5rem;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.z-min {
	z-index: -1;
}
.z-80 {
	z-index: 80;
}
.z-999 {
	z-index: 999;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.m-auto {
	margin: auto;
}
.m-center {
	margin: 0 auto;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mt-0 {
	margin-top: 0px;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.-mt-31 {
	margin-top: -31px;
}
.-mt-12 {
	margin-top: -3rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.-mt-11 {
	margin-top: -2.75rem;
}
.-mr-5 {
	margin-right: -1.25rem;
}
.mt-20 {
	margin-top: 5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-height500 {
	height: 500px;
}
.h-full {
	height: 100%;
}
.h-90vh {
	height: 90vh;
}
.h-0 {
	height: 0px;
}
.h-55 {
	height: 55%;
}
.h-4\/6 {
	height: 66.666667%;
}
.h-1 {
	height: 0.25rem;
}
.h-20 {
	height: 5rem;
}
.h-10 {
	height: 2.5rem;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-5\/6 {
	height: 83.333333%;
}
.h-96 {
	height: 24rem;
}
.h-16 {
	height: 4rem;
}
.h-28 {
	height: 7rem;
}
.h-9 {
	height: 2.25rem;
}
.h-screen {
	height: 100vh;
}
.max-h-600 {
	max-height: 600px;
}
.max-h-500 {
	max-height: 500px;
}
.max-h-450 {
	max-height: 450px;
}
.max-h-0 {
	max-height: 0px;
}
.max-h-14 {
	max-height: 3.5rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-1 {
	width: 0.25rem;
}
.w-95 {
	width: 95%;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-64 {
	width: 16rem;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-24 {
	width: 6rem;
}
.w-10 {
	width: 2.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-3 {
	width: 0.75rem;
}
.w-20 {
	width: 5rem;
}
.w-16 {
	width: 4rem;
}
.w-28 {
	width: 7rem;
}
.w-9\/12 {
	width: 75%;
}
.w-9 {
	width: 2.25rem;
}
.w-screen {
	width: 100vw;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-85 {
	max-width: 85%;
}
.max-w-orangeblok {
	max-width: calc(100% - 2rem);
}
.flex-grow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.-translate-y-1\.5 {
	--tw-translate-y: -0.375rem;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.-translate-y-1 {
	--tw-translate-y: -0.25rem;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.translate-y-1\.5 {
	--tw-translate-y: 0.375rem;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.translate-y-1 {
	--tw-translate-y: 0.25rem;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.rotate-6 {
	--tw-rotate: 6deg;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.rotate-45 {
	--tw-rotate: 45deg;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.-rotate-45 {
	--tw-rotate: -45deg;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.transform {
	-webkit-transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.auto-rows-1fr {
	grid-auto-rows: 1fr;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}
.items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gap-x-5 {
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-125 {
	border-radius: 125px;
}
.rounded-b-2xl {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.rounded-t-2xl {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.rounded-tl-3xl {
	border-top-left-radius: 1.5rem;
}
.rounded-br-125 {
	border-bottom-right-radius: 125px;
}
.rounded-tr-xl {
	border-top-right-radius: 0.75rem;
}
.border-2 {
	border-width: 2px;
}
.border-0 {
	border-width: 0px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-solid {
	border-style: solid;
}
.border-orange {
	--tw-border-opacity: 1;
	border-color: rgba(244, 93, 20, var(--tw-border-opacity));
}
.border-whiteTransBorder {
	border-color: rgba(255,255,255,0.18);
}
.border-txtgrey {
	--tw-border-opacity: 1;
	border-color: rgba(48, 72, 59, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-darkBlue {
	--tw-border-opacity: 1;
	border-color: rgba(34, 38, 64, var(--tw-border-opacity));
}
.bg-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 93, 20, var(--tw-bg-opacity));
}
.bg-bggreen {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 72, 59, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-backgroundBrown {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 243, 237, var(--tw-bg-opacity));
}
.bg-darkgreen {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 52, 42, var(--tw-bg-opacity));
}
.bg-txtgrey {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 72, 59, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-darkGreyOp {
	background-color: rgba(155,163,213,0.3);
}
.bg-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 181, 0, var(--tw-bg-opacity));
}
.bg-opacity-70 {
	--tw-bg-opacity: 0.7;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.object-center {
	-o-object-position: center;
	object-position: center;
}
.p-2 {
	padding: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-0 {
	padding-top: 0px;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pr-12 {
	padding-right: 3rem;
}
.text-center {
	text-align: center;
}
.font-dmsans {
	font-family: DM Sans, sans-serif;
}
.font-avantgarde {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.font-staatliches {
	font-family: Staatliches, cursive;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.leading-none {
	line-height: 1;
}
.leading-snug {
	line-height: 1.375;
}
.text-txtgrey {
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-orange {
	--tw-text-opacity: 1;
	color: rgba(244, 93, 20, var(--tw-text-opacity));
}
.text-blue {
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
}
.text-backgroundBrown {
	--tw-text-opacity: 1;
	color: rgba(247, 243, 237, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.opacity-10 {
	opacity: 0.1;
}
.opacity-0 {
	opacity: 0;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-100 {
	opacity: 1;
}
.drop-shadow-sm {
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
	-webkit-filter: var(--tw-filter);
	filter: var(--tw-filter);
}
.transition {
	-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}
.transition-all {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}
.duration-500 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.duration-200 {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.ease-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
	.support .item {
		padding-bottom: 2rem;
	}
	.support .item::after {
		content: "";
		position: absolute;
	}
	.support .item::after {
		content: "";
		bottom: 0px;
	}
	.support .item::after {
		content: "";
		left: 1rem;
	}
	.support .item::after {
		content: "";
		height: 2px;
	}
	.support .item::after {
		content: "";
		width: 100%;
	}
	.support .item::after {
		content: "";
		width: calc(100% - 1.75rem);
	}
	.support .item::after {
		content: "";
		--tw-bg-opacity: 1;
		background-color: rgba(34, 38, 64, var(--tw-bg-opacity));
	}
	.support .item:last-child {
		padding-bottom: 0px;
	}
	.support .item:last-child::after {
		content: "";
		display: none;
	}
}
.fulltext h1, .fulltext h2, .fulltext h3, .fulltext h4 {
	margin-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}
.fulltext h1 a, .fulltext h2 a, .fulltext h3 a, .fulltext h4 a {
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
	text-decoration: underline;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.fulltext h1 a:hover, .fulltext h2 a:hover, .fulltext h3 a:hover, .fulltext h4 a:hover {
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}
.fulltext p {
	margin-bottom: 2rem;
}
.fulltext p a {
	--tw-text-opacity: 1;
	color: rgba(0, 176, 234, var(--tw-text-opacity));
	text-decoration: underline;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.fulltext p a:hover {
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}
.fulltext ul {
	list-style-type: disc;
}
.fulltext ol {
	list-style-type: decimal;
}
.fulltext ul, .fulltext ol {
	margin-left: 3rem;
	margin-bottom: 2rem;
}
.fulltext video, .fulltext image, .fulltext figure {
	margin-bottom: 2rem;
}

.counterarrows {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 65%;
}
.counterarrows .arrow {
	width: 19px;
	height: 40px;
	top: -14px;
	position: absolute;
}
.counterarrows .arrow.next {
	right: 0px;
}

:focus {
	outline: none !important;
}

.dubbeltekst p {
	margin-bottom: 1rem;
}
.dubbeltekst p::last-child {
	margin-bottom: 0px;
}

#master-wrapper {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.bg-videoOverlay {
	background: -webkit-gradient(linear, left top, left bottom, from(#1a291b), to(transparent));
	background: linear-gradient(#1a291b 0%, transparent 100%);
	opacity: 0.8;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.plateanimation {
	-webkit-animation: circle 120s linear infinite;
	animation: circle 120s linear infinite;
}

.scrollwrapper {
	width: 1px;
	height: 60px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

.scrollani {
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -60px;
	background-size: 100% 200%;
	-webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@-webkit-keyframes scrolldown {
	0% {
		background-position: 0 -60px;
	}
	75% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 60px;
	}
}

@keyframes scrolldown {
	0% {
		background-position: 0 -60px;
	}
	75% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 60px;
	}
}
.rotate {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.homeSlider p {
	font-weight: 700;
}

@media only screen and (min-width: 1280px) {
	.slideshow.multiple .slick-list {
		padding: 0 250px 0 0 !important;
	}
	.slideshow .slide.slick-current img {
		height: 100%;
	}
	.slideshow .slide.slick-current img {
		max-height: 500px;
	}
	.slideshow .slide.slick-current img {
		width: 95%;
	}
}
footer .adresgegevens p {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .adresgegevens p a {
	--tw-text-opacity: 1;
	color: rgba(244, 93, 20, var(--tw-text-opacity));
	text-decoration: none;
}

.videotekst p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.review-widget_net .grw-net-text, .review-widget_net .grw-net-text-bold {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.review-widget_net .branding {
	height: 0px;
	width: 0px;
	opacity: 0;
}

.imageSlider .slick-list {
	padding: 0 1rem !important;
	overflow: visible;
}

@media only screen and (min-width: 1024px) {
	.imageSlider .slick-list {
		padding: 0 !important;
		overflow: visible;
	}
	.imageSlider .slick-list .orangeblok {
		right: 2rem;
	}
}
.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 47px;
	padding: 1rem 0;
	list-style-type: none;
}
.slick-dots li {
	margin: 0 0.25rem;
}
.slick-dots button {
	display: block;
	padding: 0;
	border: none;
	text-indent: -9999px;
	height: 2px;
	width: 4rem;
	--tw-bg-opacity: 1;
	background-color: rgba(203, 191, 183, var(--tw-bg-opacity));
}
.slick-dots li.slick-active button {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 72, 59, var(--tw-bg-opacity));
}

.home .slick-dots li.slick-active button {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.backgroundGreen {
	z-index: -1;
}

.stickymessage p {
	font-family: Staatliches, cursive;
	font-size: 1.875rem;
	line-height: 2.25rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.stickymessage p strong {
	font-family: Staatliches, cursive;
	font-size: 1.875rem;
	line-height: 2.25rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
}

@media only screen and (max-width: 1024px) {
	.stickymessage p {
		font-family: Staatliches, cursive;
	}
	.stickymessage p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.stickymessage p {
		text-transform: uppercase;
	}
	.stickymessage p {
		letter-spacing: 1.5px;
	}
	.stickymessage p {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
	.stickymessage p strong {
		font-family: Staatliches, cursive;
	}
	.stickymessage p strong {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.stickymessage p strong {
		text-transform: uppercase;
	}
	.stickymessage p strong {
		letter-spacing: 1.5px;
	}
	.stickymessage p strong {
		--tw-text-opacity: 1;
		color: rgba(48, 72, 59, var(--tw-text-opacity));
	}
}
.sociallinksHeader a svg path {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.sociallinksHeader a:hover svg {
	--tw-text-opacity: 1;
	color: rgba(227, 181, 0, var(--tw-text-opacity));
}
.sociallinksHeader a:hover svg path {
	fill: currentColor;
}

.besteloverzicht .prodname {
	width: 100%;
}

@media (min-width: 1024px) {

	.besteloverzicht .prodname {
		width: 83.333333%;
	}
}
.besteloverzicht .prodnmbr {
	width: 100%;
}
@media (min-width: 1024px) {

	.besteloverzicht .prodnmbr {
		width: 8.333333%;
	}
}
.besteloverzicht .prodprice {
	width: 100%;
}
@media (min-width: 1024px) {

	.besteloverzicht .prodprice {
		width: 8.333333%;
	}
}

.hide-till-button {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.hide-till-button.show-now {
	max-height: inherit;
}

.hide-after-button {
	max-height: inherit;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.hide-after-button.hide-now {
	max-height: 0px;
	overflow: hidden;
}

.fullwidth p {
	margin-bottom: 1.5rem;
}
.fullwidth ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 1.5rem;
}
.fullwidth ul li {
	font-weight: 300;
}
.after\:absolute::after {
	content: "";
	position: absolute;
}
.after\:bottom-0::after {
	content: "";
	bottom: 0px;
}
.after\:left-0::after {
	content: "";
	left: 0px;
}
.after\:block::after {
	content: "";
	display: block;
}
.after\:h-2::after {
	content: "";
	height: 0.5rem;
}
.after\:w-52::after {
	content: "";
	width: 13rem;
}
.after\:bg-lightGrey::after {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(203, 191, 183, var(--tw-bg-opacity));
}
.last\:mr-0:last-child {
	margin-right: 0px;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px;
}
.hover\:h-full:hover {
	height: 100%;
}
.hover\:max-h-500:hover {
	max-height: 500px;
}
.hover\:w-95:hover {
	width: 95%;
}
.hover\:bg-yellow:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 181, 0, var(--tw-bg-opacity));
}
.hover\:text-orange:hover {
	--tw-text-opacity: 1;
	color: rgba(244, 93, 20, var(--tw-text-opacity));
}
.hover\:text-txtgrey:hover {
	--tw-text-opacity: 1;
	color: rgba(48, 72, 59, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-darkBlue:hover {
	--tw-text-opacity: 1;
	color: rgba(34, 38, 64, var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
	--tw-text-opacity: 1;
	color: rgba(227, 181, 0, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 640px) {

	.sm\:w-6\/12 {
		width: 50%;
	}

	.sm\:items-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 768px) {

	.md\:block {
		display: block;
	}
}
@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:right-0 {
		right: 0px;
	}

	.lg\:top-0 {
		top: 0px;
	}

	.lg\:left-auto {
		left: auto;
	}

	.lg\:-left-11 {
		left: -2.75rem;
	}

	.lg\:-left-12 {
		left: -12.3333%;
	}

	.lg\:-left-14 {
		left: -3.5rem;
	}

	.lg\:-top-48 {
		top: -12rem;
	}

	.lg\:top-12 {
		top: 3rem;
	}

	.lg\:z-10 {
		z-index: 10;
	}

	.lg\:z-0 {
		z-index: 0;
	}

	.lg\:order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.lg\:order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.lg\:m-0 {
		margin: 0px;
	}

	.lg\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.lg\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:-mt-20 {
		margin-top: -5rem;
	}

	.lg\:mr-4 {
		margin-right: 1rem;
	}

	.lg\:mb-20 {
		margin-bottom: 5rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-height500 {
		height: 500px;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:h-auto {
		height: auto;
	}

	.lg\:h-170 {
		height: 170%;
	}

	.lg\:h-200 {
		height: 200%;
	}

	.lg\:max-h-full {
		max-height: 100%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-4\/5 {
		width: 80%;
	}

	.lg\:w-6\/12 {
		width: 50%;
	}

	.lg\:w-4\/12 {
		width: 33.333333%;
	}

	.lg\:w-3\/12 {
		width: 25%;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

	.lg\:w-55 {
		width: 55%;
	}

	.lg\:w-2\/12 {
		width: 16.666667%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

	.lg\:w-2\/6 {
		width: 33.333333%;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:max-w-none {
		max-width: none;
	}

	.lg\:-rotate-6 {
		--tw-rotate: -6deg;
		-webkit-transform: var(--tw-transform);
		transform: var(--tw-transform);
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.lg\:items-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.lg\:rounded-l-2xl {
		border-top-left-radius: 1rem;
		border-bottom-left-radius: 1rem;
	}

	.lg\:rounded-r-2xl {
		border-top-right-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}

	.lg\:rounded-br-none {
		border-bottom-right-radius: 0px;
	}

	.lg\:rounded-tl-none {
		border-top-left-radius: 0px;
	}

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.lg\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.lg\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:pt-48 {
		padding-top: 12rem;
	}

	.lg\:pb-48 {
		padding-bottom: 12rem;
	}

	.lg\:pt-0 {
		padding-top: 0px;
	}

	.lg\:pb-4 {
		padding-bottom: 1rem;
	}

	.lg\:pl-8 {
		padding-left: 2rem;
	}

	.lg\:pb-8 {
		padding-bottom: 2rem;
	}

	.lg\:pb-28 {
		padding-bottom: 7rem;
	}

	.lg\:pr-20 {
		padding-right: 5rem;
	}

	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.lg\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.lg\:before\:absolute::before {
		content: "";
		position: absolute;
	}

	.lg\:before\:left-0::before {
		content: "";
		left: 0px;
	}

	.lg\:before\:bottom-0::before {
		content: "";
		bottom: 0px;
	}

	.lg\:before\:z-10::before {
		content: "";
		z-index: 10;
	}

	.lg\:before\:h-48::before {
		content: "";
		height: 12rem;
	}

	.lg\:before\:w-5\/12::before {
		content: "";
		width: 41.666667%;
	}

	.lg\:before\:bg-backgroundBrown::before {
		content: "";
		--tw-bg-opacity: 1;
		background-color: rgba(247, 243, 237, var(--tw-bg-opacity));
	}
}
@media (min-width: 1280px) {

	.xl\:top-auto {
		top: auto;
	}

	.xl\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.xl\:mt-0 {
		margin-top: 0px;
	}

	.xl\:block {
		display: block;
	}

	.xl\:h-screen {
		height: 100vh;
	}

	.xl\:max-h-full {
		max-height: 100%;
	}

	.xl\:min-h-screen {
		min-height: 100vh;
	}

	.xl\:w-3\/6 {
		width: 50%;
	}

	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.xl\:pl-60 {
		padding-left: 15rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:col-span-10 {
		grid-column: span 10 / span 10;
	}

	.\32xl\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.\32xl\:col-start-2 {
		grid-column-start: 2;
	}
}


@media (max-width: 768px) {
	.homeHeader video{
		object-fit: cover;
		object-position: center;
	}
}

body.Restaurant.Troubadour{
	.homeHeader h1{
		word-break: break-word;
		padding-bottom: 200px;
		font-size: 2.2rem;
	}

	#main-nav{
		box-shadow: 0 10px 15px 5px rgb(0 0 0 / 10%);

		.top-header {
			transition: 200ms ease-in-out all;
		}

		&.on-scroll{
			.top-header{
				overflow: hidden;
				padding: 0;
				height: 0;
			}

			.navbar-container{
				padding: 0.5rem 1rem;

				a.brand-logo{
					width: 88px;
				}
			}
		}
	}
}

.menuWrapper{
	a{
		text-shadow: 0 1px 10px #f1f1f15c;
	}
}

.custom-slider-space{
	width: 130%;
	overflow: visible;
}

@media (max-width: 768px) {
	.custom-slider-space{
		width: 100%;
		overflow: hidden;
	}
}


.inner-faq {
	display: inline-block;
	position: relative;
	width: 100%;

	.dropdown-container {
		position: relative;
		width: 100%;
		margin-bottom: 15px;

		&:last-child {
			margin: 0;
		}

		.dropdown-header {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			border-radius: 2px;
			position: relative;
			width: 100%;
			padding: 20px 20px 20px 45px;
			cursor: pointer;
			user-select: none;

			span.title {
				font-size: 20px;
				line-height: 20px;
				margin: 0;
				font-weight: 600;
				color: white;
			}

			.icon {
				position: relative;
				width: 20px;
				height: 20px;
				min-width: 20px;
				background-image: url("../../../lib/img/plus-icon.svg");
				background-size: 20px;
				background-repeat: no-repeat;
				background-position: center center;
			}
		}

		.dropdown-content {
			transition: 300ms ease all;
			position: relative;
			width: 100%;
			max-height: 0;
			overflow: hidden;

			p {
				padding: 21px 45px 21px 45px;
				margin: 0;
				color: white;
			}
		}

		&.open {
			.dropdown-header {
				.icon {
					background-image: url("../../../lib/img/minus-icon.svg");
				}
			}
		}
	}
}

@media (max-width: 768px) {
	.inner-faq .dropdown-container{
		.dropdown-header{
			padding: 20px;

			span.title{
				font-size: 17px;
				line-height: 20px;
			}
		}

		.dropdown-content p{
			padding: 20px;
		}
	}
}
