.inbl {
    display: inline-block;
}

.button--white {
    color: #000000;
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
}

.button--black {
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 5px 15px;
}

.content[class^="kachel_"] .kachel__beschreibung,
.content[class*="kachel_"] .kachel__beschreibung {
    position: absolute;
    bottom: -60px;
    visibility: visible;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    text-transform: uppercase;
    width: 100%;
}

.width--full {
    width: 100% !important;
}