.toolbox-icon-wrapper {
  width: 200px;
  display: inline-block;
  margin-bottom: 40px;
  word-break: break-word;
}

.toolbox-icon {
  position: relative;
}
.toolbox-icon::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.toolbox-icon .toolbox-icon-content {
  width: 95%;
  position: absolute;
  top: -3px;
  left: 0;
  bottom: 5%;
  right: 0;
  overflow: hidden;
  z-index: 2;
  padding: 5px;
}
.toolbox-icon .toolbox-icon-content p {
  text-align: left;
}
.toolbox-icon .toolbox-icon-content a, .toolbox-icon .toolbox-icon-content span {
  color: #fff;
  padding: 5px;
  height: 100%;
  display: block;
  overflow: hidden;
  font-size: 24px;
}
.toolbox-icon .toolbox-white-box {
  width: 98%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
}
.toolbox-icon .toolbox-color-background {
  width: 98%;
  height: 100%;
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 0;
}

.tb-teaser {
  margin-top: 5px;
  margin-left: 30px;
}

/*# sourceMappingURL=toolbox.css.map */
