@charset "UTF-8";
/*!
Theme Name: pizzabuddies
Theme URI: http://underscores.me/
Author: Elija Zaugg
Author URI: http://freshman.ch
Description: The finest Pizza Imbiss in switzerland
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pizzabuddies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

/**
 * 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.15;
	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: button;
}

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

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

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* custom */
/* ==========================================================================
   HEADER & LOGO ANIMATION 
   ========================================================================== */
header {
	display: flex;
	justify-content: center;
	align-items: center;
	/* ABSTAND ANGEPASST: Oben etwas reduziert, unten minimiert für Zentrierung */
	padding: 25px 0 0px;
	margin-bottom: -27px;
	position: relative;
	width: 100%;
	z-index: auto;
	background: transparent;
	pointer-events: none;
}

header .logo {
	pointer-events: auto;
	text-align: center;
	z-index: 90;
	/* --- LOGO ANIMATION --- */
	/* Fallback */
}

header .logo a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

header .logo svg {
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
	overflow: visible !important;
}

header .logo svg .logo-word-pizza {
	opacity: 0;
	transform: translateX(-150px);
	animation: slideInPizza 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	will-change: transform, opacity;
}

header .logo svg .logo-word-buddies {
	opacity: 0;
	transform: translateX(150px);
	animation: slideInBuddies 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	animation-delay: 0.15s;
	will-change: transform, opacity;
}

