/* ==========
   InnoValiente CSS
   Stand: 2026-06-17
   ========== */

/* ==========
   01 Basis
   ========== */

:root {
	--iv-blue: #259CD8;
	--iv-blue-deep: #006b9a;
	--iv-red: #be1622;
	--iv-ink: #1d1d1b;
	--iv-text: #333333;
	--iv-muted: #565656;
	--iv-grey: #f6f6f6;
	--iv-bg: #f6f6f6;
	--iv-soft: #f6f6f6;
	--iv-soft-grey: #f6f6f6;
	--iv-border: #dcecf3;
	--iv-white: #ffffff;
	--iv-radius-sm: 14px;
	--iv-radius-md: 18px;
	--iv-radius: 22px;
	--iv-radius-lg: 28px;
	--iv-radius-xl: 32px;
	--iv-radius-pill: 999px;
	--iv-shadow: 0 14px 34px rgba(29, 29, 27, 0.08);
	--iv-shadow-soft: 0 10px 24px rgba(29, 29, 27, 0.055);
	--iv-shadow-button: 0 8px 18px rgba(29, 29, 27, 0.08);
	--iv-font-body: "Roboto", Arial, system-ui, sans-serif;
	--iv-font-heading: "Poppins", Arial, system-ui, sans-serif;
}

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

/* ==========
   Trennung
   ========== */

.iv-card h2,
.iv-card h3,
.iv-card h4,
.iv-step h2,
.iv-step h3,
.iv-step h4,
.woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.iv-faq-toggle h5.et_pb_toggle_title {
	hyphens: manual !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	text-wrap: balance;
}

/* ==========
   Umbrüche
   ========== */

.iv-mobile-break {
	display: none;
}

@media (max-width: 600px) {
	.iv-mobile-break {
		display: block;
	}
}


/* ==========
   R5 Mobile P
   ========== */

@media (max-width: 500px) {

.woocommerce-loop-product__title,
	.woocommerce div.product .product_title {
		hyphens: manual !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		text-wrap: balance;
		line-height: 1.18 !important;
	}

	.woocommerce-loop-product__title {
		max-width: 15em;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.woocommerce div.product .product_title {
		max-width: 16em;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}
}


body,
.iv-layout,
.iv-faq-layout,
.woocommerce,
.woocommerce-loop-product__title,
.iv-card,
.iv-step {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

h1,
h2,
h3 {
	color: var(--iv-ink) !important;
	font-weight: 500 !important;
}

div.et_pb_text_inner h1,
div.et_pb_text_inner h2 {
	font-weight: 500 !important;
}

a {
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

a:hover,
a:focus-visible {
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

div.legacy-itemprop-offers {
	display: none !important;
}

.transparent {
	background-color: rgba(255, 255, 255, 0.75) !important;
	border-radius: var(--iv-radius-pill);
	padding: 1em 1em 1em 2em !important;
	margin-left: -2em;
}

/* ==========
   02 Navigation
   ========== */

nav#top-menu-nav ul#top-menu.nav li.menu-item {
	font-weight: 400 !important;
}

ul#top-menu.nav li.menu-item a:hover {
	color: var(--iv-red) !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-underline-offset: 4px;
}

/* ==========
   03 Layout
   ========== */

.iv-layout,
.iv-layout p,
.iv-layout li {
	font-family: var(--iv-font-body);
	font-weight: 400;
	color: var(--iv-ink);
	font-size: 18px;
	line-height: 1.65;
}

.iv-layout h1,
.iv-layout h2,
.iv-layout h3,
.iv-layout h4,
.iv-layout h5 {
	font-family: var(--iv-font-heading);
	font-weight: 500;
	color: var(--iv-ink);
	line-height: 1.12;
	letter-spacing: -0.025em;
	margin-top: 0;
}

.iv-layout h1 {
	position: relative;
	z-index: 1;
	font-size: clamp(1.9rem, 3.5vw, 3.5rem);
	letter-spacing: -0.035em;
	margin: 0 0 1rem;
}

.iv-layout h1 span {
	color: var(--iv-blue);
}

.iv-layout h2 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	letter-spacing: -0.025em;
	margin: 0 0 1rem;
}

.iv-layout h3 {
	font-size: 24px;
	margin-bottom: 12px;
}

.iv-layout h4 {
	font-size: 21px;
	margin-bottom: 10px;
}

.iv-layout h5 {
	font-size: 19px;
	margin-bottom: 8px;
}

.iv-eyebrow {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-size: 13px !important;
	font-weight: 900;
	color: var(--iv-red) !important;
	margin: 0 0 16px !important;
	line-height: 1.35 !important;
}

.iv-lead {
	font-size: clamp(15px, 1.35vw, 16px) !important;
	color: var(--iv-blue) !important;
	line-height: 1.65 !important;
}

.iv-muted {
	color: var(--iv-muted) !important;
}

.iv-section {
	background: var(--iv-white);
}

.iv-section-soft {
	background: var(--iv-grey);
}

.iv-row-tight {
	max-width: 1120px !important;
}

.iv-text-narrow {
	max-width: 820px;
}

/* ==========
   04 Hero
   ========== */

.iv-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(246, 246, 246, 0.98), rgba(255, 255, 255, 0.96) 48%, rgba(0, 159, 227, 0.12));
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	border-bottom: 1px solid var(--iv-border);
}

.iv-hero::before,
.iv-hero::after,
.iv-hero .et_pb_background_mask,
.iv-hero .et_pb_background_pattern {
	content: none !important;
	display: none !important;
}

.iv-hero-row {
	display: flex;
	align-items: center;
	gap: 34px;
}

.iv-hero-row .et_pb_column {
	position: relative;
	z-index: 2;
}

.iv-hero-copy {
	max-width: 780px;
}

.iv-hero-card {
	margin-top: 0;
}

.iv-hero-card .iv-lead {
	font-size: clamp(18px, 1.6vw, 22px) !important;
}

.iv-hero-card-module,
.iv-hero-card-module .et_pb_text_inner,
.iv-card,
.iv-hero-card {
	border-radius: var(--iv-radius-xl) !important;
	overflow: hidden !important;
}

/* ==========
   05 Band
   ========== */

.iv-band {
	background: var(--iv-ink);
}

.iv-band h1,
.iv-band h2,
.iv-band h3,
.iv-band h4,
.iv-band p,
.iv-band li {
	color: var(--iv-white) !important;
}

.iv-band .iv-muted {
	color: rgba(255, 255, 255, 0.78) !important;
}

/* ==========
   06 Cards
   ========== */

.iv-card {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: var(--iv-grey) !important;
	border: 1px solid var(--iv-border);
	border-radius: var(--iv-radius);
	padding: 28px 30px;
}

.iv-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: var(--iv-blue);
	opacity: 0.9;
}

.iv-card h2::after,
.iv-card h3::after {
	content: "";
	display: block;
	width: 64px;
	height: 5px;
	background: var(--iv-blue);
	border-radius: var(--iv-radius-pill);
	margin-top: 13px;
}

.iv-card > * {
	position: relative;
}

.iv-card ul {
	padding-left: 1.15em;
	margin-bottom: 0;
}

.iv-card li {
	margin-bottom: 0.25em;
}

.iv-card-soft {
	background: var(--iv-grey) !important;
}

.iv-card-dark {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.iv-card-dark::before {
	background: var(--iv-blue);
}

.iv-note {
	background: var(--iv-grey);
	border: 1px solid rgba(0, 159, 227, 0.24);
	padding: 18px 22px;
	border-radius: 16px;
}

.iv-step {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 18px;
	align-items: start;
	background: var(--iv-grey) !important;
	border: 1px solid var(--iv-border);
	border-radius: var(--iv-radius);
	padding: 24px;
	box-shadow: var(--iv-shadow);
}

.iv-step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--iv-blue);
	border: 3px solid var(--iv-ink);
	color: var(--iv-white) !important;
	font-weight: 900;
}

