.bg-orange { background:#f98d29 !important; color:#fff !important; }
.bg-lightgrey { background:#efefef !important; }
.bg-darkblue { background:#4d858d !important; color:#fff !important; }

.bg-darkblue h2.widget-headline { color:#fff !important; }
.bg-orange h2.widget-headline { color:#f98d29 !important; }

.content-relative { position:relative; }
.content-absolute { position:absolute; }

.border-abstract-top { position:relative; }
.border-abstract-top:before { position:absolute; content:''; height:70px; width:100%; background:url('../images/border-bg-top.svg') no-repeat; background-size:cover; top:-30px; left:0; }
.border-abstract-bottom { position:relative; }
.border-abstract-bottom:after { position:absolute; content:''; height:70px; width:100%; background:url('../images/border-bg-bottom.svg') no-repeat; background-size:cover; background-position:bottom; bottom:-30px; left:0; }

.btn-post-link { font-size:16px; background:#f98d29 !important; color:#fff; padding:10px 25px; border-radius:25px; border:1px solid #f98d29; }
.btn-post-link:hover { font-size:16px; background:#fff !important; color:#f98d29; padding:10px 25px; border-radius:25px; }

@media (max-width: 768px) {
    .btn-post-link { display:block; margin-bottom:20px; }
}

.btn-outline-post-link { display:inline-block; font-size:16px; background:#f98d29 !important; color:#fff; padding:10px 25px; border-radius:25px; border:1px solid #f98d29; }
.btn-outline-post-link:hover { font-size:16px; background:#fff !important; color:#f98d29; padding:10px 25px; border-radius:25px; }

@media (max-width: 768px) {
    .btn-outline-post-link { display:block; margin-bottom:20px; }
}