/*
Theme Name: Wilde Möhre
Theme URI: https://wildemoehrefestival.de
Description: Wilde Möhre
Author: Robin Benad
Author URI: https://robinbenad.com
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


html {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

main {
	display: block;
}




/* COLORS
========================================================================== */

html {
	color-scheme: dark;
	/* --primary was referenced at .text li:before but never defined,
	   so list bullets rendered transparent. */
	--primary: #18bcc3;
	--text: #d7c7b8;
	--salmon: #091b29;
	--salmon: #0a202f;
	--salmon: hsl(267 20% 10% / 1);
	--baby: #182330;
	--baby: #152331;
	--sand: #091d2c;
	--peach: #061018;
	--blue: #0d273a;
	--rouge: #160a0f;
}


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 400;
	font-variation-settings: "wght" 500;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* 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;
	font-size: 100%;
	line-height: 1;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	box-sizing: border-box;
}



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


html {
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
	--ease-map: cubic-bezier(0.4, 0, 0.2, 1);
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: "Afronaut";
	src: url("fonts/a.woff2") format("woff2 supports variations"),
	url("fonts/a.woff2") format("woff2-variations");
	font-weight: 10 250;
}
@font-face {
	font-family: "Flexa";
	src: url("fonts/f.woff2") format("woff2 supports variations"),
	url("fonts/f.woff2") format("woff2-variations");
	font-weight: 10 250;
}

@font-face {
	font-family: 'wmneo';
	src: url('fonts/wmneo.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'wmneo' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-i:before {
	content: "\e906";
}
.icon-f:before {
	content: "\e904";
}
.icon-web:before {
	content: "\e907";
}
.icon-clear:before {
	content: "\e900";
	position: relative;
	top: -0.025em;
}
.icon-navigate_before:before {
	content: "\e901";
}
.icon-navigate_next:before {
	content: "\e902";
}



h1,h2 {
	font-variation-settings: "wght" 150;
	font-family: "Afronaut";
}

.basic-content h2:nth-of-type(1),
.basic-content h2:nth-of-type(2),
.basic-content h2:nth-of-type(3),
.basic-content h2:nth-of-type(4),
.title-effect {
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-effect-1 {
	background-image: linear-gradient(45deg, #d5ae81, #c98777);
}

.basic-content h2:nth-of-type(2),
.basic-content h2:nth-of-type(4),
.title-effect-2 {
	background-image: linear-gradient(
			122deg,
			#ffb288,
			#ea8486,
			#ab6aaf
	);
}

.basic-content h2:nth-of-type(1),
.basic-content h2:nth-of-type(3),
.title-effect-3 {
	background-image: linear-gradient(330deg, #529756, #ffb2aa);
}

.title-effect-4 {
	background-image: linear-gradient(45deg, #d5ae81, #b17596);
}

.title-effect-5 {
	background-image: linear-gradient(304deg, #b3753b, #e49f93);
}

.title-effect-6 {
	background-image: linear-gradient(346deg, #ffae82, #adab70, #eb8183);
}

.ss1 {
	font-feature-settings: "ss01";
}
.ss2 {
	font-feature-settings: "ss02";
}
.ss3 {
	font-feature-settings: "ss03";
}
.ss4 {
	font-feature-settings: "ss04";
}
.ss5 {
	font-feature-settings: "ss05";
}
.a-400 {
	font-variation-settings: "wght" 100;
}
.a-500 {
	font-variation-settings: "wght" 150;
}
.a-600 {
	font-variation-settings: "wght" 200;
}
.a-700 {
	font-variation-settings: "wght" 250;
}

.v-100 {
	font-variation-settings: "wght" 100;
}
.v-200 {
	font-variation-settings: "wght" 200;
}
.v-300 {
	font-variation-settings: "wght" 300;
}
.v-400 {
	font-variation-settings: "wght" 400;
}
.v-500 {
	font-variation-settings: "wght" 500;
}
.v-600 {
	font-variation-settings: "wght" 600;
}
.v-700 {
	font-variation-settings: "wght" 700;
}
.v-800 {
	font-variation-settings: "wght" 800;
}



/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {

}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
}


svg {
	fill: currentColor;
	display: block;
	width: 100%;
	height: 100%;
}


/* Elements
--------------------------------------------- */
html, body {
	background: var(--sand);
	color: var(--text);
}

body {
	--header-height: 3.4rem;
	--page-pad: 1.5rem;
	--page-pad-plus: 1.5rem;
}

body,
.site-wrapper {
	min-height: 100vh;
}

body.admin-bar,
body.admin-bar .site-wrapper {
	min-height: calc(100vh - 46px);
}

@media screen and (min-width: 783px) {
	body.admin-bar,
	body.admin-bar .site-wrapper {
		min-height: calc(100vh - 32px);
	}
}

.site-wrapper {
	display: flex;
	flex-direction: column;
}
.site-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

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


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0.25em!important;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
	outline: 0;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	outline: none;
	padding: 0;
	background: transparent;
	color: currentColor;
	line-height: 1;
	position: relative;
	display: block;
	cursor: pointer;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {

}

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 {
	color: #eee;
	border: none;
	border-radius: 0;
	padding: 0.3em 0.45em;
	min-height: 2em;
	outline: none!important;

	color: var(--text);
	box-sizing: border-box;
	line-height: 1;
	outline: none!important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	margin: 0;
	border: none;
	border-radius: 10px;
	padding: 0.8em 1em;
	/* was 80% white -- a near-white pill under light text on a dark page */
	background: rgb(255 255 255 / 0.07);
	font-weight: 400;
	font-variation-settings: "wght" 380;
	width: 100%;
	max-width: 100%;
}

textarea {
	padding: 1em;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--text);
	outline: none;
	background: rgb(255 255 255 / 0.12);
}

.buttons-container {
	display: flex;
	justify-content: center;
	padding-top: 1rem;
}
.buttons-right {
	justify-content: flex-end;
}



input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--text);
	opacity: 1;
}
input[type=email]::-moz-placeholder { /* Firefox 19+ */
	color: var(--text);
	opacity: 1;
}
input[type=email]:-ms-input-placeholder { /* IE 10+ */
	color: var(--text);
	opacity: 1;
}
input[type=email]:-moz-placeholder { /* Firefox 18- */
	color: var(--text);
	opacity: 1;
}

input[type=email]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0);
	opacity: 0;
}
input[type=email]:focus::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0, 0, 0, 0);
	opacity: 0;
}
input[type=email]:focus:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0, 0, 0, 0);
	opacity: 0;
}
input[type=email]:focus:-moz-placeholder { /* Firefox 18- */
	color: rgba(0, 0, 0, 0);
	opacity: 0;
}

select {
	border: 1px solid #1d1d1d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	--text-size-70: 0.64rem;
	--text-size-80: 0.8rem;
	--text-size-90: 0.8888888889rem;
	--text-size-100: 1rem;
	--text-size-150: 1.125rem;
	--text-size-200: 1.25rem;
	--text-size-300: 1.6rem;
	/*	--text-size-400: 1.953rem;*/
	--text-size-500: 2.3333333333rem;
	--text-size-600: 2.6666rem;
	--text-size-700: 2.6666rem;
	--text-size-800: 3rem;
	--border1: 1rem;
	--border05: 0.5rem;
	font-family: 'Flexa', sans-serif;
	font-weight: 400;
	font-variation-settings: "wght" 350;
	line-height: 1.6;
}

p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-wrap: pretty;
}

p a,
.basic-content ul a,
.basic-content ol a {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #2f90c1;
	text-decoration-thickness: 3px;
}

p a:hover,
.basic-content ul a:hover,
.basic-content ol a:hover {
	text-decoration-color: #109da9;
}