.iv-kicker {
	font-size: 15px !important;
	font-weight: 900;
	color: var(--iv-blue-deep) !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 8px !important;
}

.iv-form-placeholder {
	background: var(--iv-white);
	border: 2px dashed rgba(0, 159, 227, 0.45);
	border-radius: var(--iv-radius);
	padding: 30px;
}

.iv-amelia-placeholder {
	background: var(--iv-grey);
	border: 1px solid rgba(0, 159, 227, 0.32);
	border-radius: var(--iv-radius-md);
	padding: 24px;
	margin-top: 18px;
	font-weight: 800;
}

/* ==========
   07 Buttons
   ========== */

.iv-btnrow {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.iv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--iv-radius-pill);
	padding: 14px 23px;
	text-decoration: none !important;
	font-weight: 900;
	border: 2px solid var(--iv-blue);
	color: var(--iv-blue-deep) !important;
	background: var(--iv-white);
	box-shadow: var(--iv-shadow-button);
	line-height: 1.25;
}

.iv-btn-primary {
	background: var(--iv-blue);
	color: var(--iv-white) !important;
}

.iv-btn:hover,
.iv-btn:focus-visible {
	background: var(--iv-red);
	border-color: var(--iv-red);
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
}

body #page-container .et_pb_button_module_wrapper.et_pb_button_alignment_left {
	text-align: left !important;
}

body #page-container .et_pb_button_module_wrapper.et_pb_button_alignment_center {
	text-align: center !important;
}

body #page-container .et_pb_button_module_wrapper.et_pb_button_alignment_right {
	text-align: right !important;
}

body #page-container .et_pb_button_module_wrapper.et_pb_button_alignment_justified .et_pb_button {
	display: flex !important;
	width: 100% !important;
}

body #page-container a.et_pb_button,
body #page-container button.et_pb_button,
body #page-container .iv-layout a.et_pb_button,
body #page-container .iv-layout .et_pb_button,
body #page-container .iv-divi-button .et_pb_button,
body #page-container .iv-button-row-inner .et_pb_button,
body #page-container .woocommerce a.button,
body #page-container .woocommerce button.button,
body #page-container .woocommerce input.button {
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	line-height: 1.25 !important;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}

body #page-container a.et_pb_button,
body #page-container button.et_pb_button,
body #page-container .woocommerce a.button,
body #page-container .woocommerce button.button {
	display: inline-flex !important;
}

body #page-container .iv-layout a.et_pb_button.iv-divi-button-primary {
	background-color: var(--iv-blue) !important;
	border-color: var(--iv-blue) !important;
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
}

body #page-container .iv-layout a.et_pb_button.iv-divi-button-secondary,
.iv-band .iv-divi-button-secondary .et_pb_button {
	background-color: var(--iv-white) !important;
	border-color: var(--iv-blue) !important;
	color: var(--iv-blue-deep) !important;
	-webkit-text-fill-color: var(--iv-blue-deep) !important;
}

body #page-container a.et_pb_button:hover,
body #page-container button.et_pb_button:hover,
body #page-container .et_pb_button:hover,
body #page-container .iv-layout a.et_pb_button:hover,
body #page-container .iv-layout a.et_pb_button.iv-divi-button:hover,
body #page-container .iv-layout a.et_pb_button.iv-divi-button-primary:hover,
body #page-container .iv-layout a.et_pb_button.iv-divi-button-secondary:hover,
body #page-container .iv-layout .iv-button-row-inner a.et_pb_button:hover,
body #page-container .iv-divi-button .et_pb_button:hover,
body #page-container .iv-button-row-inner .et_pb_button:hover,
body #page-container .woocommerce a.button:hover,
body #page-container .woocommerce button.button:hover,
body #page-container .woocommerce input.button:hover,
body #page-container .woocommerce #respond input#submit:hover,
body.woocommerce-checkout #place_order:hover {
	background-color: var(--iv-red) !important;
	background: var(--iv-red) !important;
	border-color: var(--iv-red) !important;
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
	transform: translateY(-1px);
}

body #page-container a.et_pb_button:hover *,
body #page-container button.et_pb_button:hover *,
body #page-container .et_pb_button:hover *,
body #page-container a.et_pb_button:hover::before,
body #page-container a.et_pb_button:hover::after,
body #page-container button.et_pb_button:hover::before,
body #page-container button.et_pb_button:hover::after,
body #page-container .et_pb_button:hover::before,
body #page-container .et_pb_button:hover::after,
body #page-container .iv-btn:hover *,
body #page-container .iv-faq-button:hover *,
body #page-container .iv-footer-button.et_pb_button:hover * {
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
}

body #page-container a.et_pb_button:focus-visible,
body #page-container button.et_pb_button:focus-visible,
body #page-container .et_pb_button:focus-visible,
body #page-container .woocommerce a.button:focus-visible,
body #page-container .woocommerce button.button:focus-visible,
body #page-container .woocommerce input.button:focus-visible,
body.woocommerce-checkout #place_order:focus-visible {
	background-color: var(--iv-red) !important;
	background: var(--iv-red) !important;
	border-color: var(--iv-red) !important;
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
	outline: 3px solid var(--iv-red);
	outline-offset: 3px;
}

.iv-button-row-inner.et_pb_row_inner,
.iv-layout .iv-button-row-inner.et_pb_row_inner {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	width: auto !important;
	max-width: none !important;
	margin-top: 24px !important;
	padding: 0 !important;
}

.iv-button-row-inner .et_pb_column_inner,
.iv-layout .iv-button-row-inner .et_pb_column_inner {
	width: auto !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ==========
   08 Shop
   ========== */

.woocommerce {
	width: 100% !important;
}

.woocommerce ul.products li.product .et_shop_image {
	display: block;
	width: 200px;
	max-width: 200px;
	margin: 0 auto 14px auto;
	text-align: center;
	position: relative;
}

.woocommerce ul.products li.product .et_shop_image img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}

.woocommerce ul.products li.product .et_shop_image .et_overlay {
	left: 0;
	right: 0;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
	z-index: 2;
	position: absolute;
	top: 10px !important;
	left: 10px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 6px 18px !important;
	background-color: rgba(255, 0, 0, 0.6) !important;
	border-radius: 30px !important;
	box-shadow: none !important;
	color: var(--iv-white);
	font-size: 16px;
	font-weight: 500 !important;
	line-height: inherit !important;
	text-shadow: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 1.4rem;
	line-height: 1.3em;
	text-align: center;
	hyphens: auto;
	overflow-wrap: break-word;
}

.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-de_price_taxrate {
	text-align: center;
}

p.price-ad {
	font-size: 0.9rem !important;
	margin-bottom: 2em;
}

.adwem-free-product div.wgm-info.woocommerce-de_price_taxrate,
li.product.adwem-free-product div.wgm-info.woocommerce-de_price_taxrate {
	display: none !important;
}
	
/* ==========
   Brevo Reset
   ========== */

.iv-newsletter-section {
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

.iv-newsletter-section .et_pb_row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body #page-container .iv-newsletter-form {
	width: 100% !important;
	max-width: 540px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
	background: transparent !important;
}

body #page-container .iv-newsletter-form #sib-form-container,
body #page-container .iv-newsletter-form #sib-container {
	width: 100% !important;
	max-width: 540px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body #page-container .iv-newsletter-form #sib-container {
	background-color: #259CD8 !important;
	border-color: #259CD8 !important;
	border-radius: 16px !important;
	padding: 28px !important;
	text-align: left !important;
}

body #page-container .iv-newsletter-form #sib-container h2.sib-form-block {
	text-align: left !important;
	margin-bottom: 24px !important;
	color: #ffffff !important;
}

body #page-container .iv-newsletter-form #sib-container,
body #page-container .iv-newsletter-form #sib-container p,
body #page-container .iv-newsletter-form #sib-container label,
body #page-container .iv-newsletter-form #sib-container .entry__label,
body #page-container .iv-newsletter-form #sib-container .entry__choice span {
	color: #ffffff !important;
}

