/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Elementor custom CSS migrated from Elementor. */

:root {
  /* ═══ FONT FAMILIES ═══════════════════════════════════ */
  --font-display: 'HelveticaLTStd-UltraComp', 'Anton', sans-serif;
  --font-body:    'HelveticaNeue', Helvetica, Arial, sans-serif;

  /* ═══ DISPLAY HEADINGS (BÄCKEREI, FRÜHLING, KARRIERE…) ═══
	 Fluid scaling. 110/250 — both ratios resolve to lh ≈ 0.888. */
  --fs-display: clamp(110px, 13.02vw, 250px);
  --lh-display: 0.888;

  /* ═══ CONTENT HEADINGS — H3 (filters, "Liefern", "Produkte") ═══
	 FIXED at all viewports. */
  --fs-h3: 40px;
  --lh-h3: 35px;
  --lh-menu-d: 25px;

  /* ═══ MENU AND BODY ═══════════════════════════════════ */
  --fs-menu-d: 21px;
  --fs-menu: 21px;
  --fs-body: 12px;          /* FIXED — readability anchor */
  --lh-body: 1.45;

  /* ═══ GRID (fully fluid, proportional to viewport) ════
	 At 1920px:  column = 82px,  gutter = 72px
	 12 cols × 4.2708vw + 13 gutters × 3.75vw = 100vw */
  --grid-col:    4.2708vw;
  --grid-gutter: 3.75vw;

  /* Compatibility alias — anything that used --grid-unit still works.
	 It refers to the gutter, which is what "outer padding" means too. */
  --grid-unit: var(--grid-gutter);

  /* ═══ VERTICAL RHYTHM ═════════════════════════════════
	 Section gap proportional to viewport. 153/1920 = 7.97vw. */
  --section-gap: 7.97vw;

  /* ═══ TYPOGRAPHIC SPACING (FIXED — bound to text size) ═
	 These are NOT fluid because they relate to text, not to viewport. */
  --space-text:    22px;    /* paragraph ↔ subheading */
  --space-text-lg: 44px;    /* display heading ↔ text block */

  /* ═══ MOBILE HEADER (component-level constants) ═══════ */
  --header-pad-y-m:     20px;
  --header-content-gap: 77px;
  --bottom-nav-h:       62px;
}

/* ═══ MOBILE OVERRIDES (< 768px) ════════════════════════
   On mobile the grid is no longer 12 columns — it collapses
   to a simpler layout with fixed side padding. */
@media (max-width: 767px) {
  :root {
	--fs-menu:     40px;     /* burger menu items */
	--lh-menu:     46px;
	--fs-body:     14px;
	--lh-body:     1.286;    /* = 18 / 14 */
	--grid-col:    1fr;      /* irrelevant in single-column mode */
	--grid-gutter: 20px;     /* mobile side padding */
	--grid-unit:   20px;
	--section-gap: 60px;     /* fixed on mobile to avoid huge gaps */
  }
}

.nowrap {
	white-space: nowrap;
}

.elementor-widget-image a {
	display: block !important;
}



/* COMMON */


.elementor-nav-menu .sub-arrow {
  display: none !important
}


body {
  margin-top: calc(var(--grid-unit) + var(--fs-menu) + (var(--grid-unit) * 1.61));
}

@media all and (min-width:767px) and (max-width:1366px){
	body {
	  margin-top: 90px;
	}
}

@media all and (max-width:767px){
	body {
	  margin-top: 0;
	}
}



.jung-mobile-top-brand {
	font-family: 'HeleveticaNeue',sans-serif;
	font-size: var(--fs-menu-d) !important;
	font-weight: 700 !important;
	padding: 20px 20px 37px;
	color: #000 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	line-height: 26px;
}

.header-nav .sub-menu li a {
	border-inline-start: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-p input,
.form-p textarea {
	padding: 14px 0 3px 0;
}

.elementor-form .elementor-field-group input::-webkit-input-placeholder,
.elementor-form .elementor-field-group textarea::-webkit-input-placeholder {
  color: #000 !important;
	opacity: 1 !important
}

.elementor-form .elementor-field-group input::placeholder,
.elementor-form .elementor-field-group textarea::placeholder {
  color: #000 !important;
	opacity: 1 !important;
}

.form-p button {
	margin-top: 44px;
}

#just_button {
	width: calc(var(--grid-unit) + var(--grid-col) * 2);
}


/* ═══ ELEMENTOR WIDTH FIX ═══════════════════════════════ */
.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
  max-width: none;
}



html {
  scrollbar-gutter: stable;
}



@media (min-width: 90000000px) {

	body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 9999;

	/* Repeating pattern: gutter + column = one "track".
		Track width = 3.75vw + 4.2708vw = 8.0208vw.
		Total: 12 tracks + 1 final gutter = 12 × 8.0208 + 3.75 = 100vw. */
	background-image: repeating-linear-gradient(
		to right,
		transparent              0,
		transparent              var(--grid-gutter),
		rgba(255, 0, 128, 0.08)  var(--grid-gutter),
		rgba(255, 0, 128, 0.08)  calc(var(--grid-gutter) + var(--grid-col))
	);
	}

	body::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 9998;

	/* Horizontal rhythm = same step as gutter (3.75vw = 72px at 1920). */
	background-image: repeating-linear-gradient(
		to bottom,
		transparent                   0,
		transparent                   calc(var(--grid-gutter) - 1px),
		rgba(0, 200, 100, 0.18)       calc(var(--grid-gutter) - 1px),
		rgba(0, 200, 100, 0.18)       var(--grid-gutter)
	);
	}


}





/* WOOCOMMERCE */


.jung-simple-link {
	font-size: 12px;
	font-family: var(--font-body);
	color: #000;
	display: inline-block;
}

.jung-simple-link::after {
	content: "";
	height: 1px;
	display: block;
	background-color: #000;
}

.jung-mobile-menu__primary a::after {

}

.cform-btn {
	font-size: 12px !important;
	border-radius: 0px !important
}

.elementor-shortcode .cform-btn {
	height: 32px !important;
	line-height: 30px !important;
	padding: 0 !important
}

header .sub-menu a {
	width: -moz-fit-content !important;
	width: fit-content !important;
	align-self: flex-start !important;
}

header .sub-menu a::after {
	background-color: #000 !important;
	height: 2px !important;
	bottom: 3px !important;
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	opacity: 0 !important;
	transition: all 200ms ease-in-out;
}

header .sub-menu a:hover::after {
	opacity: 1 !important;
}

.search-posts-input-wrapper input {
	padding: 5px 0 !important;
	height: 28px !important;
	min-height: auto !important;
}

