/* Hero und Divi-Header bilden optisch eine zusammenhängende Fläche. */
body.home #page-container {
  padding-top: 0 !important;
}

body.home #main-content,
body.home .klie-video-section,
body.home .klie-video-section .et_pb_row,
body.home .klie-video-section .et_pb_column,
body.home .klie-video-section .et_pb_module,
body.home .klie-video-section .et_pb_code_inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.klie-video-hero-shell,
.klie-video-section .klie-video-hero-shell.klie-video-hero-shell {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw !important;
  overflow: hidden;
}

.klie-video-hero {
  --klie-video-position: 50% 50%;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 44rem;
  max-height: 68rem;
  overflow: hidden;
  isolation: isolate;
  background: #132c3c center / cover no-repeat;
}

.klie-video-hero__video,
.klie-video-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.klie-video-hero__video {
  z-index: -2;
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: var(--klie-video-position);
  border: 0;
  pointer-events: none;
}

.klie-video-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 35, 54, .88) 0%, rgba(5, 39, 58, .58) 46%, rgba(4, 28, 42, .18) 76%),
    linear-gradient(0deg, rgba(3, 27, 42, .42), transparent 55%);
  pointer-events: none;
}

.klie-video-hero__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(100% - 3rem), 80rem);
  height: 100%;
  margin-inline: auto;
  padding: clamp(12rem, 24vh, 17rem) 0 clamp(4rem, 9vh, 7rem);
  color: #fff;
}

.klie-video-hero__eyebrow,
.klie-video-hero__lead,
.klie-video-hero__content h1 {
  margin: 0;
  color: inherit;
}