body #page-container .iv-newsletter-form #sib-container .entry__field {
	background-color: #ffffff !important;
	border-radius: 30px !important;
	overflow: hidden !important;
}

body #page-container .iv-newsletter-form #sib-container input[type="text"],
body #page-container .iv-newsletter-form #sib-container input[type="email"] {
	width: 100% !important;
	background-color: #ffffff !important;
	color: #1d1d1b !important;
	font-size: 16px !important;
	border: 0 !important;
	border-radius: 30px !important;
	padding: 14px 20px !important;
	min-height: 48px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

body #page-container .iv-newsletter-form #sib-container .entry__choice p {
	display: inline !important;
	margin: 0 !important;
}

body #page-container .iv-newsletter-form #sib-container .entry__choice input.input_replaced,
body #page-container .iv-newsletter-form #sib-container .entry__choice .checkbox,
body #page-container .iv-newsletter-form #sib-container .entry__choice .checkbox_tick_positive {
	margin-right: 8px !important;
}

body #page-container .iv-newsletter-form #sib-container .sib-captcha,
body #page-container .iv-newsletter-form #sib-container .cf-turnstile,
body #page-container .iv-newsletter-form #sib-container .g-recaptcha {
	position: static !important;
	left: auto !important;
	transform: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body #page-container .iv-newsletter-form #sib-container .sib-form-block__button {
	background-color: #ffffff !important;
	color: #259CD8 !important;
	border-radius: 999px !important;
	text-align: center !important;
	padding: 12px 28px !important;
	border: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

body #page-container .iv-newsletter-form #sib-container .sib-form-block__button:hover {
	background-color: var(--iv-red) !important;
	color: #ffffff !important;
}


/* ==========
   Brevo Mobile
   ========== */

@media (max-width: 500px) {
	.iv-newsletter-section {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}

	body #page-container .iv-newsletter-form {
		max-width: 100% !important;
	}

	body #page-container .iv-newsletter-form #sib-container {
		max-width: 100% !important;
		padding: 24px !important;
		border-radius: 16px !important;
	}

	body #page-container .iv-newsletter-form #sib-container h2.sib-form-block {
		text-align: center !important;
		font-size: 2rem !important;
		line-height: 1.15 !important;
	}

	body #page-container .iv-newsletter-form #sib-container .sib-form-block__button {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
	
	/* ==========
   Woo Free
   ========== */

.et_pb_shop ul.products li.product.product_cat-info-gratis,
.woocommerce ul.products li.product.product_cat-info-gratis {
	text-align: center;
	margin-bottom: 46px !important;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product.product_cat-info-gratis .woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none !important;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .et_shop_image,
.woocommerce ul.products li.product.product_cat-info-gratis .et_shop_image {
	width: 150px;
	max-width: 150px;
	margin: 0 auto 24px auto;
	border-radius: 999px !important;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .et_shop_image img,
.woocommerce ul.products li.product.product_cat-info-gratis .et_shop_image img {
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 0 auto;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .woocommerce-loop-product__title,
.woocommerce ul.products li.product.product_cat-info-gratis .woocommerce-loop-product__title {
	max-width: 18em;
	margin: 0 auto 12px auto !important;
	color: var(--iv-ink) !important;
	font-size: clamp(1.15rem, 4.8vw, 1.45rem) !important;
	line-height: 1.22 !important;
	font-weight: 500 !important;
	text-align: center !important;
	text-decoration: none !important;
	hyphens: manual !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	text-wrap: balance;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
.et_pb_shop ul.products li.product.product_cat-info-gratis .woocommerce-LoopProduct-link:focus-visible .woocommerce-loop-product__title,
.woocommerce ul.products li.product.product_cat-info-gratis .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product.product_cat-info-gratis .woocommerce-LoopProduct-link:focus-visible .woocommerce-loop-product__title {
	color: var(--iv-blue-deep) !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .price,
.woocommerce ul.products li.product.product_cat-info-gratis .price {
	margin-top: 6px !important;
	text-align: center !important;
}

.et_pb_shop ul.products li.product.product_cat-info-gratis .iv-free-price,
.woocommerce ul.products li.product.product_cat-info-gratis .iv-free-price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--iv-blue) !important;
	font-weight: 800 !important;
	font-size: 1rem !important;
}

/* ==========
   09 Checkout
   ========== */

body.woocommerce-checkout form.woocommerce-checkout {
	display: block !important;
	margin: 0 auto !important;
	font-family: inherit;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details,
body.woocommerce-checkout form.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout form.woocommerce-checkout #order_review,
body.woocommerce-checkout #customer_details.col2-set,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	grid-column: auto !important;
	float: none !important;
	clear: both !important;
}

body.woocommerce-checkout form.woocommerce-checkout #order_review {
	position: static !important;
	top: auto !important;
}

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-form-coupon,
body.woocommerce-checkout .woocommerce-form-login {
	margin-bottom: 24px !important;
}

body.woocommerce-checkout #customer_details .col-2 {
	margin-top: 24px !important;
}

body.woocommerce-checkout #order_review_heading {
	max-width: 820px !important;
	margin: 32px auto 18px !important;
}

body.woocommerce-checkout #order_review {
	background: var(--iv-white) !important;
	border: 1px solid #dde3ea !important;
	border-radius: 16px !important;
	box-shadow: 0 14px 34px rgba(29, 29, 27, 0.10) !important;
	padding: 28px !important;
}

body.woocommerce-checkout #payment {
	margin-bottom: 28px !important;
}

body.woocommerce-checkout #place_order {
	width: 100% !important;
	max-width: 100% !important;
}

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout label {
	font-size: 1rem !important;
	color: var(--iv-text) !important;
}

body.woocommerce-checkout input::placeholder,
body.woocommerce-checkout textarea::placeholder {
	font-size: 1rem !important;
	color: #666666 !important;
	opacity: 1 !important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review table.shop_table,
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout #order_review .product-name,
body.woocommerce-checkout #order_review .product-total,
body.woocommerce-checkout #order_review .cart-subtotal,
body.woocommerce-checkout #order_review .order-total,
body.woocommerce-checkout #order_review .woocommerce-Price-amount,
body.woocommerce-checkout #order_review .wgm-tax,
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment label,
body.woocommerce-checkout #payment .payment_box,
body.woocommerce-checkout #payment p,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p,
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 0.9375rem !important;
	color: var(--iv-text) !important;
	line-height: 1.5 !important;
}

body.woocommerce-checkout #order_review .product-name,
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review .order-total th,
body.woocommerce-checkout #order_review .order-total td {
	font-weight: 700 !important;
}

body.woocommerce-checkout #order_review .order-total th,
body.woocommerce-checkout #order_review .order-total td,
body.woocommerce-checkout #order_review .order-total .woocommerce-Price-amount {
	font-size: 1.05rem !important;
	color: var(--iv-ink) !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p,
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	line-height: 1.55 !important;
}

/* ==========
   10 Danke
   ========== */

body.woocommerce-order-received {
	--iv-order-accent: var(--iv-blue);
	--iv-order-bg: var(--iv-grey);
	--iv-order-card: #ffffff;
	--iv-order-line: var(--iv-blue);
	--iv-order-success: #92c462;
	--iv-order-focus: var(--iv-blue);
}

body.woocommerce-order-received .woocommerce {
	max-width: none;
	position: relative;
	top: -30px !important;
	margin: 0 auto;
	padding: 12px 0 28px;
	color: #303030;
	font-size: 17px;
	line-height: 1.65;
}

body.woocommerce-order-received .et_pb_post_title .entry-title {
	max-width: none;
	margin: 0 auto 22px;
	color: var(--iv-ink);
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.12;
	font-weight: 300 !important;
	letter-spacing: -0.03em;
}

body.woocommerce-order-received .woocommerce-order {
	position: relative;
	overflow: hidden;
	background: var(--iv-order-bg);
	border: 1px solid var(--iv-order-line);
	border-radius: var(--iv-radius-lg);
	padding: clamp(22px, 4vw, 44px);
	box-shadow: var(--iv-shadow);
}

