.referenz-short {
    border-top: 20px solid var(--company-primary-color, #059ad4);
    background: #f7f7f7;
}
.referenz-header {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.referenz-logo {
    padding: 10px;
    background: white;
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 150px;
    height: 80px;
}
.referenz-logo figure {
    height: 100%;
}
.referenz-logo img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.referenz-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.referenz-short h3 {
    margin-bottom: 0;
}

.referenz-short .referenz-titel {
    margin-bottom: 20px;
}