.klie-video-hero__eyebrow {
  margin-bottom: 1.15rem;
  font-size: clamp(.75rem, 1vw, .92rem);
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.klie-video-hero__content h1 {
  width: min(48rem, 72%);
  font-size: clamp(3rem, 5.6vw, 5.5rem) !important;
  font-weight: 400;
  line-height: .98 !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.klie-video-hero__content h1 span,
.klie-video-hero__content h1 em {
  display: block;
}

.klie-video-hero__content h1 span {
  font-family: Helvetica, Arial, sans-serif !important;
  font-style: normal;
}

.klie-video-hero__content h1 em {
  margin-top: .12em;
  color: #8fd0f1;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: .9;
}

.klie-video-hero__lead {
  width: min(40rem, 68%);
  margin-top: clamp(1.5rem, 3vh, 2.25rem);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.klie-video-hero__availability {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: clamp(1.35rem, 2.5vh, 2rem) 0 0;
  color: #fff;
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 1.45;
}

.klie-video-hero__availability > span {
  flex: 0 0 .72rem;
  width: .72rem;
  height: .72rem;
  background: #8fd0f1;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
}

/* Standortbereich zwischen Unternehmensvorstellung und Leistungen. */
.klie-locations {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(4.5rem, 8vw, 7.5rem) 1.5rem;
  overflow: hidden;
  background: #f5f8fa;
}

.klie-locations__inner {
  width: min(100%, 80rem);
  margin: 0 auto;
}

.klie-locations__eyebrow,
.klie-locations__intro,
.klie-locations h2 {
  margin: 0;
}

.klie-locations__eyebrow {
  color: #397ba3;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.klie-locations h2 {
  margin-top: .7rem;
  color: #123b59;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
  font-weight: 400;
  line-height: 1.08 !important;
}

.klie-locations__intro {
  width: min(100%, 46rem);
  margin-top: 1rem;
  color: #435969;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.klie-locations__grid {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: repeat(3, clamp(7.5rem, 10vw, 9.5rem));
  grid-auto-flow: row;
  gap: clamp(.65rem, 1.2vw, 1rem);
  margin: clamp(2.2rem, 4vw, 3.5rem) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.klie-locations__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  grid-column: span 4;
  grid-row: auto;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.45rem);
  overflow: hidden;
  color: #fff;
  border-radius: .25rem;
  box-shadow: 0 10px 28px rgba(12, 48, 72, .12);
  opacity: 0;
  transform: translate3d(-1.5rem, 1.6rem, 0) scale(.94) rotate(-.5deg);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease, filter .35s ease, opacity .55s ease;
  transition-delay: var(--klie-location-delay, 0ms);
}

.klie-locations__item:nth-child(even) {
  transform: translate3d(1.5rem, 1.6rem, 0) scale(.94) rotate(.5deg);
}

.klie-locations.is-visible .klie-locations__item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Drei Reihen mit 4 / 6 / 4 Orten; die Mitte ist bewusst dichter. */
.klie-locations__item:nth-child(1)  { grid-column: 1 / span 5; grid-row: 1; }
.klie-locations__item:nth-child(2)  { grid-column: 6 / span 5; grid-row: 1; }
.klie-locations__item:nth-child(3)  { grid-column: 11 / span 7; grid-row: 1; }
.klie-locations__item:nth-child(9)  { grid-column: 18 / span 7; grid-row: 1; }
.klie-locations__item:nth-child(5)  { grid-column: 1 / span 4; grid-row: 2; }
.klie-locations__item:nth-child(6)  { grid-column: 5 / span 4; grid-row: 2; }
.klie-locations__item:nth-child(7)  { grid-column: 9 / span 4; grid-row: 2; }
.klie-locations__item:nth-child(8)  { grid-column: 13 / span 5; grid-row: 2; }
.klie-locations__item:nth-child(4)  { grid-column: 18 / span 3; grid-row: 2; }
.klie-locations__item:nth-child(10) { grid-column: 21 / span 4; grid-row: 2; }
.klie-locations__item:nth-child(11) { grid-column: 1 / span 5; grid-row: 3; }
.klie-locations__item:nth-child(12) { grid-column: 6 / span 5; grid-row: 3; }
.klie-locations__item:nth-child(13) { grid-column: 11 / span 7; grid-row: 3; }
.klie-locations__item:nth-child(14) { grid-column: 18 / span 7; grid-row: 3; }

.klie-locations__item::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 8rem;
  height: 8rem;
  content: '';
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transition: transform .45s ease, background-color .45s ease;
}

.klie-locations__item:nth-child(3n)::after {
  right: auto;
  bottom: auto;
  top: -4.5rem;
  left: -3rem;
  width: 10rem;
  height: 10rem;
}

.klie-locations__item--1 { background: #0d3856; }
.klie-locations__item--2 { background: #165175; }
.klie-locations__item--3 { background: #246c96; }
.klie-locations__item--4 { background: #3a86ad; }
.klie-locations__item--5 { background: #579abb; }

.klie-locations__item span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
}

@media (hover: hover) and (pointer: fine) {
  .klie-locations.is-visible .klie-locations__item:hover {
    z-index: 2;
    transform: translateY(-.35rem) scale(1.055);
    box-shadow: 0 18px 38px rgba(12, 48, 72, .25);
    filter: saturate(1.12) brightness(1.04);
    transition-delay: 0ms;
  }

  .klie-locations.is-visible .klie-locations__item:hover::after {
    background: rgba(255, 255, 255, .08);
    transform: scale(1.22);
  }
}

@media (max-width: 61.99em) {
  .klie-locations__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .klie-locations__item:nth-child(n) {
    grid-row: auto !important;
    min-height: clamp(7rem, 15vw, 8.5rem);
  }

  .klie-locations__item:nth-child(1),
  .klie-locations__item:nth-child(3),
  .klie-locations__item:nth-child(7),
  .klie-locations__item:nth-child(10),
  .klie-locations__item:nth-child(13) { grid-column: span 7 !important; }

  .klie-locations__item:nth-child(2),
  .klie-locations__item:nth-child(4),
  .klie-locations__item:nth-child(8),
  .klie-locations__item:nth-child(9),
  .klie-locations__item:nth-child(14) { grid-column: span 5 !important; }

  .klie-locations__item:nth-child(5),
  .klie-locations__item:nth-child(6),
  .klie-locations__item:nth-child(11),
  .klie-locations__item:nth-child(12) { grid-column: span 6 !important; }
}

@media (max-width: 41.99em) {
  .klie-locations {
    padding-inline: 1rem;
  }

  .klie-locations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: row;
    gap: .65rem;
  }

  .klie-locations__item,
  .klie-locations__item:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: auto !important;
    min-height: 6.4rem;
    padding: 1rem;
  }

  .klie-locations__item span {
    overflow-wrap: anywhere;
    font-size: clamp(.9rem, 3.7vw, 1.05rem);
  }
}

@media (max-width: 23.5em) {
  .klie-locations__grid {
    grid-template-columns: 1fr;
  }

  .klie-locations__item,
  .klie-locations__item:nth-child(n) {
    grid-column: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .klie-locations__item,
  .klie-locations.is-visible .klie-locations__item,
  .klie-locations.is-visible .klie-locations__item:hover {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Transparenter Divi-Header über dem Video. */
body.home #top-header,
body.home #main-header,
body.home #main-header.et-fixed-header {
  position: fixed !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home #top-header {
  top: 0 !important;
  z-index: 100002;
  width: 100%;
  min-height: 10.5rem;
  margin: 0 !important;
}

body.home #main-header,
body.home #main-header.et-fixed-header {
  top: 0 !important;
  z-index: 100003;
  height: 10.5rem;
  pointer-events: none;
}

body.home #main-header .logo_container,
body.home #main-header .logo_container a {
  pointer-events: auto;
}

body.home #top-header,
body.home #top-header #et-secondary-menu,
body.home #top-header #et-secondary-nav,
body.home #top-header #et-secondary-nav a,
.klie-phone-bar,
.klie-phone-bar a {
  pointer-events: auto;
}

body.admin-bar.home #top-header,
body.admin-bar.home #main-header,
body.admin-bar.home #main-header.et-fixed-header {
  top: 32px !important;
}

body.home #main-header .container,
body.home #top-header .container {
  box-sizing: border-box;
  width: min(calc(100% - 3rem), 80rem) !important;
  max-width: none !important;
  height: 10.5rem;
  padding: 0 !important;
  margin: 0 auto !important;
}

body.home #main-header .logo_container {
  position: absolute;
  inset: 0 auto auto 0;
  width: 16rem;
  height: 8.5rem;
  margin: 0 !important;
}

