<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: StrandheemFestival
Template: StrandheemFestival
Version: 1.1
*/

/*------------------------------------------------------------------------
## algemeen
------------------------------------------------------------------------*/


/* == config == */
:root {

	--wpex-bg-color: #f9f3e7;

	--wpex-accent: #008bcb;
	--accent-1: #52B832;
	--accent-2: #FF6F6B;
	--accent-3: #FFA576;
	--accent-4: #33CBCB;
	--accent-5: #AFCA0B;
	--accent-6: #eee4d0;
	--base: #FFF;
	--black: #3c3c3b;

	font-size: 100%;

	--wpex-body-font-family: 'Barlow', sans-serif;
	--wpex-body-font-size: 1.088rem;
	--wpex-body-font-weight: 400;
	--wpex-body-line-height: 190%;
	--wpex-text-2: var(--black);
	--wpex-link-color: var(--wpex-accent);
	--wpex-link-text-decoration: underline;
	--wpex-hover-link-text-decoration: none;
	--wpex-body-font-weight-strong: 700;

	--wpex-heading-font-family: 'Bungee', serif;
	--wpex-heading-color: var(--black);
	--wpex-heading-font-weight: 400;
	--wpex-heading-line-height: 110%;

	--wpex-subheading-font-family: "ruddy", sans-serif;
	--wpex-subheading-color: var(--black);
	--wpex-subheading-font-weight: 700;
	--wpex-subheading-line-height: 110%;

	--wpex-btn-font-family: 'Bungee', sans-serif;
	--wpex-btn-font-style: normal;
	--wpex-btn-line-height: inherit;
	--wpex-btn-font-weight: 400;
	--wpex-btn-padding: 11px 25px 12px;
	--wpex-btn-font-size: 1.110rem;
	--wpex-btn-color: var(--base);
	--wpex-btn-border-radius: 10px;

	--wpex-hover-btn-bg: var(--wpex-accent);
	--wpex-hover-btn-color: var(--base);

	--wpex-el-margin-bottom: 15px;
}

/* == wp bakery == */
.vc_row {
	--wpex-vc-column-inner-margin-bottom: 70px;
}

.vc_row:not(.vc_inner) {
	padding-top: 70px;
}

/* == fonts == */
body {
	font-size: 100%;
	font-family: var(--wpex-body-font-family);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
ul li,
ol li {
	font-weight: var(--wpex-body-font-weight);
	font-size: var(--wpex-body-font-size);
}

b,
strong {
	font-weight: var(--wpex-body-font-weight-strong);
}

.page-header-title,
h1,
h1 .wpex-heading,
h1 .vcex-heading,
h2,
h2 .wpex-heading,
h2 .vcex-heading,
h3,
h3 .wpex-heading,
h3 .vcex-heading {
	font-family: var(--wpex-heading-font-family);
	font-weight: var(--wpex-heading-font-weight);
}

h4,
h5,
h4.wpex-heading,
h4.vcex-heading,
h5.wpex-heading,
h5.vcex-heading {
	font-family: var(--wpex-subheading-font-family);
	font-weight: var(--wpex-subheading-font-weight);
	color: var(--wpex-subheading-color);
	line-height: (--wpex-subheading-line-height);
	text-transform: uppercase;
}

h1,
h1.vcex-heading,
h1.page-header-title {
	font-size: min(max(1.875rem, 1.489rem + 1.93vw), 2.938rem));
	font-size: clamp(1.875rem, 1.489rem + 1.93vw, 2.938rem);
	margin: 0 0 20px;
}

h2,
h2.vcex-heading,
h2.wpex-heading {
	font-size: min(max(1.563rem, 1.335rem + 1.14vw), 2.188rem));
	font-size: clamp(1.563rem, 1.335rem + 1.14vw, 2.188rem);
	margin: 0 0 20px;
}

h3,
h3.vcex-heading,
h3.wpex-heading {
	font-size: min(max(1.25rem, 1.136rem + 0.57vw), 1.563rem));
	font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
	margin: 0 0 15px;
}

h4,
h4.vcex-heading,
h4.wpex-heading {
	font-size: min(max(1.188rem, 1.119rem + 0.34vw), 1.375rem));
	font-size: clamp(1.188rem, 1.119rem + 0.34vw, 1.375rem);
	margin: 0 0 15px;
}

div.vcex-heading {
	color: var(--accent-2);
	font-weight: 400;
}

p a {
	text-underline-offset: 1px;
}

/*-- scroll to top --*/

a#site-scroll-top {
	bottom: 45px;
	background: transparent;
	border: 2px solid var(--accent-5);
	color: var(--accent-5);
}

