.container-fluid-first {
    background-image: linear-gradient(white, #f9f9f9);
    height: 60px;
}
.eintrag {
    background: white;
    box-shadow: 0 0 15px hsl(0, 0%, 88%);
    box-shadow: 0 0 15px hsl(0, 0%, 95%);
    border-radius: 6px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    font-size: 13px;
    margin-bottom: 30px;
}
.eintrag .left {
    width: 130px;
    float: left;
    display: none;
}
.eintrag .left img {
    width: 110px;
    height: 110px;
    border-radius: 3px;
}
.eintrag h2 {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}
.eintrag .right img {
    width: 113px;
    height: 113px;
    float: left;
    margin-right: 10px;
    margin-bottom: 1px;
    border-radius: 3px;
}
.eintrag .text {
    padding-top: 12px;
    min-height: 130px;
    color: #6e6e6e;
}
.eintrag .label {
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    border: 1px solid #4ea234;
    color: #4ea234;
    background: #dff3d8;
    font-size: 14px;
}
.eintrag .datum {
    padding-top: 8px;
    color: #6e6e6e;
}
.container-fluid-last {
    background-image: linear-gradient(#f9f9f9, white);
    height: 40px;
}

@media (min-width: 992px) {
    .container-fluid-first {
        height: 75px;
    }
    .eintrag {
        padding: 25px;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .eintrag h2 {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 10px;
        margin-right: 12px;
        padding-bottom: 0px;
    }
    .eintrag .left {
        width: 158px;
        float: left;
        display: block;
    }
    .eintrag .left img {
        width: 130px;
        height: 130px;
    }
    .eintrag .right img {
        display: none;
    }
    .eintrag .text {
        padding-top: 0px;
        min-height: 66px;
    }
    .eintrag .datum {
        font-size: 15px;
        padding-top: 8px;
    }
    .container-fluid-last {
        height: 75px;
    }
}