body.home #main-header #logo {
  position: absolute !important;
  top: .45rem !important;
  left: 0 !important;
  width: 16rem !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  padding: 0 !important;
  object-fit: contain;
  object-position: left top;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .24));
  transition: width .25s ease, filter .25s ease, top .25s ease;
}

/* Der alte, leere Telefon-/24h-Menüpunkt wird durch .klie-phone-bar ersetzt. */
body.home #main-header #et-top-navigation,
body.home #top-menu > li.menu-item-530 {
  display: none !important;
}

body.home #et-secondary-menu {
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  height: 10.5rem;
  padding: 0 27rem .85rem 21rem;
}

body.home #et-secondary-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: clamp(.7rem, 1.4vw, 1.2rem);
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  font-family: Helvetica, Arial, sans-serif !important;
}

body.home #et-secondary-nav > li {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
}

body.home #et-secondary-nav > li > a {
  padding: .75rem 0 !important;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: .88rem !important;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .35);
  display: inline-block;
}

.klie-phone-bar {
  position: fixed;
  top: 0;
  right: max(1.5rem, calc((100vw - 80rem) / 2));
  z-index: 100004;
  width: auto;
  color: #fff;
  background: transparent;
}

body.admin-bar.home .klie-phone-bar {
  top: 32px;
}

.klie-phone-bar__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8.5rem;
  padding: .5rem 0;
  line-height: 1.2;
}

.klie-phone-bar__label {
  margin-bottom: .65rem;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.klie-phone-bar__numbers {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.klie-phone-bar__icon {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.klie-phone-bar__links {
  display: flex;
  gap: 1.35rem;
}

.klie-phone-bar a {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .35);
}

.klie-phone-bar a:hover,
.klie-phone-bar a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.klie-phone-bar a span {
  display: block;
  margin-bottom: .12rem;
  font-size: .9rem;
  font-weight: 500;
}

/* Wickert-Prinzip: transparent im Hero, weiß und dunkelblau nach dem Scrollen. */
body.home #top-header,
body.home #main-header,
body.home #main-header.et-fixed-header,
.klie-phone-bar {
  transition: background-color .25s ease, box-shadow .25s ease, color .25s ease;
}

body.home.klie-header-scrolled #top-header,
body.home.klie-header-scrolled #main-header,
body.home.klie-header-scrolled #main-header.et-fixed-header {
  background: #fff !important;
}

body.home.klie-header-scrolled #main-header,
body.home.klie-header-scrolled #main-header.et-fixed-header {
  box-shadow: 0 5px 20px rgba(7, 35, 55, .14) !important;
}

