:root {
  --erene-font-family: "Poppins", Arial, sans-serif;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --erene-bg: #f4f7f2;
  --erene-surface: #ffffff;
  --erene-surface-soft: #eef6ea;
  --erene-text: #324046;
  --erene-muted: #68787d;
  --erene-line: rgba(50, 64, 70, 0.14);
  --erene-green: #6bb24c;
  --erene-green-dark: #4e9134;
  --erene-space: #324046;
  --erene-shadow: 0 24px 80px rgba(50, 64, 70, 0.14);
  --erene-radius: 8px;
  --erene-max-width: 1180px;
  --erene-header-bg: rgba(255, 255, 255, 0.78);
  --erene-header-solid: #ffffff;
  --erene-dropdown-bg: rgba(255, 255, 255, 0.94);
  --erene-control-bg: rgba(255, 255, 255, 0.7);
  --erene-button-light-bg: rgba(255, 255, 255, 0.78);
  --erene-button-light-text: #324046;
  --erene-header-offset: 100px;
}

.erene-site-header,
.erene-site-header *,
.erene-hero,
.erene-hero * {
  box-sizing: border-box;
}

body.erene-child-theme #top-header,
body.erene-child-theme #main-header {
  display: none !important;
}

body.erene-child-theme #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.erene-child-theme #et-main-area {
  padding-top: var(--erene-header-offset) !important;
}

.erene-hidden-old-header-section {
  display: none !important;
}

.erene-divi-wrapper-reset {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.admin-bar .erene-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .erene-site-header {
    top: 46px;
  }
}

.erene-site-header a,
.erene-hero a {
  color: inherit;
  text-decoration: none;
}

.erene-site-header button,
.erene-hero button {
  font: inherit;
}

.erene-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.erene-site-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  background: var(--erene-header-bg);
  border-bottom: 1px solid var(--erene-line);
  backdrop-filter: blur(18px);
  color: var(--erene-text);
  font-family: var(--erene-font-family);
}

.erene-topbar {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px 24px;
  color: var(--erene-muted);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.erene-topbar-link:hover,
.erene-topbar-phone:hover,
.erene-nav-link:hover {
  color: var(--erene-green);
}

.erene-language-link {
  display: inline-flex;
  width: 38px;
  height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--erene-line);
  border-radius: 7px;
  background: #ffffff;
  color: var(--erene-text);
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.erene-language-link:hover {
  border-color: var(--erene-green);
  color: var(--erene-green-dark);
}

.erene-language-flag {
  display: block;
  width: 19px;
  height: 13px;
  border-radius: 3px;
  object-fit: contain;
}

.erene-language-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.erene-language-switcher-mobile {
  display: none;
}

.erene-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
}

.erene-brand {
  display: inline-flex;
  align-items: center;
  width: 172px;
  flex: 0 0 auto;
  margin-right: 24px;
}

.erene-brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.erene-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 10px;
  min-width: 0;
}

.erene-nav-item {
  position: relative;
}

.erene-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--erene-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.erene-nav-menu .erene-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: var(--erene-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.erene-has-dropdown > .erene-nav-link::after {
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.erene-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  display: grid;
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--erene-line);
  border-radius: 18px;
  background: var(--erene-dropdown-bg);
  box-shadow: var(--erene-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  z-index: 2;
}

.erene-has-dropdown.is-open .erene-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.erene-dropdown a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--erene-muted);
  font-weight: 500;
  text-transform: uppercase;
}

.erene-dropdown a:hover {
  background: var(--erene-surface-soft);
  color: var(--erene-green-dark);
}

.erene-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.erene-button:hover {
  transform: translateY(-1px);
}

.erene-button-primary {
  background: var(--erene-green);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(107, 178, 76, 0.22);
}

.erene-button-primary:hover {
  background: var(--erene-green-dark);
}

.erene-button-ghost {
  border-color: var(--erene-line);
  background: var(--erene-control-bg);
}

.erene-button-light {
  border-color: rgba(50, 64, 70, 0.14);
  background: var(--erene-button-light-bg);
  color: var(--erene-button-light-text);
}

.erene-nav-cta,
.erene-nav-shop {
  text-transform: uppercase;
}

.erene-site-header .erene-nav-cta {
  color: #ffffff;
}

.erene-site-header .erene-nav-cta:hover,
.erene-site-header .erene-nav-cta:focus-visible {
  color: #ffffff;
}

.erene-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--erene-line);
  border-radius: var(--erene-radius);
  background: var(--erene-surface);
  cursor: pointer;
}

