/* Info-Seiten (How to be prepared, Oide Wiesn, Impressum, …) */

.wiesn-prepared-page,
.wiesn-oide-wiesn-page,
.wiesn-legal-page,
.wiesn-kontakt-page {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.wiesn-legal-hero__overlay,
.wiesn-kontakt-hero__overlay {
	background:
		radial-gradient(circle at center, #fff 0%, rgba(255, 255, 255, 0.99) 26%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0.48) 68%, rgba(255, 255, 255, 0.18) 84%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.45) 72%, rgba(255, 255, 255, 0.82) 90%, #fff 100%);
}

/* Prepared + Oide Wiesn: kompakter Hero, Inhalt früher sichtbar */
.wiesn-prepared-hero,
.wiesn-oide-wiesn-hero {
	padding-top: clamp(5.25rem, 11vh, 6.25rem) !important;
	padding-bottom: clamp(1rem, 2.5vw, 1.75rem) !important;
}

.wiesn-prepared-hero__overlay,
.wiesn-oide-wiesn-hero__overlay {
	background:
		radial-gradient(circle at center, #fff 0%, rgba(255, 255, 255, 0.99) 22%, rgba(255, 255, 255, 0.88) 40%, rgba(255, 255, 255, 0.55) 58%, rgba(255, 255, 255, 0.2) 72%, rgba(255, 255, 255, 0) 88%),
		linear-gradient(to bottom, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.5) 58%, rgba(255, 255, 255, 0.92) 78%, #fff 92%);
}

.wiesn-prepared-content,
.wiesn-oide-wiesn-content,
.wiesn-legal-content {
	padding-top: clamp(2rem, 5vw, 3rem);
}

.wiesn-prepared-content,
.wiesn-oide-wiesn-content {
	padding-top: clamp(2.5rem, 6vw, 3.5rem);
}

.wiesn-oide-wiesn-entry,
.wiesn-legal-entry {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.wiesn-prepared-entry {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.wiesn-prepared-entry .vc_row,
.wiesn-prepared-entry .vc_column,
.wiesn-prepared-entry .vc_column-inner,
.wiesn-prepared-entry .wpb_wrapper,
.wiesn-oide-wiesn-entry .vc_row,
.wiesn-oide-wiesn-entry .vc_column,
.wiesn-oide-wiesn-entry .vc_column-inner,
.wiesn-oide-wiesn-entry .wpb_wrapper,
.wiesn-legal-entry .vc_row,
.wiesn-legal-entry .vc_column,
.wiesn-legal-entry .vc_column-inner,
.wiesn-legal-entry .wpb_wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}

.wiesn-prepared-entry .vc_empty_space,
.wiesn-oide-wiesn-entry .vc_empty_space,
.wiesn-legal-entry .vc_empty_space {
	height: 1.5rem !important;
}

.wiesn-prepared-entry .vc_separator,
.wiesn-oide-wiesn-entry .vc_separator,
.wiesn-legal-entry .vc_separator {
	margin: 0 auto 1.5rem !important;
	max-width: 4rem;
}

.wiesn-prepared-entry .headlineover h2,
.wiesn-prepared-entry .headlineover h3,
.wiesn-prepared-entry h2,
.wiesn-prepared-entry h3 {
	margin: 2.5rem 0 1.25rem;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid #f29a30;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: left;
	text-transform: none;
	color: #171717;
}

.wiesn-oide-wiesn-entry .headlineover h2,
.wiesn-oide-wiesn-entry .headlineover h3,
.wiesn-oide-wiesn-entry h2,
.wiesn-oide-wiesn-entry h3,
.wiesn-legal-entry .headlineover h2,
.wiesn-legal-entry .headlineover h3,
.wiesn-legal-entry h2 {
	margin: 2.5rem 0 1.25rem;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid #f29a30;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
	color: #171717;
}

.wiesn-prepared-entry p,
.wiesn-prepared-entry li,
.wiesn-prepared-entry .wpb_wrapper,
.wiesn-prepared-entry .vc_column-inner {
	text-align: left !important;
}

.wiesn-prepared-entry .wpb_text_column,
.wiesn-prepared-entry .wpb_content_element {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wiesn-prepared-entry .headlineover h2:first-child,
.wiesn-prepared-entry .headlineover h3:first-child,
.wiesn-prepared-entry > h2:first-child,
.wiesn-oide-wiesn-entry .headlineover h2:first-child,
.wiesn-oide-wiesn-entry .headlineover h3:first-child,
.wiesn-oide-wiesn-entry > h2:first-child,
.wiesn-legal-entry .headlineover h2:first-child,
.wiesn-legal-entry > h2:first-child {
	margin-top: 0;
}

.wiesn-prepared-entry p,
.wiesn-oide-wiesn-entry p,
.wiesn-legal-entry p {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.7;
	color: #525252;
}

.wiesn-prepared-entry p:last-child,
.wiesn-oide-wiesn-entry p:last-child,
.wiesn-legal-entry p:last-child {
	margin-bottom: 0;
}

.wiesn-prepared-entry strong,
.wiesn-oide-wiesn-entry strong,
.wiesn-legal-entry strong {
	color: #171717;
	font-weight: 600;
}

.wiesn-prepared-entry a,
.wiesn-oide-wiesn-entry a,
.wiesn-legal-entry a {
	color: #c97d20;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wiesn-prepared-entry a:hover,
.wiesn-oide-wiesn-entry a:hover,
.wiesn-legal-entry a:hover {
	color: #f29a30;
}

.wiesn-prepared-entry img,
.wiesn-oide-wiesn-entry img,
.wiesn-legal-entry img {
	border-radius: 0.75rem;
}

.wiesn-prepared-entry ul,
.wiesn-prepared-entry ol,
.wiesn-oide-wiesn-entry ul,
.wiesn-oide-wiesn-entry ol,
.wiesn-legal-entry ul,
.wiesn-legal-entry ol {
	margin: 0 0 1rem 1.25rem;
	padding: 0;
	color: #525252;
	line-height: 1.7;
}

.wiesn-prepared-entry li,
.wiesn-oide-wiesn-entry li,
.wiesn-legal-entry li {
	margin-bottom: 0.35rem;
}

.wiesn-prepared-entry .wpb_video_wrapper,
.wiesn-oide-wiesn-entry .wpb_video_wrapper,
.wiesn-legal-entry .wpb_video_wrapper {
	margin: 1.5rem 0;
	border-radius: 1rem;
	overflow: hidden;
}

.wiesn-prepared-entry .wpb_video_wrapper iframe,
.wiesn-oide-wiesn-entry .wpb_video_wrapper iframe,
.wiesn-legal-entry .wpb_video_wrapper iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: 280px;
}

/* Datenschutz / Impressum: Abschnittsüberschriften aus WPB */
.wiesn-legal-page:not(.wiesn-faq-page) .wiesn-legal-entry h3 {
	margin: 2rem 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	color: #171717;
}

.wiesn-legal-page:not(.wiesn-faq-page) .wiesn-legal-entry h4 {
	margin: 1.5rem 0 0.75rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: #404040;
}
