/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 14:06:15 */
/********************************************************************/
/* ALLGEMEIN */
/********************************************************************/

/*** TopBar für neue Startseite ausblenden ***/

.elementor-page-14123.wp-theme-hello-elementor #tpbr_box
{
	display: none;
}

/*** Farben ***/

:root 
{
	--kf-dunkelbraun: #805442;
	--kf-gruen: #006039;
	--kf-hellbraun: #F6E9D5;
	--kf-hellbraun-heller: #FFF8ED;
}

/*** To Top-Button ***/

.back-to-top
{
	position: fixed;
	bottom: 10px;
	background-color: var(--kf-gruen);
	width: 50px;
	height: 50px;
	color: white !important;
	text-align: center;
	line-height: 50px;
	left: 50% !important;
	transform: translateX(-50%) !important;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	border-radius: 50%;
	transform: scale(1);
	/* border: 4px solid white; */
}

.back-to-top:hover
{
	background-color: var(--kf-dunkelbraun);
	/* height: 55px; */
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
}

/*** Abgeschrägte Fläche ***/

/* Footer */

.abgeschraegte-flaeche.footer
{
	--p: 50px; /* control the shape (can be percentage) */
	clip-path: polygon(0 0,100% 0,100% calc(100% - var(--p)),0 100%);
	height: 100% !important;
	/* aspect-ratio: 1; */
}

/* Kacheln Produktkategorien */

.abgeschraegte-flaeche.produktkategorien
{
	transition: all 0.3s ease-in-out;
	--p: 20px; /* control the shape (can be percentage) */
	  height: 100px;
	  /* aspect-ratio: 1; */
	  clip-path: polygon(0 var(--p),100% 0,100% 100%,0 100%);
}

.kachel-hover:hover .abgeschraegte-flaeche.produktkategorien
{
	transition: all 0.3s ease-in-out;
	height: 120px;
}

.kachel-hover .abgeschraegte-flaeche.produktkategorien .elementor-heading-title
{
	transition: all 0.3s ease-in-out;
}

.kachel-hover:hover .abgeschraegte-flaeche.produktkategorien .elementor-heading-title
{
	color: var(--kf-hellbraun-heller) !important;
	transition: all 0.3s ease-in-out;
}

/* Kacheln Produkte */

.abgeschraegte-flaeche.produkte
{
	transition: all 0.3s ease-in-out;
	--p: 20px; /* control the shape (can be percentage) */
	  height: 200px;
	  /* aspect-ratio: 1; */
	  clip-path: polygon(0 var(--p),100% 0,100% 100%,0 100%);
}

.kachel-hover:hover .abgeschraegte-flaeche.produkte
{
	transition: all 0.3s ease-in-out;
	height: 220px;
}

.kachel-hover
{
	top: 0;
	transition: all 0.3s ease-in-out;
}

.kachel-hover:hover
{
	top: -10px;
	transition: all 0.3s ease-in-out;
}

/*** Button Allgemein ***/