.elementor-widget-theme-post-content {
	width: calc((var(--grid-unit) + var(--grid-col)) * 6 + var(--grid-unit)) !important;
}

.elementor-widget-theme-post-content img {
	width: 100% !important;
}

.elementor-widget-theme-post-content p {
	max-width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


.added_to_cart.wc-forward {
	color: #000;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: -30px;
	text-decoration: underline;
	font-weight: 700;
}

.e-loop-item.product > .e-parent {
	height: 100%;
}


body.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 0 var(--grid-unit);
	row-gap: 0;
	column-gap: var(--grid-unit);
	grid-auto-flow: row;
	margin-top: 0;
	margin-bottom: calc(var(--grid-unit) * 2);
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: var(--grid-unit);
	padding-right: var(--grid-unit);
}

body.woocommerce-checkout form.checkout input,
body.woocommerce-checkout form.checkout label,
body.woocommerce-checkout form.checkout p::before {
	color: #000 !important;
}

body.woocommerce-checkout .jung-checkout-order,
body.woocommerce-checkout .e-checkout__container,
body.woocommerce-checkout .e-checkout__column,
body.woocommerce-checkout .e-checkout__column-start,
body.woocommerce-checkout .e-checkout__column-end,
body.woocommerce-checkout .e-checkout__order_review,
body.woocommerce-checkout .e-checkout__order_review-2 {
	display: contents;
}


.jung-checkout-products    { grid-column: 1 / span 3; }
.jung-checkout-fulfillment { grid-column: 4 / span 3; }
#customer_details          { grid-column: 7 / span 3; }
.e-checkout__column-inner  { grid-column: 10 / span 3; }

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"]{
	font-size: var(--fs-body) !important;
}

body.woocommerce-checkout h3 {
	font-size: var(--fs-menu-d) !important;
}


.jung-checkout-mobile-controls {
	display: none;
}

.jung-checkout-products,
.jung-checkout-products *,
.jung-checkout-products a,
.jung-checkout-products a:hover,
.jung-checkout-products .woocommerce-Price-amount,
.jung-checkout-products .woocommerce-Price-currencySymbol {
	color: #000 !important;
}

body.woocommerce-checkout .e-checkout__section,
body.woocommerce-checkout .e-customer-details,
body.woocommerce-checkout .e-checkout__order_review,
body.woocommerce-checkout .e-checkout__order_review-2,
body.woocommerce-checkout .e-checkout__column-inner,
body.woocommerce-checkout .e-sticky-right-column,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .order-method-summary-box {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.jung-checkout-products h3,
.jung-checkout-fulfillment h3,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .e-checkout__order_review > h3,
body.woocommerce-checkout .e-checkout__order_review-2 > h3 {
	margin: 0 0 16px;
	font-size: var(--fs-menu);
	line-height: var(--l-menu);
	font-weight: 800;
}

.jung-checkout-product-lines {
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: var(--fs-body);
	font-weight: 700;
	line-height: 1.35;
}

.jung-checkout-product-total {
	margin: 0 0 8px;
	font-size: var(--fs-menu-d);
	font-weight: 900;
	line-height: 1;
}

.jung-add-products {
	color: #000;
	font-size: var(--fs-body);
	font-weight: 800;
	text-decoration: none;
}

.jung-add-products:hover,
.jung-add-products:focus {
	color: #000 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.jung-method-tabs,
.jung-location-list {
	display: flex;
	gap: 21px;
	margin: 8px 0 18px;
}

.jung-method-tabs button,
.jung-location-list button {
	height: 26px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	font-size: var(--fs-body);
	font-weight: 800;
	line-height: 1;
	min-width: 150px;
	width: calc(var(--grid-unit) + var(--grid-col));
}

.jung-method-tabs button.active,
.jung-location-list button.active {
	background: #000;
	color: #fff;
}

.jung-method-tabs button:disabled {
	display: block !important;
	border-color: #b9b9b9;
	background: #fff;
	color: #b9b9b9;
	opacity: 1;
	cursor: not-allowed;
}

.jung-method-tabs button:hover,
.jung-method-tabs button:focus,
.jung-method-tabs button:active,
.jung-location-list button:hover,
.jung-location-list button:focus,
.jung-location-list button:active {
	border-color: #000 !important;
	background: #fff !important;
	color: #000 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.jung-method-tabs button:disabled:hover,
.jung-method-tabs button:disabled:focus,
.jung-method-tabs button:disabled:active {
	border-color: #b9b9b9 !important;
	background: #fff !important;
	color: #b9b9b9 !important;
}

.jung-method-tabs button.active:hover,
.jung-method-tabs button.active:focus,
.jung-method-tabs button.active:active,
.jung-location-list button.active:hover,
.jung-location-list button.active:focus,
.jung-location-list button.active:active {
	background: #000 !important;
	color: #fff !important;
}

.jung-method-panel {
	margin: 0 0 26px;
}

.jung-checkout-order label {
	display: block;
	margin: 0 0 7px;
	font-size: var(--fs-body);
	font-weight: 800;
	line-height: 1.2;
}

.jung-checkout-order select,
.jung-checkout-order input {
	width: 100%;
	min-height: 26px;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 4px 0;
	background: transparent;
	color: #000;
	font-size: var(--fs-body);
	font-weight: 700;
	box-shadow: none;
}

.jung-location-details {
	width: max-content;
	max-width: 100%;
	margin: -6px 0 24px;
	white-space: pre-line;
	font-size: var(--fs-body);
	font-weight: 800;
	line-height: 1.3;
	color: #000;
}

.jung-date-time {
	display: grid;
	gap: 10px;
}

.jung-date-time .order-time {
	display: none;
}

.jung-time-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px 10px;
	margin: -2px 0 18px;
}

.jung-time-grid button {
	min-height: 20px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: #000 !important;
	padding: 0;
	font-size: var(--fs-body);
	font-weight: 800;
	line-height: 1;
	text-align: left;
}

.jung-time-grid button.active {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.jung-time-grid button:hover,
.jung-time-grid button:focus,
.jung-time-grid button:focus-visible,
.jung-time-grid button:active {
	background: transparent !important;
	color: #000 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.jung-time-grid .is-empty {
	grid-column: 1 / -1;
	font-size: var(--fs-body);
	font-weight: 800;
}

body.woocommerce-checkout .flatpickr-calendar.inline {
	width: 100%;
	max-width: 300px;
	margin: 0 0 18px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: var(--fs-body);
}

body.woocommerce-checkout .flatpickr-innerContainer,
body.woocommerce-checkout .flatpickr-rContainer,
body.woocommerce-checkout .flatpickr-days,
body.woocommerce-checkout .dayContainer {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

body.woocommerce-checkout .dayContainer {
	display: grid !important;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.dayContainer span,
.flatpickr-weekdaycontainer span {
	text-align: left
}

body.woocommerce-checkout .flatpickr-months .flatpickr-month,
body.woocommerce-checkout .flatpickr-current-month,
body.woocommerce-checkout .flatpickr-weekdays,
body.woocommerce-checkout span.flatpickr-weekday,
body.woocommerce-checkout .flatpickr-day {
	font-size: var(--fs-body);
	font-weight: 800;
}

body.woocommerce-checkout .flatpickr-day {
	width: 100%;
	max-width: none;
	height: 24px;
	line-height: 24px;
	border-radius: 0;
}

body.woocommerce-checkout .flatpickr-day:hover,
body.woocommerce-checkout .flatpickr-day:focus {
	border-color: #000 !important;
	background: transparent !important;
	color: #000 !important;
}

body.woocommerce-checkout .flatpickr-day.selected,
body.woocommerce-checkout .flatpickr-day.startRange,
body.woocommerce-checkout .flatpickr-day.endRange,
body.woocommerce-checkout .flatpickr-day.selected:hover,
body.woocommerce-checkout .flatpickr-day.startRange:hover,
body.woocommerce-checkout .flatpickr-day.endRange:hover,
body.woocommerce-checkout .flatpickr-day.selected:focus,
body.woocommerce-checkout .flatpickr-day.startRange:focus,
body.woocommerce-checkout .flatpickr-day.endRange:focus {
	border-color: #000 !important;
}

body.woocommerce-checkout .flatpickr-day.today {
	border-color: #000 !important;
}

body.woocommerce-checkout .flatpickr-day.today:hover,
body.woocommerce-checkout .flatpickr-day.today:focus {
	border-color: #000 !important;
	color: #000 !important;
}

body.woocommerce-checkout .flatpickr-day.selected.today,
body.woocommerce-checkout .flatpickr-day.selected.today:hover,
body.woocommerce-checkout .flatpickr-day.selected.today:focus {
	border-color: #000 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
	font-size: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3:before {
	font-size: var(--fs-menu);
}

body.woocommerce-checkout #order_review:before,
body.woocommerce-checkout .woocommerce-checkout-review-order:before {
	display: block;
	margin: 0 0 16px;
	font-size: var(--fs-menu);
	line-height: 1.15;
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	font-size: var(--fs-body);
	font-weight: 800;
}

body.woocommerce-checkout #customer_details .form-row {
	display: grid;
	grid-template-columns: var(--grid-col) minmax(0, 1fr);
	align-items: center;
	min-height: 26px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

body.woocommerce-checkout #customer_details .form-row label {
	display: none;
}

body.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
	display: block;
	min-width: 0;
}

body.woocommerce-checkout #customer_details .form-row input.input-text,
body.woocommerce-checkout #customer_details .form-row textarea,
body.woocommerce-checkout #customer_details .form-row select,
body.woocommerce-checkout .select2-container .select2-selection--single {
	width: 100%;
	height: 26px;
	min-height: 26px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	padding: 0 !important;
	color: #000;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 26px;
	outline: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout #customer_details .form-row input.input-text:focus,
body.woocommerce-checkout #customer_details .form-row textarea:focus,
body.woocommerce-checkout #customer_details .form-row select:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
	padding-right: 0 !important;
	color: #000;
	font-size: var(--fs-body);
	font-weight: 800;
	line-height: 26px;
}

body.woocommerce-checkout .form-row input::placeholder {
	color: #000;
	opacity: 1;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	gap: 0;
}

body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #billing_last_name_field,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #billing_city_field {
	width: 100%;
}

body.woocommerce-checkout #billing_first_name::placeholder {
	color: transparent;
}
body.woocommerce-checkout #billing_first_name_field:before {
	content: "Vorname";
}
body.woocommerce-checkout #billing_last_name_field:before {
	content: "Nachname";
}
body.woocommerce-checkout #billing_company_field:before {
	content: "Firma";
}
body.woocommerce-checkout #billing_email_field:before {
	content: "E-Mail";
}
body.woocommerce-checkout #billing_phone_field:before {
	content: "Telefon";
}
body.woocommerce-checkout #billing_country_field:before {
	content: "Land / Region";
}
body.woocommerce-checkout #billing_address_1_field:before {
	content: "Adresse";
}
body.woocommerce-checkout #billing_postcode_field:before {
	content: "Postleitzahl";
}
body.woocommerce-checkout #billing_city_field:before {
	content: "Stadt";
}

