/*!
Theme Name: FLIP Festival
Theme URI: https://marianrehak.com
Author: Marián Rehák
Author URI: https://marianrehak.com
Description: Description
Version: 1.4.5
Tested up to: 6.5.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flip-festival
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
	font-family: 'Geist';
	src: url('./assets/fonts/Geist-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Instrument Serif';
	src: url('./assets/fonts/InstrumentSerif-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #F6F8FB;
	--black: #0F0E0E;
	--gray: #8C8D92;
	--lightgray: #5e5d5e;
	--beige: #EEE8E0;
	--primary: #EE2C53;
	--secondary: #B7D8A3;
	--tertiary: #C6ABC6;
	--grayBg: #313131;
	overscroll-behavior: none;
	font-size: 16px;
}

::selection {
	background: var(--black);
	color: var(--white);
}

:focus-visible {
	outline: none;
}

/* Basic formatting */
html {
	margin-top: 0 !important;
}

body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #DDD9D6;
}

body.single-program {
	background-color: var(--beige);
}


img {
	width: 100%;
	height: auto;
}

table {
	margin: 0;
}

iframe,
video {
	width: 100%;
	display: block;
}

.skip-link {
	display: block;
	font-size: 0;
	height: 0;
	width: 0;
}

/* Fonts */
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
label,
input,
select,
textarea,
tr,
html .fancybox__infobar,
html .fancybox__infobar *,
#cmplz-document p,
#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td,
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode,
html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	font-family: 'Geist', 'sans-serif';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -2%;
	line-height: 1.4;
	color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
legend {
	margin-top: 0;
	word-break: keep-all;
	margin-bottom: 20px;
}

h1,
.xxl,
.xxl * {
	font-family: "Instrument Serif", serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -2%;
}

.headline,
.headline * {
	font-family: "Instrument Serif", serif;
	font-size: 68px;
	line-height: 1;
	font-weight: 400;
}

.headline a {
	color: var(--primary) !important;
	text-decoration-thickness: 2px;
}

h1,
.xxl,
h2.headline {
	margin-bottom: 60px;
}

.extra-large,
.extra-large * {
	font-size: 68px;
	line-height: 0.95;
}

.large,
.large * {
	font-size: 30px;
	line-height: 1.3;
}

.bit-larger,
.bit-larger * {
	font-size: 24px;
	line-height: 1.4;
}

