/* >= 768px */
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #einleitung .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #einleitung .actions .breadcrumb {
    margin-bottom: 0;
  }
  #einleitung .actions .button-wrapper .backlink {
    margin-bottom: 0;
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  #einleitung .image .image .video-preview {
    width: 200px;
    height: 100px;
    grid-template-columns: 100px 100px;
    bottom: 30px;
    left: 30px;
  }
  #einleitung .image .image .video-preview .image {
    height: 100px;
    width: 100px;
  }
  #einleitung .image .image .video-preview .preview-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #einleitung .untertitel {
    padding-right: 50%;
  }
  #einleitung .text {
    padding-right: 50%;
  }
}
