.ben-filmfenster-erweitert {
  width: 100%;
}

body.ben-filmfenster-ist-offen {
  overflow: hidden;
}

.ben-ff-stage {
  position: relative;
}

.ben-filmfenster-vortext {
  box-sizing: border-box;
  max-width: 920px;
  margin: 0 auto 22px;
  padding: 5px 18px 8px;
  color: #3a312b;
  background: transparent;
  border-left: 1px solid rgba(83, 66, 52, 0.42);
  font-family: "Snell Roundhand", "Segoe Script", "Apple Chancery", "Bradley Hand", cursive;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ben-filmfenster-schliessen {
  display: none;
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  z-index: 2147483647;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  background: rgba(10, 10, 10, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font: 400 35px/42px Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

.ben-filmfenster-schliessen:hover,
.ben-filmfenster-schliessen:focus-visible {
  color: #111;
  background: #fff;
  outline: none;
}

.ben-ff-wrap.ben-filmfenster-ist-gross {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) 64px;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-stage {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  background: #000 !important;
}

.ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-controls {
  align-self: stretch;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 64px !important;
  margin: 0 !important;
  padding: 10px 72px 10px 18px !important;
  background: rgba(12, 12, 12, 0.96) !important;
  border-radius: 0 !important;
}

.ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-info,
.ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-download,
.ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-comment-card {
  display: none !important;
}

.ben-ff-wrap.ben-filmfenster-ist-gross .ben-filmfenster-schliessen {
  display: block;
}

.ben-ff-wrap:fullscreen,
.ben-ff-stage:fullscreen {
  background: #000;
}

.ben-ff-stage:fullscreen .ben-ff-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .ben-filmfenster-vortext {
    margin-bottom: 16px;
    padding: 4px 12px 7px;
    font-size: clamp(19px, 6vw, 28px);
  }

  .ben-ff-wrap.ben-filmfenster-ist-gross {
    grid-template-rows: minmax(0, 1fr) 58px;
  }

  .ben-ff-wrap.ben-filmfenster-ist-gross .ben-ff-controls {
    height: 58px !important;
    padding-right: 64px !important;
  }

  .ben-filmfenster-schliessen {
    width: 42px;
    height: 42px;
    font-size: 31px;
    line-height: 38px;
  }
}