.small,
.small * {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.regular,
.regular * {
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

a {
	transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	text-decoration: none;
}

a:hover {
	color: var(--black);
	text-decoration: underline;
}

a img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

a:hover img {
	opacity: 0.8;
	filter: blur(6px);
}

.white a:hover {
	color: var(--white);
}

p a {
	text-decoration: underline;
	color: var(--black);
}

p a:hover {
	text-decoration: none;
}

b,
strong,
.strong {
	font-weight: 900 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: none;
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
	padding: 0 0 5px 0;
	margin-bottom: 0;
	color: var(--white);
	background-color: transparent !important;
	line-height: 1;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	box-shadow: none !important;

}

input:-webkit-autofill {
	color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:is([type="button"], [type="submit"], [type="reset"]),
input[type="file"]::file-selector-button {
	background-color: transparent;
}

textarea::placeholder,
input::placeholder {
	color: var(--gray)
}

input[type="checkbox"],
input[type="radio"] {
	height: 19px;
	width: 19px;
	border: 1px solid var(--white);
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:focus {
	background: var(--white);
	outline: none;
}

input:focus,
textarea:focus {
	color: var(--white);
	border-color: var(--white);
	box-shadow: none;
}

textarea,
input[type="text"],
input[type="text"] {
	position: relative;
}

select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none !important;
}

.active-link {
	pointer-events: none;
}

/* Buttons */
.button,
button {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Instrument Serif', serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.1;
	padding: 8px;
	color: var(--black);
	background-color: var(--primary);
	border-radius: 0;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.button:hover,
button:hover,
.bannerButton:hover {
	background-color: var(--white);
	color: var(--black) !important;
	filter: blur(3px);
}

.bannerButton {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
	background-color: var(--black);
	color: var(--white);
	margin-top: 32px;
	text-decoration: none !important;
	filter: none !important;
}

.bannerButton:hover {
	color: var(--black);
}

/* Bootstrap & general formatting */
.container {
	width: 100%;
	max-width: 1920px;
	padding-left: 20px;
	padding-right: 20px;
}

.container.narrow {
	padding-left: 50px;
	padding-right: 50px;
}

.row {
	margin-left: -12px;
	margin-right: -12px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 12px;
	padding-right: 12px;
}

.screen-reader-text {
	font-size: 0;
	height: 0;
	margin: 0;
}

.card {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.card-header {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.card-body {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.accordion {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 12px;
}

.accordion-item,
.accordion-item:not(:first-of-type) {
	background-color: transparent;
	border-radius: 0 !important;
	overflow: hidden;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px dotted var(--gray);
}

.accordion-item:last-child {
	border-bottom: 1px dotted var(--gray);
}

.accordion-button {
	width: 100%;
	font-size: 20px;
	padding: 16px 0;
	border: 0;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: 'Geist', 'sans-serif';
	font-weight: 700;
	text-align: left;
	color: var(--black) !important;
	cursor: pointer;
	filter: none !important;
}

.accordion-button::after {
	content: '';
	height: 40px;
	width: 40px;
	background-color: transparent !important;
	background-image: url('./assets/img/plus-alt.svg');
	background-size: 23px auto;
	background-repeat: no-repeat;
	background-position: center;
	transform: none !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: url('./assets/img/minus.svg');
}

.accordion-button:focus,
.accordion-button:hover {
	background: var(--white);
	color: var(--black);
	text-decoration: none;
}

.accordion-body {
	padding: 0 0 16px 0;
}

.faq-answer>*:last-child {
	margin-bottom: 0;
}

.nav-pills {
	display: flex;
	gap: 20px;
}

.nav-pills .nav-item {
	flex: 1;
}

.nav-pills .nav-link {
	padding: 16px;
	border-radius: 0;
	background-color: transparent;
	color: var(--black) !important;
}


.nav-pills .nav-link:hover:not(.active) {
	background-color: var(--white) !important;
}

.nav-pills .nav-link.active {
	background-color: var(--tertiary) !important;
	filter: none;
}

/* Custom classes */
.mt-10 {
	margin-top: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-56 {
	margin-top: 56px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-180 {
	margin-top: 180px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-180 {
	margin-bottom: 180px;
}

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

.pt-40 {
	padding-top: 40px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-160 {
	padding-top: 160px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-120 {
	padding-bottom: 120px;
}

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

.align-end {
	align-items: flex-end;
}

.content-end {
	align-content: flex-end;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.flex-direction-column {
	display: flex;
	flex-direction: column;
}

.marginless,
.marginless *:last-child {
	margin-bottom: 0 !important;
}

.paddingless {
	padding-left: 0;
	padding-right: 0;
}

.borderless {
	border: none !important;
}

.w-100 {
	width: 100%;
}

.max-1200 {
	max-width: 1200px;
}

.automargin {
	margin-left: auto;
	margin-right: auto;
}

.image-box,
.video-box {
	outline: none !important;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.video-box {
	overflow: hidden;
}

.image-box::after,
.video-box::after {
	content: "";
	display: block;
	padding-bottom: 95%;
	background-color: var(--beige);
}

.image-box.photo::after {
	padding-bottom: 128%;
}

.image-box.alt::after {
	padding-bottom: 110%;
}

.video-box::after {
	padding-bottom: 56.25%;
}

.image-box img,
.image-box video,
.video-box iframe,
.video-box video,
.video-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-box {
	-wekbit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}


.uppercase,
.uppercase * {
	text-transform: uppercase;
}

.lowercase,
.lowercase * {
	text-transform: lowercase;
}

.notransform,
.notransform * {
	text-transform: none;
}

.white,
.white *,
.white a:hover {
	color: var(--white);
}

.gray,
.gray * {
	color: var(--gray);
}

.lightgray,
.lightgray * {
	color: var(--lightgray);
}

.grayBg {
	background-color: var(--grayBg);
}

.primary,
.primary * {
	color: var(--primary);
}

.whiteBg {
	background-color: var(--white) !important;
}

.beigeBg {
	background-color: var(--beige);
}

.reveal {
	visibility: hidden;
	/* this is needed for scrollrevealjs */
}

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

.hideScrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.banner {
	position: relative;
	background-color: var(--secondary);
	text-align: center;
}

.banner-inner {
	padding: 80px;
}

.banner-dots {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 64px;
	padding: 50px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.banner-dots::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: repeating-linear-gradient(to bottom,
			var(--black) 0,
			var(--black) 10px,
			transparent 10px,
			transparent 20px);
}

.banner-dots.right {
	left: auto;
	right: 0;
}

.banner-dots.right::after {
	right: auto;
	left: 0;
}

.banner-dots .dot {
	display: block;
	width: 24px;
	height: 24px;
	background-color: var(--black);
	border-radius: 100%;
}

@media(max-width: 768px) {
	.banner-inner {
		padding: 116px 0;
	}

	.banner-dots {
		position: absolute;
		top: 0;
		left: 0;
		height: 52px;
		width: 100%;
		padding: 16px 20px;
		display: flex;
		flex-direction: row;
	}

	.banner-dots::after {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		height: 1px;
		background: repeating-linear-gradient(to right,
				var(--black) 0,
				var(--black) 10px,
				transparent 10px,
				transparent 20px);
	}

	.banner-dots.right {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
	}

	.banner-dots.right::after {
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
	}

	.banner-dots .dot {
		width: 10px;
		height: 10px;
	}
}

.post-meta {
	display: flex;
	gap: 0 24px;
	justify-content: center;
	font-weight: 700;
}

.singlePostTile .post-meta {
	justify-content: flex-start;
	gap: 0 4px;
}

/* Header */
#masthead {
	position: sticky;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
	z-index: 9;
	background-color: var(--beige);
	transition: background-color 300ms ease-in-out;
}

.single-post #masthead {
	background-color: #DDD9D6;
}

#masthead.activeMenu {
	background-color: var(--white);
}

.admin-bar #page {
	margin-top: 32px;
}

.admin-bar #masthead {
	top: 32px;
}

#siteName img {
	max-width: 136px;
	width: 100%;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#topInfo {
	background-color: var(--gray);
	padding: 16px 0;
	text-align: center;
	--marquee-distance: 0px;
	--marquee-duration: 0s;
}

#topInfo .marquee-viewport {
	width: 100%;
	overflow: hidden;
}

#topInfo .marquee-track {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: marquee-scroll var(--marquee-duration, 20s) linear infinite;
}

#topInfo .marquee-group {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

#topInfo .marquee-item {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	padding-right: 40px;
}

@keyframes marquee-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(calc(-1 * var(--marquee-distance, 0px)), 0, 0);
	}
}

/* Menus */
ul.menu,
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

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

.menu li::before {
	display: none;
}

#masthead ul.menu {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
	align-items: center;
	margin-bottom: 12px;
}

/* Mobile menu */
#mobileMenu {
	display: none;
	height: calc(100lvh - 96px);
	padding-bottom: 96px;
	width: 100%;
}

#mobile-navigation {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#mobileMenu a:hover,
#mobileMenu .current_page_item a {
	color: var(--primary);
	text-decoration: none;
}

