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

.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;
}

.toolbox-icon .toolbox-icon-content p {
    text-align: center;
}

.toolbox-icon .toolbox-icon-content p a, .toolbox-icon .toolbox-icon-content p span {
    color: #fff;
    padding: 15px;
    height: 100%;
    display: block;
    overflow: hidden;
    font-size: 25px;
}

.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 */
