@media (max-width: 699px) {
    #headerbar {
        height: 84px !important;
    }
}


/********************************************************************************** Left sidebar */
.rmFunctions {
    border-radius: 8px;
    border: 1px solid #DEE2ED;
    background: #FFF;
    padding: 32px;
    display: block;
    color: #1F2E53;
}
a.rmFunctions:hover {
    text-decoration: none;
    color: #1F2E53;
    border: 1px solid #4277FC;
}
@media (max-width: 699px) {
    .rmFunctions {
        padding: 8px;
        margin-bottom: 32px;
    }
    .rmFunctions .h3 {
        margin-bottom: 12px;
    }
}
.rmFunctions .rmTitle.h3 {
    margin-bottom: 11px;
    display: block;
}
.rmFunctions .rmText {
    display: block;
}
.rmFunctions .rmFilterReset.rmFlex {
    align-items: flex-start;
}
.rmFunctions .Category .checkbox-grid {
    column-gap: 8px;
    flex-direction: row;
    margin-bottom: 32px;
}
.Category .filter-panel {
    margin-top: 8px;
}
.rmFunctions .rmProduct,
.rmFunctions .rmRelease,
.rmFunctions .rmReleaseStatus {
    margin-bottom: 32px;
}
.rmFunctions .rmProduct span,
.rmFunctions .rmRelease span,
.rmFunctions .rmReleaseStatus span {
    margin-bottom: 8px;
    display: block;
}
@media (max-width: 699px) {
    .rmFunctions .rmProduct,
    .rmFunctions .rmRelease,
    .rmFunctions .rmReleaseStatus {
        display: none;
    }
    .rmFunctions .rmProduct.active,
    .rmFunctions .rmRelease.active,
    .rmFunctions .rmReleaseStatus.active {
        display: block;
    }
}
.rmFunctions .Category .checkbox-grid label {
    max-width: 50%;
    border-radius: 25px;
    border: 1px solid #fff;
    background: #F6F7FA;
    padding: 8px 16px 5px 16px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.rmFunctions .Category .checkbox-grid label.active,
.rmFunctions .Category .checkbox-grid label:hover {
    border: 1px solid #4277FC;
}
.rmFunctions .Category .checkbox-grid input {
    display: none;
}
.rmFunctions ul.Tagsfilter .rmPlan span,
.rmFunctions ul.Tagsfilter .rmLive span {
    margin: 0;
}

/********************************************************************************** Default element */
.spotlight-list-view .rmFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.spotlight-list-view .rmButton {
    cursor: pointer;
    display: block;
    color: #4277FC;
}
.rmFilterReset .chevron {
    display: none;
}
@media (max-width: 699px) {
    .rmFilterReset .chevron {
        display: block;
        margin-top: 8px;
    }
     .rmFilterReset .rmButton{
        display: none;
     }
}
.spotlight-list-view .rmMonth {
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px 0;
    display: block;
    position: relative;
}
.spotlight-list-view .months {
    font-weight: 500;
    margin: 38px 0 24px 0;
}

/********************************************************************************** List element */
.newsFilter {
    color: #1f2e53;
    position: relative;
}
.newsFilter:focus {
    outline: 0;
}
@media (max-width: 699px) {
    .newsFilter {
        margin-right: 15px;
    }
    .roadmap-content {
        position: relative;
        overflow: hidden;
        max-height: 200px;
        transition: max-height 0.35s ease;
        margin: 0;
    }
    .newsFilter.expanded .roadmap-content {
        max-height: 3000px;
    }
    .newsFilter::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 170px;
        background: linear-gradient(
            to bottom,
            rgba(246,247,250,0) 0%,
            #F6F7FA 100%
        );
        transition: opacity 0.3s ease;
    }
    .newsFilter.expanded::after {
        content: unset;
    }
}
.roadmap-article {
    border-radius: 8px;
    border: 1px solid #DEE2ED;
    background: #F6F7FA;
    padding: 32px;
    margin-bottom: 32px;
    gap: 25px;
}
.roadmap-article:hover ul.Tagsfilter li {
    background: #fff;
}
.roadmap-article:hover {
    background: #fff;
    border: 1px solid #4277FC;
}
@media (max-width: 699px) {
    .spotlight-list-view .newsFilter .rmFlex {
        display: block;
        margin-right: 16px;
    }
    .rmFunctions .h3 {
        margin-bottom: 12px;
        color: #265FE0;
    }
}
.newsFilter:last-child .roadmap-article {
    margin-bottom: 0;
}
.rmLink:last-child .roadmap-article {
    margin-bottom: 0;
}
.roadmap-article .rmTop {
    display: flex;
    gap: 34px;
}
.roadmap-article .rmTop time {
    color: #A4AABA;
}
.roadmap-article hr {
    border-top: 1px solid #DEE2ED;
}
.roadmap-article h3 {
   margin-bottom: 16px !important;
}
.roadmap-article .news-img-wrap {
    width: 205px;
    height: 205px;
    background: #1f2e53;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}
@media (max-width: 699px) {
    .roadmap-article .news-img-wrap {
        margin-top: 32px;
        width: 100%;
    }
    .roadmap-article .rmTop {
        gap: 16px;
    }
}
.roadmap-article time {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.newsFilter .btn {
    margin-top: 20px;
}
.roadmap-article ul.listCategory li {
    background: #fff;
    border-radius: 25px;
    padding: 4px 10px;
    border: 1px solid #F6F7FA;
}
.roadmap-article ul.listCategory li img{
    margin: 0;
}
.roadmap-article .Tagsfilter.disabled {
    display: none;
}
/*
* Tags/Cat *
*/
.spotlight-list-view ul.Tagsfilter li {
    border-radius: 25px;
    background: #F6F7FA;
}
.spotlight-list-view .sidebar ul.Tagsfilter li {
    border: 1px solid #fff;
}
.spotlight-list-view .roadmap-article ul.Tagsfilter li {
    padding: 0;
}
.spotlight-list-view ul.Tagsfilter li.active,
.spotlight-list-view ul.Tagsfilter li.active:hover,
.spotlight-list-view ul.Tagsfilter li:hover {
    border: 1px solid #E4B605;
    background: transparent !important;
    color: #1F2E53 !important;
}
.spotlight-list-view .rmReleaseStatus ul.Tagsfilter li.active,
.spotlight-list-view .rmReleaseStatus ul.Tagsfilter li.active:hover,
.spotlight-list-view .rmReleaseStatus ul.Tagsfilter li:hover {
    border: 1px solid #4277FC;
}
.spotlight-list-view ul.Tagsfilter li.neue-funktion.active,
.spotlight-list-view ul.Tagsfilter li.neue-funktion.active:hover,
.spotlight-list-view ul.Tagsfilter li.neue-funktion:hover {
    border: 1px solid #A8DC9B;
}
.spotlight-list-view ul.Tagsfilter li:hover .tag-icon {
    filter: unset;
}
.spotlight-list-view .Category span.h5 {
    display: none;
}

/*
* Timeline *
*/
.scroll-left{
    padding: 0;
    display: flex;
    flex-direction: column;
}
.scroll-right {
    padding-left: 64px;
}
.roadmap-article.plan::before,
.roadmap-article.live::before {
    content: '';
    border-left: 1px solid #DEE2ED;
    width: 1px;
    height: 130%;
    position: absolute;
    left: -32px;
    top: -40px;
}
.roadmap-article.plan::after,
.roadmap-article.live::after {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    background-color: #DEE2ED;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.roadmap-article.live::before {
    border-left: 1px solid #4277FC;
}
.roadmap-article.live::after {
    background-color: #4277FC;
}
.newsFilter.first-plan .roadmap-article.plan::after {
    top: -42px;
}
.spotlight-list-view .rmMonth.plan::before {
    content: unset;
}
.spotlight-list-view .rmMonth::before {
    content: '';
    background-color: transparent;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8253 0.597415C17.2957 1.06792 17.2955 1.83063 16.825 2.30097L6.745 12.3774C6.51904 12.6033 6.2126 12.7301 5.89311 12.73C5.57361 12.73 5.26723 12.603 5.04137 12.377L0.463921 7.79714C-0.00637788 7.3266 -0.00617713 6.56389 0.464369 6.09359C0.934916 5.62329 1.69762 5.6235 2.16792 6.09404L5.89375 9.82183L15.1218 0.59711C15.5923 0.126772 16.355 0.126909 16.8253 0.597415Z' fill='white'/></svg>") no-repeat center;
    background-size: contain;
    position: absolute;
    left: -39px;
    width: 17px;
    height: 17px;
    z-index: 5;
    top: 2px;
}
.newsFilter:last-child .roadmap-article:before {
    content: unset;
}
.newsFilter.first-after-month .roadmap-article.live::after,
.rmMonth.plan:after {
    content: unset;
}
.rmMonth.live::after {
    content: '';
    background: #4277FC;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    top: -12px;
    left: -47px;
    display: flex;
    margin: -14px 0;
    padding: 0;
}
.newsFilter.is-last-visible .roadmap-article::before {
    content: unset;
}

/********************************************************************************** Detail element */
.roadmap-single .mainContent > div {
    margin: 24px 0;
}
.roadmap-single .mainContent > div h3 {
    margin: 0 0 16px 0;
}
.roadmap-single .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 31px;
}
.roadmap-single .row::before,
.roadmap-single .row::after  {
    content: unset;
}
.roadmap-single .order-1 {
    max-width: 65%;
    width: 100%;
    order: 1;
}
.roadmap-single .order-2 {
    max-width: 32%;
    width: 100%;
    order: 2;
}
@media (max-width: 1023px) {
    .roadmap-single .row {
        margin-right: 0;
        margin-left: 0;
    }
    .roadmap-single .flex {
        gap: 0;
    }
}
@media (max-width: 699px) {
    .roadmap-single .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .roadmap-single .order-1,
    .roadmap-single .order-2 {
        max-width: 100%;
        width: 100%;
    }
    .roadmap-single .order-1 {
        order: 2;
        padding: 0 15px;
    }
    .roadmap-single .order-2 {
        order: 1;
    }
    .roadmap-single .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.roadmap-single  video{
    width: 100%;
}
.roadmap-single {
    background: #F6F7FA;
}
.roadmap-single.container {
    padding: 0;
}
.roadmap-single .header {
    position: relative;
}
.roadmap-single .header a img[src$=".svg"] {
    position: absolute;
    top: 8px;
}
.roadmap-single .ce-gallery img {
    width: 100%;
    border-radius: 8px;
}
@media (max-width: 699px) {
    .roadmap-single .header a img[src$=".svg"] {
        top: 2px;
    }
}
.roadmap-single .header h1 {
    padding-left: 32px;
    margin: 0;
    line-height: 1 !important;
}
@media (max-width: 699px) {
    .roadmap-single .header h1 {
        margin: 0  0 12px 0 !important;
    }
}
.roadmap-single .teaser-text{
    padding: 32px;
    border-radius: 8px;
    background: rgba(66, 119, 252, 0.10);
    margin-bottom: 35px;
}
.roadmap-single .teaser-text h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 16px 0 !important;
}
.roadmap-single .related {
    padding: 86px 0;
    background-color: #fff;
}
.roadmap-single .related-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
@media (max-width: 699px) {
    .relatedHeader .center{
        text-align: left;
    }
    .roadmap-single .related-wrap {
        display: block;
    }
}
.roadmap-single .related-article {
    width: 30.7%;
    border-radius: 8px;
    border: 1px solid #DEE2ED;
    background: #F6F7FA;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.roadmap-single .related-article h3 {
    margin-bottom: 32px;
}
.roadmap-single .box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 125px;
}
.roadmap-single .box1 .icons .Social {
    border: 0;
    background: unset;
    padding: 0;
}
.roadmap-single .box2 {
    order: 2;
}
.roadmap-single .box3 {
    margin-bottom: 24px;
    order: 1;
}
@media (max-width: 1023px) {
    .roadmap-single .box1 {
        display: block;
        height: unset;
        padding: 15px 0;
    }
    .roadmap-single .box2 {
        order: 1;
        margin-bottom: 24px;
    }
    .roadmap-single .box3 {
        margin: 0;
        order: 2;
    }
}
.roadmap-single .box2, .roadmap-single .box3 {
    border-radius: 0;
    border: 1px solid #DEE2ED;
    padding: 16px;
    background: #FFF;
}
.roadmap-single .box2 .arrowDown {
    float: right;
    opacity: 0;
}
.roadmap-single .box2,
.roadmap-single .box3 {
    border-radius: 8px;
    border: 1px solid #DEE2ED;
    padding: 32px;
    background: #FFF;
}
.roadmap-single .box3 .h3 {
    display: block;
    margin-bottom: 24px;
}
.roadmap-single .box3 ul.Tagsfilter {
    margin: 0;
}
.roadmap-single .box3 ul.Tagsfilter li {
    border-radius: 25px;
    border: 1px solid #F6F7FA;
    background: #F6F7FA;
}
.roadmap-single .box3 ul.Tagsfilter li a {
    color: #1f2e53;
    text-decoration: none;
}
.roadmap-single .box3 ul.Tagsfilter li:hover .tag-icon {
    filter: unset;
}
.roadmap-single .box3 {
    color: #DEE2ED;
}
.roadmap-single .box3 .flex {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: unset;
}
.roadmap-single .box3 hr {
    width: 100%;
    border-top: 1px solid #DEE2ED;
    margin: 0 0 16px 0;
}
.roadmap-single .box3 time {
    border-left: 1px solid #A4AABA;
    padding-left: 16px;
    color: #A4AABA;
}