html body.home.klie-header-scrolled #top-header #et-secondary-nav > li > a,
html body.home.klie-header-scrolled #top-header.et-fixed-header #et-secondary-nav > li > a,
html body.home #top-header.klie-is-scrolled #et-secondary-menu #et-secondary-nav > li > a,
html body.home #top-header.klie-is-scrolled #et-secondary-menu #et-secondary-nav > li > a *,
html #top-header.et-fixed-header #et-secondary-menu #et-secondary-nav > li > a,
html #top-header.et-fixed-header #et-secondary-menu #et-secondary-nav > li > a *,
html body.home:has(#main-header.et-fixed-header) #top-header #et-secondary-nav > li > a,
html body.home:has(#main-header.et-fixed-header) #top-header #et-secondary-nav > li > a *,
html body.home.klie-header-scrolled .klie-phone-bar,
html body.home.klie-header-scrolled .klie-phone-bar a,
html body.home .klie-phone-bar.klie-is-scrolled,
html body.home .klie-phone-bar.klie-is-scrolled a,
html body.home .klie-phone-bar.klie-is-scrolled a *,
html body.home:has(#main-header.et-fixed-header) .klie-phone-bar,
html body.home:has(#main-header.et-fixed-header) .klie-phone-bar a,
html body.home:has(#main-header.et-fixed-header) .klie-phone-bar a * {
  color: #123f63 !important;
  text-shadow: none;
}

html #top-header.et-fixed-header,
html body.home #top-header.et-fixed-header {
  background-color: #fff !important;
}

html body.home #top-header.klie-is-scrolled,
html body.home #main-header.klie-is-scrolled,
html body.home #main-header.klie-is-scrolled.et-fixed-header {
  background-color: #fff !important;
}

/* Der Hauptheader liegt über dem Menü. Im Scrollzustand darf deshalb nur der
   darunterliegende #top-header weiß sein, sonst verdeckt Divi die Links. */
html body.home #main-header.klie-is-scrolled,
html body.home #main-header.klie-is-scrolled.et-fixed-header {
  background: transparent !important;
  box-shadow: none !important;
}

html body.home #top-header.klie-is-scrolled,
html body.home #top-header.klie-is-scrolled.et-fixed-header {
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(7, 35, 55, .14) !important;
}

html body.home #main-header.klie-is-scrolled #logo,
html body.home.klie-header-scrolled #main-header #logo,
html body.home:has(#main-header.et-fixed-header) #main-header #logo {
  top: .55rem !important;
  width: 12rem !important;
  height: auto !important;
  filter: brightness(0) saturate(100%) invert(20%) sepia(34%) saturate(1554%) hue-rotate(163deg) brightness(90%) contrast(93%) !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

.klie-video-hero__notice {
  padding: 1rem;
  color: #7a1f1f;
  background: #fff3f3;
  border: 1px solid #dca8a8;
}

.et_pb_module.klie-video-module,
.et_pb_module.klie-video-module .et_pb_code_inner {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1100px) {
  body.home #et-secondary-menu {
    padding-right: 23rem;
    padding-left: 17rem;
  }

  .klie-phone-bar__links {
    gap: .8rem;
  }

  .klie-phone-bar a {
    font-size: 1.25rem;
  }
}

@media (max-width: 980px) {
  body.home #top-header {
    display: block !important;
  }

  body.home #main-header,
  body.home #main-header.et-fixed-header,
  body.home #top-header,
  body.home #main-header .container,
  body.home #top-header .container {
    height: 9.25rem;
  }

  body.home #main-header .logo_container {
    width: 9.5rem;
    height: 5.25rem;
  }

  body.home #main-header #logo {
    max-height: 5rem !important;
  }

  body.home #et-secondary-menu {
    align-items: flex-end;
    height: 9.25rem;
    padding: 0 0 .7rem !important;
  }

  body.home #et-secondary-nav {
    width: 100%;
    gap: clamp(.8rem, 3vw, 1.6rem);
  }

  .klie-phone-bar__inner {
    min-height: 5.25rem;
  }

  .klie-video-hero__content {
    width: min(calc(100% - 2rem), 80rem);
    padding-top: 13rem;
  }

  .klie-video-hero__content h1 {
    width: min(42rem, 88%);
  }

  .klie-video-hero__lead {
    width: min(36rem, 82%);
  }
}