a#site-scroll-top:hover {
	background: var(--accent-5);
	color: var(--base);
}

.grecaptcha-badge {
	bottom: 110px !important;
}

/* == buttons == */
a.theme-button {
	margin-top: 15px;
	line-height: inherit;
}

.wpb_wrapper a.theme-button:first-of-type {
	margin-right: 10px;
}

a.theme-button:hover {
	opacity: 0.9;
}

a.theme-button.shf-groen {
	--wpex-btn-bg: var(--accent-1);
	--wpex-hover-btn-bg: var(--accent-5);
}

.theme-button.minimal-border {
	--wpex-btn-padding: 7px 25px;

	border-radius: var(--wpex-btn-border-radius);
	border-width: 2px;
	border-color: var(--black);
	color: var(--black);
}

.theme-button.minimal-border:hover {
	background: var(--black);
	color: var(--base);
}

.typography-white a.theme-button {
	color: var(--wpex-btn-color);
}

.typography-white a.theme-button:hover {
	color: var(--wpex-hover-btn-color);
}

/* == formulieren algemeen == */
input::-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px var(--accent-1) inset;
	box-shadow: 0 0 0px 1000px var(--accent-1) inset;
}

input[type="date"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	color: var(--black);
	font-size: 16px;
}

/* == reCaptcha == */
.grecaptcha-badge {
	visibility: hidden;
}

/* == GF == */
.gform_wrapper {
	background: var(--base);
	padding: 30px;
}

.gform_wrapper.gravity-theme form .gfield_label {
	font-weight: 600;
	margin-bottom: 2px;
}

.gform_wrapper.gravity-theme form a {
	text-decoration: underline;
}

.gform_wrapper.gravity-theme form a:hover {
	text-decoration-thickness: 2px;
}

.gform_wrapper.gravity-theme form .gfield input,
.gform_wrapper.gravity-theme form .gfield select,
.gform_wrapper.gravity-theme form .gfield textarea {
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	color: var(--black);
}

.gform_wrapper.gravity-theme form .gfield input:focus,
.gform_wrapper.gravity-theme form .gfield textarea:focus {
	border: 1px solid var(--wpex-accent);
	outline: 1px solid var(--wpex-accent);
}

.gform_wrapper.gravity-theme form .gfield input[type=text],
.gform_wrapper.gravity-theme form .gfield input[type=number],
.gform_wrapper.gravity-theme form .gfield select,
.gform_wrapper.gravity-theme form .gfield textarea {
	padding: 8px 12px;
}

/* checkbox &amp; radio */
.gform_wrapper.gravity-theme form .gfield input[type=radio],
.gform_wrapper.gravity-theme form .gfield input[type=checkbox] {
	appearance: none;
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	cursor: pointer;
	height: 22px;
	position: relative;
	vertical-align: middle;
	width: 22px;
	transition: all 0.2s ease;
}

.gform_wrapper.gravity-theme form .gfield input[type=radio]:hover,
.gform_wrapper.gravity-theme form .gfield input[type=radio]:checked,
.gform_wrapper.gravity-theme form .gfield input[type=checkbox]:hover,
.gform_wrapper.gravity-theme form .gfield input[type=checkbox]:checked {
	border: 1px solid #2f8bcb;
}

/* checkbox */
.gform_wrapper.gravity-theme form .gfield input[type=checkbox]:checked::before,
.gform_wrapper.gravity-theme form .ginput_complex span input[type=checkbox]:checked::before {
	opacity: 100%;
	transform: translate(-50%, -50%) scale(1);
}

.gform_wrapper.gravity-theme form .gfield input[type=checkbox]::before,
.gform_wrapper.gravity-theme form .ginput_complex span input[type=checkbox]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgb(135, 191, 23)' d='M438.6 105.4a31.93 31.93 0 0 1 0 45.2l-256 256a31.93 31.93 0 0 1-45.2 0L9.37 278.6a31.94 31.94 0 0 1 0-45.2 32 32 0 0 1 45.26 0L159.1 338.7l234.3-233.3a31.9 31.9 0 0 1 45.2 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 16px;
	left: 50%;
	opacity: 0%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	transition: all 0.1s ease-in;
	width: 14px;
}

/* radio */
.gform_wrapper.gravity-theme form .gfield input[type=radio]::before {
	content: '';
	background: var(--accent-1);
	border-radius: 9999px;
	display: block;
	height: 16px;
	left: 50%;
	opacity: 0%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	transition: all 0.1s ease-in;
	width: 16px;
}

