.xmas-button {
	position: absolute;
	width: 90px;
	height: 90px;
	/*background-image: url("../images/badge_katalog_xmas_end_consumer_2024.svg");*/
	background-image: url("../images/aktueller_katalog_2025.svg");
	top: 15px;
	left: -110px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.valentine-button {
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url("../images/badge_happy_valentine_v3.svg");
	top: 30px;
	left: -110px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
	/*
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	*/
}
.mothersday-button {
	position: absolute;
	width: 90px;
	height: 90px;
	background-image: url("../images/badge_happy_mothersday_2.svg");
	top: 15px;
	left: -110px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.mobile-fix-option {
	background-color: #e1e9da;
}


/* Option 1: smoothScroll-Animation auf header.sticky deaktivieren, damit kein transform
   den containing block bildet – fixed-Kinder (mobile-fix-option, Warenkorb/Suche) bleiben am Viewport-Bottom */
header.sticky {
	-webkit-animation: none !important;
	animation: none !important;
}

/* Mobile-Leiste unten: Suche + Warenkorb sichtbar (Parent hat font-size:0, daher hier zurücksetzen) */
@media (max-width: 577px) {
	/* Suche: wieder sichtbar – font-size setzen, einheitlich Such-Bild wie im Header */
	.main-menu .menu-right .icon-nav .mobile-search > div {
		font-size: 1rem;
	}
	.main-menu .menu-right .icon-nav .mobile-search > div img {
		display: block !important;
		width: 22px;
		height: auto;
	}
	.main-menu .menu-right .icon-nav .mobile-search i {
		display: none !important;
	}
	/* Gleiche Abstände: Cookie | Suche | Warenkorb | Auge – ohne transform, damit #search-overlay (position:fixed) viewport-weit bleibt */
	.main-menu .menu-right .icon-nav .mobile-search {
		right: auto !important;
		left: 35% !important;
		margin-left: -11px; /* Icon ~22px breit → zentriert bei 35% */
	}
	.main-menu .menu-right .icon-nav .mobile-cart {
		right: auto !important;
		left: 65% !important;
		margin-left: -12px; /* Icon ~24px breit → zentriert bei 65% */
	}
	.main-menu .menu-right .icon-nav .mobile-cart > div {
		position: relative;
		font-size: 1rem; /* Parent hat font-size:0 – hier zurücksetzen, damit Badge-Zahl sichtbar ist */
	}
	/* Korb-Bild anzeigen, Schrift-Icon (Einkaufswagen) ausblenden → überall derselbe Korb */
	.main-menu .menu-right .icon-nav .mobile-cart > div img {
		display: block !important;
		width: 24px;
		height: auto;
	}
	.main-menu .menu-right .icon-nav .mobile-cart i {
		display: none !important;
	}
	.main-menu .menu-right .icon-nav .mobile-cart .cart_qty_cls {
		font-size: 11px; /* Fixe px, da Parent font-size:0 sonst Zahl unsichtbar macht */
		line-height: 1;
		min-width: 18px;
		height: 18px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		top: -8px;
		right: -10px;
		box-sizing: border-box;
		padding: 0;
	}
}

.toggle-nav {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-menu {
	height: 120px;
}
.layout3-menu .main-menu .brand-logo img {
	height: 90px !important;
	width: auto;
	margin-top: 15px;
	filter: drop-shadow(4px 4px 2px rgb(0 0 0 / 0.2));
}
.layout3-menu .pixelstrap a {
	text-transform: none !important;
	letter-spacing: inherit !important;
}
.absolute-logo {
	top: 0;
	padding: 0;
	left: 50% !important;
	/* right: 50% !important; */
}
.brand-logo {
	padding-top: 0 !important;
}
.toggle-nav i {
	opacity: 1 !important;
}
.pixelstrap > li > a {
	font-weight: 400;
}
.pixelstrap li ul li a {
	color: #753218;
}
.title1 .title-inner1 {
	padding-bottom: 15px;
	margin-bottom: 60px;
	position: relative;
	color: #753218;
	font-family: Barlow Condensed;
	font-weight: 300;
}
.about-text p {
	/* line-height: 28px; */
	line-height: 1.75em; /* 28px / 16px = 1.75em */;
	letter-spacing: 0.06em;
	text-align: center !important;
	margin-bottom: 50px;
	/* font-family: 'Spectral', serif; */
	/* font-size: 16px; */
	font-size: 1em; /* 16px / 16px = 1em */
}
.title1 h4 {
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: -3px;
}
h4 {
	/* font-size: 21px; */
	font-size: 1.3125em; /* 21px / 16px = 1.3125em */
	/*text-transform: capitalize;*/
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	font-family: "Spectral", serif;
	color: #666;
}
h2 {
	/* font-size: 55px; */
	font-size: 3.4375em; /* 55px / 16px = 3.4375em */
	color: #222222;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
}
.cat_text_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	min-height: 30px;
	margin-left: -150px;
	margin-top: -15px;
	/* background: #fff; */
	box-sizing: border-box;
	padding: 3px 5px 0px 5px;
	/* background:	rgba(0,0,0,0.3); */
	text-align: center;
	font-family: "Amiri", serif;
	color: #fff;
	/* font-size: 24px; */
	font-size: 1.5em; /* 24px / 16px = 1.5em */
	letter-spacing: 1px;
	/* line-height: 30px; */
	line-height: 1.875em; /* 30px / 16px = 1.875em */;
}
.cat_text_box.tall {
	margin-top: -35px;
}
.cat_text_box.light {
	background: rgba(0, 0, 0, 0.15);
}
.product-box .product-detail h4,
.product-box .product-info h4,
.product-wrap .product-detail h4,
.product-wrap .product-info h4 {
	/* font-size: 18px; */
	font-size: 1.125em; /* 18px / 16px = 1.125em */
	color: #753218;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: "Barlow", sans-serif;
}
h6 {
	/* font-size: 14px; */
	font-size: 0.875em; /* 14px / 16px = 0.875em */
	font-weight: 400;
	color: #666;
	/* line-height: 24px; */
	line-height: 1.5em; /* 24px / 16px = 1.5em */;
	font-family: barlow condensed;
}
.up-text {
	position: relative;
}
.up-text span {
	position: absolute;
	top: -5px;
	right: -10px;
	color: #753218;
	/* font-size: 12px; */
	font-size: 0.75em; /* 12px / 16px = 0.75em */
	font-weight: 700;
}

.pixelstrap.sm-vertical a .sub-arrow {
	margin-top: -22px;
	right: 7px;
}

.pixelstrap ul {
	border-radius: 0;
}

.pixelstrap.light-font-menu li > a {
	color: #393230;
}

.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active,
.pixelstrap a:focus  {
	padding-right: 45px;
	color: #753218;
	/* font-size: 20px; */
	font-size: 1.25em; /* 20px / 16px = 1.25em */
	font-weight: 400;
	/* line-height: 23px; */
	line-height: 1.4375em; /* 23px / 16px = 1.4375em */;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 27px;
	padding-bottom: 27px;
	letter-spacing: 0.07em;
	font-family: "Barlow condensed", sans-serif;
}

.pixelstrap a:hover, .pixelstrap a:focus {
	color: #753218;
	font-weight: 500;
}

.pixelstrap a.disabled {
	color: #fcf0da;
}
.product-box .img-wrapper .front,
.product-wrap .img-wrapper .front {
	opacity: 1;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px;
	/*	border-right:solid 2px #ececec;
  //border-bottom:solid 2px #ececec;*/
	/*background-color:#fff;*/
}
.product-detail {
	text-align: center;
}
.product-detail h6 {
	font-family: barlow condensed;
	/* font-size: 16px !important; */
	font-size: 1em !important; /* 16px / 16px = 1em */
}

.btn-solid {
	font-family: barlow condensed;
	border: 1px solid #000;
	padding: 13px 29px;
	color: #753218;
	letter-spacing: 0.05em;
	border: 2px solid #e1e9da;
	background-image: linear-gradient(30deg, #e1e9da 50%, transparent 50%);
	background-size: 850px;
	background-repeat: no-repeat;
	background-position: 0;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
.btn-solid:hover, .btn-solid:focus {
	background-position: 100%;
	color: #000000;
	background-color: #ffffff;
}
.border_bottom_dotted {
	border-bottom: 1px dashed #dddddd;
}
.border_top_solid {
	border-top: 1px solid #dddddd;
}
.border_bottom_solid {
	border-bottom: 1px solid #dddddd;
}
.price-box {
	margin-top: 10px;
	margin-bottom: 10px;
}
.price-box h3 {
	margin-top: 10px;
}
.cart-section tfoot tr td {
	padding-right: 0px !important;
}
.cart-section tbody tr td,
.wishlist-section tbody tr td {
	min-width: inherit !important;
}
.breadcrumb-section {
	padding: 30px 0;
}
.breadcrumb-item.active {
	color: #727272;
  }
.table-head th {
  color: #727272 !important;
}
#no_gratis_tafel {
	margin-top: 50px;
	text-align: center;
	width: 100%;
	background-color: #e1e9da;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #b0b7aa;
	margin-bottom: 30px;
}

h1.content_headline {
	font-family: Barlow Condensed;
	color: #753218;
	text-align: center;
	font-weight: 300;
	padding-bottom: 15px;
	margin-bottom: 60px;
	position: relative;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.06em;
}
h1.content_headline.xmasred {
	color: #da0812;
	/* font-size: 45px; */
	font-size: 2.8125em; /* 45px / 16px = 2.8125em */
}
/*
h1.content_headline::after{
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #753218;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
*/
h1.content_headline::after {
	position: absolute;
	/* height: 25px; */
	width: 180px;
	/* background-color: #753218; */
	content: url(../images/ornament.svg);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -40px;
}
h1.content_headline.xmasred::after {
	position: absolute;
	width: 180px;
	content: url(../images/ornament_red.svg);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -40px;
}
.title1 .title-inner1::after {
	position: absolute;
	height: inherit !important;
	width: 180px;
	background-color: inherit !important;
	content: url(../images/ornament.svg);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -40px;
}

input[type="radio"] {
	transform: scale(1.5);
	accent-color: #753218;
}
.payment-box .title-box {
	position: relative;
	padding-bottom: 25px;
	color: #444444;
	font-weight: 600;
	/* font-size: 22px; */
	font-size: 1.375em; /* 22px / 16px = 1.375em */
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
}
#text_vorkasse {
	text-transform: none;
	/* font-size: 16px; */
	font-size: 1em; /* 16px / 16px = 1em */
}
.checkout-details {
	margin-bottom: 30px;
	padding: 20px 40px;
}
.payment-box .payment-options li .radio-option label {
	font-weight: 500;
}
.add_to_cart .cart-inner .cart_media li .buttons a {
	color: #753218;
}
.checkout-details {
	/* padding: 0 40px 0 40px !important; */
}
.overview_details_box {
	background-color: #f9f9f9;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
}
.overview_details_box_headline {
	position: relative;
	padding-bottom: 10px;
	color: #444444;
	font-weight: 600;
	/* font-size: 18px; */
	font-size: 1.125em; /* 18px / 16px = 1.125em */
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}
.cart-table .qty-box .input-group .form-control {
	width: 60px;
}

.datenschutz_content p,
.location_content p,
.auszeichnungen_content p,
.rt {
	font-family: Lato, sans-serif;
	/* font-size: 16px; */
	font-size: 1em; /* 16px / 16px = 1em */
	line-height: 1.8em;
}
.datenschutz_content h3,
.location_content h3,
.auszeichnungen_content h3,
.reseller_order_content h3 {
	color: #753218;
	margin-top: 40px;
	text-transform: uppercase;
}
.datenschutz_content h4 {
	font-family: Lato, sans-serif;
	color: #753218;
	margin-top: 15px;
	text-transform: uppercase;
	/* font-size: 16px; */
	font-size: 1em; /* 16px / 16px = 1em */
}

.location_content table.opening_hours {
	width: 300px;
}
.location_content a {
	color: inherit !important;
}
.credit_card {
	text-align: center;
	margin-bottom: 30px;
}

.rohstoffe_content h2 {
	color: #753218;
	font-weight: 400;
	margin-top: 40px;
}
.rohstoffe_content h3 {
	margin-top: 20px;
}
.auszeichnungen_content h3 {
	margin-top: 0;
}
.auszeichnungen_content img {
	max-width: 300px;
	max-height: 300px;
}
.auszeichnungen_divider {
	text-align: center;
	width: 100%;
}

.auszeichnungen_divider::after {
	position: relative;
	display: block;
	margin: 30px auto;
	height: 5px;
	width: 5%;
	background-color: #753218;
	content: "";
}

.auszeichnungen_divider_sm {
	text-align: center;
	width: 100%;
}
.auszeichnungen_divider_sm::after {
	position: relative;
	display: block;
	margin: 30px auto;
	height: 8px;
	width: 8px;
	background-color: #753218;
	content: "";
	border-radius: 4px;
}

.qualitaet_divider {
	text-align: center;
	width: 100%;
}
.qualitaet_divider::after {
	position: relative;
	display: block;
	margin: 8px auto;
	height: 3px;
	width: 30px;
	background-color: #753218;
	content: "";
	border-radius: 4px;
}

/* Reseller-Suchleiste (nach Klick auf Lupen-Tab) – direkt unter Nav, kompakt */
.reseller-nav-with-search {
	margin-bottom: 0;
}
.reseller-search-bar {
	margin-top: 0;
	margin-bottom: 1rem;
	padding: 1rem 1rem;
	background: linear-gradient(135deg, #e8f0e4 0%, #e1e9da 100%);
	border: 1px solid rgba(117, 50, 24, 0.15);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 6px rgba(117, 50, 24, 0.06);
}
.reseller-search-bar-inner {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
}
.reseller-search-bar-inner .form-control {
	flex: 1;
	min-width: 0;
	border-color: rgba(117, 50, 24, 0.25);
	border-radius: 4px;
	padding: 0.8rem;
	font-size: 1rem;
}
.reseller-search-bar-inner .form-control:focus {
	border-color: #9ab384;
	box-shadow: 0 0 0 0.2rem rgba(154, 179, 132, 0.25);
}
.reseller-search-bar-inner .btn-outline-secondary {
	border-color: rgba(117, 50, 24, 0.3);
	color: #753218;
	border-radius: 4px;
	flex-shrink: 0;
	padding: 1rem;
	font-size: 1rem;
	height: auto;
	line-height: 1;
}
.reseller-search-bar-inner .btn-outline-secondary:hover {
	background-color: #e1e9da;
	border-color: #9ab384;
	color: #753218;
}

/* Ausgeblendete Zeilen bei Reseller-Suche: komplett aus dem Layout entfernen */
.reseller_products_tabele tr.reseller-filter-hidden {
	display: none !important;
	visibility: collapse;
}

.reseller_products_tabele td {
	padding-top: 17px !important;
}
.reseller_products_tabele th {
	color: #753218 !important;
}
.divider {
	text-align: center;
	width: 100%;
}
.divider::after {
	position: relative;
	display: block;
	margin: 30px auto;
	height: 4px;
	width: 100%;
	background-color: rgba(117, 50, 24, 0.2);
	content: "";
}
.login-page .authentication-left p {
	/* font-size: 14px; */
	font-size: 0.875em; /* 14px / 16px = 0.875em */;
	color: #555555;
	line-height: 2;
	margin-bottom: 1rem;
}
.errorText {
	color: #c61515;
	font-weight: bold;
}
.buttons-line {
	padding-top: 35px;
}
/* PayPal-Container: Desktop-Breite, auf Mobile flexibel */
.cart-section .paypal-button-container.cart-paypal-wrap {
	width: 250px;
	min-width: 0;
}
/* Button-Zeile Warenkorb: mobil untereinander, keine Abschneidung */
@media (max-width: 767.98px) {
	.buttons-line .cart-buttons-right {
		width: 100%;
	}
	.buttons-line .paypal-button-container.cart-paypal-wrap {
		width: 100%;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.buttons-line .cart-btn-weiter,
	.buttons-line .cart-btn-kasse {
		width: 100%;
		max-width: 280px;
	}
	.buttons-line .col-12.text-end .cart-buttons-right {
		justify-content: center;
	}
}
@media (max-width: 575.98px) {
	.buttons-line .cart-btn-weiter {
		max-width: 100%;
	}
	.buttons-line .cart-btn-kasse {
		max-width: 100%;
	}
	.buttons-line .paypal-button-container.cart-paypal-wrap {
		max-width: 100%;
	}
}
.success-text p {
	text-transform: inherit;
}
.btn.btn-round {
	border-radius: 50%;
}
.slidebox {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	color: #ffffff;
	text-align: center;
	display: none;
	line-height: 1.5em;
}
.col-5grid {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}
.bg_green {
	background-color: #e1e9da;
}
.green {
	color: #e1e9da;
}
.cursor_pointer {
	cursor: pointer;
}
.lable-new {
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url("../images/badge_new.svg?1");
	top: 0px;
	right: 0px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
}
.lable-summerbreak {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: url("../images/badge_summerbreak_pink.svg");
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
}
.lable-winterbreak {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: url("../images/badge_winterbreak_pink.svg");
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
}
.lable-vegan {
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url("../images/badge_vegan.png?1");
	top: 10px;
	right: 10px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
}
.lable-commingsoon {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: url("../images/badge_comming_soon_2.svg?1");
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
}
.lable-soldout {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: url("../images/badge_sold_out_pink.svg");
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.1));
}
#datenschutz_content h3 {
	text-transform: uppercase;
}

.data_form input,
textarea {
	border-color: #eaeaea;
	/* font-size: 12px !important; */
	font-size: 0.75em !important; /* 12px / 16px = 0.75em */
	padding: 17px 25px;
	margin-bottom: 30px;
	height: inherit;
}
.success-text h3 {
	color: #222222;
	margin-top: 0;
}
.breadcrumb-section .breadcrumb {
	/* font-size: 16px; */
	font-size: 1em; /* 16px / 16px = 1em */
	font-weight: 400;
	font-family: Barlow condensed;
	letter-spacing: normal;
}
.breadcrumb-section .page-title h2 {
	font-family: Barlow condensed;
}
.cat_text_box_2 {
	position: absolute;
	bottom: 0%;
	left: 12px;
	width: calc(100% - 24px);
	min-height: 25px;
	box-sizing: border-box;
	padding: 3px 5px 3px 5px;
	background: rgba(117, 50, 24, 0.5);
	text-align: center;
	font-family: "Barlow Condensed";
	color: #fff;
	/* font-size: 24px; */
	font-size: 1.5em; /* 24px / 16px = 1.5em */
	letter-spacing: 1px;
	/* line-height: 30px; */
	line-height: 1.875em; /* 30px / 16px = 1.875em */;
}
.cat_text_box_3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	min-height: 30px;
	margin-left: -150px;
	margin-top: -15px;
	box-sizing: border-box;
	padding: 3px 5px 0px 5px;
	text-align: center;
	font-family: "Barlow Condensed";
	color: #fff;
	/* font-size: 24px; */
	font-size: 1.5em; /* 24px / 16px = 1.5em */
	letter-spacing: 1px;
	/* line-height: 30px; */
	line-height: 1.875em; /* 30px / 16px = 1.875em */;
	z-index: 1;
}
.cat_text_box_4 {
	position: relative;
	width: 100%;
	min-height: 30px;
	box-sizing: border-box;
	padding: 3px 5px 0px 5px;
	text-align: center;
	font-family: "Barlow Condensed";
	color: #753218;
	/* font-size: 24px; */
	font-size: 1.5em; /* 24px / 16px = 1.5em */
	letter-spacing: 1px;
	/* line-height: 30px; */
	line-height: 1.875em; /* 30px / 16px = 1.875em */;
	z-index: 1;
	margin-top: 6px;
}
h1 span {
	font-size: 0.8em;
	font-weight: inherit;
	color: inherit;
}
.product-box .bg-size {
	background-size: contain !important;
	background-repeat: no-repeat;
}
.sticky .main-menu {
	height: 130px !important;
}
.rt {
	font-family: Lato, sans-serif;
	/* font-size: 16px; */
	font-size: 1em; /* 16px / 16px = 1em */
	line-height: 1.8em;
	color: #666;
}