.large-text {
	font-size: var(--text-size-150);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 4rem;
	margin-bottom: 2rem;
	text-wrap: balance;
	line-height: 1;
	font-weight: 400;
}
h3,.h3 {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	font-variation-settings: "wght" 600;
}

h1,.h1 {
	font-size: var(--text-size-600);
}

h1.large, .h1-large {
	font-size: var(--text-size-700);
}

h2,.h2 {
	font-size: var(--text-size-500);
}
h3,.h3,
h4,.h4 {
	font-size: var(--text-size-300);
}
h5,.h5 {
	font-size: var(--text-size-300);
}
h6,.h6 {
	font-size: var(--text-size-200);
}

ul,
ol {
	margin: 0.65em 0 1.9em 0;
	padding-left: 1.5em;
}

ul li,
ol li {
	line-height: 1.5;
}


ul li::marker,
ol li::marker {
	position: relative;
	top: -0.05em;
}

.text li {
	list-style-type: none;
	display: flex;
}
.text li:before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-radius: 100%;
	background: var(--primary);
	margin-right: 0.75em;
	flex-shrink: 0;
	position: relative;
	top: 0.45em;
}


ul li:not(:last-child),
ol li:not(:last-child) {
	margin-bottom: 0.25em;
}

p:first-child,
ul:first-child,
ol:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
blockquote:first-child {
	margin-top: 0;
}

ul:last-child,
ol:last-child,
p:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

.margin-0 {
	margin: 0;
}
.pad-top-3 {
	padding-top: 3rem;
}
.pad-top-4 {
	padding-top: 4rem;
}
.pad-top-6 {
	padding-top: 6rem;
}
.pad-top-8 {
	padding-top: 8rem;
}
.pad-top-tickets {
	padding-top: 5rem;
}
.pad-top-title {
	padding-top: 10rem;
}

.pad-bottom-4 {
	padding-bottom: 4rem;
}
.pad-bottom-6 {
	padding-bottom: 6rem;
}

.button.button-margin-top-2 {
	margin-top: 2rem;
}


/* HEADER */


/* LOGO */



/* MENU */

ul.menu, ul.menu li,
ul.footer-menu, ul.footer-menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-shrink: 0;
	line-height: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul.menu {
	height: 100%;
}

.shape-divider {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.shape-divider svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	left: 0;
	height: 60px;
	fill: var(--sand);
	transform: scaleY(-1);
}

@media screen and (max-width: 767px) {
	.custom-shape-divider-top-1708664998 svg {
		width: calc(160% + 1.3px);
		height: 50px;
	}

	.page-template-page-legal h1,
	.page-template-page-legal h2,
	.page-template-page-legal h3,
	.page-template-default h1,
	.page-template-default h2,
	.page-template-default h3 {
		hyphens: auto;
	}

}