@media (max-width: 699px) {
    .roadmap-single .box2 .arrowDown {
        opacity: 1;
    }
    .roadmap-single .box1 .icons .phone,
    .roadmap-single .box1 .icons .mail {
        display: none;
    }
    .roadmap-single .box1 .icons .Social {
        position: fixed;
        right: -152px;
        background-color: #4277FC;
        border-radius: 40px;
        z-index: 999;
        height: 44px;
        top: 312px;
        width: 200px;
        text-align: left;
    }
    .roadmap-single .box1 .icons .Social img[src$=".svg"]{
        height: 40px;
        padding: 2px 0 0 16px;
    }
    .roadmap-single .box2 {
        border-radius: 0;
        border: 1px solid #DEE2ED;
        padding: 16px;
    }
    .roadmap-single .box2 .h3 {
      font-size: 14px;
    }
    .roadmap-single .box2 ul {
      display: none;
    }
    .roadmap-single .box2 ul.open,
    .roadmap-single .box2 h3 .icon.open  {
        display: block;
        user-select: none;
    }
    .roadmap-single .box2 .toggle-button {
        display: inline-block;
        cursor: pointer;
        background-color: #eee;
        padding: 5px 10px;
        border-radius: 3px;
        margin-bottom: 10px;
        user-select: none;
    }
}
.roadmap-single .box1 .readTime {
    display: flex;
    align-items: center;
}
.roadmap-single .box1 .phone {
    padding-right: 15px;
}
.roadmap-single .box1 .mail {
    padding-right: 15px;
}
.roadmap-single .header .box1 {
    height: unset;
    margin-left: 31px;
}
.roadmap-single .titleLinks {
    margin-top: 24px;
    list-style: none;
}
.roadmap-single .titleLinks li.isFirst a {
    font-weight: 500;
}
.roadmap-single .titleLinks li.isFirst a > img[src$=".svg"] {
    position: relative;
    top: 1px;
}

@media (max-width: 1023px) {
    .roadmap-single .related-article {
        width: 46.7%;
    }
}
@media (max-width: 699px) {
    .roadmap-single .related-article {
        width: 100%;
        padding: 26px 24px;
        margin-bottom: 16px;
    }
}

