/* video background */
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

body
{
overflow-y: hidden;
overflow-x: hidden;
}

@font-face {
    font-family: 'inspirationregular';
    src: url('./font/inspiration-regular-webfont.woff2') format('woff2'),
         url('./font/inspiration-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'inspirationregular';
    src: url('./font/inspiration-regular-webfont.woff2') format('woff2'),
         url('./font/inspiration-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* page content */
h1, h2 {
  color: white;
  font-family: inspirationregular;
  text-align: center;
}

h1 {
  font-size: 9.9vh;
  margin-top: 1.8vh;
  margin-bottom: 4vh;
  text-shadow: #000 1px 0 10px;
  opacity: 0.7;
  padding: 0;
}

p {
  text-align: center;
  color: #fff;
  margin-top: -2vh;
}


img {
  text-align: center;
  height: auto;
  width: 3.5vh;
  opacity: 0.6;
  margin-top: 30vh;
  margin-bottom: -0.5vh;
  padding: 0;
}

hr {
  color: #fff;
  opacity: 0.4;
  width: 36vh;
  margin-bottom: -0.5vh;
  background-color: #fff;
  text-shadow: #000 1px 0 10px;
}

strong {
  text-shadow: #000 1px 0 10px;
  opacity: 0.5;
}

.jnr
{
text-align:center;
margin-top: 1.8vh;
margin-bottom: 4vh;
}

#eingabe
{
text-align:center;
background: none;
border: 2px  solid;
border-color: #fff;
width: 35vh;
height: 4vh;
color: #fff;
font-size: 17px;
letter-spacing: .2rem;
font-family: monospace;
font-weight: bold;
opacity: 0.4;
border-radius: 30vh;
}

#eingabe:hover
{
opacity: 0.9;
}

strong {
opacity: 0.5;
color: #fff;
font-size: 1.5vh;
}

strong:hover {
font-size: 1.7vh;
opacity: 0.6;
cursor:zoom-in;
opacity: 0.9;
}



@media only screen and (max-height: 400px) {
  #eingabe {
    width: 65vh;
    height: 8vh;
    font-size: 20px;
  }

  hr {
    width: 65vh;
    margin-bottom: 2vh;
  }

  img {
    width: 6.5vh;
    margin-bottom: -0.5vh;
    margin-top: 10vh;
  }
 
  h1 {
  font-size: 12vh;
  }
}