html,
body {
  margin:0;
  padding:0;
  font-size: 16px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  
}
body {
  background-color: #B9CCC3;
  /* font-family: sans-serif; */
  font-size: 18px;
  max-width: 100vw;
  overflow-x: hidden;
}
.main {
  padding: 1rem;
  max-width: 1020px;
  margin: auto;
  position: relative;
}

h1 {
  font-weight: 400;
  font-size: 5rem;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}

.font-size-big {
  font-weight: 400;
  font-size: 3rem;
}


a {
  color: black;
  text-decoration: none;
}
.places {
  padding-top: 2rem;
  padding-left: 0;
  padding-bottom: 3rem;
}

.accordion h2 {
  font-size: 1.5rem;
}

.just-lovely {
  font-family: JustLovely;
}

.bullet {
  display: none;
}

.left,
.right,
.bottom {
  position: absolute;
  background-size: cover;
  z-index: -1;
}

.left {
  background-image: url("../img/illustration_holz_inv_big.png");
  top: -10vmin;
  left: -8vmin;
}
.right {
  background-image: url("../img/illustration_blueten_inv_big.png");
  top: 15vmin;
  right: -20vmin;
}
.bottom {
  background-image: url("../img/illustration_wasser_inv.png");
  top: 60vmin;
  left: 64vmin;
}
.small {
  width: 20vmin;
  height: 20vmin;
}
.big {
  width: 30vmin;
  height: 30vmin;
}
.accordion-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.accordion-arrow {
  line-height: 2.3;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.accordion-arrow:before {
  content: "+";
}
.show.accordion-arrow:before {
  content: "-";
}
.accordion-content {
  display: none;
}
@media screen and (min-width: 40em) {
  body {
    font-size: 18px;
  }
  .main {
    max-height: 100vh;
  } 
  h1 {
    font-size: 9rem;
  }
  p,
  li {
    font-size: 1.2rem;
  }
  .font-size-big {
    font-size: 4rem;
    line-height: 0.8;
    margin: 0;
  }

  .places li {
    display: inline-block;
    margin-right: 2rem;
  }
  .accordion-arrow {
    line-height: 2.6;
  }
}

@media screen and (min-width: 65em) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 12rem;
  }
  p,
  li {
    font-size: 1.5rem;
  }
  .font-size-big {
    font-size: 4.5rem;
  }

  .bullet {
    display: inline;
    font-size: 1.5rem;
    line-height: 3;
    padding-right: 2rem;
  }
  .accordion-arrow {
    line-height: 3.2;
  }
}