#openMenu {
	display: block;
	height: 43px;
	width: 43px;
	z-index: 9999999;
	padding: 0;
	position: relative;
	background-image: url("./assets/img/plus.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	filter: none !important;
}

#openMenu.active {
	transform: rotate(45deg);
}

#mobileMenu .menuButton a {
	display: block;
	margin-top: 12px;
	max-width: 350px;
}

.navbar-toggle {
	position: relative;
	top: -1px;
	width: 39px;
	min-width: 39px;
	height: 26px;
	border: 0;
	padding: 0;
	margin-left: 10px;
	background: transparent !important;
	vertical-align: top;
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
}

.navbar-toggle .toggle-icon {
	position: relative;
	width: 100%;
	height: 1px;
	display: inline-block;
	background: var(--black);
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	vertical-align: top;
}

.navbar-toggle .toggle-icon:before,
.navbar-toggle .toggle-icon::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: -8px;
	background: var(--black);
	content: " ";
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	transform-origin: 6.5px -3px;
}

.navbar-toggle .toggle-icon::after {
	bottom: -16px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/* Language switcher */
.language-switcher a {
	color: var(--gray);
}

.language-switcher a:hover {
	color: var(--primary);
}

/* Page */
#main-content {
	min-height: 60vh;
}

/* Archiv */
.archiveLinks {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.archiveLinks article {
	flex: 1;
	max-width: 33.3333%;
}

/* Contact */
#map iframe {
	width: 100%;
	height: 60vh;
	max-height: 500px;
}

