h2, h4
{
    color: #159433;
}

.uk-heading-bullet::before
{
    border-left: calc(5px + 0.1em) solid #159433;
}

.uk-list-striped>:nth-of-type(odd) {
    background: rgba(21, 148, 51, 0.09);
}

footer .uk-grid
{
    align-items: center;
    justify-content: center;
}

.uk-button-link
{
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.4;
}

.stoerer img
{
    width: 100%;
}