body.woocommerce-order-received .woocommerce-order::before {
	content: none !important;
	display: none !important;
}

body.woocommerce-order-received .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
	background: var(--iv-order-success);
	border: 1px solid var(--iv-order-bg);
	border-left: 8px solid var(--iv-order-accent);
	border-radius: var(--iv-radius-md);
	padding: 24px 28px 24px 30px;
	margin: 0 0 28px;
	box-shadow: var(--iv-shadow-soft);
	color: var(--iv-ink);
	font-family: var(--iv-font-heading);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	font-weight: 300 !important;
	line-height: 1.35;
}

body.woocommerce-order-received ul.woocommerce-order-overview {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	border: 0;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
	float: none !important;
	flex: 1 1 170px;
	width: auto !important;
	margin: 0 !important;
	padding: 16px 18px !important;
	background: var(--iv-order-card);
	border: 1px solid var(--iv-order-line) !important;
	border-radius: 16px;
	box-shadow: 0 6px 18px rgba(29, 29, 27, 0.04);
	color: var(--iv-muted);
	text-transform: none;
	font-size: 0.94rem;
	line-height: 1.35;
}

body.woocommerce-order-received ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 6px;
	color: var(--iv-ink);
	font-size: 1.03rem;
	font-weight: 400 !important;
	line-height: 1.35;
	word-break: break-word;
}

body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-notice) {
	background: var(--iv-white);
	border: 1px solid rgba(122, 79, 0, 0.22);
	border-radius: var(--iv-radius-md);
	padding: 22px 24px;
	margin: 0 0 34px;
	box-shadow: 0 8px 22px rgba(29, 29, 27, 0.04);
	color: var(--iv-ink);
	font-weight: 400 !important;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
	margin: 38px 0 16px;
	color: var(--iv-ink);
	font-family: var(--iv-font-heading);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 300 !important;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

body.woocommerce-order-received table.shop_table,
body.woocommerce-order-received .woocommerce-table--order-details {
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0;
	overflow: hidden;
	background: var(--iv-order-card);
	border: 1px solid var(--iv-order-line) !important;
	border-radius: var(--iv-radius-md);
	box-shadow: var(--iv-shadow-soft);
	margin: 0 0 30px;
	font-size: 1rem;
}

body.woocommerce-order-received table.shop_table thead th {
	background: var(--iv-ink);
	color: var(--iv-white);
	font-weight: 300;
	padding: 16px 18px;
	border: 0 !important;
	text-align: left;
}

body.woocommerce-order-received table.shop_table td,
body.woocommerce-order-received table.shop_table th {
	border-color: var(--iv-order-line) !important;
	padding: 18px !important;
	vertical-align: top;
	line-height: 1.55;
}

body.woocommerce-order-received table.shop_table a {
	color: var(--iv-order-accent);
	font-size: 1.5rem !important;
	font-weight: 700;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 3px !important;
}

body.woocommerce-order-received table.shop_table a:hover {
	color: var(--iv-ink);
}

body.woocommerce-order-received .product-quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin-left: 8px;
	padding: 3px 9px;
	background: var(--iv-white);
	border-radius: var(--iv-radius-pill);
	color: var(--iv-order-accent);
	font-size: 0.92rem;
	font-weight: 700;
}

