/*
+ Page Adjustments
*/
.articleLayout section#sp-main-body {
    padding: 0!important;
}

.back_overview a {
    margin: 3rem 0 1rem 0;
    padding: 1rem 1.5rem;
    background: #000000;
    color: white;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.back_overview a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    background: #333333;
    color: white;
}

/* Responsive Design */
@media (max-width: 767px) {
    .back_overview {
        margin: 2rem 0 1rem 0;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {    
    .back_overview a{
        margin: 3rem auto 1rem auto;
    }
}

/* Accessibility improvements */
.newsArticle .back_overview a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/*
+ CK Slideshow 
*/
.slideshowck {
    margin: 3rem 0;
}