.mobile-menu {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 40;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--bar-color: hsla(0, 0%, 89%, 0.95);
	transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s;
	transform-origin: center bottom;
}
.lightbox-open .mobile-menu {
	transform: scale(0) translateY(40px);
}
.floating-menu {
	/* display: none; */
	background: rgba(0, 3, 30, 0.85);
	border: 1px solid rgb(255 255 255 / 0.12);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	color: hsla(0, 0%, 89%, 1);
	position: absolute;
	bottom: 36px;
	right: 36px;
	border-radius: 15px;

	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: right bottom;
	transform: scale(0);
	/*	padding: 8px 0;*/
}
.menu-open .floating-menu {
	transform: scale(1);
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mobile-menu-item a {
	padding: 0.75rem 3rem 0.75rem 2rem;
	cursor: pointer;
	width: 100%;
	display: block;
	font-variation-settings: "wght" 450;
	font-size: var(--text-size-150);
	border-bottom: 1px solid rgb(255 255 255 / 0.12);
}
.mobile-menu-item a:active {
	background: rgba(0, 208, 255, 0.1);
}
.mobile-menu-item a > span {
	padding-top: 1px;
	display: block;
}
.mobile-menu-item:first-child a {
	padding-top: 1rem;
}
.mobile-menu-item:last-child a {
	padding-bottom: 1rem;
	border-bottom: none;
}

.menu-trigger {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.menu-trigger-inner {
	border-radius: 99px;
	width: 62px;
	height: 62px;
	background: #00031ec2;
	border: 1px solid rgb(255 255 255 / 0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	transition: background-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-open .menu-trigger-inner {
	background: #0c134fc2;
}

.menu-bar {
	position: relative;
}
.menu-bar, .menu-bar:before, .menu-bar:after {
	height: 3px;
	background: var(--bar-color);
	width: 100%;
	border-radius: 5px;
}

.menu-bar:before,
.menu-bar:after {
	content: "";
	display: block;
	position: absolute;
}

.menu-bar:before {
	top: -10px;
}
.menu-bar:after {
	top: 10px;
}

/* FOOTER */

.site-footer {
	padding: 1.5rem 1rem;
	background: #0b0b0d;
}

.footer-inner {
	display: flex;
	min-height: 5rem;
	align-items: center;
}

.footer-menu-nav {
	width: 100%;
}

.contact-flex {
	display: flex;
	color: hsla(0, 0%, 89%, 0.95);
}

.contact-flex a {
	height: 100%;
	/* aspect-ratio: 1; */
	/* display: block; */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	padding: 0 12px;
}
.contact-flex a:hover {
	color: #fff;
}

.sponsors-container {
	border-top: 1px dotted #50565c;
	padding-top: 2.5rem;
	padding-bottom: 2rem;
	max-width: 1180px;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.sponsors-label {
	text-align: center;
	padding-bottom: 0.75rem;
}

.sponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sponsors a,
.sponsors img{
	display: block;
}

.sponsors img {
	width: auto;
	height: 138px;
	padding: 28px;
	/* im.svg declares no fill (renders black); bkm.svg and vpby.svg carry
	   brand colours. A chip keeps every logo in its own colours -- do NOT
	   use filter: invert(1) here. */
	background: #e8e2da;
	border-radius: 10px;
}


/* FOOTER MENU */


/* NEWSLETTER */

.newsletter {
	margin: 0 auto;
	padding-bottom: 4rem;
}

.newsletter-form {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.newsletter-error {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -2.5rem;
}


.newsletter input[type=email] {
	width: 300px;
	height: 66px;
	padding: 1em 2rem;
	background: rgb(255 255 255 / 0.07);
	padding: 1em 2rem;
	border-radius: 999px;
}

.newsletter input[type=email]:focus,
.newsletter input[type=email]:hover {
	background: rgb(255 255 255 / 0.12);
}

.newsletter-form.processing {
	opacity: 0.5;
	transition: opacity 0.25s;
}

.newsletter-form.success .newsletter-email-input,
.newsletter-form.success .newsletter-submit {
	visibility: hidden;
	pointer-events: none!important;
}

.newsletter-success {
	position: absolute;
	top: calc(50% - 0.8em);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: var(--text-size-150);
	font-variation-settings: "wght" 500;
	color: #e8877e;
}

/* CONTENT WRAPPERS */

.max-text {
	width: 33rem;
}

.max-s {
	width: 800px;
}

.max-m {
	width: 900px;
}
.max-l {
	width: 1120px;
}
.max-xl {
	width: 1200px;
}
.max-xxl {
	width: 1360px;
}

.max-text,
.max-s,
.max-m,
.max-l,
.max-xl,
.max-xxl {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.min-text {
	width: 18rem;
	flex-shrink: 0;
}


.button,
.button *,
.no-select,
.no-select * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[data-bg="sand"] {
	--bg: var(--sand)
}
[data-bg-2="sand"] {
	--bg2: var(--sand)
}

[data-bg="rouge"] {
	--bg: var(--rouge)
}
[data-bg-2="rouge"] {
	--bg2: var(--rouge)
}

[data-bg="peach"] {
	--bg: var(--peach)
}
[data-bg-2="peach"] {
	--bg2: var(--peach)
}

[data-bg="salmon"] {
	--bg: var(--salmon)
}
[data-bg-2="salmon"] {
	--bg2: var(--salmon)
}

[data-bg="baby"] {
	--bg: var(--baby)
}
[data-bg-2="baby"] {
	--bg2: var(--baby)
}

[data-bg="blue"] {
	--bg: var(--blue);
}
[data-bg-2="blue"] {
	--bg2: var(--blue);
}

.faq-divider img {
	transform: scaleX(-1.5);
}

.divider {
	position: relative;
	pointer-events: none;
	overflow: hidden;
}

.divider img {
	width: 100%;
	position: relative;
	z-index: 30;
}

.divider-program img {
	object-fit: cover;
	object-position: right;
}

section {
	background: var(--bg, transparent);
	position: relative;
}

.page-pad {
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
}
.page-pad-plus {
	padding-left: var(--page-pad-plus);
	padding-right: var(--page-pad-plus);
}

.divider:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	background: var(--bg, transparent);
}

.divider:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	left: 0;
	background: var(--bg2, transparent);
}

.divider-program:before {
	height: 74%;
}
.divider-program:after {
	height: 26%;
}

.svg-divider:before {
	height: 45%;
}
.svg-divider:after {
	height: 55%;
}

.svg-divider img {
	width: 140%;
	max-width: 140%;
	left: -10%;
}

.noise {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	overflow: hidden;
	mix-blend-mode: overlay;
	pointer-events: none;
}

.noise::before {
	animation: grain 8s steps(10) infinite;
	background-image: url(images/noise-pattern.png);
	content: '';
	height: 200%;
	left: -25%;
	/*opacity: 0.6;*/
	position: fixed;
	top: -50%;
	width: 150%;
	overflow: hidden;
	background-size: 150px 150px;
}

@keyframes grain {
	0%, 100% { transform:translate(0, 0); }
	10% { transform:translate(-5%, -10%); }
	20% { transform:translate(-15%, 5%); }
	30% { transform:translate(7%, -20%); }
	40% { transform:translate(-5%, 20%); }
	50% { transform:translate(-15%, 10%); }
	60% { transform:translate(15%, 0%); }
	70% { transform:translate(0%, 15%); }
	80% { transform:translate(3%, 25%); }
	90% { transform:translate(-10%, 10%); }
}

.site-header {
	background-image: linear-gradient(
			180deg,
			hsl(182deg 100% 30.73%) 0%,
			hsl(197deg 64.99% 49.4%) 15%,
			hsl(123deg 33.9% 59.1%) 28%,
			hsl(28deg 81.76% 66.66%) 42%,
			hsl(6deg 100% 83.38%) 59%,
			var(--sand) 100%
	);
	/* padding: 2rem 4rem; */
	height: 18rem;
	border-top: 2.5rem solid hsl(182deg 77.71% 43.02%);
	padding-left: 4.25rem;
	/* padding-top: 1rem; */
}

.logo-link {
	display: block;
	width: 14rem;
}

.logo-link img {
	width: 100%;
}

.hero-container-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.hero-container {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16/9;
	min-height: 100%;
}
@media (min-aspect-ratio: 21/9) {
	.hero-container {
		aspect-ratio: 21/9;
	}
}
@media (min-aspect-ratio: 30/9) {
	.hero-container {
		aspect-ratio: 25/9;
	}
}

.hero-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.hero-container canvas {
	position: relative;
	height: 100%!important;
	width: 100%!important;
}

.hero-container-wrapper,
.hero-container {
	background: linear-gradient(180deg, #18bcc3 35%, #191109 75%);
	background: linear-gradient(180deg, #0c041c 10%, #222040 30%, #4c3260 45%, #de7f6a 90%);
}

.hero-container img.depth-image {
	visibility: hidden;
}

.hero-container img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.linkeffect {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}

.split {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 4rem;
}

.bubble-image {
	position: relative;
}
.bubble-image img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	border-radius: 20rem;
	width: 100%;
}

.section-content {
	position: relative;
	z-index: 20;
}

.section-title {
	margin: 0;
	padding-bottom: 4rem;
}
h2.section-title {
	margin: 0;
	padding-bottom: 3rem;
}

.pull-left {
	position: relative;
}
.push-right {
	position: relative;
}

.deco {
	position: absolute;
	height: 100%;
	max-width: 750px;
	width: calc(50vw - 15rem);
	z-index: 30;
	top: 0;
	pointer-events: none;
}

.deco-small {
	max-width: calc(500px + 4rem);
	width: calc(50vw - 16.5rem);
}
.deco-smaller {
	max-width: calc(440px + 4rem);
}

.deco-left.deco-small {
	padding-right: 4rem;
}
.deco-right.deco-small {
	padding-left: 4rem;
}
.deco-left {
	left: 0;
}
.deco-right {
	right: 0;
}

.deco img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: relative;
	top: var(--top, 0);
}
.deco-top img {
	object-position: left top;
}
.deco-bottom img {
	object-position: left bottom;
}

.deco-right.deco-top img {
	object-position: right top;
}
.deco-right.deco-bottom img {
	object-position: right bottom;
}

.menu {
	padding: 0 3rem;
	height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	/*	background: #272727;
        background: #424242;
        background: rgb(11 12 21 / 33%);*/

	background: hsl(233deg 5% 11% / 33%);
	background: hsl(233deg 5% 11% / 45%);
	color: hsl(25 0% 89% / 1);
	font-size: var(--text-size-150);
	/* text-transform: uppercase; */
	font-variation-settings: "wght" 380;
	position: sticky;
	top: 0;
	z-index: 40;
	/* mix-blend-mode: soft-light; */
	/* opacity: 0; */
}
.footer-menu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: hsl(25 0% 89% / 1);
	font-size: var(--text-size-150);
	font-variation-settings: "wght" 380;
	flex-grow: 1;
}

.footer-menu li {
	height: 2.5rem;
}


.menu-item a{
	padding: 0 1rem;
	cursor: pointer;
}

.menu-item,
.menu-item a,
.menu-item a > span {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.menu-item:hover .menu__link-deco {
	opacity: 1;
}

.menu > *,
.footer-menu > * {
	position: relative;
}

.menu-shadow {
	position: sticky;
	top: 0;
	height: var(--header-height);
	margin-top: calc(var(--header-height) * -1);
}

.menu-shadow-1 {
	mix-blend-mode: color-burn;
	background: hsl(0, 0%, 47.5%);
	z-index: 35;
}

.menu-shadow-2 {
	background: #3d3d3d;
	z-index: 30;
}

.menu {
	-webkit-backdrop-filter: grayscale(1);
	backdrop-filter: grayscale(1);
}

.anchor {
	position: absolute;
	top: 0;
}
.anchor-minus {
	top: calc(var(--header-height) * -1);
}
.anchor-faq {
	top: calc((var(--header-height) * -1) - .8rem);
}

.button {
	pointer-events: auto;
	cursor: pointer;
	background: linear-gradient(35deg, #b8712f, #e8877e, #52e0e7);
	background: linear-gradient(35deg, #ba9f6b, #9d6b62, #178ea3);
	background: linear-gradient(35deg, #3a4378, #36788e, #d9b97e);
	background: linear-gradient(215deg, #be8e5f, #9d6b62, #065848);
	background: linear-gradient(215deg, #be8e5f, #865147, #06342b);
	background: linear-gradient(215deg, #b8a368, #835439, #0357a0);
	background: linear-gradient(215deg, #74905a, #834939, #18647b);
	background: linear-gradient(209deg, #907b5a, #18526d);
	/* background: red; */
	color: #fff;
	border: none;
	padding: 1.5rem 3rem;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
	border-radius: 9999px;
	text-align: center;
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* mix-blend-mode: normal; */
}

.mobile-ticket-button-container {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: none;
	z-index: 40;
}

.mobile-ticket-button {
	background: linear-gradient(249deg, #00979d, #7cd6ff);
	background: linear-gradient(93deg, #066a7a, #0a4a84);
	font-size: var(--text-size-200);
	font-variation-settings: 'wdth' 100, "wght" 500;
	padding: 0 2.5rem;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-huge:before, .button-huge:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 100%;
	border-radius: 9999px;
	top: 0;
	left: -5%;
	background: linear-gradient(35deg, #2d71a8, #e2a783);
	mix-blend-mode: overlay;
	background: linear-gradient(35deg, #1d3310, #e2a783);
	background: linear-gradient(35deg, #003dcc, #e2a783);
	background: linear-gradient(35deg, #0077cc, #e2b983);
	mix-blend-mode: hard-light;
	opacity: 0.1;
	transform: scaleX(0.9);
	transition: transform 0.2s ease-out;
	/* visibility: hidden; */
}

.button-huge:after {
	width: 120%;
	left: -10%;
	transform: scaleX(0.8) scaleY(0.875);
}

.button-huge:after {
	opacity: 0.1;
}

.button-huge  {
	font-size: var(--text-size-200);
	min-width: 240px;
	background-size: 150%;
	background-position: 50% 50%;
	font-weight: 400;
	font-variation-settings: 'wdth' 100, "wght" 500;
	transition: transform 0.2s ease-out, background-size 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	filter: contrast(1.1) brightness(1.1);
}

.button-huge.newsletter-submit-button {
	/*	min-width: 340px;*/
	min-width: 300px;
	font-size: var(--text-size-150);
	font-variation-settings: 'wght' 500, 'wdth' 100;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}





@media (hover: hover) {

	.button-huge:hover  {
		background-size: 100%;
		transform: scale(1.05);
	}
	.button-huge.no-grow:hover {
		transform: scale(1);
	}
	.button-huge span {
		animation: breathe-out 125ms ease-out forwards;
	}
	.button-huge:hover span {
		animation: breathe 125ms ease-out forwards;
	}

	.button-huge:hover:before,
	.button-huge:hover:after {
		transform: scaleX(1);
	}
}

@media (hover: none) {
	.button:active {
		filter: brightness(1.35) saturate(1.1);
	}
}

@keyframes breathe-out {
	0% {
		font-variation-settings: 'wght' 700, 'wdth' 100;
	}
	100% {
		font-variation-settings: 'wght' 500, 'wdth' 100;
	}
}


@keyframes breathe {
	0% {
		font-variation-settings: 'wght' 500, 'wdth' 100;
	}
	100% {
		font-variation-settings: 'wght' 700, 'wdth' 100;
	}
}

.narrow-embed-wrapper {
	position: relative;
	padding-bottom: 30%;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.narrow-embed-wrapper .embed-container {
	position: absolute;
	top: -45%;
}



.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.section-content .embed-container {
	border-radius: 8px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.lineup-grid-container {
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}

.lineup-section + .lineup-section .lineup-grid-container {
	padding-top: 0;
}

.lineup-grid-spacer {
	height: 2rem;
}

.lineup-grid {
	display: grid;
	--grid-columns: 2;
	--grid-gap: 0.5rem;
	gap: var(--grid-gap);
	grid-template-columns: repeat(var(--grid-columns), minmax(0,1fr));
}

/*.lineup-grid-title-container {
	position: absolute;
	left: -7rem;
	height: calc(100% - 8rem);
	top: 4rem;
}

.lineup-grid-title-wrapper {
	position: sticky;
	bottom: 2rem;
}*/

.lineup-grid-title {
	display: block;
	margin: 0;
	font-variation-settings: "wght" 700;
	font-size: var(--text-size-500);
	color: #e88688;
	text-transform: uppercase;
}

.large-group-title .lineup-grid-title {
	font-size: var(--text-size-600);
}

/*.lineup-grid-title {
	display: block;
	position: sticky;
	bottom: 0;
	margin: 0;
}*/



.lineup-item {
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 0;
	backface-visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	will-change: transform;

	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 20px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.lineup-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	/*	opacity: 0.95;*/
}


.lineup-title-container {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 1rem;
	padding: max(12px, 5.555cqi);
	padding-top: 3rem;
	padding-top: 16.666cqi;
	width: 100%;
	background: linear-gradient(12deg, #494949, transparent 62%, transparent), linear-gradient(0deg, rgb(0 0 0 / 25%), transparent), linear-gradient(0deg, rgb(57 58 91 / 63%), transparent 90%);
	background: linear-gradient(12deg, #1f2a32, transparent 62%, transparent), linear-gradient(0deg, rgb(0 0 0 / 25%), transparent), linear-gradient(0deg, rgb(47 48 75 / 63%), transparent 90%);
	background: linear-gradient(12deg, #261f2c, transparent 62%, transparent), linear-gradient(0deg, rgb(0 0 0 / 25%), transparent), linear-gradient(0deg, rgb(47 48 75 / 63%), transparent 90%);
}
.artist-overlay .lineup-item-content .lineup-title-container {
	padding: max(12px, calc(var(--title-container-width) * 0.05555));
	padding-top: calc(var(--title-container-width) * 0.16666);
}
.lineup-title-content {
	position: relative;
}




.artist-overlay-content {
	position: relative;
	grid-row: 2;
	grid-column: 1;
	padding-top: 2rem;
	--section-spacing: 3rem;
}

.faq-answer > div a,
.basic-content a,
.artist-overlay-text a {
	word-break: break-all;
}


.artist-overlay-content .embed-container-wrapper {
	transition: opacity 0.375s ease;
}

.artist-overlay-content.move-in-from-left .new-embed,
.artist-overlay-content.move-in-from-right .new-embed {
	opacity: 0;
}

.artist-overlay-title-wrapper,
.artist-overlay-text {
	transition: opacity 0.2s ease, transform 0.375s ease-out;
}

.artist-overlay-content.moving-in-from-right .artist-overlay-title-wrapper,
.artist-overlay-content.moving-in-from-right .artist-overlay-text {
	transform-origin: center left;
}

.artist-overlay-content.move-in-from-right .artist-overlay-title-wrapper,
.artist-overlay-content.move-in-from-right .artist-overlay-text{
	transform: scaleX(1.125);
	opacity: 0;
}

.artist-overlay-content.moving-in-from-left .artist-overlay-title-wrapper,
.artist-overlay-content.moving-in-from-left .artist-overlay-text {
	transition: opacity 0.2s ease, transform 0.4s ease-out;
	transform-origin: center right;
}

.artist-overlay-content.move-in-from-left .artist-overlay-title-wrapper,
.artist-overlay-content.move-in-from-left .artist-overlay-text{
	transform: scaleX(1.05) translateX(0.5%);
	opacity: 0;
}

.artist-overlay-content {
	z-index: 2;
}
.artist-overlay-content.prep-transform {
	will-change: transform;
}

.artist-overlay-content.move-out {
	transition: opacity 0.6s, filter 0.2s;
	/*	filter: contrast(0);*/
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}


.artist-overlay-content.move-out .embed-container {
	transition: opacity 0.3s ease-out;
	opacity: 0.25;
}

h1.artist-overlay-title,
h3.lineup-title {
	font-variation-settings: "wght" 150;
	font-family: "Afronaut";
	text-wrap: balance;
	margin: 0;
	line-height: 0.9;
}
h3.lineup-title {
	font-size: var(--text-size-500);
	font-size: 15cqi;
}
p.lineup-subtitle {
	font-size: max(13px, 5.625cqi);
}
.long-10 h3.lineup-title,
.artist-overlay-title.long-12 {
	hyphens: auto;
}


h1.artist-overlay-title:not(.long-title) {
	font-size: var(--text-size-800);
}

p.artist-overlay-subtitle,
p.lineup-subtitle {
	margin: 0;
	line-height: 1.1;
	font-variation-settings: "wght" 450, "wdth" 90;
	margin-top: 3px;
	text-wrap: balance;
	/* font-size: var(--text-size-100); */
}

p.artist-overlay-subtitle {
	margin-top: 0.5em;
}

.artist-overlay-title-wrapper {
	margin-bottom: var(--section-spacing);
}

/*.artist-overlay-embeds {
	overflow: auto;
}*/

.artist-overlay-embeds  {
	margin-top: calc(var(--section-spacing) * 0.5);
}
.artist-overlay-embeds .embed-container-wrapper {
	padding-top: calc(var(--section-spacing) * 0.5);
}

.artist-overlay-embeds .embed-container {
	background: #000;
	border-radius: 5px;
}

.embed-container-inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.artist-overlay-embeds .embed-soundcloud .embed-container {
	background: #2b2b2b;
}

.artist-overlay-image-prep {
	visibility: hidden!important;
	pointer-events: none;
}


.menu__link-inner {
	display: block;
	position: relative;
	outline: 100px solid transparent;
}
.menu__link-deco {
	outline: 120px solid transparent;
	opacity: 0;
	position: absolute;
	pointer-events: none;

	bottom: 18px;
	left: 0;
	height: 1px;
	width: 100%;
	background: currentColor;
}



.logo-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	/* padding-top: 10%; */
	min-height: 0;
	min-width: 0;
	color: #fffaf4;
	pointer-events: none;
	/* padding: 10%; */
}

.logo {
	position: relative;
	top: 10%;
	aspect-ratio: 1759/1324;
	width: 54vmin;
	opacity: 0;
	left: -1%;
	transition: opacity 1s ease-out 0.4s;
	container-type: inline-size;
}

.logo-ready .logo {
	opacity: 1;
}

.logo img {
	width: 100%;
}

/*
.logo svg {
	width: 100%;
	height: 100%;
}
*/

.logo-sub {
	position: absolute;
	left: 22.5%;
	bottom: -0.75%;
	font-variation-settings: "wght" 400;
	font-size: 3.5vmin;
	font-size: 6.995230525cqi;
	font-size: 6cqi;
	line-height: 1;
	color: #ffecb6;
}


/* IMAGE GRID */

.image-grid {
	display: flex;
	flex-wrap: wrap;
	--border-gap: 6px;
}

.image-grid-link {
	display: block;
	flex-basis: var(--basis-2);
	position: relative;
	overflow: hidden;
	cursor: pointer;
	--relative-width: calc(var(--base-width, 400) * var(--basis-num-2));
	--hover-width: calc(var(--relative-width) + 12);
	--scaling: calc(var(--hover-width) / var(--relative-width));
	flex-grow: 1;
	order: var(--order-2);
	margin-bottom: 1px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.image-grid-link:before,
.image-grid-link:after {
	content: "";
	position: absolute;
	width: calc(0.5px + 100% - calc(var(--border-gap) * 2));
	height: calc(0.5px + 100% - calc(var(--border-gap) * 2));
	top: var(--border-gap);
	left: var(--border-gap);
	border-radius: 8px;
	box-shadow: 0 0 0 var(--border-gap) var(--bg, var(--blue));
	pointer-events: none;
	transition: transform 0.175s ease-out;
}

.image-grid-link img {
	opacity: 0.96;
	transition: opacity 0.175s ease-out;
}

.image-grid-link:before {
	z-index: 1;
	border-radius: 0;
	box-shadow: 0 0 0 var(--border-gap) var(--bg, var(--blue));
}

@media (hover: hover) {
	.image-grid-link:hover:before,
	.image-grid-link:hover:after {
		transform: scaleX(var(--scaling)) scaleY(var(--scaling));
		transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.lineup-item:hover,
	.lineup-item.active {
		box-shadow: var(--salmon) 0px 0px 0px 3px, rgb(255 203 137) 0px 0px 0px 7px;
	}
}

.image-grid-link.active:before,
.image-grid-link.active:after {
	transform: scaleX(var(--scaling)) scaleY(var(--scaling));
	transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/*.image-grid-link.active:before,
.image-grid-link.active:after {
	transition: none;
}*/

.image-grid-link:hover img,
.image-grid-link.active img {
	opacity: 1;
	transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.image-grid img {
	width: 100%;
	border-radius: 8px;
	background: #172028;
}

/* FAQ */

.faq-item {
	--time: 300ms;
	position: relative;
}

.faq-item:not(:last-child){
	margin-bottom: 0.8rem;
}

.faq-question {
	background: rgb(255 255 255 / 0.06);
	border-radius: 999px;
	margin-left: -0.8rem;
	margin-right: -0.8rem;
	box-shadow: 0 3px 16px -15px #000000;
	display: block;
	padding-top: 1px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.faq-question h3{
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	padding-left: 1.5rem;
	align-items: center;
	font-size: var(--text-size-200);
	font-variation-settings: "wght" 480;
}


.faq-item.active .faq-question {
	background: rgb(255 255 255 / 0.12);
}

@media (hover: hover) {
	.faq-question:hover {
		background: rgb(255 255 255 / 0.12);
	}
}

.faq-answer {
	display: none;
	transition: height var(--time) cubic-bezier(0.22, 0.61, 0.36, 1);
	overflow  : hidden;
}

.faq-answer > div {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}

.faq-item .faq-question .icon-navigate_next {
	margin-top: -2px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	/*	transform: rotate(-90deg) translateX(1px) translateY(1px);*/
}

.faq-item.active .faq-question .icon-navigate_next {
	transform: rotate(90deg) translateX(1px) translateY(1px);
}

.related-faq-items {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-top: 1rem;
}

a.related-faq-item {
	color: #061018;
	background: #d4aa6f;
	border-radius: 99px;
	line-height: 1;
	padding: 0.6rem 1.2rem;
	padding-left: 0.6rem;
	padding-top: 0.65rem;
	font-variation-settings: "wght" 450;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
	font-size: var(--text-size-100);
	gap: 0.1rem;
	/* align-items: baseline; */
	/* letter-spacing: -0.01em; */
}
a.related-faq-item:hover {
	background: #eebf7d;
}

.related-faq-item .icon {
	position: relative;
	top: -0.025em;
}

/* ARTIST OVERLAY */

.artist-overlay {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
.overlay-open.artist-overlay {
	display: block;
	pointer-events: auto;
}

.artist-overlay-inner {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	position: relative;
	color: #fff;
	height: 100%;
	overflow: scroll;
	pointer-events: auto;
}


.artist-overlay-layer {
	grid-column: 1;
	grid-row: 1;
	position: relative;
}
.artist-overlay-image-layer {
	z-index: 50;
	pointer-events: none;
}

@media screen and (min-width: 1200px) {
	.artist-overlay-image-layer {
		height: 100%;
		position: fixed;
		width: 100%;
	}
}

.artist-overlay-grid {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto;
	padding-top: 3rem;
	padding-bottom: 4rem;
	justify-content: center;
}


.overlay-close-container {
	position: fixed;
	z-index: 4;
	left: 1.5rem;
	top: 2rem;
	display: none;
}

.artist-close-wrapper {
	top: 0;
	left: 0;
	border-bottom-right-radius: 999px;
	background-color: rgba(15, 14, 34, 0.84);
	border: 1px solid rgb(255 255 255 / 0.12);
	width: 2.1rem;
	height: 2.1rem;
}

.artist-overlay-close {
	color: #c8a077;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	aspect-ratio: 1;
	position: relative;
	top: -2.1rem;
	left: -2.1rem;
	width: 4.2rem;
	height: 4.2rem;
}

.artist-action-wrapper {
	z-index: 3;
	position: absolute;
	font-size: 2.5rem;
	line-height: 1;
}

.artist-prev-next {
	background: #0d0d1fd6;
	border-radius: 999px;
	display: flex;
	bottom: -1.5rem;
	right: -1.5rem;
	/* z-index: 4; */
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}


.artist-prev-next .artist-overlay-action {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.5rem;
	color: #c19dcf;
	box-shadow: inset 0 0 0 1px currentColor;
	position: relative;
}

.artist-overlay-close:active {
	color: #fff;
}
.artist-prev-next .artist-overlay-action:active {
	z-index: 2;
	color: #fff;
}
@media (hover: hover) {
	.artist-prev-next .artist-overlay-action:hover {
		z-index: 2;
		color: #fff;
	}
	.artist-overlay-close:hover {
		color: #fff;
	}
}

.artist-prev-next .artist-overlay-action.artist-overlay-prev {
	border-radius: 999px 0 0 999px;
	padding-right: 0.4rem;
	margin-right: -1px;
}
.artist-prev-next .artist-overlay-action.artist-overlay-next{
	border-radius: 0 999px 999px 0;
	padding-left: 0.4rem;
}

.artist-prev-next .artist-overlay-action span {
	padding-bottom: 0.075em;
}

.artist-overlay-action {
	cursor: pointer;
	pointer-events: auto;
}

.lineup-item {
	transition: opacity 0.1s ease 0.065s;
}
.lineup-item.active {
	opacity: 0;
}

.lineup-item-image {
	background: #172028;
}

.lineup-item-image,
.lineup-item-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.artist-overlay .lineup-item-content .lineup-title-content {
	width: var(--grid-width, auto);
}


.lineup-item-content {
	z-index: 2;
	background: rgba(255, 255, 255, 0.04);
	container-type: inline-size;
}
.lineup-title-content {
	container-type: inline-size;
}

.lineup-item.active .lineup-item-content,
.artist-overlay .lineup-item-content,
.lineup-item:hover .lineup-item-content,
.lineup-item.active .lineup-item-content {
	background: transparent;
}

.artist-overlay-image-prep,
.artist-overlay-image-wrapper {
	aspect-ratio: 1;
	visibility: hidden;
	position: relative;
}

.artist-overlay-image-wrapper {
	align-self: center;
}

.artist-overlay-image-inner {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}


.artist-overlay-image-inner canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	opacity: 0;
	transition: opacity 0.2s;
}

@supports (color: color(display-p3 1 1 1)) {
	.safari-17 .hero-container canvas {
		filter: saturate(0.825) hue-rotate(2deg) brightness(1.015) contrast(0.9875);
	}
}


.artist-overlay-image-inner.canvas-loaded canvas{
	opacity: 1;
}
.artist-overlay-image-inner.canvas-loaded .artist-overlay-image-placeholder {
	transition: opacity 0.2s ease 0.2s;
	opacity: 0;
}

.overlay-open .artist-overlay-image-wrapper {
	visibility: visible;
}

.artist-overlay-image-prep img,
.artist-overlay-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.artist-overlay-links {
	display: flex;
	font-size: 2em;
	margin: calc(var(--section-spacing) * 0.5) -0.4em 0;
	color: #f4d3c7;
}

.artist-overlay-links a span {
	display: block;
	padding: 0.4em;
}
.artist-overlay-links a:hover {
	color: #fff;
}


.shape-overlays {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	--path-fill-1: url(#gradient1);
	--path-fill-2: url(#gradient2);
	--path-fill-3: url(#gradient3);
}


.shape-overlays__path:nth-of-type(1) {
	fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
	fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
	fill: var(--path-fill-3);
}


/*  CONTACT FORM 7
========================================================================== */


div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}


.wpcf7-display-none {
	display: none;
}


div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 {
	background: linear-gradient(330deg, #46527f, #437f8a);
	border: 1px solid rgb(255 255 255 / 0.08);
	color: #fff;
	text-align: left;
	padding: 1.5rem 2rem;
	border-radius: 15px;
}

.wpcf7-form.submitting {
	opacity: 0.5;
	transition: opacity 0.25s;
}

.wpcf7-list-item {
	display: block;
	color: #fff;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.wpcf7-list-item label {
	display: flex;
	align-items: baseline;
}

.wpcf7-list-item-label {
	display: inline-block;
	padding: 1px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.2rem;
}
.wpcf7-quiz-label {
	display: block;
	margin-bottom: 0.2rem;
}

.wpcf7-list-item input {
	margin-right: 0.6rem;
}

.wpcf7-form-control.wpcf7-radio {
	margin-top: 4px;
	display: block;
}

.wpcf7-quiz-label {
	display: block;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #fff;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-response-output {
	padding-top: 24px;
}

.wpcf7-mail-sent-ok {
	color: #fff;
}



.circle-divider {
	background: var(--bg);
	display: flex;
	justify-content: flex-end;
}


.circle-header {
	margin-top: calc(var(--circle-divider-height) * -0.5);
	overflow: hidden;
}

.circle-header-left {
	transform: translateX(-50px);
	padding-top: 0.5rem;
	width: 66.6%;
	background: #074379;
	background: linear-gradient(93deg, #005f6e, #074379);
	border-top-right-radius: 999px;
	border-bottom-right-radius: 999px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bbc6b7;
	color: #d1d6cf;
}

.circle-header-left,
.circle-divider-image {
	height: var(--circle-divider-height);
}
.circle-divider,
.circle-header {
	--circle-divider-height: min(13rem, 36vw);
}


.circle-divider-image {
	width: 50%;
	background: linear-gradient(358deg, #214f56, #1b2238);
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
	z-index: 30;
}
.circle-divider-image img {
	width: auto;
	position: absolute;
	right: 0;
	height: 150%;
	top: -5%;
	max-width: calc(100% - 1rem);
	object-fit: cover;
	object-position: left bottom;
}

.iframe-container {
	height: 1098px;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 1.5rem;
}
.iframe-container iframe {
	height: 100%
}

/*.overlay-stable .artist-overlay-inner {
	min-height: 100%;
}*/

@-moz-document url-prefix() {
	.overlay-closing .artist-overlay-close,
	.overlay-closing .artist-prev-next {
		backdrop-filter: none;
	}
}

.overlay-closing .artist-overlay-inner,
.artist-overlay-base-layer {
	min-height: 100%;
	-webkit-clip-path: url(#overlayClip);
	clip-path: url(#overlayClip);
}

.overlay-stable .artist-overlay-base-layer  {
	-webkit-clip-path: none;
	clip-path: none;
}




/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
	--pswp-bg: #000;
	--pswp-placeholder-bg: #2b2b2b;


	--pswp-root-z-index: 30;

	--pswp-preloader-color: rgba(79, 79, 79, 0.4);
	--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);

	/* defined via js:
    --pswp-transition-duration: 333ms; */

	--pswp-icon-color: #c19dcf;
	--pswp-icon-color-secondary: #6b6b6b;
	--pswp-icon-stroke-color: #2d2d2d;
	--pswp-icon-stroke-width: 2px;

	--pswp-error-text-color: var(--pswp-icon-color);
}

.pswp__button:hover {
	--pswp-icon-color: #fff;
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
	outline: 0;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--open {
	display: block;
}

.lb-menu {
	transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s;
}

.pswp__img {
	transition: border-radius .25s;
	border-radius: 8px;
}

.site-content:not(.lightbox-open) .pswp__img {
	border-radius: 25px;
}

.lightbox-opening .pswp__img {
	border-radius: 0;
}
.lightbox-open .lb-menu{
	transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s;
	transform: translateY(-100%);
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
	opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
	pointer-events: none;
}
.pswp__content > * {
	pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
	display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity 300ms cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
	transition: none;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 1;
}

.pswp__button:disabled {
	opacity: 0.3;
	cursor: auto;
}

.pswp__icn {
	fill: var(--pswp-icon-color);
	color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
	position: absolute;
	top: 14px;
	left: 9px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	pointer-events: none;
}

.pswp__icn-shadow {
	stroke: var(--pswp-icon-stroke-color);
	stroke-width: var(--pswp-icon-stroke-width);
	fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}


/*

  Close button

*/
.pswp__button--close {
	margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
	position: absolute;
	width: 75px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
}

.pswp__button--arrow:disabled {
	display: none;
	cursor: default;
}

.pswp__button--arrow .pswp__icn {
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: none;
	border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
	display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
	visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
	visibility: visible;
}

.pswp__button--arrow--prev {
	right: auto;
	left: 0px;
}

.pswp__button--arrow--next {
	right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
	left: auto;
	right: 14px;
	/* flip horizontally */
	transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
	display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 60px;
	margin-right: auto;
}

.pswp__preloader .pswp__icn {
	opacity: 0;
	transition: opacity 0.2s linear;
	animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
	opacity: 0.85;
}

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





@media screen and (max-width: 1339px) {
	.lineup-grid-title-container {
		padding-bottom: 2rem;
	}

	.lineup-grid-title {
		hyphens: auto;
	}

	.large-group-title .lineup-grid-title {
		hyphens: initial;
	}
}

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

	.footer-menu .menu__link-deco {
		display: none!important;
	}


	.footer-menu {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.contact-flex {
		width: 100%;
		justify-content: center;
		margin-bottom: 1rem!important;
	}

	.newsletter {
		padding-top: 1rem;
	}

	.overlay-stable .overlay-close-container {
		display: block;
	}
	.overlay-stable .artist-close-relative {
		display: none;
	}

	.page-pad-plus {
		padding: 0;
	}
	.artist-overlay-content {
		padding-top: 4.5rem;
		--section-spacing: 2rem;
	}

	.artist-overlay-content.move-in-from-left .artist-overlay-title-wrapper,
	.artist-overlay-content.move-in-from-left .artist-overlay-text{
		transform: scaleX(1.075) translateX(0.5%);
	}

	.lineup-item,
	.lineup-item img,
	.artist-overlay-image-inner {
		border-radius: 12px;
	}

	.artist-overlay-grid {
		width: 600px;
	}

	.sponsors img {
		height: 112px;
		padding: 22px;
	}

	.hide-1199,
	.hide-1199 * {
		display: none!important;
	}

}

@media screen and (max-width: 1099px) {
	.hide-1099,
	.hide-1099 * {
		display: none!important;
	}
}

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

	body {
		--header-height: 0px;
	}

	.noise {
		display: none;
	}

	.menu,
	.menu-shadow {
		display: none;
	}

	.menu__link-deco {
		display: none!important;
	}


	.lineup-grid-container {
		width: 720px;
	}

	.newsletter {
		padding-top: 4rem;
	}


	.sponsors {
		max-width: 620px;
		margin: 0 auto;
	}

	.pad-top-title {
		padding-top: 7rem;
	}

	.circle-header {
		position: relative;
		z-index: 30;
	}

	.odd-items .lineup-grid {
		margin-bottom: -88px; /* viertel */
	}
	.even-items .lineup-grid {
		margin-bottom: 88px;
	}


	.circle-divider, .circle-header {
		--circle-divider-height: min(12rem, 36vw);
	}


	.pad-top-3,
	.pad-top-4 {
		padding-top: 3.5rem;
	}
	.pad-top-6 {
		padding-top: 5rem;
	}
	.pad-top-8 {
		padding-top: 5.5rem;
	}
	.pad-top-tickets {
		padding-top: 4rem;
	}

	.pad-bottom-4 {
		padding-bottom: 3.5rem;
	}
	.pad-bottom-6 {
		padding-bottom: 5rem;
	}

	.section-title {
		padding-bottom: 3rem;
	}
	h2.section-title {
		padding-bottom: 2.75rem;
	}

	.ticket-info-section {
		padding-bottom: 4rem;
	}

}

@media screen and (max-width: 999px) and (orientation: portrait) {

	.logo {
		opacity: 1;
	}

	.hero-container-wrapper {
		height: calc(100svh - 100px);
	}

	.hero-container {
		aspect-ratio: auto;
		min-height: 0;
		height: 100vw;
	}
	.hero-container-wrapper:after {
		content: "";
		position: absolute;
		width: 100%;
		height: calc(200% - 200vw);
		background: linear-gradient(180deg, hsl(238.73deg 29.79% 11.84%) 50%, rgb(21 22 39 / 0%) 75%);
		top: 0;
		left: 0;
	}
	.mobile-ticket-button-container {
		display: flex;
	}
	.hero-container-wrapper + .site-content {
		padding-top: 82px;
	}

	.page-template-page-templatespage-home-php .site-footer {
		padding-bottom: 112px;
	}

	.pad-top-title {
		padding-top: 6rem;
	}

}

@media screen and (max-width: 999px) and (max-aspect-ratio: 9/12) {
	.logo-wrapper {
		align-items: center;
	}
	.logo {
		width: 70%;
		top: -14%;
		left: 0;
	}
}


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

	.newsletter-form {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}


	h3.lineup-title {
		font-size: var(--text-size-200);
		font-size: 16.5cqi;
	}


	.circle-divider-image {
		width: 66.6%;
	}

	.site-header {
		display: flex;
		justify-content: center;
		padding-left: 0;
	}

}


@media screen and (max-width: 779px) {
	.odd-items .lineup-grid {
		margin-bottom: calc((100vw - (2 * var(--page-pad)) - var(--grid-gap)) / -8);
	}
	.even-items .lineup-grid {
		margin-bottom: calc((100vw - (2 * var(--page-pad)) - var(--grid-gap)) / 8);
	}
}



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

	.circle-divider, .circle-header {
		--circle-divider-height: min(9rem, 36vw);
	}

	.faq-item:not(:last-child) {
		margin-bottom: 0.5rem;
	}


	.artist-overlay-grid {
		padding-top: 2rem;
		padding-bottom: 2rem;
		width: 580px;
	}

	.artist-overlay-content {
		padding-left: var(--page-pad);
		padding-right: var(--page-pad);
		overflow: hidden;
		padding-top: 3.5rem;
		--section-spacing: 1.5rem;
	}

	.artist-overlay-image-prep, .artist-overlay-image-wrapper {
		margin: 0 1.5rem;
	}
	.artist-prev-next {
		right: -0.5rem;
	}

	.artist-overlay-close {
		top: -32px;
		left: -28px;
		width: 64px;
		height: 64px;
	}
	.artist-overlay-close:not(:active){
		color: #56e3ea;
	}

	.artist-close-wrapper {
		border-bottom-right-radius: 32px;
		border-bottom-left-radius: 5%;
		width: 36px;
		height: 32px;
		font-size: 40px!important;
	}

	.pad-top-title {
		padding-top: 6rem;
	}

	.pad-top-3 {
		padding-top: 2rem;
	}
	.pad-top-4 {
		padding-top: 3rem;
	}
	.pad-top-6 {
		padding-top: 4rem;
	}
	.pad-top-8 {
		padding-top: 4rem;
	}
	.pad-top-tickets {
		padding-top: 3rem;
	}

	/* .pad-bottom-4 {
         padding-bottom: 3.5rem;
     }*/
	.pad-bottom-6 {
		padding-bottom: 4.5rem;
	}

	.section-title {
		padding-bottom: 2.5rem;
	}
	h2.section-title {
		padding-bottom: 2.25rem;
	}

	.lineup-grid-container {
		padding-bottom: 3.5rem;
	}


}

@media screen and (max-width: 759px) and (orientation: portrait) {
	.pad-top-title {
		padding-top: 4rem;
	}
}

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

	.image-grid {
		margin-left: calc(-6px - 0.8rem);
		margin-right: calc(-6px - 0.8rem);
	}

	.wpcf7 {
		padding: 1rem 1.5rem;
		border-radius: 12px;
	}

	.page-template-default .wpcf7,
	.lineup-grid {
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.odd-items .lineup-grid {
		margin-bottom: calc((100vw - (2 * var(--page-pad)) - var(--grid-gap) + 2rem) / -8);
	}
	.even-items .lineup-grid {
		margin-bottom: calc((100vw - (2 * var(--page-pad)) - var(--grid-gap) + 2rem) / 8);
	}

	p.lineup-subtitle {
		display: none;
	}

}

@media screen and (max-width: 600px) {
	.artist-close-wrapper {
		top: -4px;
	}

	.artist-overlay-close {
		border-radius: 0 0 32px 0;
	}
}


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

	.sponsors {
		max-width: 400px;
	}

	.sponsors img {
		height: 82px;
		padding: 16px;
	}
	.sponsors-container {
		margin-left: -16px;
		margin-right: -16px;
	}

	.circle-header-left {
		padding-right: 1em;
		width: 75%;
	}

	.lineup-grid-container {
		padding-bottom: 3rem;
	}

}

@media screen and (max-width: 460px) {
	.impressionen-title {
		font-size: 10vw!important;
	}
}


@media screen and (min-width: 430px) {
	html {
		font-size: 18px;
	}
	body {
		--text-size-150: 1.111111rem;
	}


	.newsletter input[type=email] {
		width: 340px;
		height: 74px;
	}
	.button-huge.newsletter-submit-button {
		min-width: 340px;
	}


}

@media screen and (max-width: 390px) {
	.sponsors img {
		height: 74px;
		padding: 14px;
	}
}

@media screen and (min-width: 581px) {
	.overlay-close-container {
		left: calc(50vw - 290px + 1.5rem);
	}
}

@media screen and (min-width: 630px) {
	.iframe-container {
		height: 1214px;
	}
}

@media screen and (min-width: 660px) {
	.image-grid-link {
		flex-basis: var(--basis-3);
		--relative-width: calc(var(--base-width, 1200) * var(--basis-num-3));
		order: var(--order-3);
	}

	.lineup-grid {
		--grid-gap: 1rem;
	}

}



@media screen and (min-width: 700px) {
	.faq-question {
		margin-left: -1.5rem;
		margin-right: -1rem;
	}
}
@media screen and (max-width: 699px) {
	.svg-divider img {
		width: 150%;
		max-width: 150%;
		left: -25%;
	}
}


@media screen and (min-width: 760px) {

	html {
		font-size: 20px;
	}

	body {
		--text-size-150: 1.1rem;
		--text-size-500: 2.441rem;
		--text-size-600: 3.052rem;
		--text-size-700: 3.815rem;
		--text-size-800: 4rem;
	}

	.overlay-close-container {
		left: calc(50vw - 300px);
		top: 3rem;
	}

	.button-huge  {
		min-width: 320px;
	}

	.newsletter input[type=email] {
		width: 360px;
		height: 82px;
	}
	.button-huge.newsletter-submit-button {
		min-width: 360px;
	}


}

@media screen and (min-width: 828px) {
	.iframe-container {
		height: 912px;
	}
}

@media screen and (min-width: 900px) {

	.image-grid-link {
		flex-basis: var(--basis-4);
		--relative-width: calc(var(--base-width, 1200) * var(--basis-num-4));
		order: var(--order-4);
	}

	.newsletter-submit {
		margin-left: -4rem;
	}
	.newsletter input[type=email] {
		padding: 1em 6rem 1em 2rem;
		width: 100%;
		min-width: 440px;
		height: 100%;
	}


	.button-huge.newsletter-submit-button {
		min-width: 390px;
	}

}


@media screen and (min-width: 1000px) {

	.hero-container-wrapper {
		height: calc(100svh - var(--header-height));
	}
	.shape-divider,
	.mobile-menu,
	.faq-divider {
		display: none;
	}

	body {
		--page-pad: 3rem;
		--page-pad-plus: 4rem;
	}

	.pull-left {
		left: -4rem;
	}
	.push-right {
		left: 4rem;
	}


	/* LINEUP */

	.lineup-grid {
		--grid-columns: 3;
	}

	/* IMAGE GRID 4 COL */

	.image-grid-link[data-items-4="even"]{
		right: -0.75rem;
	}
	.image-grid-link[data-items-4="odd"]{
		left: -0.75rem;
	}

	.shift-item .lineup-grid {
		margin-bottom: calc((100vw - (2 * var(--page-pad)) - (2 * var(--grid-gap))) / -6);
	}

	.shifted-item {
		grid-column: 2;
	}

	.divider-program {
		margin-top: -1rem;
	}


}



@media screen and (min-width: 1200px) {

	.pull-left {
		left: -6rem;
	}


	.artist-overlay-grid {
		display: grid;
		grid-template-columns: minmax(0,calc(100vh - 8rem)) 600px;
		grid-template-rows: auto;
		gap: max(6vw, 3rem);
		padding-top: 4rem;
	}

	.artist-overlay-base-layer {
		height: 100%;
	}
	.artist-overlay-layer {
		min-height: 100%;
	}

	.artist-overlay-image-layer .artist-overlay-grid {
		height: 100%;
	}

	.artist-overlay-content {
		grid-row: 1;
		grid-column: 2;
	}

	.site-footer {
		padding: 0.8rem 3rem;
	}

	.footer-inner {
		padding: 0 2.5%;
	}

	.footer-menu li {
		height: var(--header-height);
	}

}


@media screen and (min-width: 1240px) {
	.shift-item .lineup-grid {
		margin-bottom: -160px;
	}
}

@media screen and (min-width: 1340px) {

	.newsletter {
		margin-top: calc((3vw* -1) + 1.5rem);
	}

	.lineup-grid-title-container {
		position: absolute;
		left: -5rem;
		height: calc(100% - 8rem);
		top: 4rem;
		display: flex;
		flex-direction: column;
	}

	.lineup-grid-title-pusher {
		flex-grow: 1;
	}

	.lineup-grid-title-wrapper {
		position: sticky;
		bottom: 2rem;
	}

	.lineup-grid-title {
		writing-mode: vertical-lr;
		position: sticky;
		bottom: 2rem;
		transform: rotate(180deg);
		padding-right: 0.125em;
	}

	.large-group-title .lineup-grid-title {
		padding-right: 0;
	}

	.lineup-section + .lineup-section .lineup-grid-title-container {
		height: calc(100% - 4rem);
		top: 0;
	}

}

@media screen and (min-width: 1400px) {
	.lineup-grid-title-container {
		left: -5.5rem;
	}
}
@media screen and (min-width: 1420px) {
	.lineup-grid-title-container {
		left: -6rem;
	}
}
@media screen and (min-width: 1460px) {
	.lineup-grid-title-container {
		left: -6.5rem;
	}
}

@media screen and (min-width: 1500px) {
	.pull-left {
		left: -8rem;
	}
}

@media screen and (min-width: 1533px) {
	.artist-overlay-grid {
		gap: 92px;
	}
}

@media screen and (min-width: 1700px) {

	.pull-left {
		left: -10rem;
	}
	.push-right {
		left: 6rem;
	}

}

@media screen and (min-width: 430px) and (max-width: 460px) {
	.artist-overlay-title.long-11 {
		hyphens: auto;
	}
}
@media screen and (max-width: 400px) {
	.artist-overlay-title.long-11 {
		hyphens: auto;
	}
}
@media screen and (max-width: 385px) {
	.artist-overlay-title.long-10 {
		hyphens: auto;
	}
}