body.woocommerce-order-received .wc-item-meta {
	display: grid;
	gap: 5px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

body.woocommerce-order-received .wc-item-meta li {
	display: grid;
	grid-template-columns: minmax(130px, 0.4fr) 1fr;
	gap: 10px;
	align-items: start;
	padding: 10px 12px;
	background: #fbfaf8;
	border: 1px solid var(--iv-order-line);
	border-radius: 12px;
}

body.woocommerce-order-received .wc-item-meta-label {
	color: var(--iv-ink);
	font-weight: 500;
}

body.woocommerce-order-received .wc-item-meta p {
	margin: 0;
	color: #303030;
}

body.woocommerce-order-received .woocommerce-Price-amount {
	color: var(--iv-ink);
	font-family: var(--iv-font-heading);
	font-weight: 400 !important;
}

body.woocommerce-order-received .product-tax,
body.woocommerce-order-received .wgm-tax {
	display: block;
	margin-top: 6px;
	color: var(--iv-muted);
	font-size: 0.92rem;
	line-height: 1.4;
}

body.woocommerce-order-received table.shop_table tfoot th,
body.woocommerce-order-received table.shop_table tfoot td {
	background: #fbfaf8;
	color: var(--iv-ink);
}

body.woocommerce-order-received table.shop_table tfoot th {
	font-weight: 700;
}

body.woocommerce-order-received .woocommerce-customer-details address {
	background: var(--iv-order-card);
	border: 1px solid var(--iv-order-line);
	border-radius: var(--iv-radius-md);
	padding: 22px 24px;
	margin: 0;
	box-shadow: var(--iv-shadow-soft);
	color: #303030;
	font-style: normal;
	line-height: 1.65;
}

body.woocommerce-order-received .woocommerce-customer-details--phone,
body.woocommerce-order-received .woocommerce-customer-details--email {
	margin: 10px 0 0;
	color: var(--iv-ink);
}

body.woocommerce-order-received a {
	transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce-order-received a:focus-visible,
body.woocommerce-order-received button:focus-visible,
body.woocommerce-order-received input:focus-visible,
body.woocommerce-order-received select:focus-visible,
body.woocommerce-order-received textarea:focus-visible {
	outline: 3px solid var(--iv-order-focus);
	outline-offset: 3px;
	border-radius: 6px;
}

/* ==========
   11 Footer
   ========== */

.iv-footer-css-section,
.iv-footer-css-section .et_pb_row,
.iv-footer-css-section .et_pb_module {
	margin: 0 !important;
	padding: 0 !important;
}

.iv-footer-section {
	background: var(--iv-ink) !important;
	color: var(--iv-white) !important;
	padding: 72px 0 28px !important;
	font-family: var(--iv-font-body) !important;
}

.iv-footer-section .et_pb_row {
	width: 90% !important;
	max-width: 1120px !important;
}

.iv-footer-main-row {
	display: grid !important;
	grid-template-columns: 1.4fr 1fr 1fr 1.25fr !important;
	gap: 42px !important;
	align-items: start !important;
}

.iv-footer-main-row::after,
.iv-footer-bottom-row::after {
	display: none !important;
}

.iv-footer-main-row .et_pb_column,
.iv-footer-bottom-row .et_pb_column {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

.iv-footer-logo-module,
.iv-footer-logo-module .et_pb_image_wrap,
.iv-footer-logo-module img {
	display: block !important;
}

.iv-footer-logo-module {
	margin: 0 0 24px 0 !important;
}

.iv-footer-logo-module img {
	max-width: 210px !important;
	height: auto !important;
}

.iv-footer-section h3,
.et_block_module.iv-footer-heading div.et_pb_text_inner h3 {
	font-family: var(--iv-font-heading) !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 1.25 !important;
	color: var(--iv-white) !important;
	margin: 0 0 18px !important;
	letter-spacing: -0.02em !important;
}

.iv-footer-section p {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}

.iv-footer-brand-text p {
	max-width: 320px !important;
	font-size: 17px !important;
}

.iv-footer-section a {
	color: rgba(255, 255, 255, 0.76) !important;
	text-decoration: none !important;
	transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease !important;
}

.iv-footer-section a:not(.et_pb_button):not(.iv-footer-button):not(.iv-btn):not(.iv-faq-button):hover,
.iv-footer-menu .et-menu > li:not(.widerruf-button) > a:hover,
.iv-footer-section .iv-footer-legal-links a:hover,
.iv-footer-section .iv-footer-legal-links a:focus-visible {
	color: var(--iv-blue) !important;
	opacity: 1 !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
}

.iv-footer-menu.et_pb_menu {
	background: transparent !important;
}

.iv-footer-menu .et_pb_menu_inner_container,
.iv-footer-menu .et_pb_menu__wrap {
	display: block !important;
	justify-content: flex-start !important;
}

.iv-footer-menu .et_pb_menu__menu,
.iv-footer-menu .et-menu,
.iv-footer-menu .et-menu > li {
	display: block !important;
}

.iv-footer-menu .et_mobile_nav_menu {
	display: none !important;
}

.iv-footer-menu .et-menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iv-footer-menu .et-menu > li {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.iv-footer-menu .et-menu > li > a {
	display: inline !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.76) !important;
	font-family: var(--iv-font-body) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

.iv-footer-contact-text {
	margin-bottom: 22px !important;
}

body #page-container .iv-footer-section .iv-footer-button.et_pb_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: var(--iv-blue) !important;
	color: var(--iv-white) !important;
	border: 2px solid var(--iv-blue) !important;
	border-radius: var(--iv-radius-pill) !important;
	padding: 13px 22px !important;
	font-family: var(--iv-font-body) !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

body #page-container .iv-footer-section .iv-footer-button.et_pb_button:hover {
	background: var(--iv-red) !important;
	border-color: var(--iv-red) !important;
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
}

body #page-container .iv-footer-section .iv-footer-button.et_pb_button::after {
	display: none !important;
}

.iv-footer-bottom-row {
	display: flex !important;
	justify-content: space-between !important;
	gap: 20px !important;
	align-items: center !important;
	border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
	margin-top: 52px !important;
	padding-top: 22px !important;
}

.iv-footer-bottom-row .et_pb_column:first-child {
	flex: 1 1 auto !important;
}

.iv-footer-bottom-row .et_pb_column:last-child {
	flex: 0 1 auto !important;
}

.iv-footer-bottom-row p,
.iv-footer-bottom-row a {
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.58) !important;
	line-height: 1.45 !important;
}

.iv-footer-bottom-row a:hover {
	color: var(--iv-white) !important;
}

.iv-footer-legal-links p {
	display: flex !important;
	gap: 18px !important;
	flex-wrap: wrap !important;
	justify-content: flex-end !important;
	margin: 0 !important;
}

.iv-footer-section .widerruf-button > a,
.iv-footer-menu .widerruf-button > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 34px !important;
	padding: 15px 15px !important;
	background: #259CD8 !important;
	border: 5px solid #259CD8 !important;
	border-radius: 15px !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-family: var(--iv-font-body) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

.iv-footer-section .widerruf-button > a:hover,
.iv-footer-menu .widerruf-button > a:hover,
.iv-footer-section .widerruf-button > a:focus-visible,
.iv-footer-menu .widerruf-button > a:focus-visible {
	background: var(--iv-red) !important;
	border-color: var(--iv-red) !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
}

/* ==========
   12 FAQ
   ========== */

.iv-faq-layout,
.iv-faq-layout p,
.iv-faq-layout li {
	font-family: var(--iv-font-body);
	font-weight: 400;
	color: var(--iv-ink);
	font-size: 18px;
	line-height: 1.65;
}

.iv-faq-layout h2 {
	font-family: var(--iv-font-heading);
	font-weight: 600;
	color: var(--iv-ink);
	font-size: clamp(1.9rem, 3vw, 3rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
	margin: 0 0 16px;
}

.iv-faq-eyebrow {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-size: 13px !important;
	font-weight: 700;
	color: var(--iv-red) !important;
	margin: 0 0 14px !important;
	line-height: 1.35 !important;
}

.iv-faq-lead {
	max-width: 820px;
	color: var(--iv-muted) !important;
	font-size: clamp(16px, 1.45vw, 18px) !important;
	line-height: 1.65 !important;
	margin-bottom: 26px !important;
}

.iv-faq-toggle {
	overflow: hidden;
	background: var(--iv-white) !important;
	border: 1px solid var(--iv-border) !important;
	border-radius: var(--iv-radius-md) !important;
	box-shadow: var(--iv-shadow-soft) !important;
	margin-bottom: 14px !important;
	padding: 0 !important;
}

.iv-faq-toggle h5.et_pb_toggle_title {
	font-family: var(--iv-font-heading) !important;
	font-size: clamp(18px, 1.6vw, 22px) !important;
	font-weight: 300 !important;
	color: var(--iv-ink) !important;
	line-height: 1.25 !important;
	padding: 20px 58px 20px 22px !important;
}

.iv-faq-toggle .et_pb_toggle_content {
	padding: 0 22px 22px !important;
	border-top: 1px solid rgba(220, 236, 243, 0.8) !important;
}

.iv-faq-toggle .et_pb_toggle_content p:first-child {
	margin-top: 18px;
}

.iv-faq-toggle .et_pb_toggle_title::before {
	right: 22px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: var(--iv-blue);
	border-radius: var(--iv-radius-pill);
	color: var(--iv-white) !important;
	font-size: 22px !important;
	line-height: 28px !important;
}

.iv-faq-toggle.et_pb_toggle_open .et_pb_toggle_title {
	color: var(--iv-red) !important;
}

.iv-faq-toggle.et_pb_toggle_open .et_pb_toggle_title::before {
	background: var(--iv-red);
}

.iv-faq-toggle .et_pb_toggle_title:focus-visible {
	outline: 3px solid var(--iv-red);
	outline-offset: 4px;
	border-radius: var(--iv-radius-sm);
}

.iv-faq-cta {
	margin-top: 34px;
	background: var(--iv-blue) !important;
	border-radius: var(--iv-radius);
	padding: 28px 30px;
	color: var(--iv-white);
	box-shadow: var(--iv-shadow);
}

.iv-faq-cta h3,
.iv-faq-cta p {
	color: var(--iv-white) !important;
}

.iv-faq-cta h3 {
	font-family: var(--iv-font-heading);
	font-size: clamp(1.45rem, 2.2vw, 2.1rem);
	margin-bottom: 10px;
}

.iv-faq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--iv-radius-pill);
	padding: 13px 22px;
	background: var(--iv-blue);
	color: var(--iv-white) !important;
	border: 2px solid var(--iv-blue);
	font-family: var(--iv-font-heading);
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.25;
	box-shadow: var(--iv-shadow-button);
}

.iv-faq-button:hover,
.iv-faq-button:focus-visible {
	background: var(--iv-red);
	border-color: var(--iv-red);
	color: var(--iv-white) !important;
	-webkit-text-fill-color: var(--iv-white) !important;
	text-decoration-line: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 4px !important;
}

.iv-faq-button:focus-visible {
	outline: 3px solid var(--iv-white);
	outline-offset: 3px;
}

/* ==========
   13 Forms
   ========== */

.sib-form {
	max-width: 100%;
}

#sib-container {
	max-width: 100%;
}

/* ==========
   14 A11y
   ========== */

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.et_pb_toggle_title:focus-visible {
	outline: 3px solid var(--iv-red);
	outline-offset: 3px;
}

/* ==========
   R1 Desktop
   ========== */

@media (min-width: 1200px) {
	/* Reserve für große Desktop-Feinheiten. */
}

/* ==========
   R2 Tablet LS
   ========== */

@media (min-width: 981px) and (max-width: 1199px) {
	.iv-hero-row .et_pb_column:last-child {
		display: flex !important;
		justify-content: flex-end !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}

	.iv-hero-card-module {
		width: 100% !important;
		max-width: 390px !important;
		margin-left: auto !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}

	.iv-hero-card {
		margin-right: 0 !important;
	}
}

/* ==========
   R3 Tablet P
   ========== */