/* FAQs */
.titleContainer {
	position: sticky;
	top: 96px;
	padding: 20px 10px;
	background-color: var(--tertiary);
	text-align: center;
	display: block;
	text-transform: uppercase;
	z-index: 3;
	margin: 0;
}

.admin-bar .titleContainer {
	top: 128px;
}

/* Program */
.programTable {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.programTable.fullWidth {
	padding-left: 0;
	padding-right: 0;
}

.singleProgram {
	border-top: 1px dashed var(--gray);
	padding: 16px 0;
}

.singleProgram:last-child {
	border-bottom: 1px dashed var(--gray);
}

.introImage {
	max-height: calc(100vh - 150px);
	width: auto;
	max-width: 100%;
}

/* Single */
#postIntro img {
	aspect-ratio: 2.3/1;
	object-fit: cover;
	object-position: center;
}

/* ACF Flexible content */
#customBuilder>section:last-child {
	margin-bottom: 0;
}

#postContent .container {
	max-width: 660px;
}

#postContent h2:not(:first-child),
#postContent h3:not(:first-child) {
	margin-top: 56px;
}

#postContent p,
#postContent p a {
	font-weight: 400;
}

.b-video .video-box {
	position: relative;
	overflow: hidden;
	background: var(--black);
}

.b-video .video-box.has-custom-play {
	aspect-ratio: 16 / 9;
}

.b-video__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.b-video__play-button {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	align-items: center;
	border-radius: 100%;
	background: rgba(0, 0, 0, .3) !important;
}

.b-video__play-button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	filter: brightness(0) invert();
}

.b-video__play-button:hover {
	filter: none;
	background-color: var(--black) !important;
}

.partnerLogos {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.partnerLogos img {
	max-width: 100%;
	max-height: 76px;
	width: auto;
	height: auto;
}

/* Footer */
footer {
	background-color: #1D1A1A;
	overflow-x: hidden;
}

footer .mobileIlu {
	max-width: calc(100% + 10px);
	width: calc(100% + 10px);
	margin-left: -5px;

}

#footerContainer {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer a {
	text-decoration: underline;
}

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

.footerNewsletterTrigger {
	width: auto;
	letter-spacing: 38%;
	padding: 0;
	font-family: 'Geist', 'sans-serif';
	font-size: 16px;
	line-height: 1.4;
	color: var(--white);
	background: transparent;
	text-decoration: underline !important;
	text-transform: uppercase;
}

.footerNewsletterTrigger:hover {
	color: var(--white);
	filter: none;
	text-decoration: none !important;
}

.socials {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.socials.vertical {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 16px;
}

.scrollToTop {
	width: 42px;
	height: 48px;
	padding: 0;
	display: inline-block;
	background-image: url("./assets/img/scrollToTop.svg");
	background-size: contain;
	background-position: left center;
	background-color: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
}

.scrollToTop:hover {
	filter: none;
	filter: brightness(0) invert(1);
}

.newsletterPopup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.newsletterPopup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 14, 14, 0.6);
}