.footer-title h4 {
	font-family: "Barlow condensed";
	color: #753218 !important;
	/* font-size: 20px !important; */
	font-size: 1.25em !important; /* 20px / 16px = 1.25em */
	font-weight: 500 !important;
}
/* Mobile-Footer: Abstände zwischen den Reitern (Über Uns, Social Media, Information, Kontakt, Impressum) */
@media (max-width: 749px) {
	.footer-theme .sub-title .footer-title h4 {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
/* Impressum-Reiter (direkter Link): wie anderer Titel gestylt, kein Accordion-Chevron */
.footer-title--direct-link h4 a {
	color: inherit !important;
	text-decoration: none;
	display: block;
}
.footer-title--direct-link h4 a:hover {
	text-decoration: none;
	color: inherit;
}
.footer-style-1 .darken-layout .footer-social i {
	background-color: #753218;
	border: none;
	/* font-size: 30px; */
	font-size: 1.875em; /* 30px / 16px = 1.875em */
}
footer .darken-layout .footer-social i {
	color: #e1e9da;
}
.footer-style-1 .footer-social i {
	width: 50px;
	height: 50px;
}
.footer-social i:hover,
.social-white i:hover {
	color: white !important;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.border-product li {
	display: list-item;
	margin-left: 20px;
}
a {
	color: #753218;
	text-decoration: none;
}
a:hover {
	color: #753218;
	text-decoration: underline;
}
.footer-theme .sub-title li {
	text-transform: none !important;
}
.macaron-image {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
	text-align: center;
}
.macaron-delete {
	text-align: center;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}
a.btn:hover {
	text-decoration: none;
}
.footer-contant a:hover {
	text-decoration: none;
}
.search-overlay {
	height: 200px;
}
.landing-button {
	background-color: #e1e9da;
	border: none;
	color: #753218;
}
.landing-button:hover {
	background-color: #9ab384;
}
.ds_warning {
	color: #c00;
}
.title_extension {
	font-family: barlow condensed;
	/* font-size: 16px !important; */
	font-size: 1em !important; /* 16px / 16px = 1em */
	color: #da0812;
	font-weight: bold;
}

.marquee {
	max-width: 100vw; /* iOS braucht das */
	white-space: nowrap;
	overflow: hidden;
	font-size: 1rem;
	color: #e80000;
	white-space: nowrap;
	font-weight: bold;
	/* hier evtl. noch font-size, color usw. */
}

.marquee span {
	display: inline-block;
	padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
	animation: marquee 10s linear infinite;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
	animation-play-state: paused;
}

/* Make it move */
@keyframes marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
	padding-right: 10px;
	padding-top: 5px;
	position: absolute;
	right: 17px;
	top: 0;
}
/* xmas
.theme-modal .modal-dialog .modal-content .modal-body {
  background-image: linear-gradient(135deg, var(--theme-deafult) 5.77%, #ffffff 5.77%, #ffffff 25%, #da0812 25%, #da0812 30.77%, #ffffff 30.77%, #ffffff 50%, var(--theme-deafult) 50%, var(--theme-deafult) 55.77%, #ffffff 55.77%, #ffffff 75%, #da0812 75%, #da0812 80.77%, #ffffff 80.77%, #ffffff 100%);
  background-size: 36.77px 36.77px;
  background-color: white;
}
*/
.theme-modal .modal-dialog .modal-content .modal-body {
	background-image: none;
	background-size: 36.77px 36.77px;
	background-color: white;
	border: 3px solid #753218;
}