@media (min-width: 768px) and (max-width: 980px) {
	.iv-hero-row {
		display: block;
	}

	.iv-hero-card {
		margin-top: 28px;
	}

	.iv-step {
		grid-template-columns: 1fr;
	}

	.iv-button-row-inner.et_pb_row_inner,
	.iv-layout .iv-button-row-inner.et_pb_row_inner {
		display: block !important;
		max-width: none !important;
		margin: 22px 0 8px 0 !important;
	}

	.iv-button-row-inner .et_pb_column_inner,
	.iv-layout .iv-button-row-inner .et_pb_column_inner {
		display: block !important;
		width: 100% !important;
		margin: 0 0 12px 0 !important;
		padding: 0 !important;
	}

	.iv-layout .iv-button-row-inner .et_pb_button {
		white-space: normal !important;
	}

	.iv-footer-section {
		padding: 56px 0 26px !important;
	}

	.iv-footer-main-row {
		grid-template-columns: 1fr 1fr !important;
		gap: 34px !important;
	}

	.iv-footer-main-row .iv-footer-brand-column,
	.iv-footer-main-row .iv-footer-contact-column {
		grid-column: 1 / -1 !important;
	}

	.iv-footer-bottom-row {
		flex-direction: column !important;
		align-items: flex-start !important;
		margin-top: 42px !important;
	}

	.iv-footer-legal-links p {
		justify-content: flex-start !important;
	}

	.et_pb_shop ul.products.columns-2,
	.et_pb_shop ul.products.columns-3,
	.et_pb_shop ul.products.columns-4 {
		display: block !important;
		width: 100% !important;
		padding-left: 0 !important;
	}

	.et_pb_shop ul.products.columns-2 li.product,
	.et_pb_shop ul.products.columns-3 li.product,
	.et_pb_shop ul.products.columns-4 li.product {
		width: 100% !important;
		max-width: none !important;
		float: none !important;
		clear: both !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center;
	}

	.et_pb_shop ul.products li.product .woocommerce-LoopProduct-link {
		display: block;
		width: 100%;
		max-width: none !important;
	}

	.et_pb_shop ul.products li.product .woocommerce-loop-product__title {
		width: 100%;
		max-width: none !important;
		font-size: clamp(1.25rem, 3.4vw, 1.6rem) !important;
		line-height: 1.25 !important;
		text-align: center;
	}
}

/* ==========
   R4 Mobile LS
   ========== */