.newsletterPopup__dialog {
	position: relative;
	z-index: 1;
	width: min(540px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	background: #D9D9D9;
	outline: none;
	padding: 30px 12px 12px 12px;
}

.newsletterPopup__close {
	position: absolute;
	display: block;
	top: 6px;
	right: 10px;
	height: 18px;
	width: 18px;
	background-image: url('./assets/img/plus.svg') !important;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	z-index: 10;
	padding: 0;
	background: transparent;
	transform: rotate(45deg);
	filter: none !important;
}

.newsletterPopup__image {
	display: block;
	width: 100%;
	height: auto;
}

body.newsletterPopupOpen {
	overflow: hidden;
}

body.sharePopupOpen {
	overflow: hidden;
}

.shareCta__hint {
	max-width: 720px;
	margin: 14px auto 0;
	text-align: center;
	letter-spacing: 0.02em;
}

.sharePopup__dialog {
	width: min(740px, 100%);
	padding: 40px;
	background-color: var(--beige);
}

.sharePopup__actions {
	margin-top: 40px;
	display: flex;
	gap: 12px;
}

.sharePopup__action {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
	background-color: var(--black);
	color: var(--white);
	text-decoration: none !important;
	font-family: 'Geist', 'sans-serif';
	font-size: 18px !important;
	font-weight: 700;
}

.sharePopup__action:hover {
	filter: none;
	background-color: var(--white);
	color: var(--black);
}

@media(max-width: 767px) {
	.sharePopup__actions {
		flex-direction: column;
	}

	.sharePopup__action {
		padding: 8px !important;
	}
}

.sharePopup__action:hover {
	color: var(--black);
}

.newsletterPopup .ec-v-form-holder {
	max-width: 100%;
	background-color: transparent !important;
}

html .newsletterPopup .ec-v-form-input,
html .newsletterPopup .ec-v-forms-form-control {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background-color: var(--beige);
}

html .newsletterPopup .ec-v-forms-form-control {
	padding: 11px !important;
}

html .newsletterPopup form,
html .newsletterPopup .ec-v-form-step {
	height: auto !important;
	min-height: unset !important;
}

html .newsletterPopup .ec-v-forms-form-control,
html .newsletterPopup .ec-v-forms-form-control::placeholder {
	font-size: 16px !important;
	color: var(--black) !important;
	font-family: 'Geist', sans-serif !important;
	font-weight: 400 !important;
}

html .newsletterPopup .c-v-form-holder,
html .newsletterPopup .ec-v-form-holder form {
	overflow: visible !important;
}

html .ec-v-form-submit {
	padding: 0 !important;
	margin-top: 14px;
}

html .ec-v-form-submit button {
	width: 100%;
	display: block;
	font-family: 'Geist', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -2%;
	text-align: center !important;
	color: var(--black);
	background-color: var(--primary);
	padding: 8px;
	filter: none !important;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-radius: 0 !important;
}

.newsletterPopup .closeFullButton {
	position: relative;
	font-family: 'Geist', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -2%;
	padding: 8px;
	background-color: var(--beige) !important;
	background-image: none;
	color: var(--gray);
	top: auto;
	right: auto;
	margin-top: 7px;
	height: auto;
	width: 100%;
	filter: none !important;
	transform: none;
	background-image: none !important;
}

html .newsletterPopup .ec-v-form-step-send .ec-v-form-text {
	padding: 0 !important;
	color: var(--black) !important;
}

html .newsletterPopup .ec-v-form-step-send .ec-v-form-text p {
	text-align: left !important;
	font-size: 16px !important;
	font-family: 'Geist', sans-serif !important;
	font-weight: 400;
}

.newsletterPopup .closeFullButton:hover,
html .ec-v-form-submit button:hover {
	background-color: var(--black) !important;
	color: var(--white) !important;
}

/* Glightbox */
html .goverlay {
	background-color: var(--white) !important;
	opacity: 0.95;
}

html .glightbox-clean .gslide-media {
	box-shadow: none !important;
}

.gslide-image img {
	max-height: calc(100vh - 150px) !important;
	max-width: calc(100vw - 150px) !important;
}

html .gslide-image img {
	border-radius: 4px;
	overflow: hidden;
}

html .glightbox-clean .gclose,
html .glightbox-clean .gnext,
html .glightbox-clean .gprev {
	background-color: transparent !important;
	padding: 0;
	filter: brightness(0);
}

html .glightbox-clean .gnext,
html .glightbox-clean .gprev,
html .glightbox-clean .gclose {
	transition: all 200ms ease-in-out;
	transform: none;
}

html .glightbox-clean .gnext {
	right: 20px;
	background-image: url('./assets/img/arrow-black.svg');
	top: calc(50% - 10px);
}

html .glightbox-clean .gprev {
	left: 20px;
	background-image: url('./assets/img/arrow-black.svg');
	transform: rotate(180deg);
	top: calc(50% - 10px);
}

html .glightbox-clean .gclose {
	top: 20px;
	right: 20px;
	transform: rotate(45deg);
}

html .glightbox-clean .gnext:hover {
	transform: translateX(5px);
}

html .glightbox-clean .gprev:hover {
	transform: translateX(-5px) rotate(180deg);
}

html .glightbox-clean .gslide-description {
	background-color: transparent;
}

html .glightbox-clean .gdesc-inner {
	padding: 10px;
	text-align: center;
}

.gbtn svg {
	display: none !important;
}

.gbtn {
	width: 20px !important;
	height: 20px !important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.gbtn.gclose {
	background-image: url('./assets/img/plus-alt.svg');
	opacity: 1 !important;
	transform: rotate(45deg);
}

@media(max-width: 767px) {
	html .glightbox-clean .gnext {
		right: 10px;
	}

	html .glightbox-clean .gprev {
		left: 10px;
		background-image: url('./assets/img/arrow-black.svg');
		transform: rotate(180deg);
		top: calc(50% - 10px);
	}

	html .glightbox-clean .gclose {
		top: 10px;
		right: 10px;
	}

	.gslide-image img {
		max-width: calc(100vw - 100px) !important;
	}
}


/* Cookies */
html .cmplz-cookiebanner {
	min-width: 200px;
	max-width: 400px;
	width: 100%;
	padding: 16px 16px 12px 16px;
	display: block;
	border: none !important;
	bottom: 10px;
	right: 10px;
	border-radius: 0;
}

html .cmplz-cookiebanner .cmplz-links.cmplz-documents {
	display: none;
}

html .cmplz-cookiebanner.cmplz-show {
	box-shadow: none !important;
	background-color: #e2e2e2;
}

html .cmplz-cookiebanner .cmplz-header {
	display: block;
	margin-bottom: 0;
}

html .cmplz-cookiebanner .cmplz-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	color: var(--black);
	font-weight: 600;
}

html #cmplz-cookies-overview .cmplz-dropdown summary,
html #cmplz-document .cmplz-dropdown summary,
html .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
	background-color: transparent !important;
}

