@font-face {
  font-family: 'Open Sans';
  src: url('../schriften/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


.hero-title {
  position: relative;
  font-size: 3rem;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: white;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
}

.hero-title .letter {
  position: absolute;
  top: 0;
  font-weight: bold;
  font-size: 3rem;
  opacity: 0;
  white-space: nowrap;
  color: white;
}

.letter-e {
  left: -100%;
}

.letter-l {
  right: -100%;
}

.etique-text,
.legal-text {
  position: absolute;
  top: 0;
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  color: white;
  white-space: nowrap;
}

.etique-text {
  left: 0;
}

.legal-text {
  right: 0;
}