.gform_wrapper.gravity-theme form .gfield input[type=radio]:checked::before {
	opacity: 100%;
	transform: translate(-50%, -50%) scale(1);
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-weight: 400;
	cursor: pointer;
}

.gform_wrapper.gravity-theme form .gfield input[type=radio],
.gform_wrapper.gravity-theme form .ginput_complex span input[type=radio] {
	border-radius: 9999px;
}

.gform_wrapper.gravity-theme form .gfield select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	visibility: visible;
	font-family: var(--wpex-body-font-family);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='rgb(60, 60, 59)' d='M0.291698634,7.09336113 L6.3590362,12.7033184 C6.78686377,13.0988939 7.21468445,13.0988939 7.64251203,12.7033184 C7.83697855,12.5235108 7.93421066,12.3167358 7.93421066,12.0829863 C7.93421066,11.8492367 7.83697855,11.6604419 7.64251203,11.5165961 L2.27525149,6.5 L7.64251203,1.48340388 C8.1092326,1.08782767 8.11895565,0.692257836 7.67168197,0.296681626 C7.22440751,-0.0988938754 6.78686377,-0.0988938754 6.3590362,0.296681626 L0.291698634,5.90663887 C0.0972321121,6.05048464 1.13686838e-13,6.24827026 1.13686838e-13,6.5 C1.13686838e-13,6.75173044 0.0972321121,6.94951536 0.291698634,7.09336113 Z' transform='rotate(-90 4.5 4)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_footer input {
	background: var(--accent-1);
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
	background: var(--accent-5);
}

