html {
  overflow-y: hidden;
}
html .wartungsseite {
  overflow-y: hidden;
  background-color: #FFF4EA;
  background-image: url("../img/gradient.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
html .wartungsseite header .logo {
  background-image: url("../img/BirteMeier_Logo.svg");
  width: 75px;
  height: 188px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  html .wartungsseite header .logo {
    width: 60px;
    height: 151px;
  }
}
@media all and (max-height: 550px) and (orientation: landscape) {
  html .wartungsseite header .logo {
    width: 30px;
    height: 76px;
  }
}
html .wartungsseite main h1 {
  text-transform: uppercase;
  font-family: "Lexend Deca";
  font-weight: 300;
  text-align: center;
  color: #1D1D1B;
  font-size: 48px;
  font-style: normal;
  line-height: 165.625%;
  letter-spacing: 5.76px;
}
@media all and (max-width: 768px) {
  html .wartungsseite main h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 560px) {
  html .wartungsseite main h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
@media all and (max-width: 480px) {
  html .wartungsseite main h1 {
    font-size: 27px;
    letter-spacing: 3px;
  }
}
@media all and (max-height: 550px) and (orientation: landscape) {
  html .wartungsseite main h1 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 2px;
  }
}
html .wartungsseite main p {
  font-family: "Lexend Deca";
  font-weight: 300;
  color: var(--black-b-500, #000);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 179.167%;
  letter-spacing: 1.44px;
}
@media all and (max-width: 768px) {
  html .wartungsseite main p {
    font-size: 18px;
  }
}
@media all and (max-width: 560px) {
  html .wartungsseite main p {
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 480px) {
  html .wartungsseite main p {
    padding: 0 8%;
    font-size: 15px;
  }
}
@media all and (max-height: 550px) and (orientation: landscape) {
  html .wartungsseite main p {
    line-height: 160%;
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 480px) {
  html .wartungsseite main p br {
    display: none;
  }
}
html .wartungsseite footer {
  font-family: "Lexend Deca";
  font-weight: 300;
  color: #1D1D1B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 262.5%;
  letter-spacing: 9.72px;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  html .wartungsseite footer {
    font-size: 18px;
  }
}
@media all and (max-width: 560px) {
  html .wartungsseite footer {
    font-size: 16px;
    letter-spacing: 5.7px;
  }
}
@media all and (max-width: 480px) {
  html .wartungsseite footer {
    font-size: 15px;
    letter-spacing: 4px;
  }
}
@media all and (max-height: 550px) and (orientation: landscape) {
  html .wartungsseite footer {
    line-height: 160%;
    font-size: 16px;
    letter-spacing: 5.7px;
  }
}

/*# sourceMappingURL=bm-styles.css.map */
