ul.accordeon {
    margin-bottom: 50px;
}
.page-dynamic:not(.subpage-kks) .media-container-wrap {
    display: flex;
    flex-wrap: wrap-reverse;
    /*    padding-bottom: 50px;*/
    padding-bottom: 0px;
}

.page-dynamic .owl-media-image {
    /* max-height: 450px; */
    width: 100% !important;
    padding: 0 !important;
}

.page-dynamic:not(.subpage-kks) .owl-media-image img {
    /*    max-height: 390px;*/
    object-fit: cover;
}

.page-dynamic:not(.subpage-kks) .owl-media-info {
    position: absolute !important;
    z-index: 999;
    bottom: 15px;
    display: flex;
    align-items: flex-end;
    /*    margin-bottom: 30px;
        bottom: 20px;*/
    margin-bottom: 0;
    bottom: 0;
    color: #fff !important;
    font-size: 33px !important;
    height: 100%;
    width: 100%;
    background: rgba(25,78,150,0.79);
    background: rgba(25,77,150,0.7);
    background: -moz-linear-gradient(45deg, rgba(25,77,150,0.5) 0%, rgba(25,77,150,0.24) 34%, rgba(25,77,150,0) 66%, rgba(25,77,150,0) 80%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(25,77,150,0.5)), color-stop(34%, rgba(25,77,150,0.24)), color-stop(66%, rgba(25,77,150,0)), color-stop(80%, rgba(25,77,150,0)));
    background: -webkit-linear-gradient(45deg, rgba(25,77,150,0.5) 0%, rgba(25,77,150,0.24) 34%, rgba(25,77,150,0) 66%, rgba(25,77,150,0) 80%);
    background: -o-linear-gradient(45deg, rgba(25,77,150,0.5) 0%, rgba(25,77,150,0.24) 34%, rgba(25,77,150,0) 66%, rgba(25,77,150,0) 80%);
    background: -ms-linear-gradient(45deg, rgba(25,77,150,0.5) 0%, rgba(25,77,150,0.24) 34%, rgba(25,77,150,0) 66%, rgba(25,77,150,0) 80%);
    background: linear-gradient(45deg, rgba(25,77,150,0.9) 0%, rgba(25,77,150,0.44) 54%, rgba(25,77,150,0) 76%, rgba(25,77,150,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194d96', endColorstr='#194d96', GradientType=1 );
}

.page-dynamic .owl-media-container__text {
    padding: 0px 15px;
    margin: 30px 20px;
}

.page-dynamic .media-container__title {
    font-size: 30px;
    line-height: 32px;
    font-family: 'daxlight';
}

.sidebar {
    margin-bottom: 30px;
}
.side-dropdown {
    font-size: 18px;
    color: rgb(30,30,30);
    font-family: daxmedium;
    line-height: 22px;
    padding: 4px 0;
}
.active button.nav-item-second {
    color: rgb(25,78,150);
}
.side-col .sub-navi {
    margin-left: 15px;
}
.side-col {
    margin-right: 15px;
}
.mce-content-body .cb-tex-image-container img,
.cb-tex-image-container img {
    width: 100%;
}



/* EDIT BUTTON */

.accordeon .article-edit-button-container {
    display: inline-flex;
    position: relative;
    z-index: 9999 !important;
}


@media screen and (min-width: 768px) {
    .page-dynamic .owl-media-container__text {
        padding: 0px 15px;
        margin: 60px 20%;
    }

    .page-dynamic .media-container__title {
        font-size: 50px;
        line-height: 52px;
        font-family: 'daxlight';
    }

    .page-dynamic .owl-media-info {
        position: absolute !important;
        z-index: 999;
        bottom: 15px;
        display: flex;
        align-items: flex-end;
        margin-bottom: 30px;
        bottom: 20px;
        color: #fff !important;
        font-size: 33px !important;
        height: 100%;
        width: 40%;

    }
    .side-col {
        margin-right: 0px;
    }

}