/*
Theme Name: oscillation festival 2024
*/
@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.23;
}

ol, ul {
	list-style: none;
}

.content-wrap ol, .content-wrap ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

blockquote, q {
	quotes: none;
}

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

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

html, body, object {
	width: 100%;
	max-width: 100%;
	font-family: 'times', serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	height: 100%;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*# # # # # # TYPO # # # # # #*/

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.heading a:hover {
	color: blue;
}

img {
	max-width: 100%;
}

i, em {
	font-style: italic;
}

:root {
	--padding-small: 15px;
	--padding-large: 40px;
}

@media (prefers-color-scheme: dark) {

	html, body {
		background-color: #ffffff;
	}

}

.no-break {
	white-space: nowrap;
}

/*# # # # # # DEV # # # # # #*/
body.dev {
	background-color: var(--yellow);
}

.dev .red {
	background-color: red;
}

.dev .green {
	background-color: green;
}

.dev .blue {
	background-color: blue;
}

.menu-item:hover {
	color: blue;
}

/* .menu-item:hover {
	cursor: pointer;
} */


/*# # # # # # 2026 styles # # # # # #*/
p a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	-webkit-hyphens: auto;
}

p a:hover {
	color: blue;
}

.appended select {
	font-size: 0.8rem;
	font-family: inherit;
	max-width: calc(100% - 65px);
	overflow: hidden;
}

.single-post-wrap input[type="number"] {
	width: 40px;
	font-size: 0.8rem;
	font-family: inherit;
}

button {
	text-align: left;
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	margin-bottom: 3px;
}

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

/*# # # # # # MATRIX # # # # # #*/
.matrix {
	display: grid;
	grid-template-rows: repeat(7, 17px);
	gap: 0px;
	width: 100%;
	box-sizing: content-box;
	margin-bottom: 10px;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
}

.program-info {
	margin-bottom: 10px;
}

.subtitle {
	margin-top: 10px;
	font-size: 1.2rem;
	display: block;
}

strong {
	font-weight: bold;
}

.visible {
	display: inline-block !important;
}


.visited {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* display: none; */
}

.visited a {
	pointer-events: none;
}

p .workshops a:hover {
	/* color: black; */
	text-decoration: none;

}

p .festival a:hover {
	/* color: black; */
	text-decoration: none;

}

.heading {
	z-index: 10000;
	padding-top: 0px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: -10px;
	width: calc(100% + 20px) !important;
}

/* NEWSLETTER  */
#mc_embed_signup div.mce_inline_error {
	margin: 0px !important;
	margin-top: 10px !important;
	padding: 0px !important;
	background-color: transparent !important;
	color: red !important;
	font-weight: normal !important;
	z-index: 0 !important;
	width: 100%;
}

/* .mc-field-group {
	display: flex;
	flex-wrap: wrap;
} */

#mc_embed_signup input {
	flex-grow: 1;
	color: var(--black);
	border-bottom: 1px solid;
}

#mce-EMAIL {
	padding-right: 10px;
	background-color: var(--white);
	width: 100%;
	border: 0px;
	outline: 0px;
	border-bottom: 2px solid var(--black);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	font-size: inherit;
	font-family: inherit;
	padding-left: 0px;
}

#mc_embed_signup label {
	margin-right: 10px;
	background-color: var(--white);
}

.logos {
	float: left;
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.logo {
	margin-right: 10px;
	position: relative;
	height: 25px;
	float: left;
	margin-bottom: 10px;
}

#vlaanderen {
	height: 35px;
	top: -3px;
}

#QO2 {
	left: 1px;
}

#vk {}

#vgc {
	margin-right: 5px;
}

.st0 {
	fill: var(--black);
}

.mono-img-wrap {
	margin-bottom: 15px;
	display: inline-block;
	/* max-height: 25vw; */
}

.mono-img-wrap img {
	mix-blend-mode: screen;
	-webkit-filter: grayscale(100%) contrast(100%);
	filter: grayscale(100%) contrast(100%);
	/* -webkit-filter: grayscale(100%) contrast(150%);
	filter: grayscale(100%) contrast(150%); */
	opacity: 1;
	display: block;
	max-height: 25vw;
}

.mono-img-wrap:hover img {
	mix-blend-mode: normal;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.caption {
	display: block;
	padding-top: 2px;
	background-color: white;
}

.visited .caption {
	display: inline-block;
}

.visited .mono-img-wrap {
	background-color: transparent;
}

.visited .mono-img-wrap img {
	opacity: 0;
}




/*# # # # # # STRUCTURE # # # # # #*/
.load-wrap {
	position: relative;
}

#col-1 {
	position: relative;

}

#col-1 .appended {
	position: absolute;
	padding-top: 20px;
	padding-bottom: 50px;
	width: calc(100% - 15px);
	/* background-color: #ff000023; */
	/* padding-right: 20px; */
	/* background-color: #00ff0023; */
}

.appended:nth-child(2n) .load-wrap {
	top: 0.5px;
}

.appended:nth-child(3n) .load-wrap {
	top: 1px;
}

.appended:nth-child(4n) .load-wrap {
	top: 1.5px;
}