html .cmplz-cookiebanner .cmplz-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 14px;
	width: 14px;
	outline: none;
	background-image: url("./assets/img/plus.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	filter: brightness(0);
	transform: rotate(45deg);
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown ul,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown ul,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
	padding: 0 !important;
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
	margin: 0 !important;
}

html .cmplz-cookiebanner .cmplz-close svg {
	display: none !important;
}

.cmplz-link.cookie-statement,
.cmplz-link.privacy-statement {
	display: none !important;
}

html .cmplz-cookiebanner .cmplz-title {
	font-size: 14px;
	margin-bottom: 6px;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	background: transparent !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 5px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon {
	filter: brightness(0);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	position: relative;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
	top: 0;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	line-height: 1.2;
}

html .cmplz-cookiebanner .cmplz-message,
html .cmplz-cookiebanner .cmplz-message * {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 16px;
	width: 100%;
	color: var(--black) !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: 12px;
	color: var(--black);
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
	margin-left: 0;
	padding-left: 0;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p,
.editor-styles-wrapper .cmplz-unlinked-mode li,
.editor-styles-wrapper .cmplz-unlinked-mode td,
html #cmplz-document a {
	font-size: 16px !important;
}

html #cmplz-document p a:hover {
	text-decoration: none;
	animation: colorFull .45s infinite;
}

html .cmplz-cookiebanner .cmplz-message a {
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-message a:hover {
	text-decoration: none;
}

html .cmplz-cookiebanner .cmplz-buttons {
	gap: unset;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	min-width: unset;
	padding: 0;
	border: none !important;
	background-color: transparent !important;
	height: unset;
	color: var(--black) !important;
	width: auto !important;
	margin-right: 11px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header span {
	font-weight: 600 !important;
}

html .cmplz-cookiebanner .cmplz-buttons {
	display: flex;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	text-decoration: underline !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	padding: 0 0 5px 0;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	padding: 0 0 10px 0;
}

.cmplz-icon svg {
	height: 12px;
	position: absolute;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	height: 12px;
	width: 12px;
	transition-duration: 0s !important;
}

html .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
	list-style: none;
}

#cmplz-manage-consent .cmplz-manage-consent {
	display: none !important;
}

@media (max-width: 767px) {
	html .cmplz-cookiebanner {
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(100vw - 20px);
	}

	html .cmplz-cookiebanner .cmplz-buttons {
		flex-direction: row;
	}

	html .cmplz-cookiebanner .cmplz-body {
		min-width: unset;
	}

	html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		margin-right: 8px;
	}
}

html .cmplz-blocked-content-container,
html .cmplz-placeholder-1.cmplz-blocked-content-container iframe {
	height: 450px;
	max-height: 60vh;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	background: #fff;
	color: var(--black);
	line-height: 22px;
	border: none;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice:hover {
	background: var(--black);
	color: #fff;
}

html .cmplz-blocked-content-container {
	border-radius: 0 !important;
	box-shadow: none;
}

.cmplz_consent_per_service_label {
	display: none;
}

#cmplz-document .cmplz-subtitle,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
	font-weight: 400;
}