/* == donation == */
.gform_wrapper.gravity-theme form .donate-choices .gfield_radio {
	display: flex;
	flex-flow: wrap;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice input {
	margin-left: 0.9375rem;
	z-index: 1;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice {
	align-items: center;
	display: flex;
	font-weight: 500;
	height: 50px;
	margin-left: 12px;
	margin-top: 0 !important;
	position: relative;
	width: calc(25% - 9px);
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice .gfield-choice-input+label {
	cursor: pointer;
	height: 100%;
	max-width: 100%;
	line-height: normal;
	font-weight: 600;
	padding: 14px 10px 15px 40px;
	background: var(--base);
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	position: absolute;
	width: 100%;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice .gfield-choice-input:hover+label {
	border: 1px solid var(--wpex-accent);
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice .gfield-choice-input:checked+label {
	background: #d1e7f6;
	border: 1px solid var(--wpex-accent);
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice:first-child {
	margin-left: 0;
}

.gform_wrapper.gravity-theme .ginput_container_address .address_country {
	flex: 0 0 100%;
}

/* volunteer planner */

.availability-field .gfield_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}

.availability-field .gfield_checkbox .gchoice {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 2px 7px;
}

/* == bingo ==*/

#gform_11 div.ginput_container_fileupload span.gform_fileupload_rules{
	display: none;
}

#gform_11 .gfield--type-fileupload {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

button.gpfup__select-files.gform_button_select_files {
	font-family: var(--wpex-body-font-family);
	font-style: var(--wpex-btn-font-style);
	line-height: var(--wpex-btn-line-height);
	font-weight: 900;
	padding: 4px 10px;
	font-size: var(--wpex-text-xs);
	color: var(--wpex-btn-color);
	border-radius: var(--wpex-btn-border-radius);
	background: var(--wpex-accent);
	border: 0;
}
/* == extra == */

.qty-sponsor-volunteer-night .ginput_quantity {
	margin-left: 7px;
}

.qty-sponsor-volunteer-night .ginput_product_price_wrapper {
	display: none !important;
}

/*------------------------------------------------------------------------
## header
------------------------------------------------------------------------*/

#site-header-inner,
#site-header-sticky-wrapper.is-sticky #site-header,
#site-header.overlay-header {
	background-color: transparent;
	box-shadow: none;
}

.navbar-style-seven {
	width: var(--wpex-header-seven-nav-width, 70%);
}

/* == menu == */
.main-navigation-seven {
	background-color: var(--base);
	border-radius: 0 25px 0 25px;
	padding: 0 0 0 40px;
}

.navbar-style-seven .dropdown-menu&gt;li&gt;a {
	font-family: var(--wpex-heading-font-family);
	color: var(--wpex-accent);
	font-weight: var(--wpex-heading-font-weight);
	font-size: 1.125rem;
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul&gt;li.current-menu-parent&gt;a&gt;.link-inner::after {
	opacity: 1;
	transform: scaleX(1);
}

.navbar-style-seven .dropdown-menu&gt;li.menu-cta&gt;a {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	border-radius: 0 25px 0 0;
	background: var(--accent-1);
	color: var(--base);
	transition: 0.15s all ease;
}

.navbar-style-seven .dropdown-menu&gt;li.menu-cta&gt;a:hover {
	background: var(--accent-5);
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul&gt;li.menu-cta&gt;a&gt;.link-inner::after {
	display: none;
}

/* == sub menu == */
#site-navigation .dropdown-menu ul {
	left: inherit;
	right: 0;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item a {
	color: var(--black);
	font-weight: 700;
	font-size: 1rem;
	border: 0;
}

#site-navigation .dropdown-menu ul a:hover,
#site-navigation .dropdown-menu ul&gt;li.current-menu-item a {
	color: var(--accent-1) !important;
}

/* == social == */
.vcex-social-links .wpex-social-btn:first-child {
	border-radius: 10px 0 0;
}

.vcex-social-links .wpex-social-btn:last-child {
	border-radius: 0 10px 0 0;
}

.vcex-social-links .wpex-social-btn {
	background: var(--accent-2);
	color: var(--base);
	font-size: 1.1rem;
	padding: 2px 2px 1px;
}

.vcex-social-links .wpex-social-btn:hover {
	background: var(--accent-3);
}

/* == mobile menu == */
#mobile-menu a {
	background: var(--accent-2);
	color: var(--base);
	font-family: var(--wpex-heading-font-family);
	font-weight: var(--wpex-heading-font-weight);
	font-size: 0.85rem;
	padding: 7px 15px;
	gap: 5px;
	border-radius: 10px;
	border: 0;
}

.mobile-toggle-nav a {
	font-family: var(--wpex-heading-font-family);
	font-weight: var(--wpex-heading-font-weight);
	padding: 7px 0 !important;
	color: var(--black);
	font-size: 1.15rem;
}

.mobile-toggle-nav li.current-menu-item a {
	color: var(--wpex-accent) !important;
}

/*------------------------------------------------------------------------
## page header
------------------------------------------------------------------------*/

.page-header {
	background-color: #eee4d0;
	border: 0;
	padding: 160px 0 80px;
}

header.page-header.has-bg-image.bg-cover h1 {
	text-shadow: 0 2px 5px #878686, 0 2px 30px #878686;
	color: #fff;
}

header.page-header.centered-page-header.wpex-supports-mods.has-bg-image.bg-cover {
	min-height: 45vh;
}

/* breadcrumbs */
.site-breadcrumbs {
	font-weight: 400;
}

video#header-video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -100;
	right: 0;
	bottom: 0;
	background-size: cover;
	overflow: hidden;
	position: absolute;
}


/*------------------------------------------------------------------------
## footer
------------------------------------------------------------------------*/

footer#footer {
	border-top: 7px solid #eee4d0;
}

footer#footer:after {
	content: "";
	background-image: url(assets/img/footer-shf-overlay-right.svg);
	background-size: contain;
	position: absolute;
	display: block;
	height: 350px;
	width: 350px;
	right: 0;
	bottom: 0px;
	pointer-events: none;
	z-index: 1;
	visibility: visible;
}

#footer p a {
	color: var(--black);
	text-decoration: underline;
	text-underline-offset: 1px;
}

#footer p a:hover {
	--wpex-link-color: var(--black);
	text-decoration: none;
}

#footer-widgets a.wpex-social-btn {
	background: var(--accent-2);
	color: #fff;
}

#footer-widgets a.wpex-social-btn:hover {
	background: var(--accent-3);
}

#footer-widgets .wpex-fa-social-widget li:first-child a.wpex-social-btn {
	border-radius: 10px 0 0;
}

#footer-widgets .wpex-fa-social-widget li:last-child a.wpex-social-btn {
	border-radius: 0 10px 0 0;
}

.widget_wpex_newsletter.footer-widget input[type="email"] {
	height: 40px;
	border-radius: 10px 0 0 10px;
	padding: 0 20px 0;

}

.wpex-simple-newsletter button[type="submit"] {
	padding: 0 20px;
	height: 40px;
	background: var(--wpex-accent);
	font-size: 16px;
	text-transform: none;
	border-radius: 0 10px 10px 0;
}

.widget_wpex_newsletter button:hover {
	background: var(--wpex-accent);
}

#copyright {
	font-size: 0.95rem;
}

#footer-bottom-menu {
	margin-top: 0;
}

#footer-bottom-menu li a {
	color: var(--black);
	text-decoration: underline;
	text-underline-offset: 2px;
	font-size: 0.95rem;
}

