@font-face {
  font-family: Ruda;
  src: url("../fonts/Ruda/Ruda-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

h1 {
  color: #fff;
  font-family: Ruda, sans-serif;
  font-size: 2em;
  font-weight: normal;
}
@media (width >= 600px) and (height >= 600px) {
  h1 {
    font-size: 3.4em;
  }
}

#hero-image img {
  height: 100vh;
  width: 100vw;
  display: block;
  object-fit: cover;
  object-position: right bottom;
}

#text {
  position: absolute;
  top: 5vh;
  left: 10vw;
}
#text #logo {
  width: 90px;
  display: block;
  padding-bottom: 5vh;
}
#text #closed {
  display: block;
  height: 25vh;
  max-height: 600px;
  max-width: 80vw;
  object-fit: contain;
  padding-bottom: 5vh;
}
#text h1 {
  margin-right: 10vw;
}
@media (width >= 1600px) {
  #text {
    left: 10vw;
  }
  #text #closed {
    padding-bottom: 15vh;
  }
}
@media (height >= 600px) {
  #text #logo {
    padding-bottom: 15vh;
  }
  #text #closed {
    padding-bottom: 15vh;
  }
}

#rechtliches {
  position: absolute;
  left: 10vw;
  bottom: 1rem;
}
#rechtliches a {
  font-family: "Roboto Regular", sans-serif;
  font-size: 1rem;
  color: #fff;
}

/*# sourceMappingURL=73volt.css.map */