@media (max-width: 767px) {
  body.home #top-header {
    display: block !important;
  }

  body.admin-bar.home #top-header,
  body.admin-bar.home #main-header,
  body.admin-bar.home #main-header.et-fixed-header,
  body.admin-bar.home .klie-phone-bar {
    top: 46px !important;
  }

  body.home #main-header,
  body.home #main-header.et-fixed-header,
  body.home #top-header,
  body.home #main-header .container,
  body.home #top-header .container {
    height: 10.5rem;
  }

  body.home #main-header .container,
  body.home #top-header .container {
    width: calc(100% - 1.25rem) !important;
  }

  body.home #main-header .logo_container {
    width: 7.5rem;
    height: 4.75rem;
  }

  body.home #main-header #logo {
    max-height: 4.5rem !important;
    padding-top: .5rem !important;
  }

  body.home #et-secondary-menu {
    height: 10.5rem;
    padding-bottom: .65rem !important;
  }

  body.home #et-secondary-nav {
    justify-content: space-between;
    gap: .4rem;
  }

  body.home #et-secondary-nav > li > a {
    font-size: clamp(.68rem, 3vw, .8rem) !important;
  }

  .klie-phone-bar {
    right: .65rem;
  }

  .klie-phone-bar__inner {
    min-height: 4.8rem;
    align-items: flex-end;
  }

  .klie-phone-bar__label {
    font-size: .57rem;
  }

  .klie-phone-bar__numbers {
    gap: .35rem;
  }

  .klie-phone-bar__icon {
    width: 1.1rem;
    height: 1.1rem;
    flex-basis: 1.1rem;
  }

  .klie-phone-bar__links {
    flex-direction: column;
    gap: .2rem;
    align-items: flex-end;
  }

  .klie-phone-bar a {
    font-size: .78rem;
  }

  .klie-phone-bar a span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .klie-video-hero {
    min-height: 42rem;
    max-height: none;
  }

  .klie-video-hero__shade {
    background: linear-gradient(90deg, rgba(4, 35, 54, .82), rgba(4, 35, 54, .22)), linear-gradient(0deg, rgba(3, 27, 42, .58), transparent 65%);
  }

  .klie-video-hero__content {
    width: calc(100% - 1.5rem);
    justify-content: flex-end;
    padding: 11.5rem 0 clamp(3rem, 8vh, 5rem);
  }

  .klie-video-hero__eyebrow {
    font-size: .68rem;
    letter-spacing: .11em;
  }

  .klie-video-hero__content h1 {
    width: 100%;
    font-size: clamp(2.45rem, 12vw, 4rem) !important;
  }

  .klie-video-hero__lead {
    width: 100%;
    font-size: 1rem;
  }

  .klie-video-hero__availability {
    gap: .65rem;
    margin-top: 1.15rem;
    font-size: .92rem;
  }
}

/* Nur schmale Smartphones erhalten die untereinander stehende Navigation. */
@media (max-width: 480px) {
  body.home #main-header,
  body.home #main-header.et-fixed-header,
  body.home #top-header,
  body.home #main-header .container,
  body.home #top-header .container {
    height: 15.5rem;
  }

  body.home #et-secondary-menu {
    height: 15.5rem;
    padding-bottom: .7rem !important;
  }

  body.home #et-secondary-nav {
    flex-direction: column !important;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
  }

  body.home #et-secondary-nav > li,
  body.home #et-secondary-nav > li > a {
    width: 100%;
    text-align: center;
  }

  body.home #et-secondary-nav > li > a {
    padding: .3rem .25rem !important;
    line-height: 1.15;
  }

  .klie-video-hero__content {
    padding-top: 16.5rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .klie-video-hero {
    height: 42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .klie-video-hero__video {
    display: none;
  }
}