.custom-button .elementor-button 
{
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.custom-button:hover .elementor-button 
{
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
}

.custom-button i:before
{
	font-size: 60%;
    vertical-align: middle !important;
    display: inline-block !important;
}

.custom-button.icon-vorne i:before
{
	font-size: 80%;
}

.custom-button.volle-breite a
{
	width: 100%;
}

/*** Carousel ***/

/* Bullets **/

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active)
{
	background-color: transparent !important;
	border: 2px solid var(--kf-dunkelbraun) !important;
	opacity: .5 !important;
	transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover
{
	opacity: 1 !important;
	transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active
{
	opacity: 1;
}

.carousel-negativ .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)
{
	border: 2px solid white !important;
}

/* Pfeile */

.elementor-swiper-button
{
	transform: scale(1) !important;
	transition: all 0.3s ease-in-out;
}

.elementor-swiper-button:hover
{
	transform: scale(1.1) !important;
	transition: all 0.3s ease-in-out;
}

/* Kundenbewertungen */

.elementor-testimonial .elementor-testimonial__content:after
{
	/*
	content: '';
    position: absolute;
    left: 20px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red;
    clear: both;
	*/
}

/* Partner-Logos */

.slider-partnerlogos .swiper-slide-inner img
{
	max-height: 100px !important;
}

/*** Produktkacheln ***/

/* Produktame */

.swiper.elementor-loop-container .product_title
{
	display: block;
}

/* Produktpreis */

.swiper.elementor-loop-container ins
{
	text-decoration: none !important;
}

.swiper.elementor-loop-container del
{
	text-decoration-thickness: 1px;
	text-decoration-color: var(--kf-dunkelbraun);
}

.swiper.elementor-loop-container .woocommerce-Price-currencySymbol
{
	margin-right: 3px;
}

.swiper.elementor-loop-container .woocommerce-Price-amount
{
	font-size: 30px;
	font-weight: bold;
	color: var(--kf-dunkelbraun);
	font-family: "Lato", Sans-serif;
}

/* Steuer- & Versandhinweis */

.swiper.elementor-loop-container .woocommerce-price-suffix
{
	display: block;
	font-size: 14px;
	font-family: "Lato", Sans-serif;
}

/* Grundpreis */

.swiper.elementor-loop-container .price.price-unit.wc-gzd-additional-info
{
	font-size: 12px !important;
	font-family: "Lato", Sans-serif;
	color: var(--kf-dunkelbraun);
	font-weight: normal;
}

.swiper.elementor-loop-container .price.price-unit.wc-gzd-additional-info .woocommerce-Price-amount.amount
{
	font-size: 12px !important;
	font-family: "Lato", Sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/* Produktbilder */

.swiper.elementor-loop-container img,
.bild-mit-schatten
{
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.25));
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.25));	
}


/*** Slider (Startseite) ***/

.slide-produkt:before
{
	--p: 50px; /* control the shape (can be percentage) */
	height: 150px;
	/* aspect-ratio: 1; */
	clip-path: polygon(0 var(--p),100% 0,100% 100%,0 100%);
	top: unset !important;
	bottom: 0;
	z-index: 5;
}

/********************************************************************/
/* HEADER */
/********************************************************************/

/*** Warenkorb-Icon ***/

.relaunch-header .elementor-button-icon-qty
{
	height: 25px !important;
    min-width: 25px !important;
    line-height: 25px !important;
    top: unset !important;
    bottom: -10px !important;
}

/*** Icon Hover **/

.relaunch-header .icons-suche .elementor-icon:hover path,
.relaunch-header .icons-suche .e-search-submit:hover path,
.relaunch-header .icons-suche .elementor-menu-cart__toggle_button:hover path
{
	fill: var(--kf-gruen) !important;
}

/*** Sticky Header ***/

.relaunch-header,
.relaunch-header img
{
	transition: all 0.3s ease-in-out;	
}

.relaunch-header.elementor-sticky--effects
{
	/*
	min-height: 60px !important;
	*/
}

.relaunch-header.elementor-sticky--effects img
{
	/*
	height: 40px !important;
	*/
}

/*** Instant Suchergebnisse ***/

.e-search-results-list .e-search-nothing-found-message
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.e-search-results-list
{
	row-gap: 0 !important;
	max-height: 335px;
}

.e-search-results-list .e-loop-item:last-child > div
{
	border: 0 !important;
}

.e-search-results-list .elementor-page-title
{
	display: block !important;
}

.e-search-results-list .elementor-heading-title a
{
	font-size: 14px !important;
	color: black !important;
}

.e-search-results-list .elementor-heading-title a:hover
{
	color: var(--kf-dunkelbraun) !important;
}

.e-search-results-list .woocommerce-Price-amount
{
	font-family: "Lato", Sans-serif !important;
	font-size: 14px;
}

.e-search-results-list .price 
{
	margin-bottom: 0 !important;
}

.e-search-results-list .price ins
{
	text-decoration-line: none;
}

.e-search-results-list .price
{
	color: var(--kf-dunkelbraun) !important;
	font-weight: normal !important;
}

.e-search-results-list .price bdi
{
	color: var(--kf-dunkelbraun) !important;
	font-weight: normal !important;
}

.e-search-results-list .price del bdi
{
	color: var(--kf-dunkelbraun) !important;
}

.e-search-results-list .woocommerce-price-suffix
{
	display: none;
}

.e-search-results-list .woocommerce-Price-currencySymbol
{
	margin-right: 3px;
}


/********************************************************************/
/* FOOTER */
/********************************************************************/

/*** WhatsApp-Iconbox ***/

.footer-iconbox-whatsapp .elementor-icon-box-wrapper
{
	align-items: center !important;
}