a {
    color: #286145;
}

a:hover {
    color: #256947;
}

.doc-content-box a:hover,
.doc-bottom-bar a:hover {
    color: #fff;
}

.doc-social-bar a:hover {
    color: #286145;
}

.doc-teaser-item .doc-teaser-item-text {
    display: flex;
    flex-direction: column;
}

.ce-bodytext a,
.doc-teaser-item-text > a {
    padding: 5px 10px;
    background-color: #286145;
    color: #fff;
    margin-top: 10px;
    display: inline-block !important;
    margin-right: auto;
}
.ce-bodytext a:hover,
.ce-bodytext a:focus,
.doc-teaser-item-text > a:hover,
.doc-teaser-item-text > a:focus {
    text-decoration: none;
    background-color: #256947;
}