#footer-bottom-menu li a:hover {
	--wpex-link-color: var(--black);
	text-decoration: none;
}

#footer-bottom-menu li:not(:first-child) {
	margin-left: 0px;
}

#footer-bottom-menu li:not(:last-child)::after {
	content: "/";
	display: inline-block;
	margin: 0 6px 0 8px;
}

/*------------------------------------------------------------------------
## elementen
------------------------------------------------------------------------*/

/* == marquee == */
.marquee {
	--gap: 3rem;
	position: relative;
	/* width: 100vw; */
	overflow: hidden;
	margin: 15px 0;
}

.marquee:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background-image: linear-gradient(90deg, #f4cdb3 0%, rgba(236, 232, 220, 0.00) 100%);
	z-index: 2;
}

.marquee:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background-image: linear-gradient(260deg, #f4cdb3 0%, rgba(236, 232, 220, 0.00) 100%);
	z-index: 2;
}

.marquee .marquee__inner {
	display: flex;
	gap: var(--gap);
	position: relative;
}

.marquee .marquee__content {
	animation: marquee 25s linear infinite;
	flex-shrink: 0;
	gap: var(--gap);
	min-width: 100%;
}

.marquee .vcex-heading {
	color: var(--accent-2);
	text-align: center;
	white-space: nowrap;
	font-family: var(--wpex-heading-font-family);
	font-size: min(max(1.25rem, 0.795rem + 2.27vw), 2.5rem));
	font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem)
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

/*------------------------------------------------------------------------
## pagina's
------------------------------------------------------------------------*/

/* == home == */

.vc_row.hero--home {
	padding-top: 0;
}

.hero--home .hero__media-right .vc_column-inner {
	margin-bottom: 117px;
}

.hero--home .hero__text .wpb_wrapper,
.hero--home .hero__text .wpex-text-left {
	text-align: right;
}

.hero--home .hero__media-right {
	max-width: none;
	overflow: visible;
}

.hero--home .hero__media-right .wpb_single_image:first-child:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
	width: 140px;
	background-image: linear-gradient(90deg, #f9f3e7 0%, rgba(236, 232, 220, 0.00) 100%);
	z-index: 2;
}

.hero--home .hero__media-right .wpb_single_image:first-child img {
	width: calc(50vw + 95px);
	max-width: none;
}

.hero--home .hero__media-right .hero__date-blurb {
	position: absolute;
	left: 0;
	bottom: 117px;
	z-index: 4;
}

.vc_row.hero--home:after {
	content: "";
	background-image: url(assets/img/hero-shf-overlay-right.svg);
	background-size: contain;
	position: absolute;
	display: block;
	height: 583px;
	width: 408px;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}

.vc_row.hero--home:before {
	content: "";
	background-image: url(assets/img/hero-shf-overlay-left.svg);
	background-size: contain;
	position: absolute;
	display: block;
	height: 350px;
	width: 350px;
	left: 0;
	bottom: -116px;
	pointer-events: none;
	z-index: -1;
}

.home-cards-info-1&gt;.wpb_column,
.home-cards-info-3&gt;.wpb_column {
	min-height: 375px;
}

.home-cards-info-2 a:not(.theme-button),
.home-cards-info-3 a:not(.theme-button) {
	font-size: min(max(1.375rem, 1.08rem + 1.48vw), 2.188rem));
	font-size: clamp(1.375rem, 1.08rem + 1.48vw, 2.188rem);
	font-family: var(--wpex-heading-font-family);
	font-weight: var(--wpex-heading-font-weight);
	line-height: 110%;
	color: var(--base);
	text-shadow: 0 0 4px #000;
}

.wpb_column.home-hero-text .vc_column-inner {
	background: url(assets/img/home-hero-text-bg2.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
}

/* social feed */
.ff-stream {
	background: transparent !important;
}

div#ff-stream-1 {
	padding-top: 6px;
	padding-bottom: 0;
	min-height: 1px !important;
}

.ff-stream-wrapper {
	margin-top: 2px !important;
}

.ff-layout-grid .ff-item-cont {
	height: auto !important;
}

#ff-stream-1 .picture-item__inner {
	box-shadow: none !important;
	border: solid 1px #efefef;
}

.ff-stream .ff-loadmore-wrapper .ff-btn {
	padding: var(--wpex-btn-padding);
	transition: 0.15s all ease;
	background-color: transparent;
	border-radius: var(--wpex-btn-border-radius);
	color: var(--wpex-btn-color, var(--wpex-on-accent));
	font-size: var(--wpex-btn-font-size);
	font-family: var(--wpex-btn-font-family);
	font-style: var(--wpex-btn-font-style);
	text-transform: var(--wpex-btn-text-transform);
	line-height: var(--wpex-btn-line-height);
	font-weight: var(--wpex-btn-font-weight);
	border: 2px solid var(--wpex-btn-border-color);
}

