
/* ueber uns */

#intro {
  background-color: hsla(44, 15%, 44%, 0.7);
}


.teammember {
  background-color: hsla(44, 15%, 44%, 0.1);
}

.teammember div {
  padding: 20px;
}

.teammember h2 {
  margin-bottom: 8px;
}

p.hashtag {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}

.buttons {
}



@media screen and (max-width: 1400px) {

  .threeColumns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .threeColumns {
    grid-template-columns: 1fr;
  }
}