/* #col-2 {
	padding-top: 30px;
	padding-right: 20px;
} */
#col-3 {
	position: relative;
}

#col-3 .appended {
	/* position: absolute; */
	/* padding-top: 50px; */
	padding-bottom: 50px;
	/* padding-right: 20px; */
	width: 100%;
	/* background-color: #ff000023; */

}

.flex {
	display: flex;
}

.flex-grow {
	flex-grow: 1;
}

.flex.wrap {
	flex-wrap: wrap;
}

.inline {
	display: inline;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	/* position: absolute; */
}

.col-1-3 {
	width: 33.3%;
	min-height: 100vh;
	height: 100%;
	position: relative;
	/* overflow: auto; */
}

.overflow {
	height: 100vh;
	overflow: auto;
	/* -webkit-overflow-scrolling: touch; */

}

.overflow::-webkit-scrollbar {
	display: none;
}

.w-100 {
	width: 100%;
}

.pad-s {
	padding: var(--padding-small);
}

.pad-left-l {
	/* padding-left: var(--padding-large); */
	padding-left: 30px;
}

.pad-top-small {
	padding-top: var(--padding-small);
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-top-xl {
	padding-top: calc(var(--padding-large) * 2);
}

.pad-right-xl {
	padding-right: calc(var(--padding-large) * 2);
}

.pad-bottom-xl {
	padding-bottom: calc(var(--padding-large) * 2);
}

.pad-left-xl {
	/* padding-left: calc(var(--padding-large) * 2); */
	padding-left: 60px;
}

.pad-top-0 {
	padding-top: 0px;
}

.pad-right-0 {
	padding-right: 0px;
}

.pad-right-5 {
	padding-right: 5px;
}

.pad-bottom-0 {
	padding-bottom: 0px;
}

.pad-left-0 {
	padding-left: 0px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

[style*="underline"] {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

[style*="underline"] .text-slant {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

a [style*="underline"] {
	text-decoration: none !important;
}

.visited [style*="underline"] {
	color: transparent !important;
}

/*# # # # # # NAV # # # # # #*/


.menu {
	align-content: space-between;
	line-height: 42px;
}

.close-col {
	position: fixed;
	width: 20px;
	top: 5px;
	right: 0px;
	cursor: pointer;
	z-index: 980;
	display: none;
	font-size: 25px;
	z-index: 999;
}

.close-col.left {
	left: calc(33.3% - 25px);
}

.close-col.right {
	right: 5px;
}


.hascontent .close-col {
	display: block;
}

.menu {
	line-height: 1.2;
}

.menu-item-inner.inline {
	display: inline;
}

.stripe-item {
	cursor: pointer;
}

.has-link-left .stripe-item.visited,
.has-link-right .stripe-item.visited {
	color: purple;
}

.has-link-left .stripe-item.active,
.has-link-right .stripe-item.active {
	color: red;
}

.has-link-right .stripe-item {
	padding-left: 81px;
	text-indent: -81px;
}

.menu-item:hover .menu-item-inner {
	background-color: transparent !important;
}

/* .negative-indent {
	padding-left: 60px;
	text-indent: -60px;
} */
.time {
	display: inline-block;
	text-indent: 0px;
	margin-right: 5px;
	min-width: 45px;
}

.sub-menu-item {
	display: none;
}

.sub-menu-item.open-menu,
.sub-menu-item.open {
	display: block;
}

.nav-header {
	position: fixed;
	/* display: flex; */
	top: 0px;
	left: var(--padding-small);
	font-size: 0.8rem;
	z-index: 999;
	padding-top: 10px;
	line-height: 1;
	color: black;
	padding-bottom: 5px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
	width: 33%;
}

.toggleswitch-wrap {
	position: fixed;
	top: 10px;
	left: 80px;
	font-size: 1.2rem;
	z-index: 999;
	line-height: 1;
	cursor: pointer;
	/* display: none; */
}

.toggleswitch-wrap label {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	text-transform: uppercase;
	cursor: pointer;

}

.toggleswitch-wrap input {
	/* display: none; */
}


.toggleswitch-wrap input {
	display: none;
	/* Hide the default checkbox */
}

.circle {
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 20px;
	/* Makes it a circle */
	border: 1px solid black;
	/* Outline style */
	background-color: white;
	/* Circle background color */
	transition: background-color 0.3s;
}

.toggleswitch-wrap:hover input+.circle,
.toggleswitch-wrap input:checked+.circle {
	background-color: black;
	/* Background color when checked */
}


.language-chooser {
	position: relative;
	white-space: nowrap;
	display: flex;
}

.language-chooser li {
	margin-right: 7px;
	position: relative;
}
/* .lang-fr {
	display: none;
} */

/* .language-chooser li:after {
	content: ' / ';
	position: absolute;
	right: -7px;
}

.language-chooser li:last-of-type::after {
	content: '';
} */

.language-chooser:hover li.active a {
	text-decoration: none;
}

.language-chooser li:hover,
.language-chooser li.active a {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.stick {
	position: sticky;
	top: 0px;
	z-index: 9999;
	/* background-color: var(--white); */
}

/*# # # # # # TYPE # # # # # #*/
.color-black {
	color: var(--black) !important;
}

.visited .color-black {
	color: transparent !important;
}

h1 {
	/* font-size: 2.6vw; */
	line-height: 1.2;
}

.type-large {
	font-size: 1rem;
}

.type-xlarge, .menu {
	font-size: 1rem;
}

h2,
.font-medium {
	line-height: 1.2;
	/* font-size: 1.7rem;
	line-height: 20px; */
}

.font-small {
	font-size: 20px;
	line-height: 24px;
}

.font-smaller {
	font-size: 14px;
	line-height: 1.2;
}


/* h2, */
p {
	margin-bottom: 1rem;
	/* padding-bottom: 18px; */
	/* line-height: 1.24; */
	/* line-height: 20px; */
}

.footer p {
	margin-bottom: 0px;

}

p:last-child {
	padding-bottom: 0px;
}

#mc-embedded-subscribe {
	margin: 0px;
	appearance: none;
	background-color: transparent;
	border: 0px;
	font-family: inherit;
	padding: 0px;
	font-size: 2rem;
	background-color: var(--white);
	text-transform: uppercase;
	padding: 0px;
	font-size: 1rem;
	line-height: 26px;
	margin-top: 1rem;
	cursor: pointer;
	color: inherit;
}

#mc-embedded-subscribe:hover {
	color: black;
}

.block {
	display: block;
}

.footer {
	/* font-size: 1.4rem; */
	-webkit-hyphens: none;
	hyphens: none;
}

.footer.font-small {
	font-size: 14px;
	line-height: 1.2;
}

.footer a {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.mobile {
	display: none;
	visibility: hidden;
}

.no-mobile {
	visibility: visible;
	display: inherit;
}

i {
	font-style: italic;
}

.credit {
	font-size: 0.8em;
	line-height: 11px;
}

/*# # # # # # RESPONSIVE # # # # # #*/
@media screen and (max-width: 900px) {
	body {
		font-size: 10px;
		padding-right: 20px;
	}

	.matrix {
		margin-left: 10px;
	}

	#mc-embedded-subscribe {
		color: black !important;
		border-radius: 0px;
		font-family: '';
		font-weight: normal;
		font-family: 'Monospace 821', Arial, Helvetica, sans-serif;

	}

	h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	.mc-field-group input {
		border-radius: 0px;
	}

	.nav-header {
		bottom: 10px;
		right: 15px;
		left: inherit;
		top: auto;
		width: 30px;
		line-height: 1.5;
	}

	.toggleswitch-wrap {
		position: fixed;
		top: 5px;
		right: -97px;
		transform: rotate(-90deg);
		transform-origin: bottom left;
		bottom: 100px;
		top: inherit;
		left: inherit;
		font-size: 1.5rem;
		z-index: 999;
		line-height: 1 !important;
		cursor: pointer;
		width: 112px;
	}

	.language-chooser {
		flex-wrap: wrap;
		font-size: 1rem;
	}

	.menu {
		padding-top: 0px;
		min-height: calc(100vh - 150px);
	}

	.menu {
		font-size: 1rem;
		line-height: 1.2;
	}

	.program-item-wrap.stick {
		top: 115px;
	}

	.close-mobile {
		position: absolute;
		right: 0px;
		padding: 10px;
		font-size: 1.5rem;
		margin-top: -50px;
		padding-top: 6px;
		margin-bottom: 0px;
		width: 100%;
		z-index: 9999;
		background-color: transparent;
		text-align: right;
		position: sticky;
		top: 75px;
	}

	.mono-img-wrap img {
		max-height: 70vh;
	}

	.wrapper {
		display: block !important;
		min-height: inherit;
	}

	#col-1,
	#col-2,
	#col-3 {
		padding-bottom: 0px;
		padding: 0px !important;
	}

	#col-1,
	#col-3 {
		display: none;
	}

	.no-pad-mobile {
		padding: 0px;
	}

	.stick {
		top: 84px;
	}

	.heading.stick {
		top: 0px;
		font-size: 2rem;
		line-height: 1;
		padding-left: 20px;
		padding-bottom: 20px;
		margin-bottom: -10px;
	}

	.wrapper {
		padding: 6px;
	}

	.appended {
		font-size: 1rem;
		line-height: 1.2;
		padding-top: 10px;
	}

	.col-1-3 {
		width: 100%;
		height: auto;
	}

	.mobile {
		visibility: visible;
		display: block;
	}

	.no-mobile {
		visibility: hidden;
		display: none;
	}

	.footer {
		margin-top: var(--padding-small);
		width: calc(100% - 40px);
	}

	.flex {
		display: flex;
		flex-wrap: wrap;
	}

	.overflow {
		overflow: inherit;
	}

	.stick-2 {
		position: sticky;
		top: 90px;
		/* background-color: white; */
	}

	.select-mobile-2 {
		position: sticky;
		top: 113px;
		/* background-color: white; */
	}

	.mob-order-1 {
		order: 1;
	}

	.mob-order-2 {
		order: 2;
	}

	.mob-order-3 {
		order: 3;
	}

}