
/* ueber uns */

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


#whitespots.box {
  background-color: hsla(44, 15%, 44%, 1);
  border: none;
}


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

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

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