.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }



/*vom Array aus*/
.loader {
/*
    width:100vw;
    height:100vh;
    background-color:#262626;

    position: fixed;
    left:0;
    top:0;
     */   
    color: white;
    z-index:1000;
    display: flex;
/*    justify-content: center;*/
/*    align-items: center;*/
}

#str {
    font-size: 2rem;
    display: inline-block;
}


.l1 {
/*    color:rgba(255,255,255,0.1);*/
    font-size:4rem;
}
.l1 > .letter {
    display: inline-block;
}


