
/* ueber uns */

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


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


.brandWhitespots {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding-top: 14px;
  padding-bottom: 10px;
}

.collapsible {
  cursor: pointer;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
}

/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
}

.collapsible:after {
  content: '';
  padding: 5px;
}

.active:after {
  content: "ˆ";
}
