#einleitung {
  padding-top: var(--pt-intro);
}
#einleitung .breadcrumb {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 30px;
}
#einleitung .breadcrumb a {
  color: var(--color-secondary);
}
#einleitung .breadcrumb .home {
  font-size: 10px;
  line-height: 10px;
}
#einleitung .breadcrumb .icon-angle-right {
  font-size: 6px;
  line-height: 6px;
  color: var(--color-secondary);
}
#einleitung .breadcrumb .link {
  color: var(--color-secondary);
  text-decoration: underline;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  white-space: nowrap;
  flex-shrink: 0;
}
#einleitung .breadcrumb .label {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#einleitung .breadcrumb .dropdown-container {
  flex-shrink: 0;
  margin-left: 5px;
}
#einleitung .breadcrumb .dropdown {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  padding: 5px;
  background-color: var(--color-primary);
  color: #ffffff;
  font-weight: 700;
}
#einleitung .breadcrumb .dropdown i {
  font-size: 8px;
}
#einleitung .breadcrumb .dropdown-content {
  border-radius: 0;
}
#einleitung .breadcrumb .dropdown-content a {
  text-decoration: none;
}
#einleitung .backlink {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  font-weight: 700;
  color: var(--color-primary);
}
#einleitung .backlink i {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: background-color 0.3s ease, color 0.3s ease;
}
#einleitung .untertitel {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: var(--color-secondary);
  margin-bottom: 50px;
}
#einleitung .button-wrapper {
  margin-bottom: 50px;
}
#einleitung .image {
  margin-right: -7vw;
  margin-bottom: 50px;
  position: relative;
}
#einleitung .image .video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#einleitung .image .video.show {
  opacity: 1;
  pointer-events: all;
}
#einleitung .image .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#einleitung .image .video .plyr {
  height: 100%;
  width: 100%;
}
#einleitung .image .video .plyr :root {
  --plyr-range-fill-background: var(--color-primary) !important;
}
#einleitung .image .video .plyr .plyr__controls {
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  opacity: 1 !important;
  padding: 5px;
  background: none;
  background-color: #ffffff;
  transform: none !important;
}
#einleitung .image .video .plyr .plyr__controls .plyr__control {
  color: var(--color-primary) !important;
  background-color: none !important;
  background: none !important;
}
#einleitung .image .video .plyr .plyr__progress__buffer {
  background: var(--color-secondary) !important;
  border-radius: 0 !important;
}
#einleitung .image .video .plyr .plyr__progress input {
  color: var(--color-primary) !important;
}
#einleitung .image .video a.close {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-primary);
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
#einleitung .image .video a.close:hover {
  color: var(--color-primary-darker);
}
#einleitung .image .video-preview {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 20;
  display: grid;
  grid-template-columns: 75px 75px;
  width: 150px;
  background-color: #ffffff;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
#einleitung .image .video-preview .image {
  height: 75px;
  width: 75px;
  overflow: hidden;
}
#einleitung .image .video-preview .image picture img {
  transition: transform 0.5s ease;
}
#einleitung .image .video-preview .preview-content {
  padding: 10px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
#einleitung .image .video-preview .preview-content .titel {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#einleitung .image .video-preview .preview-content .dauer {
  display: flex;
  align-items: center;
  gap: 10px;
}
#einleitung .image .video-preview .preview-content .dauer i {
  color: var(--color-primary);
}
#einleitung .image .video-preview .preview-content .dauer span {
  font-weight: 700;
  color: var(--color-primary);
}
#einleitung .text strong {
  color: var(--color-primary-dark);
}
@media (hover: hover) {
  #einleitung .breadcrumb .home:hover,
  #einleitung .breadcrumb .link:hover {
    color: var(--color-primary);
  }
  #einleitung .breadcrumb .dropdown {
    cursor: pointer;
  }
  #einleitung .breadcrumb .dropdown:hover {
    background-color: var(--color-primary-dark);
  }
  #einleitung .image .video-preview:hover .image picture img {
    transform: scale(1.05);
  }
  #einleitung .backlink:hover i {
    background-color: var(--color-primary);
    color: #ffffff;
  }
}