body.woocommerce-checkout #billing_first_name_field:before,
body.woocommerce-checkout #billing_last_name_field:before,
body.woocommerce-checkout #billing_company_field:before,
body.woocommerce-checkout #billing_email_field:before,
body.woocommerce-checkout #billing_phone_field:before,
body.woocommerce-checkout #billing_country_field:before,
body.woocommerce-checkout #billing_address_1_field:before,
body.woocommerce-checkout #billing_postcode_field:before,
body.woocommerce-checkout #billing_city_field:before {
	display: block;
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

body.woocommerce-checkout #billing_first_name_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_last_name_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_company_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_email_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_phone_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_address_1_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_postcode_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_city_field .woocommerce-input-wrapper {
	grid-column: 2;
	grid-row: 1;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	display: none;
}

body.woocommerce-checkout #payment {
	border: 0;
	background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border: 0;
	padding: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	border-bottom: 1px solid #000;
	padding: 4px 0;
	margin: 0;
}

body.woocommerce-checkout #payment div.payment_box {
	display: none !important;
}

body.woocommerce-checkout #payment .place-order {
	padding: 18px 0 0;
	margin: 0;
}

body.woocommerce-checkout #payment #place_order {
	width: 100%;
	min-height: 28px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 10px;
}

body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment #place_order:focus,
body.woocommerce-checkout #payment #place_order:active {
	border-color: #000 !important;
	background: #000 !important;
	color: #fff !important;
	outline: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout #payment #place_order:disabled,
body.woocommerce-checkout #payment #place_order:disabled:hover {
	border-color: #000 !important;
	background: #fff !important;
	color: #000 !important;
	opacity: 1;
	cursor: not-allowed;
	outline: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .e-coupon-box,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #billing_state_field {
	display: none !important;
}

.jung-checkout-error {
	grid-column: 1 / -1;
	border: 1px solid #000;
	padding: 12px;
	font-weight: 800;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button,
button.e-apply-coupon {
	font-size: var(--fs-body) !important;
	padding: 0 !important;
	height: 36px !important;
	line-height: 34px !important;
}

#coupon_code {
	line-height: 34px !important;
	padding: 0 !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	font-size: var(--fs-body) !important;
	background-color: transparent !important
}