.erene-menu-bars,
.erene-menu-bars::before,
.erene-menu-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--erene-text);
  content: "";
}

.erene-menu-bars {
  position: relative;
}

.erene-menu-bars::before,
.erene-menu-bars::after {
  position: absolute;
  left: 0;
}

.erene-menu-bars::before {
  top: -6px;
}

.erene-menu-bars::after {
  top: 6px;
}

.erene-hero {
  position: relative;
  display: grid;
  min-height: 560px;
  padding: 44px 24px 24px;
  overflow: hidden;
  color: #ffffff;
  background: var(--erene-space);
  font-family: var(--erene-font-family);
}

.erene-hero-media,
.erene-hero-overlay {
  position: absolute;
  inset: 0;
}

.erene-hero-media {
  overflow: hidden;
}

.erene-hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms ease, transform 9000ms ease;
}

.erene-hero-slide-solar {
  background-image: url("../erene-assets/hero-solaranlagen-20260709.webp");
}

.erene-hero-slide-speicher {
  background-image: url("../erene-assets/hero-speicher-20260709.webp");
  background-position: center calc(50% - 50px);
}

.erene-hero-slide-laden {
  background-image: url("../erene-assets/hero-ladestationen-20260709.webp");
}

.erene-hero-slide-waerme {
  background-image: url("../erene-assets/hero-waermepumpe-final.webp");
  background-position: center calc(30% - 100px);
}

.erene-hero-slide-klima {
  background-image: url("../erene-assets/hero-klimaanlagen.webp");
  background-position: center calc(34% + 100px);
}

.erene-hero-slide-ems {
  background-image: url("../erene-assets/hero-ems-20260709.webp");
}

.erene-google-reviews,
.erene-google-reviews * {
  box-sizing: border-box;
}

.erene-google-reviews-session-live[hidden],
.erene-google-reviews-session-fallback[hidden] {
  display: none !important;
}

.erene-google-reviews {
  padding: 38px 24px 34px;
  background: #f6f9f4;
  color: var(--erene-text);
}

.erene-google-reviews-inner {
  width: min(100%, var(--erene-max-width));
  margin: 0 auto;
}

.erene-google-reviews-link-content {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.erene-google-reviews-link-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.erene-google-reviews-link-heading .erene-google-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  font-size: 31px;
}

.erene-google-maps-logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
  -webkit-text-fill-color: initial;
}

