body{
    font-family:sans-serif;
    margin:0px;
    padding:0px;
}

.aktuelles-filter{
    margin-top: 50px;
    padding:20px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    width: 80vw;
    margin:0 auto;
}

.filter-checkbox{
    margin-left:20px;
}

.all-entries{
    margin-bottom:50px;
    margin-top:50px;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.aktuelles-entry{
    background-color: white;
    padding:20px;
    width: 80vw;
    max-width: 80vw;
    margin:0 auto;
    margin-bottom:50px;
}

.entry-image{
    max-width: inherit;
    width:inherit;
    height:auto;
    max-height: 70vh;
    width:auto;
}

.entry-title{
    margin-bottom:0px;
}

.entry-date{
    margin-top:0px;
}

.filter-apply-button{
    background-color: white;
    margin:20px;
}