.ff-stream .ff-loadmore-wrapper .ff-btn:hover {
	color: #fff;
	background-color: #2f8bc8 !important;
}

/* == sponsors == */

.vc_row.hoofdsponsors .vc_column-inner,
.vc_row.subsponsors .vc_column-inner {
	--wpex-vc-column-inner-margin-bottom: 30px;
}

.hoofdsponsors .wpb_single_image,
.subsponsors .wpb_single_image {
	border: 1px solid #EEE;
	background: var(--base);
	text-align: center;
}

.sponsors ul {
	margin: 0
}

.sponsors ul li {
	list-style: none;
}

.sponsors ul li a {
	font-weight: 400;
	font-size: 16px;
}

/*-- Fotoalbums archief **/

.portfolio-entry-details {
	background: transparent;
	border: 0;
	padding: 15px 0;
}

.portfolio-entry-details h3 {
	font-size: 20px;
}

/* == Press == */
.vcex-teaser--press {
	border: 2px solid var(--accent-6);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

.vcex-teaser--press a.theme-button {
	margin-top: 0;
}

/* == Programma == */

.wpb-js-composer .vc_tta.vc_general li.vc_tta-tab a {
	background: var(--wpex-accent);
	padding: 10px 25px;
	color: var(--base);
	font-weight: 600;
	font-size: 17px;
}

.wpb-js-composer .vc_tta.vc_general li.vc_tta-tab.vc_active a,
.wpb-js-composer .vc_tta.vc_general li.vc_tta-tab a:hover {
	background-color: var(--base);
	color: var(--wpex-accent);
}

.programma-tabs.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
	background-color: var(--base);
	color: var(--wpex-accent);
}

.wpb-js-composer.vc_tta-panel-body {
	padding: 40px 25px !important;
}

.wpb-js-composer li.vc_tta-tab a,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title&gt;a {
	font-family: var(--wpex-heading-font-family);
	font-size: 18px;
	background: var(--wpex-accent) !important;
	color: var(--base) !important;
}

.wpb-js-composer li.vc_tta-tab.vc_active a,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title&gt;a {
	background: var(--base) !important;
	color: var(--wpex-accent) !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding: 25px 20px !important;
}

.entries.left-thumbs .entry .entry-media img {
	border-radius: 50%;
}

.entries.left-thumbs .entry .entry-media {
	width: 16%;
}

.entries.left-thumbs .entry .entry-details {
	width: 80%;
}

.tabel-shfprogramma .flex-table {
	display: grid;
	grid-template-columns: repeat(auto-fill, 50% 20% 30%);
	grid-template-rows: 100% auto;
	color: #2c2b2e;
	border-left: 1px solid #ccc;
}

.tabel-shfprogramma .flex-table.row:first-child {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: var(--accent-4);
	border-top: 1px solid #ccc;
}

.tabel-shfprogramma .flex-row {
	width: 100%;
	padding: 1em;
	border: solid #ccc;
	border-width: 0px 1px 1px 0;
}

.tabel-shfprogramma .rij-shfprogramma {
	line-height: 160%;
}

.tabel-shfprogramma .rij-shfprogramma .flex-row {
	display: flex;
	align-items: center;
	font-size: 17px;
	cursor: pointer;
	transition: all ease 0.3s;
}

.tabel-shfprogramma .rij-shfprogramma:hover .flex-row {
	background: var(--wpex-accent);
	color: var(--base);
}

.tabel-shfprogramma .rij-shfprogramma .flex-row:first-child {
	position: relative;
	flex-flow: column;
	align-items: normal;
}

.tabel-shfprogramma .rij-shfprogramma a.theme-button {
	margin-top: 0;
}

.tabel-shfprogramma .shfprogramma-readmore {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 4px;
}

.tabel-shfprogramma .shfprogramma-readmore:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 30px solid transparent;
	border-bottom: 30px solid #CCC;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.tabel-shfprogramma-detail-info {
	padding: 20px 1em 25px;
	border: solid #ccc;
	border-width: 0px 1px 1px 1px;
	overflow-x: auto;
}

.tabel-shfprogramma-detail-info h4 {
	margin: 10px 0 15px;
}

