body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  min-height: 100vh;
}

a {
  color: grey;
  text-decoration: none;
}

p {
  margin-bottom: 2rem;
  letter-spacing: 1px;
  line-height: 22px;
}

.container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* .container > div {
  border: 1px solid red;
} */

.logo {
  min-height: 10vh;
  height: 20vh;
  width: 75%;
  background-image: url(../img/logo/ApothecaryBlackLogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.subline {
  margin-bottom: 5vh;
}

.subline--1 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.subline--2 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

.text {
  width: 80%;
  z-index: 1;
}

.footer {
  mask-image: linear-gradient(0deg, rgb(0, 0, 0), transparent 100%);
  position: fixed;
  bottom: 0;
  z-index: 0;
}

.footer-image {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../img/Headerbild_Kamille.jpg);
  width: 100vw;
  height: 33vh;
}

.footer img {
  width: 100%;
}