header .logo img {
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@keyframes slideInPizza {
	0% {
		opacity: 0;
		transform: translateX(-150px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInBuddies {
	0% {
		opacity: 0;
		transform: translateX(150px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* ==========================================================================
   STICKY MENU BUTTONS (Shop & Menu)
   ========================================================================== */
.sticky-menu-wrapper {
	position: sticky;
	top: 20px;
	z-index: 2000;
	display: flex;
	justify-content: space-between;
	padding-left: var(--side-spacer, 40px);
	padding-right: var(--side-spacer, 40px);
	margin-top: 5px;
	/* Leicht reduziert passend zum Header */
	margin-bottom: 10px;
	pointer-events: none;
	width: 100%;
}

.menu-btn, .order-btn {
	font-family: var(--font-main);
	font-size: 36px;
	cursor: pointer;
	text-transform: uppercase;
	pointer-events: auto;
	border: none;
	padding: 6px 17px 3px;
	border-radius: 10px;
	transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
	box-shadow: var(--shadow);
	text-align: center;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}

/* MENU BUTTON (RECHTS) */
.menu-btn {
	background-color: var(--text-dark);
	color: var(--bg-cream);
}

.menu-btn.active {
	position: fixed;
	top: 20px;
	right: var(--side-spacer, 40px);
	z-index: 2100;
	background-color: var(--bg-blue) !important;
	color: var(--white) !important;
}

.menu-btn:hover {
	background-color: var(--bg-blue);
	transform: translateY(-2px);
}

/* BESTELL BUTTON (LINKS) */
.order-btn {
	background-color: var(--text-dark);
	color: var(--bg-cream) !important;
}

.order-btn.active {
	position: fixed;
	top: 20px;
	left: var(--side-spacer, 40px);
	z-index: 2100;
	background-color: var(--bg-blue) !important;
	color: var(--white) !important;
}

.order-btn:hover {
	background-color: var(--bg-blue);
	transform: translateY(-2px);
}

/* ==========================================================================
   OVERLAY NAVIGATION (EDITORIAL / KINETIC STYLE)
   ========================================================================== */
.overlay {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: var(--text-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 0;
	clip-path: circle(0px at calc(100% - 60px) 40px);
	transition: clip-path 0.8s cubic-bezier(0.7, 0, 0.2, 1);
	pointer-events: none;
	/* --- Menü-Links --- */
	/* --- Widget Area (KOMPLETT AUSGEBLENDET WIE GEWÜNSCHT) --- */
	/* --- Social Media Icons (Ohne Rahmen, Linksbündig) --- */
}

.overlay.active {
	clip-path: circle(150% at calc(100% - 60px) 40px);
	pointer-events: auto;
}

.overlay .overlay-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: var(--side-spacer);
	text-align: left;
	width: 100%;
}

.overlay .overlay-menu li {
	margin: 5px 0;
	overflow: visible;
}

.overlay .overlay-menu li a {
	display: inline-block;
	color: var(--bg-blue);
	font-family: var(--font-main);
	font-size: 10vw;
	text-transform: uppercase;
	line-height: 0.85;
	text-decoration: none;
	opacity: 0;
	filter: blur(15px);
	transform: scale(0.9) translateX(-40px);
	letter-spacing: -0.05em;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.overlay .overlay-menu li a:hover {
	color: var(--bg-cream);
	transform: translateX(30px) scale(1) !important;
	letter-spacing: 0.03em;
	filter: blur(0);
}

.overlay.active .overlay-menu li a {
	opacity: 1;
	filter: blur(0);
	transform: scale(1) translateX(0);
	letter-spacing: normal;
}

.overlay.active .overlay-menu li a:nth-child(1) {
	transition-delay: 0.18s;
}

.overlay.active .overlay-menu li a:nth-child(2) {
	transition-delay: 0.26s;
}

.overlay.active .overlay-menu li a:nth-child(3) {
	transition-delay: 0.34s;
}

.overlay.active .overlay-menu li a:nth-child(4) {
	transition-delay: 0.42s;
}

.overlay.active .overlay-menu li a:nth-child(5) {
	transition-delay: 0.5s;
}

.overlay.active .overlay-menu li a:nth-child(6) {
	transition-delay: 0.58s;
}

.overlay.active .overlay-menu li a:nth-child(7) {
	transition-delay: 0.66s;
}

.overlay.active .overlay-menu li a:nth-child(8) {
	transition-delay: 0.74s;
}

.overlay .overlay-widget-area {
	display: none !important;
}

.overlay .overlay-socials {
	position: absolute;
	bottom: 60px;
	left: var(--side-spacer);
	margin: 0;
	opacity: 0;
	filter: blur(10px);
	transform: translateY(50px);
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}

.overlay .overlay-socials .social-icons-list {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.overlay .overlay-socials .social-icons-list li {
	margin: 0;
}

.overlay .overlay-socials .social-icons-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	background-color: transparent !important;
	border: none;
	border-radius: 0;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	/* --- ICONS --- */
	/* Smoother Float Hover */
}

.overlay .overlay-socials .social-icons-list li a .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.overlay .overlay-socials .social-icons-list li a::before {
	content: "";
	display: block;
	background-color: var(--bg-blue);
	width: 35px;
	height: 35px;
	transition: all 0.3s ease;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url("./svg/link.svg");
	-webkit-mask-image: url("./svg/link.svg");
}

.overlay .overlay-socials .social-icons-list li a[href*="facebook.com"]::before {
	mask-image: url("./svg/facebook-pizzabuddies.svg");
	-webkit-mask-image: url("./svg/facebook-pizzabuddies.svg");
}

.overlay .overlay-socials .social-icons-list li a[href*="instagram.com"]::before {
	mask-image: url("./svg/instagram-pizzabuddies.svg");
	-webkit-mask-image: url("./svg/instagram-pizzabuddies.svg");
}

.overlay .overlay-socials .social-icons-list li a[href*="tiktok.com"]::before {
	mask-image: url("./svg/tiktok-pizzabuddies.svg");
	-webkit-mask-image: url("./svg/tiktok-pizzabuddies.svg");
}

.overlay .overlay-socials .social-icons-list li a:hover {
	transform: translateY(-8px);
}

.overlay .overlay-socials .social-icons-list li a:hover::before {
	background-color: var(--bg-cream);
}

.overlay.active .overlay-socials {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

/* ==========================================================================
   RESPONSIVE ANPASSUNGEN (MOBILE)
   ========================================================================== */
@media (max-width: 768px) {
	header {
		/* ABSTAND AUF MOBILE ANGEPASST */
		padding: 15px 0 0px;
		margin-bottom: 0;
	}
	header .logo svg, header img {
		width: 230px;
	}
	.sticky-menu-wrapper {
		top: 15px;
		margin-bottom: 7px;
	}
	.menu-btn, .order-btn {
		font-size: 28px;
	}
	.menu-btn.active, .order-btn.active {
		top: 15px;
	}
	/* Anpassungen für Mobile */
	.overlay {
		padding-left: 0;
	}
	.overlay .overlay-menu li a {
		font-size: 15vw;
	}
	.overlay .overlay-menu li a:hover {
		transform: translateX(15px) scale(1) !important;
	}
	.overlay .overlay-socials {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0;
		margin-top: var(--side-spacer);
		padding-left: var(--side-spacer);
	}
	.overlay .overlay-socials .social-icons-list {
		gap: 15px;
	}
	.overlay .overlay-socials .social-icons-list li a::before {
		width: 30px;
		height: 30px;
	}
	.overlay.active .overlay-socials {
		transform: translateY(0);
	}
}

/* ==========================================================================
   GLOBAL FIX FÜR SWIPER OVERFLOW
   ========================================================================== */
html, body {
	overflow-x: hidden;
	width: 100%;
}

/* ==========================================================================
   PIZZA SLIDER (HERO)
   ========================================================================== */
.hero {
	padding-top: 6vh;
	padding-bottom: 6vh;
	background-color: var(--bg-cream);
	position: relative;
	border-radius: 30px;
	margin-left: var(--side-spacer);
	margin-right: var(--side-spacer);
	margin-bottom: 13vh;
}

.hero .slider-bg {
	position: absolute;
	top: 5vh;
	bottom: 8vh;
	left: 2%;
	right: 2%;
	background-color: var(--bg-slider-box);
	border-radius: 40px;
	z-index: 1;
}

.hero .swiper {
	width: 100%;
	padding: 5vh 0;
	z-index: 2;
	overflow: visible;
}

.hero .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50vw;
}

.hero .swiper .swiper-slide .pizza-img {
	width: 92%;
	height: auto;
	aspect-ratio: 1 / 1;
	max-width: 600px;
	object-fit: contain;
	transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.2));
}

.hero .swiper .swiper-slide-active .pizza-img {
	transform: scale(1.5);
	z-index: 10;
}

/* ==========================================================================
   NEUES DYNAMISCHES TEXTELEMENT
   ========================================================================== */
.home-dynamic-text {
	background-color: var(--text-dark);
	width: 100%;
	padding: 80px var(--side-spacer);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-dynamic-text .container {
	max-width: 1000px;
	margin: 0 auto;
}

.home-dynamic-text .container p {
	font-family: var(--font-main);
	font-size: 48px;
	color: var(--bg-blue);
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0;
}

/* ==========================================================================
   MARQUEE BANNER (FLÜSSIGER SMOOTH LOOP)
   ========================================================================== */
.banner-section {
	background-color: var(--bg-cream);
	padding: 120px 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 450px;
}

.banner-section .trailer-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	height: auto;
	opacity: 1;
	z-index: 1;
}

.banner-section .marquee-wrapper {
	position: absolute;
	display: flex;
	width: max-content;
	z-index: 2;
	animation: scroll-left-smooth 20s linear infinite;
	will-change: transform;
}

.banner-section .marquee-wrapper .marquee-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.banner-section .marquee-wrapper .marquee-content span {
	font-family: var(--font-main);
	font-size: 11vw;
	color: var(--bg-blue);
	margin: 0 40px;
	white-space: nowrap;
	opacity: 0.8;
}

.banner-section .marquee-wrapper .marquee-content img {
	width: 180px;
	height: 180px;
	object-fit: contain;
	margin: 0 40px;
}

@keyframes scroll-left-smooth {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

/* ==========================================================================
   4 CARDS GRID (KEINE DOPPELTEN RAHMEN & PFEIL)
   ========================================================================== */
.main-content-wrapper {
	background-color: transparent;
}

.cards-grid.wp-block-columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 !important;
	margin: 0;
	border: none !important;
	background-color: var(--bg-blue) !important;
}

.cards-grid.wp-block-columns .card.wp-block-column {
	border: 3px solid var(--border-color) !important;
	border-left: none !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	background-color: var(--bg-blue) !important;
	opacity: 0;
	transform: translateY(80px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	/* --- TRIPLETTA HOVER EFFEKT --- */
}

.cards-grid.wp-block-columns .card.wp-block-column:first-child {
	border-left: 3px solid var(--border-color) !important;
}

.cards-grid.wp-block-columns .card.wp-block-column.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.cards-grid.wp-block-columns .card.wp-block-column:nth-child(1) {
	transition-delay: 0.1s;
}

.cards-grid.wp-block-columns .card.wp-block-column:nth-child(2) {
	transition-delay: 0.3s;
}

.cards-grid.wp-block-columns .card.wp-block-column:nth-child(3) {
	transition-delay: 0.5s;
}

.cards-grid.wp-block-columns .card.wp-block-column:nth-child(4) {
	transition-delay: 0.7s;
}

.cards-grid.wp-block-columns .card.wp-block-column .card-header.wp-block-group {
	padding: 2px 20px;
	font-family: var(--font-main);
	font-size: 60px;
	color: var(--text-dark) !important;
	text-transform: uppercase;
	cursor: pointer;
	background-color: var(--bg-blue) !important;
	border-bottom: 3px solid var(--border-color);
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
	/* Der Pfeil */
}

.cards-grid.wp-block-columns .card.wp-block-column .card-header.wp-block-group p {
	margin: 0;
	font-family: inherit;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
}

.cards-grid.wp-block-columns .card.wp-block-column .card-header.wp-block-group::after {
	content: '';
	display: block;
	width: 38px;
	height: 38px;
	background-color: var(--text-dark) !important;
	mask: url("./svg/pizzabuddies-arrow-grid.svg") no-repeat center/contain;
	-webkit-mask: url("./svg/pizzabuddies-arrow-grid.svg") no-repeat center/contain;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s ease;
	transform: translateX(0);
	opacity: 1;
}

.cards-grid.wp-block-columns .card.wp-block-column .card-img-container.wp-block-image {
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	height: 450px;
	margin: 0;
}

.cards-grid.wp-block-columns .card.wp-block-column .card-img-container.wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cards-grid.wp-block-columns .card.wp-block-column:hover .card-header.wp-block-group {
	background-color: var(--text-dark) !important;
}

.cards-grid.wp-block-columns .card.wp-block-column:hover .card-header.wp-block-group p {
	transform: translateX(8px);
	color: var(--bg-blue) !important;
}

.cards-grid.wp-block-columns .card.wp-block-column:hover .card-header.wp-block-group::after {
	background-color: var(--bg-blue) !important;
	transform: translateX(12px);
}

.cards-grid.wp-block-columns .card.wp-block-column:hover .card-img-container img {
	transform: scale(1.1);
}

/* ==========================================================================
   RESPONSIVE ANPASSUNGEN
   ========================================================================== */
@media (max-width: 1024px) {
	.cards-grid.wp-block-columns {
		grid-template-columns: repeat(2, 1fr);
	}
	.cards-grid.wp-block-columns .card.wp-block-column {
		border: 3px solid var(--border-color) !important;
	}
	.cards-grid.wp-block-columns .card.wp-block-column:nth-child(2n) {
		border-left: none !important;
	}
	.cards-grid.wp-block-columns .card.wp-block-column:nth-child(n+3) {
		border-top: none !important;
	}
}

@media (max-width: 768px) {
	.hero .slider-bg {
		left: 1%;
		right: 1%;
		border-radius: 20px;
	}
	.hero .swiper .swiper-slide .pizza-img {
		width: 92%;
		height: 92%;
	}
	.home-dynamic-text {
		padding: 50px 20px;
	}
	.home-dynamic-text .container p {
		font-size: 32px;
	}
	.cards-grid.wp-block-columns {
		grid-template-columns: 1fr;
	}
	.cards-grid.wp-block-columns .card.wp-block-column {
		border: 3px solid var(--border-color) !important;
		border-top: none !important;
		border-left: 3px solid var(--border-color) !important;
	}
	.cards-grid.wp-block-columns .card.wp-block-column:nth-child(n) {
		border-left: 3px solid var(--border-color) !important;
	}
	.cards-grid.wp-block-columns .card.wp-block-column:first-child {
		border-top: 3px solid var(--border-color) !important;
	}
	.cards-grid.wp-block-columns .card.wp-block-column .card-img-container.wp-block-image {
		height: 350px;
	}
	.cards-grid.wp-block-columns .card.wp-block-column .card-header.wp-block-group {
		font-size: 44px;
		padding: 4px 15px;
	}
	.banner-section .trailer-bg {
		width: 90%;
	}
	.banner-section .marquee-wrapper .marquee-content span {
		font-size: 27vw;
		margin: 0 20px;
	}
	.banner-section .marquee-wrapper .marquee-content img {
		width: 120px;
		height: 120px;
		margin: 0 20px;
	}
}

/* ==========================================================================
   SHOP WRAPPER & SCHACHBRETT
   ========================================================================== */
.shop-page-wrapper {
	background-color: var(--bg-blue);
	min-height: 100vh;
	padding-bottom: 100px;
	position: relative;
}

.checkerboard-banner {
	width: 100%;
	height: 80px;
	background-color: var(--bg-blue);
	background-image: linear-gradient(45deg, var(--white) 25%, transparent 25%, transparent 75%, var(--white) 75%, var(--white)), linear-gradient(45deg, var(--white) 25%, transparent 25%, transparent 75%, var(--white) 75%, var(--white));
	background-position: 0 0, 40px 40px;
	background-size: 80px 80px;
}

/* ==========================================================================
   CONTAINER & GRID ZENTRIERUNG
   ========================================================================== */
.shop-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--side-spacer, 40px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

.mobile-br {
	display: none;
}

/* ==========================================================================
   TITEL & FILTER BAR
   ========================================================================== */
.shop-title {
	font-family: var(--font-title) !important;
	font-size: 14vw !important;
	line-height: 0.85 !important;
	color: var(--white) !important;
	text-align: center;
	padding: 100px 0;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	/* --- HIER IST DER FIX FÜR DAS IPHONE --- */
	font-weight: normal !important;
	/* Verhindert das künstliche Fett-Rechnen (Faux Bold) */
	-webkit-font-smoothing: antialiased;
	/* Macht die Kanten auf Apple-Geräten knackscharf */
	-moz-osx-font-smoothing: grayscale;
}

.shop-filter-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.shop-filter-bar .shop-filter {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.shop-filter-bar .shop-filter .filter-label {
	font-family: 'Montserrat', sans-serif;
	color: var(--white);
	font-size: 16px;
	display: block;
	width: 100%;
}

.shop-filter-bar .shop-filter .filter-btn {
	background-color: var(--bg-card);
	color: var(--white);
	border: none;
	font-size: 36px;
	padding: 4px 17px 1px;
	border-radius: 7px;
	font-family: var(--font-main);
	cursor: pointer;
	transition: background-color 0.3s;
	text-transform: uppercase;
	box-shadow: var(--shadow);
}

.shop-filter-bar .shop-filter .filter-btn.active, .shop-filter-bar .shop-filter .filter-btn:hover {
	background-color: var(--border-color);
}

/* ==========================================================================
   STICKY MENU LOGIK
   ========================================================================== */
.shop-menu-btn-desktop.sticky-menu-wrapper {
	position: sticky;
	top: 20px;
	z-index: 101;
	display: flex !important;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	pointer-events: none;
	margin-top: -65px;
	margin-bottom: 20px;
	padding-right: 0;
}

.shop-menu-btn-desktop.sticky-menu-wrapper .menu-btn {
	pointer-events: auto;
	margin-top: 2px;
}

.shop-menu-btn-mobile.sticky-menu-wrapper {
	display: none !important;
}

/* ==========================================================================
   PRODUCT CARD STYLING
   ========================================================================== */
.product-card {
	background-color: var(--bg-cream);
	border-radius: 20px;
	padding: 30px;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.product-card.softdrinks .product-footer .btn-extras {
	display: none;
}

.product-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.product-card .product-img-wrapper {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.product-card .product-img-wrapper img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transform: translateX(-100px) rotate(-45deg);
	opacity: 0;
	transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease;
}

.product-card.is-visible .product-img-wrapper img {
	transform: translateX(0) rotate(0deg);
	opacity: 1;
}

.product-card .product-title {
	font-family: var(--font-main);
	font-size: 45px;
	color: var(--text-dark);
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 1;
}

.product-card .product-ingredients {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.1;
	color: var(--border-color);
	margin-bottom: 20px;
}

.product-card .product-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 15px;
	margin-top: auto;
	/* --- DER NEUE PLUS-BUTTON (Wie im Screenshot) --- */
}

.product-card .product-footer .btn-extras {
	position: relative;
	background-color: var(--text-dark);
	/* Dein Dunkelblau */
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	/* Abgerundetes Quadrat */
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	/* Das weiße Plus-Zeichen (perfekt zentriert) */
	/* Vertikale Linie */
	/* Horizontale Linie */
	/* Hover-Effekt: Leichtes Anheben */
	/* Smoother Klick-Effekt: Schrumpfen & rotieren */
}

.product-card .product-footer .btn-extras::before, .product-card .product-footer .btn-extras::after {
	content: '';
	position: absolute;
	background-color: white;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.product-card .product-footer .btn-extras::before {
	width: 4px;
	height: 22px;
}

.product-card .product-footer .btn-extras::after {
	width: 22px;
	height: 4px;
}

.product-card .product-footer .btn-extras:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product-card .product-footer .btn-extras:active {
	transform: scale(0.85) rotate(90deg);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-card .product-footer .product-price {
	font-family: var(--font-main);
	color: var(--bg-card);
	font-size: 32px;
}

/* --- ADD TO CART BUTTON (JETZT BESTELLEN & HAKEN) --- */
.add_to_cart_button {
	position: relative;
	background-color: var(--bg-card) !important;
	color: white !important;
	padding: 8px 18px 4px !important;
	border-radius: 12px !important;
	text-decoration: none;
	font-family: var(--font-main) !important;
	font-size: 32px !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.add_to_cart_button:hover {
	transform: translateY(-2px);
	box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.2);
	background-color: var(--border-color) !important;
}

.add_to_cart_button.loading {
	color: transparent !important;
	pointer-events: none;
}

.add_to_cart_button.loading::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top-color: white;
	border-radius: 50%;
	animation: woo-spin 0.8s linear infinite;
}

.add_to_cart_button.added {
	background-color: var(--text-dark) !important;
	color: transparent !important;
}

.add_to_cart_button.added::after {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 26px;
}

.added_to_cart.wc-forward {
	display: none !important;
}

@keyframes woo-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* ==========================================================================
   CUSTOM MODAL LAYOUT (EXTRAS & ERFOLG)
   ========================================================================== */
.extras-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	backdrop-filter: blur(5px);
}

.extras-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.extras-overlay .extras-modal {
	background-color: #ffffff;
	padding: 0;
	border-radius: 20px;
	width: 95%;
	max-width: 950px;
	position: relative;
	box-shadow: var(--shadow);
	overflow: hidden;
	/* Das X oben rechts */
	/* Titel */
	/* --- ZWEI SPALTEN LAYOUT --- */
	/* --- ANSICHT 2: ERFOLGS-SCREEN --- */
}

.extras-overlay .extras-modal > .close-extras {
	position: absolute;
	top: -5px;
	right: 0;
	background: none;
	border: none;
	font-size: 45px;
	font-weight: 300;
	cursor: pointer;
	z-index: 10;
	font-family: sans-serif;
	color: var(--bg-card);
	line-height: 1;
}

.extras-overlay .extras-modal .modal-title {
	font-family: 'Tomato Bold', sans-serif;
	font-size: 65px;
	color: var(--bg-card);
	margin: 0;
	padding: 20px 30px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: center;
	text-transform: uppercase;
	line-height: 0.9;
}

.extras-overlay .extras-modal .modal-view {
	display: none;
}

.extras-overlay .extras-modal .modal-view.active {
	display: block;
}

.extras-overlay .extras-modal .split-layout {
	display: flex;
	min-height: 400px;
	max-height: 70vh;
	/* LINKE SPALTE: EXTRAS CHECKBOXEN */
	/* RECHTE SPALTE: ZUSAMMENFASSUNG & BUTTON */
}

.extras-overlay .extras-modal .split-layout .form-column {
	flex: 1;
	padding: 40px;
	overflow-y: auto;
}

.extras-overlay .extras-modal .split-layout .form-column ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.extras-overlay .extras-modal .split-layout .form-column li {
	position: relative !important;
	margin-bottom: 25px !important;
	display: block !important;
	min-height: 40px !important;
}

.extras-overlay .extras-modal .split-layout .form-column br {
	display: none !important;
}

.extras-overlay .extras-modal .split-layout .form-column input[type="checkbox"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	/* -- NEU: Inline-Block und vertikale Ausrichtung -- */
	display: inline-block !important;
	vertical-align: middle !important;
	width: 32px !important;
	height: 32px !important;
	border: 3px solid var(--bg-card) !important;
	background-color: #ffffff !important;
	border-radius: 6px !important;
	margin: 0 15px 0 0 !important;
	/* 15px Abstand nach rechts zum Label */
	position: relative !important;
	cursor: pointer !important;
	z-index: 2 !important;
	/* Das X innerhalb der Checkbox klassisch zentrieren */
}

.extras-overlay .extras-modal .split-layout .form-column input[type="checkbox"]:checked::after {
	content: "X" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	color: var(--bg-card) !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 28px !important;
	line-height: 1 !important;
	font-weight: 900 !important;
}

.extras-overlay .extras-modal .split-layout .form-column label, .extras-overlay .extras-modal .split-layout .form-column .thwepo-checkbox-label {
	position: static !important;
	/* -- NEU: Inline-Block und vertikale Ausrichtung -- */
	display: inline-block !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	font-family: var(--font-main);
	font-size: 35px !important;
	color: var(--bg-card) !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	/* Optional: Verhindert, dass langer Text bei Umbruch direkt unter die Checkbox rutscht */
	max-width: calc(100% - 55px) !important;
}

.extras-overlay .extras-modal .split-layout .form-column .quantity {
	display: none !important;
}

.extras-overlay .extras-modal .split-layout .summary-column {
	width: 400px;
	background-color: transparent;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.extras-overlay .extras-modal .split-layout .summary-column #summaryProductName {
	font-family: var(--font-main);
	font-size: 35px;
	margin: 0 0 10px;
	color: var(--bg-card);
	text-transform: uppercase;
	line-height: 1;
}

.extras-overlay .extras-modal .split-layout .summary-column #summaryProductDesc {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: var(--bg-card);
	margin-bottom: 40px;
}

.extras-overlay .extras-modal .split-layout .summary-column .summary-items {
	flex-grow: 1;
	font-family: var(--font-main);
	font-size: 24px;
	color: var(--bg-card);
}

.extras-overlay .extras-modal .split-layout .summary-column .summary-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 35px;
	border-top: none;
	margin-bottom: 15px;
	font-family: var(--font-main);
	color: var(--bg-card);
	text-transform: uppercase;
}

.extras-overlay .extras-modal .split-layout .summary-column #customAddToCartBtn {
	background-color: var(--bg-card) !important;
	color: white !important;
	font-family: var(--font-main) !important;
	font-size: 38px !important;
	border-radius: 10px !important;
	padding: 10px 20px 4px !important;
	width: 100%;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	line-height: 1;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

.extras-overlay .extras-modal .split-layout .summary-column #customAddToCartBtn:hover {
	transform: translateY(-2px);
	box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.2);
	opacity: 0.9;
}

.extras-overlay .extras-modal .success-content {
	padding: 60px 30px;
	text-align: center;
}

.extras-overlay .extras-modal .success-content .success-text {
	font-family: var(--font-main);
	font-size: 40px;
	color: var(--bg-card);
	margin-bottom: 50px;
	line-height: 0.8;
	text-transform: uppercase;
}

.extras-overlay .extras-modal .success-content .success-actions {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100%;
}

.extras-overlay .extras-modal .success-content .success-actions .btn-action {
	flex: 1;
	max-width: 320px;
	color: white !important;
	text-decoration: none;
	border: none;
	padding: 12px 15px 8px !important;
	font-family: var(--font-main);
	font-size: 35px !important;
	border-radius: 8px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease;
	text-align: center;
	line-height: 0.8;
	display: inline-block;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

.extras-overlay .extras-modal .success-content .success-actions .btn-action:hover {
	transform: translateY(-2px);
	box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.2);
	opacity: 0.9;
}

.extras-overlay .extras-modal .success-content .success-actions .btn-light-blue {
	background-color: var(--bg-card) !important;
}

.extras-overlay .extras-modal .success-content .success-actions .btn-dark-blue {
	background-color: #165383 !important;
}

/* ==========================================================================
   RESPONSIVE MOBILE
   ========================================================================== */
@media (max-width: 1024px) {
	.shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media (max-width: 768px) {
	/* Shop Layout Mobile */
	.mobile-br {
		display: block;
	}
	.checkerboard-banner {
		height: 60px;
		background-size: 60px 60px;
		background-position: 0 0, 30px 30px;
	}
	.shop-title {
		font-size: 140px !important;
		padding: 54px 0 35px;
	}
	.shop-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.product-card .product-title {
		font-size: 35px;
	}
	.shop-filter-bar {
		justify-content: center;
		margin-bottom: 20px;
	}
	.shop-filter-bar .shop-filter .filter-btn {
		font-size: 22px;
		padding: 4px 12px 1px;
	}
	.shop-menu-btn-desktop.sticky-menu-wrapper {
		display: none !important;
	}
	.shop-menu-btn-mobile.sticky-menu-wrapper {
		display: flex !important;
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
		z-index: 9999;
		width: 100%;
		align-self: flex-start;
		height: auto;
		justify-content: flex-end;
		pointer-events: none;
		margin-top: -55px;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.shop-menu-btn-mobile.sticky-menu-wrapper .menu-btn {
		pointer-events: auto;
		font-weight: 900;
		letter-spacing: 1px;
		box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
	}
	/* Modal Layout Mobile */
	.extras-overlay .extras-modal .split-layout {
		flex-direction: column;
		/* -- NEU: Erlaubt das Scrollen für den kompletten Inhalt auf Mobile -- */
		overflow-y: auto;
		max-height: 85vh;
		/* Nutzt den Bildschirm auf dem Handy besser aus */
	}
	.extras-overlay .extras-modal .split-layout .form-column {
		/* -- NEU: Schaltet das interne Scrollen ab, alles scrollt jetzt gemeinsam -- */
		overflow-y: visible;
		flex: none;
		/* Verhindert, dass die Spalte unnatürlich gestaucht wird */
		padding: 25px 20px;
		/* Etwas kompakter auf Mobile */
	}
	.extras-overlay .extras-modal .split-layout .summary-column {
		width: 100%;
		border-top: 2px solid rgba(0, 0, 0, 0.05);
		border-left: none;
		padding: 25px 20px;
		/* Etwas kompakter auf Mobile */
		flex: none;
		/* Verhindert Stauchen */
	}
}

/* ==========================================================================
   CART TOAST NOTIFICATION (App-Style)
   ========================================================================== */
.cart-toast {
	position: fixed;
	bottom: -100px;
	/* Standardmäßig versteckt unter dem Bildschirmrand */
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--bg-card);
	/* Dein Dunkelblau */
	color: white;
	padding: 12px 15px 12px 25px;
	border-radius: 10px;
	/* Stylische Pille */
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	z-index: 10000;
	transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	/* Cooler Bounce-Effekt beim Reinfahren */
	font-family: var(--font-main);
	/* Oder 'ABC', je nachdem was dir hier besser gefällt */
}

.cart-toast.show {
	bottom: 40px;
	/* Slidet nach oben in den sichtbaren Bereich */
}

.cart-toast .toast-text {
	font-size: 22px;
	line-height: 1;
	margin-top: 4px;
	/* Optischer Ausgleich für die Schrift */
	text-transform: uppercase;
}

.cart-toast .toast-btn {
	background-color: var(--white);
	color: var(--bg-card);
	text-decoration: none;
	padding: 10px 18px 4px;
	border-radius: 8px;
	font-size: 20px;
	transition: transform 0.2s ease, opacity 0.2s ease;
	line-height: 1;
	text-transform: uppercase;
}

.cart-toast .toast-btn:hover {
	transform: scale(1.05);
	opacity: 0.9;
}

/* Anpassung für Mobile */
@media (max-width: 768px) {
	.cart-toast {
		width: 90%;
		padding: 10px 10px 10px 20px;
		justify-content: space-between;
	}
	.cart-toast.show {
		bottom: 25px;
	}
	.cart-toast .toast-text {
		font-size: 18px;
	}
	.cart-toast .toast-btn {
		font-size: 18px;
		padding: 6px 15px 4px;
	}
}

/* ==========================================================================
   WOOCOMMERCE CART: "FLOATING CARDS" DESIGN (V6 - 2-COLUMN & PRICE FIX)
   ========================================================================== */
.woocommerce-cart {
	background-color: var(--bg-blue) !important;
	min-height: 100vh;
	padding-bottom: 0;
	/* --- WARENKORB TITEL (Sichtbar, Uppercase, > 70px) --- */
	/* --- ZWINGT DAS 2-SPALTEN-LAYOUT --- */
	/* ==========================================================================
       LINKE SPALTE: PRODUKTE
       ========================================================================== */
	/* ==========================================================================
       RECHTE SPALTE: "PREMIUM RECEIPT" (DUNKLE BOX, STICKY)
       ========================================================================== */
}

.woocommerce-cart h1 {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	clip: auto !important;
	margin: 0;
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: 78px !important;
	font-family: var(--font-main) !important;
	color: var(--bg-card) !important;
	line-height: 1 !important;
	overflow: visible !important;
}

.woocommerce-cart #secondary, .woocommerce-cart .sidebar, .woocommerce-cart .widget-area {
	display: none !important;
}

.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-info {
	display: none !important;
}

.woocommerce-cart #primary, .woocommerce-cart .content-area, .woocommerce-cart .site-main {
	width: 100% !important;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--side-spacer, 40px) !important;
}

.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
	display: flex !important;
	flex-direction: column !important;
	gap: 50px !important;
}

@media (min-width: 992px) {
	.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
		flex-direction: row !important;
		align-items: flex-start !important;
		flex-wrap: nowrap !important;
		/* Verhindert das Umbrechen in eine Spalte */
	}
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block {
	flex: 1 1 auto !important;
	/* Nimmt exakt den restlichen Platz links ein */
	min-width: 0 !important;
	/* Verhindert, dass die linke Spalte zu groß wird */
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	/* --- HEADER "PRODUKT" & "GESAMTSUMME" --- */
	/* Zwingt "PRODUKT" nach links und "GESAMTSUMME" nach rechts */
	/* Versteckt den ganzen Rest im Header */
	/* --- WEISSE KARTEN DIREKT AUF DIE ROW ANGEWENDET --- */
	/* Bild */
	/* Produktname */
	/* Einzelpreis */
	/* --- PREIS RECHTS AGGRESSIV VERSTECKT --- */
	/* Beschreibung / Extras */
	/* Mengen-Wrapper */
	/* Mengen-Auswahl Pill-Design */
	/* Löschen-Button */
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header {
	display: none !important;
	background: transparent !important;
	padding: 0 0 15px 0 !important;
	border-radius: 0 !important;
	margin-bottom: 5px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header tr {
	display: flex !important;
	justify-content: space-between !important;
	border: none !important;
	padding: 0 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header th {
	border: none !important;
	font-family: var(--font-main) !important;
	font-size: 35px !important;
	color: var(--white) !important;
	text-transform: uppercase !important;
	padding: 0 !important;
	background: transparent !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header th.wc-block-cart-items__header-product {
	display: block !important;
	text-align: left !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header th.wc-block-cart-items__header-total {
	display: block !important;
	text-align: right !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header th:not(.wc-block-cart-items__header-product):not(.wc-block-cart-items__header-total) {
	display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items table {
	border-spacing: 0 !important;
	width: 100% !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__row,
.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	/* Alles nach links ausrichten */
	gap: 25px !important;
	position: relative !important;
	background: var(--white) !important;
	border-radius: 20px !important;
	padding: 25px !important;
	margin-bottom: 25px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
	border: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items__row > td,
.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item > td {
	display: block !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	text-align: left !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__image {
	flex: 0 0 210px !important;
	margin: 0 !important;
	border: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__image img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-name {
	font-family: var(--font-main) !important;
	font-size: 42px !important;
	color: #8bbce1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	margin-bottom: 5px !important;
	display: block !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-price {
	font-family: var(--font-main) !important;
	font-size: 38px !important;
	color: var(--text-dark) !important;
	margin-bottom: 10px !important;
	display: block !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block td.wc-block-cart-item__total,
.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__total {
	display: none !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata,
.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-details {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	color: var(--bg-card) !important;
	margin-bottom: 15px !important;
	line-height: 1.4 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-details strong {
	font-weight: 800 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 5px !important;
	margin-top: 5px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-quantity-selector {
	background-color: #8bbce1 !important;
	border-radius: 12px !important;
	padding: 5px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 160px !important;
	height: 50px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	width: 50px !important;
	height: 40px !important;
	border: none !important;
	background: transparent !important;
	text-align: center !important;
	font-family: var(--font-main) !important;
	font-size: 32px !important;
	color: var(--white) !important;
	padding: 0 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-quantity-selector button {
	background: transparent !important;
	color: var(--white) !important;
	width: 40px !important;
	height: 40px !important;
	font-size: 28px !important;
	font-weight: 900 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-quantity-selector svg {
	fill: var(--white) !important;
	width: 20px !important;
	height: 20px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__remove-link {
	color: var(--bg-card) !important;
	font-family: var(--font-main) !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	display: block !important;
	margin-top: 0 !important;
	transition: opacity 0.2s ease;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__remove-link:hover {
	opacity: 0.7 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
	background-color: #8bbce1 !important;
	border-radius: 30px !important;
	padding: 40px !important;
	width: 100% !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
	/* Preis in Dunkelblau */
}

@media (min-width: 992px) {
	.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
		width: 450px !important;
		flex: 0 0 450px !important;
		/* FRIERT DIE BREITE EIN */
		position: sticky !important;
		top: 40px !important;
	}
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block h2, .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
	font-family: var(--font-main) !important;
	font-size: 45px !important;
	color: var(--white) !important;
	margin: 0 0 30px 0 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4) !important;
	padding: 15px 0 !important;
	margin: 0 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
	font-family: var(--font-main) !important;
	color: var(--white) !important;
	font-size: 22px !important;
	text-transform: uppercase !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item .wc-block-components-totals-item__value {
	font-family: var(--font-main) !important;
	font-size: 28px !important;
	color: var(--white) !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-footer-item {
	border-bottom: none !important;
	padding-top: 30px !important;
	margin-bottom: 20px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 32px !important;
	color: var(--white) !important;
	margin-bottom: 12px;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 48px !important;
	color: var(--text-dark) !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-coupon {
	margin-bottom: 20px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-coupon .wc-block-components-panel__button {
	background: rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	padding: 15px 20px !important;
	color: var(--white) !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	border: none !important;
	width: 100% !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button,
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block a {
	margin-top: 20px !important;
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	background-color: var(--white) !important;
	color: var(--bg-card) !important;
	border-radius: 16px !important;
	padding: 20px 20px 15px !important;
	font-family: var(--font-main) !important;
	font-size: 56px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	line-height: 1 !important;
	border: none !important;
	min-height: unset;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button:hover,
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block a:hover {
	transform: scale(1.02) !important;
	background-color: #f0f0f0 !important;
}

/* --- MOBILE ANPASSUNGEN --- */
@media (max-width: 768px) {
	.woocommerce-cart h1.wp-block-heading, .woocommerce-cart .wc-block-cart__title {
		font-size: 55px !important;
		margin-bottom: 30px !important;
	}
	.woocommerce-cart #primary {
		padding: 20px 15px !important;
	}
	.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
		gap: 30px !important;
	}
	.woocommerce-cart .wc-block-cart-items__header {
		display: none !important;
	}
	.woocommerce-cart .wc-block-cart-items__row,
	.woocommerce-cart .wc-block-cart-item {
		padding: 30px 20px !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 15px !important;
	}
	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image,
	.woocommerce-cart .wc-block-cart-item .wc-block-cart-item__image {
		flex: 0 0 auto !important;
		margin-bottom: 10px !important;
		width: 100% !important;
		max-width: 220px !important;
	}
	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.woocommerce-cart .wc-block-cart-item .wc-block-cart-item__quantity {
		align-items: center !important;
	}
	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name,
	.woocommerce-cart .wc-block-cart-item .wc-block-components-product-name {
		font-size: 38px !important;
	}
	.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
		padding: 30px 20px !important;
		border-radius: 20px !important;
		position: relative !important;
		top: auto !important;
		width: 100% !important;
	}
	.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
		font-size: 38px !important;
	}
	.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button {
		font-size: 32px !important;
	}
	.wc-block-cart .wc-block-cart__submit-container--sticky {
		z-index: 9;
	}
}

/* ==========================================================================
   WOOCOMMERCE BLOCKS CHECKOUT: 2-SPALTEN LAYOUT (THE REAL FIX)
   ========================================================================== */
.woocommerce-checkout {
	background-color: var(--bg-blue) !important;
	min-height: 100vh;
	padding-bottom: 120px;
	/* --- CHECKOUT TITEL --- */
	/* --- 1. RESET DER WOOCOMMERCE HAUPT-WRAPPER --- */
	/* --- 2. DAS ECHTE 2-SPALTEN LAYOUT --- */
	/* ==========================================================================
       LINKE SPALTE: WEISSE KARTE FÜR KONTAKT (MAIN)
       ========================================================================== */
	/* ==========================================================================
       RECHTE SPALTE: BESTELLÜBERSICHT (SIDEBAR)
       ========================================================================== */
}

.woocommerce-checkout h1.entry-title, .woocommerce-checkout .checkout-title {
	position: relative !important;
	margin: 0 0 50px 0 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: 78px !important;
	font-family: var(--font-main) !important;
	color: var(--bg-card) !important;
	line-height: 1 !important;
}

.woocommerce-checkout #secondary, .woocommerce-checkout .sidebar, .woocommerce-checkout .widget-area {
	display: none !important;
}

.woocommerce-checkout #primary {
	width: 100% !important;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wc-block-checkout__form {
	display: block !important;
	width: 100% !important;
	padding: 0 var(--side-spacer, 40px) !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
	display: flex !important;
	flex-direction: column !important;
	gap: 60px !important;
	margin: 0 !important;
}

@media (min-width: 992px) {
	.woocommerce-checkout .wc-block-components-sidebar-layout {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		justify-content: space-between !important;
	}
}

.woocommerce-checkout .wc-block-components-main {
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	/* WEISSE BOX */
	background: var(--white) !important;
	border-radius: 20px !important;
	padding: 40px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	/* Unerwünschte Blöcke komplett ausblenden */
	/* Checkbox & Switcher ausblenden */
	/* LIEFERADRESSE TITEL AUSBLENDEN & ABSTAND SCHLIESSEN */
	/* Zieht die Formular-Blöcke (Email und Adresse) enger zusammen */
	/* Reduziert den Abstand unter der Haupt-Überschrift "Kontaktinformation" */
	/* --- FELDER UNTEREINANDER ZWINGEN --- */
	/* Verstecke Straße, PLZ, Ort, Firma etc. */
	/* TELEFON "OPTIONAL" TEXT VERSTECKEN */
	/* Labels: Woo-Floating-Animation abschalten und sauber über Input platzieren */
	/* Inputs */
	/* Zahlungsarten Auswahl Style */
	/* --- BUTTONS --- */
	/* BESTELLUNG AUFGEBEN (Dunkelblau) */
	/* ZURÜCK ZUM WARENKORB (Hellblau) */
}

@media (min-width: 992px) {
	.woocommerce-checkout .wc-block-components-main {
		/* Zieht die 450px Rechte Spalte + 60px Gap ab */
		max-width: calc(100% - 450px - 60px) !important;
	}
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step--shipping-method,
.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step--pickup-options,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__shipping-methods,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__additional-information,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-note,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout-express-payment-block {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-checkout-billing-address-block__checkbox,
.woocommerce-checkout .wc-block-components-main .wc-block-components-checkbox {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step--shipping-address .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step--billing-address .wc-block-components-checkout-step__heading {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step {
	margin-bottom: 12px !important;
	padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step__heading-container {
	margin-bottom: 15px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-main h2, .woocommerce-checkout .wc-block-components-main .wc-block-components-title {
	font-family: var(--font-main) !important;
	font-size: 38px !important;
	color: #8bbce1 !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form {
	display: flex !important;
	flex-direction: column !important;
	gap: 15px !important;
	flex-wrap: nowrap !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form > div {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__company,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__address_1,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__country,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__city,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__state,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__postcode,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__address_2,
.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__add-address-2-link {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-address-form__phone label .optional,
.woocommerce-checkout .wc-block-components-main label[for*="phone"] .optional {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-main label {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: var(--bg-card) !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	margin-bottom: 6px !important;
	display: block !important;
	position: static !important;
	transform: none !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-main .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-main input[type="text"], .woocommerce-checkout .wc-block-components-main input[type="email"], .woocommerce-checkout .wc-block-components-main input[type="tel"] {
	background: transparent !important;
	border: 2px solid #8bbce1 !important;
	border-radius: 12px !important;
	padding: 15px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	color: var(--bg-card) !important;
	height: 55px !important;
	width: 100% !important;
	transition: border-color 0.3s ease !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-main .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-main input[type="text"]:focus, .woocommerce-checkout .wc-block-components-main input[type="email"]:focus, .woocommerce-checkout .wc-block-components-main input[type="tel"]:focus {
	outline: none !important;
	border-color: var(--bg-card) !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-payment-method {
	background: rgba(139, 188, 225, 0.1) !important;
	border-radius: 12px !important;
	padding: 15px !important;
	margin-bottom: 10px !important;
	border: 1px solid #8bbce1 !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-payment-method .wc-block-components-radio-control__label {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 800 !important;
	color: var(--bg-card) !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions,
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions_row {
	display: flex !important;
	flex-direction: column-reverse !important;
	gap: 15px !important;
	width: 100% !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions {
	margin-top: 30px !important;
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
	padding-top: 20px !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-place-order-button {
	background-color: var(--bg-card) !important;
	color: var(--white) !important;
	font-family: var(--font-main) !important;
	font-size: 35px !important;
	border-radius: 12px !important;
	padding: 18px 25px 12px !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
	text-transform: uppercase !important;
	border: none !important;
	transition: all 0.3s ease !important;
	line-height: 1 !important;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-place-order-button:hover {
	transform: translateY(-2px) !important;
	box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-return-to-cart-button {
	background-color: #8bbce1 !important;
	color: var(--white) !important;
	font-family: var(--font-main) !important;
	font-size: 35px !important;
	border-radius: 12px !important;
	padding: 18px 25px 12px !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	border: none !important;
	transition: all 0.3s ease !important;
	line-height: 1 !important;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15) !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-return-to-cart-button svg {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-return-to-cart-button:hover {
	transform: translateY(-2px) !important;
	box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.woocommerce-checkout .wc-block-components-sidebar {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	background-color: #8bbce1 !important;
	border-radius: 30px !important;
	padding: 40px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	/* GRAUEN BORDER ENTFERNEN */
	/* NEU: TITEL "BESTELLÜBERSICHT" GENAU WIE LINKS, NUR DUNKELBLAU */
	/* Icon ausblenden (Auf-/Zuklapp-Pfeil von WooCommerce) */
	/* Produkte in der Bestellübersicht */
	/* Summen-Reihen */
	/* GESAMTSUMME PREIS DUNKELBLAU */
}

@media (min-width: 992px) {
	.woocommerce-checkout .wc-block-components-sidebar {
		flex: 0 0 450px !important;
		width: 450px !important;
		max-width: 450px !important;
		position: sticky !important;
		top: 40px !important;
	}
}

.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wc-block-components-sidebar .checkout-order-summary-block-fill,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	margin-bottom: 20px !important;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4) !important;
	padding-bottom: 15px !important;
}

.woocommerce-checkout .wc-block-components-sidebar h2, .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-title,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	font-family: var(--font-main) !important;
	font-size: 38px !important;
	color: var(--text-dark) !important;
	/* Dunkelblau */
	text-align: left !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	margin: 0 !important;
	/* Ersetzt die alten Abstände, Container steuert das jetzt */
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-icon {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-name {
	font-family: var(--font-main) !important;
	font-size: 24px !important;
	color: var(--bg-card) !important;
	text-transform: uppercase !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-formatted-money-amount {
	color: var(--bg-card) !important;
	font-family: var(--font-main) !important;
	font-size: 20px !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-details {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.8) !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4) !important;
	padding: 15px 0 !important;
	margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label {
	font-family: var(--font-main) !important;
	color: var(--white) !important;
	font-size: 22px !important;
	text-transform: uppercase !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value {
	font-family: var(--font-main) !important;
	font-size: 28px !important;
	color: var(--white) !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
	border-bottom: none !important;
	padding-top: 30px !important;
	margin-bottom: 20px !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 32px !important;
	color: var(--white) !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
	font-size: 48px !important;
	color: var(--text-dark) !important;
}

/* --- MOBILE ANPASSUNGEN --- */
@media (max-width: 768px) {
	.woocommerce-checkout h1.entry-title, .woocommerce-checkout .checkout-title {
		font-size: 55px !important;
		margin-bottom: 30px !important;
	}
	.woocommerce-checkout #primary {
		padding: 20px 15px !important;
	}
	.woocommerce-checkout .wc-block-components-sidebar-layout {
		gap: 30px !important;
		padding: 0 !important;
	}
	.woocommerce-checkout .wc-block-components-main {
		padding: 30px 20px !important;
	}
	.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step__heading,
	.woocommerce-checkout .wc-block-components-main h2, .woocommerce-checkout .wc-block-components-main .wc-block-components-title {
		font-size: 32px !important;
	}
	.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-place-order-button,
	.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-return-to-cart-button {
		font-size: 28px !important;
	}
	.woocommerce-checkout .wc-block-components-sidebar {
		padding: 30px 20px !important;
		border-radius: 20px !important;
		position: relative !important;
		top: auto !important;
		width: 100% !important;
	}
}

/* ==========================================================================
   ABOUT US PAGE - FRONT-PAGE STYLE (50/50 Split)
   ========================================================================== */
.about-page-main {
	background-color: var(--bg-cream);
	overflow-x: hidden;
}

/* --- 50/50 SPLIT SECTION --- */
.about-dynamic-split {
	display: flex;
	background-color: var(--text-dark);
	/* Die dunkelblaue Box */
	align-items: center;
	min-height: 60vh;
	/* Sorgt für eine gute Mindesthöhe */
	/* LINKE SPALTE (TEXT & BUTTONS) */
	/* RECHTE SPALTE (BILD) */
}

@media (max-width: 991px) {
	.about-dynamic-split {
		flex-direction: column;
	}
}

.about-dynamic-split .about-text-col {
	flex: 0 0 50%;
	width: 50%;
	/* var(--side-spacer) Links, 40px Rechts als Puffer zum Bild */
	padding: 80px 40px 80px var(--side-spacer);
	box-sizing: border-box;
	/* Überschreibt jeden Gutenberg-Block und macht ihn zur Startseiten-Schrift */
	/* --- NEU: GUTENBERG BUTTON STYLING --- */
}

@media (max-width: 991px) {
	.about-dynamic-split .about-text-col {
		width: 100%;
		padding: 60px var(--side-spacer) 20px;
	}
}

.about-dynamic-split .about-text-col p, .about-dynamic-split .about-text-col h1, .about-dynamic-split .about-text-col h2, .about-dynamic-split .about-text-col h3, .about-dynamic-split .about-text-col h4, .about-dynamic-split .about-text-col h5, .about-dynamic-split .about-text-col h6 {
	font-family: var(--font-main) !important;
	font-size: 48px !important;
	color: var(--bg-blue) !important;
	text-transform: uppercase !important;
	line-height: 1.1 !important;
	margin: 0 0 20px 0 !important;
	text-align: left !important;
}

@media (max-width: 768px) {
	.about-dynamic-split .about-text-col p, .about-dynamic-split .about-text-col h1, .about-dynamic-split .about-text-col h2, .about-dynamic-split .about-text-col h3, .about-dynamic-split .about-text-col h4, .about-dynamic-split .about-text-col h5, .about-dynamic-split .about-text-col h6 {
		font-size: 32px !important;
	}
}

.about-dynamic-split .about-text-col p:last-child {
	margin-bottom: 0 !important;
}

.about-dynamic-split .about-text-col .wp-block-buttons {
	margin-top: 40px !important;
	/* Abstand zum fetten Text drüber */
	margin-bottom: 0 !important;
}

.about-dynamic-split .about-text-col .wp-block-buttons .wp-block-button__link {
	background-color: var(--bg-blue) !important;
	color: var(--text-dark) !important;
	/* Starker Kontrast für den Streetwear-Vibe */
	font-family: var(--font-main) !important;
	font-size: 32px !important;
	/* Schön gross und fett */
	padding: 16px 35px 12px !important;
	border: none !important;
	border-radius: 16px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15) !important;
	line-height: 1 !important;
	display: inline-block !important;
}

.about-dynamic-split .about-text-col .wp-block-buttons .wp-block-button__link:hover {
	transform: translateY(-3px) !important;
	box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.3) !important;
	background-color: var(--bg-card) !important;
	/* Leichter Farbwechsel beim Hover */
	color: var(--white) !important;
}

.about-dynamic-split .about-img-col {
	flex: 0 0 50%;
	width: 50%;
	/* 40px Links als Puffer, var(--side-spacer) Rechts */
	padding: 80px var(--side-spacer) 80px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.about-dynamic-split .about-img-col {
		width: 100%;
		padding: 20px var(--side-spacer) 60px;
	}
}

.about-dynamic-split .about-img-col img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	/* Schön abgerundet wie gewünscht */
}

/* ==========================================================================
   BOOKING PAGE (EVENT BUCHEN) - "FLOATING CARDS" STYLE
   ========================================================================== */
.booking-page-main {
	background-color: var(--bg-blue);
	padding-bottom: 120px;
	min-height: 100vh;
	overflow-x: hidden;
}

/* --- HERO SECTION --- */
.booking-hero {
	padding: 80px var(--side-spacer) 60px;
	text-align: center;
}

.booking-hero .container {
	max-width: 900px;
	margin: 0 auto;
}

.booking-hero .booking-title {
	color: var(--bg-card);
	/* Die Größe & Responsivität wird nun global über H1 in style.scss gesteuert */
}

.booking-hero .booking-subtitle {
	font-family: var(--font-text);
	font-size: 20px;
	color: var(--text-dark);
	line-height: 1.1;
	font-weight: 600;
	max-width: 750px;
	margin: 0 auto;
	padding-right: var(--side-spacer);
	padding-left: var(--side-spacer);
	/* RESPONSIVE MOBILE FONT-SIZE */
}

@media (max-width: 768px) {
	.booking-hero .booking-subtitle {
		font-size: 16px;
	}
}

/* --- CONTENT SECTION (SPLIT LAYOUT) --- */
.booking-content {
	padding: 0 var(--side-spacer);
	/* LINKE SEITE: FORMULAR CARD (Main Content) */
	/* RECHTE SEITE: SIDEBAR KARTEN */
}

.booking-content .split-layout {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 50px;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.booking-content .split-layout {
		flex-direction: column;
	}
}

.booking-content .booking-form-wrapper {
	flex: 1 1 auto;
	width: 100%;
	/* --- CONTACT FORM 7 SYSTEM-MELDUNGEN (NEUES DESIGN) --- */
	/* Fehlermeldungen bei einzelnen Feldern (rote Schrift ersetzen) */
}

.booking-content .booking-form-wrapper .form-card {
	background-color: var(--white);
	padding: 30px;
	padding-top: 50px;
	border-radius: 30px;
	border: none;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.booking-content .booking-form-wrapper .wpcf7 form .wpcf7-response-output,
.booking-content .booking-form-wrapper .wpcf7-response-output {
	border-radius: 12px;
	font-family: var(--font-text);
	font-weight: bold;
	margin-bottom: 30px;
	border: none !important;
	/* Gelben/Roten Rahmen entfernen */
	background-color: var(--text-dark) !important;
	/* Dunkler Hintergrund */
	color: var(--bg-blue) !important;
	/* Hellblaue Schrift */
	padding: 15px 20px;
	text-align: center;
}

.booking-content .booking-form-wrapper span.wpcf7-not-valid-tip {
	color: var(--bg-card) !important;
	/* Hellblau (bg-card für bessere Lesbarkeit auf Weiß) */
	text-transform: uppercase;
	font-family: var(--font-text);
	font-size: 13px;
	font-weight: 800;
	margin-top: 6px;
	display: block;
}

.booking-content .booking-form-wrapper .booking-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 25px;
}

@media (max-width: 768px) {
	.booking-content .booking-form-wrapper .booking-form-grid {
		grid-template-columns: 1fr;
	}
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group {
	display: flex;
	flex-direction: column;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group.full-width {
	grid-column: 1 / -1;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group label {
	font-family: var(--font-main);
	font-size: 32px;
	color: var(--text-dark);
	margin-bottom: 8px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.02em;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="text"],
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="email"],
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="tel"],
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="number"],
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="date"],
.booking-content .booking-form-wrapper .booking-form-grid .form-group select,
.booking-content .booking-form-wrapper .booking-form-grid .form-group textarea {
	width: 100%;
	padding: 16px 20px;
	font-family: var(--font-text);
	font-size: 16px;
	font-weight: 600;
	border: 2px solid var(--bg-card);
	border-radius: 12px;
	background-color: transparent;
	color: var(--text-dark);
	transition: all 0.3s ease;
	outline: none;
	appearance: none;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="text"]::placeholder,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="email"]::placeholder,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="tel"]::placeholder,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="number"]::placeholder,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="date"]::placeholder,
.booking-content .booking-form-wrapper .booking-form-grid .form-group select::placeholder,
.booking-content .booking-form-wrapper .booking-form-grid .form-group textarea::placeholder {
	color: rgba(128, 176, 217, 0.6);
	font-weight: 500;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="text"]:focus,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="email"]:focus,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="tel"]:focus,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="number"]:focus,
.booking-content .booking-form-wrapper .booking-form-grid .form-group input[type="date"]:focus,
.booking-content .booking-form-wrapper .booking-form-grid .form-group select:focus,
.booking-content .booking-form-wrapper .booking-form-grid .form-group textarea:focus {
	border-color: var(--text-dark);
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 15px rgba(44, 102, 146, 0.1);
	transform: translateY(-2px);
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group select {
	background-image: url('data:image/svg+xml;utf8,<svg fill="%2380B0D9" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: center;
	cursor: pointer;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group textarea {
	min-height: 140px;
	resize: vertical;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group .submit-btn-wrapper {
	margin-top: 10px;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group .wpcf7-submit {
	background-color: var(--bg-card) !important;
	color: var(--white) !important;
	font-family: var(--font-main);
	font-size: 40px;
	padding: 16px 30px 10px;
	border: none;
	border-radius: 16px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100%;
	transition: all 0.3s ease;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
	line-height: 1;
}

.booking-content .booking-form-wrapper .booking-form-grid .form-group .wpcf7-submit:hover {
	transform: translateY(-3px);
	box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.2);
	background-color: var(--text-dark) !important;
}

.booking-content .booking-sidebar {
	flex: 0 0 420px;
	width: 420px;
	position: sticky;
	top: 40px;
	/* Karte 1: Bedingungen */
	/* Karte 2: Kontakt */
}

@media (max-width: 991px) {
	.booking-content .booking-sidebar {
		flex: 0 0 100%;
		width: 100%;
		position: relative;
		top: auto;
	}
}

.booking-content .booking-sidebar .sidebar-card {
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
	transition: transform 0.3s ease;
}

.booking-content .booking-sidebar .sidebar-card:hover {
	transform: translateY(-5px);
}

.booking-content .booking-sidebar .rules-card {
	background-color: var(--bg-card);
}

.booking-content .booking-sidebar .rules-card h2 {
	font-family: var(--font-main);
	font-size: 48px;
	line-height: 0.8;
	margin-bottom: 25px;
	color: var(--white);
	text-transform: uppercase;
}

.booking-content .booking-sidebar .rules-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.booking-content .booking-sidebar .rules-card ul li {
	font-family: var(--font-text);
	font-size: 16px;
	margin-bottom: 18px;
	padding-left: 35px;
	position: relative;
	color: var(--white);
	line-height: 1;
}

.booking-content .booking-sidebar .rules-card ul li:last-child {
	margin-bottom: 0;
}

.booking-content .booking-sidebar .rules-card ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: var(--white);
	mask-image: url("./svg/pizzabuddies-arrow-grid.svg");
	-webkit-mask-image: url("./svg/pizzabuddies-arrow-grid.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
}

.booking-content .booking-sidebar .rules-card ul li strong {
	font-family: var(--font-text);
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-transform: none;
	display: block;
	margin-bottom: 4px;
}

.booking-content .booking-sidebar .contact-card {
	background-color: var(--text-dark);
}

.booking-content .booking-sidebar .contact-card h3 {
	font-family: var(--font-main);
	font-size: 38px;
	margin-bottom: 20px;
	color: var(--white);
	text-transform: uppercase;
	line-height: 1;
}

.booking-content .booking-sidebar .contact-card .contact-methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.booking-content .booking-sidebar .contact-card .contact-methods .method {
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 20px;
	border-radius: 12px;
}

.booking-content .booking-sidebar .contact-card .contact-methods .method span {
	display: block;
	font-family: var(--font-text);
	font-size: 12px;
	text-transform: uppercase;
	color: var(--bg-blue);
	font-weight: 800;
	margin-bottom: 5px;
}

.booking-content .booking-sidebar .contact-card .contact-methods .method a {
	font-family: var(--font-text);
	font-size: 18px;
	color: var(--white);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.booking-content .booking-sidebar .contact-card .contact-methods .method a:hover {
	color: var(--bg-card);
}

/* ==========================================================================
   CONTACT PAGE - SINGLE CARD STYLE
   ========================================================================== */
.contact-page-main {
	background-color: var(--bg-blue);
	padding-bottom: 120px;
	min-height: 100vh;
	overflow-x: hidden;
}

/* --- HERO SECTION --- */
.contact-hero {
	padding: 80px var(--side-spacer) 60px;
	text-align: center;
}

.contact-hero .container {
	max-width: 900px;
	margin: 0 auto;
}

.contact-hero .contact-title {
	color: var(--bg-card);
	/* Gesteuert über H1 in style.scss */
}

.contact-hero .contact-subtitle {
	font-family: var(--font-text);
	font-size: 20px;
	color: var(--text-dark);
	line-height: 1.4;
	font-weight: 600;
	max-width: 750px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.contact-hero .contact-subtitle {
		font-size: 16px;
	}
}

/* --- CONTENT SECTION (SINGLE LAYOUT) --- */
.contact-content {
	padding: 0 var(--side-spacer);
	/* FORMULAR CARD */
}

.contact-content .single-layout {
	max-width: 900px;
	/* Begrenzte Breite für ein perfekt zentriertes Formular */
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.contact-content .contact-form-wrapper {
	width: 100%;
	/* CF7 Meldungen */
}

.contact-content .contact-form-wrapper .form-card {
	background-color: var(--white);
	padding: 50px;
	border-radius: 30px;
	border: none;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
	.contact-content .contact-form-wrapper .form-card {
		padding: 30px 20px;
	}
}

.contact-content .contact-form-wrapper .wpcf7 form .wpcf7-response-output,
.contact-content .contact-form-wrapper .wpcf7-response-output {
	border-radius: 12px;
	font-family: var(--font-text);
	font-weight: bold;
	margin-bottom: 30px;
	border: none !important;
	background-color: var(--text-dark) !important;
	color: var(--bg-blue) !important;
	padding: 15px 20px;
	text-align: center;
}

.contact-content .contact-form-wrapper span.wpcf7-not-valid-tip {
	color: var(--bg-card) !important;
	text-transform: uppercase;
	font-family: var(--font-text);
	font-size: 13px;
	font-weight: 800;
	margin-top: 6px;
	display: block;
}

.contact-content .contact-form-wrapper .contact-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* Name und Email nebeneinander */
	gap: 30px 25px;
}

@media (max-width: 768px) {
	.contact-content .contact-form-wrapper .contact-form-grid {
		grid-template-columns: 1fr;
	}
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group {
	display: flex;
	flex-direction: column;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group.full-width {
	grid-column: 1 / -1;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group label {
	font-family: var(--font-main);
	font-size: 32px;
	color: var(--text-dark);
	margin-bottom: 8px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.02em;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="text"],
.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="email"],
.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="tel"],
.contact-content .contact-form-wrapper .contact-form-grid .form-group textarea {
	width: 100%;
	padding: 16px 20px;
	font-family: var(--font-text);
	font-size: 16px;
	font-weight: 600;
	border: 2px solid var(--bg-card);
	border-radius: 12px;
	background-color: transparent;
	color: var(--text-dark);
	transition: all 0.3s ease;
	outline: none;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="text"]::placeholder,
.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="email"]::placeholder,
.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="tel"]::placeholder,
.contact-content .contact-form-wrapper .contact-form-grid .form-group textarea::placeholder {
	color: rgba(128, 176, 217, 0.6);
	font-weight: 500;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="text"]:focus,
.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="email"]:focus,
.contact-content .contact-form-wrapper .contact-form-grid .form-group input[type="tel"]:focus,
.contact-content .contact-form-wrapper .contact-form-grid .form-group textarea:focus {
	border-color: var(--text-dark);
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 15px rgba(44, 102, 146, 0.1);
	transform: translateY(-2px);
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group textarea {
	min-height: 160px;
	resize: vertical;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group .submit-btn-wrapper {
	margin-top: 10px;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group .wpcf7-submit {
	background-color: var(--bg-card) !important;
	color: var(--white) !important;
	font-family: var(--font-main);
	font-size: 40px;
	padding: 16px 30px 10px;
	border: none;
	border-radius: 16px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100%;
	transition: all 0.3s ease;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
	line-height: 1;
}

.contact-content .contact-form-wrapper .contact-form-grid .form-group .wpcf7-submit:hover {
	transform: translateY(-3px);
	box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.2);
	background-color: var(--text-dark) !important;
}

/* ==========================================================================
   STANDARD TEXT PAGE (Impressum, Datenschutz, AGB)
   ========================================================================== */
.simple-page-main {
	background-color: var(--bg-blue);
	/* Hellblauer Hintergrund */
	/* padding-bottom entfernt */
}

/* --- HERO / TITEL SECTION --- */
.simple-hero {
	padding: 80px var(--side-spacer) 0;
	text-align: center;
}

.simple-hero .page-title {
	color: var(--bg-card) !important;
	margin-bottom: 0 !important;
}

/* --- TEXT CONTENT --- */
.simple-content-section {
	padding: 20px var(--side-spacer) 80px;
}

.simple-content-section .text-container {
	max-width: 800px;
	/* Begrenzte Breite für optimale Lesbarkeit */
	margin: 0 auto;
	/* Standard-Texte (Gutenberg Absätze) */
	/* Listen im Text (z.B. für Aufzählungen im Datenschutz) */
	/* Überschriften im Fließtext (H2, H3 etc.) */
	/* Hervorhebungen */
	/* --- LINKS (A-TAG) SIMPEL --- */
	/* Falls mal ein Bild eingefügt wird */
}

.simple-content-section .text-container p, .simple-content-section .text-container li {
	font-family: var(--font-text);
	font-size: 16px;
	line-height: 1.8;
	/* Weicher Zeilenabstand für viel Text */
	color: var(--text-dark);
	margin-bottom: 20px;
	font-weight: 500;
}

.simple-content-section .text-container ul, .simple-content-section .text-container ol {
	margin-bottom: 30px;
	padding-left: 20px;
}

.simple-content-section .text-container ul li, .simple-content-section .text-container ol li {
	margin-bottom: 10px;
}

.simple-content-section .text-container h2, .simple-content-section .text-container h3, .simple-content-section .text-container h4, .simple-content-section .text-container h5 {
	font-family: var(--font-main);
	color: var(--text-dark);
	/* Zwischenüberschriften ebenfalls dunkelblau */
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.simple-content-section .text-container h2 {
	font-size: 40px;
}

.simple-content-section .text-container h3 {
	font-size: 30px;
}

.simple-content-section .text-container h4 {
	font-size: 24px;
}

@media (max-width: 768px) {
	.simple-content-section .text-container h2 {
		font-size: 32px;
		margin-top: 40px;
	}
	.simple-content-section .text-container h3 {
		font-size: 26px;
	}
}

.simple-content-section .text-container strong {
	font-weight: 800;
}

.simple-content-section .text-container a {
	color: var(--text-dark);
	font-weight: 800;
	/* Extra dick */
	text-decoration: none;
	/* Kein Unterstrich */
	transition: color 0.3s ease;
}

.simple-content-section .text-container a:hover {
	color: var(--bg-card);
	/* Ändert nur die Textfarbe ganz clean */
}

.simple-content-section .text-container img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 30px 0;
}

/* --- SITE FOOTER --- */
.site-footer {
	background-color: var(--text-dark);
	padding: 40px var(--side-spacer) 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.site-footer .footer-nav {
	width: 100%;
	max-width: 100%;
	/* Auf 100% geändert wie gewünscht */
}

.site-footer .footer-nav .footer-links {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .footer-nav .footer-links li {
	margin: 0;
}

.site-footer .footer-nav .footer-links li a {
	font-family: var(--font-main);
	font-size: 28px;
	color: var(--bg-blue);
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	/* NEU: Smooth Transition für den Shift nach Rechts */
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
	/* Der Pfeil, welcher über link_after aus der functions generiert wird */
}

.site-footer .footer-nav .footer-links li a:hover {
	/* NEU: Text und Pfeil bewegen sich smooth nach rechts */
	transform: translateX(8px);
	opacity: 0.8;
}

.site-footer .footer-nav .footer-links li a .icon-arrow {
	display: block;
	width: 20px;
	height: 20px;
	background-color: var(--bg-blue);
	mask-image: url("./svg/pizzabuddies-arrow-grid.svg");
	-webkit-mask-image: url("./svg/pizzabuddies-arrow-grid.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.site-footer .socials {
	/* NEU: Komplett Zentriert und volle Breite ausnutzen */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
}

.site-footer .socials .social-icons-list {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.site-footer .socials .social-icons-list li {
	margin: 0;
}

.site-footer .socials .social-icons-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-footer .socials .social-icons-list li a .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.site-footer .socials .social-icons-list li a::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background-color: var(--bg-blue);
	/* Hellblau passend zum Rest */
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url("./svg/link.svg");
	-webkit-mask-image: url("./svg/link.svg");
}

.site-footer .socials .social-icons-list li a[href*="instagram.com"]::before {
	mask-image: url("./svg/instagram-pizzabuddies.svg");
	-webkit-mask-image: url("./svg/instagram-pizzabuddies.svg");
}

.site-footer .socials .social-icons-list li a[href*="tiktok.com"]::before {
	mask-image: url("./svg/tiktok-pizzabuddies.svg");
	-webkit-mask-image: url("./svg/tiktok-pizzabuddies.svg");
}

.site-footer .socials .social-icons-list li a[href*="facebook.com"]::before {
	mask-image: url("./svg/facebook-pizzabuddies.svg");
	-webkit-mask-image: url("./svg/facebook-pizzabuddies.svg");
}

.site-footer .socials .social-icons-list li a:hover {
	/* Icons hüpfen minimal nach oben */
	transform: translateY(-3px);
	opacity: 0.8;
}

/* --- RESPONSIVE FOOTER --- */
@media (max-width: 768px) {
	.site-footer {
		padding: 40px 20px;
	}
	.site-footer .footer-nav .footer-links {
		/* Auf Mobile wie gewünscht untereinander */
		flex-direction: column;
		align-items: center;
		gap: 0px;
	}
}

/* --- EIGENE SCHRIFTARTEN BINDEN --- */
@font-face {
	font-family: 'ABC ROM Compressed';
	src: url("./fonts/abc-rom-compressed.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Tomato bold';
	src: url("./fonts/tomato-bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* --- CSS VARIABLES & RESET --- */
:root {
	--white: #FFFFFF;
	--bg-cream: #F5EFE9;
	--bg-slider-box: #F2EEE6;
	--bg-blue: #A9D6F4;
	--bg-card: #80B0D9;
	--border-color: #2C6692;
	--text-dark: #2C6692;
	--shadow: 12px 8px 26px rgba(0, 0, 0, 0.122);
	--side-spacer: 70px;
	--font-main: 'ABC ROM Compressed', 'Arial Black', Impact, sans-serif;
	--font-title: 'Tomato bold', Helvetica, Arial, sans-serif;
	--font-text: 'Montserrat', Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	:root {
		--side-spacer: 50px;
	}
}

@media (max-width: 768px) {
	:root {
		--side-spacer: 30px;
	}
}

@media (max-width: 567px) {
	:root {
		--side-spacer: 20px;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--font-main);
	background-color: var(--bg-blue);
	color: var(--text-dark);
	/* FIX FÜR DEN SLIDER OVERFLOW (erlaubt aber weiterhin "position: sticky") */
	overflow-x: clip;
}

h1, h2, h3, h4, h5 {
	/* --- HIER IST DER FIX FÜR DAS IPHONE --- */
	font-weight: normal !important;
	/* Verhindert das künstliche Fett-Rechnen (Faux Bold) */
	-webkit-font-smoothing: antialiased;
	/* Macht die Kanten auf Apple-Geräten knackscharf */
	-moz-osx-font-smoothing: grayscale;
}

.noise-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	pointer-events: none;
	background-image: url("./img/overlay-body.gif");
	background-position: 0 0;
	background-size: 480px;
	background-attachment: fixed;
	/* Noch dezenter gemacht */
	opacity: .025;
}

/* ==========================================================================
   GLOBAL TYPOGRAPHY (H1 & MARQUEE LAUFTEXT)
   ========================================================================== */
h1.page-title, h1.booking-title, h1.checkout-title, h1.contact-title {
	font-family: var(--font-main) !important;
	font-size: 110px !important;
	/* Deutlich größer gemacht! */
	line-height: 0.85 !important;
	text-transform: uppercase !important;
	margin: 0 0 40px 0 !important;
	text-align: center !important;
}

@media (max-width: 991px) {
	h1.page-title, h1.booking-title, h1.checkout-title, h1.contact-title {
		font-size: 90px !important;
	}
}

@media (max-width: 768px) {
	h1.page-title, h1.booking-title, h1.checkout-title, h1.contact-title {
		font-size: 65px !important;
		margin-bottom: 30px !important;
	}
}

@media (max-width: 567px) {
	h1.page-title, h1.booking-title, h1.checkout-title, h1.contact-title {
		font-size: 55px !important;
	}
}

/* GLOBALER MARQUEE (LAUFTEXT) FÜR ALLE SEITEN */
.marquee-wrapper {
	position: absolute;
	display: flex;
	width: max-content;
	z-index: 2;
	animation: scroll-left-smooth 20s linear infinite;
	will-change: transform;
}

.marquee-wrapper .marquee-content {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.marquee-wrapper .marquee-content span {
	font-family: var(--font-title);
	font-size: 7vw;
	/* Schrift etwas kleiner gemacht (vorher 11vw) */
	line-height: 0.8;
	/* Engere Line-Height wie gewünscht */
	color: var(--bg-card);
	/* Standardfarbe, kann per Page überschrieben werden */
	margin: 0 40px;
	white-space: nowrap;
	opacity: 0.8;
	padding-top: 1vw;
	/* Optischer Ausgleich für die enge line-height */
}

.marquee-wrapper .marquee-content img {
	width: 130px;
	/* Bilder passend zur kleineren Schrift ebenfalls kleiner */
	height: 130px;
	object-fit: contain;
	margin: 0 40px;
}

@keyframes scroll-left-smooth {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (max-width: 768px) {
	.marquee-wrapper .marquee-content span {
		font-size: 14vw;
		margin: 0 20px;
	}
	.marquee-wrapper .marquee-content img {
		width: 80px;
		height: 80px;
		margin: 0 20px;
	}
}

/*# sourceMappingURL=style.css.map */