/* Responsive */
@media(min-width:992px) {
	.pl-lg-20 {
		padding-left: 20px;
	}

	.pr-lg-20 {
		padding-right: 20px;
	}
}

@media(max-width: 991px) {
	.mt-120 {
		margin-top: 80px;
	}

	.mb-120 {
		margin-bottom: 80px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-60 {
		margin-bottom: 60px;
	}

	.mb-md-64 {
		margin-bottom: 64px;
	}

	.mb-md-120 {
		margin-bottom: 120px;
	}

	.pt-100 {
		padding-top: 60px;
	}

	.pt-120 {
		padding-top: 80px;
	}

	.pt-160 {
		padding-top: 80px;
	}

	.pb-120 {
		padding-bottom: 80px;
	}

	.mb-md-60 {
		margin-bottom: 60px;
	}

	/* Bootstrap */
	.accordion {
		padding-left: 0;
		padding-right: 0;
	}

	/* Fonts */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	p,
	a,
	ul,
	li,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	label,
	input,
	select,
	textarea,
	tr,
	html .fancybox__infobar,
	html .fancybox__infobar *,
	#cmplz-document p,
	#cmplz-document a,
	.editor-styles-wrapper .cmplz-unlinked-mode p,
	#cmplz-document li,
	.editor-styles-wrapper .cmplz-unlinked-mode li,
	#cmplz-document td,
	.editor-styles-wrapper .cmplz-unlinked-mode td,
	#cmplz-document,
	.editor-styles-wrapper .cmplz-unlinked-mode,
	html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
		font-size: 16px;
	}

	h1,
	.xxl,
	h2.headline {
		margin-bottom: 40px;
	}

	h1,
	.xxl,
	.xxl * {
		font-size: 40px;
	}

	.headline,
	.headline *,
	.extra-large,
	.extra-large * {
		font-size: 32px;
	}

	.large,
	.large * {
		font-size: 21px;
	}

	.button,
	button {
		font-size: 34px;
		padding: 16px 8px;
	}

	/* Boostrap */
	.container,
	.container.narrow {
		width: 100%;
		max-width: 1920px;
		padding-left: 16px;
		padding-right: 16px;
	}

	/* Header */
	#siteName img {
		max-width: 110px;
	}

	#mobileMenu {
		height: calc(100lvh - 82px);
	}

	#openMenu {
		width: 32px;
		height: 32px;
	}

	#topInfo {
		padding: 5px;
	}
}

@media(max-width: 767px) {
	.mt-xs-20 {
		margin-top: 20px;
	}

	.mt-xs-30 {
		margin-top: 30px;
	}

	.mt-xs-40 {
		margin-top: 40px;
	}

	.mt-xs-100 {
		margin-top: 100px;
	}

	.mb-xs-12 {
		margin-bottom: 12px;
	}

	.mb-xs-16 {
		margin-bottom: 16px;
	}

	.mb-xs-20 {
		margin-bottom: 20px;
	}

	.mb-xs-30 {
		margin-bottom: 30px;
	}

	.mb-xs-40 {
		margin-bottom: 40px;
	}

	.mb-xs-64 {
		margin-bottom: 64px;
	}

	.mb-xs-120 {
		margin-bottom: 120px;
	}

	.pt-xs-0 {
		padding-top: 0;
	}

	.pt-xs-60 {
		padding-top: 60px;
	}

	.pb-xs-20 {
		padding-bottom: 20px;
	}

	/* Fonts */
	h1,
	.headline {
		margin-bottom: 40px;
	}

	/* Footer */
	#footerContainer {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .scrollToTop {
		position: absolute;
		top: 40px;
		right: 20px;
	}

	/* Popup */
	.newsletterPopup__dialog {
		padding-top: 43px;
	}

	.newsletterPopup__close {
		top: 11px;
	}

	/* Archive */
	.archiveLinks article {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Single */
	.post-meta:not(.mobileHorizontal) {
		gap: 8px;
	}

	.post-meta.mobileHorizontal {
		gap: 0 8px;
	}

	/* Program */
	.nav-pills {
		flex-direction: column;
		gap: 20px 0;
	}

	/* Flexible content */
	.partnerLogos {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}