@media (min-width: 501px) and (max-width: 767px) {
	.iv-layout,
	.iv-layout p,
	.iv-layout li,
	.iv-faq-layout,
	.iv-faq-layout p,
	.iv-faq-layout li {
		font-size: 16px;
	}

	.iv-hero-row {
		display: block;
	}

	.iv-hero-card {
		margin-top: 26px;
	}

	.iv-step {
		grid-template-columns: 1fr;
	}

	.iv-btnrow {
		display: block;
	}

	.iv-btn {
		margin: 0 0 12px 0;
	}

	.iv-button-row-inner.et_pb_row_inner,
	.iv-layout .iv-button-row-inner.et_pb_row_inner {
		display: block !important;
		max-width: none !important;
		margin: 22px 0 8px 0 !important;
	}

	.iv-button-row-inner .et_pb_column_inner,
	.iv-layout .iv-button-row-inner .et_pb_column_inner {
		display: block !important;
		width: 100% !important;
		margin: 0 0 12px 0 !important;
		padding: 0 !important;
	}

	.iv-layout .iv-button-row-inner .et_pb_button {
		white-space: normal !important;
	}

	.et_pb_shop ul.products.columns-2,
	.et_pb_shop ul.products.columns-3,
	.et_pb_shop ul.products.columns-4 {
		display: block !important;
		width: 100% !important;
		padding-left: 0 !important;
	}

	.et_pb_shop ul.products.columns-2 li.product,
	.et_pb_shop ul.products.columns-3 li.product,
	.et_pb_shop ul.products.columns-4 li.product {
		width: 100% !important;
		max-width: none !important;
		float: none !important;
		clear: both !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center;
	}

	.et_pb_shop ul.products li.product .woocommerce-LoopProduct-link {
		display: block;
		width: 100%;
		max-width: none !important;
	}

	.et_pb_shop ul.products li.product .woocommerce-loop-product__title {
		width: 100%;
		max-width: none !important;
		font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
		line-height: 1.25 !important;
		text-align: center;
	}

	.sib-form {
		width: 100% !important;
		padding: 0 !important;
	}

	#sib-container {
		max-width: 100%;
	}

	.iv-footer-main-row {
		grid-template-columns: 1fr !important;
	}

	.iv-footer-logo-module img {
		max-width: 190px !important;
	}

	body #page-container .iv-footer-section .iv-footer-button.et_pb_button {
		width: 100% !important;
		text-align: center !important;
	}

	body.woocommerce-order-received .woocommerce {
		padding-left: 0;
		padding-right: 0;
	}

	body.woocommerce-order-received .woocommerce-order {
		border-radius: var(--iv-radius);
		padding: 22px 16px;
	}

	body.woocommerce-order-received ul.woocommerce-order-overview {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-received table.shop_table,
	body.woocommerce-order-received table.shop_table thead,
	body.woocommerce-order-received table.shop_table tbody,
	body.woocommerce-order-received table.shop_table tfoot,
	body.woocommerce-order-received table.shop_table tr,
	body.woocommerce-order-received table.shop_table th,
	body.woocommerce-order-received table.shop_table td {
		display: block;
		width: 100% !important;
	}

	body.woocommerce-order-received table.shop_table thead {
		display: none;
	}

	body.woocommerce-order-received table.shop_table tr {
		border-bottom: 1px solid var(--iv-order-line);
	}

	body.woocommerce-order-received table.shop_table td,
	body.woocommerce-order-received table.shop_table th {
		padding: 16px !important;
	}

	body.woocommerce-order-received table.shop_table td.product-total {
		background: #fbfaf8;
	}

	body.woocommerce-order-received .wc-item-meta li {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	body.woocommerce-order-received .product-quantity {
		margin-left: 0;
		margin-top: 8px;
	}
}

/* ==========
   R5 Mobile P
   ========== */

@media (max-width: 500px) {
	.transparent {
		background-color: rgba(255, 255, 255, 0.6) !important;
		border-radius: 30px;
		padding: 1em 2em !important;
		font-size: 0.84rem !important;
		margin-left: 0;
		text-align: center;
	}

.iv-hero {
		min-height: 85svh !important;
		height: auto !important;
		display: flex !important;
		align-items: stretch !important;
		background-position: center center !important;
	}

	.iv-hero .et_pb_row,
	.iv-hero-row {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 80svh !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		padding-top: clamp(28px, 6vh, 52px) !important;
		padding-bottom: clamp(34px, 7vh, 64px) !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.iv-hero-copy {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		min-height: 68svh !important;
		max-width: 100% !important;
	}

	.iv-eyebrow {
		font-size: 12px !important;
		line-height: 1.45 !important;
		letter-spacing: 0.16em !important;
		margin-bottom: 22px !important;
	}

	.iv-layout h1 {
		font-size: clamp(2.2rem, 14vw, 3rem) !important;
		line-height: 1.2 !important;
		letter-spacing: -0.045em !important;
		margin-bottom: clamp(28px, 6vh, 46px) !important;
	}

	.iv-layout h1 span {
		font-size: inherit !important;
		line-height: inherit !important;
	}

	.transparent {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		padding: 22px 20px !important;
		border-radius: 32px !important;
		background-color: rgba(255, 255, 255, 0.68) !important;
		text-align: center !important;
	}

	.transparent p,
	.transparent .iv-lead,
	.iv-hero .transparent {
		font-size: 1.02rem !important;
		line-height: 1.65 !important;
	}

	.iv-layout,
	.iv-layout p,
	.iv-layout li,
	.iv-faq-layout,
	.iv-faq-layout p,
	.iv-faq-layout li {
		font-size: 15px;
		line-height: 1.6;
	}

	.iv-layout h1,
	.iv-layout h1 span,
	div.et_pb_text_inner h1,
	body.single-product div.et_pb_module_inner h1 {
		font-size: 1.7rem !important;
		line-height: 1.18 !important;
		font-weight: 500 !important;
	}

	.iv-layout h2,
	h2,
	div.et_pb_text_inner h2 {
		font-size: 1.6rem !important;
		line-height: 1.2 !important;
	}

	.iv-eyebrow,
	p.iv-eyebrow {
		font-size: 12px !important;
		margin-bottom: 0.2em !important;
	}

	.iv-card {
		padding: 22px 20px 22px 24px;
		border-radius: var(--iv-radius-md);
	}

	.iv-card h2::after,
	.iv-card h3::after {
		width: 52px;
		height: 4px;
	}

	.iv-card ol li,
	.iv-card ul li,
	.iv-step ul li {
		font-size: 0.9rem;
		font-weight: 600;
	}

	.iv-step {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.iv-btnrow {
		display: block;
	}

	.iv-btn {
		width: 100%;
		margin: 0 0 12px 0;
		text-align: center;
	}

	.iv-button-row-inner.et_pb_row_inner,
	.iv-layout .iv-button-row-inner.et_pb_row_inner {
		display: block !important;
		max-width: none !important;
		margin: 22px 0 8px 0 !important;
	}

	.iv-button-row-inner .et_pb_column_inner,
	.iv-layout .iv-button-row-inner .et_pb_column_inner {
		display: block !important;
		width: 100% !important;
		margin: 0 0 12px 0 !important;
		padding: 0 !important;
	}

	.iv-layout .iv-button-row-inner .et_pb_button,
	body #page-container .iv-layout a.et_pb_button {
		white-space: normal !important;
		text-align: center;
	}

	nav.woocommerce-breadcrumb {
		display: none;
	}

	div.quantity input.input-text.qty.text {
		margin-bottom: 1em !important;
	}

	.et_pb_shop ul.products.columns-2,
	.et_pb_shop ul.products.columns-3,
	.et_pb_shop ul.products.columns-4 {
		display: block !important;
		width: 100% !important;
		padding-left: 0 !important;
	}

	.et_pb_shop ul.products.columns-2 li.product,
	.et_pb_shop ul.products.columns-3 li.product,
	.et_pb_shop ul.products.columns-4 li.product {
		width: 100% !important;
		max-width: none !important;
		float: none !important;
		clear: both !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center;
	}

	.et_pb_shop ul.products li.product .woocommerce-LoopProduct-link {
		display: block;
		width: 100%;
		max-width: none !important;
	}

	.et_pb_shop ul.products li.product .et_shop_image,
	.woocommerce ul.products li.product .et_shop_image {
		width: 200px;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.et_pb_shop ul.products li.product .et_shop_image img,
	.woocommerce ul.products li.product .et_shop_image img {
		width: 100%;
		max-width: 200px;
		height: auto;
	}

	.et_pb_shop ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		width: 100%;
		max-width: none !important;
		font-size: clamp(1.15rem, 5vw, 1.45rem) !important;
		line-height: 1.25 !important;
		text-align: center;
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal !important;
	}

	div.woocommerce.columns-3 ul.products.columns-3 li.product.product_cat-info-gratis h2.woocommerce-loop-product__title {
		font-size: 1.2rem !important;
	}

	div.wgm-info.woocommerce-de_price_taxrate {
		font-size: 0.75rem;
	}

	.sib-form {
		width: 100% !important;
		padding: 0 !important;
	}

	#sib-container {
		padding: 2px !important;
		max-width: 100%;
	}

	
	.divi-turnstile-wrapper {
		display: block;
		position: relative;
		left: -30px !important;
	}

	body.woocommerce-checkout form.woocommerce-checkout {
		max-width: 100% !important;
	}

	body.woocommerce-checkout #order_review {
		padding: 18px !important;
		box-shadow: none !important;
	}

	.iv-footer-section {
		padding: 50px 0 24px !important;
	}

	.iv-footer-main-row {
		grid-template-columns: 1fr !important;
	}

	.iv-footer-logo-module img {
		max-width: 190px !important;
	}

	body #page-container .iv-footer-section .iv-footer-button.et_pb_button {
		width: 100% !important;
		text-align: center !important;
	}

	.iv-footer-bottom-row {
		flex-direction: column !important;
		align-items: flex-start !important;
		margin-top: 38px !important;
	}

	.iv-footer-legal-links p {
		justify-content: flex-start !important;
	}

	body.woocommerce-order-received .woocommerce {
		padding-left: 0;
		padding-right: 0;
	}

	body.woocommerce-order-received .woocommerce-order {
		border-radius: var(--iv-radius);
		padding: 22px 16px;
	}

	body.woocommerce-order-received ul.woocommerce-order-overview {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-received .woocommerce-notice--success,
	body.woocommerce-order-received .woocommerce-thankyou-order-received {
		padding: 20px 18px;
		border-left-width: 6px;
	}

	body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-notice) {
		padding: 18px;
	}

	body.woocommerce-order-received table.shop_table,
	body.woocommerce-order-received table.shop_table thead,
	body.woocommerce-order-received table.shop_table tbody,
	body.woocommerce-order-received table.shop_table tfoot,
	body.woocommerce-order-received table.shop_table tr,
	body.woocommerce-order-received table.shop_table th,
	body.woocommerce-order-received table.shop_table td {
		display: block;
		width: 100% !important;
	}

	body.woocommerce-order-received table.shop_table thead {
		display: none;
	}

	body.woocommerce-order-received table.shop_table tr {
		border-bottom: 1px solid var(--iv-order-line);
	}

	body.woocommerce-order-received table.shop_table td,
	body.woocommerce-order-received table.shop_table th {
		padding: 16px !important;
	}

	body.woocommerce-order-received table.shop_table td.product-total {
		background: #fbfaf8;
	}

	body.woocommerce-order-received .wc-item-meta li {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	body.woocommerce-order-received .product-quantity {
		margin-left: 0;
		margin-top: 8px;
	}

	.iv-faq-toggle h5.et_pb_toggle_title {
		padding: 18px 52px 18px 18px !important;
	}

	.iv-faq-toggle .et_pb_toggle_content {
		padding: 0 18px 18px !important;
	}

	.iv-faq-cta {
		padding: 24px 20px;
	}
	
	.et_pb_shop ul.products li.product {
		position: relative;
	}

	.et_pb_shop ul.products li.product span.onsale,
	.woocommerce ul.products li.product span.onsale,
	.woocommerce-page ul.products li.product span.onsale {
		top: 8px !important;
		left: calc(50% - 100px) !important;
		right: auto !important;
		transform: none !important;
		z-index: 5 !important;
	}
	
	/* Zwischenabschnitt: Eyebrow + H2 zentrieren */
	.iv-layout:not(.iv-hero) .et_pb_text_inner > .iv-eyebrow,
	.iv-layout:not(.iv-hero) .et_pb_text_inner > h2 {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.iv-layout:not(.iv-hero) .et_pb_text_inner > .iv-eyebrow {
		display: block;
		max-width: 100%;
		margin-bottom: 12px !important;
	}

	.iv-layout:not(.iv-hero) .et_pb_text_inner > h2 {
		max-width: 12.5em;
		line-height: 1.18 !important;
	}

	/* Ausnahmen: Cards, Steps, FAQ nicht zwangszentrieren */
	.iv-card .et_pb_text_inner > .iv-eyebrow,
	.iv-card .et_pb_text_inner > h2,
	.iv-card .et_pb_text_inner > h3,
	.iv-step .et_pb_text_inner > .iv-eyebrow,
	.iv-step .et_pb_text_inner > h2,
	.iv-step .et_pb_text_inner > h3,
	.iv-faq-layout .et_pb_text_inner > .iv-eyebrow,
	.iv-faq-layout .et_pb_text_inner > h2 {
		text-align: left !important;
		max-width: none !important;
	}
	
	
	.et_pb_shop ul.products li.product .et_shop_image,
	.woocommerce ul.products li.product .et_shop_image {
		width: 150px !important;
		max-width: 150px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 22px !important;
	}

	.et_pb_shop ul.products li.product .et_shop_image img,
	.woocommerce ul.products li.product .et_shop_image img {
		width: 100% !important;
		max-width: 150px !important;
		height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.et_pb_shop ul.products li.product.product_cat-info-gratis .et_shop_image,
	.woocommerce ul.products li.product.product_cat-info-gratis .et_shop_image {
		width: 150px !important;
		max-width: 150px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 22px !important;
	}

	.et_pb_shop ul.products li.product.product_cat-info-gratis .et_shop_image img,
	.woocommerce ul.products li.product.product_cat-info-gratis .et_shop_image img {
		width: 100% !important;
		max-width: 150px !important;
		height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	

	.iv-hero .iv-hero-copy,
	.iv-hero .et_pb_text_inner {
		text-align: center !important;
	}

	.iv-hero .iv-eyebrow {
		display: block !important;
		max-width: 24em;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
		letter-spacing: 0.11em !important;
	}

	.iv-hero h1,
	.iv-hero .iv-layout h1,
	.iv-hero div.et_pb_text_inner h1 {
		max-width: 11.5em;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
		text-wrap: balance;
		hyphens: manual !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	.iv-hero h1 span {
		font-size: inherit !important;
		line-height: inherit !important;
	}

	.iv-hero .transparent {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.iv-hero .et_pb_button_module_wrapper {
		text-align: center !important;
	}
	
	.iv-footer-cta,
	.iv-footer-cta .et_pb_text_inner {
		text-align: center !important;
	}

	.iv-footer-cta .iv-eyebrow,
	.iv-footer-cta h1,
	.iv-footer-cta h2,
	.iv-footer-cta h3,
	.iv-footer-cta p {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.iv-footer-cta .iv-eyebrow {
		max-width: 28em;
		letter-spacing: 0.12em !important;
		line-height: 1.45 !important;
	}

	.iv-footer-cta h2 {
		max-width: 12em;
		text-wrap: balance;
	}

	.iv-footer-cta p {
		max-width: 26em;
	}

	.iv-footer-cta .et_pb_button_module_wrapper {
		text-align: center !important;
	}

	.iv-footer-cta .et_pb_button {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.iv-footer-cta .et_pb_image,
	.iv-footer-cta .et_pb_image_wrap,
	.iv-footer-cta img {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}


	
}

/* ==========
   R5 Cards
   ========== */

@media (max-width: 500px) {

	.iv-card.iv-hero-card,
	.iv-card.iv-hero-card h2,
	.iv-card.iv-hero-card h3,
	.iv-card.iv-hero-card p {
		text-align: left !important;
	}

	.iv-card.iv-hero-card h2,
	.iv-card.iv-hero-card h3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
	}

	.iv-card.iv-hero-card h2::after,
	.iv-card.iv-hero-card h3::after {
		margin-left: 0 !important;
		margin-right: auto !important;
	}
}


/* ==========
   R5 Sub Hero
   ========== */

@media (max-width: 500px) {

	body:not(.home) .iv-hero {
		min-height: auto !important;
		height: auto !important;
		display: block !important;
	}

	body:not(.home) .iv-hero .et_pb_row,
	body:not(.home) .iv-hero .iv-hero-row {
		min-height: auto !important;
		display: block !important;
		padding-top: 42px !important;
		padding-bottom: 42px !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	body:not(.home) .iv-hero .iv-hero-copy {
		min-height: auto !important;
		display: block !important;
	}
	
	
}

/* ==========
   R5 Shop kompakt
   ========== */

@media (max-width: 500px) {

	.iv-shop-2col-mobile ul.products.columns-2,
	.iv-shop-2col-mobile ul.products.columns-3,
	.iv-shop-2col-mobile ul.products.columns-4,
	.iv-shop-compact-mobile ul.products.columns-2,
	.iv-shop-compact-mobile ul.products.columns-3,
	.iv-shop-compact-mobile ul.products.columns-4 {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 24px !important;
		width: 100% !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.iv-shop-2col-mobile ul.products li.product,
	.iv-shop-compact-mobile ul.products li.product {
		float: none !important;
		clear: both !important;
		width: 85vw !important;
		max-width: 340px !important;
		min-width: 0 !important;
		margin: 0 auto !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.iv-shop-2col-mobile ul.products li.product .woocommerce-LoopProduct-link,
	.iv-shop-compact-mobile ul.products li.product .woocommerce-LoopProduct-link {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		text-align: center !important;
		text-decoration: none !important;
	}

	.iv-shop-2col-mobile ul.products li.product .et_shop_image,
	.iv-shop-compact-mobile ul.products li.product .et_shop_image {
		width: 150px !important;
		max-width: 150px !important;
		margin: 0 auto 14px auto !important;
	}

	.iv-shop-2col-mobile ul.products li.product .et_shop_image img,
	.iv-shop-compact-mobile ul.products li.product .et_shop_image img {
		width: 100% !important;
		max-width: 150px !important;
		height: auto !important;
		margin: 0 auto !important;
	}

	
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title, 
	.iv-shop-2col-mobile ul.products li.product .woocommerce-loop-product__title,
	.iv-shop-compact-mobile ul.products li.product .woocommerce-loop-product__title {
		width: 100% !important;
		max-width: 20em !important;
		margin: 0 auto 8px auto !important;
		font-size: 20px !important;
		line-height: 1.3em !important;
		font-weight: 500 !important;
		text-align: center !important;
		text-wrap: balance;
		hyphens: manual !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	.iv-shop-2col-mobile ul.products li.product .price,
	.iv-shop-compact-mobile ul.products li.product .price {
		margin: 0 auto 4px auto !important;
		font-size: 1.08rem !important;
		line-height: 1.25 !important;
		text-align: center !important;
	}

	.iv-shop-2col-mobile ul.products li.product .price del,
	.iv-shop-2col-mobile ul.products li.product .price ins,
	.iv-shop-compact-mobile ul.products li.product .price del,
	.iv-shop-compact-mobile ul.products li.product .price ins {
		display: inline !important;
		margin: 0 3px !important;
		line-height: 1.25 !important;
	}

	.iv-shop-2col-mobile ul.products li.product .wgm-info,
	.iv-shop-compact-mobile ul.products li.product .wgm-info {
		margin-top: 2px !important;
		font-size: 0.88rem !important;
		line-height: 1.35 !important;
		text-align: center !important;
	}

	.iv-shop-2col-mobile ul.products li.product span.onsale,
	.iv-shop-compact-mobile ul.products li.product span.onsale {
		top: 2px !important;
		left: calc(50% - 92px) !important;
		right: auto !important;
		padding: 5px 15px !important;
		font-size: 0.95rem !important;
		line-height: 1.2 !important;
		z-index: 5 !important;
	}
}




/* ==========
   R6 Schmal
   ========== */

@media (max-width: 380px) {
	.iv-layout h1,
	.iv-layout h1 span,
	div.et_pb_text_inner h1,
	body.single-product div.et_pb_module_inner h1 {
		font-size: 1.55rem !important;
	}

	.iv-layout h2,
	h2,
	div.et_pb_text_inner h2 {
		font-size: 1.45rem !important;
	}

	.iv-card {
		padding: 20px 18px 20px 22px;
	}

	.et_pb_shop ul.products li.product .et_shop_image,
	.woocommerce ul.products li.product .et_shop_image {
		width: 180px;
		max-width: 180px;
	}

	.et_pb_shop ul.products li.product .et_shop_image img,
	.woocommerce ul.products li.product .et_shop_image img {
		max-width: 180px;
	}
}

/* ==========
   R7 Reserve
   ========== */

/* Hier später seitenbezogene Feinkorrekturen ergänzen. */

.info-blue{
	text-align: center!important;
	color: #259CD8 !important;
	padding: 5px !important;
	margin: 5px !important;
	line-height: 1rem !important;
	position: relative;
	display: block;
}

@media (min-width: 1921px) {
	.et_pb_section_5{
    background-size: 20% auto!important;
    
}
}
