/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1782280897
Updated: 2026-06-24 06:01:37

*/
/* @import url("http://localhost/2026/hohnen/style.css"); */

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-SemiLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-Plain.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansTrial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*==================================
Root Variables
===================================*/
:root {
	--primary-color: #0b9635;
	--secondary-color: #004896;
	--heading-color: #000000;
	--text-color: #000000;
	--beige-background:#f4f2ee;
}

/*==================================
Base / Reset Styles
===================================*/
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { font-size: 100%; scroll-behavior: smooth; }
body { font-size: 18px; line-height: 1.7; color: var(--text-color); font-family: 'TheSans'; -webkit-font-smoothing: antialiased; }
input, button, textarea, select { font: inherit; border: none; outline: none; }

/*==================================
Typography
===================================*/
h1, h2, h3, h4, h5, h6 { font-family: 'TheSans'; font-weight: 700; line-height: 1.25; margin-bottom: 0.5em; }
p { font-size: 18px; font-weight: normal; line-height: 1.7; }
p:not(:last-child) { margin-bottom: 10px; }
p:empty { display: none; }

a { color: inherit; text-decoration: none; transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-transition: 0.3s all ease-in-out; -ms-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; }
a:active, a:hover { color:var(--darkgreen);}
a:focus { outline: none; }

/*==================================
Section Spacing
===================================*/
.section-space { padding: 100px 20px; position: relative;}

/*==================================
Global CSS
===================================*/
.mx-width-800 { max-width: 800px; width: 100%; }
.mx-width-900 { max-width: 900px; width: 100%; }
.mx-width-950 { max-width: 950px; width: 100%; }
.margin-inline-auto { margin-inline: auto;}

.square-image img { border-radius: 16px; width: 100%; max-width: 525px; aspect-ratio: 1 / 1; height: auto; object-fit: cover; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; }
.square-image.position-left img { object-position: left; }
.square-image.position-center img { object-position: center; }

.square-image-wrap { max-width: 525px; aspect-ratio: 1 / 1; height: auto; width: 100%; position: relative;}
.square-image-wrap .en-plus-logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

/*==================================
Button
===================================*/
.site-btn .elementor-button.elementor-size-sm {  padding: 20px 30px; font-size: 18px; line-height: 1.3; height: 60px; font-weight: 600; display: flex; align-items: center; justify-content: center;
	border-radius:10px; transition:0.3s all ease-in-out; position: relative; overflow: hidden; z-index: 1; }

