.elementor-29655 .elementor-element.elementor-element-1dec00e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-599fcb0 *//* General Wrapper */
.foliano-eco-guide {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

/* Headers & Text */
.foliano-eco-guide h2 {
  font-size: 26px;
  color: #166534; /* Dunkles Natur-Grün */
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #dcfce7;
  padding-bottom: 10px;
}

.foliano-eco-guide h3 {
  font-size: 22px;
  color: #222222;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.foliano-eco-guide p {
  font-size: 16px;
  margin-bottom: 1rem;
}

/* Header Section */
.foliano-eco-header {
  margin-bottom: 2rem;
}

/* Grid for Features */
.foliano-eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 2rem 0;
}

.eco-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eco-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.eco-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.eco-card h4 {
  font-size: 18px;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 10px;
}

.eco-card p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 0;
}

/* Certificates Section with Images */
.foliano-cert-section {
  background-color: #f0fdf4; /* Sehr helles Grün */
  border-left: 4px solid #22c55e;
  padding: 25px 30px;
  border-radius: 4px;
  margin-top: 2rem;
}

.foliano-cert-section h3 {
  margin-top: 0;
  color: #166534;
}

.foliano-cert-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 2rem;
}

.cert-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.cert-image {
  flex: 0 0 80px; /* Feste Breite für das Logo */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cert-image img {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
}

.cert-text {
  flex: 1;
}

.cert-text strong {
  display: block;
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 5px;
}

.cert-text p {
  margin: 0;
  font-size: 14.5px;
  color: #475569;
}

/* Footer / CTA Box */
.foliano-eco-footer {
  margin-top: 3rem;
  padding: 25px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
}

.foliano-eco-footer h4 {
  font-size: 20px;
  color: #1e293b;
  margin-top: 0;
  margin-bottom: 10px;
}

.foliano-eco-footer p {
  margin-bottom: 0;
  color: #334155;
}

/* Responsive adjustments */
@media (max-width: 650px) {
  .foliano-eco-grid {
    grid-template-columns: 1fr;
  }
  
  .cert-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .cert-image {
    flex: 0 0 auto;
    margin-bottom: 15px;
  }
}/* End custom CSS */