.elementor-9320 .elementor-element.elementor-element-b6234e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6954cf6 */.ivh-sr-section{
  padding-top: clamp(1.2rem, 3vw, 2.2rem);
  padding-bottom: clamp(1.2rem, 2vw, 4.5rem);
}

/* Container */
.ivh-sr-container{
  width: min(1200px, 100%);
  margin-inline: auto;
}

/* H1 */
.ivh-sr-title{
  margin: 0 0 .9rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: clamp(1.9rem, 3vw + .8rem, 3rem);
  color: var(--ink, #0f1115);
}

/* Lead Text */
.ivh-sr-lead{
  font-size: clamp(1.1rem, 1.2vw + .9rem, 1.35rem);
  line-height: 1.65;
  max-width: 70ch;
  margin-bottom: 1.4rem;
  color: var(--ink, #0f1115);
}

.ivh-sr-lead strong{
  font-weight: 900;
}

/* Checklist */
.ivh-sr-checklist{
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem;
}

.ivh-sr-checklist li{
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(15,17,21,.85);
}

.ivh-sr-checklist li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ci, #F9BA00);
  font-weight: 900;
}

/* Note */
.ivh-sr-note{
  font-size: .95rem;
  color: rgba(15,17,21,.6);
  max-width: 60ch;
}

/* Mobile Feinschliff */
@media (max-width: 640px){
  .ivh-sr-title{
    font-size: clamp(1.7rem, 6vw + .4rem, 2.2rem);
  }

  .ivh-sr-lead{
    font-size: 1.05rem;
  }

  .ivh-sr-section{
    padding-top: 1rem;
    padding-bottom: 2.6rem;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  /* keine Animationen hier */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3ae275 */.ivh-sr-calculator{
  background: #fafafa;
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding-top: clamp(2.6rem, 5vw, 4rem);
  padding-bottom: clamp(1.2rem, 3vw, 2.4rem); /* Platz für separaten Shortcode */
}

/* Header-Container */
.ivh-sr-calculator__header{
  max-width: 72ch;
}

/* Titel */
.ivh-sr-calculator__title{
  margin: 0 0 .9rem;
  font-size: clamp(1.5rem, 2.2vw + .6rem, 2.2rem);
  line-height: 1.15;
  font-weight: 900;
  color: var(--ink, #0f1115);
}

/* Einleitungstext */
.ivh-sr-calculator__intro{
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(15,17,21,.75);
}

/* Mobile Feinschliff */
@media (max-width: 640px){
  .ivh-sr-calculator{
    padding-top: 2.2rem;
    padding-bottom: 1.6rem;
  }

  .ivh-sr-calculator__intro{
    font-size: .98rem;
  }
}

/* Reduced Motion – keine Animationen notwendig */
@media (prefers-reduced-motion: reduce){
  /* bewusst leer */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6eea4c *//* =========================================================
   Stromkosten-Rechner – EXPLANATION SECTION
   Scope: ivh-sr-explanation
   ========================================================= */

.ivh-sr-explanation{
  background:#fff;
}

/* Titel */
.ivh-sr-explanation__title{
  max-width: 80ch;
  margin-bottom: 2.4rem;
}

/* Grid */
.ivh-sr-explanation__grid{
  display:grid;
  gap:1.8rem;
  grid-template-columns:repeat(3, 1fr);
}

/* Box */
.ivh-sr-explanation__box{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:1.25rem;
  padding:1.8rem;
  transition:transform .25s ease, box-shadow .25s ease;
}

.ivh-sr-explanation__box:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 32px rgba(0,0,0,.08);
}

/* Box Titel */
.ivh-sr-explanation__box-title{
  font-size:1.1rem;
  font-weight:800;
  margin:0 0 .6rem;
  color:var(--ink, #0f1115);
}

/* Text */
.ivh-sr-explanation__box p{
  margin:0;
  font-size:1rem;
  line-height:1.6;
  color:rgba(15,17,21,.75);
}

/* Mobile */
@media (max-width: 900px){
  .ivh-sr-explanation__grid{
    grid-template-columns:1fr;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  .ivh-sr-explanation__box{
    transition:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a843c7 *//* =========================================================
   Stromkosten-Rechner – EXAMPLE SECTION
   Scope: ivh-sr-example
   ========================================================= */

.ivh-sr-example{
  background: #fafafa;
}

/* Titel */
.ivh-sr-example__title{
  max-width: 80ch;
  margin-bottom: 1.2rem;
}

/* Intro */
.ivh-sr-example__intro{
  font-size: 1rem;
  color: rgba(15,17,21,.75);
  margin-bottom: 1.8rem;
}

/* Card */
.ivh-sr-example__card{
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid rgba(0,0,0,.08);
  padding: 2rem;
  max-width: 720px;
  box-shadow: 0 14px 32px rgba(0,0,0,.06);
}

/* Liste */
.ivh-sr-example__list{
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
}

.ivh-sr-example__list li{
  margin-bottom: .45rem;
  font-size: 1rem;
  color: rgba(15,17,21,.85);
}

/* Ergebnis */
.ivh-sr-example__result{
  padding-top: 1.2rem;
  border-top: 1px dashed rgba(0,0,0,.15);
}

.ivh-sr-example__kwh{
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.ivh-sr-example__cost{
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--ci, #F9BA00);
}

/* Hinweis */
.ivh-sr-example__hint{
  margin-top: 1.6rem;
  font-size: .95rem;
  color: rgba(15,17,21,.6);
  max-width: 70ch;
}

/* Mobile */
@media (max-width: 640px){
  .ivh-sr-example__card{
    padding: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eba5b97 */.ivh-sr-tips{
  background:#fff;
}

/* Titel */
.ivh-sr-tips__title{
  max-width: 80ch;
  margin-bottom: 2.2rem;
}

/* Grid */
.ivh-sr-tips__grid{
  display:grid;
  gap:1.8rem;
  grid-template-columns:repeat(2, 1fr);
}

/* Box */
.ivh-sr-tips__box{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:1.25rem;
  padding:1.8rem;
  transition:transform .25s ease, box-shadow .25s ease;
}

.ivh-sr-tips__box:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 32px rgba(0,0,0,.08);
}

/* Box Titel */
.ivh-sr-tips__box-title{
  font-size:1.1rem;
  font-weight:800;
  margin:0 0 .6rem;
  color:var(--ink, #0f1115);
}

/* Text */
.ivh-sr-tips__box p{
  margin:0;
  font-size:1rem;
  line-height:1.6;
  color:rgba(15,17,21,.75);
}

/* Responsive */
@media (max-width: 900px){
  .ivh-sr-tips__grid{
    grid-template-columns:1fr;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  .ivh-sr-tips__box{
    transition:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-058b2cc */.ivh-sr-links{
  background: #fafafa;
}

/* Titel */
.ivh-sr-links__title{
  max-width: 80ch;
  margin-bottom: 1.6rem;
}

/* Liste */
.ivh-sr-links__list{
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 620px;
}

.ivh-sr-links__list li{
  margin-bottom: .65rem;
}

/* Link-Stil */
.ivh-sr-links__list a{
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink, #0f1115);
  text-decoration: none;
  position: relative;
  padding-left: 1.2rem;
}

/* Pfeil-Icon (CSS-only, konfliktfrei) */
.ivh-sr-links__list a::before{
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ci, #F9BA00);
  font-weight: 900;
}

/* Hover */
.ivh-sr-links__list a:hover{
  text-decoration: underline;
  color: var(--ci, #F9BA00);
}

/* Mobile */
@media (max-width: 640px){
  .ivh-sr-links__list{
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18bf7ed */.ivh-sr-cta{
  background: transparent;
}

/* BOX: dunkler Hintergrund */
.ivh-sr-cta__box{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 3.2rem);
  border-radius: 1.6rem;
  text-align: center;

  /* Dunkler Look nur für die Box */
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(249,186,0,.16), transparent 70%),
    linear-gradient(180deg, #141414, #1c1c1c);

  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 40px rgba(0,0,0,.35),
    0 0 120px rgba(0,0,0,.25);
}

/* Titel */
.ivh-sr-cta__title{
  margin: 0 0 .9rem;
  font-size: clamp(1.6rem, 2.4vw + .6rem, 2.4rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
}

/* Text */
.ivh-sr-cta__text{
  margin: 0 auto 1.8rem;
  max-width: 65ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255,255,255,.88);
}

/* Button */
.ivh-sr-cta__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.9rem;
  background: var(--ci, #F9BA00);
  color: #111;
  font-weight: 900;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}

.ivh-sr-cta__button:hover{
  transform: translateY(-2px);
  filter: brightness(.96);
  box-shadow: 0 18px 36px rgba(0,0,0,.45);
}

/* Mobile */
@media (max-width: 640px){
  .ivh-sr-cta__text{
    font-size: 1rem;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  .ivh-sr-cta__button{
    transition: none;
  }
}/* End custom CSS */