.cart_totals .wc-proceed-to-checkout {
	padding: 0 !important
}

.cart_totals h2 {
	font-size: var(--fs-menu) !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 22px !important;
}

.cart_totals td {
	padding: 0 !important;
}
.cart_totals .woocommerce-Price-amount.amount {
	font-size: var(--fs-menu) !important;
}

.cart-subtotal td {
	padding-bottom: var(--fs-body) !important;
}


.shop_table_responsive,
.shop_table_responsive th {
	font-size: var(--fs-body) !important;
}

.elementor-widget-woocommerce-cart .woocommerce {
	font-family: inherit !important
}

.e-cart__column-end,
.e-cart__column-end .e-cart__column-inner,
.e-cart__column-end .e-cart-totals,
.e-cart__column-end .cart-collaterals,
.e-cart__column-end .cart_totals {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.e-cart__column-end .wc-proceed-to-checkout {
  margin-top: auto !important;
}


.e-cart__container{
	display: grid !important;
	grid-template-columns: repeat(12, 1fr) !important;
	gap: 0 var(--grid-unit) !important;
	row-gap: 0 !important;
	column-gap: var(--grid-unit) !important;
	grid-auto-flow: row !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


.e-cart__column.e-cart__column-start{
	grid-column: 1 / span 8 !important;
}
.e-cart__column.e-cart__column-end {
	grid-column: 9 / span 4 !important;
}


.elementor-button {
	min-height: auto !important;
}
.elementor-button.elementor-size-sm {
	height: 32px !important;
	line-height: 30px !important;
}

.elementor-size-xs .elementor-button.elementor-size-sm {
	height: 26px !important;
	line-height: 24px !important;
	padding: 0 !important;
}

.home-text-wrapper {
	margin-top: calc(var(--fs-display) * var(--lh-display) * -1 + var(--fs-display) * -0.125);
}

.home-h4 {
	font-size: var(--fs-menu-d);
	line-height: var(--lh-menu-d);
}


@media (max-width: 980px) {

	.jung-method-tabs button,
	.jung-location-list button {
		font-size: 12px;
	}

	.home-text-wrapper {
		margin-top: 0
	}

	body.woocommerce-checkout form.checkout {
		display: block;
		margin: 36px auto 72px;
	}

	.jung-checkout-products,
	.jung-checkout-fulfillment,
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review,
	body.woocommerce-checkout .woocommerce-checkout-review-order {
		grid-column: 1;
	}

	body.woocommerce-checkout form.checkout.jung-mobile-checkout-ready .jung-step-section {
		display: none !important;
	}

	body.woocommerce-checkout form.checkout.jung-mobile-checkout-ready .jung-step-section.is-active {
		display: block !important;
	}

	.jung-checkout-mobile-controls {
		display: grid;
		gap: 14px;
		margin: 26px 0 0;
	}

	.jung-checkout-mobile-controls button {
		width: 100%;
		min-height: 32px;
		border: 1px solid #000;
		border-radius: 0;
		background: #fff;
		color: #000;
		/* font-size: var(--fs-body); */
		font-size: 12px;
		font-weight: 700;
		line-height: 1.160;
		text-align: center;
		box-shadow: none;
	}

	.jung-checkout-mobile-controls button[hidden] {
		display: none !important;
	}

	.jung-checkout-mobile-controls button:hover,
	.jung-checkout-mobile-controls button:focus,
	.jung-checkout-mobile-controls button:active {
		border-color: #000 !important;
		background: #000 !important;
		color: #fff !important;
		outline: 0 !important;
		box-shadow: none !important;
	}

	.jung-checkout-mobile-controls button:disabled,
	.jung-checkout-mobile-controls button:disabled:hover,
	.jung-checkout-mobile-controls button:disabled:focus {
		background: #fff !important;
		color: #9a9a9a !important;
		border-color: #9a9a9a !important;
		cursor: not-allowed;
	}

	.jung-checkout-mobile-error {
		display: none;
		margin: 0;
		color: #000;
		font-size: var(--fs-body);
		font-weight: 800;
		line-height: 1.25;
	}

	.jung-checkout-mobile-error.is-visible {
		display: block;
	}

	.jung-location-details {
		width: auto !important;
		margin-left: 0 !important;
	}
}



.jung-mobile-top-brand,
.jung-mobile-menu,
.jung-mobile-bottom-nav {
	display: none;
}

@media (max-width: 767px) {
  
    .overflow-hidden {
      overflow: hidden !important
    }
  
    .aktuell-trigger {
      text-align: right;
      font-size: 12px;
      font-family: var(--font-body);
      align-self: center;
    }
    
    .aktuell-trigger  a{
      color: #000
    }
    
    .aktuell-filter {
      background-color: #fff;
      z-index: -2;
      top: 0;
      position: absolute;
      display: block;
      left: 0;
      height: 100vh;
      padding: 0 20px;
      opacity: 0;
    }
    
    .aktuell-filter.active {
      opacity: 1;
      z-index: 999999
    }

	.elementor-widget-theme-post-content {
		width: auto !important;
	}

	.elementor-widget-theme-post-content p {
		max-width: inherit !important;
	}

	.newsletter-btn a.elementor-button {
		height: 60px !important;
		display: block !important;
		line-height: 68px !important;
	}

	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	body {
		padding-bottom: 58px;
	}

	.jung-mobile-top-brand {
		display: block;
		padding: 20px 20px 37px 20px;
	}

	.elementor,
	.elementor-section,
	.elementor-container,
	.e-con,
	.elementor-widget-container {
		max-width: 100vw;
	}

	.elementor-heading-title {
		overflow-wrap: anywhere;
	}

	.elementor-location-footer,
	[data-elementor-type="footer"] {
		overflow: hidden !important;
	}

	html.jung-mobile-menu-open,
	body.jung-mobile-menu-open {
		height: 100%;
		overflow: hidden;
		overscroll-behavior: none;
	}

	body.jung-mobile-menu-open #wpadminbar {
		display: none;
	}

	body > header,
	.site-header,
	.elementor-location-header,
	[data-elementor-type="header"] {
		display: none !important;
	}

	.jung-mobile-menu {
		position: fixed;
		inset: 0;
		z-index: 9998;
		display: block;
		height: 100dvh;
		background: #fff;
		color: #000;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition:
			opacity 160ms ease,
			visibility 160ms ease;
	}

	body.jung-mobile-menu-open .jung-mobile-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.jung-mobile-menu__inner {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 20px;
		-webkit-overflow-scrolling: touch;
	}

	.jung-mobile-menu__brand {
		display: inline-block;
		margin: 0 0 30px;
		color: #000;
		font-weight: 700;
		letter-spacing: 0 !important;
		line-height: 26px;
		text-decoration: none;
		font-family: 'HeleveticaNeue', sans-serif;
		font-size: var(--fs-menu-d);
	}

	.jung-mobile-menu__primary,
	.jung-mobile-menu__secondary {
		display: grid;
	}

	.jung-mobile-menu__primary {
		gap: 7px;
		margin-top: -10px
	}

	.jung-mobile-menu__secondary {
		gap: 4px;
	}

	.jung-mobile-menu__primary a,
	.jung-mobile-menu__secondary a {
		color: #000;
		display: block;
		font-weight: 900;
		line-height: var(--lh-menu);
		letter-spacing: 0;
		max-width: 100%;
		overflow-wrap: break-word;
		text-decoration: none;
		white-space: normal;
		font-family: var(--font-body);
	}

	.jung-mobile-menu__primary a {
		font-size: clamp(40px, 10vw, 68px);
	}

	.jung-mobile-menu__secondary {
		margin-top: 162px;
		margin-bottom: 55px;
	}

	.jung-mobile-menu__secondary a {
		font-size: clamp(22px, 5.6vw, 30px);
		line-height: 1.18;
	}

		.jung-mobile-bottom-nav {
			position: fixed !important;
			left: 0 !important;
			right: 0 !important;
			bottom: 0 !important;
			box-sizing: border-box;
			z-index: 2147483001 !important;
			display: grid;
			grid-template-columns: 1fr 1.35fr 42px;
			align-items: center;
			height: 58px !important;
			min-height: 0 !important;
			padding: 0 24px;
			background: #fff;
			font-family: var(--font-body);
		}

	.jung-mobile-bottom-nav a,
	.jung-mobile-menu-toggle {
		color: #000;
		font-size: var(--fs-menu-d);
		font-weight: 900;
		line-height: 1;
		text-decoration: none;
	}

	.jung-mobile-menu-toggle {
		position: relative;
		justify-self: end;
		width: 27px;
		height: 22px;
		border: 0;
		border-radius: 0;
		background: transparent !important;
		padding: 0;
		box-shadow: none !important;
		margin-bottom: 12px;
	}

	.jung-mobile-menu-toggle span {
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background: #000;
		transition:
			transform 160ms ease,
			top 160ms ease;
	}

	.jung-mobile-menu-toggle span:nth-child(1) {
		top: 5px;
	}

	.jung-mobile-menu-toggle span:nth-child(2) {
		top: 14px;
	}

	.jung-mobile-menu-toggle span:nth-child(3) {
		top: 23px;
	}

	body.jung-mobile-menu-open .jung-mobile-menu-toggle span:nth-child(1) {
		top: 16px;
		transform: rotate(45deg);
	}

	body.jung-mobile-menu-open .jung-mobile-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.jung-mobile-menu-open .jung-mobile-menu-toggle span:nth-child(3) {
		top: 16px;
		transform: rotate(-45deg);
	}
}

/* Theme overrides and WooCommerce customizations. */

/* Add your custom styles here */

.woocommerce-message {
  outline: none !important;
  font-family: var(--font-body)
}

.add_to_cart_button:hover, .cform-btn:active, .cform-btn:hover, .cform-btn:focus {
  background-color: #000 !important;
  color: #fff !important;
}

.woocommerce-NoticeGroup-checkout {
  grid-column: 1 / span 12;
}

.order-method-summary-box {
  color: #000;
  font-size: 12px;
  font-weight: 700
}

.woocommerce-notices-wrapper {
  box-sizing: border-box;
  width: min(1880px, calc(100vw - 166px));
  max-width: 100%;
  margin: 0 auto 36px;
}

.woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  margin: 0 0 14px !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  padding: 16px 0 !important;
  box-shadow: none !important;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

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

.woocommerce .woocommerce-error {
  display: block;
  list-style: none;
}

.woocommerce .woocommerce-error li {
  margin: 0;
}

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
  color: #000 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce .return-to-shop .button,
.woocommerce .wc-backward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 0 0 auto !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  padding: 8px 20px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .return-to-shop .button:hover,
.woocommerce .return-to-shop .button:focus,
.woocommerce .wc-backward:hover,
.woocommerce .wc-backward:focus {
  background: #000 !important;
  color: #fff !important;
  outline: 0 !important;
}

.woocommerce .return-to-shop {
  width: min(1880px, calc(100vw - 166px));
  max-width: 100%;
}

.woocommerce .return-to-shop .button,
.woocommerce .wc-backward {
  margin-left: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .coupon,
.woocommerce-cart table.shop_table,
.elementor-widget-woocommerce-cart .woocommerce .woocommerce-cart-form,
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals,
.elementor-widget-woocommerce-cart .woocommerce .e-cart-section,
.elementor-widget-woocommerce-cart .woocommerce .e-cart__column,
.elementor-widget-woocommerce-cart .woocommerce .e-cart__column-inner,
.elementor-widget-woocommerce-cart .woocommerce .e-shop-table,
.elementor-widget-woocommerce-cart .woocommerce .e-cart-totals,
.elementor-widget-woocommerce-cart .woocommerce .e-cart-totals__container {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.woocommerce-cart table.shop_table,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table {
  margin: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .woocommerce-cart-form,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals,
.elementor-widget-woocommerce-cart .woocommerce .e-cart-section,
.elementor-widget-woocommerce-cart .woocommerce .e-shop-table,
.elementor-widget-woocommerce-cart .woocommerce .e-cart-totals {
  padding: 0 !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border-color: #000 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 0 !important;
}

.woocommerce-cart .coupon {
  padding: 0 !important;
}


.woocommerce-cart .woocommerce-cart-form input.qty,
.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
  box-sizing: border-box !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 28px !important;
  min-height: 0 !important;
  padding: 0 2px !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-align: center;
  font-size: 16px;
  line-height: 28px !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce-cart .woocommerce-cart-form input.qty::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce-cart-form input.qty::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.woocommerce-cart .woocommerce-cart-form input.qty:focus,
.woocommerce-cart .woocommerce-cart-form .quantity input.qty:focus {
  border-bottom-width: 2px !important;
}

.woocommerce-cart .coupon {
  align-items: stretch;
}

.woocommerce-cart .product-remove a.remove,
.woocommerce-cart a.remove {
  position: relative;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px;
}

.woocommerce-cart .product-remove a.remove::before,
.woocommerce-cart .product-remove a.remove::after,
.woocommerce-cart a.remove::before,
.woocommerce-cart a.remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #000;
  transform-origin: center;
}

.woocommerce-cart .product-remove a.remove::before,
.woocommerce-cart a.remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.woocommerce-cart .product-remove a.remove::after,
.woocommerce-cart a.remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.woocommerce-cart .product-remove a.remove:hover,
.woocommerce-cart .product-remove a.remove:focus,
.woocommerce-cart a.remove:hover,
.woocommerce-cart a.remove:focus {
  background: transparent !important;
  color: transparent !important;
  outline: 0 !important;
}

.woocommerce-cart .product-remove a.remove:hover::before,
.woocommerce-cart .product-remove a.remove:hover::after,
.woocommerce-cart .product-remove a.remove:focus::before,
.woocommerce-cart .product-remove a.remove:focus::after,
.woocommerce-cart a.remove:hover::before,
.woocommerce-cart a.remove:hover::after,
.woocommerce-cart a.remove:focus::before,
.woocommerce-cart a.remove:focus::after {
  height: 3px;
}

.jung-checkout-product-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 4px 12px;
  align-items: start;
}

.jung-checkout-product-title,
.jung-checkout-product-meta {
  display: block;
}

.jung-checkout-product-meta {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.jung-checkout-product-remove {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: inherit !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  margin-top: -2px;
}

.jung-checkout-product-remove:hover,
.jung-checkout-product-remove:focus {
  color: inherit !important;
  opacity: .65;
  outline: 0;
}

.jung-checkout-product-price {
  white-space: nowrap;
}

.jung-checkout-products-notice {
  margin: 0 0 14px;
  color: #000;
  font-weight: 900;
  line-height: 1.25;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

.woocommerce-checkout #payment {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

.woocommerce-checkout #payment ul.payment_methods.jung-payment-dropdown:not(.is-open) li.wc_payment_method:not(.is-selected) {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods.jung-payment-dropdown.is-open div.payment_box {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
  position: relative;
  display: block;
  min-height: 30px;
  margin: 0 !important;
  border-bottom: 1px solid #000;
  color: #000 !important;
  padding: 7px 0;
  font-size: var(--fs-body);
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods.jung-payment-dropdown li.wc_payment_method.is-selected > label::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.woocommerce-checkout #payment ul.payment_methods.jung-payment-dropdown.is-open li.wc_payment_method.is-selected > label::after {
  top: 8px;
  transform: rotate(225deg);
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label img {
  display: none !important;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  padding: 10px 0 14px !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}

.woocommerce-checkout #payment .place-order {
  margin: 0 !important;
  padding: 0 !important;
}

.jung-checkout-coupon {
  margin: 0 0 26px;
}

.jung-checkout-coupon__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
}

.jung-checkout-coupon__input {
  min-width: 0;
  min-height: 30px;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  font-size: var(--fs-body, 16px);
  font-weight: 900;
  line-height: 1.2;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

.jung-checkout-coupon__input::placeholder {
  color: #000;
  opacity: 1;
}

.jung-checkout-coupon__input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.jung-checkout-coupon__apply {
  justify-self: end;
  min-height: 30px;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  font-size: var(--fs-body, 16px);
  font-weight: 900;
  line-height: 1.2;
  box-shadow: none !important;
}

.jung-checkout-coupon__apply:hover,
.jung-checkout-coupon__apply:focus {
  background: transparent !important;
  color: #000 !important;
  outline: 0 !important;
}

.jung-checkout-coupon__message {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.jung-checkout-coupon__message:empty {
  display: none;
}

.jung-checkout-coupon.is-processing {
  opacity: .55;
  pointer-events: none;
}

.woocommerce-checkout #payment #place_order {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 34px;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  padding: 8px 16px !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: none !important;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus {
  background: transparent !important;
  color: #000 !important;
  outline: 0 !important;
}

.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 0 !important
}

.jung-checkout-order .jung-date-time {
  --jung-calendar-width: min(100%, 750px);
}

.jung-checkout-order .jung-date-time > label {
  display: block;
  width: var(--jung-calendar-width);
  max-width: 100%;
  margin: 0;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 3px;
}

.jung-checkout-order .order-date,
.jung-checkout-order .order-time {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.jung-checkout-order .flatpickr-months {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: var(--jung-calendar-width) !important;
  max-width: 100%;
  margin-bottom: 8px;
}

.jung-checkout-order .flatpickr-months .flatpickr-month {
  order: 1;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  color: #000 !important;
  fill: #000 !important;
  overflow: visible !important;
}

.jung-checkout-order .flatpickr-current-month {
  position: static !important;
  display: flex !important;
  align-items: center;
  flex: 0 0 auto !important;
  gap: 4px;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  text-align: left !important;
}

.jung-checkout-order .flatpickr-current-month .flatpickr-monthDropdown-months,
.jung-checkout-order .flatpickr-current-month .cur-month,
.jung-checkout-order .flatpickr-current-month input.cur-year {
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  font-size: var(--fs-body, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.jung-checkout-order .flatpickr-current-month .cur-month {
  flex: 0 0 auto !important;
}

.jung-checkout-order .flatpickr-current-month input.cur-year {
  width: 4.5ch !important;
  min-width: 4.5ch !important;
  box-sizing: content-box !important;
  caret-color: transparent !important;
  cursor: default !important;
  pointer-events: none !important;
}

.jung-checkout-order .flatpickr-current-month .numInputWrapper {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.jung-checkout-order .flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.jung-checkout-order .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.jung-checkout-order .flatpickr-current-month .cur-month:hover,
.jung-checkout-order .flatpickr-current-month .cur-month:focus,
.jung-checkout-order .flatpickr-current-month .numInputWrapper:hover,
.jung-checkout-order .flatpickr-current-month .numInputWrapper:focus-within,
.jung-checkout-order .flatpickr-current-month input.cur-year:hover,
.jung-checkout-order .flatpickr-current-month input.cur-year:focus {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jung-checkout-order .flatpickr-current-month .arrowUp,
.jung-checkout-order .flatpickr-current-month .arrowDown {
  display: none !important;
}

.jung-checkout-order .flatpickr-prev-month,
.jung-checkout-order .flatpickr-next-month {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
  width: 18px !important;
  height: auto !important;
  margin: 0 0 0 8px !important;
  padding: 0 !important;
  color: #000 !important;
  fill: #000 !important;
  opacity: 1 !important;
  transform: none !important;
}

.jung-checkout-order .flatpickr-prev-month {
  order: 2;
  margin: 0 2px 0 8px !important;
}

.jung-checkout-order .flatpickr-next-month {
  order: 3;
  margin: 0 !important;
}

.jung-checkout-order .flatpickr-prev-month:hover,
.jung-checkout-order .flatpickr-next-month:hover,
.jung-checkout-order .flatpickr-prev-month:focus,
.jung-checkout-order .flatpickr-next-month:focus {
  background: transparent !important;
  color: #000 !important;
  fill: #000 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jung-checkout-order .flatpickr-prev-month svg,
.jung-checkout-order .flatpickr-next-month svg {
  width: 14px !important;
  height: 14px !important;
}

.jung-checkout-order .flatpickr-rContainer,
.jung-checkout-order .flatpickr-days,
.jung-checkout-order .dayContainer {
  width: var(--jung-calendar-width) !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.jung-checkout-order .flatpickr-weekdays {
  width: var(--jung-calendar-width) !important;
  max-width: 100%;
  height: auto !important;
  margin-bottom: 10px;
}

.jung-checkout-order span.flatpickr-weekday {
  color: #000 !important;
  font-size: var(--fs-body, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.jung-checkout-order .flatpickr-day {
  position: relative;
  height: auto !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: var(--fs-body, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.8 !important;
  box-shadow: none !important;
}

.jung-checkout-order .flatpickr-day.prevMonthDay,
.jung-checkout-order .flatpickr-day.nextMonthDay,
.jung-checkout-order .flatpickr-day.flatpickr-disabled,
.jung-checkout-order .flatpickr-day.flatpickr-disabled:hover {
  color: #c8c8c8 !important;
  background: transparent !important;
}

.jung-checkout-order .flatpickr-day:hover,
.jung-checkout-order .flatpickr-day:focus,
.jung-checkout-order .flatpickr-day.today,
.jung-checkout-order .flatpickr-day.selected,
.jung-checkout-order .flatpickr-day.selected:hover,
.jung-checkout-order .flatpickr-day.selected:focus,
.jung-checkout-order .flatpickr-day[aria-selected="true"],
.jung-checkout-order .flatpickr-day[aria-selected="true"]:hover,
.jung-checkout-order .flatpickr-day[aria-selected="true"]:focus,
.jung-checkout-order .flatpickr-day.startRange,
.jung-checkout-order .flatpickr-day.endRange {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
  fill: #000 !important;
  outline: 0 !important;
  box-shadow: none !important;
}



.jung-checkout-order .flatpickr-day.selected::after,
.jung-checkout-order .flatpickr-day[aria-selected="true"]::after,
.jung-checkout-order .flatpickr-day:hover::after,
.jung-checkout-order .flatpickr-day:focus::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 1.35em;
  height: 1px;
  background: currentColor;
}

.jung-checkout-order .flatpickr-day.flatpickr-disabled::after,
.jung-checkout-order .flatpickr-day.prevMonthDay::after,
.jung-checkout-order .flatpickr-day.nextMonthDay::after {
  display: none;
}

.jung-checkout-order .jung-time-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: var(--jung-calendar-width);
  max-width: 300px;
  gap: 3px 0;
  align-items: start;
}

.jung-checkout-order .jung-time-grid button {
  position: relative;
  justify-self: start;
  width: fit-content;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  font-family: inherit;
  font-size: var(--fs-body, 16px);
  font-weight: 900;
  line-height: 1.2;
  box-shadow: none !important;
}

.jung-checkout-order .jung-time-grid .is-empty {
  grid-column: 1 / -1;
  color: #000;
  font-size: var(--fs-body, 16px);
  font-weight: 900;
  line-height: 1.2;
}

.jung-checkout-order .jung-time-grid button:hover::after,
.jung-checkout-order .jung-time-grid button:focus-visible::after,
.jung-checkout-order .jung-time-grid button.active::after {
  opacity: 1;
}

.elementor-widget-jet-smart-filters-radio .jet-radio-list__label,
.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__label {
  color: #000 !important;
  font-weight: 900 !important;
}

.elementor-widget-jet-smart-filters-radio .jet-radio-list__button,
.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__button {
  color: #000 !important;
}

.elementor-widget-jet-smart-filters-radio .jet-radio-list__input:checked ~ .jet-radio-list__button .jet-radio-list__label,
.elementor-widget-jet-smart-filters-radio .jet-radio-list__button:hover .jet-radio-list__label,
.elementor-widget-jet-smart-filters-radio .jet-radio-list__button:focus .jet-radio-list__label,
.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label,
.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__button:hover .jet-checkboxes-list__label,
.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__button:focus .jet-checkboxes-list__label {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {


  [data-jung-checkout-step="1"] .jung-checkout-mobile-controls {
    gap: 0 !important
  }

  [data-jung-checkout-step="1"] .jung-checkout-mobile-next{
    grid-column: 2;
    width: 100%;
  }


  form.checkout.jung-mobile-checkout-ready .jung-step-section:not(.is-active) {
    display: none !important;
  }

  form.checkout.jung-mobile-checkout-ready:not(.jung-checkout-payment-step-active) #order_review_heading,
  form.checkout.jung-mobile-checkout-ready:not(.jung-checkout-payment-step-active) .order-method-summary-box,
  form.checkout.jung-mobile-checkout-ready:not(.jung-checkout-payment-step-active) #order_review,
  form.checkout.jung-mobile-checkout-ready:not(.jung-checkout-payment-step-active) .woocommerce-checkout-review-order,
  form.checkout.jung-mobile-checkout-ready:not(.jung-checkout-payment-step-active) #payment,
  form.checkout.jung-mobile-checkout-ready:not(.jung-checkout-payment-step-active) .woocommerce-checkout-payment {
    display: none !important;
  }

  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px 18px;
    margin: 32px 0 0;
  }

  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-error {
    grid-column: 1 / -1;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
  }

  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-error:not(.is-visible),
  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-back[hidden],
  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-next[hidden] {
    display: none !important;
  }

  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-back {
    justify-self: start;
    min-height: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #000 !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;
    box-shadow: none !important;
  }

  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-next {
    justify-self: end;
    width: min(100%, 440px);
    height: 32px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #000 !important;
    padding: 9px 18px !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: none !important;
  }

  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-back:hover,
  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-back:focus,
  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-next:hover,
  form.checkout.jung-mobile-checkout-ready .jung-checkout-mobile-next:focus {
    background: transparent !important;
    color: #000 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment .place-order {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px 24px;
  }

  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment .woocommerce-terms-and-conditions-wrapper,
  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment .jung-checkout-coupon {
    grid-column: 1 / -1;
  }

  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment .jung-checkout-mobile-controls {
    display: contents;
    margin: 0;
  }

  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment .jung-checkout-mobile-error {
    grid-column: 1 / -1;
  }

  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment .jung-checkout-mobile-back {
    grid-column: 1;
  }

  form.checkout.jung-mobile-checkout-ready[data-jung-checkout-step="4"] #payment #place_order {
    grid-column: 2;
    justify-self: end;
    width: min(100%, 440px) !important;
  }

  .woocommerce-notices-wrapper,
  .woocommerce .return-to-shop {
    width: auto;
  }

  .woocommerce-notices-wrapper {
    padding: 0 20px;
  }

  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error {
    display: block;
    min-height: 0;
    padding: 0 !important;
    border-bottom: 0 !important;
    font-size: 14px;
  }

  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-error .button {
    width: 100%;
    margin: 14px 0 22px !important;
  }

  .jung-mobile-menu__item {
    display: grid;
    gap: 0;
  }

  .jung-mobile-menu__sub-menu {
    display: none;
    gap: 14px;
    margin: 7px 0 12px;
    margin-bottom: 0;
  }

  .jung-mobile-menu__item.is-open > .jung-mobile-menu__sub-menu {
    display: grid;
  }

  .jung-mobile-menu__primary .jung-mobile-menu__sub-menu .jung-mobile-menu__link {
    font-size: clamp(40px, 10vw, 68px) !important;
    font-weight: 900 !important;
    line-height: .98 !important;
  }

  .jung-mobile-menu__primary .jung-mobile-menu__link,
  .jung-mobile-menu__secondary .jung-mobile-menu__link {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: #000 !important;
    text-decoration: none !important;
  }

  .jung-mobile-menu__primary .jung-mobile-menu__link::after,
  .jung-mobile-menu__secondary .jung-mobile-menu__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: max(2px, .055em);
    background: currentColor;
    opacity: 0;
    transition: opacity 140ms ease;
  }

  .jung-mobile-menu__sub-menu .jung-mobile-menu__link::after{
    bottom: -10px;
  }

  .jung-mobile-menu__primary .jung-mobile-menu__link:hover::after,
  .jung-mobile-menu__primary .jung-mobile-menu__link:focus-visible::after,
  .jung-mobile-menu__secondary .jung-mobile-menu__link:hover::after,
  .jung-mobile-menu__secondary .jung-mobile-menu__link:focus-visible::after {
    opacity: 1;
  }

  .jung-mobile-menu__link--has-children {
    cursor: default;
  }

  .jung-mobile-filters-toggle {
    cursor: pointer;
  }

  .jung-mobile-filters-toggle[aria-expanded="true"] {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px !important;
  }

  .mobile-filters-wrapper {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    box-sizing: border-box !important;
    --width: 100% !important;
    --content-width: 100% !important;
    width: 100vw !important;
    max-width: none !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #fff !important;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 160ms ease, visibility 0s linear 160ms;
    margin-bottom: 50px;
  }

  .mobile-filters-wrapper.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }

  body.elementor-editor-active .mobile-filters-wrapper {
    position: relative !important;
    inset: auto !important;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  html.jung-mobile-filters-open,
  body.jung-mobile-filters-open {
    height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .mobile-filters-wrapper .e-con,
  .mobile-filters-wrapper .e-con-inner {
    --width: 100% !important;
    --content-width: 100% !important;
  }

  .mobile-filters-wrapper .elementor-widget-template,
  .mobile-filters-wrapper .elementor-widget-container,
  .mobile-filters-wrapper .elementor-template,
  .mobile-filters-wrapper .elementor {
    width: 100% !important;
    max-width: none !important;
  }

  .mobile-filters-wrapper > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-filters-wrapper .elementor-widget-heading {
    margin: 0 0 6px !important;
  }

  .mobile-filters-wrapper .elementor-widget-heading:first-child {
    margin-top: 0 !important;
  }

  .mobile-filters-wrapper .elementor-heading-title {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  .mobile-filters-wrapper .jet-radio-list-wrapper,
  .mobile-filters-wrapper .jet-checkboxes-list-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-filters-wrapper .jet-radio-list__row,
  .mobile-filters-wrapper .jet-checkboxes-list__row {
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  .mobile-filters-wrapper .jet-radio-list__item,
  .mobile-filters-wrapper .jet-checkboxes-list__item {
    display: block !important;
  }

  .mobile-filters-wrapper .jet-radio-list__button,
  .mobile-filters-wrapper .jet-checkboxes-list__button {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .mobile-filters-wrapper .jet-radio-list__decorator,
  .mobile-filters-wrapper .jet-checkboxes-list__decorator,
  .mobile-filters-wrapper .jet-filters-counter {
    display: none !important;
  }

  .mobile-filters-wrapper .jet-radio-list__label,
  .mobile-filters-wrapper .jet-checkboxes-list__label {
    display: inline !important;
    color: #000 !important;
    font-size: var(--fs-menu-d) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

}

/* ═══ ANIMATED DIAGONAL STRIPES BACKGROUND ════════════════
   Add the CSS class "jung-stripes-animated" to the Elementor
   section/container that currently uses bg-karriere.svg.
   The stripes are redrawn with CSS so they can scroll
   seamlessly. Tune look via the variables below. */
.jung-stripes-animated {
  --stripe-color: #f04e5e;   /* red stripe — match the SVG */
  --stripe-bg: #ffffff;      /* gap color */
  --stripe-width: 60px;      /* width of one stripe */
  --stripe-angle: 45deg;     /* tilt; flip sign to mirror */
  --stripe-speed: 1s;        /* lower = faster */
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.jung-stripes-animated::before {
  content: "";
  position: absolute;
  /* Oversized so the rotated corners never reveal an edge. */
  top: -75%;
  left: -75%;
  width: 250%;
  height: 250%;
  background-image: repeating-linear-gradient(
    90deg,
    var(--stripe-color) 0,
    var(--stripe-color) var(--stripe-width),
    var(--stripe-bg) var(--stripe-width),
    var(--stripe-bg) calc(var(--stripe-width) * 2)
  );
  transform: rotate(var(--stripe-angle));
  animation: jung-stripes-move var(--stripe-speed) linear infinite;
  z-index: -1;
  pointer-events: none;
  will-change: background-position;
}

/* Keep the section content above the stripes regardless of the
   Elementor layout type (legacy section or flexbox container). */
.jung-stripes-animated > .elementor-container,
.jung-stripes-animated > .e-con-inner,
.jung-stripes-animated > .elementor-widget-wrap,
.jung-stripes-animated > .elementor-element {
  position: relative;
  z-index: 1;
}

@keyframes jung-stripes-move {
  from { background-position: 0 0; }
  to   { background-position: calc(var(--stripe-width) * 2) 0; }
}

@media (prefers-reduced-motion: reduce) {
  .jung-stripes-animated::before {
    animation: none;
  }
}