.site-btn.btn-green .elementor-button  { color: #ffffff; background-color:var(--primary-color); border:1px solid var(--primary-color); }
.site-btn.btn-green .elementor-button:hover { border-color: var(--secondary-color);  }

.site-btn.btn-white .elementor-button  { color: var(--primary-color); background-color:#ffffff; border:1px solid #ffffff; }
.site-btn.btn-white .elementor-button:hover { border-color: var(--secondary-color);  color: #ffffff;}

.site-btn.btn-outline .elementor-button  { background-color:transparent; color:var(--text-color); border:1px solid #b8bbc3;}
.site-btn.btn-outline .elementor-button:hover { color: #ffffff; border-color: var(--primary-color);}
/* .site-btn.btn-outline .elementor-button:hover { color: var(--text-color); background-color:var(--primary-color); border-color:var(--primary-color); } */

/* Button animation */
.site-btn .elementor-button:before{ display: block; position: absolute; top: 0; right: 0; height: 100%; width: 0; z-index: -1; content: ""; transition: all .4s cubic-bezier(.42,0,.58,1); }
.site-btn .elementor-button:hover:before { left: 0%; right: auto; width: 100%; }
.site-btn.btn-green .elementor-button:before { background-color: var(--secondary-color);}
.site-btn.btn-outline .elementor-button:before { background-color: var(--primary-color);}
.site-btn.btn-white .elementor-button:before { background-color: var(--secondary-color);}

/*==================================
Section Titles
===================================*/
.section-title .elementor-heading-title,
.section-title h2 { color: var(--heading-color); }

.section-title .elementor-heading-title span,
.section-title h2 span { color: var(--lightgreen); }

.section-title .elementor-heading-title span.text-darkgreen { color: var(--darkgreen);}

.section-title h1,
.section-title h1.elementor-heading-title { font-size: 60px; line-height: 1.2; font-weight: 700; }

.section-title h2,
.section-title h2.elementor-heading-title { font-size: 50px; line-height: 1.2; font-weight: 700; }

.section-title h3,
.section-title h3.elementor-heading-title { font-size: 34px; line-height: 1.2; font-weight: 700; }

/*==================================
Header
===================================*/
header .elementor-widget-image a img[src$=".svg"] { width: 130px; }
header .elementor-nav-menu li a { font-size: 20px; line-height: 1.5; font-weight: 400; padding-inline: 20px; color: var(--text-color); transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-transition: 0.3s all ease-in-out; -ms-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; }
header .elementor-nav-menu li a:before { content: ''; bottom: 0; left: 50%; transform: translateX(-50%) scale(0); -webkit-transform: translateX(-50%) scale(0); -moz-transform: translateX(-50%) scale(0); -ms-transform: translateX(-50%) scale(0); -o-transform: translateX(-50%) scale(0); background-color: var(--secondary-color); width: 7px; height: 7px; border-radius: 50%; transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-transition: 0.3s all ease-in-out; -ms-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
header .elementor-nav-menu li.current-menu-item a:before,
header .elementor-nav-menu li a:hover:before { transform: translateX(-50%) scale(1); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
header .elementor-nav-menu li a:hover, 
header .elementor-nav-menu li.current-menu-item a { color: var(--secondary-color);}
header .elementor-nav-menu li.menu-button { margin-left: 20px; }
header .elementor-nav-menu li.menu-button a { background-color: var(--primary-color); padding: 15px 30px; font-size: 18px; color: #ffffff; font-weight: 400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; line-height: 1.5; height: 50px; position: relative; z-index: 1; overflow: hidden;}
header .elementor-nav-menu li.menu-button a:before { content: ''; position: absolute; inset: 0; width: 100%; height: 100%; background-color: var(--secondary-color); z-index: -1; opacity: 0; transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-transition: 0.3s all ease-in-out; -ms-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; border-radius: 0; }
header .elementor-nav-menu li.menu-button a:hover:before { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1;}
header .elementor-nav-menu li.menu-button a:hover { padding: 15px 30px; }

.header-transparent { position: absolute; inset: 0; width: 100%;  height: 125px; z-index: 1;}

/*==================================
Hero section
===================================*/
.hero-section { min-height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 200px; padding-bottom: 100px;}
.hero-section h1 { font-size: 60px; line-height: 1.2; font-weight: 700; color: #161616;}
.hero-section .elementor-widget-text-editor, 
.hero-section .elementor-widget-text-editor p { font-size: 22px; font-weight: 600; line-height: 1.5; color: var(--text-color);}

/*==================================
Pellet Benefits
===================================*/
.pellet-benefits { background-color: var(--beige-background); position: relative;}
.pellet-benefits__banner { width: 100%; background-color: #ffffff; padding: 30px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; align-items: center; justify-content: space-between; margin-bottom: 50px;}
.pellet-benefits__banner .elementor-widget-image-box img { width: 150px;}
.pellet-benefits__banner .elementor-widget-image-box .elementor-image-box-title { font-size: 18px; line-height: 1.5; font-weight: 700; margin-bottom: 10px; margin-top: 0;}
.pellet-benefits__banner .elementor-widget-image-box .elementor-image-box-description { font-size: 14px; line-height: 1.5; font-weight: 400; }

.pellet-benefits__grid { display: flex; flex-flow: wrap; gap: 30px; margin-top: 30px; margin-bottom: 30px;}
.pellet-benefits__grid .pellet-benefits__card { flex: 0 0 calc((100% - 60px) / 3); max-width: calc((100% - 60px) / 3); width: 100%; background-color: #ffffff; padding: 30px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.pellet-benefits__grid .pellet-benefits__card figure {max-width:60px; width: 60px; height: 60px; background-color: var(--primary-color); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;  display: inline-flex; align-items: center; justify-content: center; margin-inline:auto; }
.pellet-benefits__grid .pellet-benefits__card figure img { height: 30px; }
.pellet-benefits__grid .pellet-benefits__card:last-child figure img { height: 40px;}
.pellet-benefits__grid .pellet-benefits__card .elementor-image-box-title { font-size: 18px; color: var(--text-color); line-height: 1.3; font-weight: 700;}
.pellet-benefits__grid .pellet-benefits__card .elementor-image-box-description { font-size: 16px; color: var(--text-color); line-height: 1.5; font-weight: 400; }


/*==================================
CTA Section
===================================*/
.cta-section { background-color: var(--primary-color);}
.cta-section .e-con-inner { padding: 0; }
.cta-section .elementor-widget-image-box figure img { width: 125px; min-width: 125px; height: 125px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;}
.cta-section .elementor-widget-image-box .elementor-image-box-title { font-size: 38px; line-height: 1.3; font-weight: 700; color: #ffffff; margin-top: 0; margin-bottom: 20px;}
.cta-section .elementor-widget-image-box .elementor-image-box-description { font-size: 22px; line-height: 1.5; font-weight: 500; color: #ffffff; }

/*==================================
How it works - So einfach funktioniert’s
===================================*/
.how-it-works { counter-reset: item;}
.how-it-works .pellet-benefits__card { counter-increment: item; padding-top: 120px;}
.how-it-works .pellet-benefits__card:before { content: counter(item, decimal-leading-zero); position: absolute; left: 50%; top: 40px; width: 60px; height: 60px; border-radius: 50%; background-color: var(--primary-color); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 24px; transform: translateX(-50%);}


/*==================================
Purchase Option Section
===================================*/
.purchase-options__grid { display:flex; flex-flow: wrap; gap: 40px; margin-top: 30px;}
.purchase-options__grid .purchase-options__card { flex: 0 0 calc((100% - 40px) / 2); max-width: calc((100% - 40px) / 2); width: 100%; text-align: center; border: 1px solid #b8bbc3; border-radius: 20px; padding: 50px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; display: inline-flex; justify-content: space-between; align-items: center;}

/*==================================
Blog Section
===================================*/
.blog-posts__grid .elementor-posts-container { display: flex; flex-flow: wrap; gap: 40px; padding-block: 30px;}
.blog-posts__grid article { flex: 0 0 calc((100% - 80px) / 3); max-width: calc((100% - 80px) / 3); width: 100%;  align-items: center; }
.blog-posts__grid article .elementor-post__thumbnail__link { margin-bottom: 40px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; overflow: hidden;}
.blog-posts__grid article .elementor-post__text .elementor-post__title { font-size: 24px; line-height: 1.3; font-weight: 700; color: var(--heading-color); }


/*==================================
Footer
===================================*/
footer { padding-inline: 20px;}
.footer-top { padding-block: 40px; }
footer .footer-about .elementor-widget-image { text-align: left; padding-bottom: 30px;}
footer .footer-about .elementor-widget-image a img[src$=".svg"] { width: 130px; }
footer .footer-about .widget-title h3 { margin-bottom: 20px;}
footer .widget-title h3 { font-size: 18px; color: var(--heading-color); line-height: 1.5; margin-bottom: 0px; }

footer .footer-about ul{ list-style: none; margin-top: 30px;}
footer .footer-about ul li a { font-size: 18px; line-height: 1.3; font-weight: 400; color: var(--text-color); }
footer .footer-about ul li a:hover { color: var(--secondary-color); }

.footer-menu-wrap { display: flex; }
.footer-menu-wrap .footer-widget { flex: 0 0 25%; max-width: 25%; width: 100%;}

footer .elementor-nav-menu--main .elementor-nav-menu a,
footer .elementor-nav-menu--main .elementor-nav-menu a:hover { padding: 0;}
footer .elementor-nav-menu--main .elementor-nav-menu a { font-size: 18px; line-height: 1.5; font-weight: 400; }
footer .elementor-nav-menu--main .elementor-nav-menu a:hover { color: var(--secondary-color);}
footer .elementor-nav-menu--main .elementor-nav-menu li:not(:last-child) { margin-bottom: 15px; }

footer .footer-logos { padding-top: 40px; margin-top: 30px; border-top: 1px solid #dbdbdb; }

.footer-bottom { padding-block: 30px; border-top: 1px solid #dbdbdb; }
.footer-bottom .elementor-widget-text-editor,
.footer-bottom .elementor-widget-text-editor p { text-align: center;}


/*==================================  Uber Uns Page ===================================*/

.pellet-benefits__banner.with-list { justify-content: flex-start;}
.pellet-benefits__banner.with-list .elementor-widget-icon-list { padding-left: 35px; margin-left: 50px; border-left: 2px solid #e0e1e4; }
.pellet-benefits__banner.with-list .elementor-widget-icon-list ul li,
.check-list ul li { font-size: 15px; font-weight: 400; line-height: 1.5; color: var(--text-color); }
.pellet-benefits__banner.with-list .elementor-widget-icon-list ul li:not(:last-child),
.check-list ul li:not(:last-child) { margin-bottom: 12px;}
.pellet-benefits__banner.with-list .elementor-widget-icon-list ul li svg { width: 20px; height: 20px; fill: var(--primary-color); }
.check-list ul li svg { width: 20px !important; height: 20px !important; fill: var(--primary-color); }

/*==================================
Team Section
===================================*/
.team_grid { display: flex; flex-flow: wrap; gap: 30px; flex-direction: row; margin-top: 30px;}
.team_grid .team__member { flex: 0 0 calc((100% - 60px) / 3); max-width: calc((100% - 60px) / 3); width: 100%; border: 2px solid #e0e1e4; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; padding: 30px;}
.team_grid .team__member .elementor-image-box-img img  { width: 170px; height: 170px; object-fit: cover; object-position: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.team_grid .team__member .elementor-image-box-title { font-size: 24px; font-weight: 700; line-height: 1.3; color: var(--heading-color); margin-bottom: 10px;}
.team_grid .team__member .elementor-image-box-description { font-size: 22px; font-weight: 400; line-height: 1.5; color: var(--heading-color); }


/*==================================  vorteile Page ===================================*/


/*==================================
Comparison table
===================================*/
.comparison-table { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; margin-top: 30px;}
.comparison-table__wrapper{ width: max-content; min-width: 100%; flex-wrap: nowrap; display: flex; align-items: stretch; }
.comparison-table__column{ flex:0 0 248px; display:flex; flex-direction:column; }
.comparison-table__column--label{ border:none; }
.comparison-table__column--label .comparison-table__cell { font-weight: 700;}
.comparison-table__header{ min-height:70px; display:flex; align-items:center; justify-content:center; padding:15px; font-size:16px; font-weight:700; text-align:center; color: var(--heading-color);}
.comparison-table__column:not(.comparison-table__column--label) .comparison-table__header { border-left: 1px solid #d5d7db; border-top: 1px solid #d5d7db; }
.comparison-table__column:not(.comparison-table__column--label):last-child .comparison-table__header { border-right: 1px solid #d5d7db;}
.comparison-table__column.comparison-table__column--label .comparison-table__cell:last-child { border-bottom: 1px solid var(--primary-color); }
.comparison-table__column:not(.comparison-table__column--label):nth-child(2) .comparison-table__header { border-radius: 15px 0 0 0; -webkit-border-radius: 15px 0 0 0; -moz-border-radius: 15px 0 0 0; -ms-border-radius: 15px 0 0 0; -o-border-radius: 15px 0 0 0; }
.comparison-table__column:not(.comparison-table__column--label):last-child .comparison-table__header { border-radius: 0 15px 0 0; -webkit-border-radius: 0 15px 0 0; -moz-border-radius: 0 15px 0 0; -ms-border-radius: 0 15px 0 0; -o-border-radius: 0 15px 0 0; }

.comparison-table__cell{ min-height:70px; height: 100%; display:flex; align-items:center; padding:15px 20px; text-align:center; border-top: 1px solid #d5d7db; font-size: 16px; padding-left: 40px; position: relative;}
.comparison-table__column:not(.comparison-table__column--label):hover{ background-color:#eaf8e8;}

.comparison-table__column:nth-child(2) { border-radius: 15px 0 0 15px; -webkit-border-radius: 15px 0 0 15px; -moz-border-radius: 15px 0 0 15px; -ms-border-radius: 15px 0 0 15px; -o-border-radius: 15px 0 0 15px; }
.comparison-table__column:last-child { border-radius: 0 15px 15px 0; -webkit-border-radius: 0 15px 15px 0; -moz-border-radius: 0 15px 15px 0; -ms-border-radius: 0 15px 15px 0; -o-border-radius: 0 15px 15px 0; }
.comparison-table__column:first-child .comparison-table__cell:last-child{ border-radius: 0 0 0 15px; -webkit-border-radius: 0 0 0 15px; -moz-border-radius: 0 0 0 15px; -ms-border-radius: 0 0 0 15px; -o-border-radius: 0 0 0 15px; }
.comparison-table__column:last-child .comparison-table__cell:last-child{ border-radius: 0 0 15px 0; -webkit-border-radius: 0 0 15px 0; -moz-border-radius: 0 0 15px 0; -ms-border-radius: 0 0 15px 0; -o-border-radius: 0 0 15px 0; }

.comparison-table__column .comparison-table__cell:not(:last-child) { border-left: 1px solid #d5d7db; }

.comparison-table__column.comparison-table__column--label > .comparison-table__header + .comparison-table__cell { border-radius: 15px 0 0 0;}
.comparison-table__column:not(.comparison-table__column--label):hover { border-color: var(--primary-color);  z-index: 1;}

.comparison-table__column:not(.comparison-table__column--label) 

.comparison-table__column:last-child .comparison-table__header { border-right: 1px solid #d5d7db; }
.comparison-table__column:last-child .comparison-table__cell { border-right: 1px solid #d5d7db; }
.comparison-table__column:last-child .comparison-table__cell:last-child { border-right: 1px solid var(--primary-color); }

.comparison-table__column .comparison-table__cell:last-child { border-color:var(--primary-color); color: #ffffff; background-color: #23a049; }
.comparison-table__column:not(.comparison-table__column--label):hover .comparison-table__cell:last-child { background-color: var(--primary-color); }

.comparison-table__column { position: relative;}
.comparison-table__column:not(.comparison-table__column--label):before { content: ""; position: absolute; inset: 0; width: 100%; height: 100%; border: 1px solid var(--primary-color); opacity: 0; border-radius: 15px 0 0 15px; z-index: 2; }
.comparison-table__column:not(.comparison-table__column--label):hover:before { opacity: 1;}
.comparison-table__column:not(.comparison-table__column--label):hover .comparison-table__header { border-top-color: transparent;}
.comparison-table__column:not(.comparison-table__column--label):last-child:hover .comparison-table__header { border-right-color: transparent; }
.comparison-table__column:last-child:hover .comparison-table__cell:last-child { border-bottom: 0; border-right: 0;}

.comparison-table__column:last-child:not(.comparison-table__column--label):before { border-radius: 0 15px 15px 0; -webkit-border-radius: 0 15px 15px 0; -moz-border-radius: 0 15px 15px 0; -ms-border-radius: 0 15px 15px 0; -o-border-radius: 0 15px 15px 0; }

.comparison-table .dot:before { content: ''; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); width: 10px; height: 10px; background-color: var(--primary-color); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.comparison-table .dot.dot__orange:before { background-color: #fb9e0a;}
.comparison-table .dot.dot__red:before { background-color: #b70409;}


/*==================================
shop Page
===================================*/
.shop-banner { min-height: 100vh; background-repeat: no-repeat; background-size: cover; background-position: center;}

.shop-banner > .e-con-inner { position: relative;}
.pellet-search { position: absolute; bottom: -80px; left: 0px;  padding: 0 !important; z-index: 1; }
.pellet-search__wrapper{ margin:auto; background:#fff; border-radius:12px; box-shadow:0 8px 25px rgba(0,0,0,.08); padding:22px; }
.pellet-search__form{ display:grid; grid-template-columns: 1.4fr 1fr .9fr .9fr 1.8fr; gap:14px; align-items:end; padding-bottom:18px; border-bottom:1px solid #e8e8e8; }
.pellet-search__field{ display:flex; flex-direction:column; }
.pellet-search__field label{ font-size:12px; color:#696c71; }
.pellet-search__field { border: 1px solid #d7d7d9; border-radius: 6px; background-color: #ffffff; height: 60px; padding: 15px; }
.pellet-search__field input,
.pellet-search__field select{ width: 100%; border: 0; font-size: 16px; background: transparent; outline: none; padding: 0; line-height: 1.2; }
.pellet-search__field:has(select) label { left: 5px;  }
.pellet-search__field label { top: -3px; position: relative; }
.pellet-search__field input:focus,
.pellet-search__field select:focus{ border-color:#159b36; }
.pellet-search__button{ height:60px; border:none; border-radius:6px; background-color:var(--primary-color); color:#fff; font-size:17px; font-weight:600; cursor:pointer; transition:.25s; -webkit-border-radius:; -moz-border-radius:; -ms-border-radius:; -o-border-radius:; -webkit-transition:.25s; -moz-transition:.25s; -ms-transition:.25s; -o-transition:.25s; }
.pellet-search__button:hover,
.pellet-search__button:focus{ background-color:var(--secondary-color); }
.pellet-search .product-usp { justify-content: center;}

.product-selection { padding: 150px 20px 70px; }
.product-selection .section-title h2, .section-title h2.elementor-heading-title { font-size: 44px; }

.contact-card { padding: 20px; background-color: #ffffff; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }

/*==================================
Single Product
===================================*/
.breadcrumbs span { font-size: 16px; line-height: 1.3; font-weight: 400; color: var(--text-color); }
.breadcrumbs span a { color: var(--text-color); cursor: pointer;}
.breadcrumbs span a:hover { text-decoration: underline; color: var(--primary-color );}
.breadcrumbs span .fa-chevron-right { margin-inline: 5px; font-size: 10px; position: relative; top: -1px; }

.e-woocommerce-notices-wrapper .woocommerce-message { margin-bottom: 0; background-color: #e6f4ea; border-top: 0; border-radius: 10px;  display: flex; align-items: center; padding: 15px 20px; }
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before { top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.e-woocommerce-notices-wrapper .woocommerce-message:focus { border: 0; outline: 0;}
.e-woocommerce-notices-wrapper .woocommerce-message a.button { margin-left: auto; background-color: var(--primary-color); padding: 20px 30px; font-size: 18px; line-height: 1.3; height: 50px; font-weight: 600; display: flex; align-items: center; justify-content: center; border-radius: 10px; transition: 0.3s all ease-in-out; position: relative; overflow: hidden; z-index: 1; color: #ffffff; -webkit-transition: 0.3s all ease-in-out; -moz-transition: 0.3s all ease-in-out; -ms-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; }
.e-woocommerce-notices-wrapper .woocommerce-message a.button:hover { background-color: var(--secondary-color);}
.e-woocommerce-notices-wrapper .woocommerce-message:before { display: none; }

.product_title { font-size: 48px; line-height: 1.2; font-weight: 700; color: var(--heading-color); margin-bottom: 0; margin-top: 0;}
.product-usp { list-style: none; display: flex; flex-flow: wrap; gap: 10px; margin-top: 20px; }
.product-usp li { font-size: 16px; line-height: 1.3; font-weight: 400; color: var(--text-color); padding-left: 20px; position: relative;}
.product-usp li:before { content: ''; background-image: url(https://hohnen.happylemon.de/wp-content/uploads/2026/07/check-icon-green.svg); background-size: 16px 16px; width: 16px; height: 16px; position: absolute; top: 2px; left: 0; }