.tabel-shfprogramma-detail-info p {
	margin: 0 0 20px;
	display: block;
	color: var(--black);
	font-size: 1rem;
	/* max-width: 900px; */
}

.tabel-shfprogramma-detail-info a.theme-button {
	margin-top: 10px;
}

.tabel-shfprogramma-detail-info table {
	width: max-content;
	margin-bottom: 0;
	border: 0;
}

.tabel-shfprogramma-detail-info table thead {
	background: inherit;
}

.tabel-shfprogramma-detail-info table td {
	border: 0;
	padding: 0px 15px 2px 0;
	color: #2c2b2e;
}

.tabel-shfprogramma-detail-info tbody {
	margin-bottom: 15px;
}

.tabel-shfprogramma-detail-info tbody td {
	font-size: 16px;
}

.tabel-shfprogramma .filters {
	text-align: left;
}

.tabel-shfprogramma .filters button {
	font-family: var(--wpex-subheading-font-family);
	font-weight: var(--wpex-subheading-font-weight);
	font-size: 1rem;
	color: var(--accent-4);
	line-height: 35px;
	margin-right: 2px;
	margin-top: 3px;
	padding: 0 10px;
	background: transparent;
	border-radius: 10px;
	border: 2px solid var(--accent-4);
}

.tabel-shfprogramma .filters button:hover,
.tabel-shfprogramma .filters button.filter-active {
	background: var(--accent-4);
	color: var(--base);
}

/* == uwave == */
.wpb_column.uwave-hero-text .vc_column-inner {
	background: url(assets/img/home-hero-text-bg2.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
}

.uwave-countdown .vcex-countdown {
	display: inline-block;
	margin: 15px 0;
	padding: 0 25px;
	text-align: center;
	background: #56BEC2;
	border-radius: 30px;
}

.uwave-ticket-intro .vc_column-inner {
	text-align: center;
}

.uwave-ticket-intro .vc_column-inner a.theme-button {
	margin-top: 15px;
}

.uwave-raster .overlay-title-bottom-see-through {
	font-family: 'Barlow', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 105%;
	margin-bottom: 15px;
}

.uwave-raster .overlay-title-bottom-see-through .overlay-bg {
	background: transparent;
}

.wpb-js-composer .programma-tabs-uwave #filter-shfprogramma {
	display: none;
}

.tabel-shfprogramma.tabel-uwave .flex-table.row:first-child {
	background: transparent;
	border-top: 0;
}

.tabel-shfprogramma.tabel-uwave .tabel-header .flex-row {
	padding: 0 10px 10px 10px;
	font-family: 'Bungee', sans-serif;
	font-weight: 600;
	font-size: 20px;
	border: 0;
}

.tabel-shfprogramma.tabel-uwave .rij-shfprogramma .flex-row {
	color: var(--base);
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 0;
}

.tabel-shfprogramma.tabel-uwave .rij-shfprogramma:hover .flex-row {
	background: rgb(47 139 200 / 50%);
}

.tabel-shfprogramma.tabel-uwave .flex-table {
	border: 0;
}

.tabel-shfprogramma.tabel-uwave .shfprogramma-readmore:before {
	border-bottom: 30px solid rgb(86 190 194 / 40%);
}

.tabel-shfprogramma.tabel-uwave .tabel-shfprogramma-detail-info {
	padding: 0.769em 10px 30px;
	margin-bottom: 20px;
	color: #FFF;
	border: solid #fff;
	border-width: 0px 0 1px 0;
}

.tabel-shfprogramma.tabel-uwave .tabel-shfprogramma-detail-info captation {
	margin: 0 0 10px;
	color: #FFF;
}

.tabel-shfprogramma.tabel-uwave .tabel-shfprogramma-detail-info p,
.tabel-shfprogramma.tabel-uwave .tabel-shfprogramma-detail-info table td {
	color: #FFF;
}

.programma-tabs.programma-tabs-uwave.vc_tta-color-white .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent !important;
}

/* .wpex-shape-divider {
	width: 200%;
}
.wpex-shape-divider-svg {
	transform-origin: left;
	animation: uwaves 6s linear infinite;
}

@keyframes uwaves {
	0% {
		transform: translateZ(0);
	}
	
	100% {
		transform: translate3d(-50%, 0, 0);
	}
} */

/* blog */
.single-post #content-wrap {
	--wpex-container-max-width: 90%;
	--wpex-container-width: 800px;
}
/*------------------------------------------------------------------------
## mobile
------------------------------------------------------------------------*/

