body p, body .bodyText, body li, body input, body textarea,
body h1, body .ewh1,body h2, body .ewh2,body h3, body .ewh3{
    font-family: "Quicksand", sans-serif;
}

/* fjerne den halve linje i anmeldelsen, så man kan læse teksten*/
.Reviews2-691ec4537b2c8 .slide__copy-inner {
    max-height: calc(5em * 1.5);
}

.kontaktperson{
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: var(--cta) !important;
}

/*sekundær tekst på om siden*/

.page-node-33 #block-views-block-sekundaer-tekst-block-1{
    display: none;
}


.battery-cta__button{
  color:#fff !important;
}



/* =========================================================
   Midtfyns El – Batteripakke CTA
   Fuld bredde i den eksisterende Drupal-container

   VIGTIGT:
   - Fjern tidligere CSS til .battery-cta først.
   - Brug kun denne samlede fil.
   ========================================================= */

.battery-cta {
  --battery-green: #45a735;
  --battery-green-dark: #2c8427;
  --battery-green-light: #edf8eb;
  --battery-text: #222823;
  --battery-muted: #616a63;
  --battery-white: #ffffff;
  --battery-radius: 24px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

  width: 100%;
  max-width: none;
  min-height: 520px;
  margin: clamp(45px, 6vw, 90px) 0;

  overflow: hidden;
  background: var(--battery-white);
  border: 1px solid rgba(69, 167, 53, 0.13);
  border-radius: var(--battery-radius);
  box-shadow:
    0 25px 65px rgba(27, 58, 30, 0.14),
    0 4px 14px rgba(27, 58, 30, 0.05);
}

.battery-cta,
.battery-cta *,
.battery-cta *::before,
.battery-cta *::after {
  box-sizing: border-box;
}

/* =========================================================
   Billede
   ========================================================= */

.battery-cta__image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #dce7d9;
}

.battery-cta__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      transparent 68%,
      rgba(20, 48, 23, 0.1) 100%
    );
}

.battery-cta__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;

  object-fit: cover;
  object-position: center;

  transition: transform 0.6s ease;
}

.battery-cta:hover .battery-cta__image img {
  transform: scale(1.035);
}

/* =========================================================
   Indhold
   ========================================================= */

.battery-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  min-width: 0;
  padding: clamp(42px, 5vw, 72px);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(69, 167, 53, 0.08),
      transparent 35%
    ),
    var(--battery-white);
}

.battery-cta__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 17px;
  padding: 8px 13px;

  color: var(--battery-green-dark);
  background: var(--battery-green-light);
  border: 1px solid rgba(69, 167, 53, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.battery-cta__title {
  max-width: 680px;
  margin: 0 0 26px;

  color: var(--battery-text);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 750;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.battery-cta__title::after {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin-top: 20px;

  background:
    linear-gradient(
      90deg,
      var(--battery-green),
      #83cc76
    );
  border-radius: 999px;
}

/* =========================================================
   Fordele
   ========================================================= */

.battery-cta__benefits {
  display: grid;
  gap: 15px;

  width: 100%;
  margin: 0 0 34px;
  padding: 0;

  list-style: none;
}

.battery-cta__benefits li {
  position: relative;
  margin: 0;
  padding-left: 39px;

  color: var(--battery-muted);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.5;
}

.battery-cta__benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;

  display: grid;
  place-items: center;

  width: 24px;
  height: 24px;

  color: var(--battery-white);
  background: var(--battery-green);
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(69, 167, 53, 0.25);

  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

/* =========================================================
   CTA
   ========================================================= */

.battery-cta__action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.battery-cta__button {
  position: relative;
  isolation: isolate;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-width: 190px;
  min-height: 60px;
  padding: 15px 29px;

  overflow: hidden;
  color: var(--battery-white);
  background:
    linear-gradient(
      135deg,
      #55bb45 0%,
      var(--battery-green) 50%,
      #328e2b 100%
    );
  border: 0;
  border-radius: 14px;
  box-shadow:
    0 14px 28px rgba(50, 142, 43, 0.29),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);

  font-size: 17px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;

  transform: translateY(0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.battery-cta__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -120%;
  left: -50%;

  width: 35%;
  height: 340%;

  background: rgba(255, 255, 255, 0.23);
  transform: rotate(24deg);
  transition: left 0.55s ease;
}

.battery-cta__button:hover {
  color: var(--battery-white);
  text-decoration: none;
  filter: brightness(1.04);

  transform: translateY(-3px);
  box-shadow:
    0 18px 36px rgba(50, 142, 43, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.battery-cta__button:hover::before {
  left: 125%;
}

.battery-cta__button:active {
  transform: translateY(-1px);
}

.battery-cta__button:focus-visible {
  outline: 4px solid rgba(69, 167, 53, 0.25);
  outline-offset: 4px;
}

.battery-cta__phone {
  display: grid;
  place-items: center;

  width: 32px;
  height: 32px;

  color: var(--battery-green-dark);
  background: var(--battery-white);
  border-radius: 50%;
}

.battery-cta__phone svg {
  display: block;
}

.battery-cta__note {
  color: #747d76;
  font-size: 13px;
  font-weight: 600;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 900px) {
  .battery-cta {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin: 40px 0;
  }

  .battery-cta__image,
  .battery-cta__image img {
    min-height: 340px;
    max-height: 430px;
  }

  .battery-cta__image::after {
    background:
      linear-gradient(
        180deg,
        transparent 70%,
        rgba(20, 48, 23, 0.1) 100%
      );
  }

  .battery-cta__content {
    padding: 42px 34px 46px;
  }
}

/* =========================================================
   Mobil
   ========================================================= */

@media (max-width: 560px) {
  .battery-cta {
    width: 100%;
    margin: 28px 0;
    border-radius: 17px;
  }

  .battery-cta__image,
  .battery-cta__image img {
    min-height: 250px;
    max-height: 290px;
  }

  .battery-cta__content {
    padding: 31px 22px 29px;
  }

  .battery-cta__title {
    font-size: 29px;
  }

  .battery-cta__benefits {
    gap: 13px;
    margin-bottom: 28px;
  }

  .battery-cta__action {
    display: block;
    width: 100%;
  }

  .battery-cta__button {
    width: 100%;
  }

  .battery-cta__note {
    display: block;
    margin-top: 12px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .battery-cta__image img,
  .battery-cta__button,
  .battery-cta__button::before {
    transition: none;
  }
}