body {
  background-color: rgb(250, 250, 245);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

* {
  font-family: 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}

/*------HEADER-------*/

.font {
  color: rgb(250, 250, 245);
  text-decoration: none;
}

.menu a.font:visited {
  color: rgb(250, 250, 245);
}

.menu a.font:hover {
  color: rgb(100, 100, 100);
}

.menu {
  overflow: hidden;
  position: fixed;
  background-color: rgba(179, 0, 0, 0);
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.4s;
}

.menu #title {
  font-size: calc(7px + 2vw);
  color: rgb(250, 250, 245);
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  background-color: rgb(179, 0, 0);
  border: 1px solid white;
  padding: 5px 15px;
  border-radius: 10px;
}

.menu #home {
  margin-right: 6%;
  background-color: rgb(179, 0, 0);
  border: 1px solid white;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: calc(5px + 1vw);
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}

.menu #about {
  margin-left: 1vw;
  margin-right: 0;
  background-color: rgb(179, 0, 0);
  border: 1px solid white;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: calc(5px + 1vw);
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}

.menu #about a.font {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}

.menu li {
  display: inline-block;
}

.menu #lan {
  float: right;
  width: auto;
  padding: 20px 20px 10px 0;
}

.menu #lan img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.menu #titles {
  float: left;
  margin: auto 0;
  padding: 20px 0 10px 5%;
  max-width: 600px;
  color: rgb(50, 50, 50);
}

.scroll {
  background-color: rgba(179, 0, 0, 0.8);
  transition: all 0.4s;
}

.fontScroll {
  color: rgb(250, 250, 245);
}

.menu #title.fontScroll,
.menu #home.fontScroll,
.menu #about.fontScroll {
  border: none;
  background-color: transparent;
}

/*------CONTENT-------*/
#content {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.image {
  overflow: auto;
  display: block;
  background: url(https://res.cloudinary.com/dp8diwkon/image/upload/v1547141787/heilsugreind/header-image-min.jpg)
    no-repeat center top;
  background-size: cover;
  background-position: 50% 25%;
  opacity: 0.8;
  height: 70vh;
  margin-top: auto;
  z-index: 100;
}

#information {
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: auto;
  z-index: 4;
  padding-top: 50px;
}

.bubbles {
  border: 4px solid rgb(179, 0, 0);
  width: 60%;
  height: auto;
  text-align: left;
  margin: 50px auto;
  padding: 4em 4em;
  z-index: 5;
}

.bubbles h1 {
  margin-bottom: 0.7em;
  font-size: calc(12px + 1vw);
  text-align: center;
}

.bubbles p {
  font-size: calc(7px + 1vw);
}

.bubbles h1,
.bubbles p {
  color: rgb(50, 50, 50);
}

.bubbles .nsn-page {
  margin-top: 20px;
}

.bubbles .nsn-page a {
  color: rgb(180, 0, 0);
  text-decoration: none;
}

.bubbles .nsn-page a:hover {
  color: rgb(100, 100, 100);
}

/*------FOOTER-------*/

footer {
  background-color: rgb(50, 50, 50);
  height: auto;
  position: static;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  z-index: 10;
  text-align: center;
}

#contactInfo {
  margin: auto auto;
  position: relative;
  z-index: 5;
  height: auto;
  padding: 20px 0 100px 0;
}

footer li {
  display: block;
  color: rgb(250, 250, 245);
}

.contactTitle {
  font-weight: bold;
  font-size: calc(3px + 1vw);
  color: rgb(250, 250, 245);
  margin-bottom: 20px;
}

.contactList {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.contactList li {
  font-size: calc(3px + 1vw);
  color: white;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 999px) {
  .menu #title {
    font-size: calc(7px + 3vw);
  }

  .menu #about {
    font-size: calc(5px + 2vw);
  }

  .contactList li {
    font-size: calc(3px + 2vw);
  }

  .bubbles {
    width: 70%;
    padding: 2rem;
  }
}

@media (max-width: 500px) {
  .bubbles {
    width: 80%;
    padding: 1rem;
  }
}

@media (max-width: 801px) {
  .disappear {
    display: none;
  }
}

.contactList hr {
  height: 40px;
  margin: auto 0;
}

#email a {
  text-decoration: none;
  color: rgb(250, 250, 245);
}

#email a:hover {
  text-decoration: underline;
}

/* footer #phone {
  margin-top: 8px;
}

footer #email {
  margin-top: 4px;
}

footer #phone,
#email {
  font-size: calc(1px + 1vw);
  color: white;
} */

.footer__icon-big {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 3px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.footer__icon-big--phone {
  background-image: url(./img/phone.svg);
}

.footer__icon-big--mail {
  background-image: url(./img/mail.svg);
}