@media screen and (max-width : 1440px) {
	article.ff-item:nth-last-child(-n+2) {
		display: none !important;
	}
}

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

	#site-header-sticky-wrapper.is-sticky #site-header {
		background-color: var(--wpex-bg-color) !important;
	}

	.hero__text {
		padding-top: 95px;
	}

	article.ff-item:nth-last-child(-n+2) {
		display: none !important;
	}

}

@media screen and (max-width : 1200px) {
	.vc_row.hero--home:before {
		width: 200px;
		bottom: -90px;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
}

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

	header.page-header.centered-page-header.wpex-supports-mods.has-bg-image.bg-cover {
		min-height: 290px;
	}

	.page-header {
		padding: 140px 0 40px;
	}

	/* footer */
	footer#footer:after {
		width: 150px;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	#footer-bottom-inner {
		padding-right: 100px;
		text-align: left;
	}

	/* geven */
	.pt-form-group-3.pt-form-group-radio .pt-radio-group label {
		display: block;
	}

	.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice {
		width: calc(50% - 9px);
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice:nth-child(1),
	.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice:nth-child(3) {
		margin-left: 0px;
	}

	/* home */
	article.ff-item:nth-last-child(-n+3) {
		display: none !important;
	}

	.home-info-grid .wpb_column {
		min-height: 300px;
	}

	.home-social-feed h3,
	.aanmelden-nieuwsbrief h3 {
		font-size: 18px !important;
	}

	.hero__text {
		padding-top: 115px;
	}

	.hero--home .hero__text .wpb_wrapper,
	.hero--home .hero__text .wpex-text-left {
		text-align: left;
	}

	.hero--home .hero__media-right .wpb_single_image:first-child::before {
		display: none;
	}

	.hero--home .hero__media-right .wpb_single_image:first-child img {
		width: calc(100vw + 30px);
		transform: translateX(-30px);
	}

	.hero--home .hero__media-right .hero__date-blurb {
		left: -7px;
		bottom: 49px;
		max-width: 90px;
	}

	.hero--home .hero__media-right .vc_column-inner {
		margin-bottom: 50px;
	}

	.vc_row.hero--home:after {
		width: 175px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: right bottom;
		right: 0;
	}

	.vc_row.hero--home:before {
		display: none;
	}


	/* programma */
	.wpb-js-composer .programma-tabs.vc_tta.vc_general .vc_tta-panel-body {
		padding: 25px 5px !important;
	}

	.programma-tabs .tabel-shfprogramma .flex-table {
		display: block;
	}

	.programma-tabs .tabel-shfprogramma .tabel-header .flex-row,
	.programma-tabs .tabel-shfprogramma .rij-shfprogramma .flex-row:not(:nth-child(1)) {
		display: none;
	}

	/* uwave */
	.uwave-banner {
		min-height: 390px !important;
	}

	.uwave-lineup .uwave-lineup-tekst {
		order: 2;
	}

	.wpb_column.uwave-hero-text .vc_column-inner a.theme-button {
		margin-bottom: 15px;
	}

	.uwave-raster .overlay-title-bottom-see-through {
		font-size: 20px;
	}

	.tabel-shfprogramma.tabel-uwave .flex-table {
		grid-template-columns: repeat(auto-fill, 60% 40%);
	}

	.tabel-shfprogramma.tabel-uwave .tabel-header .flex-row {
		padding: 0 10px 10px 0;
	}

	.tabel-shfprogramma.tabel-uwave .rij-shfprogramma .flex-row {
		padding: 0 10px 10px 0;
	}

	.tabel-shfprogramma.tabel-uwave .tabel-header .flex-row:nth-child(2),
	.tabel-shfprogramma.tabel-uwave .rij-shfprogramma .flex-row:nth-child(2) {
		display: none;
	}

	.tabel-shfprogramma.tabel-uwave .rij-shfprogramma .flex-row:nth-child(3) {
		flex-flow: column;
		align-items: flex-start;
	}

	.tabel-shfprogramma.tabel-uwave .rij-shfprogramma .flex-row:nth-child(3) a.theme-button {
		margin: 10px 0 0 0;
	}

	.tabel-shfprogramma.tabel-uwave .rij-shfprogramma .flex-row {
		margin-bottom: 10px;
	}

}

@media (min-width: 768px) and (max-width: 1199px) {

	.home-info-grid .wpb_column {
		min-height: 325px;
	}
}

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

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

	a.theme-button,
	.color-button,
	input[type="submit"] {
		--wpex-btn-padding: 10px 20px 11px;
		--wpex-btn-font-size: 1rem;
	}

	/* home */
	.home-social-feed .ff-content {
		height: auto !important;
	}

}</pre></body></html>