/*cyan*/
#video_ct {
  position: relative;
  display: grid;
  place-items: center;
  height: calc(100vh - 65px);
  width: 100vw;
  margin: 63px auto 0 auto;
  background: #ccc; }
  #video_ct #myVideo {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #video_ct #myVideo::-webkit-media-controls {
      display: none !important; }
  #video_ct .content, #video_ct .content2 {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 80%;
    padding: 20px;
    font-size: 22px; }
    #video_ct .content .y, #video_ct .content2 .y {
      display: inline-block;
      opacity: 1;
      transition: opacity 5s ease; }
    #video_ct .content .transparent, #video_ct .content2 .transparent {
      opacity: 0;
      transition: opacity 5s ease; }
    #video_ct .content .wort-container, #video_ct .content2 .wort-container {
      position: relative;
      display: inline-block;
      width: 360px;
      height: 1.045em;
      white-space: nowrap;
      /*
       top: 0.2em;
       overflow: hidden;
       */ }
    #video_ct .content .wort, #video_ct .content2 .wort {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity 3s ease; }
    #video_ct .content .sichtbar, #video_ct .content2 .sichtbar {
      opacity: 1;
      z-index: 1; }
    #video_ct .content .unsichtbar, #video_ct .content2 .unsichtbar {
      opacity: 0;
      z-index: 1; }
  #video_ct .content {
    width: 70%;
    top: 128px;
    /*right: 170px;*/
    left: 50%;
    transform: translate(-50%, 0%);
    /*
     h1
     {
     color:$schmuckfarbe1;
     font-size:70px;
     }
     h2
     {
     font-size:25px;
     }
     */ }
    #video_ct .content h2 {
      color: #09c;
      font-size: 70px; }
    #video_ct .content h1 {
      font-size: 25px; }
  #video_ct .content2 {
    bottom: 100px;
    left: 170px; }
    #video_ct .content2 h2 {
      font-size: 40px;
      /* Style the button used to pause/play the video */ }
  #video_ct #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer; }
  #video_ct #myBtn:hover {
    background: #ddd;
    color: black; }
  #video_ct .scrolldown {
    position: absolute;
    bottom: 10px; }
    #video_ct .scrolldown img {
      width: 100px;
      height: auto;
      opacity: 0.5;
      transition: all 0.2s; }
      #video_ct .scrolldown img:hover {
        opacity: 1;
        transition: all 0.5s; }
