.hesolar-page-hero {
background-color: #7cb342 !important;
padding: 25px 0 !important;
margin: 0 !important;
}
.hesolar-page-hero-title {
font-size: 2rem !important;
font-weight: 700 !important;
color: #ffffff !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.3 !important;
} .hesolar-page-container {
padding-top: 50px !important;
padding-bottom: 80px !important;
} .hesolar-page-layout {
display: flex !important;
gap: 50px !important;
}
.hesolar-page-layout.hesolar-no-sidebar {
display: block !important;
}
.hesolar-page-layout.hesolar-has-sidebar .hesolar-page-main-content {
flex: 1 !important;
min-width: 0 !important;
}
.hesolar-page-layout.hesolar-has-sidebar .hesolar-page-sidebar {
flex: 0 0 320px !important;
width: 320px !important;
} .hesolar-page-sidebar {
border-radius: 8px;
}
.hesolar-page-sidebar .widget {
margin-bottom: 25px;
}
.hesolar-page-sidebar .widget:last-child {
margin-bottom: 0;
}
.hesolar-page-sidebar .widget-title {
font-size: 1.125rem;
font-weight: 600;
color: #1f2937;
margin: 0 0 15px 0;
padding-bottom: 10px;
border-bottom: 2px solid #7cb342;
} .hesolar-page-main-content {
margin: 0 !important;
}
.hesolar-page-layout.hesolar-no-sidebar .hesolar-page-content {
max-width: 800px !important;
margin: 0 auto !important;
}
.hesolar-page-content {
font-size: 1.0625rem;
line-height: 1.8;
color: #374151;
} .hesolar-page-featured-image {
margin-bottom: 2rem;
}
.hesolar-page-thumbnail {
width: 100%;
height: auto;
border-radius: 8px;
display: block;
} .hesolar-page-content h2 {
font-size: 1.875rem;
font-weight: 700;
color: var(--color-gray-900, #111827);
margin: 2.5rem 0 1.25rem;
padding-bottom: 0.75rem;
position: relative;
display: block;
}
.hesolar-page-content h2::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 3px;
background: linear-gradient(90deg, #7cb342 0%, #9ccc65 100%);
border-radius: 2px;
}
.hesolar-page-content h2:first-child {
margin-top: 0;
}
.hesolar-page-content h3 {
font-size: 1.5rem;
font-weight: 600;
color: var(--color-gray-800, #1f2937);
margin: 2.5rem 0 1rem;
position: relative;
padding-left: 1rem;
}
.hesolar-page-content h3::before {
content: '';
position: absolute;
left: 0;
top: 0.2em;
bottom: 0.2em;
width: 4px;
background-color: var(--color-primary, #7cb342);
border-radius: 2px;
}
.hesolar-page-content h4 {
font-size: 1.25rem;
font-weight: 600;
color: var(--color-gray-800, #1f2937);
margin: 2rem 0 0.75rem;
}
.hesolar-page-content h5 {
font-size: 1.125rem;
font-weight: 600;
color: var(--color-gray-700, #374151);
margin: 1.5rem 0 0.5rem;
} .hesolar-page-content p {
margin-bottom: 1.5rem;
}
.hesolar-page-content strong {
color: var(--color-gray-900, #111827);
font-weight: 600;
}
.hesolar-page-content a {
color: var(--color-primary, #7cb342);
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.hesolar-page-content a:hover {
color: var(--color-primary-dark, #689f38);
text-decoration: underline;
} .hesolar-page-content ul {
list-style: none;
padding: 0;
margin: 0 0 2rem 0;
}
.hesolar-page-content ul li {
position: relative;
padding-left: 2rem;
padding-top: 0.625rem;
padding-bottom: 0.625rem;
border-bottom: 1px solid var(--color-gray-100, #f3f4f6);
}
.hesolar-page-content ul li:last-child {
border-bottom: none;
}
.hesolar-page-content ul li::before {
content: '';
position: absolute;
left: 0;
top: 0.875rem;
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%237cb342' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
} .hesolar-page-content ul ul {
margin: 0.5rem 0 0 1rem;
}
.hesolar-page-content ul ul li {
padding-left: 1.5rem;
}
.hesolar-page-content ul ul li::before {
width: 16px;
height: 16px;
top: 0.75rem;
} .hesolar-page-content ol {
list-style: none;
padding: 0;
margin: 0 0 2rem 0;
counter-reset: list-counter;
}
.hesolar-page-content ol li {
position: relative;
padding-left: 3rem;
padding-top: 0.625rem;
padding-bottom: 0.625rem;
border-bottom: 1px solid var(--color-gray-100, #f3f4f6);
counter-increment: list-counter;
}
.hesolar-page-content ol li:last-child {
border-bottom: none;
}
.hesolar-page-content ol li::before {
content: counter(list-counter);
position: absolute;
left: 0;
top: 0.5rem;
width: 28px;
height: 28px;
background-color: var(--color-primary, #7cb342);
color: white;
font-size: 0.875rem;
font-weight: 600;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
} .hesolar-page-content blockquote {
margin: 2rem 0;
padding: 1.5rem 2rem;
background-color: var(--color-gray-50, #f9fafb);
border-left: 4px solid var(--color-primary, #7cb342);
border-radius: 0 0.5rem 0.5rem 0;
font-style: italic;
color: var(--color-gray-700, #374151);
}
.hesolar-page-content blockquote p:last-child {
margin-bottom: 0;
} .hesolar-page-content img {
max-width: 100%;
height: auto;
border-radius: 0.75rem;
margin: 1.5rem 0;
}
.hesolar-page-content figure {
margin: 2rem 0;
}
.hesolar-page-content figcaption {
font-size: 0.875rem;
color: var(--color-gray-500, #6b7280);
text-align: center;
margin-top: 0.5rem;
} .hesolar-page-content table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
font-size: 0.9375rem;
}
.hesolar-page-content table th,
.hesolar-page-content table td {
padding: 1rem;
text-align: left;
border-bottom: 1px solid var(--color-gray-200, #e5e7eb);
}
.hesolar-page-content table th {
background-color: var(--color-gray-50, #f9fafb);
font-weight: 600;
color: var(--color-gray-900, #111827);
}
.hesolar-page-content table tr:hover {
background-color: var(--color-gray-50, #f9fafb);
} .hesolar-page-content hr {
border: none;
height: 2px;
background: linear-gradient(to right, var(--color-primary, #7cb342), transparent);
margin: 3rem 0;
} .hesolar-page-content code {
background-color: var(--color-gray-100, #f3f4f6);
padding: 0.2em 0.4em;
border-radius: 0.25rem;
font-size: 0.875em;
font-family: 'Courier New', Courier, monospace;
}
.hesolar-page-content pre {
background-color: var(--color-gray-900, #111827);
color: var(--color-gray-100, #f3f4f6);
padding: 1.5rem;
border-radius: 0.5rem;
overflow-x: auto;
margin: 2rem 0;
}
.hesolar-page-content pre code {
background: none;
padding: 0;
color: inherit;
} @media (max-width: 1024px) {
.hesolar-page-layout {
gap: 40px !important;
}
.hesolar-page-layout.hesolar-has-sidebar .hesolar-page-sidebar {
flex: 0 0 280px !important;
width: 280px !important;
}
}
@media (max-width: 768px) {
.hesolar-page-hero {
padding: 20px 0 !important;
}
.hesolar-page-hero-title {
font-size: 1.625rem !important;
}
.hesolar-page-container {
padding-top: 30px !important;
padding-bottom: 40px !important;
}
.hesolar-page-layout {
flex-direction: column !important;
gap: 40px !important;
}
.hesolar-page-layout.hesolar-has-sidebar .hesolar-page-sidebar {
flex: none !important;
width: 100% !important;
}
.hesolar-page-content {
font-size: 1rem;
} .hesolar-page-content > div[style*="display: flex"],
.hesolar-page-content > div[style*="display:flex"],
.hesolar-page-content div[style*="flex:"] {
flex-direction: column !important;
gap: 1rem !important;
}
.hesolar-page-content div[style*="flex: 0 0 25%"],
.hesolar-page-content div[style*="flex: 0 0 35%"],
.hesolar-page-content div[style*="flex: 0 0 65%"],
.hesolar-page-content div[style*="flex: 0 0 75%"] {
flex: none !important;
width: 100% !important;
min-width: 0 !important;
}
.hesolar-page-content img {
max-width: 100% !important;
height: auto !important;
}
.hesolar-page-content h2 {
font-size: 1.5rem;
margin: 2rem 0 1rem;
}
.hesolar-page-content h3 {
font-size: 1.25rem;
margin: 1.75rem 0 0.75rem;
}
.hesolar-page-content h4 {
font-size: 1.125rem;
}
.hesolar-page-content ul li,
.hesolar-page-content ol li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
@media (max-width: 480px) {
.hesolar-page-hero {
padding: 15px 0 !important;
}
.hesolar-page-hero-title {
font-size: 1.375rem !important;
}
.hesolar-page-content h2 {
font-size: 1.375rem;
}
.hesolar-page-content h3 {
font-size: 1.125rem;
}
} .blog-preview-section {
padding: 100px 0;
background-color: #f9f9f9;
}
.blog-preview-header {
text-align: center;
margin-bottom: 60px;
}
.blog-preview-title {
font-size: 2.5rem;
font-weight: 600;
color: #333;
margin-bottom: 15px;
}
.blog-preview-subtitle {
font-size: 1.125rem;
color: #666;
margin: 0;
}
.blog-preview-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-bottom: 50px;
}
.blog-preview-card {
background: #ffffff;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.blog-preview-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.blog-preview-image {
display: block;
width: 100%;
height: 220px;
overflow: hidden;
position: relative;
}
.blog-preview-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.blog-preview-card:hover .blog-preview-image img {
transform: scale(1.05);
}
.blog-preview-content {
padding: 25px;
}
.blog-preview-category {
display: inline-block;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #7cb342;
background-color: rgba(124, 179, 66, 0.1);
padding: 4px 12px;
border-radius: 20px;
margin-bottom: 12px;
}
.blog-preview-card-title {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.4;
margin: 0 0 12px 0;
}
.blog-preview-card-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.blog-preview-card-title a:hover {
color: #7cb342;
}
.blog-preview-excerpt {
font-size: 0.95rem;
line-height: 1.6;
color: #666;
margin-bottom: 15px;
}
.blog-preview-meta {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px;
border-top: 1px solid #e0e0e0;
}
.blog-preview-date {
font-size: 0.875rem;
color: #999;
}
.blog-preview-link {
font-size: 0.875rem;
font-weight: 600;
color: #7cb342;
text-decoration: none;
transition: color 0.3s ease;
}
.blog-preview-link:hover {
color: #6da036;
}
.blog-preview-empty {
grid-column: 1 / -1;
text-align: center;
padding: 40px;
color: #999;
font-style: italic;
}
.blog-preview-cta {
text-align: center;
} @media (max-width: 1024px) {
.blog-preview-section {
padding: 80px 0;
}
.blog-preview-title {
font-size: 2rem;
}
.blog-preview-grid {
gap: 25px;
}
}
@media (max-width: 768px) {
.blog-preview-section {
padding: 60px 0;
}
.blog-preview-header {
margin-bottom: 40px;
}
.blog-preview-title {
font-size: 1.75rem;
}
.blog-preview-subtitle {
font-size: 1rem;
}
.blog-preview-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.blog-preview-image {
height: 200px;
}
}
@media (max-width: 480px) {
.blog-preview-section {
padding: 40px 0;
}
.blog-preview-title {
font-size: 1.5rem;
}
.blog-preview-content {
padding: 20px;
}
.blog-preview-card-title {
font-size: 1.125rem;
}
}
.cta_page-btn {
background: #ffb300;
padding: 20px;
border-radius: 10px;
color: white !important;
text-decoration: none;
}
.cta_page-btn:hover {
background: #ff8800;
text-decoration: none !important;
}.produkt-main {
background-color: #ffffff;
}
.produkt-main .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
} .produkt-details-section {
padding: 80px 0;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f8f0 100%);
position: relative;
overflow: hidden;
} .produkt-details-section::before {
content: '';
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(124, 179, 66, 0.08) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.produkt-details-section::after {
content: '';
position: absolute;
bottom: -150px;
left: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(44, 82, 130, 0.06) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.produkt-grid {
display: grid;
grid-template-columns: 1fr 1fr; 
gap: 60px;
align-items: start;
position: relative;
z-index: 1;
} .produkt-gallery {
position: sticky;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
} .produkt-main-image {
position: relative;
width: 100%;
height: 550px;
background: transparent; border-radius: 0; overflow: hidden;
box-shadow: none; margin-bottom: 20px;
transition: all 0.4s ease;
}
.produkt-main-image:hover {
box-shadow: none; transform: none; }
.main-image-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.6s ease;
display: flex;
align-items: center;
justify-content: center;
padding: 0; background: transparent; }
.main-image-slide.active {
opacity: 1;
z-index: 1;
animation: zoomIn 0.6s ease;
}
@keyframes zoomIn {
from {
transform: scale(0.95);
}
to {
transform: scale(1);
}
}
.main-image-slide img {
max-width: 100%;
max-height: 100%;
width: auto; height: auto; object-fit: contain; transition: transform 0.4s ease;
}
.produkt-main-image:hover .main-image-slide.active img {
transform: none; }
.no-image {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
color: #999;
font-size: 1.25rem;
} .slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 55px;
height: 55px;
background: linear-gradient(135deg, #7cb342 0%, #6da036 100%);
border: none;
border-radius: 50%;
color: #ffffff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10;
box-shadow: 0 4px 20px rgba(124, 179, 66, 0.4);
}
.slider-arrow:hover {
background: linear-gradient(135deg, #20620c 0%, #184a09 100%);
transform: translateY(-50%) scale(1.15);
box-shadow: 0 6px 28px rgba(32, 98, 12, 0.5);
}
.prev-arrow {
left: 20px;
}
.next-arrow {
right: 20px;
} .produkt-thumbnails {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.thumbnail-item {
width: 100px;
height: 100px;
border-radius: 14px;
overflow: hidden;
cursor: pointer;
border: 3px solid transparent;
transition: all 0.3s ease;
opacity: 0.5;
background: #ffffff;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.thumbnail-item::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(124, 179, 66, 0.3) 0%, rgba(32, 98, 12, 0.3) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
.thumbnail-item:hover {
opacity: 0.85;
transform: translateY(-5px) rotate(2deg);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.thumbnail-item:hover::after {
opacity: 1;
}
.thumbnail-item.active {
opacity: 1;
border-color: #7cb342;
box-shadow: 0 6px 24px rgba(124, 179, 66, 0.5);
transform: scale(1.05);
}
.thumbnail-item.active::after {
opacity: 0;
}
.thumbnail-item img {
width: 100%;
height: 100%;
object-fit: cover;
} .produkt-info {
padding: 20px 0;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.8s ease 0.2s forwards;
}
.section-badge {
display: inline-block;
padding: 8px 20px;
background: rgba(74, 143, 42, 0.15);
color: #2d5a1a;
border-radius: 30px;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
}
.produkt-title {
font-size: 2.75rem;
font-weight: 700;
color: #333;
margin: 0 0 24px 0;
line-height: 1.2;
position: relative;
display: block;
}   .produkt-subtitle {
font-size: 1.125rem;
font-weight: 600;
color: #ffffff;
background: linear-gradient(135deg, #7cb342 0%, #20620c 100%);
padding: 18px 32px;
border-radius: 12px;
display: inline-block;
margin-bottom: 32px;
box-shadow: 0 6px 24px rgba(124, 179, 66, 0.35);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.produkt-subtitle::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.5s ease;
}
.produkt-subtitle:hover::before {
left: 100%;
}
.produkt-subtitle:hover {
transform: translateY(-3px);
box-shadow: 0 8px 32px rgba(124, 179, 66, 0.45);
}
.produkt-description {
font-size: 1.0625rem;
line-height: 1.8;
color: #555;
}
.produkt-description h2 {
font-size: 1.875rem;
font-weight: 600;
color: #333;
margin: 40px 0 20px 0;
position: relative;
padding-left: 20px;
}
.produkt-description h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 5px;
height: 60%;
background: linear-gradient(180deg, #7cb342 0%, #20620c 100%);
border-radius: 3px;
}
.produkt-description h3 {
font-size: 1.5rem;
font-weight: 600;
color: #20620c;
margin: 30px 0 16px 0;
}
.produkt-description p {
margin-bottom: 16px;
}
.produkt-description ul,
.produkt-description ol {
margin: 20px 0 20px 30px;
}
.produkt-description li {
margin-bottom: 12px;
line-height: 1.8;
position: relative;
padding-left: 10px;
}
.produkt-description ul li::before {
content: '→';
position: absolute;
left: -20px;
color: #7cb342;
font-weight: bold;
}  .produkt-bulletpoints {
margin-top: 32px;
display: flex;
flex-direction: column;
gap: 16px;
}
.bulletpoint-item {
display: flex;
align-items: center;
gap: 14px;
font-size: 1.0625rem;
color: #333;
transition: all 0.3s ease;
}
.bulletpoint-item:hover {
transform: translateX(5px);
}
.bulletpoint-icon {
width: 24px;
height: 24px;
background: #4a8f2a;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
flex-shrink: 0;
}
.bulletpoint-item:hover .bulletpoint-icon {
transform: scale(1.15) rotate(5deg);
box-shadow: 0 5px 16px rgba(124, 179, 66, 0.45);
} .produkt-contact-person {
margin-top: 40px;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border: 2px solid #e8e8e8;
border-radius: 16px;
padding: 0;
overflow: hidden;
transition: all 0.4s ease;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.produkt-contact-person:hover {
border-color: #7cb342;
box-shadow: 0 8px 30px rgba(124, 179, 66, 0.2);
transform: translateY(-4px);
}
.contact-person-header {
background: linear-gradient(135deg, #7cb342 0%, #20620c 100%);
padding: 18px 24px;
}
.contact-person-header h3 {
margin: 0;
font-size: 1.25rem;
font-weight: 700;
color: #ffffff;
}
.contact-person-content {
display: flex;
align-items: center;
gap: 24px;
padding: 28px 24px;
}
.contact-person-photo {
flex-shrink: 0;
}
.contact-person-photo img {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
border: 4px solid #7cb342;
box-shadow: 0 4px 16px rgba(124, 179, 66, 0.3);
}
.contact-person-info {
flex: 1;
}
.contact-person-name {
font-size: 1.125rem;
font-weight: 700;
color: #333;
margin-bottom: 12px;
}
.contact-person-detail {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
font-size: 0.9375rem;
color: #666;
}
.contact-person-detail svg {
color: #7cb342;
flex-shrink: 0;
}
.contact-person-detail a {
color: #7cb342;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.contact-person-detail a:hover {
color: #20620c;
text-decoration: underline;
}
.contact-opening-hours {
padding: 20px 24px;
background: #f0f8f0;
border-top: 2px solid #e8e8e8;
font-size: 0.9375rem;
}
.contact-opening-hours strong {
display: block;
margin-bottom: 8px;
color: #333;
font-weight: 700;
}
.contact-opening-hours div {
color: #666;
line-height: 1.6;
} .produkt-application {
padding: 100px 0;
background: linear-gradient(135deg, #7cb342 0%, #1e600a 100%);
position: relative;
overflow: hidden;
} .produkt-application::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
border-radius: 50%;
}
.application-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
position: relative;
z-index: 1;
} .application-content {
opacity: 0;
transform: translateX(-50px);
transition: all 0.8s ease;
}
.application-content.animate-in {
opacity: 1;
transform: translateX(0);
}
.application-content h2 {
font-size: 2.5rem;
font-weight: 700;
color: #ffffff;
margin: 0 0 28px 0;
line-height: 1.2;
}
.application-text {
font-size: 1.125rem;
line-height: 1.9;
color: rgba(255, 255, 255, 0.95);
}
.application-text p {
margin-bottom: 20px;
} .application-image {
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
position: relative;
opacity: 0;
transform: translateX(50px);
transition: all 0.8s ease 0.2s;
}
.application-image.animate-in {
opacity: 1;
transform: translateX(0);
}
.application-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(124, 179, 66, 0.2) 0%, transparent 50%);
opacity: 0;
transition: opacity 0.4s ease;
}
.application-image:hover::after {
opacity: 1;
}
.application-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.6s ease;
}
.application-image:hover img {
transform: scale(1.08);
} .produkt-contact {
padding: 100px 0;
background: #ffffff;
position: relative;
}
.contact-header {
text-align: center;
margin-bottom: 70px;
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease;
}
.contact-header.animate-in {
opacity: 1;
transform: translateY(0);
}
.contact-header h2 {
font-size: 2.75rem;
font-weight: 700;
color: #333;
margin: 0 0 20px 0;
position: relative;
display: inline-block;
}
.contact-header p {
font-size: 1.25rem;
color: #666;
max-width: 600px;
margin: 0 auto;
} .contact-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 50px;
}
.contact-card {
background: #ffffff;
border: 2px solid #e8e8e8;
border-radius: 20px;
padding: 45px 35px;
text-align: center;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
opacity: 0;
transform: translateY(30px);
}
.contact-card.animate-in {
opacity: 1;
transform: translateY(0);
}
.contact-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #7cb342 0%, #2c5282 100%);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.contact-card:hover::before {
transform: scaleX(1);
}
.contact-card:hover {
border-color: #7cb342;
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(124, 179, 66, 0.25);
}
.contact-icon {
color: #7cb342;
margin-bottom: 24px;
display: flex;
justify-content: center;
transition: transform 0.4s ease;
}
.contact-card:hover .contact-icon {
transform: scale(1.15) rotate(5deg);
}
.contact-card h3 {
font-size: 1.5rem;
font-weight: 700;
color: #333;
margin: 0 0 24px 0;
}
.contact-card p {
margin-bottom: 12px;
color: #666;
font-size: 1.0625rem;
}
.contact-card a {
color: #7cb342;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
position: relative;
}
.contact-card a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: #7cb342;
transition: width 0.3s ease;
}
.contact-card a:hover::after {
width: 100%;
}
.contact-card a:hover {
color: #20620c;
} .contact-email-cta {
background: linear-gradient(135deg, #f9a825 0%, #f57c00 100%);
padding: 40px 50px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
box-shadow: 0 10px 40px rgba(249, 168, 37, 0.4);
transition: all 0.4s ease;
position: relative;
overflow: hidden;
opacity: 0;
transform: scale(0.95);
}
.contact-email-cta.animate-in {
opacity: 1;
transform: scale(1);
}
.contact-email-cta::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transform: rotate(45deg);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% {
transform: translateX(-100%) rotate(45deg);
}
100% {
transform: translateX(100%) rotate(45deg);
}
}
.contact-email-cta:hover {
transform: translateY(-6px) scale(1.02);
box-shadow: 0 15px 50px rgba(249, 168, 37, 0.5);
}
.contact-email-cta svg {
color: #ffffff;
flex-shrink: 0;
}
.contact-email-cta span {
font-size: 1.25rem;
font-weight: 600;
color: #ffffff;
}
.contact-email-cta a {
font-size: 1.625rem;
font-weight: 700;
color: #ffffff;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.contact-email-cta a:hover {
transform: scale(1.08);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
} .produkt-trust-section {
padding: 50px 0;
background: linear-gradient(135deg, rgba(26, 58, 92, 0.9) 0%, rgba(44, 82, 130, 0.85) 100%);
}
.trust-elements {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.trust-item {
display: flex;
align-items: center;
gap: 20px;
background: #ffffff;
padding: 30px;
border-radius: 16px;
border: 2px solid #e8e8e8;
transition: all 0.4s ease;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.trust-item:hover {
border-color: #7cb342;
transform: translateY(-6px);
box-shadow: 0 8px 30px rgba(124, 179, 66, 0.2);
}
.trust-icon {
flex-shrink: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg, #7cb342 0%, #20620c 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
transition: transform 0.4s ease;
}
.trust-item:hover .trust-icon {
transform: scale(1.15) rotate(8deg);
}
.trust-text {
font-size: 1.0625rem;
font-weight: 600;
color: #333;
line-height: 1.5;
} .produkt-specs-section {
padding: 80px 0;
background: #ffffff;
}
.produkt-specs-section h2 {
font-size: 2.5rem;
font-weight: 700;
color: #333;
text-align: center;
margin: 0 0 50px 0;
position: relative;
}
.specs-table {
max-width: 900px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.spec-row {
display: grid;
grid-template-columns: 40% 60%;
border-bottom: 1px solid #e8e8e8;
transition: all 0.3s ease;
}
.spec-row:last-child {
border-bottom: none;
}
.spec-row:hover {
background: #f8f9fa;
}
.spec-label {
padding: 22px 30px;
font-weight: 700;
color: #fff;
background: #7cb342;;
font-size: 1.0625rem;
}
.spec-value {
padding: 22px 30px;
color: #666;
font-size: 1.0625rem;
} .produkt-delivery-section {
padding: 80px 0;
background: #111827;
position: relative;
overflow: hidden;
}
.produkt-delivery-section::before {
content: '';
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 50%;
background-image: url(//he-solar.de/wp-content/themes/he-solar/img/heb-solar-photovoltaikanlagen.png);
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
opacity: 0.15;
pointer-events: none;
z-index: 1;
}
.produkt-delivery-section .container {
position: relative;
z-index: 2;
}
.produkt-delivery-section h2 {
font-size: 2.5rem;
font-weight: 700;
color: #7cb342;
text-align: center;
margin: 0 0 50px 0;
position: relative;
}
.delivery-list {
max-width: 700px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 18px;
}
.delivery-item {
display: flex;
align-items: center;
gap: 18px;
padding: 20px 28px;
background: #ffffff;
border-radius: 12px;
border: 2px solid #7cb342;
font-size: 1.0625rem;
color: #333;
transition: all 0.3s ease;
}
.delivery-item:hover {
transform: translateX(8px);
box-shadow: 0 6px 20px rgba(124, 179, 66, 0.25);
}
.delivery-item svg {
color: #7cb342;
flex-shrink: 0;
}  @media (max-width: 1024px) {
.produkt-grid {
grid-template-columns: 1fr;
gap: 50px;
}
.produkt-gallery {
position: relative;
}
.application-grid {
grid-template-columns: 1fr;
gap: 50px;
}
.contact-cards {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.trust-elements {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.produkt-title {
font-size: 2.25rem;
}
.application-content h2 {
font-size: 2rem;
}
.contact-header h2 {
font-size: 2.25rem;
}
} @media (max-width: 768px) {
.produkt-details-section {
padding: 50px 0;
}
.produkt-application {
padding: 60px 0;
}
.produkt-contact {
padding: 60px 0;
}
.produkt-specs-section {
padding: 50px 0;
}
.produkt-delivery-section {
padding: 50px 0;
}
.produkt-trust-section {
padding: 40px 0;
}
.produkt-main-image {
height: 400px;
}
.slider-arrow {
width: 45px;
height: 45px;
}
.prev-arrow {
left: 10px;
}
.next-arrow {
right: 10px;
}
.thumbnail-item {
width: 80px;
height: 80px;
}
.produkt-title {
font-size: 2rem;
}
.produkt-subtitle {
font-size: 1rem;
padding: 14px 24px;
}
.produkt-description {
font-size: 1rem;
}
.contact-person-content {
flex-direction: column;
text-align: center;
}
.contact-person-photo img {
width: 100px;
height: 100px;
}
.contact-cards {
grid-template-columns: 1fr;
}
.trust-elements {
grid-template-columns: 1fr;
}
.contact-email-cta {
flex-direction: column;
padding: 30px 35px;
text-align: center;
}
.application-content h2 {
font-size: 1.75rem;
}
.application-text {
font-size: 1rem;
}
.contact-header h2 {
font-size: 2rem;
}
.contact-header p {
font-size: 1.125rem;
}
.specs-table {
font-size: 0.9375rem;
}
.spec-row {
grid-template-columns: 1fr;
}
.spec-label {
border-bottom: none;
padding: 18px 20px 10px 20px;
}
.spec-value {
padding: 10px 20px 18px 20px;
}
.produkt-specs-section h2,
.produkt-delivery-section h2 {
font-size: 2rem;
}
} @media (max-width: 600px) {
.produkt-main .container {
padding: 0 15px;
}
.produkt-details-section {
padding: 40px 0;
}
.produkt-application {
padding: 50px 0;
}
.produkt-contact {
padding: 50px 0;
}
.produkt-main-image {
height: 300px;
}
.slider-arrow {
width: 40px;
height: 40px;
}
.thumbnail-item {
width: 70px;
height: 70px;
}
.produkt-title {
font-size: 1.75rem;
}
.produkt-subtitle {
font-size: 0.9375rem;
padding: 12px 20px;
}
.produkt-description {
font-size: 0.9375rem;
}
.produkt-description h2 {
font-size: 1.5rem;
}
.produkt-description h3 {
font-size: 1.25rem;
}
.bulletpoint-item {
font-size: 0.9375rem;
}
.contact-person-header h3 {
font-size: 1.125rem;
}
.contact-person-content {
padding: 20px 15px;
}
.contact-person-name {
font-size: 1rem;
}
.contact-person-detail {
font-size: 0.875rem;
}
.contact-opening-hours {
padding: 15px;
font-size: 0.875rem;
}
.contact-card {
padding: 30px 20px;
}
.contact-card h3 {
font-size: 1.25rem;
}
.contact-card p {
font-size: 0.9375rem;
}
.contact-email-cta {
padding: 25px 20px;
}
.contact-email-cta span {
font-size: 1.125rem;
}
.contact-email-cta a {
font-size: 1.25rem;
}
.trust-item {
flex-direction: column;
text-align: center;
padding: 25px 20px;
}
.trust-icon {
width: 50px;
height: 50px;
}
.trust-text {
font-size: 0.9375rem;
}
.application-content h2 {
font-size: 1.5rem;
}
.application-text {
font-size: 0.9375rem;
}
.contact-header {
margin-bottom: 40px;
}
.contact-header h2 {
font-size: 1.75rem;
}
.contact-header p {
font-size: 1rem;
}
.produkt-specs-section h2,
.produkt-delivery-section h2 {
font-size: 1.75rem;
margin-bottom: 35px;
}
.spec-label,
.spec-value {
padding: 15px;
font-size: 0.875rem;
}
.delivery-item {
padding: 16px 20px;
font-size: 0.9375rem;
}
} @media (max-width: 400px) {
.produkt-main-image {
height: 250px;
}
.thumbnail-item {
width: 60px;
height: 60px;
}
.produkt-title {
font-size: 1.5rem;
}
.contact-email-cta a {
font-size: 1.125rem;
word-break: break-all;
}
}
.page-mini-slider {
position: relative;
width: 100%;
height: 100px;
overflow: hidden;
background-color: #20620c;
}
.mini-slider {
width: 100%;
height: 100%;
}
.mini-slide {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} .mini-slide-image-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.mini-slide-bg {
width: 100%;
height: 100%;
object-fit: cover;
animation: slowZoom 12s ease-in-out infinite alternate;
}
@keyframes slowZoom {
0% {
transform: scale(1);
}
100% {
transform: scale(1.1);
}
} .mini-slide-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
} .mini-leaf {
position: absolute;
z-index: 2;
opacity: 0;
pointer-events: none;
animation: fadeInLeaf 1.5s ease 0.5s forwards;
}
@keyframes fadeInLeaf {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 0.7;
transform: translateY(0);
}
}
.mini-leaf-left {
left: 0;
bottom: 0;
height: 300px;
width: auto;
}
.mini-leaf-right {
right: 0;
bottom: 0;
height: 300px;
width: auto;
}