.reportagen{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.reportagen .reportagen_entry{
    width: calc(20% - 20px);
    min-width: 300px;
    padding: 10px 10px 40px 10px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    position: relative;
    margin: 10px;
}
.reportagen .reportagen_entry.text_dummy{
    background-color: transparent;
    border-color: transparent;
}
.reportagen .reportagen_entry .name{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #2d2d2d;
    font-family: 'broadcastmatter';
    text-align: center;
}
.reportagen .reportagen_entry.text_dummy .name{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 5rem;
    line-height: 1.2em;
    font-weight: lighter;
    font-family: 'candara';
}