.luecke-video-hero {
  --luecke-video-position: 50% 50%;
  position: relative;
  width: 100%;
  min-height: 32rem;
  height: 68vh;
  height: 68svh;
  max-height: 52rem;
  overflow: hidden;
  isolation: isolate;
  background-color: #e8e4de;
  background-position: var(--luecke-video-position);
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.luecke-video-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 55%);
  pointer-events: none;
}

.luecke-video-hero__content {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  width: min(100% - 2rem, 67.5rem);
  height: 100%;
  margin-inline: auto;
  padding-block: clamp(1rem, 5vh, 3rem);
}

.luecke-video-hero__welcome {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: clamp(4.5rem, 10vw, 8.5rem) minmax(0, 1fr);
  align-items: center;
  width: min(40rem, 72%);
  padding: clamp(.75rem, 2vw, 1.5rem);
  color: #333;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .16);
  backdrop-filter: blur(3px);
}

.luecke-video-hero__icon {
  display: block;
  width: 100%;
  height: auto;
}

.luecke-video-hero__copy {
  min-width: 0;
  padding-left: clamp(.75rem, 2vw, 1.5rem);
}

.luecke-video-hero__copy h1,
.luecke-video-hero__copy p {
  margin: 0;
  color: inherit;
}

.luecke-video-hero__copy h1 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.luecke-video-hero__copy p {
  margin-top: .35rem;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.4;
}

/* Flatsome: Die Shortcode-Zeile wird bündig, ohne das restliche Boxed-Layout zu ändern. */
body.home #content > .row.luecke-video-row {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .luecke-video-row > .col,
body.home .luecke-video-row > .col > .col-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 849px) {
  .luecke-video-hero {
    min-height: 27rem;
    height: 60vh;
    height: 60svh;
    max-height: 42rem;
  }

  .luecke-video-hero__welcome {
    width: min(36rem, 88%);
  }
}

@media (max-width: 549px) {
  .luecke-video-hero {
    min-height: 22rem;
    height: 56vh;
    height: 56svh;
    max-height: 34rem;
  }

  .luecke-video-hero__content {
    align-items: flex-end;
    width: calc(100% - 1.25rem);
    padding-block: .75rem;
  }

  .luecke-video-hero__welcome {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    width: 100%;
    padding: .75rem;
  }

  .luecke-video-hero__shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, .22), transparent 58%);
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .luecke-video-hero {
    min-height: 18rem;
    height: calc(100vh - 4rem);
    height: calc(100svh - 4rem);
  }
}

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