.erene-google-mark.erene-google-maps-logo {
  display: block;
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.erene-google-reviews-link-heading .erene-google-maps-logo {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.erene-google-reviews-link-heading h2 {
  margin: 0;
  color: var(--erene-text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.erene-google-reviews-link .erene-google-reviews-attribution {
  margin-top: 14px;
}

.erene-google-reviews-link .erene-button {
  flex: 0 0 auto;
}

.erene-google-reviews-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.erene-google-reviews-heading h2 {
  margin: 0;
  color: var(--erene-text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.erene-google-reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--erene-muted);
  white-space: nowrap;
}

.erene-google-reviews-rating-badge {
  display: inline-flex;
  min-height: 26px;
  padding: 0 8px;
  align-items: center;
  border-radius: 999px;
  background: #fff4cf;
  color: #8c6200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.erene-google-review-stars {
  display: inline-flex;
  gap: 1px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.erene-google-review-stars span {
  color: #d9dddf;
}

.erene-google-review-stars span.is-filled {
  color: #fbbc04;
}

.erene-google-review-stars-summary {
  font-size: clamp(28px, 3vw, 38px);
  gap: 2px;
}

.erene-google-reviews-link-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--erene-text);
}

.erene-google-reviews-link-rating strong {
  color: var(--erene-text);
  font-size: 15px;
  font-weight: 700;
}

.erene-google-reviews-summary strong {
  color: var(--erene-text);
}

.erene-google-reviews-summary .erene-button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.erene-google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.erene-google-review-card {
  display: flex;
  min-width: 0;
  min-height: 246px;
  padding: 17px 18px 16px;
  border: 1px solid var(--erene-line);
  border-radius: 10px;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(50, 64, 70, 0.07);
}

.erene-google-review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.erene-google-review-author {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.erene-google-review-avatar {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #6973c7;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.erene-google-review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.erene-google-review-author-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.erene-google-review-author-copy strong {
  overflow: hidden;
  color: var(--erene-text);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.erene-google-review-author-copy span {
  overflow: hidden;
  color: #8b9296;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.erene-google-mark {
  display: inline-flex;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 25% 45%, #fbbc05 45% 70%, #ea4335 70% 88%, #4285f4 88% 100%);
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.erene-google-review-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.erene-google-review-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 14px;
  color: var(--erene-muted);
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.erene-google-review-read-more {
  margin-top: auto;
  color: #8b9296;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.erene-google-review-read-more:hover,
.erene-google-review-read-more:focus-visible {
  color: var(--erene-green-dark);
  text-decoration: underline;
}

.erene-google-review-card-cta {
  padding: 0;
  border-color: rgba(91, 177, 67, 0.35);
  background: #edf6e9;
}

.erene-google-review-card-cta-link {
  display: flex;
  min-height: 100%;
  padding: 20px;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  color: var(--erene-text);
  flex-direction: column;
  text-decoration: none;
}

.erene-google-review-card-cta-link:hover,
.erene-google-review-card-cta-link:focus-visible {
  background: #e5f1df;
}

.erene-google-review-card-cta .erene-google-maps-logo {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  margin-bottom: 2px;
}

.erene-google-review-card-cta strong {
  max-width: 190px;
  color: var(--erene-text);
  font-size: 16px;
  line-height: 1.25;
}

.erene-google-review-card-cta .erene-google-review-stars-summary {
  font-size: 28px;
}

.erene-google-review-card-cta-rating {
  color: var(--erene-text);
  font-size: 14px;
  font-weight: 700;
}

.erene-google-review-card-cta-copy {
  color: var(--erene-muted);
  font-size: 13px;
  line-height: 1.35;
}

.erene-google-review-card-cta-action {
  display: inline-flex;
  min-height: 36px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  background: var(--erene-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background 160ms ease, transform 160ms ease;
}

.erene-google-review-card-cta-link:hover .erene-google-review-card-cta-action,
.erene-google-review-card-cta-link:focus-visible .erene-google-review-card-cta-action {
  background: var(--erene-green-dark);
  transform: translateY(-1px);
}

.erene-google-reviews-attribution {
  margin: 14px 0 0;
  color: var(--erene-muted);
  font-size: 12px;
}

.erene-google-reviews-attribution span {
  color: #5e5e5e;
  font-weight: 700;
}

.erene-google-reviews-attribution a {
  color: inherit;
  text-decoration: none;
}

.erene-google-reviews-attribution a:hover,
.erene-google-reviews-attribution a:focus-visible {
  text-decoration: underline;
}

.erene-google-reviews-dev-tools {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
}

.erene-google-reviews-dev-link {
  min-height: 34px !important;
  padding: 0 14px !important;
  border-color: rgba(50, 64, 70, 0.28) !important;
  color: var(--erene-muted) !important;
  font-size: 11px !important;
  letter-spacing: 0.04em;
}

.erene-google-reviews-dev-link:hover,
.erene-google-reviews-dev-link:focus-visible {
  border-color: var(--erene-green) !important;
  color: var(--erene-green-dark) !important;
}

.erene-google-reviews-admin-note {
  padding: 16px 24px;
  background: #fff8df;
  color: #6c5610;
  font-size: 14px;
  text-align: center;
}

.erene-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.erene-hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 33, 38, 0.72) 0%, rgba(50, 64, 70, 0.52) 44%, rgba(50, 64, 70, 0.1) 100%),
    linear-gradient(180deg, rgba(23, 33, 38, 0.08), rgba(23, 33, 38, 0.42));
}

.erene-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(500px, calc(100vh - 300px), 620px);
  flex-direction: column;
  gap: clamp(44px, 7vh, 82px);
  justify-content: space-between;
  width: min(100%, var(--erene-max-width));
  margin: 0 auto;
}

.erene-hero-text {
  max-width: 920px;
}

.erene-eyebrow {
  margin: 0 0 10px;
  color: #dff5d2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.erene-hero h1,
.erene-hero h2,
.erene-hero p {
  margin-top: 0;
}

.erene-hero h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 700;
  white-space: nowrap;
}

.erene-hero .erene-hero-text h1 {
  color: #ffffff !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  line-height: 1.06 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.erene-hero-subheadline {
  max-width: 780px;
  margin: -8px 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.14;
}

.erene-hero .erene-hero-subheadline {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.14 !important;
  font-weight: 500 !important;
}

.erene-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.erene-hero-bottom {
  display: grid;
  gap: 10px;
  width: 100%;
  align-self: end;
  transform: translateY(-55px);
}

.erene-hero-service {
  display: grid;
  position: relative;
  max-width: 540px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(23, 33, 38, 0.5);
  backdrop-filter: blur(14px);
}

.erene-hero-service strong {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.1;
}

.erene-hero-service p {
  margin: 6px 0 0;
  padding-right: 170px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.erene-hero-service-link {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: background 160ms ease, border-color 160ms ease;
}

.erene-hero-service-link:hover {
  border-color: var(--erene-green);
  background: var(--erene-green);
}

.erene-hero-service-link::after {
  width: 8px;
  height: 8px;
  margin-left: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translate(-1px, 1px) rotate(45deg);
}

.erene-hero-switcher {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin-top: 0;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.erene-hero-switcher::-webkit-scrollbar {
  display: none;
}

.erene-hero-switcher button {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.erene-hero-switcher button.is-active {
  border-color: var(--erene-green);
  background: var(--erene-green);
}

@media (min-width: 1600px) and (min-height: 920px) {
  .erene-hero-slide-waerme {
    background-position: center calc(30% - 150px);
  }

  .erene-hero {
    min-height: min(820px, calc(100vh - var(--erene-header-offset)));
    padding-top: clamp(38px, calc(6vh - 20px), 66px);
    padding-bottom: clamp(28px, 4vh, 48px);
  }

  .erene-hero-content {
    min-height: clamp(620px, calc(100vh - 320px), 700px);
    gap: clamp(90px, 11vh, 160px);
    justify-content: space-between;
  }

  .erene-hero-text {
    max-width: 1260px;
  }

  .erene-hero h1,
  .erene-hero .erene-hero-text h1 {
    font-size: clamp(42px, 3vw, 56px) !important;
    line-height: 1.04 !important;
  }

  .erene-hero-subheadline,
  .erene-hero .erene-hero-subheadline {
    font-size: clamp(30px, 2.35vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .erene-hero-service {
    max-width: 640px;
    padding: 22px 24px;
  }

  .erene-hero-service strong {
    font-size: 28px;
  }

  .erene-hero-service p {
    font-size: 17px;
    line-height: 1.5;
  }

  .erene-hero-service-link {
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
  }

  .erene-hero-switcher button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}

.erene-content-page,
.erene-content-page * {
  box-sizing: border-box;
}

.erene-content-page {
  background: #f6f9f4;
  color: var(--erene-text);
  font-family: var(--erene-font-family);
}

.erene-content-section {
  padding: clamp(56px, 7vw, 96px) 24px;
}

.erene-content-section:nth-child(even) {
  background: #ffffff;
}

.erene-content-inner {
  width: min(100%, var(--erene-max-width));
  margin: 0 auto;
}

.erene-content-eyebrow,
.erene-content-label {
  margin: 0 0 12px;
  color: var(--erene-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.erene-content-section h2 {
  max-width: 860px;
  margin: 0 0 22px;
  color: var(--erene-text);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.erene-content-section h3 {
  margin: 0 0 10px;
  color: var(--erene-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.erene-content-section p {
  color: var(--erene-muted);
  font-size: 17px;
  line-height: 1.7;
}

.erene-content-lead {
  max-width: 820px;
  margin: 0;
  color: var(--erene-text) !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1.45 !important;
}

.erene-content-section-team-gallery {
  padding-top: clamp(12px, 2vw, 24px);
  background: #f6f9f4 !important;
}

.erene-team-gallery-panorama {
  margin: 0;
}

.erene-team-gallery-panorama img {
  display: block;
  width: 100%;
  border: 1px solid var(--erene-line);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(50, 64, 70, 0.12);
}

.erene-team-gallery-panorama img {
  aspect-ratio: 2800 / 663;
}

.erene-team-gallery-panorama figcaption {
  margin-top: 10px;
  color: var(--erene-muted);
  font-size: 14px;
  line-height: 1.5;
}

.erene-team-gallery-video {
  margin: 0;
}

.erene-team-gallery-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--erene-line);
  border-radius: 6px;
  background: #15252c;
  box-shadow: 0 24px 60px rgba(50, 64, 70, 0.12);
}

.erene-team-gallery-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.erene-team-gallery-video figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 10px;
  color: var(--erene-muted);
  font-size: 14px;
  line-height: 1.5;
}

.erene-team-gallery-video figcaption a {
  color: var(--erene-green);
  font-weight: 600;
}

.erene-people-section {
  background: #f6f9f4 !important;
}

.erene-people-section-contact {
  background: #ffffff !important;
}

.erene-people-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  margin-bottom: 34px;
}

.erene-people-heading h2 {
  margin-bottom: 0;
}

.erene-people-heading-label-only {
  display: block;
  margin-bottom: 22px;
}

.erene-people-heading-label-only .erene-content-label {
  margin-bottom: 0;
}

.erene-people-intro {
  max-width: 560px;
  margin: 0 0 4px;
  color: var(--erene-text) !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.55 !important;
}

.erene-people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.erene-people-grid-count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.erene-person-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--erene-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(50, 64, 70, 0.08);
  flex-direction: column;
}

.erene-person-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 1px solid var(--erene-line);
  background: #eef1f2;
}

.erene-person-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 220ms ease;
}

.erene-person-card:hover .erene-person-media img {
  transform: scale(1.025);
}

.erene-person-body {
  display: flex;
  flex: 1 1 auto;
  padding: 22px;
  flex-direction: column;
}

.erene-person-body h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.erene-person-role {
  min-height: 44px;
  margin: 0 0 16px;
  color: var(--erene-green-dark) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.erene-person-bio {
  margin: 0;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.erene-person-contact {
  display: grid;
  min-height: 88px;
  padding: 17px 22px 20px;
  border-top: 1px solid var(--erene-line);
  gap: 10px;
  align-content: center;
}

.erene-person-contact-row {
  display: grid;
  gap: 2px;
}

.erene-person-contact-row span {
  color: var(--erene-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.erene-person-contact-row a {
  overflow-wrap: anywhere;
  color: var(--erene-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.erene-person-contact-row a:hover {
  color: var(--erene-green-dark);
}

.erene-person-contact-empty {
  color: var(--erene-muted);
  font-size: 13px;
  line-height: 1.5;
}

.erene-benefit-grid,
.erene-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.erene-benefit-card,
.erene-process-step {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--erene-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(50, 64, 70, 0.08);
}

.erene-benefit-card p,
.erene-process-step p {
  margin: 0;
}

.erene-content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.erene-content-copy p:first-child {
  margin-top: 0;
}

.erene-content-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.erene-content-list li {
  position: relative;
  padding-left: 28px;
  color: var(--erene-text);
  font-size: 16px;
  line-height: 1.6;
}

.erene-content-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--erene-green);
  content: "";
}

.erene-faq-list {
  display: grid;
  gap: 12px;
}

.erene-faq-item {
  border: 1px solid var(--erene-line);
  border-radius: 8px;
  background: #ffffff;
}

.erene-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--erene-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.erene-faq-item summary::-webkit-details-marker {
  display: none;
}

.erene-faq-item summary::after {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.erene-faq-item[open] summary {
  padding-bottom: 12px;
}

.erene-faq-item[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.erene-faq-item p {
  margin: 0;
  padding: 6px 26px 44px;
  line-height: 1.75;
}

.erene-faq-item[open] p {
  padding-bottom: 44px !important;
}

.erene-content-section-cta {
  background: var(--erene-space) !important;
}

.erene-content-cta {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.erene-content-cta h2,
.erene-content-cta p {
  color: #ffffff;
}

.erene-content-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.erene-content-cta .erene-content-label {
  color: #dff5d2;
}

.erene-content-cta .erene-button {
  flex: 0 0 auto;
}

@media (max-width: 1280px) {
  .erene-brand {
    width: 158px;
    margin-right: 18px;
  }

  .erene-nav-menu {
    gap: 4px;
  }

  .erene-nav-link {
    padding: 0 8px;
    font-size: 13px;
  }

  .erene-nav-shop {
    display: none;
  }
}

@media (max-width: 980px) {
  .erene-site-header {
    background: var(--erene-header-solid);
    backdrop-filter: none;
  }

  .erene-topbar {
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .erene-navbar {
    min-height: 64px;
    padding: 0 18px;
    background: var(--erene-header-solid);
  }

  .erene-menu-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    border: 0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
  }

  .erene-menu-bars,
  .erene-menu-bars::before,
  .erene-menu-bars::after {
    width: 18px;
  }

  .erene-nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 64px);
    padding: 12px 18px 20px;
    overflow-y: auto;
    border-top: 1px solid var(--erene-line);
    background: var(--erene-surface);
    box-shadow: 0 16px 36px rgba(50, 64, 70, 0.08);
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
  }

  .erene-nav-menu.is-open {
    display: grid;
  }

  .erene-nav-menu > * {
    width: 100%;
  }

  .erene-nav-link,
  .erene-nav-cta,
  .erene-nav-shop {
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
  }

  .erene-nav-shop {
    display: inline-flex;
  }

  .erene-language-switcher-mobile {
    display: flex;
    width: 100%;
    padding: 8px 0;
  }

  .erene-language-switcher-mobile .erene-language-link {
    width: 52px;
    height: 34px;
    padding: 3px;
    border-radius: 6px;
  }

  .erene-nav-item {
    width: 100%;
  }

  .erene-dropdown {
    position: static;
    display: none;
    margin: 0;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .erene-dropdown a {
    width: 100%;
    padding: 9px 12px;
    border-radius: 0;
    background: transparent;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
  }

  .erene-dropdown a:hover {
    background: transparent;
  }

  .erene-has-dropdown.is-open .erene-dropdown {
    display: grid;
  }

  .erene-hero-slide-klima {
    background-position: center calc(34% + 50px);
  }

  .erene-hero h1,
  .erene-hero .erene-hero-text h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
  }

  .erene-hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 28px;
  }

  .erene-hero-content {
    min-height: auto;
    gap: 24px;
  }

  .erene-hero-bottom {
    transform: none;
  }

  .erene-benefit-grid,
  .erene-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .erene-content-split {
    grid-template-columns: 1fr;
  }

  .erene-people-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .erene-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .erene-google-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .erene-google-reviews-link-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .erene-google-reviews-summary {
    flex-wrap: wrap;
    white-space: normal;
  }

  .erene-google-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .erene-content-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 648px) {
  .erene-hero-switcher {
    width: calc(100% + 48px);
    max-width: none;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    overflow-x: scroll;
    scroll-padding-inline: 24px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
}

@media (max-width: 560px) {
  .erene-topbar {
    display: none;
  }

  .erene-brand {
    width: 142px;
  }

  .erene-hero {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .erene-hero-content {
    min-height: auto;
    gap: 20px;
  }

  .erene-hero h1 {
    font-size: 36px;
    line-height: 1.04;
    white-space: normal;
  }

  .erene-hero-service strong,
  .erene-hero-service p {
    padding-right: 0;
  }

  .erene-hero-slide-speicher,
  .erene-hero-slide-waerme,
  .erene-hero-slide-klima {
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.18);
  }

  .erene-hero-slide-speicher,
  .erene-hero-slide-speicher.is-active {
    transform: scale(1.42);
  }

  .erene-hero-slide-waerme,
  .erene-hero-slide-waerme.is-active {
    transform: scale(1.55);
  }

  .erene-hero-slide-klima,
  .erene-hero-slide-klima.is-active {
    transform: scale(1.34);
  }

  .erene-hero-service-link {
    position: static;
    justify-self: start;
    margin-top: 14px;
  }

  .erene-faq-item summary {
    padding: 18px;
    font-size: 16px;
  }

  .erene-faq-item[open] summary {
    padding-bottom: 10px;
  }

  .erene-faq-item p {
    padding: 6px 18px 36px;
    line-height: 1.65;
  }

  .erene-google-reviews-link-content {
    gap: 18px;
  }

  .erene-google-reviews-link-heading {
    align-items: flex-start;
  }

  .erene-google-reviews-link-heading h2 {
    font-size: 30px;
  }

  .erene-google-reviews-link .erene-button {
    width: 100%;
  }

  .erene-faq-item[open] p {
    padding-bottom: 36px !important;
  }

  .erene-hero-actions .erene-button {
    width: 100%;
  }

  .erene-content-section {
    padding: 46px 20px;
  }

  .erene-google-reviews {
    padding: 32px 20px 28px;
  }

  .erene-google-reviews-grid {
    grid-template-columns: 1fr;
  }

  .erene-content-section-team-gallery {
    padding-top: 12px;
  }

  .erene-team-gallery-panorama img {
    min-height: 160px;
    aspect-ratio: 2 / 1;
    object-position: left center;
  }

  .erene-team-gallery-video-frame {
    min-height: 160px;
  }

  .erene-people-grid {
    grid-template-columns: 1fr;
  }

  .erene-person-media {
    aspect-ratio: 5 / 4;
  }

  .erene-person-media img {
    object-fit: cover;
    object-position: center top;
  }

  .erene-person-role {
    min-height: 0;
  }

  .erene-benefit-grid,
  .erene-process-grid {
    grid-template-columns: 1fr;
  }

  .erene-benefit-card,
  .erene-process-step {
    padding: 22px;
  }

  .erene-content-cta .erene-button {
    width: 100%;
  }
}
