.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;
}.single-lexikon-main {
background: #ffffff;
}
.single-lexikon-main .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
} .lexikon-entry-container {
padding: 60px 0;
background: #ffffff;
}
.lexikon-entry-layout {
display: grid;
grid-template-columns: 1fr 350px;
gap: 60px;
align-items: start;
} .lexikon-entry-content-wrapper {
background: transparent;
border-radius: 0;
padding: 0;
box-shadow: none;
} .lexikon-entry-header {
margin-bottom: 40px;
}
.lexikon-breadcrumb {
margin-bottom: 20px;
}
.lexikon-breadcrumb a {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 0.9375rem;
font-weight: 600;
color: #7cb342;
text-decoration: none;
transition: all 0.3s ease;
}
.lexikon-breadcrumb a:hover {
color: #558b2f;
transform: translateX(-3px);
}
.lexikon-entry-title {
font-size: 2.5rem;
font-weight: 700;
color: #333;
margin: 0;
line-height: 1.2;
position: relative;
padding-bottom: 20px;
}
.lexikon-entry-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 4px;
background: linear-gradient(90deg, #7cb342 0%, #558b2f 100%);
border-radius: 2px;
} .lexikon-entry-content {
font-size: 1.0625rem;
line-height: 1.8;
color: #444;
margin-bottom: 40px;
}
.lexikon-entry-content h2 {
font-size: 1.75rem;
font-weight: 700;
color: #333;
margin: 40px 0 20px 0;
}
.lexikon-entry-content h3 {
font-size: 1.375rem;
font-weight: 600;
color: #444;
margin: 30px 0 16px 0;
}
.lexikon-entry-content p {
margin-bottom: 20px;
}
.lexikon-entry-content ul,
.lexikon-entry-content ol {
margin: 20px 0 20px 30px;
}
.lexikon-entry-content li {
margin-bottom: 10px;
}
.lexikon-entry-content a {
color: #7cb342;
text-decoration: underline;
transition: color 0.3s ease;
}
.lexikon-entry-content a:hover {
color: #558b2f;
}
.lexikon-entry-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 30px 0;
} .lexikon-entry-navigation {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
padding-top: 40px;
margin-top: 40px;
border-top: 2px solid #e8e8e8;
}
.entry-nav-item {
display: flex;
flex-direction: column;
gap: 8px;
padding: 20px;
background: #f8f9fa;
border-radius: 10px;
transition: all 0.3s ease;
}
.entry-nav-item:hover {
background: #f0f8f0;
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(124, 179, 66, 0.15);
}
.entry-nav-item.prev-entry {
text-align: left;
}
.entry-nav-item.next-entry {
text-align: right;
}
.nav-label {
font-size: 0.875rem;
font-weight: 600;
color: #7cb342;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.nav-title {
font-size: 1.0625rem;
font-weight: 600;
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.entry-nav-item:hover .nav-title {
color: #7cb342;
} @media (max-width: 1024px) {
.lexikon-entry-layout {
grid-template-columns: 1fr 300px;
gap: 40px;
}
.lexikon-entry-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.lexikon-entry-layout {
grid-template-columns: 1fr;
gap: 30px;
}
.lexikon-entry-title {
font-size: 1.75rem;
}
.lexikon-entry-content {
font-size: 1rem;
}
.lexikon-entry-navigation {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.lexikon-entry-container {
padding: 40px 0;
}
.lexikon-entry-title {
font-size: 1.5rem;
}
}
@media (max-width: 400px) {
.lexikon-entry-title {
font-size: 1.375rem;
}
}