/******************************************** Startseite */
/* 100 Jahre */
#c236 .col.fifty.col12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Greenbox */
#c244 .col12 {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
.greenie > div {
    background: #40ce1b;
}
#c244 .col12 .bodytext{
    padding: 5em;  
}

