/* Backup CSS TCK-12792*/
.slick-slide-four .card-default figure img {
    visibility: visible;
    aspect-ratio: unset !important;
}

.card-background figure img {
    visibility: hidden;
}

@media (max-width: 979px) {
    .articles-block .card-background figure img {
        visibility: visible;
    }
}

/*SUPPORT-1932*/
figure .copyrightinfo {
    width: fit-content;
    margin: auto;
}


.authors-slider .slick-list {
    overflow: visible;
}

/*.site-nav .logo--default {*/
/*    display: inline-block;*/
/*}*/

/*.site-nav .logo--custom,*/
/*.site-nav .logo--sticky {*/
/*    display: none;*/
/*}*/

/*!* getmenu state: hide default, show custom *!*/
/*.site-nav.getmenu .logo--default {*/
/*    display: none;*/
/*}*/

/*.site-nav.getmenu .logo--custom {*/
/*    display: inline-block;*/
/*}*/

/*!* fixnav state: hide default & custom, show sticky *!*/
/*.site-nav.fixnav .logo--default,*/
/*.site-nav.fixnav .logo--custom {*/
/*    display: none;*/
/*}*/

/*.site-nav.fixnav .logo--sticky {*/
/*    display: inline-block;*/
/*}*/

/*
[SBASIC-19] WhatsApp Button
*/
.whatsapp_button {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 32px;
    right: 32px;
    font-weight: 600;
    background: #373052;
    color: white;
    border-radius: 50%;
    padding: 13px;
}

/*
[SBASIC-18] Menu adjustments
*/

@media screen and (width > 980px) {
    .site-nav.site-nav-1 .site-nav__wrapper .site-nav__nav > li > a {
        color: #00b5be;
    }

    .site-nav-1._submenu_enabled li._has-submenu > a::before {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.882%201.594L5.28%205.89A.395.395%200%20015%206a.395.395%200%2001-.28-.11L.119%201.594A.349.349%200%20010%201.33c0-.102.04-.19.118-.263L1.148.11A.395.395%200%20011.427%200c.107%200%20.2.037.279.11L5%203.188%208.294.11a.395.395%200%2001.28-.11c.107%200%20.2.037.278.11l1.03.957A.349.349%200%200110%201.33c0%20.103-.04.19-.118.264z%22%20fill%3D%22%2300b5be%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    }
}

/*
[SBASIC-15] Adjustment styling copyright banner image*/
figure .copyrightinfo {
    /*background: #FBB209;*/
    /*color: white;*/

    a {
        &:hover, &:focus {
            /*color: #FBB209;*/
        }
    }
}

/* [SBASIC-14] Auteur slider aanpassingen */

.authors-slider {

    .slick-slider .card-horizontal {
        height: 100%;
        opacity: 0;
        transition: .3s;
    }

    .slick-slider .slick-active .card-horizontal, .slick-slider .slick-active ~ * .card-horizontal {
        opacity: 1;
    }

    .slick-active .card-horizontal {
        .btn {
            background-color: white;

            &:hover, &:focus {
                color: #E83967;
            }
        }
    }

    /*.slick-slide:not(.slick-active) {*/
    /*    background-color: rgba(252, 225, 232, 0.15);*/
    /*}*/

    .slick-prev, .slick-next {
        background-color: #00B6BE;
        width: 40px;
        height: 40px;

        @media (width > 1680px) {
            width: 40px !important;
            height: 40px !important;

            &:after {
                width: 1em !important;
                height: 1em !important;
            }
        }
    }

    .slick-prev {
        &:after {
            background-image: url('/assets/cicons/chevron-left/ffffff');
        }
    }

    .slick-next {
        &:after {
            background-image: url('/assets/cicons/chevron-right/ffffff');
        }
    }

}


/*SBASIC-23*/
.article-detail__meta {
    margin-top: 0 !important;
}

@media(width < 990px) {
    .article-detail__header h1 {
        font-size: 3.125rem;
    }
}

@media(width < 768px) {
    .article-detail__header h1 {
        font-size: 2.5rem;
    }
}
