.elementor-2138 .elementor-element.elementor-element-b5a2431{padding:0px 0px 0px 0px;}.elementor-2138 .elementor-element.elementor-element-fd68ed6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2138 .elementor-element.elementor-element-a747da7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2138 .elementor-element.elementor-element-d3f11ff{padding:0px 0px 0px 0px;}.elementor-2138 .elementor-element.elementor-element-2a3350d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2138 .elementor-element.elementor-element-834ed41{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-a747da7 */.sm-about-intro--page-intro {
  padding: 40px 24px 40px;
}.sm-about-intro--page-intro .sm-about-intro__inner{max-width: 900px;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-834ed41 */.co2-intro-section {
  padding: 80px 0 60px;
  background: #fdf8f5;
  text-align: center;
}

.co2-intro-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 48px);
}

.co2-intro-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  color: #FF9D00;
  line-height: 1.25;
  margin-bottom: 24px;
}

.co2-intro-inner p:not(.vorteile-label) {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
  margin-bottom: 14px;
}

.co2-intro-inner a {
  color: #FF9D00;
  text-decoration: none;
}

.co2-intro-inner a:hover {
  color: #ffb133;
}

/* Rechner */
.co2-rechner-section {
  padding: 40px 0 60px;
  background: #fdf8f5;
}

.co2-rechner-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 48px);
}

.co2-rechner-inner iframe {
  display: block;
  background: #fff;
  border: 1px solid #ddd5c0;
}

/* Details */
.co2-details-section {
  padding: 40px 0 0;
  background: #fdf8f5;
}

.co2-details-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 48px);
}

.co2-details-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  color: #FF9D00;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.25;
}

.co2-block {
  margin-bottom: 40px;
}

.co2-block:last-child {
  margin-bottom: 0;
}

.co2-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 500;
  color: #2a2318;
  line-height: 1.3;
  margin-bottom: 10px;
}

.co2-block p {
  font-size: 16px;
  font-weight: 300;
  color: #4a3f2f;
  line-height: 1.85;
  margin-bottom: 14px;
}

.co2-block p:last-child {
  margin-bottom: 0;
}

.co2-block a {
  color: #FF9D00;
  text-decoration: none;
}

.co2-block a:hover {
  color: #ffb133;
}

.info-cards-section {
  padding: 80px 0 40px;
  background: #fdf8f5;
  text-align: center;
}

.info-cards-section::before {
  content: '';
  display: block;
  max-width: 880px;
  margin: 0 auto 80px;
  border-top: 1px solid #ddd5c0;
}

.info-cards-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  color: #FF9D00;
  margin-bottom: 12px;
}

.info-cards-section .info-cards-sub {
  font-size: 15px;
  font-weight: 300;
  color: #7a6e5f;
  margin-bottom: 48px;
}

.info-cards-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.info-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  text-decoration: none;
  border-radius: 0;
}

.info-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.info-card:hover img {
  transform: scale(1.04);
}

.info-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.08) 100%);
  pointer-events: none;
}

.info-card-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 700px) {
  .info-cards-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}/* End custom CSS */