.trackSelection .switch {
  position: relative;
  display: inline-block;
  width: 2.2em;
  height: 1.1em;
  margin: 0;
}
.trackSelection .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.trackSelection .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: calc(1.1em / 2);
}
.trackSelection .switch .slider:before {
  position: absolute;
  content: "";
  height: 0.7em;
  width: 0.7em;
  left: 0.2em;
  bottom: 0.2em;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.trackSelection .switch input:checked + .slider {
  background-color: #252525;
}
.trackSelection .switch input:checked + .slider:before {
  transform: translateX(1.1em);
}
ul.breadcrumb {
  list-style: none;
  margin-block: 0;
}
ul.breadcrumb li {
  display: inline;
}
.breadcrumbChevron {
  padding: 0 0.3em;
}
.breadcrumbDropdown {
  padding: 0.2em;
  border-radius: 0.15em;
  background-color: unset;
  color: unset;
  font-weight: unset;
  cursor: pointer;
  /* Füge einen Cursor hinzu, um anzuzeigen, dass es anklickbar ist */
}
.breadcrumbDropdown option {
  color: black;
}
.main_aufnahme.vod {
  font-size: 1.1em;
}
.main_aufnahme.vod .headline {
  padding: 0 0.7em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_aufnahme.vod .headline .swimlaneTitle {
  font-size: 1.5em;
  font-weight: 600;
}
.main_aufnahme.vod .groupHeader {
  font-size: 1.5em;
  font-weight: 600;
}
.main_aufnahme.vod #swimlane-adult {
  overflow: hidden;
  width: 100%;
}
.main_aufnahme.vod #swimlane-adult .adult-banner {
  position: absolute;
  margin: 2em 0;
  padding: 1em;
  height: 11em;
  width: calc(96% - 0.7em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.7em;
}
.main_aufnahme.vod #swimlane-adult .adult-banner .unlockText {
  padding-bottom: 0.5em;
}
.main_aufnahme.vod #swimlane-adult .adult-banner .lockIcon {
  font-size: 2.4em;
}
.adultUnlockContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.7em;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.scrollWrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollWrapper::-webkit-scrollbar {
  display: none;
}
.scrollWrapper.no-scroll {
  overflow: hidden;
}
.swimlane {
  padding: 2em 1.7em;
}
.aufnahme .swimlane {
  padding: 3.3em 1.7em;
}
.vod .swimlane {
  padding: 3em 0.7em;
}
.aufnahme_einzel .scrollWrapper {
  overflow: visible;
}
.aufnahme_einzel .swimlane {
  padding: 2.4em;
}
.lockedCover {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  padding: 0.5em;
}
.lockedCover img {
  object-fit: scale-down;
  height: 8em;
}
.swimlane {
  display: inline-flex;
  gap: 0.8em;
}
.swimlane.overview {
  flex-wrap: wrap;
}
.swimlane .shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.swimlane .anchor-left {
  transform-origin: center left;
}
.swimlane .anchor-right {
  transform-origin: center right;
}
.swimlane .vodWidget {
  display: block;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  height: 15em;
  width: calc(15em * 10/14);
  z-index: 0;
  transition: transform 0.3s ease, z-index 0.3s ease;
}
.swimlane .vodWidget.zoom:hover {
  transform: scale(1.35);
  z-index: 1;
}
.swimlane .vodWidget.visible .vodDetails {
  opacity: 1;
}
.swimlane .vodWidget.visible .alwaysShownOneLiner {
  opacity: 0;
}
.swimlane .vodPoster {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.swimlane .badge {
  position: absolute;
  border-radius: 2em;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  padding: 0.1em;
  top: 0.5em;
  left: 0.5em;
  margin-right: 0.5em;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
}
.swimlane .badge .badgeIcon {
  font-size: 1.5em;
  padding: 0.3em;
}
.swimlane .posterBottomSheet {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 0.4em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.3em;
}
.swimlane .posterBottomSheet * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swimlane .posterBottomSheet .coverTitle {
  font-weight: 400;
}
.swimlane .posterBottomSheet .coverInfos {
  font-size: 0.8em;
}
.swimlane .alwaysShownOneLiner {
  background: linear-gradient(to bottom, rgba(2, 0, 36, 0) 0%, #000000 90%);
  color: white;
  text-align: center;
}
.swimlane .vodDetails {
  background: linear-gradient(to bottom, rgba(2, 0, 36, 0) 0%, #000000 64%);
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.swimlane .scrollArrow {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 3em;
  height: 3em;
  border-radius: 4em;
  z-index: 2;
  cursor: pointer;
  background: white;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
}
.swimlane .scrollArrow.left {
  left: 0.2em;
}
.swimlane .scrollArrow.right {
  right: 0.2em;
}
.swimlane .scrollArrow .icon {
  color: black;
  font-weight: bold;
  font-size: 1.6rem;
}
.scrollIndicator {
  margin-block: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 135px;
  height: calc(100vh - 135px - 2.2rem);
  font-weight: 300;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.scrollIndicator li {
  cursor: pointer;
  text-align: center;
  width: 2rem;
  padding: 0.2em 0;
}
.scrollIndicator li:hover {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  transform: scale(2.2);
  transform-origin: center right;
}
@media screen and (max-height: 900px) {
  .scrollIndicator {
    display: none;
  }
}
@media screen and (max-width: 800px), screen and (max-height: 750px) {
  .swimlane {
    padding: 1.3em 1.7em;
  }
}
@media screen and (max-width: 800px) {
  .swimlane .scrollArrow {
    display: none;
  }
  .main_aufnahme.vod .swimlane .vodWidget {
    font-size: 0.9em;
  }
  .main_aufnahme.vod #swimlane-adult .adult-banner {
    width: auto;
    padding: 0.7em;
    gap: 0.3em;
  }
  .main_aufnahme.vod .scrollIndicator {
    display: none;
  }
}
